J Josue Gatica Odato

Latest Updates

Documenting code, one commit at a time.

Managing Kubernetes Cluster Deletion Protection with Terraform

Context: Safeguarding Infrastructure

A recent commit to a project focused on managing Kubernetes infrastructure highlights an important aspect of cloud resource management: deletion protection. In cloud environments, accidental deletion of critical infrastructure can lead to significant downtime and data loss. To prevent such scenarios, many cloud providers offer 'deletion protection' features for key resources like Kubernetes clusters, virtual machines, or databases.

Read more

Streamlining Infrastructure with Google Cloud Commands

Introduction

Managing cloud infrastructure can be complex, often involving numerous manual steps and configurations. The SDyPP-G3 project is aimed at simplifying these processes by implementing Google Cloud commands directly into the workflow, allowing for more efficient and automated management of cloud resources.

The Challenge

Traditionally, interacting with Google Cloud services requires navigating the Google Cloud Console or using the gcloud CLI tool separately.

Read more