Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

hnandiwada/nginx-educates-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX Sample App for Tanzu Desktop

Using Paketo Buildpacks docs Repo taken from Paketo Buildpacks Samples

Build the image

cd nginx-sample
pack build hnandiwada/nginx --buildpack gcr.io/paketo-buildpacks/nginx   --builder paketobuildpacks/builder:base
docker push hnandiwada/nginx

Running on vanilla k8s

In nginx-sample:

kubectl apply -f deployment.yaml
kubectl port-forward pod/nginx 8080
curl localhost:8080

You should see "Powered by Tanzu Desktop"

Using Tilt

In nginx-sample:

tilt up

Make sure the pod is not already up beforehand and that you're not already port-forwarding in a separate terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published