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://cinaq.com/post/2020/05/10/speed-up-docker-builds-with-distcc-ccache-and-kubernetes/
Cinaq
Speed up docker builds with distcc, ccache and kubernetes
For a recent project I had to write my own Orthanc plugin. To build this plugin I needed to build Orthanc from source. The official docker-images are assembled based on pre-built binaries. So I could not use them.
Orthanc Dockerfile The first step is create…
DevOps drawer
https://piotrminkowski.com/2020/03/10/best-practices-for-microservices-on-kubernetes/
Piotr's TechBlog
Best Practices For Microservices on Kubernetes - Piotr's TechBlog
This article describes the best practices for running JVM-based microservices on Kubernetes. It shows Spring Boot examples in Kotlin.
DevOps drawer
https://iximiuz.com/en/posts/not-every-container-has-an-operating-system-inside/
Iximiuz
Not Every Container Has an Operating System Inside
What a simple possible Docker container look like? Does container have an operating system inside? Containers vs virtual machines.
DevOps drawer
https://blog.lukechannings.com/2020-05-10-kubernetes-gitops-lessons.html
Lukechannings
Mistakes made and lessons learned with Kubernetes and GitOps
Luke Channings's blog
DevOps drawer
https://opensource.com/article/20/5/kubectl-cheat-sheet
Opensource.com
9 kubectl commands sysadmins need to know
Kubernetes is the dominant technology for infrastructure today, and that means sysadmins need to be famili
DevOps drawer
https://github.com/yolossn/Prometheus-Basics
GitHub
GitHub - yolossn/Prometheus-Basics: Prometheus-Basics is part of Prometheus Docs now, checkout
👇
Prometheus-Basics is part of Prometheus Docs now, checkout
👇
- yolossn/Prometheus-Basics
DevOps drawer
https://opensource.com/article/20/5/kubernetes-administration
Opensource.com
Speed up administration of Kubernetes clusters with k9s
Usually, my articles about Kubernetes administration are full of kubectl commands for administration for your clusters.
DevOps drawer
https://k9scli.io/
k9scli.io
K9s - Manage Your Kubernetes Clusters In Style
K9s provides a terminal UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your Kuber...
DevOps drawer
https://github.com/sbstp/kubie
GitHub
GitHub - sbstp/kubie: A more powerful alternative to kubectx and kubens
A more powerful alternative to kubectx and kubens. Contribute to sbstp/kubie development by creating an account on GitHub.
DevOps drawer
https://github.com/awslabs/cdk8s
GitHub
GitHub - cdk8s-team/cdk8s: Define Kubernetes native apps and abstractions using object-oriented programming
Define Kubernetes native apps and abstractions using object-oriented programming - cdk8s-team/cdk8s
DevOps drawer
https://cdk8s.io/
cdk8s.io
CDK for Kubernetes
Define Kubernetes apps and components using familiar languages
DevOps drawer
https://blog.madhuakula.com/dockerfile-security-checks-using-opa-rego-policies-with-conftest-32ab2316172f?gi=e79190830c1d
Medium
Dockerfile Security Checks using OPA Rego Policies with Conftest
Dockerfile Security Checker using OPA Rego policies with Conftest
DevOps drawer
https://www.maketecheasier.com/multipass-launch-ubuntu-virtual-machine/
Make Tech Easier
How to Quickly Launch Ubuntu Virtual Machine with Multipass
Multipass is a lightweight VM manager that allows you to easily and quickly launch a Ubuntu virtual machine. Here is how you can do so.
DevOps drawer
https://aidanfinn.com/?p=21878
Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...
Deploying Azure ARM Templates From Azure DevOps – With A Complete Example | Aidan Finn, IT Pro
In this post, I will show you how to get those ARM templates sitting in an Azure DevOps repo deploying into Azure using a pipeline. With every merge, the pipeline will automatically trigger (you can disable this) to update the deployment. In other words,…
DevOps drawer
https://medium.com/workfloplus/reusing-auto-generated-helm-secrets-a7426403d4bb
Medium
Auto-Generated Helm Secrets
Secrets in Kubernetes are powerful. But, how do you auto-generate a secret in Helm? It’s smooth sailing …
DevOps drawer
https://posts.specterops.io/detection-in-depth-a2392b3a7e94
Medium
Detection in Depth
This blog is part three of our detection engineering series; which provides examples of how detection engineers can use capability…
DevOps drawer
https://posts.specterops.io/detection-spectrum-198a0bfb9302
Medium
Detection Spectrum
Have you ever heard someone call detection logic “brittle”? The Detection Spectrum provides a model to describe using more precise…
DevOps drawer
https://posts.specterops.io/capability-abstraction-fbeaeeb26384
Medium
Capability Abstraction
Have you ever wondered how to assess detection coverage for a specific attack technique? Understanding capability abstraction may help!
DevOps drawer
https://www.weave.works/blog/gitops-part-3-observability
www.weave.works
GitOps Part 3 - Observability
Observability can be seen as part of the Continuous Delivery cycle for Kubernetes. Observed state must be compared with the desired state in Git. The role of a GitOps dashboard is to enable observation and speed up understanding and validation of the system…
DevOps drawer
https://thenewstack.io/observability-and-the-misleading-promise-of-aiops
The New Stack
Observability and the Misleading Promise of AIOps
People adopt AIOps in order to improve operability and reduce human workload. The goal of an AIOps system is to make us better at ensuring that we rapidly deliver high-quality software, and support remediation and repair when systems fail.