CKAD Preparation - Deployment

April 09, 2021
kubernetes   ckad   

The Deployment Controller within K8S is responsible for reinstating the state of the application based on the definition. A Deployment…

CKAD Preparation - ReplicationSets

April 07, 2021
kubernetes   ckad   

Controllers (yes multiple) keep track of all the activities and monitors each of them to respond accordingly in case of change of behavior…

CKAD Preparation - Pods

April 02, 2021
kubernetes   ckad   

PODS Pod is a smallest component in the K8S architecture. A container typically has one-one relation with a Pod. For scenarios where…

CKAD Preparation - Development Environment

April 01, 2021
kubernetes   ckad   

So it is time to jump into Kubernetes Application Development. Target is set, hope to build a series of posts as I prepare for Kubernetes…

Azure Network Solution as a Markdown

February 17, 2021
azure   network   documentation   

While managing large-scale implementations on cloud platforms, Network Solutions deployments are managed by the application teams themselves…

git commands helper

February 01, 2021
git   

git Scenarios master and release, only certain files/folder Customer has multiple leading branches, yes not good practice but still they…

Azure Devops YAML titbits

August 19, 2020
azure-devops   yaml   

When working with YAML pipeline, there are many patterns that are reused across the projects. Here are a few references Scenario: Trigger…

Generate git graph locally without GIT!!!

August 10, 2020
git   

What and Why ?? For one of the presentation that I was preparing I planned to show the development standards followed and the GIT strategy…