DevOps

Immerse yourself in our DevOps category, designed specifically for DevOps Engineers. Here, we delve into Containers, highlighting their scalability and efficiency. Moreover, you’ll learn how to weave them into your projects seamlessly.

Furthermore, Cloud Computing is demystified within these pages. You’ll discover robust strategies for crafting resilient cloud-based systems. AWS is another key focus, and you’ll find insights into its vast array of services. These insights will empower you with the flexibility and security your projects need.

Our in-depth guides on CI/CD pipelines are particularly helpful. They provide clear, step-by-step instructions for automating deployments. As a result, you’ll be able to speed up your delivery process. Additionally, we give Linux its due attention, offering expert tips to navigate its robust environment.

Whether you’re honing your skills in Kubernetes or exploring serverless architectures, our content is carefully curated. We ensure you receive precise, actionable knowledge. This approach cuts through the complexity and zeroes in on what truly matters.

Our articles, case studies, and technical walkthroughs are designed to shine a light on the coding-to-deployment journey. By engaging with our content, you’ll not only keep abreast of the latest trends. You’ll also develop the critical skills necessary for a thriving career in DevOps, a field that’s constantly redefining the tech landscape.

Terraform – Output sensitive variables as plaintext (how to use the nonsensitive() terraform function)

Terraform reference: terraform sensitive data.Using terraform v1.9.3 into the below tests Are you trying to export a variable in Terraform and aren’t being able to do so? Do you receive a message stating that that variable is sensitive and you can […]

Terraform – Output sensitive variables as plaintext (how to use the nonsensitive() terraform function) Leia mais »

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 »