Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiP - Kubernetes support #1061

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

WiP - Kubernetes support #1061

wants to merge 4 commits into from

Conversation

koszti
Copy link
Contributor

@koszti koszti commented Jan 19, 2023

Problem

PipelineWise hardly can run on Kubernetes because of several reasons and primarily because it was not designed with kubernetes in mind.

Proposed changes

This PR is work in progress and will add more commits until it doesn't have everything from the list:

  • Add metadata database
  • Add scheduler
  • Add API with endpoints:
    • GET: /api/v1/health (standard health endpoint)
    • POST: /api/v1/import (for git-sync webhook)
  • Add helm charts
  • Tests

Expected kubernetes layout:
image

Types of changes

What types of changes does your code introduce to PipelineWise?

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • Description above provides context of the change
  • I have added tests that prove my fix is effective or that my feature works
  • Unit tests for changes (not needed for documentation changes)
  • CI checks pass with my changes
  • Bumping version in setup.py is an individual PR and not mixed with feature or bugfix PRs
  • Commit message/PR title starts with [AP-NNNN] (if applicable. AP-NNNN = JIRA ID)
  • Branch name starts with AP-NNN (if applicable. AP-NNN = JIRA ID)
  • Commits follow "How to write a good git commit message"
  • Relevant documentation is updated including usage instructions

@koszti koszti temporarily deployed to ci_tests January 19, 2023 17:50 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to github-pages January 19, 2023 17:50 — with GitHub Actions Inactive
@koszti koszti changed the title WiP - Add scheduler WiP - Kubernetes support Jan 19, 2023
@koszti koszti temporarily deployed to ci_tests January 19, 2023 17:50 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 19, 2023 17:50 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 19, 2023 17:50 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 19, 2023 17:50 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to github-pages January 20, 2023 10:17 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:17 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:17 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:17 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:17 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to github-pages January 20, 2023 10:24 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:24 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:24 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:24 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:24 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 10:24 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to github-pages January 20, 2023 11:36 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 11:36 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 11:36 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 11:36 — with GitHub Actions Inactive
@koszti koszti temporarily deployed to ci_tests January 20, 2023 11:36 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant