Skip to content
View Thakurvaibhav's full-sized avatar
✌️
Fight On!
✌️
Fight On!
Block or Report

Block or report Thakurvaibhav

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. k8s k8s Public

    Important production-grade Kubernetes Ops Services

    Smarty 299 262

  2. sample-gitlab-ci.yaml sample-gitlab-ci.yaml
    1
    #All the environment variables are defined under Settings > CI/CD > Secret Variables section 
    2
    image: docker:latest
    3
    variables:
    4
      DOCKER_DRIVER: overlay2
    5
    
    
  3. Elasticsearch Client Node Deployment... Elasticsearch Client Node Deployment and External Service
    1
    apiVersion: v1
    2
    kind: Namespace
    3
    metadata:
    4
      name: elasticsearch
    5
    ---
  4. Elasticsearch Data Node Stateful Set... Elasticsearch Data Node Stateful Set and Headless Service
    1
    apiVersion: v1
    2
    kind: Namespace
    3
    metadata:
    4
      name: elasticsearch
    5
    ---
  5. Elasticsearch Master Node Deployment... Elasticsearch Master Node Deployment and Headless Service
    1
    apiVersion: v1
    2
    kind: Namespace
    3
    metadata:
    4
      name: elasticsearch
    5
    ---
  6. docker-library docker-library Public

    Custom Docker Files

    Dockerfile 4 4