CKAD Exercise 3 Configure a pod using secret

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • Minikube Setup : • Practical #kubernetes ...
    github repo: github.com/chi...
    Configuring a Pod to Use a Secret
    Create a new Secret named db-credentials with the key/value pair db-password=passwd.
    Create a Pod named backend that uses the Secret as environment variable named DB_PASSWORD and runs the container with the image nginx.
    Shell into the Pod and print out the created environment variables. You should find DB_PASSWORD variable.

КОМЕНТАРІ • 1

  • @dorlugasigal
    @dorlugasigal Рік тому

    honestly, when listening to how you talks, it seems like you need to be more prepared for an educational video, there are lots of silences, and mistakes in the code or explanation, you should consider remaking this video