Kubernetes Create Command

# Introduction The `kubectl create` command is used to create Kubernetes resources. It takes a resource definition file as input and creates the resource in the Kubernetes cluster. The resource definition file can be in YAML or JSON format. In this lab, we will be using YAML format.

|60 : 00

Click the virtual machine below to start practicing