Skip to content

feat: Kubernetes manifests for DID IdP stack#36

Merged
igorsatsyuk merged 8 commits into
mainfrom
feat/kubernetes-manifests-issue-32
May 31, 2026
Merged

feat: Kubernetes manifests for DID IdP stack#36
igorsatsyuk merged 8 commits into
mainfrom
feat/kubernetes-manifests-issue-32

Conversation

@igorsatsyuk
Copy link
Copy Markdown
Owner

Summary

  • add Kubernetes manifests for namespace, config/secrets templates, blockchain, backend services, and frontend
  • add kustomization.yaml for local/dev cluster apply flow
  • document Kubernetes deployment order in README
  • mark Kubernetes manifests item as complete in ROADMAP

Validation

  • backend: mvn -B verify
  • blockchain:
    pm run coverage
  • blockchain js deploy test:
    pm run coverage:js
  • manifest rendering: kubectl kustomize deploy/kubernetes

Closes #32

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 31, 2026 08:00
@igorsatsyuk igorsatsyuk self-assigned this May 31, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces Kubernetes deployment manifests for the DID IdP stack (Ganache blockchain + backend services + frontend), and updates project docs/roadmap to reflect Kubernetes support for local/dev clusters.

Changes:

  • Added Kubernetes manifests for namespace, config/secrets templates, Ganache blockchain, backend services, and frontend, plus a kustomization file.
  • Documented a Kubernetes-based local/dev deployment flow in the README.
  • Marked the Kubernetes manifests milestone as complete in the roadmap.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
ROADMAP.md Marks Kubernetes manifests work item as completed.
README.md Adds Kubernetes local/dev deployment instructions (build images, apply resources, deploy contract, rollouts, port-forward).
deploy/kubernetes/namespace.yaml Defines did-idp namespace and labeling.
deploy/kubernetes/configmap.yaml Provides service/runtime configuration values via ConfigMap.
deploy/kubernetes/secret.template.yaml Adds a Secret template for JWT/key material and blockchain settings.
deploy/kubernetes/blockchain.yaml Deploys in-cluster Ganache and exposes RPC service.
deploy/kubernetes/services.yaml Deploys identity/auth/resource services and frontend with probes and ClusterIP services.
deploy/kubernetes/kustomization.yaml Aggregates Kubernetes resources for kustomize rendering/apply.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread deploy/kubernetes/kustomization.yaml
Comment thread deploy/kubernetes/blockchain.yaml
Comment thread README.md
Comment thread deploy/kubernetes/secret.template.yaml Outdated
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 6 comments.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread deploy/kubernetes/kustomization.yaml
Comment thread deploy/kubernetes/services.yaml
Comment thread deploy/kubernetes/services.yaml
Comment thread deploy/kubernetes/services.yaml
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

Comment thread deploy/kubernetes/configmap.yaml Outdated
Comment thread deploy/kubernetes/services.yaml Outdated
Comment thread README.md Outdated
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Comment thread README.md
Comment thread README.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 9 comments.

Comment thread README.md
Comment thread deploy/kubernetes/services.yaml
Comment thread deploy/kubernetes/blockchain.yaml
Comment thread README.md
Comment thread deploy/kubernetes/services.yaml
Comment thread deploy/kubernetes/blockchain.yaml
Comment thread README.md
Comment thread deploy/kubernetes/services.yaml
Comment thread deploy/kubernetes/blockchain.yaml
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Comment thread README.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@igorsatsyuk igorsatsyuk requested a review from Copilot May 31, 2026 09:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Comment thread README.md Outdated
Comment thread deploy/kubernetes/services.yaml
Comment thread deploy/kubernetes/services.yaml
Comment thread deploy/kubernetes/services.yaml
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.

@igorsatsyuk igorsatsyuk merged commit 417a4ba into main May 31, 2026
8 checks passed
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.

feat: Kubernetes manifests for DID IdP stack

2 participants