DevTech101

DevTech101

docker-compose

Master Index – Related Posts To Docker, Kubernetes And Micro-Services

Master Index Of Docker / Kubernetes / Micro-Services Related Articles Below you will find links on this blog to articles related to Docker and Kubernetes. Managing Kubernetes / Docker Orchestration On CentOS NEW CoreOS Kubernetes Configuration Generator. Now Supports Kubernetes 1.13, RBAC, Bootstrapping, More Installing a Kubernetes 1.11 Cluster On CentOS 7.5(1804) The Manual Way …

Master Index – Related Posts To Docker, Kubernetes And Micro-Services Read More »

Using Traefik As a Load Balancer / HTTP Reverse Proxy For Micro-Services

Traefik as an HTTP reverse proxy / load balancer for Micro-Services Below, I am going to show you how to configure Traefikas an HTTP reverse proxy / Load Balancer for your micro-services. There are a number of Load Balancer options to choose from. Commercial hardware load balancers, like F5 LTM, Netscaller, A10, etc… Or software, …

Using Traefik As a Load Balancer / HTTP Reverse Proxy For Micro-Services Read More »

Managing Docker With Rancher APIs By Using Python Or Curl – Part 2

Installing and managing Docker by Using the Rancher API’s – Part 2 In the first part of this article, I discussed how to install/configure Rancher, how to use it from within the Web-UI. below I am going to focus on the Rancher APIs, options to connect and how to use them. Working with the Rancher …

Managing Docker With Rancher APIs By Using Python Or Curl – Part 2 Read More »

Managing Docker With Rancher APIs By Using Python Or Curl – Part 1

Installing and managing Docker by Using the Rancher API’s Today I am going to to demonstrate how to use Rancher and especially the Rancher API’s to manage a Docker environment. As discussed in the past, there are several options to use for managing your Docker environment. in my previous post I demonstrated how to use …

Managing Docker With Rancher APIs By Using Python Or Curl – Part 1 Read More »

Managing Docker Using Docker-Compose to Create Multi-Container Docker Applications

Creating Multi-Container Docker Applications by Using Docker-Compose Docker Compose helps you defining and running multi-container Docker applications. To run a multi-service application containers, use Docker-Stack. Note: When using Docker Swarm, Docker-Stacks might be a better option. Below I will show you how to create a simple 2 tier application(NodeJS front-end + MySQL back-end), by using …

Managing Docker Using Docker-Compose to Create Multi-Container Docker Applications Read More »