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.divio.com/blog/documentation/
Divio
About | Divio Documentation
Find the software documentation system for Divio. Includes comprehensive tutorials, how-to guides, technical reference and explanation. Learn more here.
DevOps drawer
https://fatbusinessman.com/2019/my-favourite-git-commit
dhwthompson.com
My favourite Git commit
I like Git commit messages. Used well, I think they’re one of the most powerful tools available to document a codebase over its lifetime. I’d like to illustrate that by showing you my favourite ever Git commit.
DevOps drawer
https://cloud.google.com/blog/products/data-analytics/grafana-and-bigquery-together-at-last
Google Cloud Blog
Data visualizations easier with Grafana plugin for BigQuery | Google Cloud Blog
BigQuery and Grafana together can help you visualize your data easily. Find the new plugin from DoIT on Github.
DevOps drawer
http://www.doxsey.net/blog/how-to-build-a-custom-kubernetes-ingress-controller-in-go
DevOps drawer
https://www.intercom.com/blog/rapid-response-how-we-developed-an-on-call-team-at-intercom
The Intercom Blog
How we fixed our on call process to avoid engineer burnout
Ensuring that Intercom has great uptime requires a rapid response when things go wrong. This is how we developed an effective, sustainable on-call engineering process.
DevOps drawer
https://www.netmeister.org/blog/doh-dot-dnssec.html
DevOps drawer
https://prefetch.net/blog/2019/10/16/the-beginners-guide-to-creating-kubernetes-manifests/
prefetch.net
The beginners guide to creating Kubernetes manifests -- Prefetch Technologies
DevOps drawer
https://blog.thepete.net/blog/2019/10/04/hello-production/
Pete Hodgson
Hello, production
Deploying something useless into production, as soon as you can, is the right way to start a new project. It pulls unknown risk forward, opens up parallel streams of work, and establishes good habits.
DevOps drawer
https://tech.showmax.com/2019/10/prometheus-introduction/
DevOps drawer
https://medium.com/@cep21/after-using-both-i-regretted-switching-from-terraform-to-cloudformation-8a6b043ad97a
Medium
After using both, I regretted switching from Terraform to CloudFormation
An unambiguous best practice for systems is to codify your infrastructure in a repeatable text format, rather than clicks in a UI. The…
DevOps drawer
https://aws.amazon.com/blogs/containers/containers-and-infrastructure-as-code-like-peanut-butter-and-jelly/
Amazon
Containers and infrastructure as code, like peanut butter and jelly | Amazon Web Services
Infrastructure as code tools like AWS CloudFormation and HashiCorp Terraform enable teams to describe and automate provisioning of cloud infrastructure resources, including container-related resources like Amazon ECS services and Amazon EKS clusters. In this…
DevOps drawer
https://snyk.io/blog/container-security-throughout-the-sdlc/
Snyk
Container security throughout the SDLC | Snyk
Containers are increasingly becoming the standard unit of software. The container image, technically defined in the OCI image specification, is a key component
DevOps drawer
https://agileoutloud.wordpress.com/2019/10/17/towards-a-culture-of-teams/
Agile Out Loud
Towards a Culture of Teams
Have you ever been asked to work with a team, then observed team members interacting with each other, well… never? The desire to transform an organizational culture to one inspired by teams is unde…
DevOps drawer
https://okteto.com/blog/how-to-develop-go-apps-in-kubernetes/
DevOps drawer
https://thenewstack.io/cloud-native-masterless-puppet-with-bolt-and-puppetdb/
The New Stack
Cloud Native Masterless Puppet, with Bolt and PuppetDB
Puppet sponsored this post. The shift to cloud computing has undeniably changed the way IT thinks about infrastructure. Servers can be treated as disposable, immutable instances with lifecycles measured in minutes, hours or days. By comparison, monoliths…
DevOps drawer
https://www.techrepublic.com/article/how-to-deploy-a-kubernetes-cluster-using-gcloud-command/
TechRepublic
How to deploy a Kubernetes cluster using gcloud command
Find out how to deploy a Kubernetes cluster to the Google Cloud Platform using the gcloud command.
DevOps drawer
https://containerjournal.com/topics/container-ecosystems/kubernetes-without-scale-reasons-to-run-a-personal-cluster/
Container Journal
Best of 2019: Kubernetes Without Scale: Reasons to Run a Personal Cluster, Part 1
As we close out 2019, we at Container Journal wanted to highlight the five most popular articles of the year. Following is the first in our weeklong
DevOps drawer
https://itnext.io/kubernetes-journey-up-and-running-out-of-the-cloud-linux-image-c51953e50d0e
Medium
Kubernetes Journey — Up and running out of the cloud — Linux Image
Here we configure the Debian/Ubuntu Linux image that will serve as the basis for all the other components of our tech stack…
DevOps drawer
https://itnext.io/kubernetes-cluster-creation-on-baremetal-host-using-cluster-api-1c2373230a17
Medium
Kubernetes cluster creation on baremetal host using Cluster API
This blog post is summary of the talk we presented in Open Source Summit Japan 2019.
DevOps drawer
https://www.digitalocean.com/community/tutorials/how-to-build-and-deploy-a-node-js-application-to-digitalocean-kubernetes-using-semaphore-continuous-integration-and-delivery
Digitalocean
How To Build and Deploy a Node.js Application To DigitalOcean Kubernetes Using Semaphore Continuous Integration and Delivery |…
In this tutorial, you’ll build an address book API service with Node.js and use Semaphore to test, build, and deploy it to DigitalOcean Kubernetes and Digita…
DevOps drawer
https://www.digitalocean.com/community/tutorials/how-to-protect-private-kubernetes-services-behind-a-github-login-with-oauth2_proxy
Digitalocean
How to Protect Private Kubernetes Services Behind a GitHub Login with oauth2_proxy | DigitalOcean
Kubernetes ingresses make it easy to expose web services to the internet. When it comes to private services, however, you will likely want to limit who can a…