Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.