images/bootstrap_capg
Sreejith Punnapuzha f16bd23f21 Fix Makefile for bootstrap_capg image
This commit fixed the image name in docker push for bootstrap_capg image

Change-Id: Ibf36d831315a3f107a016f24cc482fe87ad7004f
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
2020-10-28 13:01:17 -05:00
..
2020-10-15 16:10:08 -05:00
2020-10-15 16:10:08 -05:00
2020-10-15 16:10:08 -05:00
2020-10-15 16:10:08 -05:00
2020-10-28 13:01:17 -05:00
2020-10-15 16:10:08 -05:00

GCP Bootstrap Container

This project contains the Go application and configuration files for implementing the GCP Bootstrap container.

The GCP Bootstrap container is responsible to create or delete a Kubernetes (K8S) cluster on GCP Cloud platform using the GKE (Google Kubernetes Engine).

Go Application

The Go application is the bootstrap container orchestrator that is responsible for translating commands into actions: create, delete, help.

This Go application uses the Ephemeral cluster configuration file (e.g., gcp-config.yaml) to determine the Google Cloud credentials and data to use to create or delete the ephemeral cluster.

Dockerfile

The Dockerfile uses a multi-stage builds to first build the Go application then create the GCP bootstrap container image.

Build

To build the bootstrap container image, execute the following command:

make images

This command will build the Go application and then create the bootstrap container image.