Blog DevOps Keep in touch

Subscribe to our newsletter

Kubernetes on Google Cloud Platform: deploy your app with Helm

Kubernetes on Google Cloud Platform: deploy your app with Helm

In this second article from the series Kubernetes and GCP, we will use Helm to package and deploy an app on a Kubernetes cluster with Google Cloud Platform.

Docker-OSX (or Windows) development

Docker-OSX (or Windows) development

How to use docker-sync to quickly solve the slowness issues if you are running your host’s filesystem on osx (or windows). Discover here the cause and tackle it.

DevOps process, principles and implementation

DevOps process, principles and implementation

This article gives you insights to implement the DevOps methodology in your software development process.

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.

OpenShift vs. Kubernetes: Are they really in competition?

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.

The Importance of Combining DevOps and Hybrid Cloud solutions

The Importance of Combining DevOps and Hybrid Cloud solutions

In this article, we are focusing on the Hybrid Cloud service, what is it, what are the advantages and how to combinate successfully DevOps and Hybrid Cloud.

Terraform on GCP: deploy your first Kubernetes cluster

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.

Helm ConfigMap: merge ConfigMap and Secret in a single file

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 concept: what is Continuous Integration (CI)?

DevOps concept: what is Continuous Integration (CI)?

Continuous integration (CI) is an essential component in a DevOps development environment. What is it, what are the advantages and what are the CI tools?

Openshift: what templates should you use, Helm or Openshift?

Openshift: what templates should you use, Helm or Openshift?

When deploying an app with container orchestrators (Kubernetes, OpenShift) templating is needed. What templates to use Helm or Openshift?

DevOps: what are the most used DevOps tools?

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.

Why your DevOps Team should consider cloud migration?

Why your DevOps Team should consider cloud migration?

In this article, Padok explains everything you need to know about Cloud Computing, and especially the relationship between Cloud Computing and DevOps.

Kubernetes’ Architecture: Understanding the components and structure of clusters

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.

DevOps: how to make it work with an agile methodology

DevOps: how to make it work with an agile methodology

Conflict of interest between Development and Operational team isn't new. How some methodologies as DevOps or Agile, can help collaboration in IT projects?

Top 5 of Kubernetes Monitoring tools

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.

The DevOps Culture : Origins, Principles and Benefits

The DevOps Culture : Origins, Principles and Benefits

This article is telling you more about DevOps culture: what DevOps is, what are the benefits but also about how DevOps can be implemented in your company.

Kubernetes productivity tips and tricks with Kubectl & Helm

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.

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