aliases:
tags:
- proto
- Type/Tech/Platform
- area/tech
publish: true
version: 1
dateCreated: 2021-10-24, 14:55
dateModified: 2024-03-03, 19:06
from:
- "[[Platforms & Tools]]"
related:
- "[[Containers]]"
- "[[EKS]]"
- "[[Helm]]"
- "[[Docker]]"
contra:
to:
Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by Google, the project is now maintained by the Cloud Native Computing Foundation. | |
---|---|
wikipedia:: Kubernetes |
Kubernetes (, commonly abbreviated K8s) is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by Google, the project is now maintained by the Cloud Native Computing Foundation.
The name Kubernetes originates from Ancient Greek, meaning 'helmsman' or 'pilot'. Kubernetes is often abbreviated as K8s, counting the eight letters between the K and the s (a numeronym).Kubernetes works with various container runtimes, such as containerd and CRI-O. Its suitability for running and managing large cloud-native workloads has led to widespread adoption of it in the data center. There are multiple distributions of this platform – from independent software vendors (ISVs) as well as hosted-on-cloud offerings from all the major public cloud vendors.
url:: Kubernetes
"nodes" aka "workers" aka "minions"
~/.kube/config
kubectl
knows what cluster to connect to.Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours] - YouTube
How to reference kubernetes secrets in helm chart? - Stack Overflow
AWS EKS - Create Kubernetes cluster on Amazon EKS | the easy way - YouTube
Kubernetes Deployments with Helm - Secrets | ePages Developer Portal