Skip to content

API Support for Kubernetes integration

Problem to solve

Users are not able to use our kubernetes integration via API; it's currently available only via GUI.

Further details

(Include use cases, benefits, and/or goals)

Proposal

Provide API endpoints where users can leverage the kubernetes integration.

Considerable API Endpoints

  • Get a list of clusters; get ':project_id/clusters'
  • Get specific cluster get ':project_id/clusters/:cluster_id'
  • Add an existing cluster; post ':project_id/clusters'
  • Update a cluster; put ':project_id/clusters/:cluster_id'
  • Destroy a cluster; delete ':project_id/clusters/:cluster_id'

What does success look like, and how can we measure that?

(If no way to measure success, link to an issue that will implement a way to measure this)

Links / references

Follow up issues

Merge requests

This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.

Edited by 🤖 GitLab Bot 🤖