- Kubernetes Documentation
Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications The open source project is hosted by the Cloud Native Computing Foundation
- Kubernetes - Production-Grade Container Orchestration
Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications It groups containers that make up an application into logical units for easy management and discovery Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community
- Overview - Kubernetes
Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services that facilitate both declarative configuration and automation It has a large, rapidly growing ecosystem Kubernetes services, support, and tools are widely available
- Learn Kubernetes Basics
Learn Kubernetes Basics Objectives This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system Each module contains some background information on major Kubernetes features and concepts, and a tutorial for you to follow along Using the tutorials, you can learn to: Deploy a containerized application on a cluster Scale the deployment Update the
- Kubernetes Components
This page provides a high-level overview of the essential components that make up a Kubernetes cluster The components of a Kubernetes cluster Core Components A Kubernetes cluster consists of a control plane and one or more worker nodes Here's a brief overview of the main components: Control Plane Components Manage the overall state of the cluster: kube-apiserver The core component server
- Kubernetes
Kubernetes (K8s) est un système open-source permettant d'automatiser le déploiement, la mise à l'échelle et la gestion des applications conteneurisées Les conteneurs qui composent une application sont regroupés dans des unités logiques pour en faciliter la gestion et la découverte Kubernetes s’appuie sur 15 années d’expérience dans la gestion de charges de travail de production
- Kubernetes
KubernetesはK8sとしても知られており、デプロイやスケーリングを自動化したり、コンテナ化されたアプリケーションを管理したりするための、オープンソースのシステムです。
- Pods - Kubernetes
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers A Pod's contents are always co-located and co-scheduled, and run in a shared context A Pod models an application-specific
|