DevOps drawer
@DevOps101
398
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
398 subscribers
DevOps drawer
https://www.tailored.cloud/kubernetes/write-a-kubernetes-controller-operator-sdk/
Tailored Cloud
Write a Kubernetes controller (operator) with operator-sdk
How to write a kubernetes controller/operator with a description of control logic and development environment. Based on a real life example of Netperf.
DevOps drawer
16 iptables tips and tricks for sysadmins |
Opensource.com
https://opensource.com/article/18/10/iptables-tips-and-tricks
Opensource.com
16 iptables tips and tricks for sysadmins
Iptables provides powerful capabilities to control traffic coming in and out of your system.
DevOps drawer
https://www.change.org/p/sustainable-servers-by-2024
Change.org
Sign the Petition
Sustainable Servers by 2024
DevOps drawer
https://medium.com/@jonathansmart1/organisational-agility-give-people-a-voice-5d5e68449aa7
Medium
Organisational Agility: Give People a VOICE
Don’t Mandate One Way
DevOps drawer
https://leebriggs.co.uk/blog/2018/09/20/using-pulumi-for-k8s-config-mgmt.html
Lee Briggs
Using Pulumi for Kubernetes configuration management
A few months back, I wrote an article which got a bit of interest around the issues configuring and maintaining multiple clusters, and keeping the components...
DevOps drawer
https://medium.com/netflix-techblog/netflix-edge-load-balancing-695308b5548c
Medium
Rethinking Netflix’s Edge Load Balancing
The why’s, how’s and results from rethinking Netflix’s edge load balancing
DevOps drawer
https://tech.holidayextras.com/multi-dc-consul-on-kubernetes-9a6a7dcb89e3
Medium
Multi-DC Consul on Kubernetes
In addition to being great for service discovery and key/value storage, Consul has great support for multiple data centres and in this…
DevOps drawer
https://medium.com/@AaronKalair/devopsdays-london-2018-notes-38f1ae44c95
Medium
DevOpsDays London 2018 Notes – Aaron Kalair – Medium
Neurodiversity and the Essence of DevOps @jeffsussna
DevOps drawer
https://veekaybee.github.io/2018/09/24/the-case-of-the-broken-lambda/
DevOps drawer
http://www.anniehedgie.com/azure-managed-images
Annie Hedgpeth
Packer and Azure Managed Images
I ran across an interesting question at work the other day for which I had to do a little digging, so I thought I’d share it with you to maybe save you some of the digging of your own.Disclaimer: I...
DevOps drawer
https://github.com/pietervogelaar/kubernetes-job-monitor
GitHub
GitHub - pietervogelaar/kubernetes-job-monitor: This provides a monitor dashboard that makes it easy to see which jobs are running…
This provides a monitor dashboard that makes it easy to see which jobs are running and if their latest status was "succeeded" or "failed". - GitHub - pietervogel...
DevOps drawer
https://opensource.com/article/18/9/handy-bash-aliases
Opensource.com
10 handy Bash aliases for Linux
Get more efficient by using condensed versions of long Bash commands.
DevOps drawer
https://securityboulevard.com/2018/09/7gb-of-medical-data-publicly-exposed-thanks-to-misconfigured-aws-s3-bucket/
Security Boulevard
7GB of Medical Data Publicly Exposed Thanks to Misconfigured AWS S3 Bucket - Security Boulevard
A misconfigured AWS S3 bucket belonging to Medcall Healthcare Advisors exposed sensitive patient records as well as confidential doctor-patient audio discussions. For some reason, the story about the misconfigured AWS S3 bucket keeps repeating itself. Verizon…
DevOps drawer
https://aws.amazon.com/about-aws/whats-new/2018/09/amazon-linux-2-now-supports-32-bit-applications-and-libraries/
Amazon Web Services, Inc.
Amazon Linux 2 Now Supports 32-bit Applications and Libraries
DevOps drawer
https://blog.cloudflare.com/building-with-workers-kv/
The Cloudflare Blog
Building With Workers KV, a Fast Distributed Key-Value Store
Your Workers now have access to a low-latency key-value data store which lives inside our network all around the world!
DevOps drawer
https://www.cncf.io/blog/2018/08/29/cncf-survey-use-of-cloud-native-technologies-in-production-has-grown-over-200-percent/
CNCF
CNCF Survey: Use of cloud native technologies in production has grown over 200%
The bi-annual CNCF survey takes a pulse of the community to better understand the adoption of cloud native technologies. This is the sixth time CNCF has taken the temperature of the container…
DevOps drawer
https://medium.com/devopslinks/compliance-as-programming-language-da25f11be9d2
Medium
Compliance as programming language
Improve developer experience (DevEx) with compliance as programming lanuge
DevOps drawer
https://thenewstack.io/cortex-stateful-prometheus-monitoring-for-multiple-clients/
The New Stack
Cortex: Stateful Prometheus Monitoring for Multiple Clients
While many in the cloud native community praise the Prometheus monitoring tool for its ease of use, it was not designed to permanently store operational data, nor be used for more than one client. Now a project from Weaveworks, called Cortex, packages Prometheus…
DevOps drawer
https://testdriven.io/creating-a-kubernetes-cluster-on-digitalocean
testdriven.io
Creating a Kubernetes Cluster on DigitalOcean with Python and Fabric
This tutorial demonstrates how to automate the setup of a Kubernetes cluster with Python and Fabric on DigitalOcean.
DevOps drawer
https://medium.com/devopslinks/run-laravel-on-kubernetes-5259188b10ca
Medium
Deploy your Laravel app using Kubernetes
This was a hard task for me, but alongside, i was able to learn Kubernetes by practicing it and managed to understand key-concepts of…