Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikma03/docker_and_kubernetes
Resources and materials about Docker and Kubernetes. Examples of using on production. Real case implementation. DevOps usage of containers and CICD processes.
https://github.com/mikma03/docker_and_kubernetes
cicd cloud conteinerized devops docker infrastructure kubernetes microservice python wsl-ubuntu
Last synced: 13 days ago
JSON representation
Resources and materials about Docker and Kubernetes. Examples of using on production. Real case implementation. DevOps usage of containers and CICD processes.
- Host: GitHub
- URL: https://github.com/mikma03/docker_and_kubernetes
- Owner: Mikma03
- License: gpl-3.0
- Created: 2022-03-08T15:06:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T10:25:19.000Z (about 1 year ago)
- Last Synced: 2024-11-11T06:15:21.973Z (2 months ago)
- Topics: cicd, cloud, conteinerized, devops, docker, infrastructure, kubernetes, microservice, python, wsl-ubuntu
- Homepage: https://github.com/Mikma03/Docker
- Size: 73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table of content
- [Table of content](#table-of-content)
- [Resources Docker](#resources-docker)
- [Resources Kubernetes](#resources-kubernetes)
- [AWS Kubernetes](#aws-kubernetes)
- [Azure Kubernetes](#azure-kubernetes)
- [Dedicated Docker cert prepatration course](#dedicated-docker-cert-prepatration-course)
- [Dedicated Kubernetes cert preparation course](#dedicated-kubernetes-cert-preparation-course)
- [Microservices](#microservices)
- [Container Security](#container-security)# Resources Docker
- Docker cheatsheet
- https://collabnix.com/docker-cheatsheet/
- Docker docs
- https://docs.docker.com/
- Docker Mastery
- https://www.udemy.com/course/docker-mastery/
- Learn Docker in a Month - Elton Stoneman
- BOOK: https://diamol.net/
- YouTube: https://www.youtube.com/watch?v=QTnVztPl2Uw&list=PLXl_isu8qxvmDOAnUkG5x16LzBzGzY_Ww&ab_channel=EltonStoneman- InfoShare Academy Course
- https://www.dockermasters.pl/
- Continuous Delivery with Docker and Jenkins
- https://learning.oreilly.com/library/view/continuous-delivery-with/9781803237480/
- The Ultimate Docker Container Book
- https://learning.oreilly.com/library/view/the-ultimate-docker/9781804613986/# Resources Kubernetes
- Kubernetes Mastery
- https://www.udemy.com/course/kubernetesmastery/
- Learn Kubernetes in a Month - Elton Stoneman
- https://kiamol.net/
- Advanced Platform Development with Kubernetes
- https://learning.oreilly.com/library/view/advanced-platform-development/9781484256114/
- Kubernetes The Hard Way
- https://github.com/kelseyhightower/kubernetes-the-hard-way## AWS Kubernetes
- Kubernetes Hands-On - Deploy Microservices to the AWS Cloud
- https://www.udemy.com/course/kubernetes-microservices/
- AWS EKS Kubernetes-Masterclass
- https://www.udemy.com/course/aws-eks-kubernetes-masterclass-devops-microservices/## Azure Kubernetes
- Azure Kubernetes Service with Azure DevOps and Terraform
- https://www.udemy.com/course/azure-kubernetes-service-with-azure-devops-and-terraform/# Dedicated Docker cert prepatration course
- Docker Certified Associate 2022
- https://udemy.com/course/docker-certified-associate/# Dedicated Kubernetes cert preparation course
- Certified Kubernetes Administrator
- https://www.udemy.com/course/certified-kubernetes-administrator-with-practice-tests/
- https://www.udemy.com/course/certified-kubernetes-administrator/
- Certified Kubernetes Application Developer
- https://www.udemy.com/course/mastering-certified-kubernetes-application-developer/# Microservices
- Bootstrapping Microservices
- https://learning.oreilly.com/library/view/bootstrapping-microservices-with/9781617297212/# Container Security
- https://learning.oreilly.com/library/view/container-security/9781492056690/