Skip to content

stormmurdoc/kind-k8s-static-webpage

Repository files navigation

Kubernetes in Docker (KinD)

This project compiles a local Docker container and then deploys it to the kind cluster. Afterwards, the application and the service are deployed in the KinD-k8s cluster.

Prerequisites

The following components must be installed:

Deploy

image_2021-11-01-16-48-39

Start the deployment with

    deploy.sh

image_2021-11-01-17-15-20

After the deloyment you can test your website with the given IP adress & port.

image_2021-11-01-17-17-20

Destroy cluster

Getting rid of a KinD cluster

    kind delete cluster

kubectl

    kubectl get all -A

image_2021-11-01-16-59-07,p