Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1020 Bytes

README.md

File metadata and controls

44 lines (23 loc) · 1020 Bytes

FTRI2-Crows-Nest

A visual overview of Kubernetes architecture and Prometheus metrics


Getting started


Deploying KUR8


Assuming you already have a Kubernetes cluster running, you can get started by:


In KUR8 directory run: skaffold dev

Once deployed open up port to KUR8 app: kubectl port-forward deployment/kur8-depl 8080:8080

Now open up localhost:8080 in your browser

The structures tab on the left will query your Kubernetes API to view the cluster's architecture.


Deploying Prometheus


If you don't have your instance of Prometheus installed begin by:


In KUR8 directory run: kubectl create -f infra/manifests/setup

Once setup is complete run: kubectl create -f infra/manifests/

If you want to open up Prometheus UI run: kubectl --namespace monitoring port-forward svc/prometheus-k8s 9090

Now open up localhost:9090 in your browser

You may also view the Prometheus tab in KUR8 localhost:8080 to view and create your custom dashboard.