본문 바로가기

IT 기술/k8s58

[cka] namespace 1. How many Namespaces exist on the system? $ controlplane ~ ➜ k get nsNAME STATUS AGEkube-system Active 6m39skube-public Active 6m39skube-node-lease Active 6m39sdefault Active 6m39sfinance Active 31smarketing Active 31sdev Active 31sprod Active 31smanufacturing Active 31sresearch .. 2024. 5. 28.
[cka] Deployments 1. How many PODs exist on the system?  In the current(default) namespace. $ controlplane ~ ➜ k get podsNo resources found in default namespace.  answer : 0  2.  How many ReplicaSets exist on the system? In the current(default) namespace.$ controlplane ~ ➜ k get replicasets.apps No resources found in default namespace. answer :0 3. How many Deployments exist on the system? In the current(default.. 2024. 5. 28.
[cka] ReplicaSets 1. How many PODs exist on the system? In the current(default) namespace. $ controlplane ~ ➜ k get podsNo resources found in default namespace. answer : 0 2. How many ReplicaSets exist on the system? In the current(default) namespace $ controlplane ~ ➜ k get replicasets.apps No resources found in default namespace. answer : 0 3. How about now? How many ReplicaSets do you see? We just made a few.. 2024. 5. 27.
[cka] kodecloud PODs 생성하기. https://beta.kodekloud.com/user/courses/udemy-labs-certified-kubernetes-administrator-with-practice-tests Sign In | KodeKloudWelcome to KodeKloud By signing up you agree to our privacy policybeta.kodekloud.com 1. How many pods exist on the system? In the current(default) namespace.$ controlplane ~ ➜ kubectl get podsNo resources found in default namespace. 2. Create a new pod with the nginx imag.. 2024. 5. 27.
[k8s] kubeadm token 생성하기. https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-token/#cmd-token-create kubeadm tokenBootstrap tokens are used for establishing bidirectional trust between a node joining the cluster and a control-plane node, as described in authenticating with bootstrap tokens. kubeadm init creates an initial token with a 24-hour TTL. The following commankubernetes.io 쿠버네티스에서 클러스터를 추가하려면 kubead.. 2024. 5. 15.