DevOps drawer
@DevOps101
397
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
397 subscribers
DevOps drawer
https://www.mirantis.com/blog/make-your-container-images-safer-and-more-reliable-with-harbor-the-cloud-native-registry/
Mirantis
Make your container images safer and more reliable with Harbor, the cloud native registry| Mirantis
DevOps drawer
https://kubernetes.io/blog/2019/08/06/opa-gatekeeper-policy-and-governance-for-kubernetes/
Kubernetes
OPA Gatekeeper: Policy and Governance for Kubernetes
The Open Policy Agent Gatekeeper project can be leveraged to help enforce policies and strengthen governance in your Kubernetes environment. In this post, we will walk through the goals, history, and current state of the project.
The following recordings…
DevOps drawer
https://kubernetespodcast.com/episode/065-attacking-and-defending-kubernetes/
Kubernetespodcast
Kubernetes Podcast from Google: Episode 65 - Attacking and Defending Kubernetes, with Ian Coldwater
Ian Coldwater specializes in breaking and hardening Kubernetes, containers, and cloud native infrastructure. A pre-eminent public speaker in the Kubernetes security community, they are currently a Lead Platform Security Engineer at Heroku. Ian joins Adam…
DevOps drawer
https://techcrunch.com/2019/08/05/mesosphere-changes-name-to-d2iq-shifts-focus-to-kubernetes-cloud-native/
TechCrunch
Mesosphere changes name to D2IQ, shifts focus to Kubernetes, cloud native
Mesosphere was born as the commercial face of the open-source Mesos project. It was surely a clever solution to make virtual machines run much more efficiently, but times change and companies change. Today the company announced it was changing its name to…
DevOps drawer
https://containerjournal.com/2019/08/01/powering-edge-with-kubernetes-a-primer/
Container Journal
Powering Edge With Kubernetes: A Primer
Kubernetes increasingly is being adopted at the infrastructure edge to connect to the cloud for processing the data from IoT devices.
DevOps drawer
https://medium.com/@Alibaba_Cloud/how-can-kubernetes-be-used-for-genetic-analysis-26167584ea77
Medium
How Can Kubernetes Be Used for Genetic Analysis?
This article details how Alibaba Cloud Container Service for Kubernetes can be used for genetic analysis
DevOps drawer
https://www.cncf.io/blog/2019/08/05/diversity-scholarship-series-experiencing-kubernetes-day-india-2019/
Cloud Native Computing Foundation
Diversity Scholarship Series: Experiencing Kubernetes Day India 2019 - Cloud Native Computing Foundation
Guest post by Atibhi Agrawal, originally published on Medium. I had been hearing the buzzword Kubernetes and cloud computing for a long time but I had no idea what it was. One day my...
DevOps drawer
https://containerjournal.com/2019/08/02/kubernetes-move-to-the-edge-a-great-thing/
Container Journal
Kubernetes’ Move to the Edge: A Great Thing
Kubernetes has rapidly become a key ingredient in edge computing—a proven and effective runtime platform to help solve unique challenges.
DevOps drawer
https://www.openfaas.com/blog/plonk-stack/
OpenFaaS - Serverless Functions Made Simple
Introducing the PLONK Stack for Cloud Native Developers
You’ve heard of LAMP, JAM, and MEAN, but what is the PLONK stack? And why should you be considering it for your Cloud Native Applications?
DevOps drawer
https://www.weave.works/blog/introduction-to-service-meshes-on-kubernetes-and-progressive-delivery
www.weave.works
Introduction to Service Meshes on Kubernetes and Progressive Delivery
Stefan Prodan recently delivered a talk on what a service mesh is, which ones are available and how they differ. He then described how to use a service mesh for Progressive Delivery and other advanced deployments to Kubernetes.
DevOps drawer
https://ymmt2005.hatenablog.com/entry/2019/08/10/Writing_and_testing_Kubernetes_webhooks_using_Kubebuilder_v2
Blog of @ymmt2005
Writing and testing Kubernetes webhooks using Kubebuilder v2 - Blog of @ymmt2005
Recently, I am leading a project to re-design our on-premise data centers using Kubernetes. Inevitably there are opportunities to develop Kubernetes native appl…
DevOps drawer
https://blog.openshift.com/create-s2i-builder-image/
Red Hat OpenShift Blog
How to Create an S2I Builder Image – Red Hat OpenShift Blog
This article is about creating a simple S2I builder image in OpenShift 3.
DevOps drawer
https://github.com/AppsFlyer/go-sundheit
GitHub
GitHub - AppsFlyer/go-sundheit: A library built to provide support for defining service health for golang services. It allows you…
A library built to provide support for defining service health for golang services. It allows you to register async health checks for your dependencies and the service itself, provides a health end...
DevOps drawer
https://medium.com/appsflyer/health-checks-like-a-pro-3fa362942883
Medium
Health Checks like a Pro
Introducing go-sundheit
DevOps drawer
https://github.com/vmware/octant
GitHub
GitHub - vmware-archive/octant: Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
Highly extensible platform for developers to better understand the complexity of Kubernetes clusters. - vmware-archive/octant
DevOps drawer
https://medium.com/flant-com/kubernetes-operator-in-python-451f2d2e33f3
Medium
Writing a Kubernetes Operator in Python without frameworks and SDK
Easy step-by-step guide to give it a try.
DevOps drawer
https://read.acloud.guru/cloudformation-is-an-infrastructure-graph-management-service-and-needs-to-act-more-like-it-fa234e567c82
Medium
AWS CloudFormation is an infrastructure graph management service — and needs to act more like it
CloudFormation should represent our desired infrastructure graphs in the way we want to build them
DevOps drawer
https://matt-rickard.com/building-a-new-dockerfile-frontend/
Matt Rickard
An Alternative to the Dockerfile
A proof-of-concept docker image definition that can be natively built with the Docker CLI
DevOps drawer
https://medium.com/@daryn_74143/lets-get-dev-ops-and-qa-talking-about-ideas-d2d50d4ea976
Medium
Let’s get Dev, Ops and QA talking about ideas
The devops mentality is represented by the much-used venn diagram of developers, QA and operations mindsets converging. This is great and…
DevOps drawer
https://radu-matei.com/blog/kubernetes-e2e-kind-brigade/
radu's blog
Running end-to-end tests on your Kubernetes cluster with Kind and Brigade
The goal of this article is to show you how to configure running Kind in a pod in Kubernetes, then abstract the configuration and automate it using Brigade.