Multi Language
Kubexercises is designed to display messages in multiple languages. At the moment it includes Spanish and English, but new elements can be included easily.
English:
$ 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
Castellano:
$ ke pods activity 1 --lang es
Crear un pod con las siguientes características:
► nombre del pod: my-nginx
► nombre del contenedor: nginx
► imagen del contenedor: nginx:1.25.2-alpine
► estado del pod: Running