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

Implementing functionality that retrieves GKE configuration properties #104

Closed
slashben opened this issue Oct 3, 2021 · 0 comments
Closed
Labels
hacktoberfest Marking issues/discussions related to Hacktoberfest help wanted Extra attention is needed

Comments

@slashben
Copy link
Contributor

slashben commented Oct 3, 2021

Kubescape uses today pure K8s API to look for security issues.

The next step will be to look on data coming outside K8s API like:

  • Etcd encryption configuration
  • API server configuration
  • CNI information

Kubescape needs to be able to retrieve the description of a GKE cluster from GCP API to evaluate it.

https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#Cluster

Need to implement a function returning this information for the cluster configured in the active context in ".kube/config"

@slashben slashben added help wanted Extra attention is needed hacktoberfest Marking issues/discussions related to Hacktoberfest labels Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Marking issues/discussions related to Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants