All Projects → corda → corda-kubernetes-deployment

corda / corda-kubernetes-deployment

Licence: Apache-2.0 license
Corda Kubernetes Deployment

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to corda-kubernetes-deployment

helm
GitHub action for deploying Helm charts.
Stars: ✭ 107 (+256.67%)
Mutual labels:  helm, deployment-automation
K8s Deployment Strategies
Kubernetes deployment strategies explained
Stars: ✭ 2,649 (+8730%)
Mutual labels:  helm, deployment-automation
bitops
Automate the provisioning and configuration of cloud infrastructure.
Stars: ✭ 28 (-6.67%)
Mutual labels:  helm, deployment-automation
helm2-mixin
Helm mixin for Porter
Stars: ✭ 14 (-53.33%)
Mutual labels:  helm
charts
Fairwinds helm chart repository
Stars: ✭ 99 (+230%)
Mutual labels:  helm
cfn-deploy
A useful GitHub Action to help you deploy cloudformation templates
Stars: ✭ 14 (-53.33%)
Mutual labels:  deployment-automation
helm-controller
A simple way to manage helm charts with a Custom Resource Definitions in k8s.
Stars: ✭ 49 (+63.33%)
Mutual labels:  helm
python-helm
python client for helm
Stars: ✭ 17 (-43.33%)
Mutual labels:  helm
gke-toolbox
A Helm Chart with pre-configured tools for your Container Engine clusters
Stars: ✭ 20 (-33.33%)
Mutual labels:  helm
cortex-helm-chart
Helm chart for Cortex
Stars: ✭ 134 (+346.67%)
Mutual labels:  helm
helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Stars: ✭ 70 (+133.33%)
Mutual labels:  helm
charts
Helm charts for creating reproducible and maintainable deployments of Polyaxon with Kubernetes.
Stars: ✭ 32 (+6.67%)
Mutual labels:  helm
metahelm
Install dependency graphs of Kubernetes Helm Charts
Stars: ✭ 70 (+133.33%)
Mutual labels:  helm
helm-whatup
A Helm plugin to help users determine if there's an update available for their installed charts.
Stars: ✭ 37 (+23.33%)
Mutual labels:  helm
substrate-graph
a compact graph indexer stack for parity substrate, polkadot, kusama
Stars: ✭ 28 (-6.67%)
Mutual labels:  helm
Helm-Cheat-Sheet
A cheat sheet for Helm commands.
Stars: ✭ 72 (+140%)
Mutual labels:  helm
docker-sftp
SFTP Server for Docker
Stars: ✭ 118 (+293.33%)
Mutual labels:  helm
helm-inject
Inject additional configurations during Helm upgrade
Stars: ✭ 17 (-43.33%)
Mutual labels:  helm
helm-postgresql
Helm Chart for postgresql
Stars: ✭ 35 (+16.67%)
Mutual labels:  helm
crossover
Minimal sufficient Envoy xDS for Kubernetes that knows https://smi-spec.io/
Stars: ✭ 69 (+130%)
Mutual labels:  helm

CORDA KUBERNETES DEPLOYMENT

This repository (https://github.com/corda/corda-kubernetes-deployment) contains the means with which you can stand up a Corda Enterprise Node.

This is meant to be a customizable version of the Node deployment that you can take as-is if it fits your needs or then customize it to your liking.

DISCLAIMER:

This Kubernetes deployment for a Corda Enterprise Node is considered a reference implementation and should not be used in a production environment until sufficient testing has been done.

Licensed under Apache License, version 2.0.


IMPORTANT

Kubernetes is a complex system and setting up a successful deployment for the first time can be challenging as well.

Please make sure you step through the SETUP CHECKLIST section carefully the first time you deploy, to avoid problems down the road.

It is strongly recommended you review the documentation before setting this up for the first time to familiarize yourself with the topic at hand.


SETUP CHECKLIST

Since there are a number of prerequisites that need to be met and then a certain order of running everything, a checklist has been collated that you may find useful.

Please see CHECKLIST.md for more information.

Note! It is strongly recommended you follow the CHECKLIST, to not skip an important step, especially the first time you set up this deployment,


PREREQUISITES

  • A cloud environment with Kubernetes Cluster Services that has access to a Docker Container Registry, see CLOUD_SETUP.md
  • Building the images requires local Docker installation
  • kubectl is used to manage Kubernetes cluster
  • Helm version 2.x
  • Access to Corda Enterprise binary files or access to R3 Artifactory for Enterprise (licensed users)

BINARIES

This deployment is targeting an Enterprise deployment, which should include a Corda Node, but also the Corda Firewall, which is an Enterprise only feature.

In order to execute the following scripts correctly, you will have to have access to the Corda Enterprise binaries.

The files should be downloaded first and placed in the following folder: docker-images/bin

You can use the helper script download_binaries.sh to download binaries for you, as long as you have the necessary login details available for the R3 Artifactory.

If you have R3 Artifactory access, the download will be automatic as part of the one-time-setup.sh script, which is the recommended way of performing the first time setup.

Please see docker-images/README.md for more information.


CONFIGURATION

You must completely fill out the helm/values.yaml file according to your configuration. For more details on how it should be filled out, follow the CHECKLIST.md document.


SHORT USAGE GUIDE (see SETUP CHECKLIST for a full guide)

This is a brief view of the steps you will take, for the full set of steps, please review CHECKLIST.md.

  1. Customize the Helm values.yaml file according to your deployment (this step is used by initial-registration and Helm compile, very important to fill in correctly and completely)
  2. Execute one-time-setup.sh which will do the following (you can also step through the steps on your own, just follow what the one-time-setup.sh would have done):
    1. Build the docker images and push them to the Container Registry
    2. Generate the Corda Firewall PKI certificates
    3. Execute initial registration step (which should copy certificates to the correct locations under helm/files)
  3. Build Helm templates and install them onto the Kubernetes Cluster (by way of executing either deploy.sh or helm/helm_compile.sh)
  4. Ensure that the deployment has been successful (log in to the pods and check that they are working correctly, please see below link for information on how to do that)

DOCUMENTATION

For more details and instructions it is strongly recommended to visit the documentation:

Documentation


Contributing

The Corda Kubernetes Deployment is an open-source project and contributions are welcome as seen here: Contributing

The contributors can be found here: Contributors


Feedback

Any suggestions / issues are welcome in the issues section: https://github.com/corda/corda-kubernetes-deployment/issues/new

Fin.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].