Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Example distributed app composed of multiple containers for Docker and k8s

NotificationsYou must be signed in to change notification settings

vlmaier/example-voting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple distributed application running across multiple Docker containers in k8s cluster.

This is based on the originalexample-voting-app-kubernetes.

Run

kubectl create -f voting-app-deploy.ymlkubectl create -f result-app-deploy.ymlkubectl create -f worker-app-deploy.ymlkubectl create -f redis-deploy.ymlkubectl create -f postgres-deploy.ymlkubectl create -f voting-app-service.ymlkubectl create -f result-app-service.ymlkubectl create -f redis-service.ymlkubectl create -f postgres-service.yml

Accesshttp://localhost:30004 for the voting app andhttp://localhost:30005 for the result app.

About

Example distributed app composed of multiple containers for Docker and k8s

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp