This repository contains wordlists for fuzzing kubernetes.
# Install ffuf
https://github.com/ffuf/ffuf
# Download the wordlist
https://github.com/manojdeshmukh45/kubernetes_wordlist/blob/main/kubernetes-wordlist.txt
# Fuzz using wordlist
fuzz -w kubernetes-wordlist.txt -u https://master-ip:portFUZZ -mc 200
Note: No need to add / after IP address