• 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

Using Helm for Kubernetes management and configuration
By Trenton Romph on June 4, 2020

What is Helm? Helm is a popular open-source tool used to manage and configure your Kubernetes cluster. Basically, it is a package manager (think Homebrew or NPM) built for Kubernetes. It...

Continue Reading

Kubernetes

How to pronounce Kubernetes so you don’t get laughed at
By Trenton Romph on June 3, 2020

We’ve all been there. A new tool is trending, it is getting mentioned all over the place, and you get dropped into a conversation about it. The last thing you want to do is embarrass...

Continue Reading

Kubernetes

Kubernetes disaster prevention and recovery
By Trenton Romph on May 28, 2020

Yeah, Kubernetes is great at making sure your workloads run as needed. But another of its amazing benefits is its ability to recover from failure all by itself. On an everyday basis,...

Continue Reading

AWS

How to deploy an app to AWS: App automation and optimization
By Matthew Barlocker on May 19, 2020

Hey there. Welcome to the fifth and final installment in our series on successfully deploying an app to AWS with the least effort. In previous weeks, we've focused on: Getting started ...

Continue Reading

AWS, Lambda

Top 7 AWS Lambda metrics to monitor
By Taylor Jones on May 14, 2020

Since launching in 2014, AWS Lambda has dramatically grown in popularity. Lambda allows you to run code without having to manage the underlying compute resources. From a monitoring...

Continue Reading

AWS

How to deploy an app to AWS: Route 53 and DNS explained
By Matthew Barlocker on May 12, 2020

This is part four in our series on how to deploy an app to AWS with the least effort. The series covers: Getting started Preventive measures App security Route 53 and DNS explained (this...

Continue Reading