Blog
Istio on google cloud
This post I want to try setup istio on gogle cloud. Initially I have tried on my local macbook using minikube but not success because of slow and low memory. So let’s try it on the real google cloud.
June 22, 2019
Kubernetes Cluster on bare metal Centos 7
When you setup your local development environemnt, you can use Minikube to manage the kubernetes cluster. But Minikube can only has one master node cluster which may not suitable for your SIT, UAT, Production environment which shared by other developers. If you use cloud providers you can use KOPS for AWS, GKE for GCP or ACS for Azure.
December 17, 2017
Solr, Zookeeper and Docker Swarm Cluster
In my previous post I show how my current project setup solr cluster. The setup using docker 1.12 which is quite old and it required external data storage for clustering like consul. For current docker version which is 17.09 it’s already built in data store using Raft db. It will be more easier for setup as following.
December 9, 2017
Solr, Zookeeper and Docker configuration
This is how my current project setup the environments of Solr Cloud, ZooKeeper, Consul and Docker. Pre-requisite Docker Docker images solr jplock/zookeeper swarm gliderlabs/registrator progrium/consul Run consul This container will be used as key value store and service discovery.
December 5, 2017
GIT useful commands
This is a collections of git commands I use as a references when I was lazy to remember them all: Create and Checkout a New Branch Branches from currently checked out directory
April 23, 2015