This repository contains a lot of information about DevOps resources #DevOps https://github.com/bregman-arie/devops-resources
GitHub
GitHub - bregman-arie/devops-resources: DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git,…
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP - bregman-arie/devops-resources
Little bit more convenient way to see workload in your k8s cluster is k9s #kubernetes https://github.com/derailed/k9s
GitHub
GitHub - derailed/k9s: 🐶 Kubernetes CLI To Manage Your Clusters In Style!
🐶 Kubernetes CLI To Manage Your Clusters In Style! - derailed/k9s
Good place to start for learning the right way to respond on the incidents https://dzone.com/articles/keep-calm-and-respond-a-beginners-heuristic-to-inc-1
DZone
Keep Calm and Respond: A Beginner's Heuristic to Incident Response
Incidents are scary, but they don’t have to be. As cloud software becomes part of the critical path of our lives, incident response practices at an individual and organizational level are becoming formalized disciplines.
Good EKS security checklist https://cast.ai/blog/eks-security-checklist-10-best-practices-for-a-secure-cluster/ #EKS #Security
CAST AI – Kubernetes Automation Platform
EKS Security Checklist: 10 Best Practices for a Secure Cluster
Discover 10 EKS security tactics to protect your Kubernetes clusters and tighten your application security.
👍1
Opensource and earning money https://blog.palark.com/open-source-business-models/
Palark
How companies make millions on Open Source
Open Source is fundamental for Palark's very existence: our services wouldn't be possible without all the great projects, such as Kubernetes and Linux. This article is not so technical, but we want to share our knowledge on how the beautiful idea of FOSS…
Good explanation about why you need an ingress inside your k8s https://medium.com/@muhidabid.cs/why-does-kubernetes-need-ingress-73d969fb6ffe
Medium
Why does Kubernetes need Ingress?
Kubernetes Networking
Review an access matrix for resources in kubernetes by this kubectl plugin https://github.com/corneliusweig/rakkess #kubernetes
GitHub
GitHub - corneliusweig/rakkess: Review Access - kubectl plugin to show an access matrix for k8s server resources
Review Access - kubectl plugin to show an access matrix for k8s server resources - corneliusweig/rakkess
So good article for a question that many think have an one answer "yes" https://medium.com/digital-mckinsey/does-kubernetes-really-give-you-multicloud-portability-476270a0acc7
Medium
Does Kubernetes really give you multicloud portability?
by Seth Dobson — Principal Cloud Architect II, John Roach — Senior Cloud Architect, McKinsey & Company
Paused containers what are they? https://blog.devgenius.io/k8s-pause-container-f7abd1e9b488
Medium
K8s — pause container
Why we have pause container in K8s pod?
Kafka and big messages. If you have met same problem this article for you https://medium.com/@Irori/dealing-with-large-messages-in-kafka-db13b1716724 #kafka
Medium
Dealing with large messages in Kafka
If you are running many data flows on a Kafka platform, you have probably at some point thought: will the messages in this flow fit in…
DevOps & SRE notes
LastPass was hacked, again 🤦♂️ . I worked in the company where it was a default tools for sharing common "accesses" and still don't understand why people still using this "so many times hacked" password storage https://blog.lastpass.com/2022/11/notice-of…
So situation become worse. Looks like user data has been leaked https://twitter.com/cryptopathic/status/1606416137771782151
Interesting video about k8s networking https://www.youtube.com/watch?v=GgCA2USI5iQ
YouTube
Webinar: Kubernetes and Networks: Why is This So Dang Hard?
Tim Hockin presents a webinar where he looks at different models for integrating Kubernetes into your network in both single-cluster and multi-cluster environments. He looks at IPs, gateway configurations, and how to navigate security boundaries, describing…
Good introduction to KEDA https://www.youtube.com/watch?v=LmrEY_6raNQ #kubernetes #autoscaling #keda
YouTube
Event-driven autoscaling on Kubernetes with KEDA and Azure Functions. Erwin Staal. DevOps Fest 2020
The talk from DevOps Fest 2020 Online conference.
Presentation: https://bit.ly/2CyBuTH
Fb: https://www.facebook.com/DevOpsFest/
Website: https://www.devopsfest.com.ua/
Event-driven, serverless architectures are a hot topic in today’s cloud-native application…
Presentation: https://bit.ly/2CyBuTH
Fb: https://www.facebook.com/DevOpsFest/
Website: https://www.devopsfest.com.ua/
Event-driven, serverless architectures are a hot topic in today’s cloud-native application…
Stop using CPU limits in k8s https://home.robusta.dev/blog/stop-using-cpu-limits #kubernetes
home.robusta.dev
For the Love of God, Stop Using CPU Limits on Kubernetes (Updated) | Robusta
Many people think you need CPU limits on Kubernetes but this isn't true. In most cases, Kubernetes CPU limits do more harm than help. In fact, they're the number one cause of Kubernetes CPU throttling.