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

devspace cluster #9773

Merged
merged 14 commits into from
Jul 24, 2023
Merged

devspace cluster #9773

merged 14 commits into from
Jul 24, 2023

Conversation

skudasov
Copy link
Collaborator

@skudasov skudasov commented Jul 11, 2023

devspace for a typical simulated ETH cluster (4 nodes + 1 Geth + mockserver)

devspace is a tool for native k8s development.

Benefits:

  • develop inside k8s
  • automatically sync your repository files with container inside k8s
  • quickly fix and verify your changes on running environment

Check README for instructions.

Have 2 modes:

  • node to switch one node container and develop
  • runner to run some system level tests for the whole 4 nodes cluster inside k8s

TODO:

  • speed up the upload sync process, filter binaries, and stuff that's not required for build
  • add examples for ECR, waiting for a proper aws access
  • wrap devspace as a nix package, or test other platforms

@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@skudasov skudasov marked this pull request as ready for review July 17, 2023 21:41
@skudasov skudasov requested review from kalverra and AnieeG July 24, 2023 08:37
@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@@ -0,0 +1,182 @@
{{- range $cfg := .Values.chainlink.nodes }}
Copy link
Contributor

Choose a reason for hiding this comment

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

We have a lot of duplication of charts between this and the qa-charts repo. Would it make sense to update the qa-charts to work with this as well? Otherwise when we need updates in one place now we need to make the same change in both.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The idea is that we work on that charts to make them production-like and then reuse them from core. No need to have an additional repo for the official OSS chart that people can use to run some clusters.

@skudasov skudasov added this pull request to the merge queue Jul 24, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 24, 2023
@skudasov skudasov added this pull request to the merge queue Jul 24, 2023
Merged via the queue into develop with commit d0127a5 Jul 24, 2023
@skudasov skudasov deleted the devspace-charts branch July 24, 2023 17:34
kidambisrinivas pushed a commit that referenced this pull request Jul 25, 2023
* core cluster

* fix comments

* proper nixpkgs

* ECR example

* split to runner and node profiles

* speed up the sync, add remote-runner
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.

3 participants