Please enable JavaScript.
Coggle requires JavaScript to display documents.
Microservices DR Squad, comprehensively discover and monitor Kubernetes…
Microservices DR Squad
-
Application Performance
Manual: kubectl get deployment, kubectl describe namespace.
-
Cluster Configuration
Manual: kubectl version, kubectl get configmaps -n kube-system.
-
Autoscaling
Manual: kubectl get hpa, kubectl describe hpa.
-
-
-
Aspects to Discover:
Service types (ClusterIP, NodePort, LoadBalancer, Ingress).
Pod-to-pod communication latency.
Network policies and traffic flows.
Aspects to Discover:
Storage classes, Persistent Volumes (PVs), and Persistent Volume Claims (PVCs).
Volume usage and IOPS.
Aspects to Discover:
Role-Based Access Control (RBAC) policies.
Pod security configurations (PodSecurityPolicies, Admission Controllers).
Image vulnerabilities.
-
-
-
-
-
Aspects to Discover:
Application deployments and namespaces.
API latency and error rates.
Dependency mapping (e.g., databases, external APIs). :
Aspects to Discover:
Kubernetes version and API server health.
Scheduler and controller configurations.
Add-ons (e.g., DNS, metrics-server, ingress controllers).text
Aspects to Discover:
Horizontal Pod Autoscaler (HPA) and Vertical Pod Autoscaler (VPA) configurations.
Node pool autoscaling.
text