agent: |
nPMB9IReck0lcHPAIJxUTo expose grafana service so it can be accessed outside the cluster)
To expose grafana 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.
inputs
outputs
# To Expose Grafana service
kubectl expose service grafana --type=NodePort --target-port=3000 --name=grafana-ext -n monitoring
copied