Difference between revisions of "Kubernetes"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[https://kubernetes.io Kubernetes] is a [[container orchestration system]], whose documentation can be found here<ref>Kuberenetes Project, https://kubernetes.io/docs/home/, last accessed: July 20, 2020</ref>. It is often abbreviated as [[K8s]]. The way to think about Kubernetes is to treat it as a networked computer, and its main programming language is called [[YAML]], which is a nested data structure of key-value pairs. In other words, Kubernetes is a kind of programming environment that is made of named [[services]], and networked [[port]]s as [[endpoint]]s. | [https://kubernetes.io Kubernetes] is a [[container orchestration system]], whose documentation can be found here<ref>Kuberenetes Project, https://kubernetes.io/docs/home/, last accessed: July 20, 2020</ref>. It is often abbreviated as [[K8s]]. The way to think about Kubernetes is to treat it as a networked computer, and its main programming language is called [[YAML]], which is a nested data structure of key-value pairs. In other words, Kubernetes is a kind of programming environment that is made of named [[services]], and networked [[port]]s as [[endpoint]]s. | ||
Some of the more useful books in learning Kubernetes can be found here: | |||
# Cloud Native DevOps with Kubernetes<ref>{{:BOOK/Cloud Native DevOps with Kubernetes}}</ref> | |||
# Cloud Native DevOps with Kubernetes<ref>{{:BOOK/Cloud Native DevOps with Kubernetes}}</ref> | |||
=Transcluded from [[Kubernetes and MediaWiki]]= | =Transcluded from [[Kubernetes and MediaWiki]]= |
Revision as of 11:22, 31 July 2021
Kubernetes is a container orchestration system, whose documentation can be found here[1]. It is often abbreviated as K8s. The way to think about Kubernetes is to treat it as a networked computer, and its main programming language is called YAML, which is a nested data structure of key-value pairs. In other words, Kubernetes is a kind of programming environment that is made of named services, and networked ports as endpoints.
Some of the more useful books in learning Kubernetes can be found here:
Transcluded from Kubernetes and MediaWiki
Core Platform Team/Initiative/MediaWiki on Kubernetes/Epics, User Stories, and Requirements
Deploying MediaWiki to Kubernetes 101 (Youtube video)
|wZmARQxAims}}
The project source code can be found here[4]:
In terms of how to install Kubernetes, see Installing Kubernetes.
References
- ↑ Kuberenetes Project, https://kubernetes.io/docs/home/, last accessed: July 20, 2020
- ↑ Arundel, John; Domingus, Justin (2019). Cloud Native DevOps with Kubernetes. O'Reilly Media. ISBN 978-1-492-04076-7.
- ↑ Arundel, John; Domingus, Justin (2019). Cloud Native DevOps with Kubernetes. O'Reilly Media. ISBN 978-1-492-04076-7.
- ↑ Jeena Huneidi, https://github.com/rakugama/emwcon-demo, last accessed: July 20, 2021