Add KubernetesDeploymentInfo as an associated entity to Deployment
- Dominant language
- C#
- Stars
- 81
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
We currently only know the API to where we deployed a model, but not what image and so forth
**Describe the solution you'd like**
Add a new entity called `KubernetesDeploymentInfo`. It should hold the following values
- RegistryName
- ImageName
- NamespaceName
- ServiceName
Contributor guide
Research direction
Start by locating the Deployment entity and existing associated-entity patterns in MLOps.NET, then inspect how Kubernetes deployment metadata is currently represented. Done means Deployment exposes a KubernetesDeploymentInfo entity containing RegistryName, ImageName, NamespaceName, and ServiceName, with the relevant tests passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100