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://www.agileconnection.com/article/5-key-factors-achieve-agile-testing-devops
AgileConnection
5 Key Factors to Achieve Agile Testing in DevOps
Part of the path to DevOps requires adoption of agile methodologies. What does it mean for testing when you switch from the traditional waterfall model, with a few long release cycles per year, to the agile model, with changes occurring every two weeks? Here…
DevOps drawer
https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/
Kevin Sookocheff
A Guide to the Kubernetes Networking Model
Kubernetes was built to run distributed systems over a cluster of
machines. The very nature of distributed systems makes networking
a central and necessary component of Kubernetes deployment, and
understanding the Kubernetes networking model will allow you…
DevOps drawer
https://perspectives.mvdirona.com/2018/11/aws-designed-processor-graviton/
DevOps drawer
https://medium.com/sourcedtech/an-analysis-of-the-kubernetes-codebase-4db20ea2e9b9
Medium
An analysis of the Kubernetes codebase
The Kubernetes community is gathering in Seattle this week for the biggest CNCFcon / KubeCon ever. With an estimated 8000 attendees and a…
DevOps drawer
https://opensource.com/article/18/12/introduction-kubeflow
Opensource.com
An introduction to Kubeflow
Kubeflow is an open source Kubernetes-native platform for developing, orchestrating, deploying, and running scalable and portable machine learning workloads.
DevOps drawer
https://about.gitlab.com/2018/12/11/introducing-gitlab-serverless/
about.gitlab.com
Announcing GitLab Serverless
The true value of serverless is best realized via a single-application DevOps experience – that's why we're launching GitLab Serverless.
DevOps drawer
https://jobs.zalando.com/tech/blog/front-end-micro-services/
Zalando Engineering Blog
Zalando Engineering Blog - Front-End Micro Services
Fragments: limitations, solutions and our approach
DevOps drawer
https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-and-gke-for-developers-a-year-of-cloud-console
Google Cloud Blog
Kubernetes and GKE for developers: a year of Cloud Console | Google Cloud Blog
DevOps drawer
https://thenewstack.io/how-firecracker-is-going-to-set-modern-infrastructure-on-fire/
The New Stack
How Firecracker Is Going to Set Modern Infrastructure on Fire
One of the most exciting announcements from last week’s AWS re:Invent was Firecracker — an open source project that delivers
DevOps drawer
https://blog.docker.com/2018/12/the-new-docker-hub/
Docker Blog
Introducing the New Docker Hub
Today, we’re excited to announce that Docker Store and Docker Cloud are now part of Docker Hub, providing a single experience for finding, storing and sharing container images. This means that: Docker Certified and Verified Publisher Images are now available…
DevOps drawer
https://blog.github.com/2018-12-11-introducing-the-new-github-status-site/
The GitHub Blog
Introducing the new GitHub Status Site
Performance and reliability conversations as a GitHub product
DevOps drawer
https://rancher.com/blog/2018/2018-12-11-kubernetes-on-the-edge/
Rancher Labs
Kubernetes on the Edge
Today Rancher announces a partnership with Arm to create a Kubernetes-based platform for IoT, edge, and data center nodes, all powered by Arm servers. Rancher and Arm are working jointly on a Smart City project in China. Read more here.
DevOps drawer
https://www.theregister.co.uk/2018/12/07/linuxorg_hacked/
www.theregister.co.uk
Linux.org domain hacked, plastered with trolling, filth and anti-transgender vandalism
Web admin blames public Whois and lack of 2FA
DevOps drawer
https://blog.scottlowe.org/2018/12/11/liveblog-hardening-kubernetes-setups/
Scott's Weblog
Liveblog: Hardening Kubernetes Setups - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux…
DevOps drawer
https://medium.com/@owlwalks/load-balancer-at-your-fingertips-golang-ea23d7aaee82
Medium
Load balancer at your fingertips (Golang)
Load balancer (LB), as its name suggests, is a gateway that distributes incoming traffic to backends. Load balancer in this post refers to…
DevOps drawer
https://www.datadoghq.com/container-orchestration/
DevOps drawer
https://securingtomorrow.mcafee.com/other-blogs/mcafee-labs/mcafee-labs-2019-threats-predictions/
McAfee Blog
Cybersecurity News and Insights to Stay Safe Online | McAfee Blog
Welcome to the McAfee Blog, where we share posts about security solutions and products to keep you and your connected family safe online.
DevOps drawer
https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/microservices/aks
Docs
Microservices architecture on Azure Kubernetes Service (AKS) - Azure Architecture Center
Deploy a microservices architecture on Azure Kubernetes Service (AKS)
DevOps drawer
https://www.mnot.net/blog/2018/11/27/header_compression
Mark Nottingham
Designing Headers for HTTP Compression
One of the concerns that often comes up when someone creates a new HTTP header is how much “bloat” it will add on the network. This is especially relevant in requests, when a little bit of extra data can introduce a lot of latency when repeated on every request.
DevOps drawer
https://scot.coffee/2018/12/monitoring-go-applications-with-prometheus/
scot.coffee
Monitoring Go Applications With Prometheus
Prometheus helps provide better visibility into the performance of your infrastructure and applications. Learn how to
integrate prometheus into your golang based services with their official Golang client.