Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
Kubernetes Advanced Deployment Strategy
Kubernetes Advanced Deployment Strategy - Part 1
A customer presented me with a use case concerning an application they run on OpenShift. They have an application that requires at least five instances running at all times to handle their current traffic load. Unfortunately, they couldn't permanentl...
More from this blog
Kubernetes Advanced Deployment Strategy - Part 2
In my last post, I talked about isolating a pod to solve a complicated deployment strategy. In this post, I will walk you through isolating a pod from a Replica Set and then adding it back to its original Replica Set. Replica Sets ensure that the des...

Kubernetes Advanced Deployment Strategy - Part 1
A customer presented me with a use case concerning an application they run on OpenShift. They have an application that requires at least five instances running at all times to handle their current traffic load. Unfortunately, they couldn't permanentl...

Extracting Data from the Ansible Tower API
Ansible Tower exposes a comprehensive RESTful API. In fact, Tower is first implemented as an API and then the UI is written to consume that API; anything that can be done from the UI can also be done by making calls to the API. In this article I will...