DataOps

Upgrading RDS Instance Major Version using Terraform or AWS CLI (PostgreSQL, MySQL, …)

When using Terraform to create RDS Instances and Clusters, the most common mistake is to create the Parameter Groups linked to them. Doing that, when you try to major upgrade the RDS DB Version, your Terraform will not be able […]

Upgrading RDS Instance Major Version using Terraform or AWS CLI (PostgreSQL, MySQL, …) Leia mais »

k8s – Kubernetes Addons Versions

Tired of searching for the latest releases for your addons? Here is your solution: CertManager Info: https://cert-manager.io/ Releases: https://github.com/cert-manager/cert-manager/releases NGINX Ingress Controller Info: https://docs.nginx.com/nginx-ingress-controller/ Releases: https://github.com/kubernetes/ingress-nginx/releases

k8s – Kubernetes Addons Versions Leia mais »

How to change from default to alternative Python version on Amazon, RedHat, Ubuntu or Debian Linux

If you want to change your python version on the fly and without breaking our codes, you can use this article to know how to do it for your session, or even automate your scripts. The Linux alternatives command works

How to change from default to alternative Python version on Amazon, RedHat, Ubuntu or Debian Linux Leia mais »