Skip to content
View tanmay-bhat's full-sized avatar
Block or Report

Block or report tanmay-bhat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tanmay-bhat/README.md

Hi 👋 My name is Tanmay Bhat

DevOps | Cloud Engineer

  • 🌍  I'm based in Banglore
  • 🖥️  See my portfolio at tanmay-bhat.github.io
  • 📝 Checkout my Blogs at Medium
  • ✉️ You can contact me at [email protected]
  • 🧠  I'm learning Everything DevOps & SRE
  • 🤝  I'm open to collaborating on anything related to Cloud, DevOps & SRE

Socials

Pinned Loading

  1. gitlab-CI file to build the Docker i... gitlab-CI file to build the Docker image and pushes to ECR
    1
    image: "python:3.6"                         # base dockerimage on which the stages will run. Can be different for each stage.
    2
    
    
    3
    stages:                                     # each stage runs on a new Docker image. data is not persisted between stages by default.
    4
      - publish_image                           # build docker image and push to registry
    5
    
    
  2. DevOps-Scripts DevOps-Scripts Public

    Useful scripts for a DevOps Person to automate stuff with AWS

    Shell 1 1

  3. Using Kaniko to build and push image... Using Kaniko to build and push images through Gitlab-CI to ECR
    1
    #base image in which all stages are executed
    2
    image: alpine
    3
    # Ordered stages of the CI pipeline
    4
    stages:
    5
      - build_and_push
  4. DigitalOcean-Kubernetes-Challenge-argoCD DigitalOcean-Kubernetes-Challenge-argoCD Public

    Project to demonstrate deploy and configure argocd for GitOPS

    Go 1

  5. tanmay-bhat.github.io tanmay-bhat.github.io Public

    Portfolio + blog

    HTML 1

  6. flog-multiarch flog-multiarch Public

    Forked from mingrammer/flog

    🎩 A fake log generator for common log formats with ARM and AMD docker Builds

    Go