Kubernetes

Kubernetes monitoring using Prometheus

...
Kubernetes monitoring using Prometheus

Monitoring is a crucial aspect of any Ops pipeline and for technologies like Kubernetes which is a rage right now, a robust monitoring setup can bolster your confidence to migrate production workloads from VMs to Containers. Today we will deploy a Production grade Prometheus based monitoring system, in less than...

...
CONTINUE READING
Docker

Using Terraform for managing infrastructure

...
Using Terraform for managing infrastructure

What is Terraform?It is a tool that is used for building, changing and versioning infrastructure safely and effectively. Using the configuration file you describe to Terraform what components are needed. Terraform then goes and generates an execution plan describing what the desired state should be. And then it goes...

...
CONTINUE READING

What is a container? A Kernel Introduction

...
What is a container? A Kernel Introduction

Welcome to this tutorial series, where we will evolve from the anatomy of a container inside the Linux Kernel, and will keep building pieces and evolving till the publication of a service into an Orchestration Platform. The general idea is to detail as much as possible (without being massive) how...

...
CONTINUE READING
Kubernetes

How to Set Up Jenkins on Kubernetes

...
How to Set Up Jenkins on Kubernetes

This guide will walk you through the process of setting up Jenkins on Kubernetes. Jenkins is a widely-used open source CI server that provides hundreds of plugins to support building, deploying and automating your projects. In the next sections, you will: Create a Kubernetes cluster with minikube (This is an...

...
CONTINUE READING