Skip to content

kdiri/MicroservicesWithKubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MicroservicesWithKubernetes

The examples of the cours Scalabale Microservices with Kubernetes on Udacity.

Public Docker Image

It can be found on my docker hub.

Some Useful K8s Commands

kubectl run nginx --image=nginx:1.10.0
kubectl get nodes
kubectl get pods
kubectl describe pods monolith
kubectl create deployment nginx --image=nginx:1.10.0
kubectl create deployment nginx --port 80 --type LoadBalancer
kubectl get service
kubectl config view
# Enter into container
kubectl exec monolith --stdin --tty -c monolith /bin/sh

https://kubernetes.io/docs/reference/kubectl/cheatsheet/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published