Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kubernetes [2020/05/01 15:53] – [Prerequisites] andonovj | kubernetes [2020/05/22 19:20] (current) – andonovj | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Prerequisites===== | + | ====Basic Configuration==== |
- | - [[kubernetes_repo_config|Repo Configuration]] | + | - [[docker_advanced_k8s_intro|Introduction & Repo Configuration]] |
- | + | - [[k8s_basic_minikube|Minikube]] | |
- | =====Kubernetes(K8S)===== | + | |
- | - [[docker_advanced_k8s_intro|Introduction]] | + | |
- [[docker_advanced_k8s_init|Initialize a Cluster]] | - [[docker_advanced_k8s_init|Initialize a Cluster]] | ||
- [[docker_advanced_k8s_join|Joining of a Node/ | - [[docker_advanced_k8s_join|Joining of a Node/ | ||
- [[docker_advanced_k8s_deploy_pod_deployment|Pod deployment]] | - [[docker_advanced_k8s_deploy_pod_deployment|Pod deployment]] | ||
+ | - [[k8s_basic_replication_controller|Replication Controller]] | ||
+ | - [[k8s_basics_services|Services]] | ||
+ | - [[k8s_basic_deployments|Deployments]] | ||
+ | - [[k8s_basic_storage|Storage]] | ||
- [[docker_advanced_k8s_troubleshooting|Troubleshooting]] | - [[docker_advanced_k8s_troubleshooting|Troubleshooting]] | ||
+ | ====Advanced Configuration==== | ||
+ | - [[k8s_advanced_multiple_containers|Multiple Containers in a Pod]] | ||
+ | - [[k8s_advanced_securing_apps|Securing Apps with Service Account]] | ||
+ | - [[k8s_advanced_storage_features|Advanced Storage Features]] | ||
+ | |||
+ | ====Helm Configuration==== | ||
+ | - [[helm_overview|Overview]] |