DevOps drawer
@DevOps101
396
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
396 subscribers
DevOps drawer
https://kubernetes.io/blog/2020/05/my-exciting-journey-into-kubernetes-history/
Kubernetes
My exciting journey into Kubernetes’ history
Editor's note: Sascha is part of SIG Release and is working on many other different container runtime related topics. Feel free to reach him out on Twitter @saschagrunert.
A story of data science-ing 90,000 GitHub issues and pull requests by using Kubeflow…
DevOps drawer
https://developers.redhat.com/blog/2020/05/11/top-10-must-know-kubernetes-design-patterns/2901820597/
Red Hat Developer
Top 10 must-know Kubernetes design patterns - Red Hat Developer
Learning these 10 design patterns from the Kubernetes Patterns book will help you follow basic Kubernetes concepts and design Kubernetes-based applications.
DevOps drawer
https://electro-monkeys.fr/?p=264
www.electro-monkeys.fr
Pourquoi l'électro est un des style de musique les plus connu au monde ?
Conçue depuis les années cinquante, la musique électronique est un type de musique généré par des signaux et des sons synthétiques.
DevOps drawer
https://www.infracloud.io/logging-in-kubernetes-efk-vs-plg-stack/
DevOps drawer
https://medium.com/riskified-technology/gitops-deployment-and-kubernetes-f1ab289efa4b
Medium
GitOps Deployment and Kubernetes
The story of how we are deploying multiple times a day to K8s using ArgoCD and Helm in a GitOps way
DevOps drawer
https://www.getambassador.io/podcasts/kelsey-hightower-on-developer-experience-paas-and-testing-in-production/
www.getambassador.io
Kelsey Hightower on DevEx, PaaS, and Testing in Production
Kelsey Hightower shares his thought on cloud developer experience, modern Platform-as-a-Service (PaaS), and explores the reality that every organisation is testing in production
DevOps drawer
https://www.digitalocean.com/community/books/from-containers-to-kubernetes-with-node-js-ebook
Digitalocean
From Containers to Kubernetes with Node.js eBook | DigitalOcean
This book is designed to introduce you to using containers and Kubernetes for full-stack development. You’ll use Node.js to build a sample application and th…
DevOps drawer
https://dev.to/charlesdlandau/the-wrong-question-about-docker-and-kubernetes-15p6
DEV Community
The Wrong Question About Docker and Kubernetes
Not too long ago I discovered the work of a very smart and snarky cloud economist by the name of Core...
DevOps drawer
https://kubernetespodcast.com/episode/104-ingress-and-service-apis/
Kubernetespodcast
Kubernetes Podcast from Google: Episode 104 - Ingress and the Service APIs, with Bowei Du
SIG Network is completely rethinking the way you define groupings of applications (Service) and get traffic sent to them (Ingress) by building the Service APIs, a new set of primitives which are better suited to how different groups of users interact with…
DevOps drawer
https://kubernetespodcast.com/episode/105-cloud-foundry/
Kubernetespodcast
Kubernetes Podcast from Google: Episode 105 - Cloud Foundry, with Chip Childers
Over the last 10 years, Cloud Foundry has grown from "open Heroku clone" to "software used at your bank". The Cloud Foundry Foundation and the CNCF launched within a few months of each other in 2015, and the two worlds are now colliding as Cloud Foundry replatforms…
DevOps drawer
https://dev.to/k6/how-to-autoscale-kubernetes-pods-with-keda-testing-with-k6-4nl9
DEV Community
How to Autoscale Kubernetes Pods with Keda - Testing with k6
When an application is deployed to a Kubernetes node, you'll need to scale up in order to handle traffic during high loads. You'll also need to scale down to avoid paying for unused resources.In this article, you will learn to configure horizontal autoscaling…
DevOps drawer
https://gravitational.com/blog/how-we-built-selinux-support-for-kubernetes-in-gravity-7-dot-0/
Goteleport
SELinux Support for Kubernetes in Gravity 7.0 | Teleport
Learn how we built SELinux support for Gravity 7.0, issues we had, and useful tips. Also learn how we are confining Kubernetes services and workloads.
DevOps drawer
https://blog.atomist.com/kubernetes-apply-replace-patch/
DevOps drawer
https://github.com/soluble-ai/kubetap
GitHub
GitHub - soluble-ai/kubetap: Kubectl plugin to interactively proxy Kubernetes Services with ease
Kubectl plugin to interactively proxy Kubernetes Services with ease - soluble-ai/kubetap
DevOps drawer
https://iximiuz.com/en/posts/you-need-containers-to-build-an-image/
Iximiuz
You Need Containers To Build Images
How container images are built - explaining internals of image creation.
DevOps drawer
https://medium.com/voi-engineering/how-voi-went-dark-afb43c45f094
Medium
How VOI went DARK
Story how we scaled monitoring with DARK tool.
DevOps drawer
https://www.infracloud.io/packaging-cloud-native-applications-with-gravity/
InfraCloud
Packaging Cloud Native Applications With Gravity
Learn how you could deliver a SaaS product in a restricted on-premise environment as identical as in the cloud, aka packaging cloud native applications with Gravity.
DevOps drawer
https://akomljen.com/kubernetes-backup-and-restore-with-velero/
Alen Komljen
Kubernetes Backup and Restore with Velero
Recently I migrated some Kubernetes clusters, managed by Amazon EKS. The clusters were running in public subnets, so I wanted to make them more secure by utilizing private and public subnets where needed. Changing networking settings is not possible once…
DevOps drawer
https://medium.com/swlh/customise-your-kind-clusters-networking-layer-1249e7916100
Medium
Customise your Kind clusters: networking layer
Throughout years, numerous tools have been developed to provide bootstrap capabilities for a Kubernetes cluster. A considerable proportion…
DevOps drawer
https://engineering.salesforce.com/a-generic-sidecar-injector-for-kubernetes-c05eede1f6bb
Medium
A Generic Sidecar Injector for Kubernetes
Many internal infrastructure teams had written sidecars, so we decided to spec out the ideal sidecar and open source it.