Kubernetes (2) Keep in touch
How to custom HPA scaling for Kubernetes, with Prometheus and RabbitMQ metric?
Scaling is critical for any resilient architecture. Learn with here how to set up autoscaling rule or HPA for Kubernetes with Prometheus and RabbitMQ metric.
What is Chaos Engineering and its associated tools?
Learn the basics of chaos engineering through examples and easy to start with technologies. Discover this SRE practice that keeps gaining in popularity.
Kubernetes overview: everything to know about Kubernetes
Padok gives you a Kubernetes overview: what is Kubernetes, Kubernetes vs. Docker, how to implement it in your software infrastructure, and what tools to use?
Kubernetes Security Beginner: What resources or tools to get started?
Kubernetes is a trending topic these days. In this article, you will learn about Kubernetes tools, resources, and standards for the security of your cluster.
How to share a filesystem on AWS EKS with EBS volumes?
An app on AWS EKS requires a shared filesystem. With Kubernetes PodAffinity, put all your pods on the same node with EBS volumes.
Route53 and AWS EKS: external DNS
How to automatically manage DNS records of your ingresses and services in your AWS EKS cluster using external DNS and Route53?
How to deploy Kubernetes with Firecracker?
Kubernetes is an amazing tool, but security issues with containers are a concern. Learn here why and how to set up Kubernetes with Firecracker micro-vms!
Getting started with kubectl plugins
Add new commands and give your productivity a boost when operating K8s clusters by extending kubectl’s capabilities with community-supported plugins.
Kubernetes NFS Provisioner: Persistent NFS volumes in ReadWriteMany
The NFS storage provisioner can create persistent storage volumes with write access on pods. Here is how to deploy it with a Helm chart.
The best resources to learn about Kubernetes
This article introduces you to some of Kubernetes' basic resources, in order to learn more about the open source container orchestration platform.
Kubernetes technologies: Kubeadm vs MiniKube, Kind and K3S
This blog post compares four Kubernetes technologies: MiniKube, Kubeadm, Kind and K3S to help beginners start with Kubernetes.
How to deploy a Kubernetes cluster on DigitalOcean with Terraform?
Learn how to deploy a Kubernetes cluster with Terraform on DigitalOcean. This Cloud Provider features a simple but complete managed Kubernetes service!
How to configure Traefik on Kubernetes with Cert-manager?
In this article, I show you how to deploy your own Traefik instance linked to Cert-manager on Kubernetes, to serve your websites over HTTPS.
Let's observe Argo CD: focus on the first two CD tools
Argo is a company developing a set of tools enhancing Kubernetes. In this article we will observe Argo CD and focus on the first two CD tools.
Why are your Kubernetes pods evicted?
Have you ever had pods evicted without understanding why? Discover what exactly is the eviction process and why your pods may be evicted!
Working with taints and tolerations in Kubernetes
Taints and tolerations in Kubernetes allow you to define rules to organise the way your pod is affected to nodes. Discover how it works!
SG and NACL configurations for Amazon EKS
This blog post compares AWS Security Groups (SGs) and Network Access Control List (NACLs) for firewall good practices for an Amazon EKS cluster.