Giter Site home page Giter Site logo

thakurvaibhav / k8s Goto Github PK

View Code? Open in Web Editor NEW
305.0 8.0 262.0 132 KB

Important production-grade Kubernetes Ops Services

Home Page: https://www.linkedin.com/in/vaibhavthakur/

Makefile 13.62% Smarty 65.85% Mustache 20.53%
kubernetes elasticsearch prometheus mongodb nginx-ingress-controller gke fluentd filebeat halyard spinnaker

k8s's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

k8s's Issues

Error: opening storage failed: create dir: mkdir /prometheus/wal: permission denied

Hello,
Firstly, thank you for sharing these resources.
When I deploy prometheus kubectl apply -f k8s/monitoring/prometheus the container fails to launch successfully. The logs show following error.
level=error caller=main.go:688 err="opening storage failed: create dir: mkdir /prometheus/wal: permission denied"

I refered to Issue 12176 on Helm charts.

Fixed the issue by updating the prometheus-deployment.yaml as below

...
securityContext:
        fsGroup: 0
        runAsNonRoot: false
        runAsUser: 0
...

Getting error when Deploying Alertmananger

I'm trying to deploy the Alertmanager onto a AWS EKS cluster, and it's erroring. When I look at the logs, I get the following:

level=error ts=2020-05-26T20:50:56.287Z caller=coordinator.go:124 component=configuration msg="Loading configuration file failed" file=/etc/alertmanager/config.yml err="unsupported scheme "" for URL"

Any ideas why this is happening?

Kubernetes deployment metrics calculate is wrong

I have two deployments foo-api and foo-api-stg, when aggregating data from foo-api metrics from foo-api-stg are summed together. This is because of the regex used in the dashboard:

sum (container_memory_working_set_bytes{image!="",name=~"^k8s_.*",pod_name=~"^$Deployment.*$",container_name!="POD"}) by (pod_name)

Anyway thoughts on how truly separate the pod metrics?

Can't get metrics of PersistentVolumeClaim

I need collect below metrics, Pls help me !

  • kubelet_volume_stats_available_bytes

  • kubelet_volume_stats_capacity_bytes

  • kubelet_volume_stats_inodes

  • kubelet_volume_stats_inodes_free

  • kubelet_volume_stats_inodes_used

  • kubelet_volume_stats_used_bytes

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.