Skip to content

bao-nguyen-khac/todo-app

Repository files navigation

Simple todo app with K8s cluster, Docker Compose and Jenkins

  • Containerization of Node.js Project using Docker
  • Deployment application with Docker compose, Kubernetes
  • CI/CD Pipeline using Jenkins

---------- With docker compose ----------

touch .env
vi .env 

MYSQLDB_USER=root

MYSQLDB_ROOT_PASSWORD=123456

MYSQLDB_DATABASE=user

docker compose up

---------- With Kubernetes cluster ----------

cd k8s/
kubectl apply -f secret-volume.yaml
kubectl apply -f db.yaml
kubectl apply -f backend.yaml

About

Simplest todo app with K8s cluster, Docker swarm and Jenkins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published