CKAD Exercise 4 Create security context for pod
HTML-код
- Опубликовано: 10 фев 2025
- Minikube Setup : • Practical #kubernetes ...
repo: github.com/chi...
Creating a Security Context for a Pod
Create a Pod named secured that uses the image nginx for a single container. Mount an emptyDir volume to the directory /data/app.
Files created on the volume should use the filesystem group ID 3000.
Get a shell to the running container and create a new file named logs.txt in the directory /data/app. List the contents of the directory and write them down.