https://github.com/do-community/example-k8s-workloads
Example workloads to practice deploying to Kubernetes
https://github.com/do-community/example-k8s-workloads
kubernetes kubernetes-daemonset kubernetes-deployment kubernetes-jobs
Last synced: about 1 month ago
JSON representation
Example workloads to practice deploying to Kubernetes
- Host: GitHub
- URL: https://github.com/do-community/example-k8s-workloads
- Owner: do-community
- License: mit
- Created: 2021-07-27T20:45:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T03:42:54.000Z (over 3 years ago)
- Last Synced: 2025-03-28T00:44:02.439Z (about 2 months ago)
- Topics: kubernetes, kubernetes-daemonset, kubernetes-deployment, kubernetes-jobs
- Language: Go
- Homepage:
- Size: 563 KB
- Stars: 6
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Kubernetes Workloads
## Welcome!
This repo contains 3 different example applications that you can deploy to a Kubernetes cluster.
Please note that these applications were created for educational purposes and are not suited for long-running production settings.
## Examples
These are the workloads and the kind of Kubernetes resource that serves them best:1. An example API written in Go that is deployed as a Kubernetes Deployment
1. A Kubernetes DaemonSet
1. A Kubernetes Job## Follow Along
If you'd like to watch a talk that uses the example-api, check out the video [How to Deploy Your Application or Microservice on Kubernetes](https://www.digitalocean.com/community/tech_talks/how-to-deploy-your-application-or-microservice-as-a-kubernetes-deployment).If you'd like to see the DaemonSet and Job in action, see the video [Deploying Microservices as Kubernetes DaemonSets and Jobs](https://www.digitalocean.com/community/tech_talks/deploying-microservices-as-kubernetes-daemonsets-and-jobs).