Skip to content
View mmehta-10's full-sized avatar
  • DevOps and Cloud Consultant
  • India
Block or Report

Block or report mmehta-10

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

Pinned

  1. selenium-grid-fargate selenium-grid-fargate Public

    A scalable yet disposable Selenium Grid for large-scale testing. Uses AWS ECS-Fargate

    Dockerfile 21 21

  2. eks-with-terraform eks-with-terraform Public

    HCL

  3. kind-k8s-cluster kind-k8s-cluster Public

    Setup for a k8s cluster using kind (k8s in docker)

    Shell

  4. tutorials tutorials Public

    Tutorials on different topics

    JavaScript

  5. Aliases for kubectl commands Aliases for kubectl commands
    1
    alias kc='kubectl'
    2
    alias kclf='kubectl logs --tail=200  -f'
    3
    alias kcgs='kubectl get service -o wide'
    4
    alias kcgd='kubectl get deployment -o wide'
    5
    alias kcgp='kubectl get pod -o wide'