Tag: docker

Productivity

Kubernetes Introduction: Istio

As discussed in this article, Istio is simply an implementation of the service mesh paradigm or pattern as may be called. Recall what a service mesh is: it is simply a means of managing network traffic between services in an application. An Istio Service Mesh is logically split into two components as explained earlier in…

Automation - DevOps - Editor's Pick - Infrastructure as Code - Kubernetes

What is immutable infrastructure?

Within the Cloud infrastructure space, there are several approaches on how to manage infrastructure. From: old-fashion manual creation and pray, to: everything automated, self-healing, self-scaling and pretty much self-managing. Within the second group, there are several approaches as well; you can have your infrastructure automated provisioned with Terraform and use Ansible for the configuration management,…