CI/CD workflow: Generate test environments with Gitlab and Kubernetes

CI/CD workflow: Generate test environments with Gitlab and Kubernetes

Use GitlabCI and Helm to create multiple testing environments in your Kubernetes cluster with minimal changes to your CI workflow. Follow this tuto to see how!

Using Docker on IntelliJ to debug your Spring Boot application

Using Docker on IntelliJ to debug your Spring Boot application

Run Spring Boot Java application with Docker through IntelliJ plugin. Debug it through a remote debug configuration and a breakpoint inside your code.

Service mesh architecture with Istio and Kubernetes

Service mesh architecture with Istio and Kubernetes

A service mesh like Istio offers traffic management, security, and observability and help manage huge infrastructure with more than 100 microservices.

How to monitor your Amazon EC2 instances using CloudWatch Metrics?

How to monitor your Amazon EC2 instances using CloudWatch Metrics?

Use CloudWatch Metrics to monitor your Amazon EC2 instances, enable some available metrics on it, and learn which metrics are key for your monitoring.

Apply the same Terraform on multiple AWS accounts without duplicating it

Apply the same Terraform on multiple AWS accounts without duplicating it

You want to apply the same terraform code to several Amazon Web Services (AWS) accounts? Learn how to use IAM to change the terraform provider parameter

Kubernetes on Google Cloud Platform: automate deployments with Cloud Build

Kubernetes on Google Cloud Platform: automate deployments with Cloud Build

Learn how to set up Continuous Deployment to automatically deploy your application on a Google Kubernetes Engine (GKE) cluster with Google Cloud Build.

How to set up HTTPS with Istio and Kubernetes on Google Kubernetes Engine (GKE)

How to set up HTTPS with Istio and Kubernetes on Google Kubernetes Engine (GKE)

When trying to set up Istio within a cloud provider like GCP, you will encounter a couple of challenges. One is setting up HTTPS with Istio and Kubernetes on GKE

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.

Monitoring Prometheus-compliant applications in GKE with Stackdriver and RabbitMQ

Monitoring Prometheus-compliant applications in GKE with Stackdriver and RabbitMQ

Monitor Prometheus-compliant Kubernetes Services in GCP using Stackdriver to avoid storage and resilience issues. How to monitor a RabbitMQ cluster?

How to monitor your EBS volumes (AWS) using CloudWatch Metrics?

How to monitor your EBS volumes (AWS) using CloudWatch Metrics?

To monitor your EBS volumes, use CloudWatch Metrics. Enable some available metrics on your EC2 instances and monitor them via CloudWatch or Grafana.

Deploying a Kubernetes app with GitLab-Ci (automated pipeline)

Deploying a Kubernetes app with GitLab-Ci (automated pipeline)

Learn in 5 minutes how to deploy your Kubernetes app with GitLab-CI. Create a simple automated GitLab pipeline, using a Kubernetes runner and Helm charts.

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.

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.

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.

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.

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.

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.