Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ajsalemo/kubernetes-tdp-samples
Examples of ways to run containers with Kubernetes.
https://github.com/Ajsalemo/kubernetes-tdp-samples
aks azure bash containers docker docker-desktop kubernetes linux minikube node python unix
Last synced: 17 days ago
JSON representation
Examples of ways to run containers with Kubernetes.
- Host: GitHub
- URL: https://github.com/Ajsalemo/kubernetes-tdp-samples
- Owner: Ajsalemo
- Created: 2022-06-01T21:51:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T02:52:59.000Z (over 2 years ago)
- Last Synced: 2023-03-03T22:14:05.871Z (over 1 year ago)
- Topics: aks, azure, bash, containers, docker, docker-desktop, kubernetes, linux, minikube, node, python, unix
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubernetes-tdp-samples
This repository contains three ways to run containers on Kubernetes
```md
├── aks
// This contains a deployable example to Azure Kubernetes Service (AKS)
├── docker-desktop
// This contains a deployable example to Docker Desktop with Kubernetes enabled
├── minikube
// This contains a deployable example to Minikube
```All three examples container some documentation on how to set up the environment prior to deployment.