Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please provide more information about running kube-hunter with a ServiceAccount for remote access (if it is possible) and describe more of the kube-hunter API (e.g. what arguments can be passed when starting a job) #523

Open
v-kuzma opened this issue Oct 17, 2022 · 0 comments
Labels
question Further information is requested

Comments

@v-kuzma
Copy link

v-kuzma commented Oct 17, 2022

  1. I want to use Kube-hunter along with a token obtained using a service account for remote access to the nodes of the EKS cluster. Is it possible? If so, where can I see a detailed guide?

  2. What arguments can be given for creating a job to run Kube hunter on a pod? (Where are described parameters that can be passed to args:?)

I need this to display logs in a different format.

---
apiVersion: batch/v1
kind: Job
metadata:
  name: kube-hunter
spec:
  template:
    metadata:
      labels:
        app: kube-hunter
    spec:
      containers:
        - name: kube-hunter
          image: aquasec/kube-hunter:0.6.8
          command: ["kube-hunter"]
          args: ["--pod"] 
      restartPolicy: Never
     

@v-kuzma v-kuzma added the question Further information is requested label Oct 17, 2022
@v-kuzma v-kuzma changed the title Please provide more information about running kube-hunter with a ServiceAccount for remote access (is it possible) and describe more of the kube-hunter API (e.g. what arguments can be passed when starting a job) Please provide more information about running kube-hunter with a ServiceAccount for remote access (if is it possible) and describe more of the kube-hunter API (e.g. what arguments can be passed when starting a job) Oct 18, 2022
@v-kuzma v-kuzma changed the title Please provide more information about running kube-hunter with a ServiceAccount for remote access (if is it possible) and describe more of the kube-hunter API (e.g. what arguments can be passed when starting a job) Please provide more information about running kube-hunter with a ServiceAccount for remote access (if it is possible) and describe more of the kube-hunter API (e.g. what arguments can be passed when starting a job) Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant