DevTech101

DevTech101

Month: August 2017

Using Consul for Service Discovery in Multiple Data Centers – Part 2

Consul configuration in a multi Data Center environment This is part two on how to configure Consul in a multi Data Center environment. Click here for part one. Note: An updated post using the most recent version of Consul (version 1.4.2) is available here, the below configuration will work with consul version 0.9.2 and below. …

Using Consul for Service Discovery in Multiple Data Centers – Part 2 Read More »

Using Consul for Service Discovery In Multiple Data Centers – Part 1

Consul configuration in a multi Data Center environment Below I am going to describe how to use Consul Health Checking across Multiple Data Centers. A picture is worth a thousand words, the diagram below describes a high level overview of the Consul multi Data Center architecture. Consul Multi Data Center Diagram below are the highlights …

Using Consul for Service Discovery In Multiple Data Centers – Part 1 Read More »

Configuring NAT Using PF Firewall in Solaris 11 / 12 Zones

Solaris 11/12 PF Firewall NAT Configuration Below is an update on how to configure NAT in Solaris 11/12, the original post used IPfilter(IPF). Since Solaris now officially switched to the BSD firewall(PF) I created the updated example below. Assumptions The network used in the kernel zones are 10.10.1.0/24 The network used on the global zone …

Configuring NAT Using PF Firewall in Solaris 11 / 12 Zones Read More »

Resolving MAC OS/X SMB (Annoying) Folder Refreshes.

Resolving MAC OS/X folder frequent refreshes on an SMB file share Recently working with a group of MAC users, I came across a very annoying issue. The user complains. How can I get rid of this annoying Folder Refreshes about every 30-60 seconds? The user explains. I am mounting a file share on my MAC, …

Resolving MAC OS/X SMB (Annoying) Folder Refreshes. Read More »

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 Kubernetes Cluster For Your Private Cloud Orchestration – Part 2

Kubernetes Cluster installation, configuration on Ubuntu 17.04 This is the second post of this series, how to install and configure your own Kubernetes cluster. in part one I went over configuring a Kubernetes cluster by using minikube – a simplified process, in this post I moving to the next step – installing, configuring by using …

Using Kubernetes Cluster For Your Private Cloud Orchestration – Part 2 Read More »

Using Kubernetes Cluster For Your Private Cloud Orchestration – Part 1

Kubernetes Cluster installation, configuration on Ubuntu 17.04 Below I am going to demonstrate options available to manage a Kubernetes Cluster in your own private cloud. First of, What is Kubernetes? Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units …

Using Kubernetes Cluster For Your Private Cloud Orchestration – Part 1 Read More »