Skip to main content

Kubernetes Deploy

Environmental Preparation

Starting a cluster

Execute the following command by specifying the namespace.

kubectl apply -f datavines.yaml -n <namespace>

Test and verify

Get the pod under the namespace and check if the datavines are running properly.

kubectl get pod -n <namespace>