DevOps drawer
@DevOps101
397
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
397 subscribers
DevOps drawer
https://thenewstack.io/the-cloud-native-landscape-the-provisioning-layer-explained/
The New Stack
The Cloud Native Landscape: The Provisioning Layer Explained
The provisioning layer encompasses the tools that are used to create and harden the foundation on which cloud native apps are built.
DevOps drawer
https://thenewstack.io/learning-kubernetes-the-need-for-a-realistic-playground/
The New Stack
Learning Kubernetes: The Need for a Realistic Playground
Kubernetes is a fantastic foundation for modern platforms, but as is the case when learning anything complicated, you need a safe playground that rewards experimentation and structured learning while minimizing the potential for any negative consequences.
DevOps drawer
https://www.freecodecamp.org/news/the-kubernetes-handbook/
freeCodeCamp.org
The Kubernetes Handbook – Learn Kubernetes for Beginners
Kubernetes is an open-source container orchestration platform that automates the deployment, management, scaling, and networking of containers. It was developed by Google using the Go Programming Language, and this amazing technology has been open-s...
DevOps drawer
https://cloud.google.com/blog/topics/anthos/getting-to-know-anthos-attached-clusters
Google Cloud Blog
Getting to know Anthos attached clusters | Google Cloud Blog
The new Anthos attached clusters feature lets you attach EKS and AKS services into Anthos’ Google Cloud control plane.
DevOps drawer
https://searchitoperations.techtarget.com/news/252487865/GitOps-gains-momentum-among-Kubernetes-deployment-tools
IT Operations
GitOps gains momentum among Kubernetes deployment tools
Two cloud-native standards, Git and Kubernetes, have collided this year as both gain traction in the enterprise. CNCF GitOps projects that sit at the nexus of both, such as Argo CD, are also gainin...
DevOps drawer
https://m.signalvnoise.com/inside-a-code-red-network-edition/
Signal v. Noise
Inside a CODE RED: Network Edition
I wanted to follow up to Jeremy’s post about our recent outages with a deeper, more personal look behind the scenes. We call our major incident response efforts “CODE REDs” to sig…
DevOps drawer
https://www.thoughtworks.com/insights/blog/managing-feature-toggles-teams
Thoughtworks
Managing feature toggles in teams
For its advocates, trunk-based development (TBD) is seen as preferable to feature branches because it makes Continuous Integration easier and reduces the chance of painful merge conflicts. Despite its advantages, TBD introduces its own challenges. When all…
DevOps drawer
https://medium.com/@JonHall_/complex-adaptive-systems-ii-thinking-about-emergence-and-itsm-afec6c3305a3
DevOps drawer
https://firehydrant.io/blog/devopsdays-chicago-2020-wrapup/
DevOps drawer
https://stevelasker.blog/2020/09/01/consuming-upstream-content/
Steve Lasker
Consuming Upstream Content in Your Software or Service
Developers are increasingly contributing to and consuming more upstream content. However, as every community effort has proven, risks must be considered and mitigations put in place early to protec…
DevOps drawer
https://academy.styra.com/
Styra Academy
Styra | OPA Academy
Learn OPA policy as code direct from the creators of Open Policy Agent. Our training courses include Rego policy authoring, OPA K8s, Terraform validation, and microservices authorization.
DevOps drawer
https://luminousmen.com/post/kubernetes-101
Blog | iamluminousmen
Kubernetes 101
Discover the power of Kubernetes in modern DevOps! Unleash the potential of containerized applications with Kubernetes' robust orchestration capabilities. Dive into the world of Kubernetes 101 and revolutionize your infrastructure conversations.
DevOps drawer
https://github.com/osohq/oso/
GitHub
GitHub - osohq/oso: Deprecated: See README
Deprecated: See README. Contribute to osohq/oso development by creating an account on GitHub.
DevOps drawer
https://github.com/zricethezav/gitleaks
GitHub
GitHub - gitleaks/gitleaks: Find secrets with Gitleaks
🔑
Find secrets with Gitleaks
🔑
. Contribute to gitleaks/gitleaks development by creating an account on GitHub.
DevOps drawer
https://github.com/iterative/cml
GitHub
GitHub - iterative/cml:
♾️
CML - Continuous Machine Learning | CI/CD for ML
♾️
CML - Continuous Machine Learning | CI/CD for ML - iterative/cml
DevOps drawer
https://zean.be/articles/vim-registers/
zean.be
Vim - Registers - Zean Qin
What are registers in Vim, how to use them and the best practices.
DevOps drawer
https://www.youtube.com/watch?v=mspNEkSWCR4&feature=youtu.be
YouTube
Scaleable Multiplayer Game Design with OpenShift
This monthly series explores what it takes to design a scale-out multiplayer video game architecture using containers and OpenShift. There will be live coding, philosophical design discussion, and everything in between.
In this first episode, we'll choose…
DevOps drawer
https://opensource.com/article/20/9/deep-learning-model-kubernetes
Opensource.com
How to deploy a deep learning model on Kubernetes
As enterprises increase their use of artificial intelligence (AI), machine learning (ML), and deep learning (DL), a critical question arises: How can they scale and industr
DevOps drawer
https://www.weave.works/blog/preventing-malicious-use-of-weave-scope
www.weave.works
Preventing malicious use of Weave Scope
It was reported this week that TeamTNT hackers are using Weave Scope to aid their intrusions. As Weave Scope is an administration tool it has powerful capabilities making it important for any installation to be secured. We’re going to cover both how Scope…
DevOps drawer
https://github.com/jetstack/cert-manager/releases/tag/v1.0.0
GitHub
Release v1.0.0 · jetstack/cert-manager
With cert-manager v1.0 we're putting a seal of trust on 3 years of development on the cert-manager project.
In these 3 years cert-manager has grown in functionality and stability, but mostly in...
DevOps drawer
https://iximiuz.com/en/posts/service-proxy-pod-sidecar-oh-my/
Iximiuz
Service Proxy, Pod, Sidecar, oh my!
What is a pod? What is a sidecar? What is a service proxy? This article explains the concepts of pods, sidecars, and service proxy with envoy demo playground.