Skip to content

fpetkovski/k8s-external-metrics-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See the related post if you are interested in a walkthrough of the project.

Prerequisites

In order to build and deploy the project using the instructions in this README, make sure you have the following prerequisites installed locally

  • minikube
  • make >= 3.82

Build

You can build a docker image of the external metrics API server using the following command:

make build

Deploy

Once the docker image is built, you can deploy it using:

make deploy

Access the external metrics

Access the external metrics by querying the kubernetes API directly:

kubectl get --raw /apis/external.metrics.k8s.io/v1beta1/namespaces/default/tube-default

Tear down

When you are finished, you can clean up by executing

make delete

About

External metrics API server for Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published