├── LICENSE ├── README.md ├── docs ├── 0_kubernetes_workings.md ├── 1_tools.md ├── 2_first_cluster.md ├── 3_first_containers.md ├── 4_controllers.md ├── 5_services.md ├── 6_pod_config.md ├── 7_volumes.md ├── 8_exercise.md └── 9_summary.md ├── examples ├── 3_pod.yaml ├── 4_deployment.yaml ├── 4_statefulset.yaml ├── 5_ingress.yaml ├── 5_lb_service.yaml ├── 5_service.yaml ├── 6_configmap_pod.yaml ├── 7_hostpath_pod.yaml ├── 7_pvc.yaml ├── 7_pvc_pod.yaml └── 8_traq │ ├── ingress.yaml │ ├── kustomization.yaml │ ├── mariadb.yaml │ ├── traq-ui.yaml │ └── traq.yaml └── images ├── 0_argocd_objects.png ├── 0_argocd_traffic.png ├── 0_kubernetes_controllers.png ├── 3_caddy_hello_world.png ├── 3_docker_vs_kubernetes.png ├── 5_service.png ├── 6_configmap_pod.png ├── 8_traq.png └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/README.md -------------------------------------------------------------------------------- /docs/0_kubernetes_workings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/0_kubernetes_workings.md -------------------------------------------------------------------------------- /docs/1_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/1_tools.md -------------------------------------------------------------------------------- /docs/2_first_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/2_first_cluster.md -------------------------------------------------------------------------------- /docs/3_first_containers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/3_first_containers.md -------------------------------------------------------------------------------- /docs/4_controllers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/4_controllers.md -------------------------------------------------------------------------------- /docs/5_services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/5_services.md -------------------------------------------------------------------------------- /docs/6_pod_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/6_pod_config.md -------------------------------------------------------------------------------- /docs/7_volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/7_volumes.md -------------------------------------------------------------------------------- /docs/8_exercise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/8_exercise.md -------------------------------------------------------------------------------- /docs/9_summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/docs/9_summary.md -------------------------------------------------------------------------------- /examples/3_pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/3_pod.yaml -------------------------------------------------------------------------------- /examples/4_deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/4_deployment.yaml -------------------------------------------------------------------------------- /examples/4_statefulset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/4_statefulset.yaml -------------------------------------------------------------------------------- /examples/5_ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/5_ingress.yaml -------------------------------------------------------------------------------- /examples/5_lb_service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/5_lb_service.yaml -------------------------------------------------------------------------------- /examples/5_service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/5_service.yaml -------------------------------------------------------------------------------- /examples/6_configmap_pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/6_configmap_pod.yaml -------------------------------------------------------------------------------- /examples/7_hostpath_pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/7_hostpath_pod.yaml -------------------------------------------------------------------------------- /examples/7_pvc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/7_pvc.yaml -------------------------------------------------------------------------------- /examples/7_pvc_pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/7_pvc_pod.yaml -------------------------------------------------------------------------------- /examples/8_traq/ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/8_traq/ingress.yaml -------------------------------------------------------------------------------- /examples/8_traq/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/8_traq/kustomization.yaml -------------------------------------------------------------------------------- /examples/8_traq/mariadb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/8_traq/mariadb.yaml -------------------------------------------------------------------------------- /examples/8_traq/traq-ui.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/8_traq/traq-ui.yaml -------------------------------------------------------------------------------- /examples/8_traq/traq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/examples/8_traq/traq.yaml -------------------------------------------------------------------------------- /images/0_argocd_objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/0_argocd_objects.png -------------------------------------------------------------------------------- /images/0_argocd_traffic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/0_argocd_traffic.png -------------------------------------------------------------------------------- /images/0_kubernetes_controllers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/0_kubernetes_controllers.png -------------------------------------------------------------------------------- /images/3_caddy_hello_world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/3_caddy_hello_world.png -------------------------------------------------------------------------------- /images/3_docker_vs_kubernetes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/3_docker_vs_kubernetes.png -------------------------------------------------------------------------------- /images/5_service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/5_service.png -------------------------------------------------------------------------------- /images/6_configmap_pod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/6_configmap_pod.png -------------------------------------------------------------------------------- /images/8_traq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/8_traq.png -------------------------------------------------------------------------------- /images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoki317/mini-k8s-hands-on/HEAD/images/README.md --------------------------------------------------------------------------------