Blog

You can become a superhero of automation and development by learning and practicing. This is our blog from our learnings and practice.

We are consultants and trainers in Cloud Foundry, devops automation and continous delivery. We have the best jobs in the world helping you have the best job in the world.

Trick #3 – What Do I Have Permissions For?

Ahoy, There! This is just one blog post in an ongoing series about fun things you can do with the Kubernetes CLI, kubectl. We have a whole bunch of these over on our Silly Kubectl Tricks page. Also don’t forget to checkout out the video series on YouTube! Stretching as far back as version 1.8

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Getting Started with Microsoft AKS

Setting up a Kubernetes cluster from scratch is no easy task. Luckily, there are now many managed service offerings which create a Kubernetes cluster for you.Many of these providers also take responsibility for keeping your cluster up to date. In this blog post we will take a closer look at AKS, the Kubernetes-as-a-service offering from

Ramon Makkelie Profile Image

Posted by:
Ramon Makkelie

Read More ➝
Stark & Wayne Internship Program Spring 2020 Kick-Off

We’re excited to announce the launch our next internship journey this upcoming spring semester! We started this new internship program last summer with the goal of bringing in a group of upperclassmen students and enabling them in dev/ops culture, agile methodologies, and cloud technology. The Format Like previous internships, there are four interns joining our

PatrickJones Profile Image

Posted by:
PatrickJones

Read More ➝
Trick #2 – List Running Images

Ahoy, There! This is just one blog post in an ongoing series about fun things you can do with the Kubernetes CLI, kubectl. We have a whole bunch of these over on our Silly Kubectl Tricks page. Also don’t forget to checkout out the video series on YouTube! Running Kubernetes in production means taking inventory.

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
PXE boot CoreOS using Digital Rebar Provision on Bare Metal

In this blog post I will walk you through the steps needed to PXE boot a bare metal machine into a live CoreOS image, using Digital Rebar Provision (DRP), which is an Open Source project developed by RackN. The goal of this post is to demonstrate how the immutable infrastructure pattern can be implemented by

Ruben Koster Profile Image

Posted by:
Ruben Koster

Read More ➝
Trick #1 – Explain Yourself, Kubernetes!

Ahoy, There! This is just one blog post in an ongoing series about fun things you can do with the Kubernetes CLI, kubectl. We have a whole bunch of these over on our Silly Kubectl Tricks page. Also don’t forget to checkout out the video series on YouTube! To say that Kubernetes uses a bit

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Running Cloud Foundry on Kubernetes using KubeCF

Photo by Alex Gorzen on Flickr At Stark & Wayne, we’ve spent a ton of time figuring out the best solutions to problems using the open source tools we have available. We’ve pondered problem spaces such as: What if we could… Put the lime in the coconut? Put the peanut butter in the chocolate? Put

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝
Getting Started with Amazon EKS

Amazon’s Elastic Kubernetes Service, or more commonly, EKS, is a managed Kubernetes cluster offering from the makers of S3, EC2, and Route 53. With a managed Kubernetes cluster, you are responsible for providing (and paying for) worker machines that do all the heavy lifting in Kubernetes: run pods, manage networking, etc. With EKS, Amazon provides

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Helm 3 – How Do I Do Helm 2 Stuff?

Photo by N. on Unsplash Helm 3 was recently introduced which changed many of the internal bits within the CLI which are not fully backward compatible to those using Helm 2. Fear not, with a couple minor tweaks you can continue to use the Helm charts you know and love! If you are a maintainer

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