minhlk / simple-k8s

Simple k8s cluster with Node + Mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the K8s cluster

Prerequisites

Start Minikube Node

minikube start

Apply the secrets, configMaps, deployments

kubectl apply -f db-config.yaml 
kubectl apply -f db-secret.yaml 
kubectl apply -f deployment-db.yaml 
kubectl apply -f deployment-web.yaml 

How to run in browser

minikube service web-express-service

About

Simple k8s cluster with Node + Mysql


Languages

Language:JavaScript 78.9%Language:Dockerfile 21.1%