kubernetes/docs/user-guide/prereqs.md

1.7 KiB
Raw Blame History

WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.

Documentation for specific releases can be found at releases.k8s.io.

WARNING WARNING WARNING

Kubernetes User Guide: Managing Applications: Prerequisites

To deploy and manage applications on Kubernetes, youll use the Kubernetes command-line tool, kubectl. It can be found in the release tar bundle, or can be built from source from github. Ensure that it is executable and in your path.

In order for kubectl to find and access the Kubernetes cluster, it needs a kubeconfig file, which is created automatically when creating a cluster using kube-up.sh (see the getting started guides for more about creating clusters). If you need access to a cluster you didnt create, see the Sharing Cluster Access document.

What's next?

Learn how to launch and expose your application.

Analytics