An open API service indexing awesome lists of open source software.

https://github.com/digitalocean/kubernetes-sample-apps

Example DigitalOcean Kubernetes workload with service exposed through a DO load-balancer.
https://github.com/digitalocean/kubernetes-sample-apps

digitalocean example kubernetes load-balancer

Last synced: 4 months ago
JSON representation

Example DigitalOcean Kubernetes workload with service exposed through a DO load-balancer.

Awesome Lists containing this project

README

          

# DigitalOcean Kubernetes Sample Apps

This repository contains a collection of Kubernetes applications that can be used in various projects. Each sample application has a dedicated folder to keep all resources, and main documentation.

Kubernetes sample applications provided by this repository:

- [bookinfo-example](bookinfo-example/) - Deploy the [Bookinfo](https://istio.io/latest/docs/examples/bookinfo) sample application.
- [doks-example](doks-example/) - Deploy your first application (workload) to a fresh DOKS cluster.
- [emojivoto-example](emojivoto-example/) - Deploy the [Emojivoto](https://github.com/BuoyantIO/emojivoto) sample application.
- [game-2048-example](game-2048-example/) - Build and deploy the [2048 game](https://en.wikipedia.org/wiki/2048_(video_game)) application.
- [podinfo-example](podinfo-example/) - Deploy the [Podinfo](https://github.com/stefanprodan/podinfo) sample application.