Getting started | Kubernetes
kubernetes.io › docs › setupJun 13, 2021 · Download Kubernetes Download and install tools including kubectl Select a container runtime for your new cluster Learn about best practices for cluster setup Kubernetes is designed for its control plane to run on Linux. Within your cluster you can run applications on Linux or other operating systems, including Windows.
Getting started | Kubernetes
https://kubernetes.io/docs/setup13.06.2021 · This section lists the different ways to set up and run Kubernetes. When you install Kubernetes, choose an installation type based on: ease of maintenance, security, control, available resources, and expertise required to operate and manage a cluster.
Download Kubernetes | Kubernetes
https://kubernetes.io/releases/downloadCore Kubernetes components Find links to download Kubernetes components (and their checksums) in the CHANGELOG files. Alternately, use downloadkubernetes.com to filter by version and architecture. kubectl The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters. You can use kubectl to deploy applications, inspect …