Kubernetes Administrator
Return to K8s, Kubernetes Security, Kubernetes Automation, Kubernetes DevOps, Kubernetes Networking, Kubernetes Storage, CloudOps (Cloud Management), Kubernetes Admin, Red Hat Kubernetes OpenShift Administrator, Container Admin, Cloud Admin (AWS Admin, Azure Admin, GCP Admin), Red Hat Certified System Administrator (RHCSA), Red Hat Certified Engineer (RHCE - Ansible), SysAdmin, Linux Admin (Linux Management), Windows Admin (Windows Server Management), ServerAdmin, NetAdmin (Network management)
Kubernetes Admin - K8s Admin - Kubernetes-admin - K8S-admin
Kubernetes Admin - K8s Admin - Kubernetes-admin - K8S-admin
- Snippet from Wikipedia: Kubernetes
Kubernetes (), also known as 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 a worldwide community of contributors, and the trademark is held by the Cloud Native Computing Foundation.
The name Kubernetes originates from the Greek κυβερνήτης (kubernḗtēs), meaning 'governor', 'helmsman' or 'pilot'. Kubernetes is often abbreviated as K8s, counting the eight letters between the K and the s (a numeronym).
Kubernetes assembles one or more computers, either virtual machines or bare metal, into a cluster which can run workloads in containers. It works with various container runtimes, such as containerd and CRI-O. Its suitability for running and managing workloads of all sizes and styles has led to its widespread adoption in clouds and data centers. 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.
The software consists of a control plane and nodes on which the actual applications run. It includes tools like
kubeadm
andkubectl
which can be used to interact with its REST-based API