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://aws.amazon.com/blogs/containers/aws-controllers-for-kubernetes-ack/
Amazon
Introducing the AWS Controllers for Kubernetes (ACK) | Amazon Web Services
AWS Controllers for Kubernetes (ACK) is a new tool that lets you directly manage AWS services from Kubernetes. ACK makes it simple to build scalable and highly-available Kubernetes applications that utilize AWS services. Today, ACK is available as a developer…
DevOps drawer
https://acloudguru.com/blog/engineering/the-future-of-ops-jobs
Pluralsight
The Future of Ops Jobs
The role of operations engineers is changing fast, and the role is bifurcating along the question of infrastructure.
DevOps drawer
https://tailscale.com/blog/how-nat-traversal-works/
Tailscale
How NAT traversal works
Learn how NAT traversal works, how Tailscale can get through and securely connect your devices directly to each other.
DevOps drawer
https://martinfowler.com/articles/patterns-of-distributed-systems/single-socket-channel.html
martinfowler.com
Single-Socket Channel
Maintain the order of the requests sent to a server by using a single TCP connection
DevOps drawer
https://www.blameless.com/blog/improving-postmortems-paul-osman
Blameless
Improving Postmortems from Chores to Masterclass with Paul Osman
In our 2019 Blameless Summit, Paul Osman spoke about how to take postmortems or incident retrospectives to a new level.The following transcript has been lightly edited for clarity.
DevOps drawer
https://medium.com/@vijayc/a-new-journal-for-systems-research-2dbbfca6b860
Medium
A new journal for systems research
TLDR: The review process and publication model for systems research is not optimal in a number of ways. We propose a new diamond-access…
DevOps drawer
https://www.pulumi.com/blog/opa-support-for-crossguard/
pulumi
Authoring CrossGuard Policy with Open Policy Agent (OPA)
The Pului CrossGuard policy-as-code framework now supports Open Policy Agent (OPA) Rego language in addition to TypeScript and Python.
DevOps drawer
https://sematext.com/blog/java-logging/
Sematext
Java Logging Tutorial: Configuration Examples to Get Started - Sematext
Learn how to do logging in Java. A complete guide to basics, examples & best practices on how to configure and use loggers, levels, and handlers to log efficiently!
DevOps drawer
https://sematext.com/blog/java-logging-best-practices/
Sematext
10+ Java Logging Best Practices: Get the Most Out of Your Logs
Use these Java logging best practices to get better insights into your app and environment, save time troubleshooting.
DevOps drawer
https://github.com/mpostument/awstaghelper
GitHub
GitHub - mpostument/awstaghelper: AWS bulk tagging tool
AWS bulk tagging tool. Contribute to mpostument/awstaghelper development by creating an account on GitHub.
DevOps drawer
https://toolkit.fluxcd.io/
fluxcd.io
Flux Documentation
Open and extensible continuous delivery solution for Kubernetes.
DevOps drawer
https://github.com/elotl/kip
GitHub
GitHub - elotl/kip: Virtual-kubelet provider running pods in cloud instances
Virtual-kubelet provider running pods in cloud instances - elotl/kip
DevOps drawer
https://cloud.google.com/blog/products/identity-security/expanding-google-clouds-confidential-computing-portfolio
Google Cloud Blog
Confidential GKE Nodes now available in Confidential Computing portfolio | Google Cloud Blog
Google Cloud Confidential Computing is now GA and including Confidential GKE Nodes
DevOps drawer
https://kubernetes.io/blog/2020/08/26/kubernetes-release-1.19-accentuate-the-paw-sitive/
kubernetes.io
Kubernetes 1.19: Accentuate the Paw-sitive
Authors: Kubernetes 1.19 Release Team
Finally, we have arrived with Kubernetes 1.19, the second release for 2020, and by far the longest release cycle lasting 20 weeks in total. It consists of 34 enhancements: 10 enhancements are moving to stable, 15 enhancements…
DevOps drawer
https://kubernetes.io/blog/2020/08/21/moving-forward-from-beta/
Kubernetes
Moving Forward From Beta
Author: Tim Bannister, The Scale Factory
In Kubernetes, features follow a defined lifecycle. First, as the twinkle of an eye in an interested developer. Maybe, then, sketched in online discussions, drawn on the online equivalent of a cafe napkin. This rough…
DevOps drawer
https://www.openshift.com/blog/design-considerations-at-the-edge-of-the-servicemesh
Redhat
Design Considerations at the Edge of the ServiceMesh
With proper training and education, you can quickly master how to configure traffic policies inside the service mesh using the standard Istio API, and apply them via CI/CD pipelines and/or GitOps workflow.
DevOps drawer
https://sbg.technology/2020/08/21/zero-downtime-kubernetes-deployments/
Sky Betting & Gaming Technology
Zero-Downtime Kubernetes Deployments
When migrating services to shiny new cloud-native infrastructure, special care must be taken to ensure that releases that were zero-downtime continue to be so. When said service is the login system for your entire customer-facing product offering, a little…
DevOps drawer
https://cilium.io/blog/2020/08/19/google-chooses-cilium-for-gke-networking/
cilium.io
Google announces Cilium & eBPF as the new networking dataplane for GKE
Today marks an exciting day for the Cilium community and all Cilium contributors, Google just announced that Cilium has been selected...
DevOps drawer
https://www.twitch.tv/videos/716089280
Twitch
Twitch is the world's leading video platform and community for gamers.
DevOps drawer
https://www.redhat.com/sysadmin/installing-prometheus
Enable Sysadmin
An introduction to installing Prometheus with Minikube
Getting started with Prometheus for system monitoring in Kubernetes.
DevOps drawer
https://www.digitalocean.com/community/tutorials/how-to-manage-your-kubernetes-configurations-with-kustomize
Digitalocean
How To Manage Your Kubernetes Configurations with Kustomize | DigitalOcean
In this guide, you will build a small web application and then use Kustomize to manage your configuration sprawl. You will deploy your app to development and…