You can deploy an application on a namespace on a Supervisor Cluster. Once the application is deployed, the respective number of vSphere Pods are created on the Supervisor Cluster within the namespace.
Common kubectl commands include the apply, get, describe, and delete commands:
• The kubectl apply command applies the contents of a YAML file. Typically, this command is used to create a pod or deployment: —
kubectl apply -f /path/to/my.yaml
• The kubectl get command returns basic information about an object: — kubectl get pod
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit