TLS/SSL Certificates
Create self-signed certificates using openssl
Nice article with a bash script
Search for a command to run...
Nice article with a bash script
No comments yet. Be the first to comment.
1. Overview This document provides a step-by-step guide to setting up a basic Azure infrastructure using the Hub-and-Spoke network topology. This model helps centralize network security and routing in the Hub while allowing Spokes to connect securely...
Azure Subscription An Azure subscription is a logical container that holds resources and services in Azure. It is linked to a billing account and determines how Azure usage is charged. A subscription is necessary to deploy and manage Azure services. ...
1. Introduction to Subnetting Subnetting is the process of dividing a larger network into smaller sub-networks (subnets). This helps in efficient IP address allocation, improved network security, and better performance. A subnet mask is used to defin...
Problem: Issue with argo-cd app stuck in syncing state indefinetly.Solution: There is a resource which has the following annotations: jsonCopy code"helm.sh/hook": "pre-install,pre-upgrade", "helm.sh/hook-delete-policy": "before-hook-creation", "hel...
Introduction to AWS Multi-Account Management When working with AWS at scale, it's common to have multiple accounts to separate environments (such as development, testing/QA, and production) for better resource management, security, and billing clarit...