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.ibm.com/developerworks/aix/library/au-sshlocks/index.html
Ibm
Three locks for your SSH door
Security always requires a multi-layered scheme. SSH is a good example of this. Methods range from simple sshd configuration through the use of PAM to specify who can use SSH, to application of port-knocking techniques, or to hide the fact that SSH access…
DevOps drawer
https://n0where.net/cross-platform-post-exploitation-http-2-command-control-server-merlin
CyberPunk
Cross-Platform Post-Exploitation HTTP/2 Command & Control Server: Merlin
Merlin is a cross-platform post-exploitation framework that leverages HTTP/2 communications to evade inspection. HTTP/2 is a relatively new protocol
DevOps drawer
https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet
Google
mrxpalmeiras - Ansible Cheat Sheet
CONDITIONALS
y file to n
VARIABLES
include global variables for all Roles
sample playbook
splunk/ setup_splunk_playbook.yaml roles/base /tasks/main.yaml /tasks/install.yaml search_head /tasks/configure.yaml…
DevOps drawer
https://opencredo.com/kubernetes-aws-terraform-ansible-1/
OpenCredo
Kubernetes from scratch to AWS with Terraform and Ansible (part 1) - OpenCredo
"Kubernetes, not the hardest way": a worked example to implement Kesley Hightower's tutorial with Terraform and Ansible, on AWS.
DevOps drawer
https://opencredo.com/kubernetes-aws-terraform-ansible-2/
OpenCredo
Kubernetes from scratch to AWS with Terraform and Ansible (part 2) - OpenCredo
How to provision Kubernetes on AWS from scratch, with Terraform and Ansible. Walk through a sample, tutorial project to install K8s on the "bare-cloud".
DevOps drawer
https://opencredo.com/kubernetes-aws-terraform-ansible-3/
OpenCredo
Kubernetes from scratch to AWS with Terraform and Ansible (part 3) - OpenCredo
How to provision Kubernetes on AWS from scratch, with Terraform and Ansible. Walk through a sample, tutorial project to install K8s on the "bare-cloud".
DevOps drawer
https://hackaday.com/2017/12/28/learning-arm-assembly-with-visual/
Hackaday
Learning ARM assembly with visUAL
Learning assembly is very important if you want to get a grasp of how a computer truly works under the hood. VisUAL is a very capable ARM emulator for those interested in learning the ARM assembly.…
DevOps drawer
https://medium.com/@copyconstruct/testing-microservices-the-sane-way-9bb31d158c16
Medium
Testing Microservices, the sane way
Author’s Note: Thanks, as ever, to Fred Hebert, for reading a draft of this post and making some sterling suggestions. This is the first…
DevOps drawer
https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236
Medium
Introduction to modern network load balancing and proxying
It was brought to my attention recently that there is a dearth of introductory educational material available about modern network load…
DevOps drawer
https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-1-storage-mechanics/
Brave New Geek
Building a Distributed Log from Scratch, Part 1: Storage Mechanics
The log is a totally-ordered, append-only data structure. It’s a powerful yet simple abstraction—a sequence of immutable events. It’s something that programmers have been using for a ve…
DevOps drawer
https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-2-data-replication/
Brave New Geek
Building a Distributed Log from Scratch, Part 2: Data Replication
In part one of this series we introduced the idea of a message log, touched on why it’s useful, and discussed the storage mechanics behind it. In part two, we discuss data replication. We hav…
DevOps drawer
https://www.unixdaemon.net/tools/terraform-testing-thoughts/
DevOps drawer
https://hackernoon.com/a-look-at-ten-new-database-systems-released-in-2017-94a3aa4c2aab
Hacker Noon
A Look at Ten New Database Systems Released in 2017
As editor of Database Weekly, a weekly newsletter on what’s new in the world of databases and data storage generally, I enjoy poking…
DevOps drawer
https://www.confluent.io/wp-content/uploads/Real_Time_is_Happening_01B.pdf
DevOps drawer
https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-1-storage-mechanics
Brave New Geek
Building a Distributed Log from Scratch, Part 1: Storage Mechanics
The log is a totally-ordered, append-only data structure. It’s a powerful yet simple abstraction—a sequence of immutable events. It’s something that programmers have been using for a ve…
DevOps drawer
https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-2-data-replication/
Brave New Geek
Building a Distributed Log from Scratch, Part 2: Data Replication
In part one of this series we introduced the idea of a message log, touched on why it’s useful, and discussed the storage mechanics behind it. In part two, we discuss data replication. We hav…
DevOps drawer
http://www.99serverless.com/index.php/2017/11/25/building-a-serverless-image-processing-saas/
DevOps drawer
http://distcp.blogspot.ro/2017/12/cassandra-as-docker.html
distcp.blogspot.co.uk
Cassandra as a Docker
We dockerize our in house micro services, as well as 3rd party tools we use. That includes Apache Solr, Zookeeper, Redis and many more. T...
DevOps drawer
https://blog.codeship.com/cloud-native-part-1-definition/
via @codeship
Cloud Native Part 1: Definition
The first part in a multi-part series from Joe Beda, CTO of Heptio, examines multiple angles of how to think about and apply “cloud native” thinking.
DevOps drawer
https://blog.codeship.com/cloud-native-part-2-practice/
via @codeship
Cloud Native Part 2: In Practice - via @codeship
It isn’t always clear how to apply the ideas laid out in our first post. Here are multiple angles to consider when it comes to cloud native thinking.