Skip to content

Common Issues

Diagnosing and resolving common issues you might encounter with Kedify and KEDA.

Kedify Agent is unable to connect to Kedify service

The Kedify Agent connects using gRPC over port 443. Check to make sure port 443 is open and you are able to make outbound network connections.

command not found: kubectl

You will need to install kubectl before proceeding. Here are some examples using common package managers depending on your platform:

Homebrew (macOS and Linux)
brew install kubectl
Apt (Debian/Ubuntu)
sudo apt-get update && sudo apt-get install -y kubectl
Yum (CentOS/RHEL/Fedora)
sudo yum install -y kubectl
Chocolatey (Windows)
choco install kubernetes-cli