Kubernetes

Kubernetes

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
Aug
22
Apache Druid On Kubernetes - Part 1

Apache Druid On Kubernetes - Part 1

Introduction Let me start off with a quick personal introduction and then move to the topic at hand. I have
3 min read
Jul
18
The State of Stateful apps on Kubernetes

The State of Stateful apps on Kubernetes

Stateless applications don't need to care about underlying state of the application before moving to different nodes. They
4 min read
Dec
25
Security & Governance Challenges in Cloud Native Ecosystem

Security & Governance Challenges in Cloud Native Ecosystem

Overview In today’s world , Docker and Kubernetes are the De-Facto standard for running micro services. With containerisation and orchestration
5 min read
Oct
02
Kubernetes Hardening Guide

Kubernetes Hardening Guide

> Organisations all around us, large and small, are adopting or planning to move to Kubernetes. As number of Kubernetes
2 min read
Jul
15
Understanding Horizontal Pod Autoscaling

Understanding Horizontal Pod Autoscaling

Autoscaling is an important aspect of running applications on Kubernetes at scale. Not only does it ensure your applications smoothly
4 min read
Aug
01
Deploy Spark on Kubernetes

Deploy Spark on Kubernetes

Introduction Yarn has been the default orchestration platform for tools from Hadoop ecosystem. This has started changing in recent times.
6 min read
Jun
01
Kubernetes client tools overview

Kubernetes client tools overview

Introduction All of us know kubectl, but with wide adoption of Kubernetes over the last few years, several interesting client
3 min read
Apr
01
Prometheus Self Discovery on Kubernetes

Prometheus Self Discovery on Kubernetes

Enable automatic service discovery for Prometheus server running in a Kubernetes cluster.
3 min read