In this Kubernetes hands on, we will use Killerkoda for our tasks.
“Killerkoda is an interactive learning platform that provides browser-based access to real Linux or Kubernetes environments”
Try it here: Kubernetes One-Node Playground
Steps to access:
- Go to Killerkoda
- Navigate to Playgrounds
- Select Kubernetes Playground
- Deploying a Basic Pod - Learn to run a simple containerized app in Kubernetes.
- Deployments for Reliability - Manage multiple instances of an app using Deployments.
- Scaling Applications - Scale up and down seamlessly to handle traffic.
- Self-Healing Mechanism - Kubernetes automatically recovers from failures.
- Rolling Updates & Rollbacks - Update applications with zero downtime and rollback when needed.
- Autoscaling using HPA - Scale up deployment automatically based on CPU usage.
Each task contains a README with instructions and relevant YAML files.