https://github.com/revazashvili/k8s-deployment
repository contains examples how to deploy apps in k8s
https://github.com/revazashvili/k8s-deployment
csharp docker docker-compose k8s k8s-deployment kubernetes
Last synced: about 2 months ago
JSON representation
repository contains examples how to deploy apps in k8s
- Host: GitHub
- URL: https://github.com/revazashvili/k8s-deployment
- Owner: Revazashvili
- License: mit
- Created: 2022-08-07T19:09:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T12:04:39.000Z (over 2 years ago)
- Last Synced: 2023-03-04T01:23:58.999Z (about 2 years ago)
- Topics: csharp, docker, docker-compose, k8s, k8s-deployment, kubernetes
- Language: C#
- Homepage:
- Size: 3.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## k8s deployment
repository contains examples how to deploy apps in k8s. examples in different languages are separated in folders.
# resources
if you are new to this technologies check out links below:
[docker](https://docs.docker.com/get-started/overview/) - containerize application
[k8s](https://kubernetes.io/docs/home/) - deploy containers
[k8s architecture](https://kubernetes.io/docs/concepts/overview/components/) - k8s architecture