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://dev.to/adipolak/kubernetes-and-virtual-kubelet-in-a-nutshell-gn4
DEV Community
👩💻
👨💻
Kubernetes and Virtual Kubelet in a nutshell
tep by step tutorial on how to scale web app using the right infrastructure such as Kubernetes and virtual kubelet
DevOps drawer
https://www.infoq.com/news/2019/09/cloudstate/
InfoQ
Lightbend Release CloudState, Providing a Spec for Managing "Serverless" State and a RI with Knative
Lightbend has recently announced CloudState. CloudState is the first open source serverless framework designed to bring stateful management on Knative/Kubernetes stack.
DevOps drawer
https://deislabs.io/posts/state-of-cnab-part-2/
deislabs.io
The state of CNAB: Part 2 - CNAB Registries
In this series, we explore the state of the Cloud Native Application Bundles (CNAB) specifications, and do a deep dive into the distribution of bundles, and security and attestation.
DevOps drawer
https://deislabs.io/posts/state-of-cnab-part-1/
deislabs.io
The state of CNAB: Part 1 - CNAB Core
In this series, we explore the state of the Cloud Native Application Bundles (CNAB) specifications, and do a deep dive into the distribution of bundles, and security and attestation.
DevOps drawer
https://blog.scottlowe.org/2019/08/27/bootstrapping-a-kubernetes-cluster-on-aws-with-clusterapi/
Scott's Weblog
Bootstrapping a Kubernetes Cluster on AWS with Cluster API - Scott's Weblog - The weblog of an IT pro focusing on cloud computing…
DevOps drawer
https://blog.scottlowe.org/2019/08/26/an-introduction-to-kubernetes-cluster-api/
Scott's Weblog
An Introduction to Kubernetes Cluster API - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux…
In this post, I’d like to provide a high-level introduction to the Kubernetes Cluster API. The aim of Cluster API (CAPI, for short) is, as outlined in the project’s GitHub repository, “a Kubernetes project to bring declarative, Kubernetes-style APIs to cluster…
DevOps drawer
https://www.stackrox.com/post/2019/09/5-kubernetes-rbac-mistakes-you-must-avoid/
Redhat
5 Kubernetes RBAC Mistakes You Must Avoid
If you run workloads in Kubernetes, you know how much important data is accessible through the Kubernetes API—from details of deployments to persistent storage configurations to secrets.
DevOps drawer
https://devcampy.com/talks/cncf-italy/2019/09/06/lorenzo-fontana-ebpf-kubernetes-performance.html
DevOps drawer
https://kuma.io/docs/0.1.2/#enabling-modernization
DevOps drawer
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
kubernetes.io
Deprecated APIs Removed In 1.16: Here’s What You Need To Know
As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed.
The v1.16 release will stop serving the following deprecated API versions in favor of newer and more stable API…
DevOps drawer
https://github.com/Kong/kuma
GitHub
kumahq/kuma
🐻
The Universal Service Mesh. CNCF Sandbox Project. - kumahq/kuma
DevOps drawer
https://www.darkcoding.net/software/a-developer-goes-to-a-devops-conference/
darkcoding.net
A developer goes to a DevOps conference
Two days at PDX DevOpsDays, a gathering of system administrators who use version control, and write a lot of YAML.
DevOps drawer
https://medium.com/sooner-safer-happier/agility-build-the-right-thing-69d316aeb56b
Medium
Agility: Build the right thing
From discrete Output to continuous Outcomes
DevOps drawer
https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/
helm.sh
Helm | How to migrate from Helm v2 to Helm v3
Helm - The Kubernetes Package Manager.
DevOps drawer
http://blog.thestateofme.com/2019/09/10/stateful-serverless/
Chris Swan's Weblog
Stateful Serverless
For a little while I’ve been maintaining a FaaS on Kubernetes list to track the many implementations of Functions as a Service running on top of Kubernetes. Today brings CloudState as the fir…
DevOps drawer
https://www.datadoghq.com/blog/opentelemetry-instrumentation/
Datadog
OpenTelemetry + Datadog | Datadog
Datadog is pleased to contribute our tracing libraries to the OpenTelemetry project to advance open source, cross-vendor instrumentation.
DevOps drawer
https://kinvolk.io/blog/2019/09/a-shallow-dive-into-distributed-tracing/
Kinvolk
Kinvolk: A Shallow Dive Into Distributed Tracing
A look at distributed tracing
DevOps drawer
https://pushbuildtestdeploy.com/security-code-review-for-public-kubernetes-and-helm-code/
Pushbuildtestdeploy
Security code review for public Kubernetes and Helm code
How to evaulate Helm Charts and Kubernetes YAML files for security
DevOps drawer
https://cloud.google.com/blog/products/devops-sre/the-2019-accelerate-state-of-devops-elite-performance-productivity-and-scaling
Google Cloud Blog
The 2019 Accelerate State of DevOps: Elite performance, productivity, and scaling | Google Cloud Blog
DORA and Google Cloud have published the 2019 Accelerate State of DevOps Report.
DevOps drawer
https://cormachogan.com/2019/09/10/a-first-look-at-octant-visualizing-your-k8s-clusters/
CormacHogan.com
A first look at Octant - Visualizing your K8s clusters - CormacHogan.com
In my lab, I run a number of different flavors of Kubernetes. Some of them I deploy via kubeadm. Others I have provisioned by VMware PKS. Some of these can access the outside world, while others are secured. Sometimes it is difficult to figure out the relationship…