kubernetes

Kubernetes

Automate deployment, scaling, and management of containerised applications.

Kubernetes manifests, Helm values, HPA configs, ingress rules, RBAC policies and resource quota recipes for running reliable workloads in k8s.

Configuration Recipes1

kubernetesYAMLintermediateVerified
Kubernetes Deployment with HPA and Resource Limits

A production Kubernetes Deployment manifest with liveness/readiness probes, resource requests/limits, rolling update strategy and a HorizontalPodAutoscaler to handle traffic spikes.

Kubernetes · DevOps & Infrastructure