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://tomasz.janczuk.org/2018/03/how-to-build-your-own-serverless-platform.html
tomasz.janczuk.org
How to build your own serverless platform
Software - shaken, not stirred
DevOps drawer
https://blog.docker.com/2018/04/improved-docker-container-integration-with-java-10/
Docker Blog
Improved Docker Container Integration with Java 10
Many applications that run in a Java Virtual Machine (JVM), including data services such as Apache Spark and Kafka and traditional enterprise applications, are run in containers. Until recently, running the JVM in a container presented problems with memory…
DevOps drawer
https://dcreager.net/nel/intro/
dcreager.net
Introducing Network Error Logging
in which we get the browser to do our work for us
DevOps drawer
https://cloudplatform.googleblog.com/2018/03/introducing-Stackdriver-APM-and-Stackdriver-Profiler-Distributed-tracing-debugging-and-profiling-for-your-performance-sensitive-applications.html
Google Cloud Platform Blog
Introducing Stackdriver APM and Stackdriver Profiler
Distributed tracing, debugging, and profiling for your performance-sensitive applications By Morgan McLean, Product Manager Like all deve...
DevOps drawer
https://cloudplatform.googleblog.com/2018/03/kubernetes-engine-private-clusters-now.html
Google Cloud Platform Blog
Kubernetes Engine Private Clusters now available in beta
By Ines Envid and Manjot Pahwa, Product Managers, Google Cloud Networking Google Cloud Platform (GCP) employs several security measures t...
DevOps drawer
https://medium.com/@lizrice/kubernetes-in-vagrant-with-kubeadm-21979ded6c63
Medium
Kubernetes in Vagrant with kubeadm
I’ve been experimenting with running a Kubernetes node set up by kubeadm in a Vagrant machine on my Mac. It’s set up so I can access the…
DevOps drawer
https://joshrendek.com/2018/04/kubernetes-on-bare-metal/
Joshrendek
Kubernetes On Bare Metal
Table of Contents Goals Options Servers Init Scripts NFS Server Master Node Worker Node(s) Pod Networking (Flannel) Kubernetes Dashboard NFS Storage Class Installing Helm Installing Heapster Installing Traefik Private Docker Registry Configuring Credentials…
DevOps drawer
https://www.split.io/blog/managing-feature-flag-debt-split/
Split
Managing Feature Flag Debt with Split
Feature Flag usage spreads throughout the product & engineering team. Learn to manage your feature flags debt with Split. Read it now!
DevOps drawer
https://cloudplatform.googleblog.com/2018/03/monitor-your-GCP-environment-with-Cloud-Security-Command-Center.html
Google Cloud Platform Blog
Monitor your GCP environment with Cloud Security Command Center
By Andy Chang, Senior Product Manager Last week, we announced the release of Cloud Security Command Center Alpha (Cloud SCC), a new secu...
DevOps drawer
https://aws.amazon.com/blogs/aws/new-amazon-dynamodb-continuous-backups-and-point-in-time-recovery-pitr/
Amazon
New – Amazon DynamoDB Continuous Backups and Point-In-Time Recovery (PITR) | Amazon Web Services
The Amazon DynamoDB team is back with another useful feature hot on the heels of encryption at rest. At AWS re:Invent 2017 we launched global tables and on-demand backup and restore of your DynamoDB tables and today we’re launching continuous backups with…
DevOps drawer
https://0ver.org/
0ver.org
ZeroVer: 0-based Versioning — zer0ver
Software's most popular versioning scheme!
DevOps drawer
https://www.bloomberg.com/news/articles/2018-04-04/pentagon-to-respond-on-cloud-contract-rivals-say-favors-amazon
Bloomberg.com
Pentagon to Respond on Cloud Contract Rivals Say Favors Amazon
The Pentagon says it’s received 1,089 comments -- including submissions from 46 companies -- on its plans for a multibillion-dollar cloud computing contract in a sign of the intense interest and sharp debate over a winner-take-all award that competitors say…
DevOps drawer
http://www.philandstuff.com/
DevOps drawer
https://techcrunch.com/2018/03/31/red-hat-looks-beyond-linux/
TechCrunch
Red Hat looks beyond Linux
The Red Hat Linux distribution is turning 25 years old this week. What started as one of the earliest Linux distributions is now the most successful open-source company, and its success was a catal…
DevOps drawer
https://www.joyfulbikeshedding.com/blog/2018-03-26-studying-the-kubernetes-ingress-system.html
Joyful Bikeshedding
Studying the Kubernetes Ingress system
I have been researching how the Kubernetes Ingress system works. My use case is to setup an autoscaled Nginx cluster that reverse proxies to Pods in multiple Deployments. It wasn't immediately obvious how to do this. By default, Pods in Kubernetes are not…
DevOps drawer
https://securityaffairs.co/wordpress/70869/hacking/django-apps-misconfigured.html
Security Affairs
Tens of thousands of misconfigured Django apps leak sensitive data
The security researcher Fábio Castro discovered tens of thousands of Django apps that expose sensitive data because developers forget to disable the debug mode.
DevOps drawer
https://techbeacon.com/30-cybersecurity-stats-matter-most
TechBeacon
The 30 cybersecurity stats that matter most
These data points provide the latest insights on the most important cybersecurity issues of 2018.
DevOps drawer
https://engineering.linkedin.com/blog/2018/03/the-makeup-of-successful-geographically-distributed-sre-teams--p
Linkedin
The Makeup of Successful Geographically-Distributed SRE Teams: Part 1
Why geographically-distributed SRE teams? In today’s hyper-connected technological world, there is a need for geographically widespread technical teams to facilitate global growth. Businesses that scale to this level need global teams to handle that reach.…
DevOps drawer
https://engineering.linkedin.com/blog/2018/03/the-makeup-of-successful-geographically-distributed-sre-teams--p0
Linkedin
The Makeup of Successful Geographically-Distributed SRE Teams: Part 2
In part one of this series, we discussed some of the key principles to consider when developing geographically distributed (GD) SRE teams. Similar to the first article, we’re leveraging the journey of LinkedIn’s SRE team as the point of reference for the…
DevOps drawer
https://medium.freecodecamp.org/microservices-from-idea-to-starting-line-ae5317a6ff02
freeCodeCamp.org
Understanding Microservices: From Idea To Starting Line
Over the last two months, I have invested most of my free time learning the complete ins-and-outs of what the microservices architecture…