Skip to content

Configuring kubectl for local development

Amit Malav edited this page Aug 22, 2018 · 3 revisions

kubectl is kubernates cli, Which comes very handy while doing local development on sf broker.

To install kubectl:

https://kubernetes.io/docs/tasks/tools/install-kubectl/

To configure kubectl with deployed apiserver:

./scripts/set-kubeconfig
kubectl help
Clone this wiki locally