DevOps
-
Automatic Restarting of Pods inside Replication Controller of Kubernetes Cluster
A key feature of Kubernetes is its ability to maintain the “desired state” using declared primitives. Replication Controllers is a…
Read More » -
Multi-container Applications using Docker Compose and Swarm
Docker Compose to Orchestrate Containers shows how to run two linked Docker containers using Docker Compose. Clustering Using Docker Swarm…
Read More » -
Using HAProxy as a reverse proxy for AWS microservices
Amazon’s EC2 micro instances offer a very affordable option for hosting a Docker-based micro-services architecture. Each micro instance can host…
Read More » -
Exploring Microservices Architecture on Heroku
Building an application with a microservice architecture is an excellent long-term decision if you can afford the increase in upfront…
Read More » -
Adding a NAT to your AWS VPC
In a previous post I described how to setup a VPC with both private and public subnets with AWS. In…
Read More » -
Scaling To Infinity with Docker Swarm, Docker Compose and Consul (Part 4/4) – Scaling Individual Services
This series is split into following articles. A Taste of What Is To Come Manually Deploying Services Blue-Green Deployment, Automation…
Read More » -
Scaling To Infinity with Docker Swarm, Docker Compose and Consul (Part 3/4) – Blue-Green Deployment, Automation and Self-Healing Procedure
This series is split into following articles. A Taste of What Is To Come Manually Deploying Services Blue-Green Deployment, Automation…
Read More » -
Scaling To Infinity with Docker Swarm, Docker Compose and Consul (Part 2/4) – Manually Deploying Services
This series is split into following articles. A Taste of What Is To Come Manually Deploying Services Blue-Green Deployment, Automation…
Read More » -
Scaling To Infinity with Docker Swarm, Docker Compose and Consul (Part 1/4) – A Taste of What Is To Come
This series is split into following articles. A Taste of What Is To Come Manually Deploying Services Blue-Green Deployment, Automation…
Read More »