Skip to content

Andr1500/GCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo application example

This example can be used to demonstrate how to build and deploy a containerized Go web server application with Kubernetes.

This directory contains:

  • main.go contains the HTTP server implementation that responds to requests with inforamtion

  • about the service responding to the request.

  • Dockerfile is used to build the Docker image for the application and simply compiles all go files

  • in the current directory to an application called echo-app.

  • The Dockerfile is configured by default to configure the app to use port 8000 for the http listener service

  • Kubernetes Engine Quickstart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages