Skip to content

2023

Accessing Kubernetes API

This guide is intended for the teams who need to access our Kubernetes cluster "nonprodv2" for the purpose of debugging applications. The guide will walk you through the installation of kubectl, the Kubernetes command-line tool, and kubelogin, a kubectl plugin for authentication. Finally, I'll show you how to set up port forwarding.

Restoring Terraform State

Damaging or losing Terraform state file can halt the infrastructure management processes. Fortunately, we store our state files in AWS S3, which provides a straightforward path to restoration, ensuring your operations can resume with minimal disruption. Here's how to restore your Terraform state file efficiently and safely.