📄️ Getting Started with GCP
Kubernetes, also known as K8s, is a popular open-source container orchestration platform. It is used to manage and deploy containerized applications at scale. Google Cloud Platform (GCP) is a cloud computing platform offered by Google that provides infrastructure services for hosting applications.
📄️ Minikube
Minikube is a tool that allows you to run a single-node Kubernetes cluster on your local machine. It is designed for developers who want to test their applications locally before deploying them to a production environment. In this documentation, we will show you how to get started with running Kubernetes services on a MacBook using Minikube.
📄️ K8S Constructs
In Kubernetes (K8s), Deployments, Services, and Pods are core building blocks used to deploy and manage containerized applications. Here's a brief explanation of each component and some examples and use-cases:
📄️ Other Cloud Constructs
Compute Engine