A simple blog website developed using Angular and Node.js, made to demonstrate basic microservices using Docker and Kubernetes. By adding the word "orange" in the comment box the comment gets 'rejected', the initial stage is 'pending' where it checks for moderation and the final stage is 'approved'
$ git clone https://github.com/shreyasssk/blog-micro-k8s.git
$ cd blog-micro-k8s
$ skaffold dev
I have used domain name as 'posts.com' If you wish to use the same then make necessary changes to your hosts file:
$ cd /etc
$ sudo nano hosts
in the last line add the ip address on your minikube node and type 'posts.com' after a space
- Docker
- Kubernetes
- Minikube
- Ingress Nginx (https://kubernetes.github.io/ingress-nginx/)
- Skaffold