본문 바로가기

IT 잡지식/DevOps69

[CKA] KodeKloud - Secrets 안녕하세요, 쯀리입니다.오늘은 k8s에서 Secret에 대해 알아보겠습니다.  https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/ Distribute Credentials Securely Using SecretsThis page shows how to securely inject sensitive data, such as passwords and encryption keys, into Pods. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to comm.. 2024. 7. 4.
[CKA] KodeKloud - Env Variables 안녕하세요, 쯀리입니다.오늘은 Pods에서 해당 container관련 환경 변수를 설정하는 방법에 관해 알아보도록 하겠습니다. https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/ Define Environment Variables for a ContainerThis page shows how to define environment variables for a container in a Kubernetes Pod. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be .. 2024. 7. 2.
[CKA] KodeKloud - Commands and Arguments 안녕하세요, 쯀리입니다.오늘은  Commands and Arguments에 관해 알아보도록 하겠습니다. https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/ Define a Command and Arguments for a ContainerThis page shows how to define commands and arguments when you run a container in a Pod. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to co.. 2024. 7. 2.