Technology (6) Keep in touch
Kubernetes productivity tips and tricks with Kubectl & Helm
Here are some tips and tricks that will improve your productivity with Kubernetes using Kubectl autocompletion & aliases and Helm, a package manager.
Top 5 of Kubernetes Monitoring tools
You don't know which tool you should use to monitor your Kubernetes cluster? Here is a description of Prometheus, Datadog, and other tools.
Helm ConfigMap: merge ConfigMap and Secret in a single file
Kubernetes store database password in secrets and the rest in ConfigMap. K8s doesn't allow to merge those two sources in a single file. Use Helm ConfigMap.
DevOps: what are the most used DevOps tools?
This article will give you different DevOps tools listed by category. Those DevOps tools will help you to improve your team productivity and collaboration.
Terraform on GCP: deploy your first Kubernetes cluster
In this series of articles, you will learn more about Kubernetes and GCP. First, let's use Terraform to build our first Kubernetes cluster on GCP.
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
Kubernetes’ Architecture: Understanding the components and structure of clusters
Discover the architecture of a Kubernetes cluster and how the different components of the master and worker nodes interact to deliver your applications.
OpenShift vs. Kubernetes: Are they really in competition?
OpenShift is Red Hat’s Kubernetes-based orchestration platform. Although Kubernetes looks like an incredible tool. Let’s see what OpenShift has to offer.
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 Commands to use: Docker vs Docker-compose
Here are a few Docker and Docker-Compose commands you need to know before starting an IT project. Discover the basic knowledge of Docker.
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.