Google Kubernetes Engine - Quick Reference
This is a quick reference to Kubernetes on the Google Cloud Platform. these commands are more specific to administering kubernetes on GKE.
Last updated
This is a quick reference to Kubernetes on the Google Cloud Platform. these commands are more specific to administering kubernetes on GKE.
Last updated
If your using a local shell as in the Google Cloud SDK you can install the kubectl command-line tool with this command.
remember this is a command reference for those who need access to commands fast and straight to the point, the links are provided to all documentation that goes in depth to these commands.
create a cluster
this command configures kubectl to use this specific cluster
We can use this command to set a default cluster for kubectl commands
you can use this command to resize the cluster. the -- size flag indicates the number of nodes to scale to, --node-pool is is the name of the node to resize.
Specifying a node image
create a cluster with Container-Optimized image
2. create a cluster with Ubuntu as the node image
Helpful Links going more in depth about the commands listed above.