Skip to content

rgl/kubernetes-hello

Repository files navigation

About

Build status Docker pulls

Container that shows details about the environment its running on.

It will:

When running in Azure Kubernetes Service (AKS), it will also:

When running in Amazon Elastic Kubernetes Service (EKS), it will also:

This is used in:

Usage

Install docker.

Create the local test infrastructure:

./.github/workflows/kind/create.sh

Build and test:

./build.sh && ./test.sh && xdg-open index.html

Destroy the local test infrastructure:

./.github/workflows/kind/destroy.sh