├── .DS_Store ├── ApplicationLifecycleManagement.md ├── Cluster.md ├── Ingress-Flow.png ├── Installation.md ├── LICENSE ├── Logging&Monitoring.md ├── Networking.md ├── README.md ├── Scheduling.md ├── Storage.md ├── Troubleshooting.md ├── example ├── ReplicationController.yaml ├── basic-deployment.yaml ├── basic-pod.yaml ├── daemonset.yaml ├── namespace.yaml ├── ns-quota.yaml ├── pod-bind-definition.yaml ├── pod-node-affinity.yaml ├── pod-resource-limit.yaml ├── pod-schedule-node.yaml ├── pod-taint.yaml ├── replicaset.yaml ├── schedule-pod-different.yaml ├── scheduler-pod.yaml └── service-def.yaml └── pod-networking.jpg /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/.DS_Store -------------------------------------------------------------------------------- /ApplicationLifecycleManagement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/ApplicationLifecycleManagement.md -------------------------------------------------------------------------------- /Cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/Cluster.md -------------------------------------------------------------------------------- /Ingress-Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/Ingress-Flow.png -------------------------------------------------------------------------------- /Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/Installation.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/LICENSE -------------------------------------------------------------------------------- /Logging&Monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/Logging&Monitoring.md -------------------------------------------------------------------------------- /Networking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/Networking.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/README.md -------------------------------------------------------------------------------- /Scheduling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/Scheduling.md -------------------------------------------------------------------------------- /Storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/Storage.md -------------------------------------------------------------------------------- /Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/Troubleshooting.md -------------------------------------------------------------------------------- /example/ReplicationController.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/ReplicationController.yaml -------------------------------------------------------------------------------- /example/basic-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/basic-deployment.yaml -------------------------------------------------------------------------------- /example/basic-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/basic-pod.yaml -------------------------------------------------------------------------------- /example/daemonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/daemonset.yaml -------------------------------------------------------------------------------- /example/namespace.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Namespace 3 | metadata: 4 | name: istio-system 5 | -------------------------------------------------------------------------------- /example/ns-quota.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/ns-quota.yaml -------------------------------------------------------------------------------- /example/pod-bind-definition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/pod-bind-definition.yaml -------------------------------------------------------------------------------- /example/pod-node-affinity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/pod-node-affinity.yaml -------------------------------------------------------------------------------- /example/pod-resource-limit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/pod-resource-limit.yaml -------------------------------------------------------------------------------- /example/pod-schedule-node.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/pod-schedule-node.yaml -------------------------------------------------------------------------------- /example/pod-taint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/pod-taint.yaml -------------------------------------------------------------------------------- /example/replicaset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/replicaset.yaml -------------------------------------------------------------------------------- /example/schedule-pod-different.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/schedule-pod-different.yaml -------------------------------------------------------------------------------- /example/scheduler-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/scheduler-pod.yaml -------------------------------------------------------------------------------- /example/service-def.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/example/service-def.yaml -------------------------------------------------------------------------------- /pod-networking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stretchcloud/cka-lab-practice/HEAD/pod-networking.jpg --------------------------------------------------------------------------------