Skip to content

digitalbazaar/bedrock-hello-world-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

bedrock-hello-world-helm

Application

Uses a publicly available image built from bedrock-hello-world.

Prerequisites

  • Provision a Kubernetes cluster on the cloud of choice.
  • The kubectl command-line tool installed on your local machine and configured to connect to your cluster. Instructions for installing kubectl are in the official documentation.
  • The helm command-line tool installed on your local machine. Instructions for installing helm are in the official documentation.
  • Install and configure ingress-nginx.

Deploy

git clone https://github.com/digitalbazaar/bedrock-hello-world-helm.git
cd bedrock-hello-world-helm

kubectl create namespace bedrock-hello-world
helm upgrade --debug --install --wait --timeout 5m --namespace bedrock-hello-world -f values.yaml qa bedrock-hello-world

curl -k https://<load-balancer-ip>/hello-world
# Hello World from Kubernetes!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published