How to transform 32 crons into a Kubernetes CronJob with Helm?
Learn how to refactor your Helm templates by writing one helm template to deploy several similar Kubernetes cronjob: transform 32 crons into cronjob resources
Docker vs Kubernetes: are they really to be compared?
What is a container? What is an orchestrator? Padok explains the complementarity between Docker & Kubernetes, and how to use these technologies together
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.
How to create a CodePipeline to deploy an Amazon EKS Cluster with Helm?
Running your Kubernetes app on EKS without Gitlab CI may create automated pipeline issues. So how to use CodePipeline, CodeBuild, and deploy it with Helm.
Docker vs Machines Virtuelles (VM): containerize a legacy app
Why should you containerize? Containers are taking the lead on VMs since it's quicker and easier to use. Learn how to containerize your legacy app with Docker.
CORS: what is CORS for and how to use and configure it?
CORS is a way to respect the Same-Origin Policy forced by modern browsers. Let's understand and implement CORS to make HTTP calls with your API.