Episode Followup – What is OpenShift and what does it have to do with Kubernetes?

Tonight will be talking with Diamond Jorsling (@EngineeredCurlz) covering OpenShift; what it is, why it is awesome, and how it compares to vanilla Kubernetes. Diamond is an SRE who focuses on DevSecOps. She works with all things RedHat, AWS, CI/CD, and Containers. She currently works with Microsoft focusing on RedHat Openshift. She provides an overview
-> Continue reading Episode Followup – What is OpenShift and what does it have to do with Kubernetes?

Basic Hardening Part 2: Using Heat Templates

Remember the basic hardening we did? No? Well, go forth and read here. I’ll wait. … Done? Ok, so you are with us on the promise and premise of cloud and short lived application servers. Cattle all the things! You are also with me on the idea that even cattle need to be vaccinated from
-> Continue reading Basic Hardening Part 2: Using Heat Templates

OpenStack Heat Concepts, Architecture, and Workflow

It’s not often (at least in the OpenStack world) that you get 70% done with a blog post explaining a thing and then find a resource that does it better than you could have. In this case, while it’s a bit dated, is a presentation from Mirantis on Heat, it’s Concepts, Architecture, and Workflow: An
-> Continue reading OpenStack Heat Concepts, Architecture, and Workflow

Autoscaling with Heat on Devstack

Autoscaling is one of the more interesting (and outstanding) features of OpenStack Heat. In this post, you’ll build a Devstack environment in a VM with Heat, Neutron, and Ceilometer. This will enable you to run the Autoscaling examples.   Getting Started To get started, copy the following into a Vagrantfile and vagrant-up. This generally takes
-> Continue reading Autoscaling with Heat on Devstack

My First OpenStack Heat Template

If you have followed some of my past work, you know I have a thing for automation and orchestration. Needless, I was super excited when I discovered OpenStack Orchestration (aka Heat). Don’t know what Heat is? The OpenStack Wiki page has a great explanation: Heat is the main project in the OpenStack Orchestration program. It
-> Continue reading My First OpenStack Heat Template