All Types
6 Challenges
Build
Create Kubernetes configurations from scratch to deploy applications.
Environment Config
The application is deployed but complains about missing configuration.
It needs some settings from the environment to work properly.
easyVolumes & SecretsBuild
15 min
0 completed
Expose Internally
The application is running, but other services in the cluster can't reach it.
It needs to be accessible from within the cluster.
easyPods & ContainersBuild
10 min
4 completed
First Deployment
Your team has asked you to deploy a simple web server to Kubernetes.
The namespace is ready and waiting - now it's your turn to deploy.
easyPods & ContainersBuild
15 min
4 completed
First Job
Not everything runs forever. Some tasks just need to run once and finish.
Time to learn about Kubernetes Jobs.
easyJobs & CronJobsBuild
15 min
5 completed
Grant Access
Your app needs to talk to the Kubernetes API.
But by default, pods can't do much - you have to grant permissions explicitly.
mediumRBAC & SecurityBuild
20 min
2 completed
Persistent Data
Containers are ephemeral - when they restart, their data vanishes.
Some applications need storage that survives pod restarts.
mediumVolumes & SecretsBuild
20 min
2 completed