Sign in
agent:

To expose prometheus service (so it can be accessed outside the cluster)

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
# To expose prometheus service (would change type from cluster IP to node port and create a new service) kubectl expose service prometheus-server --namespace=monitoring --type=NodePort --target-port=9090 --name=prometheus-server-ext
copied