Posts by: Konstantin Kiess

Quake Speedrun Recap Level 2: Argo Applications and Workflows

Now that we have everything deployed, let’s explore and understand Argo and what it can do for you. Understanding Applications: An Argo Application is a Kubernetes Custom Resource Definition. It is used by Argo to provide a wrapper around a few other tools it is able to use. We’ll start with the common settings for

Konstantin Kiess Profile Image

Posted by:
Konstantin Kiess

Read More ➝
Quake Speedrun Level 2: Argo

Welcome to part two of our QUAKE-Speedrun. This time we will deploy Argo and use it to automate deployments of our additional components on our Kubernetes Cluster to start building out our Platform. First, let’s take a look at the Argo Project Modules to understand what their Job is. Argo Project: ArgoCD “Declarative Continuous Delivery

Konstantin Kiess Profile Image

Posted by:
Konstantin Kiess

Read More ➝
Quake Speedrun: Recap Level 1 Terraform and Kops:

Last time, we successfully finished deploying the first part of our platform. We have bootstrapped an AWS Env via Terraform and deployed a Kubernetes Cluster via Kops. ‌‌‌‌Now that we have the infrastructure in place, let’s go through what we did. After we’ve provided our credentials for AWS and installed the CLI’s, the command we

Konstantin Kiess Profile Image

Posted by:
Konstantin Kiess

Read More ➝
Quake Speedrun Level 1: Kops

Introdution: A follow along tutorial to build your own Platform. This was inspired by the gaming speedrun community. A speedrun is a play-through, or a recording thereof, of a whole video game or a selected part of it (such as a single level), performed with the intention of completing it as fast as possible. While

Konstantin Kiess Profile Image

Posted by:
Konstantin Kiess

Read More ➝
Container to Container Networking for Cloud Foundry and Kubernetes

Part Two: Approaching the problem without rewriting existing code Welcome back to the second part of SILK for CFCR. If you just stumbled upon this, it might be a good idea to check out the first blog-post explaining the project. For you TL;DR; kind of people: Here is the ci, here are the wrappers, and

Konstantin Kiess Profile Image

Posted by:
Konstantin Kiess

Read More ➝
Container to Container Networking for Cloud Foundry and Kubernetes

Part One: Building bridges in the cloud Image Source: https://www.pexels.com/photo/bridge-clouds-nature-outdoors-584315 It started at the CF Summit Basel Hackathon in 2018 and the result is above screencast. What did you just look at? Let’s start with explaining what stack we’re using and what is happening before explaining in depth what we see in the Terminals. The

Konstantin Kiess Profile Image

Posted by:
Konstantin Kiess

Read More ➝