Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

August 12: Docker & Kubernetes Part 2 #13

Open
iennae opened this issue Aug 12, 2020 · 4 comments
Open

August 12: Docker & Kubernetes Part 2 #13

iennae opened this issue Aug 12, 2020 · 4 comments

Comments

@iennae
Copy link
Contributor

iennae commented Aug 12, 2020

Last week we started talking about kubernetes. We started talking about pods, and started modifying our hello world to be deployed into kubernetes. We wrote a Dockerfile and created a "/" interface to do a health check.

Project: https://github.com/osscda/cloud-native-project/

Agenda

This week we will continue our adventures learning about kubernetes and updating our application to be deployed.

Links

Concepts

Kubernetes

  • pods
  • deployments
  • resources
  • replicaset
  • services
  • port space

Commands

kubectl get nodes
kubectl get pods
kubectl create deployment hello-node --image=arschles/dapr-hello-world
kubectl get deployments
kubectl delete pod PODNAME
kubectl delete deployment DEPLOYMENTNAME
kubectl get events
kubectl scale --replicas=50 deployment/hello-node
kubectl expose deployment DEPLOYMENTNAME --type=LoadBalancer --port=3000
kubectl get service

Rules of the Stream

  • Comments and questions are always welcome in the chat.
  • No question is too basic or "stupid" to ask in the chat.
  • Tangents are accepted!
  • No sorries needed.
  • Please submit issues for new topics of interest in our repo!
@iennae iennae changed the title Docker & Kubernetes Part 2 August 12 Docker & Kubernetes Part 2 Aug 12, 2020
@iennae
Copy link
Contributor Author

iennae commented Aug 12, 2020

Question: pod names c4b477d78-X

@iennae iennae changed the title August 12 Docker & Kubernetes Part 2 August 12: Docker & Kubernetes Part 2 Aug 12, 2020
@iennae
Copy link
Contributor Author

iennae commented Aug 12, 2020

What is reconciliation code

@arschles
Copy link
Member

For next week, let's talk about pod lifecycle: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/

@iennae
Copy link
Contributor Author

iennae commented Aug 12, 2020

ICYMI (Aaron): https://helm.sh/

This was referenced Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants