https://github.com/miguelprogrammer/kubernetes-for-developers-core-concepts
This training provides a developer-focused look at key Kubernetes resources, benefits they can provide, and how to get started using them. Training by Dan Wahlin on PluralSight.
https://github.com/miguelprogrammer/kubernetes-for-developers-core-concepts
dops minikube
Last synced: 5 months ago
JSON representation
This training provides a developer-focused look at key Kubernetes resources, benefits they can provide, and how to get started using them. Training by Dan Wahlin on PluralSight.
- Host: GitHub
- URL: https://github.com/miguelprogrammer/kubernetes-for-developers-core-concepts
- Owner: MiguelProgrammer
- Created: 2022-04-26T14:23:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T20:07:58.000Z (about 4 years ago)
- Last Synced: 2025-10-26T05:48:00.802Z (9 months ago)
- Topics: dops, minikube
- Homepage:
- Size: 40.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Kubernetes-for-Developers-Core-Concepts
## Getting Start
- [📁 Full Documentantion](https://kubernetes.io/docs/home/)
## Basic Commands
.
#### Do you can alter the alias command kubetcl for k on powershell
## Deploying the Dashboard UI - Is necessary the minkube similiar run
### **kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.0/aio/deploy/recommended.yaml**
### Execute on terminal the command **kubectl describe secret -n kube-system -> Result in token for access Kubernates Dashboard**

## Creating Pods

## Run Pods

## Result Front