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

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.

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