mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-28 09:32:20 +00:00
update
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
- [DevOps as a Service (DaaS)](#devops-as-a-service-daas)
|
||||
- [Blogs](#blogs)
|
||||
- [Xebia Labs and DevOps](#xebia-labs-and-devops)
|
||||
- [DevOps Tools](#devops-tools)
|
||||
- [Netflix and DevOps](#netflix-and-devops)
|
||||
- [Public Cloud DevOps](#public-cloud-devops)
|
||||
- [AWS DevOps](#aws-devops)
|
||||
@@ -35,9 +36,12 @@
|
||||
* [dzone: Are You Stuck in the New DevOps Matrix From Hell? 🌟](https://dzone.com/articles/are-you-stuck-in-the-new-devops-matrix-from-hell) See how Docker solved the matrix-from-hell problem, and how DevOps techniques can help avoid the config sprawl that comes with microservices.
|
||||
* [kenmugrage.com 🌟](https://kenmugrage.com/2017/05/05/my-new-definition-of-devops/#more-4) DevOps: A culture where people, regardless of title or background, work together to imagine, develop, deploy and operate a system.
|
||||
* [opensource.com: 10 tips for maintaining a DevOps mindset for distributed teams](https://opensource.com/article/20/6/devops-mindset) You can do DevOps while working from home; it's all about the right approach.
|
||||
* [dzone: The 10-Minute Read to Understanding DevOps Tools 🌟](https://dzone.com/articles/the-10-minute-read-to-understanding-devops-tools)
|
||||
|
||||
<center>
|
||||
[](https://www.openshift.com/blog/openshift-end-to-end-cluster-customization)
|
||||
|
||||
[](https://dzone.com/articles/the-10-minute-read-to-understanding-devops-tools)
|
||||
</center>
|
||||
|
||||
## DevOps as a Service (DaaS)
|
||||
@@ -52,8 +56,23 @@
|
||||
## Xebia Labs and DevOps
|
||||
- [DevOps Glosary of Terms 🌟](https://xebialabs.com/glossary/)
|
||||
- [The Ultimate DevOps Tool Chest 🌟](https://xebialabs.com/the-ultimate-devops-tool-chest/)
|
||||
- [The Ultimate List of Open Source DevOps Tools](https://xebialabs.com/the-ultimate-devops-tool-chest/open-source/)
|
||||
- [Periodic Table of DevOps 🌟](https://xebialabs.com/periodic-table-of-devops-tools/)
|
||||
|
||||
## DevOps Tools
|
||||
- [gitkraken.com: DevOps Tools Report 2020 🌟](https://www.gitkraken.com/resources/devops-report-2020)
|
||||
- [dzone: Top 12 DevOps Tools for Your DevOps Implementation Plan 🌟](https://dzone.com/articles/top-12-devops-tools-for-your-devops-implementation)
|
||||
- [dzone: Most Popular DevOps Tools You Must Learn In 2019](https://dzone.com/articles/most-popular-devops-tools-you-must-learn-in-2019)
|
||||
- [dzone: 5 DevOps Tools You Should Know In 2019](https://dzone.com/articles/5-devops-tools-you-should-know-in-2019) From containers and automation to CI/CD, this list has five basic tools you need to get started with DevOps.
|
||||
- [guru99.com: 30 Best DevOps Tools & Technologies](https://www.guru99.com/devops-tools.html)
|
||||
- [raygun.com: The 10 best DevOps tools for 2020](https://raygun.com/blog/best-devops-tools/)
|
||||
- [hackr.io: Top 10 DevOps Tools To Look For in 2020](https://hackr.io/blog/top-devops-tools)
|
||||
- [medium: The 10 best DevOps tools for 2020](https://medium.com/javarevisited/the-10-best-devops-tools-for-2020-72e7c489342a)
|
||||
- [victorops.com: 20 Top DevOps Tools for 2020](https://victorops.com/blog/20-top-devops-tools-for-2020)
|
||||
- [techradar.com: techradar.com](https://www.techradar.com/best/best-devops-tools)
|
||||
- [geekflare.com: devops-tools](https://geekflare.com/devops-tools/)
|
||||
- [edureka.com: Top 10 DevOps Tools You Must Know In 2020](https://www.c/blog/top-10-devops-tools/)
|
||||
|
||||
## Netflix and DevOps
|
||||
* [Full Cycle Developers at Netflix — Operate What You Build](https://netflixtechblog.com/full-cycle-developers-at-netflix-a08c31f83249)
|
||||
* [Applying Netflix DevOps Patterns to Windows](https://netflixtechblog.com/applying-netflix-devops-patterns-to-windows-2a57f2dbbf79)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Docker
|
||||
- [Introduction](#introduction)
|
||||
- [Introduction and Tutorials](#introduction-and-tutorials)
|
||||
- [Docker Tools](#docker-tools)
|
||||
- [Docker and WSL2](#docker-and-wsl2)
|
||||
- [Docker Cheat sheet](#docker-cheat-sheet)
|
||||
- [Docker Compose](#docker-compose)
|
||||
@@ -9,7 +10,7 @@
|
||||
- [Blogs](#blogs)
|
||||
- [Awesome Lists](#awesome-lists)
|
||||
|
||||
## Introduction
|
||||
## Introduction and Tutorials
|
||||
* [Wikipedia.org: Docker](https://en.wikipedia.org/wiki/Docker_(software))
|
||||
* [Awesome Docker](https://github.com/veggiemonk/awesome-docker)
|
||||
* [Dzone refcard: Getting Started with Docker](https://dzone.com/refcardz/getting-started-with-docker-1)
|
||||
@@ -31,6 +32,10 @@
|
||||
* [itnext.io: Getting Started with Docker: Facts You Should Know 🌟](https://itnext.io/getting-started-with-docker-facts-you-should-know-d000e5815598)
|
||||
* [jfrog.com: A Beginner’s Guide to Understanding and Building Docker Images 🌟](https://jfrog.com/knowledge-base/a-beginners-guide-to-understanding-and-building-docker-images/)
|
||||
* [Broken by default: why you should avoid most Dockerfile example 🌟](https://pythonspeed.com/articles/dockerizing-python-is-hard/)
|
||||
* [geekflare.com: docker tutorials](https://geekflare.com/docker-tutorials/)
|
||||
|
||||
## Docker Tools
|
||||
- [Top 50 Docker Tools](https://blog.inedo.com/top-50-docker-tools)
|
||||
|
||||
## Docker and WSL2
|
||||
- [Creating the best Linux Development experience on Windows & WSL 2](https://www.docker.com/blog/creating-the-best-linux-development-experience-on-windows-wsl-2/)
|
||||
|
||||
BIN
docs/images/devops_tools_dzone.png
Normal file
BIN
docs/images/devops_tools_dzone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 382 KiB |
@@ -408,6 +408,7 @@ kubectl get secret <secret-name> --namespace=<source> -o yaml | sed ‘s/names
|
||||
* [managedkube.com: Troubleshooting a Kubernetes ingress](https://managedkube.com/kubernetes/trace/ingress/service/port/not/matching/pod/k8sbot/2019/02/13/trace-ingress.html)
|
||||
|
||||
## Kubernetes Tutorials
|
||||
* [kubernetes.io: Kubernetes Tutorials 🌟](https://kubernetes.io/docs/tutorials/) Official documentation from Kubernetes. One can go through this official documentation and can learn much more about Kubernetes.
|
||||
* [devopscube.com: Kubernetes Tutorials For Beginners: Getting Started Guide 🌟](https://devopscube.com/kubernetes-tutorials-beginners/)
|
||||
* [Intoduction to Kubernetes (slides, beginners and advanced) 🌟](https://docs.google.com/presentation/d/1zrfVlE5r61ZNQrmXKx5gJmBcXnoa_WerHEnTxu5SMco)
|
||||
* [medium.com: Kubernetes 101: Pods, Nodes, Containers, and Clusters](https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16)
|
||||
@@ -426,6 +427,7 @@ kubectl get secret <secret-name> --namespace=<source> -o yaml | sed ‘s/names
|
||||
* [dzone: kubernetes in 10 minutes a complete guide to look](https://dzone.com/articles/kubernetes-in-10-minutes-a-complete-guide-to-look)
|
||||
* [magalix.com: The Best Kubernetes Tutorials 🌟](https://www.magalix.com/blog/the-best-kubernetes-tutorials)
|
||||
* [35 Advanced Tutorials to Learn Kubernetes 🌟](https://medium.com/faun/35-advanced-tutorials-to-learn-kubernetes-dae5695b1f18)
|
||||
* [geekflare.com: 14 Kubernetes Tutorials for Beginner to Master](https://geekflare.com/learn-kubernetes/)
|
||||
|
||||
### Online Training
|
||||
* [katacoda.com 🌟](https://www.katacoda.com/) Interactive Learning and Training Platform for Software Engineers
|
||||
|
||||
Reference in New Issue
Block a user