/K8s-setup

K8s setup demo to be used in projects.

Primary LanguagePython

Kubernetes Cluster Setup

Prerequisites

Steps

  1. Use the following command to start minikube and create a cluster with all the nodes.
./script.sh create
  1. Use the following command to deploy the application on the cluster (can be accessed through the URL in the terminal).
./script.sh start
  1. Use the following command to stop the application and delete the cluster.
./script.sh stop
  1. Use the following command to restart the cluster.
./script.sh restart