Skip to main content

How to setup managed Kubernetes in the cloud

info

The Instant OpenHIE architecture, codebase, and documentation are under active development and are subject to change. While we encourage adoption and extension of the Instant OpenHIE framework, we do not consider this ready for production use at this stage.

Below are some useful links on getting started with managed Kubernetes on several cloud service providers. Each provider has their own CLI application to help you set up your infrastructure.

Amazon Web Services#

Useful links:

Install AWS Cli#

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

Google Cloud#

Useful Links:

Azure#

Useful Links:

Install Azure Cli#

curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
az login

Digital Ocean#

Useful Links:

Install Digital Ocean Ctl#

curl -OL https://github.com/digitalocean/doctl/releases/download/v<version>/doctl-<version>-linux-amd64.tar.gz
sudo mv ./doctl /usr/local/bin

See here for latest version