aslotte / aslotte/MLOps.NET

Add KubernetesDeploymentInfo as an associated entity to Deployment

Open
#386 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.