-
Notifications
You must be signed in to change notification settings - Fork 4
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
declarative devnet deployments with kubernetes PT.1 #307
Conversation
PR Description updated to latest commit (231e137) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
01f7266
to
6eba060
Compare
7a05d99
to
e882e1f
Compare
c526162
to
7a0a955
Compare
- change keys for tolerations and affinity
7e9fc9e
to
45dbb0f
Compare
Type
enhancement
Description
Changes walkthrough
14 files
archival-node-configmap.yaml
Add ConfigMap for Archival Node
kubernetes/devnet/overlays/bootstrap-node/archival-node-configmap.yaml
and node identifiers.
archival-node-service.yaml
Define Kubernetes Service for Archival Node
kubernetes/devnet/overlays/bootstrap-node/archival-node-service.yaml
ports for TCP and UDP protocols.
archival-node.yaml
Setup Deployment for Archival Node
kubernetes/devnet/overlays/bootstrap-node/archival-node.yaml
affinity, tolerations, and resource requests.
container.
dsn-bootstrap-node.yaml
New Deployment for DSN Bootstrap Node
kubernetes/devnet/overlays/bootstrap-node/dsn-bootstrap-node.yaml
affinity, tolerations, and container specifications.
dsn-service.yaml
Create Service for DSN Bootstrap Node
kubernetes/devnet/overlays/bootstrap-node/dsn-service.yaml
ports.
pvc.yaml
Add PersistentVolumeClaim for Archival Node
kubernetes/devnet/overlays/bootstrap-node/pvc.yaml
storageclass-aws.yaml
Define AWS EBS StorageClass
kubernetes/devnet/overlays/bootstrap-node/storageclass-aws.yaml
policies.
archival-node-configmap.yaml
Add ConfigMap for RPC Node
kubernetes/devnet/overlays/rpc-node/archival-node-configmap.yaml
archival node setup.
archival-node-service.yaml
Define Kubernetes Service for RPC Node
kubernetes/devnet/overlays/rpc-node/archival-node-service.yaml
archival node's service setup.
archival-node.yaml
Setup Deployment for RPC Node
kubernetes/devnet/overlays/rpc-node/archival-node.yaml
tolerations, and resource requests.
ingress.yaml
Configure Ingress for RPC Node
kubernetes/devnet/overlays/rpc-node/ingress.yaml
traffic.
pvc.yaml
Add PersistentVolumeClaim for RPC Node
kubernetes/devnet/overlays/rpc-node/pvc.yaml
the archival node's PVC.
service.yaml
Create Service for RPC Node
kubernetes/devnet/overlays/rpc-node/service.yaml
and Prometheus metrics.
storageclass-aws.yaml
Define AWS EBS StorageClass for RPC Node
kubernetes/devnet/overlays/rpc-node/storageclass-aws.yaml
used for the archival node.