danniel1205 / sample-cowsay-web-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repo contains a simple web app which takes a request and display a cowsay.

How to use BuildPack to build this app into an image

cd $GOPATH/src
git clone https://github.com/danniel1205/sample-cowsay-web-app.git
pack build --builder gcr.io/paketo-buildpacks/builder:tiny danielguo/cowsay-web-app:latest

docker run -p 1323:1323 danielguo/cowsay-web-app:latest

gcr.io/paketo-buildpacks/builder:tiny is existing builder created for Go applications. This notes has the steps on how I build this application and deploy on a K8S KIND cluster.

How to use Carvel tools to build this app into an image

TBA

About


Languages

Language:Go 100.0%