Aurore Malherbes

Aurore Malherbes

Aurore is the CTO of Padok. Previously architect developer, she decided to become Ops to put developers in the best conditions (fast & reliable environments).

Dealing with the new Docker hub rate limit when using Code Pipeline, Cloud Build, EKS or GKE

Dealing with the new Docker hub rate limit when using Code Pipeline, Cloud Build, EKS or GKE

On the 20th of November, the new Docker hub rate limit became effective. We show you how to deal with this limit when using Code Pipeline, EKS & GKE.

CORS: what is CORS for and how to use and configure it?

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.

Codemotion Berlin 2019 : Quick takeaways

Codemotion Berlin 2019 : Quick takeaways

Maxime Sraïki and I were at Codemotion, a great software conference in Berlin. I have attended several talks, and here are the main things I have learned.

How to create a CodePipeline to deploy an Amazon EKS Cluster with Helm?

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.

How to transform 32 crons into a Kubernetes CronJob with Helm?

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?

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

Docker vs Machines Virtuelles (VM): containerize a legacy app

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.