"Killer Shell CKA"의 두 판 사이의 차이

5번째 줄: 5번째 줄:
* 쿠버네티스 관리자를 위한 인터랙티브 시나리오
* 쿠버네티스 관리자를 위한 인터랙티브 시나리오
* 이 시나리오들은 CKA 준비나 쿠버네티스 관리 공부를 위해 독립적으로 사용할 수 있습니다.
* 이 시나리오들은 CKA 준비나 쿠버네티스 관리 공부를 위해 독립적으로 사용할 수 있습니다.
{| class='wikitable'
! 주제 !! 내용 !! 링크
|-
| Playground || [[현재 버전의 CKA 시험 환경]] || https://killercoda.com/killer-shell-cka/scenario/playground
|-
| Vim 설정 || [[CKA 시험을 위한 Vim 설정 방법]] || https://killercoda.com/killer-shell-cka/scenario/vim-setup
|-
| Apiserver Crash || Crash that Apiserver and check them logs || https://killercoda.com/killer-shell-cka/scenario/apiserver-crash
|-
| Apiserver Misconfigured || Read the logs in the correct locations to get hints about the errors in the manifest || https://killercoda.com/killer-shell-cka/scenario/apiserver-misconfigured
|-
| Kube Controller Manager Misconfigured || It is crashing, fix it || https://killercoda.com/killer-shell-cka/scenario/kube-controller-manager-misconfigured
|-
| Kubelet Misconfigured || Someone tried to improve the Kubelet, but broke it instead || https://killercoda.com/killer-shell-cka/scenario/kubelet-misconfigured
|-
| Application Misconfigured 1 || Deployment is not coming up, find the error and fix it || https://killercoda.com/killer-shell-cka/scenario/application-misconfigured-1
|-
| Application Misconfigured 2 || Pods are not running, find the error and fix it || https://killercoda.com/killer-shell-cka/scenario/application-misconfigured-2
|-
| Application Multi Container Issue || Deployment with multiple containers has issue, solve it || https://killercoda.com/killer-shell-cka/scenario/application-multi-container-issue
|-
| ConfigMap Access in Pods || Create ConfigMaps and access these in Pods || https://killercoda.com/killer-shell-cka/scenario/configmap-pod-access
|-
| Ingress Create || Create a new Ingress for existing Deployments || https://killercoda.com/killer-shell-cka/scenario/ingress-create
|-
| NetworkPolicy Namespace Selector || Allow communication between two Namespaces || https://killercoda.com/killer-shell-cka/scenario/networkpolicy-namespace-communication
|-
| NetworkPolicy Misconfigured || Fix the NetworkPolicy to allow communication || https://killercoda.com/killer-shell-cka/scenario/networkpolicy-misconfigured
|-
| RBAC ServiceAccount Permissions || Create a RBAC scenario and control ServiceAccount permissions || https://killercoda.com/killer-shell-cka/scenario/rbac-serviceaccount-permissions
|-
| RBAC User Permissions || Create a RBAC scenario and control User permissions || https://killercoda.com/killer-shell-cka/scenario/rbac-user-permissions
|-
| Scheduling Priority || Understand Priority when it comes to Scheduling || https://killercoda.com/killer-shell-cka/scenario/scheduling-priority
|-
| Scheduling Pod Affinity || Select Node by Pod Affinity || https://killercoda.com/killer-shell-cka/scenario/scheduling-pod-affinity
|-
| Scheduling Pod Anti Affinity || Select Node by Pod Anti Affinity || https://killercoda.com/killer-shell-cka/scenario/scheduling-pod-anti-affinity
|-
| DaemonSet HostPath Configurator || Create a DaemonSet that configures Nodes || https://killercoda.com/killer-shell-cka/scenario/daemonset-hostpath-configurator
|-
| Cluster Setup || Setup a new two node Kubeadm Cluster || https://killercoda.com/killer-shell-cka/scenario/cluster-setup
|-
| Cluster Upgrade || Upgrade a Kubeadm Cluster || https://killercoda.com/killer-shell-cka/scenario/cluster-upgrade
|-
| Cluster Node Join || Join a Node to a Cluster using Kubeadm || https://killercoda.com/killer-shell-cka/scenario/cluster-node-join
|-
| Cluster Certificate Management || Manage Cluster certificates using Kubeadm || https://killercoda.com/killer-shell-cka/scenario/cluster-certificate-management
|-
| Static Pod move || Move a static Pod to another Node || https://killercoda.com/killer-shell-cka/scenario/static-pod-move
|}


