Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamimehsan/learn-devops
https://github.com/tamimehsan/learn-devops
azure devops docker docker-compose kubernetes minikube terraform volumes
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tamimehsan/learn-devops
- Owner: TamimEhsan
- Created: 2023-12-28T08:10:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-25T11:59:36.000Z (7 months ago)
- Last Synced: 2024-06-25T13:19:32.199Z (7 months ago)
- Topics: azure, devops, docker, docker-compose, kubernetes, minikube, terraform, volumes
- Language: JavaScript
- Homepage:
- Size: 5.87 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hello docker
Simple use of docker build, run, pull and push### Docker ports
Using a simple node echo server we see the usage of ports, expose, forwarding and interacting with a running container### Docker compose
How to run multiple docker container at once and learn about the network created by docker-compose### Volumes
working with different type of persistent volumes### Minikube setup
Set up a local kubernetes cluster using minikube. Then create a nginx server in it.### Kubernetes Introduction
Understanding different terminology of a kubernetes cluster### Kubernetes Ports
We need to work with multiple ports in kubernetes. We will create a server and try to explain how ports are forwarded in different levels### Kubernetes Networking
Set up two server who will communicate with each other. Thus we understand different kubernetes service like clusterIP, nodePort, LoadBalancer### Kubernetes ConfigMap
Set up configMap in kubernetes to set up environment variables accesible from inside container### Working with multiple K8s nodes
Set up a cluster with 3 nodes and in term learn concepts like node selector, node affinity, pod affinity, taint, tolerations### Kubernetes autoscaling
Autoscale kubernetes pods by monitoring CPU and memory usage### Azure kubernetes
A simple introduction to azure kubernetes### Terraform
Provision azure infrastructure with terraform