• Get AWS credits for your startup with AWS Activate

    Get AWS credits for your startup with AWS Activate

    View Post

Stay up to date

Kubernetes, Blue Matador

How to Delete Pods from a Kubernetes Node
By Keilan Jackson on December 7, 2021

When administering your Kubernetes cluster, you will likely run into a situation where you need to delete pods from one of your nodes. You may need to debug issues with the node itself,...

Continue Reading

AWS, Kubernetes

How we went from kops to EKS in production
By Keilan Jackson on September 25, 2020

Amazon’s EKS service (Elastic Container Service for Kubernetes) allows you to create a Kubernetes control plane in your AWS account without having to configure Kubernetes master nodes,...

Continue Reading

Kubernetes

Building and deploying a Docker image to a Kubernetes cluster
By Keilan Jackson on September 10, 2020

Deploying Docker images to Kubernetes is a great way to run your application in an easily scalable way. Getting started with your first Kubernetes deployment can be a little daunting if you...

Continue Reading

AWS, Kubernetes

Guide: Upgrading EKS with Terraform
By Keilan Jackson on August 27, 2020

New Kubernetes versions are released multiple times per year, and you must upgrade your EKS cluster periodically to stay up to date. In this blog post we will go over the steps required to...

Continue Reading

Kubernetes

Monitoring Kubernetes: A review of Prometheus vs. Datadog
By Mark Siebert on August 25, 2020

So you’ve got a shiny new Kubernetes cluster up and it’s a dream. Deploying code is easy, scaling is a breeze, and you’ve never felt so efficient. However, despite claims that Kubernetes...

Continue Reading

Kubernetes

An introduction to Kubernetes DaemonSets
By Mark Siebert on August 13, 2020

Kubernetes has a lot of features and deployment options for running containers. One of these is the DaemonSet. In this blog post, we’ll discuss what DaemonSets are, what they can be used...

Continue Reading