Ansible and Kubernetes
Deploying in Kubernetes with Ansible.
By 3manuek in Ansible Kubernetes Projects
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
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
- Series:
- Getting Started
- Tags:
- hugo-site