Skip to content
GitLab
Next
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 50,312
    • Issues 50,312
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,556
    • Merge requests 1,556
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #25629
Closed (duplicated) (duplicated)
Open
Issue created Dec 06, 2018 by Alexey Zimarev@alexeyzimarev

Operations - Environment should also understand Kubernetes stateful sets

Problem to solve

Currently, GitLab is able to show pods that are deployed to Kubernetes per environment. Most probably it calls the Kubernetes API to retrieve the deployment for a given namespace.

However, if a project is being deployed as a stateful set, there are no deployments available and the pods aren't being shown.

Further details

Not all solutions can be deployed using deployments and replica sets. Sometimes it is required to use a stateful set.

Proposal

Either call both deployment API and stateful set API, or let the user specify if the project is deployed using a deployment or a stateful set (preferred). Everything else will remain the same.

Edited Jan 20, 2021 by Thong Kuah
Assignee
Assign to
Time tracking