Blog DevOps Keep in touch

Subscribe to our newsletter

Kubernetes Security Beginner: What resources or tools to get started?

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.

Best Devops resources for learning

Best Devops resources for learning

DevOps has become a very common word. But, this practice is not widespread in every company. Here, find different DevOps resources to learn more.

Getting started with kubectl plugins

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.

The best resources to learn about Kubernetes

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.

Create a Docker image using Multi-Stage Builds

Create a Docker image using Multi-Stage Builds

Are you tired of creating huge contraptions to optimize your Dockerfiles? Use Multi-Stage to develop a single docker image for all your environments.

Learn how to speed up Gitlab CI

Learn how to speed up Gitlab CI

Set up an efficient CI/CD workflow. You will learn here how to optimize and speed up a GitLab CI pipeline while keeping the bill as low as possible.

How to custom HPA scaling for Kubernetes, with Prometheus and RabbitMQ metric?

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.

How to manipulate in a workspace the Terraform resources?

How to manipulate in a workspace the Terraform resources?

You want to change a Terraform resource’s name in a workspace? Or move a resource between a “count” and a for_each loop? This article will help you!

SG and NACL configurations for Amazon EKS

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.

Protect your data at-rest from data tampering using encryption

Protect your data at-rest from data tampering using encryption

How to protect data at-rest from data tampering, what is home and full disk encryption and how to proceed. Here are the pros and cons of each method.

Kubernetes technologies: Kubeadm vs MiniKube, Kind and K3S

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.

Creating an Autoscaling Group for Kubernetes on Alibaba Cloud

Creating an Autoscaling Group for Kubernetes on Alibaba Cloud

Create a modular Autoscaling Group for Kubernetes on Alibaba Cloud to have complete control over the node pools you attach to your CS K8s cluster

How to deploy a Kubernetes cluster on DigitalOcean with Terraform?

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!

Kubernetes NFS Provisioner: Persistent NFS volumes in ReadWriteMany

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.

Setting up a Debian package mirror with Aptly for offline use

Setting up a Debian package mirror with Aptly for offline use

Installing packages in an offline environment is a tricky thing to figure out. Find out how you could set up your own Debian package mirror for offline use.

Route53 and AWS EKS: external DNS

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?

ECS vs EKS : What's the difference and when to use it?

ECS vs EKS : What's the difference and when to use it?

This blog post introduces you to the advantages of AWS ECS and tells you when it is best to use it. Learn more about the benefits of Amazon ECS.

How to use Kubernetes PVCs with EFS provisioner?

How to use Kubernetes PVCs with EFS provisioner?

Here is how you can easily use AWS EFS volumes for Kubernetes dynamic storage provisioning, a resilient way to deal with persistent storage.