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

Block or report piyushjajoo

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. my-aks-tf my-aks-tf Public

    Sample code showing how to create aks cluster within its own vnet using terraform. Also explains how to modularize the terraform, connect to the aks cluster and install helm charts

    HCL 1 2

  2. my-eks-tf my-eks-tf Public

    Sample code showing how to create eks cluster within its own vpc using terraform. Also explains how to modularize the terraform, connect to the eks cluster and install helm charts.

    HCL 2 2

  3. my-gke-tf my-gke-tf Public

    Sample code showing how to create gke cluster within its own vpc using terraform. Also explains how to modularize the terraform, connect to the gke cluster and install helm charts

    HCL 1 4

  4. kind-with-local-registry-and-ingress kind-with-local-registry-and-ingress Public

    KIND cluster configuration to setup local k8s environment with local docker registry and nginx deployment to validate Ingress LoadBalancer type k8s service

    Shell 3 3

  5. IRSA in EKS within same and across A... IRSA in EKS within same and across AWS Accounts
    1
    # IRSA in EKS within same and across AWS Accounts
    2
    
    
    3
    This is a gist of examples also mentioned in the blog [IAM Roles for Service Accounts (IRSA) in AWS EKS within and cross AWS Accounts](https://platformwale.blog/2023/08/02/iam-roles-for-service-accounts-irsa-in-aws-eks-within-and-cross-aws-accounts/).
    4
    Prerequisite for this gist is to create the EKS Cluster as explained in my earlier blog [Create Amazon EKS Cluster within its VPC using Terraform](https://platformwale.blog/2023/07/15/create-amazon-eks-cluster-within-its-vpc-using-terraform/), OR you can use this [github repository](https://github.com/piyushjajoo/my-eks-tf/blob/master/README.md).
    5
    
    
  6. go-chat go-chat Public

    go-chat is a gRPC based chat CLI written in golang for command line lovers

    Go 4