Skip to content

minhlk/simple-k8s

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published