Get started with Kubexercises
Check requirements
Check requirements using the command check
.
$ ke check
Checking ke requirements:
✓ Kubectl >= 1.27.0
✓ Kubernetes >= 1.27.0
List available activities for pods
To know the set of available activities of a group use the command ls
:
$ ke pods ls
List of available activities:
ke pods activity 1
ke pods activity 2
ke pods activity 3
ke pods activity 4
ke pods activity 5
ke pods activity 6
Take your first activity
$ ke pods activity 1
Create a pod with the following configuration:
► pod name: my-nginx
► container name: nginx
► container image: nginx:1.25.2-alpine
► pod state: Running