Skip to content

kostis-codefresh/summer-of-k8s-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summer of Kubernetes Argo rollouts example

This is an example application to be used for Argo Rollouts in the summer of K8s program

It is simple application that consists of one container.

It performs multiple requests in a single dashboard exposed at port 8080.

Request dashboard

How to run locally

go run .

then visit http://localhost:8080 in your browser

How to build and run container

Run

  • docker build . -t my-app to create a container image
  • docker run -p 8080:8080 my-app to run it

then visit http://localhost:8080 in your browser

You can find prebuilt images at https://hub.docker.com/r/kostiscodefresh/summer-of-k8s-app/tags

Deploying to Kubernetes

You can find the associated manifests at https://github.com/kostis-codefresh/summer-of-k8s-app-manifests

About

Summer of K8s example app for Argo Rollouts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published