Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
Post image 9
Post image 10
Post image 11
Post image 12
Post image 13
Post image 14
Post image 15
Post image 16
Post image 17
Post image 18
Post image 19
Post image 20
Post image 21
Post image 22
Post image 23
Post image 24
Post image 25
Post image 26
1 / 26
0

Deploying Ansible AWX on Kubernetes Using Helm - By Sireesha

DEV Community: ansible·Sireesharaju Kamparaju·3 days ago
#dFdaZOm9
#dev#kubectl#kubernetes#node#ansible#storage
Reading 0:00
15s threshold

In this blog, I'm going to walk you through how I deployed Ansible AWX on a Kubernetes cluster using Helm. This was one of the most hands-on projects I've worked on — it involves setting up the K8s cluster from scratch, installing the container runtime, deploying Helm, and finally getting AWX up and running. I also hit a few real errors along the way, so I'll share exactly how I fixed them. It was one of those projects that looks simple on paper but turns into a chain of small problems once you actually start doing it. Here's the overall flow I followed: The goal was pretty straightforward: Set up a Kubernetes cluster on Ubuntu 22.04 Install containerd Get Helm working Deploy AWX using the AWX Operator Fix whatever broke along the way (this part took the longest 😅) Setting Up the Kubernetes Cluster on Ubuntu 22.04 Before anything else, I want to quickly explain the two types of nodes in a K8s cluster since this matters for the setup: Master Node — manages the control plane, API calls, pods, services, and…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More