Ansible and Kubernetes

Deploying in Kubernetes with Ansible.

By 3manuek in Ansible Kubernetes Projects Labs

July 18, 2019

Install minikube or similar

curl -Lo minikube https://storage.googleapis.com/minikube/releases/v1.2.0/minikube-darwin-amd64 &&\
 chmod +x 
minikube && sudo cp minikube /usr/local/bin/ && rm minikube

Getting the token

Access Kubernetes API

Ansible k8s

K8S_AUTH_API_KEY in environment.

Getting facts with k8s_fact

Posted on:
July 18, 2019
Length:
1 minute read, 35 words
Categories:
Ansible Kubernetes Projects Labs
Series:
Projects Labs Ansible Kubernetes
Tags:
hugo-site
See Also:
Pool exhaustion laboratory
Using parallel with multiple arguments
Ergodox Keyboard Layout for Colemak, QWERTY and Dvorak