/kubernetes-containers-tutorials

Basic tutorials to set up and play around with a kubernetes cluster (using kind)

Primary LanguageDockerfileMIT LicenseMIT

kubernetes-containers-tutorials

Basic tutorials to set up and play around with a kubernetes cluster (using kind)

Steps

  1. Pre-reqs: Install the required kind and kubectl tools.
  2. Setup Cluster: Follow the instructions to set up a Kubernetes cluster using kind.
  3. Demo App Docker: Learn how to build and run a Docker container for a demo application.
  4. Demo App Kubernetes Deployment: Deploy the demo application to the Kubernetes cluster.