Introduction
In Kubernetes, the set
command is used to modify the configuration of existing Kubernetes resources. The set
command can be used to modify various aspects of a Kubernetes resource, such as labels, annotations, and the number of replicas for a deployment.
In this lab, we will go through the steps required to use the Kubernetes set
command to modify the configuration of a Kubernetes resource.