Skip to content
View dineshtripathi30's full-sized avatar

Block or report dineshtripathi30

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 Loading

  1. k8s-for-freshers k8s-for-freshers Public

    The intent is to help college students to learn Kubernetes with examples and small projects. Also, help students in preparing for Kubernetes certification without any charge.

    Makefile 9 11

  2. pod definition file pod definition file
    1
    apiVersion: v1
    2
    kind: Pod
    3
    metadata:
    4
      creationTimestamp: null
    5
      labels:
  3. dockerfile-examples dockerfile-examples Public

    Forked from kstaken/dockerfile-examples

    Some example dockerfiles for use with Docker

    Dockerfile 1

  4. microservices-demo microservices-demo Public

    Forked from GoogleCloudPlatform/microservices-demo

    Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenCensus.

    C#

  5. argocd argocd Public

    argocd examples for k8s cluster deployment and management

    1

  6. ansible-for-kubernetes ansible-for-kubernetes Public

    Forked from geerlingguy/ansible-for-kubernetes

    Ansible and Kubernetes examples from Ansible for Kubernetes Book

    Shell 1