Vous êtes sur la page 1sur 4

(/)

Tutorials
HOME (/docs/home/)SETUP (/docs/setup/)CONCEPTS (/docs/concepts/)TASKS (/docs/tasks/)TUTORIALS (/docs/tutorials/)REFERENCE (/docs/re

Search

Using Minikube to Create a Cluster

netes cluster is.

e is.

cluster using an online terminal.

sters
s a highly available cluster of computers that are connected to work as a single
Kubernetes allow you to deploy containerized applications to a cluster without tying
vidual machines. To make use of this new model of deployment, applications need to
at decouples them from individual hosts: they need to be containerized.
ns are more exible and available than in past deployment models, where
ed directly onto speci c machines as packages deeply integrated into the host.
the distribution and scheduling of application containers across a cluster in a more
s is an open-source platform and is production-ready.

nsists of two types of resources:

ates the cluster

ers that run applications

er
(/)

ction-grade, open-source platform that orchestrates the placement (scheduling) and


on containers within and across computer clusters.

am

ble for managing the cluster. The master coordinates all activities in your cluster,
ications, maintaining applications' desired state, scaling applications, and rolling out

sical computer that serves as a worker machine in a Kubernetes cluster. Each node
n agent for managing the node and communicating with the Kubernetes master. The
ools for handling container operations, such as Docker or rkt. A Kubernetes cluster
tra c should have a minimum of three nodes.

cluster and the nodes are used to host the running applications.

ations on Kubernetes, you tell the master to start the application containers. The
ontainers to run on the cluster's nodes. The nodes communicate with the master
PI, which the master exposes. End users can also use the Kubernetes API directly to
n be deployed on either physical or virtual machines. To get started with Kubernetes
(/)
se Minikube. Minikube is a lightweight Kubernetes implementation that creates a VM
nd deploys a simple cluster containing only one node. Minikube is available for Linux,
ystems. The Minikube CLI provides basic bootstrapping operations for working with
art, stop, status, and delete. For this tutorial, however, you'll use a provided online
pre-installed.

t Kubernetes is, let's go to the online tutorial and start our rst cluster!

torial › (/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive/)

Feedback

Was this page helpful?

Yes No

()

Create an Issue ()

Edit This Page (https://github.com/kubernetes/website/edit/master/content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html)

Page last modi ed on December 06, 2018 at 6:36 PM PST by Remove distracting, super uous links from Learn Kubernetes Basics (#11593)
(https://github.com/kubernetes/website/commit/2fc30aab67e1fc926b3aed4e7cd0c3fba812f59e/) (Page History
(https://github.com/kubernetes/website/commits/master/content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html))

Home (/docs/home/)

Blog (/blog/)

Partners (/partners/)

Community (/community/)

Case Studies (/case-studies/)

(https://twitter.com/kubernetesio)
(https://github.com/kubernetes/kubernetes)
(http://slack.k8s.io/)

(https://calendar.google.com/calendar/embed?
(http://stackover
(https://discuss.kubernetes.io)
ow.com/questions/tagged/kubernetes)
src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.goog
Contribute (https://git.k8s.io/community/contributors/guide)
(/)

© 2019 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 (https://git.k8s.io/website/LICENSE)


Copyright © 2019 The Linux Foundation ®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The
Linux Foundation, please see our Trademark Usage page (https://www.linuxfoundation.org/trademark-usage)
ICP license: ICP 17074266 -3

Vous aimerez peut-être aussi