Saturday, 20 November 2021

Videos, Links, files

 Docker



Kubernetes



Terraform in a nutshell

https://github.com/takahser/tutorial-terraform (great summary)

https://serhii.vasylenko.info/2020/05/02/Terraform-explained-for-managers.html(very good)


Terraform Part 1





Terraform part 2







No comments:

Post a Comment

Bash Script To Install Ansible Automation Platform ( AWX)

#!/bin/bash # --- Configuration --- AWX_OPERATOR_VERSION="2.19.1" NAMESPACE="awx" KUBECONFIG_PATH="/etc/rancher/k3s...