In this class, we worked with Kubernetes concepts and created a Portainer volume to manage container data persistently. This helps in handling container storage and management efficiently.

This screenshot shows Kubernetes-related setup/commands executed in the environment.
It ensures that the cluster is ready and working before performing further operations.

This shows the command used to create a volume for Portainer.
Volumes are used to:
docker volume create portainer_data
docker volume ls
docker volume inspect portainer_data