Kubernetes: Difference between revisions
link to Reddit |
m Text replacement - "==\s?Subpages\s?==\n\{\{\#subpages:}}" to "{{Subpages|}}" |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ Kubernetes] is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications. | [https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ Kubernetes] (https://kubernetes.io/ / [[wp:Kubernetes|Kubernetes]]) is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications. | ||
[[File:Container_evolution.svg|right|thumb|500px|Container evolution|link=https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/]] | [[File:Container_evolution.svg|right|thumb|500px|Container evolution|link=https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/]] | ||
| Line 5: | Line 5: | ||
| type = success | | type = success | ||
| style = width:50%; | | style = width:50%; | ||
| text = It's important to note right up front, before you dive into Kubernetes, that [[minikube]] is the tool for ''local'' Kubernetes. | | text = It's important to note right up front, before you dive into Kubernetes, that [[Minikube|minikube]] is the tool for ''local'' Kubernetes. | ||
}} | }} | ||
| Line 70: | Line 70: | ||
==Tools== | ==Tools== | ||
===Kubectl=== | [[Category:Tools]] | ||
===[[Kubectl]]=== | |||
===Kubeadm=== | ===Kubeadm=== | ||
| Line 79: | Line 79: | ||
===Helm=== | ===Helm=== | ||
[[File:Helm.svg|thumb|150px|The package manager for Kubernetes|link= | [[File:Helm.svg|thumb|150px|The package manager for Kubernetes|link=Helm]] [[Helm]] is a tool for managing Charts, self-styled as "the package manager for Kubernetes". | ||
==Container Registries== | ==Container Registries== | ||
| Line 118: | Line 110: | ||
Canonical doesn't offer cloud products per-se, but Ubuntu is the reference platform for Kubernetes on all major public clouds, including official support in Google's GKE, Microsoft's AKS, and Amazon's EKS offerings. Canonical supports these upstreams: MicroK8s, Charmed Kubernetes, <code>[[#Kubeadm|kubeadm]]</code> | Canonical doesn't offer cloud products per-se, but Ubuntu is the reference platform for Kubernetes on all major public clouds, including official support in Google's GKE, Microsoft's AKS, and Amazon's EKS offerings. Canonical supports these upstreams: MicroK8s, Charmed Kubernetes, <code>[[#Kubeadm|kubeadm]]</code> | ||
{{Subpages|}} | |||
{{References}} | |||
[[Category:Virtualization]] | [[Category:Virtualization]] | ||
[[Category:Kubernetes]] | |||