Monitoring approach: Cloud Outsourcing

Monitoring approach: Cloud Outsourcing

Discover our minimalist monitoring approach at Padok, dedicated to serving our outsourcing clients.

How to manage your cloud projects on AWS, GCP, and Azure

How to manage your cloud projects on AWS, GCP, and Azure

Organize your projects and manage your resources efficiently on cloud providers AWS, GCP and Azure. Best practices for your organization design.

What is the Serverless and when you should use it

What is the Serverless and when you should use it

Discover the benefits, use cases and disadvantages of serverless computing. Get expert insights to help you make informed decisions.

Understanding how EKS and IAM work together

Understanding how EKS and IAM work together

EKS and IAM work well with OIDC to achieve minimum privilege for your Kubernetes workloads. Let me show you how exactly this works!

How to deploy a minimalistic web application using ECS and Fargate

How to deploy a minimalistic web application using ECS and Fargate

Learn how to quickly and easily deploy and app with AWS ECS using Fargate!

Complex Gitlab pipelines

Complex Gitlab pipelines

Deploy complex environments using Gitlab pipelines with multi-project dynamic pipelines, downstream jobs, and artifact management.

How better management of processes in Docker can greatly improve a container’s lifecycle

How better management of processes in Docker can greatly improve a container’s lifecycle

Proper handling of processes in Docker, especially the PID 1, helps containers stop quickly and cleanly. Here's why, and how!

Why you should migrate your Single Page Application frontends from GCS to GKE and how to do it

Why you should migrate your Single Page Application frontends from GCS to GKE and how to do it

Feedback on everything you should know before migrating a single-page application frontend from GCS to GKE and why you should do it.

Understanding data sovereignty in the cloud in the EU

Understanding data sovereignty in the cloud in the EU

Digital sovereignty can be difficult to grasp, especially when data is stored in the cloud. Here's a quick overview of what's being done.

The Cloud behind the scenes: how magic is it really?

The Cloud behind the scenes: how magic is it really?

Ever wondered how VMs are magically born into the cloud? Well, it is no magic, only science, and engineering. If you want a peek into the machinery, tag along!

Deploy a serverless infrastructure using AWS console (part 1)

Deploy a serverless infrastructure using AWS console (part 1)

Choosing the appropriate IaC framework to deploy serverless infrastructure can greatly improve your team’s efficiency. Here are some IaC tools on AWS.

Build your infrastructure with 4 Azure fundamentals

Build your infrastructure with 4 Azure fundamentals

When building on Azure for the first time, you will encounter challenges like designing it and building the first bricks. These tips should help you tackle them.

How to setup a CI/CD pipeline for Databricks by using Azure DevOps?

How to setup a CI/CD pipeline for Databricks by using Azure DevOps?

Create a CI/CD pipeline for Databricks Using Azure DevOps is quite challenging but at the end of this article, I give you feedbacks from a project!

Leader Election - An introduction to resilient systems

Leader Election - An introduction to resilient systems

Ever wondered how highly available systems work in order to prevent downtime? Distributed systems coupled with Leader Election are the answer.

Deploying a Cloud Build NodeJS backend

Deploying a Cloud Build NodeJS backend

Did you already dreamt about deploying a fully managed NodeJS backend with Cloud Build and Cloud Run automatically on GCP? We explain everything !

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!

AWS profiles: how to simplify complex authentication?

AWS profiles: how to simplify complex authentication?

AWS profiles allow you to abstract away complex mechanisms like multi-factor authentication or chained role assumptions so they don’t show up in your code