asherl.comConnect two VNETS in AzureThere are ways to connect two Virtual Networks in Azure: VPN Gateway VNET Peering, with a click of a button. Regional Peering Global Peering VNET space must be non overlapping VNET peering is completely private. VPC peering has no cost for al...Feb 15, 2024·1 min read
asherl.comGiving a team member access to a Kubernetes ClusterGoal for this Article: Create an RBAC for a team member that have access to a specific namespace. OPENSSL: Creating Key, CSR, Certificate Signing Request, Using CA.key and CA.crt to create a CRT for the user Create a key and a CSR from the created...Jul 22, 2023·3 min read
asherl.com4 Tenets of DevOps - OperationsThe four tenets of DevOps - Operations: GitOps: A software development methodology that emphasizes using Git as a single source of truth for managing infrastructure and application deployments. SRE: A set of practices that blends software engineeri...Apr 15, 2023·1 min read
asherl.comUsing MS Graph API, 365 Defender, Azure Functions and PowerBIHigh Level Plan The architecture will begin with the use of the MS Graph Security API to fetch alerts from MS 365 Defender. This will be triggered using an Azure Function, which will then store the response in a CSV file. The CSV file will be loaded ...Mar 13, 2023·4 min read
asherl.comHow to install Spinnaker in a Kubernetes Cluster?Installing Spinnaker in a Kubernetes cluster is very straightforward. Here are the things we will do: Install Spinnaker Operator Install Spinnaker Modify spinnakerservice. (Add overridebaseUrl & GitHub Oath) Exposing spinnaker via Ingress Insta...Mar 5, 2023·3 min read