----- Original Message ----- | From: "Burr Sutter" <[email protected]> | To: [email protected] | Sent: Thursday, April 21, 2016 2:57:12 AM | Subject: [Devtools] Using the CDK for Kubernetes experimentation | | How do you feel about having users of the CDK running "kubectl"? | | anybody giving that a try and have some tips on how to use it? | | I am making some progress with "kubectl" but curious to see if anyone else | has real world experience using it in anger :-)
I have 2 points depending on use-case. 1. If you logged in to CDK vagrant box and then trying out 'kubectl', it will work without any configuration changes (atomicapp folks are already using it). 2. If you want to access 'kubectl' from host then you need to follow some steps to make it work. (I tested those steps in Linux, suggested by Thomas karl) Kubectl binary for Different hosts: Linux: https://storage.googleapis.com/kubernetes-release/release/v1.2.2/bin/linux/amd64/kubectl Mac: https://storage.googleapis.com/kubernetes-release/release/v1.2.2/bin/darwin/amd64/kubectl Windows: https://storage.googleapis.com/kubernetes-release/release/v1.2.2/bin/windows/amd64/kubectl.exe Steps to follow: https://gist.github.com/praveenkumar/90704a42fe857e1146f3dae2fcae69ef Note: We do have a issue listed to address same problem [0] [0] https://github.com/projectatomic/adb-atomic-developer-bundle/issues/250 -- Praveen Kumar https://fedoraproject.org/wiki/User:Kumarpraveen _______________________________________________ Devtools mailing list [email protected] https://www.redhat.com/mailman/listinfo/devtools
