Skip to content

weeve-ct/weeve-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weeve Kubernetes

shell commands:

  • Get K8s context gcloud container clusters get-credentials <cluster name>
  • list kubectl contexts: kubectl config get-contexts
  • set kubectl context: kubectl config use-context <context name>

Concepts:

  • Pod - bundle of (Docker) containers that share a "localhost" scope
  • Deployment - template definition for pods
  • NodePort - service that externally exposes pods by provisioning a random "high port" (30000+)
  • ClusterIP - service that internally exposes pods to each other
  • Ingress - externally facing load balancer that proxies internal services

Releases

No releases published

Packages

No packages published

Languages