How to Create an AWS CloudFormation Fargate Template

In the previous post, you learnt how to deploy a basic Dockerized Spring Boot application to AWS Fargate. Wouldn’t it be great if this manual configuration could be provisioned from a plain text file which can be part of your version control system? With a single action, all necessary resources are configured in the right order. In this post, you will learn how to create an AWS CloudFormation template. Enjoy!

Continue reading “How to Create an AWS CloudFormation Fargate Template”

First Steps with GCP Kubernetes Engine

The past year, we wrote some articles using Minikube as Kubernetes cluster in order to experiment with. In this post, we will take our first steps into Google Cloud Platform (GCP) and more specifically of Kubernetes Engine. Let’s see whether going to the Cloud makes our lives even easier ;-).  We will create a GCP account, create a Kubernetes cluster, deploy our application manually and deploy by means of Helm.

Continue reading “First Steps with GCP Kubernetes Engine”

Powered by WordPress.com.

Up ↑