CI/CD with jenkins and docker multistage build
Nowadays, the main goal of every tech company is to ship often and have user feedback as fast as possible. There’s many practices and tools in order to accomplish that, but today I’ll focus on con...
Nowadays, the main goal of every tech company is to ship often and have user feedback as fast as possible. There’s many practices and tools in order to accomplish that, but today I’ll focus on con...
Today we’ll talk about how you can increase your website visibility on Google using very simple SEO techniques. SEO means Search Engine Optimization and is a method to optimize website and get the...
Kubernetes is a fantastic tool for managing applications, version upgrade is as easy as changing a tag, more or less :) but has some limitations when you need advanced scheduling options. Before g...
If you’re running a kubernetes environment, you probably need to collect logs from your pods. You’ve got different choices from paid to opensource tool, in this post, I’ll choose fluentbit because...
Running an Elasticsearch cluster could be a real nighmare when you’ve got a lot of datas to ingest, design and configuration optimization needs to be think upstream. We’re gonna use a feature inclu...
Iterm2 + vim + zsh + vscode is all I need Here’s my everyday setup, it’s always more confortable to work with tools that make your life easier :) Iterm2 tmux integrated metrics for local ...
Plan and apply terraform state from a central place with Atlantis. Terraform is a great tool, even if there’s no major version released yet (currently 0.12.27), it’s a production ready tool. Te...
Do you think storage is complicated in kubernetes, yes it is. PV, PVC, StorageClass sounds unfamiliar to you ? I hope this post will help you. Storage components in a cluster PV : Persistent v...
When it comes to monitoring, prometheus is probably one of the option who’s gonna come out. Prometheus is a flexible monitoring tool, and can get every metrics you need. But it comes with some dow...
Kubernetes deployment is “easy” with all tools available, but it’s difficult to manage, Rancher can help you to deploy and manage a production ready kubernetes platform. Kubernetes became the nu...