OmarLaz97 / k8s_CICD

This repo contains the configuration files of kubernetes that are necessary for running the cluster and deploying the app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s_CICD

Kubernetes configurations for my CICD project

Build Status

Features

  • Deploy a kubernetes cluster over aws

Installation

The application requires minikube to run

Run the app

The application is very easy to run.

Just by running a single command you will be able to create and deploy the application using minikube on your local machine. Make sure that you have a running minikube cluster

cd k8s_CICD
kubectl apply -f ./k8s

This will create a minikube cluster with the application running on it and you can access it using the minikube ip

minikube ip

Verify the deployment by navigating to your server address in your preferred browser.

<minikube ip>

About

This repo contains the configuration files of kubernetes that are necessary for running the cluster and deploying the app