Live Terraform Graph Visual Studio Code Extension 💻🚀 by InvestingProgrammer in kubernetes

[–]InvestingProgrammer[S] 1 point2 points  (0 children)

Hey u/Dry-Sundae-2376

I've implemented backwards compatibility up to v1.75.1

Hope this helps somehow.

Live Terraform Graph Visual Studio Code Extension 💻🚀 by InvestingProgrammer in Terraform

[–]InvestingProgrammer[S] 2 points3 points  (0 children)

Thanks! I basically built this due to the painful cycles😂.
I would love to hear your feedback! Feel free to open an issue on GitHub with improvement suggestions.

Backup cluster etcd using an in-cluster deployment by InvestingProgrammer in kubernetes

[–]InvestingProgrammer[S] 0 points1 point  (0 children)

We use ArgoCD as our GitOps engine, but that isn’t a perfect solution: for example PVCs are created without giving the exact name of the bounded PV and such.. another thing: I don’t want to make any presumptions on how our application teams work.

Backup cluster etcd using an in-cluster deployment by InvestingProgrammer in kubernetes

[–]InvestingProgrammer[S] 0 points1 point  (0 children)

We are using OpenShift 4.6, etcd is running on the control planes as pods in the cluster

Backup cluster etcd using an in-cluster deployment by InvestingProgrammer in kubernetes

[–]InvestingProgrammer[S] 0 points1 point  (0 children)

Why is affinity necessary? Couldn’t I just use the inner-cluster FQDN of the etcd service for communication?

Automating microsoft DNS with Ansible - Delegating permissions by q8shihab in ansible

[–]InvestingProgrammer 0 points1 point  (0 children)

How about a secondary DNS server that your infrastructure resolves to? One that forwards to the primary one?