Editors Pick

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 »

Bash – 10 tips to improve your code quality and Linux/MacOS compatibility that you need to know

In this article we will provide you with some tips and best alternatives to ensure compatibility between Linux and macOS. Bash is a powerful shell scripting language available on both platforms, and these tips will help you write efficient and

Bash – 10 tips to improve your code quality and Linux/MacOS compatibility that you need to know 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 »