DevOps – AWS

DevOps for Amazon Web Services (AWS)

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 »

How to install and use Steampipe

Check it out! => Steampipe CheatSheet Install This will install binary into /usr/local/bin and create the ~/.steampipe directory with all the supporting libraries and configuration needed (including PostgreSQL). Check Versions List the current installed version. Install Plugins Install the desired plugin. Checking

How to install and use Steampipe 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 »

Kubernetes – Troubleshooting cert-manager and Ingress Controllers (Any, but with EKS and AKS focus)

Having trouble with your cert-manager? Here are some tasks you may follow that could guide you to the solution: In this example, we will use some resources names like ingress-nginx for the nginx ingress controller namespace. Before proceeding, please update

Kubernetes – Troubleshooting cert-manager and Ingress Controllers (Any, but with EKS and AKS focus) Leia mais »