Skip to content

while learning k8s, just created this music server.

Notifications You must be signed in to change notification settings

Awan/music-with-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Music Server with k8s

Instructions

Build the image:

docker build -t music .

Create deployment:

kubectl apply -f music-deployment.yaml

Now, using some music player client, add songs to playlist and play it. Use localhost for server address and 7777 for port.

Once song is added and played, you can listen it using your web browser at http://localhost:8090.

If you want to deploy it with helm, there is a package.

helm install quran music-0.1.0.tgz

About

while learning k8s, just created this music server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published