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 16:08] – andonovj | kubernetes [2020/05/22 19:20] (current) – andonovj | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Kubernetes(K8S)===== | + | ====Basic Configuration==== |
- [[docker_advanced_k8s_intro|Introduction & Repo Configuration]] | - [[docker_advanced_k8s_intro|Introduction & Repo Configuration]] | ||
- [[k8s_basic_minikube|Minikube]] | - [[k8s_basic_minikube|Minikube]] | ||
Line 6: | Line 6: | ||
- [[docker_advanced_k8s_deploy_pod_deployment|Pod deployment]] | - [[docker_advanced_k8s_deploy_pod_deployment|Pod deployment]] | ||
- [[k8s_basic_replication_controller|Replication Controller]] | - [[k8s_basic_replication_controller|Replication Controller]] | ||
+ | - [[k8s_basics_services|Services]] | ||
- [[k8s_basic_deployments|Deployments]] | - [[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]] |