Skip to content

Instantly share code, notes, and snippets.

@debuggerboy
Last active June 28, 2021 00:24
Show Gist options
  • Save debuggerboy/87387634db3493ce17825747de2bb436 to your computer and use it in GitHub Desktop.
Save debuggerboy/87387634db3493ce17825747de2bb436 to your computer and use it in GitHub Desktop.
GCP Kubernetes

Google Cloud Useful Pages

# Question Answer
1 List of all OS Images in Compute Engine https://cloud.google.com/compute/docs/images/os-details
2 List of all instance types in Compute Engine https://cloud.google.com/compute/docs/machine-types
3 Pricing for all instance types in Compute Engine https://cloud.google.com/compute/vm-instance-pricing

Additional Resources

# Question Answer
1 Installing Kubernetes and cri-o in Debian https://insujang.github.io/2019-11-21/installing-kubernetes-and-crio-in-debian/
2 Using CRI-O as container runtime for Kubernetes https://medium.com/cloudlego/using-cri-o-as-container-runtime-for-kubernetes-b8ddf8326d38
3 Install Kubernetes 1.21.1 on Centos 8 Stream https://medium.com/twodigits/install-kubernetes-1-21-1-on-centos-8-stream-include-fix-cap-perfmon-acf23a6879c6
4 How to install Kubernetes cluster on CentOS 8 https://upcloud.com/community/tutorials/install-kubernetes-cluster-centos-8/
5 Installing and Configuring containerd as a Kubernetes Container Runtime https://www.centinosystems.com/blog/containers/installing-and-configuring-containerd-as-a-kubernetes-container-runtime/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment