4 Using Kubernetes
Learn how to use Kubernetes and the Kubernetes CLI (kubectl
).
This chapter describes how to get started using Kubernetes to deploy, maintain, and scale
containerized applications. In this chapter, we describe basic usage of the
kubectl
command to get you started creating and managing containers and
services within a cluster.
The kubectl
utility is fully documented in the upstream Kubernetes documentation.