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.
- Host: GitHub
- URL: https://github.com/digitalocean/kubernetes-sample-apps
- Owner: digitalocean
- License: mit
- Created: 2019-04-06T15:35:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T22:05:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T06:35:40.886Z (6 months ago)
- Topics: digitalocean, example, kubernetes, load-balancer
- Language: Python
- Size: 6.51 MB
- Stars: 284
- Watchers: 13
- Forks: 199
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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.