DevOps drawer
@DevOps101
395
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
395 subscribers
DevOps drawer
https://www.linuxjournal.com/content/agony-and-ecstasy-cloud-billing
DevOps drawer
https://medium.com/@trstringer/create-kubernetes-controllers-for-core-and-custom-resources-62fc35ad64a3
Medium
Extending Kubernetes: Create Controllers for Core and Custom Resources
This post has been permanently moved to https://trstringer.com/extending-k8s-custom-controllers/.
DevOps drawer
https://www.simform.com/serverless-vs-containers/
Enterprise Mobility, IoT and Business analytics services | Simform, LLC
Serverless vs Containers: Comparing your Application Deployment Options
Serverless vs Containers | What are Containers? | What is Serverless? | Longevity Limitations, Startup Time, State Persistency, Portability, Migration & Support, System Control | Which one to choose?
DevOps drawer
https://medium.com/@eightlimbed/how-and-why-i-moved-my-environment-from-vagrant-to-docker-e054c71af2bb
Medium
How and Why I Moved My Environment From Vagrant to Docker
Backstory
DevOps drawer
https://github.com/danger/danger
GitHub
GitHub - danger/danger:
🚫
Stop saying "you forgot to …" in code review (in Ruby)
🚫
Stop saying "you forgot to …" in code review (in Ruby) - danger/danger
DevOps drawer
https://github.com/salihciftci/liman
GitHub
GitHub - salihciftci/liman: Self-hosted web application for monitoring docker.
Self-hosted web application for monitoring docker. - GitHub - salihciftci/liman: Self-hosted web application for monitoring docker.
DevOps drawer
https://medium.com/revops/a-secure-kubernetes-cluster-from-day-1-d3e740d76915
Medium
A Secure Kubernetes Cluster from Day 1
Adoption of containers and containerization technologies has skyrocketed over the last few years as developers recognize their many…
DevOps drawer
https://www.kitploit.com/2018/04/aws-pwn-collection-of-aws-penetration.html
KitPloit - PenTest & Hacking Tools
AWS Pwn - A Collection Of AWS Penetration Testing Junk
DevOps drawer
https://medium.com/@AndreSand/android-emulator-on-docker-container-f20c49b129ef
Medium
Run Android Emulator on Docker
How to build and run Android Emulator on a Docker container, run locally on MacBook. Assumption Docker is installed. I learned about Docker…
DevOps drawer
https://techcrunch.com/2015/03/24/apple-acquires-durable-database-company-foundationdb/
TechCrunch
Apple Acquires Durable Database Company FoundationDB
Apple has acquired FoundationDB, a company that specializes in speedy, durable NoSQL databases, TechCrunch has learned. A notice on the FoundationDB site notes that it’s no longer offering…
DevOps drawer
https://medium.com/wolox-driving-innovation/https-medium-com-wolox-driving-innovation-building-microservices-api-aws-e9a455cc3456
Medium
Building a Microservices API in AWS
Advantages, disadvantages, problems, and solutions
DevOps drawer
https://medium.com/@hasssaaannn/building-single-source-of-truth-using-serverless-and-nosql-bca6c9d45eeb
Medium
Building single source of truth using Serverless and NoSQL
We recently worked with a retail customer to help them accelerate their cloud journey from on-prem to Microsoft Azure. As with all our…
DevOps drawer
https://cloudplatform.googleblog.com/2018/04/Cloud-SQL-for-PostgreSQL-now-generally-available-and-ready-for-your-production-workloads.html
Google Cloud Blog
Cloud SQL for PostgreSQL now generally available and ready for your production workloads | Google Cloud Blog
Among open-source relational databases, PostgreSQL is one of the most popular—and the most sought-after by Google Cloud Platform (GCP) users. Today, we’re
DevOps drawer
https://insidebigdata.com/2018/04/12/developing-deeper-understanding-apache-kafka-architecture/
insideBIGDATA
Developing a Deeper Understanding of Apache Kafka Architecture
In this contributed article, Paul Brebner, Tech Evangelist at Instaclustr provides an understanding of the main Kafka components and how Kafka consumers [...]
DevOps drawer
https://medium.com/devopslinks/devopslinks-jenkins-user-conference-2018-3415f2f5568
Medium
DevOpsLinks + Jenkins User Conference 2018 =
❤
(Note: For the French version of this article please scroll down.)
DevOps drawer
https://www.devsecopsdays.com/articles/numbersdontlie
Devsecopsdays
DevSecOps and Containers: The Numbers Don't Lie
Container Security is quickly becoming a segment ripe for standardization and simplification. Given the recent explosive growth of Kubernetes and the creation of new container runtimes in the past year, this should not come as a surprise.
DevOps drawer
http://blog.fgribreau.com/2018/04/step-by-step-guide-to-setup-multi.html
Fgribreau
Step by step guide to setup a multi-region Kubernetes app
DevOps drawer
https://opensource.com/article/18/4/how-netflix-does-failovers-7-minutes-flat
Opensource.com
How Netflix does failovers in 7 minutes flat
Netflix decreased the time it takes to respond to an outage from 45 minutes to seven with no additional cost.
DevOps drawer
https://blog.ptrk.io/how-to-deploy-an-efk-stack-to-kubernetes/
Patrik Cyvoct
How to deploy an EFK stack to Kubernetes.
EFK stack? Like ELK?
You may have heard of ELK (Elasticsearch
[https://www.elastic.co/products/elasticsearch], Logstash
[https://www.elastic.co/products/logstash], Kibana
[https://www.elastic.co/products/kibana]). EFK is the same stack where we
replace Logstash…
DevOps drawer
https://cloudplatform.googleblog.com/2018/04/introducing-kaniko-Build-container-images-in-Kubernetes-and-Google-Container-Builder-even-without-root-access.html
Google Cloud Blog
Introducing kaniko: Build container images in Kubernetes and Google Container Builder without privileges | Google Cloud Blog
Building images from a standard Dockerfile typically relies upon interactive access to a Docker daemon, which requires root access on your machine to run.