Skip to content

Heapster with Kafka as Metrics Sink #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Heapster is being phased out, but can still produce to heapster-metrics
  • Loading branch information
solsson committed May 9, 2019
commit 2208f544ba2b245087884c28b01fa695a76398f8
3 changes: 3 additions & 0 deletions heapster/Kustomization
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resources:
- heapster-rbac.yaml
- heapster.yaml
12 changes: 7 additions & 5 deletions heapster/heapster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@ metadata:
name: heapster
namespace: kube-system
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: heapster
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels: &labels
task: monitoring
k8s-app: heapster
template:
metadata:
labels:
task: monitoring
k8s-app: heapster
labels: *labels
spec:
serviceAccountName: heapster
containers:
- name: heapster
image: k8s.gcr.io/heapster-amd64:v1.5.0
image: k8s.gcr.io/heapster-amd64:v1.5.4@sha256:dccaabb0c20cf05c29baefa1e9bf0358b083ccc0fab492b9b3b47fb7e4db5472
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down