Skip to content

Basic Blog Website just to simulate/understand the working of basic beginner level microservices environment using Docker and Kubernetes.

License

Notifications You must be signed in to change notification settings

shreyasssk/blog-micro-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Docker Hub GitHub Container Registry

Blog Website

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'

Instructions:

$ 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

Prerequisites required: