DevOps Tools 101 - Kubernetes

DevOps Tools 101 is a series of posts outlining in easy to digest form, the tools available and in use by the DevOps community. Today we’ll be learning about Kubernetes (often abbreviated to k8s), which was originally developed and then open-sourced by Google. The Official Description From kubernetes.io Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. The Breakdown open-source system - you can look at and modify the underlying code that makes up kubernetes [Read More]

DevOps Tools 101 - Consul

DevOps Tools 101 is a series of posts outlining in easy to digest form, the tools available and in use by the DevOps community. Today we’ll be learning about Consul by Hashicorp. The Official Description From Hashicorp’s site Consul is a service mesh solution providing a full featured control plane with service discovery, configuration, and segmentation functionality. The Breakdown service mesh solution - a solution that allows individual services to discover and communicate quickly/securely/reliably with each other [Read More]