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.

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.

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.

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.

Basic components: Kubernetes pods, services, deployments...

Basic components: Kubernetes pods, services, deployments...

Learn what are the essentials components of Kubernetes: pods, service, ingress, deployments, configmap, secrets, ... eveything you need to know.

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.

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.

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.

AWS IAM: Understanding the Key Concepts of IAM services

AWS IAM: Understanding the Key Concepts of IAM services

What is AWS IAM? Accounts, users, roles, requests, policies… 5 minutes to understand AWS IAM mechanics. Use IAM to deal with identity and authorization.

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.

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.

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.

Kubectl list-clusters, all the commands to know

Kubectl list-clusters, all the commands to know

To save time with Kubernetes, discover the mastering commands for cluster management (Kubectl) to create, delete & monitor resources.

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.

4 HTTP Status Codes You Need to Watch Out For

4 HTTP Status Codes You Need to Watch Out For

Read this article to find out more about the HTTP status codes you need to watch out for.

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?

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?