Kubernetes Guides
In-cluster how-to guides for workloads running on an E2E Kubernetes cluster. These guides are kubectl-based and assume you have already created a cluster and downloaded its kubeconfig.
For portal-based management (node pools, persistent volumes, security groups, monitoring, and more), see Manage Kubernetes.
Networking and Ingress
| Guide | What it covers |
|---|---|
| Kubernetes Services | Service types - ClusterIP, NodePort, LoadBalancer. |
| Nginx Ingress Controller | Host-based routing and SSL termination with Nginx Ingress. |
| Gateway API | Route traffic with the Kubernetes Gateway API. |
| Cert-Manager | Automate TLS certificate provisioning and renewal. |
| Service Mesh (Istio) | Traffic management and security with Istio. |
Storage
| Guide | What it covers |
|---|---|
| Persistent Volumes (PV/PVC) | Static and dynamic provisioning with the block storage CSI. |
| Fault-Tolerant Volumes with SFS | Shared, resilient persistent volumes backed by SFS. |
| Object Storage | Use E2E Object Storage from workloads. |
Data, Config, and Delivery
| Guide | What it covers |
|---|---|
| Connect to DBaaS | Connect a cluster to E2E Database-as-a-Service. |
| Environment Variable Setup | Inject configuration into workloads. |
| Backup and Restore (Velero) | Back up and restore cluster resources with Velero. |
| Monitoring Stack | Deploy an in-cluster Prometheus/Grafana stack. |
GitOps and Delivery
| Guide | What it covers |
|---|---|
| Argo CD (GitOps) | GitOps-based continuous delivery on E2E Kubernetes. |
Last updated on June 24, 2026.