Geoff Wagner

Geoff Wagner's Posts:

Today's digital landscape is increasingly volatile, fast-paced, and complex. As a result, businesses must be agile and adaptive to succeed in this new environment. DevOps is a collaborative strategy that streamlines software development processes and optimizes organizational efficiency between developers and information technology (IT) professionals.

Artificial intelligence is everywhere in technology these days. If you are building software that captures data, odds are that you are also training ai models to enhance that data. AI tools have mostly been kept at arm's length from the DevOps space until recently.

When trying to define DevOps, one of the first things that people will read about is consistency in delivery. That is because DevOps prescribes a specific set of processes that development and operations teams should be following when moving code from requirements/stories into production environments with continuous deployment pipelines.

A DevOps readiness checklist is a list of items that organizations can use to assess their readiness to implement DevOps principles and practices.

Below is a readiness assessment to understand your preparedness to take on a DevOps transformation. Answer each question or statement with the select box on the right side of the screen. Your scores for each section will be totaled up and a total score for all sections will be available at the bottom upon completion.

Taking the paradigm shift from running applications on servers to running them in containers is quite the mental jump. The technology industry has spent the last 50 years creating technology to accelerate on top of servers whether they are physical or virtual.

Are you looking to unlock the full potential of ImagePullPolicy? If yes, then you've come to the right place! In this guide, we will discuss everything you need to know about ImagePullPolicy – from understanding what it is, to the benefits of using it, getting started, setting it up, and more.

Kubernetes is a powerful container orchestration platform that enables users to deploy, manage, and scale applications quickly and easily. It has gained a lot of favor in the DevOps community for its ability to be highly automated. Unfortunately, like any other software, it can sometimes present cryptic errors which are hard to debug.

Did you know that ChatGPT can help you write Ansible? ChatGPT utilizes the same OpenAI that GitHub Copilot uses to generate code on the fly in your favorite IDE or code editor. You can ask ChatGPT questions about how to write code, and to the best of its ability, it will send back an answer that is usually pretty good. This is especially useful when writing automation as part of a team focused on the DevOps methodology.