Giter Site home page Giter Site logo

pavan-kumar-99 / medium-manifests Goto Github PK

View Code? Open in Web Editor NEW
93.0 93.0 123.0 17.37 MB

This repo contains Kubernetes manifests for the below mentioned topics

Home Page: https://pavan1999-kumar.medium.com/

Python 63.20% Dockerfile 20.38% Shell 16.43%
argo cluster-autoscaler crossplane external-dns flux fluxcd github-actions helm istio jenkins k8s kind kubernetes kustomize rabbit-mq rabbitmq sealed-secrets thanos vault

medium-manifests's Introduction

Hi there ๐Ÿ‘‹ , I am Pavan Kumar !!

Medium Github Linkedin Medium

Ever since my childhood, Cloud Computing has been my passion. I still remember sitting in front of my laptop, creating a virtual machine, hosting an "It Works!!!" web page using an apache web server. From then I have been obsessed with the Idea of serving content to the world remotely.

This passion made me explore the concept of Virtualization. Installing Xen (Type-1 Hypervisor) on a couple of old machines and hosting a storage-based application marked my first step into the cloud. After learning about the various cloud providers like AWS, AZURE, GCP made me realize how much there was yet to learn. And then I learned the Cloud Technologies with pretty much the same fascination that drove me as a kid.

So, now in the industry, this passion remains with me. There's certainly yet more to learn, and yet more to move into the Cloud.

My GitHub Profile GithHub

Pavan's github stats Top Langs

๐Ÿ›  Tech Stack

Cloud Providers

Containerization and Orchestration

Service Mesh

HashiCorp Stack

GitOps

Monitoring

Package Managers

CI/CD

Configuration Management

medium-manifests's People

Contributors

pavan-kumar-99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

medium-manifests's Issues

unable to plan/apply when a comment is updated in bitbucket

Hi
I have followed the link https://medium.com/nerd-for-tech/terraforming-the-gitops-way-9417cf4abf58 for doing a setup of atlantis server on EKS. When a PR is created it does do a initial init, plan. But, when I comment atlantis plan/atlantis apply on the commit it does not do anything. Following is my repo config

repoConfig: |
  ---
  repos:
  - id: /.*/
    branch: /.*/
    apply_requirements: [approved, mergeable] 
    workflow: default
    allowed_overrides: []
    allow_custom_workflows: false
  workflows:
    default:
      plan:
        steps: [init, plan]
      apply:
        steps: [apply]

Would you be able to help me on this

When running atlantis plan... getting this error

running "/atlantis-data/bin/terraform0.15.5 init -input=false -upgrade" in "/atlantis-data/repos/abc/tf-deploy-aws-atlantis/1/default": exit status 1
In Terraform Init and Plan

Initializing the backend...
โ•ท
โ”‚ Warning: Version constraints inside provider configuration blocks are deprecated
โ”‚
โ”‚ on provider_aws.tf line 3, in provider "aws":
โ”‚ 3: version = "~> 0.13"
โ”‚
โ•ท
โ”‚ Terraform 0.13 and earlier allowed provider version constraints inside the
โ”‚ Error: error configuring S3 Backend: IAM Role (arn:aws:iam::0000000000:role/AssumeDevelopersRoleInDevelopment) cannot be assumed.
โ”‚
โ”‚ provider configuration block, but that is now deprecated and will be
โ”‚ removed in a future version of Terraform. To silence this warning, move the
โ”‚ There are a number of possible causes of this - the most common are:
โ”‚ * The credentials used in order to assume the role are invalid
โ”‚ provider version constraint into the required_providers block.
โ•ต
โ”‚ * The credentials do not have appropriate permission to assume the role
โ”‚ * The role ARN is not valid

โ”‚
โ”‚ Error: NoCredentialProviders: no valid providers in chain. Deprecated.
โ”‚ For verbose messaging see aws.Config.CredentialsChainVerboseErrors
โ”‚
โ”‚
โ”‚
โ•ต

rabbitmqcluster.yaml manifest is not creating any pv and the pvc is unbound

kubectl get all -l app.kubernetes.io/part-of=rabbitmq
NAME READY STATUS RESTARTS AGE
pod/production-rabbitmqcluster-server-0 0/1 Pending 0 116s
pod/production-rabbitmqcluster-server-1 0/1 Pending 0 116s
pod/production-rabbitmqcluster-server-2 0/1 Pending 0 116s

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/production-rabbitmqcluster-nodes ClusterIP None 4369/TCP,25672/TCP 117s
service/production-rabbitmqcluster LoadBalancer 10.152.183.131 5672:31684/TCP,15672:32510/TCP,15692:30154/TCP 117s

NAME READY AGE
statefulset.apps/production-rabbitmqcluster-server 0/3 116s

Warning FailedScheduling 3m2s default-scheduler 0/2 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling..
Warning FailedScheduling 3m default-scheduler 0/2 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling..

is there anything i missed?

Thanos multi-cluster setup

Hi @pavan-kumar-99 ,

I was following your tutorial for setting up Thanos with Sidecar. After I deploy thanos ingress on external k8s clusters with tls/port 443 and try to configure thanos stores on thanos cluster, it fails to connect.

I keep getting connection errors as such

level=warn ts=2022-01-05T20:40:33.268164041Z caller=endpointset.go:500 component=endpointset msg="update of node failed" err="getting metadata: fallback fetching info from thanos-1:443: rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: FRAME_SIZE_ERROR" address=thanos-1:443
level=warn ts=2022-01-05T20:40:38.029698764Z caller=endpointset.go:500 component=endpointset msg="update of node failed" err="getting metadata: fallback fetching info from thanos-2:443: rpc error: code = DeadlineExceeded desc = context deadline exceeded" address=thanos-2:443

Have you experienced something similar?

Thanks in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.