==같이 보기==
==같이 보기==
* [[Killercoda - Killer Shell CKS]]
* [[CKA]]
* [[Killercoda]]
* [[Killer Shell]]
* [[Killer Shell FAQ]]
* [[Killercoda vs Killer Shell]]
* [[Killercoda - Killer Shell CKAD]]
* [[Killercoda - Killer Shell CKAD]]


[[분류: Killercoda]]
[[분류: Killer Shell]]
[[분류: CKA]]
[[분류: CKA]]

2024년 6월 9일 (일) 21:49 판

1 개요

Killercoda - Killer Shell CKA
킬러코다 - 킬러쉘 CKA
  • https://killercoda.com/killer-shell-cka
  • 쿠버네티스 관리자를 위한 인터랙티브 시나리오
  • 이 시나리오들은 CKA 준비나 쿠버네티스 관리 공부를 위해 독립적으로 사용할 수 있습니다.
주제 내용 링크
Playground 현재 버전의 CKA 시험 환경 https://killercoda.com/killer-shell-cka/scenario/playground
Vim 설정 CKA 시험을 위한 Vim 설정 방법 https://killercoda.com/killer-shell-cka/scenario/vim-setup
Apiserver Crash Crash that Apiserver and check them logs https://killercoda.com/killer-shell-cka/scenario/apiserver-crash
Apiserver Misconfigured Read the logs in the correct locations to get hints about the errors in the manifest https://killercoda.com/killer-shell-cka/scenario/apiserver-misconfigured
Kube Controller Manager Misconfigured It is crashing, fix it https://killercoda.com/killer-shell-cka/scenario/kube-controller-manager-misconfigured
Kubelet Misconfigured Someone tried to improve the Kubelet, but broke it instead https://killercoda.com/killer-shell-cka/scenario/kubelet-misconfigured
Application Misconfigured 1 Deployment is not coming up, find the error and fix it https://killercoda.com/killer-shell-cka/scenario/application-misconfigured-1
Application Misconfigured 2 Pods are not running, find the error and fix it https://killercoda.com/killer-shell-cka/scenario/application-misconfigured-2
Application Multi Container Issue Deployment with multiple containers has issue, solve it https://killercoda.com/killer-shell-cka/scenario/application-multi-container-issue
ConfigMap Access in Pods Create ConfigMaps and access these in Pods https://killercoda.com/killer-shell-cka/scenario/configmap-pod-access
Ingress Create Create a new Ingress for existing Deployments https://killercoda.com/killer-shell-cka/scenario/ingress-create
NetworkPolicy Namespace Selector Allow communication between two Namespaces https://killercoda.com/killer-shell-cka/scenario/networkpolicy-namespace-communication
NetworkPolicy Misconfigured Fix the NetworkPolicy to allow communication https://killercoda.com/killer-shell-cka/scenario/networkpolicy-misconfigured
RBAC ServiceAccount Permissions Create a RBAC scenario and control ServiceAccount permissions https://killercoda.com/killer-shell-cka/scenario/rbac-serviceaccount-permissions
RBAC User Permissions Create a RBAC scenario and control User permissions https://killercoda.com/killer-shell-cka/scenario/rbac-user-permissions
Scheduling Priority Understand Priority when it comes to Scheduling https://killercoda.com/killer-shell-cka/scenario/scheduling-priority
Scheduling Pod Affinity Select Node by Pod Affinity https://killercoda.com/killer-shell-cka/scenario/scheduling-pod-affinity
Scheduling Pod Anti Affinity Select Node by Pod Anti Affinity https://killercoda.com/killer-shell-cka/scenario/scheduling-pod-anti-affinity
DaemonSet HostPath Configurator Create a DaemonSet that configures Nodes https://killercoda.com/killer-shell-cka/scenario/daemonset-hostpath-configurator
Cluster Setup Setup a new two node Kubeadm Cluster https://killercoda.com/killer-shell-cka/scenario/cluster-setup
Cluster Upgrade Upgrade a Kubeadm Cluster https://killercoda.com/killer-shell-cka/scenario/cluster-upgrade
Cluster Node Join Join a Node to a Cluster using Kubeadm https://killercoda.com/killer-shell-cka/scenario/cluster-node-join
Cluster Certificate Management Manage Cluster certificates using Kubeadm https://killercoda.com/killer-shell-cka/scenario/cluster-certificate-management
Static Pod move Move a static Pod to another Node https://killercoda.com/killer-shell-cka/scenario/static-pod-move

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}