Managing multiple Kubernetes clusters from one host
2 views
Skip to first unread message
Jason O'Connell
unread,
May 28, 2015, 5:02:28 PM5/28/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-c...@googlegroups.com
How can I manage multiple Kubernetes masters from a single workstation? For example, I've spun up a cluster internally, one in GCE, and one in AWS. How can I manage them using kubectl from the same machine?
2nd part of that question - how do I enable another sysadmin from my group rights to administer those clusters as well?
Thanks!
Tim Hockin
unread,
May 28, 2015, 8:29:01 PM5/28/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-c...@googlegroups.com
kubectl config has provisions for establish contexts that you can flip
between. To share admin rights you need to share the certs that are
installed in ~/.kube/config