Configuration ConfigMaps ConfigMaps allow you to store and manage non-sensitive configuration data in key-value pairs. They can be used to configure application settings, environment variables, c...
K8s Configuration
Ruby setup macOS
Setup MacOS does come with Ruby pre-installed. However, the version of Ruby that is included with macOS may vary depending on the specific version of macOS you are using. It’s recommended to chec...
OAuth
Oauth OAuth (Open Authorization) is an open and standard authorization protocol that allows users to grant third-party access to their online resources without sharing their login credentials. It ...
Helm Basics
Helm Helm is a tool that helps you package, deploy, and manage applications on Kubernetes by providing a streamlined and standardized approach, reducing the complexity of working with Kubernetes r...
Python Basic Setup Concepts
Python Basics Installation There are many options to install Python, there are different options out there. DOCS Homebrew Virtual Environments A virtual environment in Python is a self-contain...
MD Basic Syntax
Markdown Syntax Markdown (MD) is a lightweight markup language commonly used for formatting text. It is widely used for creating documents, README files, and web content. Markdown uses simple synt...