{"id":13821601,"url":"https://github.com/geerlingguy/ansible-for-kubernetes","last_synced_at":"2025-05-16T18:10:33.110Z","repository":{"id":40909790,"uuid":"151653509","full_name":"geerlingguy/ansible-for-kubernetes","owner":"geerlingguy","description":"Ansible and Kubernetes examples from Ansible for Kubernetes Book","archived":false,"fork":false,"pushed_at":"2024-08-03T16:55:23.000Z","size":107,"stargazers_count":703,"open_issues_count":50,"forks_count":319,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-04-12T16:59:41.833Z","etag":null,"topics":["ansible","automation","book","devops","go","infrastructure","kubernetes","python","scalability"],"latest_commit_sha":null,"homepage":"https://www.ansibleforkubernetes.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2018-10-05T00:42:59.000Z","updated_at":"2025-04-11T22:46:54.000Z","dependencies_parsed_at":"2024-01-13T16:26:22.000Z","dependency_job_id":"e51fade3-d96e-4259-8d59-a0d681350265","html_url":"https://github.com/geerlingguy/ansible-for-kubernetes","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-for-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-for-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-for-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-for-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-for-kubernetes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582907,"owners_count":22095518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","automation","book","devops","go","infrastructure","kubernetes","python","scalability"],"created_at":"2024-08-04T08:01:24.510Z","updated_at":"2025-05-16T18:10:33.091Z","avatar_url":"https://github.com/geerlingguy.png","language":"Shell","funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":["python","Shell"],"sub_categories":[],"readme":"# Ansible for Kubernetes Examples\n\n[![CI](https://github.com/geerlingguy/ansible-for-kubernetes/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-for-kubernetes/actions?query=workflow%3ACI) [![Molecule Kind Test](https://github.com/geerlingguy/ansible-for-kubernetes/workflows/Molecule%20Kind%20Test/badge.svg?branch=master)](https://github.com/geerlingguy/ansible-for-kubernetes/actions?query=workflow%3A%22Molecule+Kind+Test%22)\n\nThis repository contains Ansible and Kubernetes examples developed to support different sections of [Ansible for Kubernetes](https://www.ansibleforkubernetes.com/) by [Jeff Geerling](https://www.jeffgeerling.com/).\n\nNot all playbooks follow all of Ansible and Kubernetes' best practices, as they illustrate particular features in an instructive manner.\n\n## Examples and Chapters in which they're used\n\nHere is an outline of all the examples contained in this repository, by chapter:\n\n### Chapter 1\n\n  - [`hello-go`](hello-go/): A basic 'hello, world!' application written in the Go language, used to demonstrate running a very simple stateless app in a container in a Kubernetes cluster.\n\n### Chapter 2\n\n  - [`hello-ansible`](hello-ansible/): A basic Ansible playbook, meant to introduce someone completely new to Ansible to task-based automation.\n  - [`hello-go-automation`](hello-go-automation/): A fully-automated example of all the manual commands used to build and run the Hello Go app from Chapter 1 in a local Kubernetes cluster.\n\n### Chapter 3\n\n  - [`ansible-containers`](ansible-containers/): An Ansible-driven way of building a container image for the Hello Go app.\n  - [`ansible-solr-container`](ansible-solr-container/): An end-to-end playbook for building an Apache Solr container image and testing it using Ansible's Docker connection plugin, without using a Dockerfile.\n\n### Chapter 4\n\n  - [`cluster-local-vms`](cluster-local-vms/): A Kubernetes cluster running on three local VirtualBox VMs, built with Vagrant and Ansible.\n\n### Chapter 5\n\n  - [`cluster-aws-eks`](cluster-aws-eks/): An AWS EKS Cluster with an EKS Node Group, which uses Ansible to apply CloudFormation templates that set up stacks for a VPC and networking, an EKS Cluster, and an associated EKS Node Group.\n\n### Chapter 6\n\n  - N/A\n\n### Chapter 7\n\n  - [`testing-molecule-kind`](testing-molecule-kind/): A Molecule-based test environment which allows development and testing of Ansible playbooks against a Kind Kubernetes cluster.\n\n## License\n\nMIT\n\n## Buy the Book\n\n[![Ansible for Kubernetes Cover](https://s3.amazonaws.com/titlepages.leanpub.com/ansible-for-kubernetes/medium)](https://www.ansibleforkubernetes.com/)\n\nBuy [Ansible for Kubernetes](https://www.ansibleforkubernetes.com/) for your e-reader or in paperback format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-for-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-for-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-for-kubernetes/lists"}