I am new to the Ops world!
I am trying to deploy an application in Azure AKS, with Gitlab and terraform.
I am able to create AKS clusers by using gitlab-ci.yml file (running terraform files with Hashicorp image).
After the cluster is created, I would want to store the cluster details (host, client_certificate, client_Key and client_key_certificate), so that I can deploy applications and databases on that cluster.
Ideally, I need to save the output of terraform as environment variables in Gitlab CI/CD.
Please route me in the right direction.
Thanks in advance
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…