MetaCell / MetaCell/cloud-harness

Health check and initialization tasks

Open
#158 0 comments 0 reactions 0 assignees View on GitHub
new feature scope:deployment
Dominant language
Python
Stars
19
Forks
5
Avg merge
3d 18h
Merged PRs (30d)
3

Description

Sometimes applications need some initialization checks and updates, like:

1. Database migration
1. Create queue topic if does not exist
1. ...

At the moment the only way to achieve this kind of behaviour is implementing that in the application server.
That's not the right place if we consider that pod replicas may go in parallel trying to achieve the same goal.

A nice implementation is to have the possibility to create a ephemeral pod/job as part of the deployment that performs the desired initialization checks and tasks.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points. Start by locating the deployment configuration and determine how an ephemeral pod or job could run database migrations, queue-topic creation, and other initialization tasks without application replicas repeating them. Done means the deployment can configure and execute these tasks separately from the application server.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
devops, infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.