bikram@home:~$

  • Building Kubernetes Admission Webhooks (Part 2 of 2)

    SN Stack Technology 1 Language Golang 2 Orchestrator Kubernetes(KinD) This is 2 part series so you ight want to visit part-1 here If you have used Kubernetes for a while it is not hard to notice that most services use admission webhooks profusely. For instance, if you use nginx-ingress-controller you...

  • Building Kubernetes Admission Webhooks (Part 1 of 2)

    SN Stack Technology 1 Language Golang 2 Orchestrator Kubernetes(KinD) This article has also been published in medium As you spend you more and more on the devops tools it wont take you long to realize that Golang is pretty powerful programming language given sheer volume of the tools build with...

  • Kustomized Helm Structure

    SN Stack Technology 1 Language yaml 2 Templating Helm/Kustomize As a devops/SRE maintaining and managing the yaml seems a cumbersome task. There is great a challenging in maintaining highly readable yaml while keeping it simple. Helm and Kustomize are the two amazing tool to maintain these yaml. Both of these...

  • Kubernetes Cluster Management with kops

    Kubernetes Cluster Management with kops You may find the complete script here After Google donated its amazing container orcheastration tool, kubernetes to Cloud Native Computing foundation (CNCF), many devops breath the air of sigh. Kubernetes with it amazing power took over the devops world which made the devops more powerful,...

  • Python(Flask) Project (Service to upload image to imgur.com)

    Imgur REST Image Uploader SN Stack Technology 1 Language Python 2 Framework Flask 3 Container Docker 4 Orchestrator Docker Compose Pre-requites Installing Docker and docker-compose Install docker using the commands curl -fsSL https://get.docker.com | sh && sudo usermod -aG docker $USER Install docker-compose as sudo apt-get install -y docker-compose This...