├── README.md ├── cis-deployment ├── create-f5-cluster-deployment.md ├── delete-f5-cluster-deployment.md ├── f5-bigip-node.yaml └── f5-cluster-deployment.yaml ├── diagrams ├── 2020-05-11_16-28-32.png ├── 2020-05-12_14-52-08.png ├── 2020-05-12_16-08-21.png └── 2021-06-03_14-03-16.png ├── pod-deployment ├── create-f5-hello-world.md ├── delete-f5-hello-world.md ├── f5-hello-world-deployment.yaml ├── f5-hello-world-service.yaml └── hello-world-ingress.yaml ├── prometheus-deployment ├── clusterRole.yaml ├── config-map.yaml ├── prometheus-deployment.yaml ├── prometheus-ingress.yaml └── prometheus-service.yaml └── telemetry-streaming └── prometheus.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/README.md -------------------------------------------------------------------------------- /cis-deployment/create-f5-cluster-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/cis-deployment/create-f5-cluster-deployment.md -------------------------------------------------------------------------------- /cis-deployment/delete-f5-cluster-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/cis-deployment/delete-f5-cluster-deployment.md -------------------------------------------------------------------------------- /cis-deployment/f5-bigip-node.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/cis-deployment/f5-bigip-node.yaml -------------------------------------------------------------------------------- /cis-deployment/f5-cluster-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/cis-deployment/f5-cluster-deployment.yaml -------------------------------------------------------------------------------- /diagrams/2020-05-11_16-28-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/diagrams/2020-05-11_16-28-32.png -------------------------------------------------------------------------------- /diagrams/2020-05-12_14-52-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/diagrams/2020-05-12_14-52-08.png -------------------------------------------------------------------------------- /diagrams/2020-05-12_16-08-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/diagrams/2020-05-12_16-08-21.png -------------------------------------------------------------------------------- /diagrams/2021-06-03_14-03-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/diagrams/2021-06-03_14-03-16.png -------------------------------------------------------------------------------- /pod-deployment/create-f5-hello-world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/pod-deployment/create-f5-hello-world.md -------------------------------------------------------------------------------- /pod-deployment/delete-f5-hello-world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/pod-deployment/delete-f5-hello-world.md -------------------------------------------------------------------------------- /pod-deployment/f5-hello-world-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/pod-deployment/f5-hello-world-deployment.yaml -------------------------------------------------------------------------------- /pod-deployment/f5-hello-world-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/pod-deployment/f5-hello-world-service.yaml -------------------------------------------------------------------------------- /pod-deployment/hello-world-ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/pod-deployment/hello-world-ingress.yaml -------------------------------------------------------------------------------- /prometheus-deployment/clusterRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/prometheus-deployment/clusterRole.yaml -------------------------------------------------------------------------------- /prometheus-deployment/config-map.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/prometheus-deployment/config-map.yaml -------------------------------------------------------------------------------- /prometheus-deployment/prometheus-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/prometheus-deployment/prometheus-deployment.yaml -------------------------------------------------------------------------------- /prometheus-deployment/prometheus-ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/prometheus-deployment/prometheus-ingress.yaml -------------------------------------------------------------------------------- /prometheus-deployment/prometheus-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/prometheus-deployment/prometheus-service.yaml -------------------------------------------------------------------------------- /telemetry-streaming/prometheus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdditt2000/prometheus/HEAD/telemetry-streaming/prometheus.json --------------------------------------------------------------------------------