kuberneteskeda

How to find the Keda ScaledJobs that are configured on my Kubernetes cluster?


If I understood well, they are not visible in the cluster's dashboard (default Kubernetes dashboard). How can I list them, and eventually modify them?


Solution

  • If you have Keda on the Kubernetes cluster, you can simply use kubectl to list the ScaledJobs and modify them.