From 4cf24af0482ecf020760d4c421ff45f270e52150 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Thu, 28 May 2026 19:55:24 +0200 Subject: [PATCH] feat: add addition_method provenance metadata to inventory --- CHANGELOG.md | 10 + GEMINI.md | 1 + README.md | 1 + data/inventory.yaml | 18004 ++++++++++++++++++++++++++++++ src/agentic_curator.py | 3 +- src/memory/health_learning.json | 8 + src/v2_optimizer.py | 4 + 7 files changed, 18030 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5caacb9e..288478d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [[2.3.34]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.34) - 2026-05-28 + +### Added +- **Link Provenance Tracking**: Added `addition_method` metadata attribute to `data/inventory.yaml` to differentiate between manually curated and automatically ingested links. +- **Database Migration**: Migrated all 18,004 existing database entries to have `addition_method: manual` by default. +- **Workflow & Optimizer Integration**: Programmed `src/agentic_curator.py` to mark automatically ingested resources as `automatic`, and updated `src/v2_optimizer.py` to default new V1 Markdown source resources to `manual`. + +### Changed +- **Documentation & Memory Systems**: Added documentation for `addition_method` in `README.md`, `GEMINI.md`, and `src/memory/health_learning.json`. + ## [[2.3.32]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.32) - 2026-05-28 ### Changed diff --git a/GEMINI.md b/GEMINI.md index 5df1d35b..7279f99e 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -55,6 +55,7 @@ This file contains the accumulated instructions and long-term vision for the aut * `source_provenance`: Identifies the origin of the discovery (Twitter, RSS, Manual). * `social_preview_url`: OpenGraph/Social images to enrich the V2 visual experience. * `mentions_count`: Tracks resource popularity/rediscovery frequency. + * `addition_method`: Tracks the resource addition origin ('manual' or 'automatic') to facilitate scaling metrics. - **Persistence (MANDATORY)**: Every AI agent and workflow MUST load this file at startup, update it, and INJECT the modified YAML into the final PR payload if any change is detected. Discarding the database during a workflow run is a CRITICAL FAILURE. - **Exhaustive Initialization**: The system supports a `FORCE_FULL_CHECK` environment variable to bypass all caches (e.g., 21-day health cache) and force a full re-validation and re-enrichment of the entire 17k+ link archive. - **No Trusted Bypassing**: All domains, including high-trust ones (GitHub, Google, AWS), MUST be verified for link validity. Trusted status only grants a lower priority for aggressive scraper rotation, not a bypass for existence checks. diff --git a/README.md b/README.md index 0d3703e3..1200f027 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ To embrace the diverse global Cloud Native community while maintaining internati * `hierarchy`: Persistent, **recursive technical classification** (list of up to 10 levels) for O'Reilly-style grouping. * `content_hash` / `health_score`: Advanced fields for content drift detection and reliability tracking. * `source_provenance` / `social_preview_url`: Data for origin tracing and V2 visual enrichment. + * `addition_method`: Origin type of the resource addition ('manual' or 'automatic') to support growth and scaling metrics. - **Separation of Concerns (Data vs. UI)**: * **The Database (Source of Truth)**: Holds raw data, enabling future features like language-based filtering or statistics without re-processing links. * **The Portal (Visual Rendering)**: The `V2VisionEngine` dynamically converts the metadata into visual UI tags (e.g., `[SPANISH CONTENT]`, `[ARCHITECT LEVEL]`). diff --git a/data/inventory.yaml b/data/inventory.yaml index 544e0355..e784574e 100644 --- a/data/inventory.yaml +++ b/data/inventory.yaml @@ -13,6 +13,7 @@ https://100daysofkubernetes.io: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://12factor.net: content_hash: f7192439d441725427f4e28724b5279d8b2ff0d1e789d351c2a34b47b0a1890f description: '' @@ -23,6 +24,7 @@ https://12factor.net: title: 12factor.net v1_locations: [] year: N/A + addition_method: manual https://1829034.medium.com/getting-started-with-chaos-engineering-13e85a438d37: content_hash: N/A description: '' @@ -37,6 +39,7 @@ https://1829034.medium.com/getting-started-with-chaos-engineering-13e85a438d37: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://3t.io: content_hash: 5c8cd344962b51efa92110d1915486b0a5045598bf0471ca929d0927e656938a health_score: 100.0 @@ -49,6 +52,7 @@ https://3t.io: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://3t.io/blog/how-to-connect-to-mongolab: content_hash: 5f62fd92e1769dfcbcc8c89cf6ae5e9709490fc3149ea5950b6e19f5b62a855c health_score: 100.0 @@ -56,6 +60,7 @@ https://3t.io/blog/how-to-connect-to-mongolab: needs_ai_refresh: true v1_locations: - docs/nosql.md + addition_method: manual https://4dayweek.medium.com/what-does-the-work-life-balance-of-a-software-engineer-look-like-fe16cc46bb0: content_hash: N/A description: '' @@ -71,6 +76,7 @@ https://4dayweek.medium.com/what-does-the-work-life-balance-of-a-software-engine v2_locations: - recruitment.md year: N/A + addition_method: manual https://4sysops.com/archives/kubernetes-guide-node-selector-and-node-affinity-in-kubernetes: content_hash: N/A description: '' @@ -85,6 +91,7 @@ https://4sysops.com/archives/kubernetes-guide-node-selector-and-node-affinity-in v2_locations: - kubernetes.md year: N/A + addition_method: manual https://4sysops.com/archives/use-psexec-and-powershell-together: content_hash: N/A description: '' @@ -99,6 +106,7 @@ https://4sysops.com/archives/use-psexec-and-powershell-together: v2_locations: - azure.md year: N/A + addition_method: manual https://53jk1.medium.com/argocd-the-continuous-delivery-solution-for-kubernetes-ae5b008e76d1: content_hash: N/A description: '' @@ -113,6 +121,7 @@ https://53jk1.medium.com/argocd-the-continuous-delivery-solution-for-kubernetes- v2_locations: - argo.md year: N/A + addition_method: manual https://9elements.com/blog/developing-a-week-on-windows-with-wsl2: content_hash: 5a4b358577e887aefd7273f77ecdf87e36ce14dc5ccce11269f4b3605e7a3f25 description: '' @@ -124,6 +133,7 @@ https://9elements.com/blog/developing-a-week-on-windows-with-wsl2: v1_locations: - docs/linux-dev-env.md year: N/A + addition_method: manual https://9elements.com/blog/developing-on-windows-with-wsl2: content_hash: d660b133132a4079eb3519613a6e510df4a73501e75331fa3bb078114755ec77 health_score: 100.0 @@ -135,6 +145,7 @@ https://9elements.com/blog/developing-on-windows-with-wsl2: - docs/linux-dev-env.md v2_locations: - linux-dev-env.md + addition_method: manual https://9to5linux.com/centos-alternative-rocky-linux-8-5-is-out-now-with-secure-boot-support-updated-components: content_hash: N/A description: '' @@ -150,6 +161,7 @@ https://9to5linux.com/centos-alternative-rocky-linux-8-5-is-out-now-with-secure- v2_locations: - linux.md year: N/A + addition_method: manual https://9to5mac.com/2016/03/17/how-to-remap-windows-keyboard-buttons-match-mac-layout: content_hash: 1881d14400413adbedf82af6f2a8efc4e9c8234b953c25cbf9c130dc5f6e28d4 description: '' @@ -161,6 +173,7 @@ https://9to5mac.com/2016/03/17/how-to-remap-windows-keyboard-buttons-match-mac-l v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://a-connect.com: ai_summary: Expert consultancy platform connecting global enterprises with senior freelance consultants, project managers, and digital transformation architects. @@ -181,6 +194,7 @@ https://a-connect.com: v2_locations: - freelancing.md year: '2022' + addition_method: manual https://abarrak.gitbook.io/linux-sysops-handbook: ai_summary: An exceptional, GitBook-hosted compilation of operational knowledge for modern systems administrators. It includes structured reference sheets for @@ -208,6 +222,7 @@ https://abarrak.gitbook.io/linux-sysops-handbook: v2_locations: - linux.md year: N/A + addition_method: manual https://abcabhishek.substack.com/p/chatgpt-for-generating-sql-as-a-data: content_hash: N/A description: '' @@ -223,6 +238,7 @@ https://abcabhishek.substack.com/p/chatgpt-for-generating-sql-as-a-data: v2_locations: - chatgpt.md year: N/A + addition_method: manual https://abdulrwahab.medium.com/api-architecture-best-practices-for-designing-rest-apis-bf907025f5f: content_hash: N/A description: '' @@ -238,6 +254,7 @@ https://abdulrwahab.medium.com/api-architecture-best-practices-for-designing-res v2_locations: - api.md year: N/A + addition_method: manual https://abhaypore.medium.com/migrate-your-manifest-yaml-files-into-helm-chart-32a44230f3b5: content_hash: N/A description: '' @@ -252,6 +269,7 @@ https://abhaypore.medium.com/migrate-your-manifest-yaml-files-into-helm-chart-32 v2_locations: - helm.md year: N/A + addition_method: manual https://abhii85.hashnode.dev/how-to-get-started-with-k8s-contributions: content_hash: N/A description: '' @@ -266,6 +284,7 @@ https://abhii85.hashnode.dev/how-to-get-started-with-k8s-contributions: v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://abhirajdevops.hashnode.dev/a-cheat-sheet-of-essential-commands-for-managing-and-debugging-your-kubernetes-clusters-networking : content_hash: N/A description: '' @@ -281,6 +300,7 @@ https://abhii85.hashnode.dev/how-to-get-started-with-k8s-contributions: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://abhisheksaini.hashnode.dev/yaml-for-representation: content_hash: N/A description: '' @@ -295,6 +315,7 @@ https://abhisheksaini.hashnode.dev/yaml-for-representation: v2_locations: - yaml.md year: N/A + addition_method: manual https://ably.com/blog/limits-aws-network-load-balancers: content_hash: e5aa7a380b4a6dc86474cac31c1eab80663809391c94c7bdff43153c49692498 description: '' @@ -311,6 +332,7 @@ https://ably.com/blog/limits-aws-network-load-balancers: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://ably.com/blog/no-we-dont-use-kubernetes: ai_summary: An elite architectural case study explaining why Ably avoids Kubernetes in favor of custom-managed systems to fulfill real-time, ultra-low latency globally @@ -338,6 +360,7 @@ https://ably.com/blog/no-we-dont-use-kubernetes: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://ably.com/blog/realtime-ticket-booking-solution-kafka-fastapi-ably: content_hash: 265715744aecf900a797836827378737ede8e8c29b6d60af58aa6b6013f007fb description: '' @@ -355,6 +378,7 @@ https://ably.com/blog/realtime-ticket-booking-solution-kafka-fastapi-ably: v2_locations: - demos.md year: N/A + addition_method: manual https://about.appsheet.com/home: content_hash: a36281485aec42d6350e7691e31e0c45f33bdc9641d9e4f0a211c67dfcf153d8 health_score: 100.0 @@ -366,6 +390,7 @@ https://about.appsheet.com/home: - docs/GoogleCloudPlatform.md v2_locations: - GoogleCloudPlatform.md + addition_method: manual https://about.gitea.com: content_hash: efdc913f343dd413780e188e44b2412ed3e6eceb1271927d7fd18c70ca187ca8 health_score: 100.0 @@ -377,6 +402,7 @@ https://about.gitea.com: - docs/git.md v2_locations: - git.md + addition_method: manual https://about.gitlab.com: ai_summary: The definitive single-application DevSecOps platform spanning the entire software development lifecycle. GitLab integrates Git repository management, robust @@ -399,6 +425,7 @@ https://about.gitlab.com: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/2016/06/28/get-started-with-openshift-origin-3-and-gitlab: content_hash: 9c2d248e72942a47ffc2da2344175d0244b39c40093cdac9227a43cf319c51e7 description: '' @@ -410,12 +437,14 @@ https://about.gitlab.com/2016/06/28/get-started-with-openshift-origin-3-and-gitl v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2016/06/28/get-started-with-openshift-origin-3-and-gitlab: content_hash: 9f162dada74f4ce7951a322506a2e51821f171064016b0ef02d2f71d1f6eaed4 health_score: 64.0 last_checked: 1779130495.019591 v1_locations: - docs/openshift.md + addition_method: manual https://about.gitlab.com/blog/2020/03/13/partial-clone-for-massive-repositories: ai_summary: Evaluates GitLab's implementation of Git Partial Clone to mitigate bottlenecking in massive codebases containing large assets. It contrasts standard clones with @@ -445,6 +474,7 @@ https://about.gitlab.com/blog/2020/03/13/partial-clone-for-massive-repositories: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2020/07/06/beginner-guide-ci-cd: content_hash: 4c74234320f65b53f2724ebca4d9264cae489f7d3474a179b18a6bef15a3da14 description: '' @@ -461,6 +491,7 @@ https://about.gitlab.com/blog/2020/07/06/beginner-guide-ci-cd: v1_locations: - docs/git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2020/07/29/effective-ci-cd-pipelines: content_hash: 0f83b87885a4d24339881f2e9fb85f6e2438f05a10f49591f72b26eefdd6d2fb description: '' @@ -477,6 +508,7 @@ https://about.gitlab.com/blog/2020/07/29/effective-ci-cd-pipelines: v1_locations: - docs/git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2020/11/23/keep-git-history-clean-with-interactive-rebase: content_hash: d4f442d738d7fe58beadae4a3c04991ff8f70379381a15d1fb4bf504172352a5 description: '' @@ -493,6 +525,7 @@ https://about.gitlab.com/blog/2020/11/23/keep-git-history-clean-with-interactive v1_locations: - docs/git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2020/11/30/vscode-extension-development-with-gitlab: content_hash: 8012ca6e1829e3d7a3a7bbc567fdc6d9b47886596a24e329a6be599d42ff5d89 description: '' @@ -509,6 +542,7 @@ https://about.gitlab.com/blog/2020/11/30/vscode-extension-development-with-gitla v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2020/12/10/basics-of-gitlab-ci-updated: content_hash: b2cce56f4418173c7af71356140514ff366001e180eb41c75d7b62d1842f5ba1 description: '' @@ -525,6 +559,7 @@ https://about.gitlab.com/blog/2020/12/10/basics-of-gitlab-ci-updated: v2_locations: - demos.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/01/20/using-run-parallel-jobs: ai_summary: A technical execution guide detailing how to use GitLab's `parallel` keyword to shard test suites across multiple concurrent runner nodes. Demonstrates @@ -553,6 +588,7 @@ https://about.gitlab.com/blog/2021/01/20/using-run-parallel-jobs: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/01/25/mr-reviews-with-vs-code: ai_summary: A step-by-step workflow guide detailing how developers can complete and approve GitLab merge requests (MRs) directly within Visual Studio Code. Explains @@ -581,6 +617,7 @@ https://about.gitlab.com/blog/2021/01/25/mr-reviews-with-vs-code: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/02/05/ci-deployment-and-environments: ai_summary: A structured guide outlining how to design, configure, and secure environments (development, staging, production) within GitLab CI/CD. Highlights protected environments, @@ -608,6 +645,7 @@ https://about.gitlab.com/blog/2021/02/05/ci-deployment-and-environments: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/02/22/gitlab-kubernetes-agent-on-gitlab-com: content_hash: 6d3527cb2d0bd58355344d8f88c72b63fef41a572f20bc2eae4220d5fe5a4de5 description: '' @@ -624,6 +662,7 @@ https://about.gitlab.com/blog/2021/02/22/gitlab-kubernetes-agent-on-gitlab-com: v1_locations: - docs/git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/02/22/pipeline-editor-overview: ai_summary: Introduces GitLab's integrated visual Pipeline Editor, featuring live YAML validation, linting, and complete visualization of pipeline structures. This @@ -653,6 +692,7 @@ https://about.gitlab.com/blog/2021/02/22/pipeline-editor-overview: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/03/10/new-git-default-branch-name: ai_summary: Outlines GitLab's migration steps and platform updates transitioning the default branch name from `master` to `main`. Discusses modern development @@ -679,6 +719,7 @@ https://about.gitlab.com/blog/2021/03/10/new-git-default-branch-name: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/03/18/iteration-and-code-review: content_hash: db0ba7990decfdba6cbef3ae3fea78aab37029dc419aa3ad5a4a7d3cfe85e867 description: '' @@ -695,6 +736,7 @@ https://about.gitlab.com/blog/2021/03/18/iteration-and-code-review: v1_locations: - docs/git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/04/21/devops-workflows-json-format-jq-ci-cd-lint: ai_summary: A GitLab engineering blog showcasing optimal methods for integrating automated schema validation and JSON formatters (using jq) directly inside DevOps @@ -724,6 +766,7 @@ https://about.gitlab.com/blog/2021/04/21/devops-workflows-json-format-jq-ci-cd-l - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/04/27/gitops-done-3-ways: content_hash: ca6e279fa9d8e06413e48946dbaf0123d48a6a2faa48dd1ec676b3d1626f4197 description: '' @@ -740,6 +783,7 @@ https://about.gitlab.com/blog/2021/04/27/gitops-done-3-ways: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/07/28/secure-container-images-with-gitlab-and-grype: content_hash: 198d387d3823e209cb4f103495507fc5600b440755c863712edc641a530f7f3e description: '' @@ -756,6 +800,7 @@ https://about.gitlab.com/blog/2021/07/28/secure-container-images-with-gitlab-and v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/08/10/how-to-agentless-gitops-aws: content_hash: afb498fd48709277f85519a7de9721ac9c21d8a3fc02cfea346932faf00e0ee8 description: '' @@ -772,6 +817,7 @@ https://about.gitlab.com/blog/2021/08/10/how-to-agentless-gitops-aws: v2_locations: - terraform.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/09/09/5-code-review-features: ai_summary: Highlights five key features designed to optimize peer code reviews inside GitLab MRs. Explains practical user benefits from improved draft reviews, @@ -799,6 +845,7 @@ https://about.gitlab.com/blog/2021/09/09/5-code-review-features: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/10/05/gitpod-desktop-app-personal-activities: ai_summary: GitDock was introduced to simplify personal GitLab workflow tracking by displaying activities directly on the desktop. While it streamlines developer @@ -829,6 +876,7 @@ https://about.gitlab.com/blog/2021/10/05/gitpod-desktop-app-personal-activities: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/10/12/open-shift-ga: ai_summary: This announcement marks the general availability of the GitLab Kubernetes Operator for Red Hat OpenShift, streamlining enterprise GitLab runner and instance @@ -859,6 +907,7 @@ https://about.gitlab.com/blog/2021/10/12/open-shift-ga: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/11/16/gko-on-ocp: ai_summary: An official deployment architecture guide showing how to implement the GitLab Kubernetes Operator on Red Hat OpenShift Container Platform (OCP). Provides @@ -888,6 +937,7 @@ https://about.gitlab.com/blog/2021/11/16/gko-on-ocp: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/11/18/gitops-with-gitlab-connecting-the-cluster: content_hash: e91cca70863e8d86d9a190e4691c9fb7104eecba996e03e7c2caee2b83dc6733 description: '' @@ -903,6 +953,7 @@ https://about.gitlab.com/blog/2021/11/18/gitops-with-gitlab-connecting-the-clust v2_locations: - demos.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/11/30/soft-skills-are-the-key-to-your-devops-career-advancement: content_hash: 14ded8976c1532860bc7bc482eca08f4874ba438874ae7ba01fa36c437ce4c7e description: '' @@ -918,6 +969,7 @@ https://about.gitlab.com/blog/2021/11/30/soft-skills-are-the-key-to-your-devops- v2_locations: - devops.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/12/16/how-to-navigate-the-great-resignation: ai_summary: Provides an enterprise-level blueprint for engineering organizations to mitigate talent drain during market disruptions. Leveraging GitLab's open-source, @@ -945,6 +997,7 @@ https://about.gitlab.com/blog/2021/12/16/how-to-navigate-the-great-resignation: v2_locations: - recruitment.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2021/12/17/gitlab-chart-works-towards-kubernetes-1-22: ai_summary: This development update outlines the efforts of the GitLab Helm Chart team to ensure compatibility with Kubernetes 1.22, addressing critical changes @@ -976,6 +1029,7 @@ https://about.gitlab.com/blog/2021/12/17/gitlab-chart-works-towards-kubernetes-1 v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2022/02/03/how-to-keep-up-with-ci-cd-best-practices: ai_summary: 'Curator Insight: Provides a roadmap for keeping engineering skillsets aligned with state-of-the-art deployment practices. Live Grounding: Explores GitOps @@ -1003,6 +1057,7 @@ https://about.gitlab.com/blog/2022/02/03/how-to-keep-up-with-ci-cd-best-practice v2_locations: - cicd.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2022/02/17/fantastic-infrastructure-as-code-security-attacks-and-how-to-find-them: content_hash: e63644205669e1aec04edbaf712a90b59afc1f13342f4b52834ef00c7d99a216 description: '' @@ -1020,6 +1075,7 @@ https://about.gitlab.com/blog/2022/02/17/fantastic-infrastructure-as-code-securi v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2022/04/13/how-to-learn-ci-cd-fast: ai_summary: 'Curator Insight: Practical learning blueprint focusing on building incremental toy pipelines using GitLab CI. Live Grounding: Recommends direct hand-on @@ -1048,6 +1104,7 @@ https://about.gitlab.com/blog/2022/04/13/how-to-learn-ci-cd-fast: v2_locations: - cicd.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2022/11/15/simple-kubernetes-management-with-gitlab: ai_summary: This blog details GitLab's efforts to lower the barrier to entry for Kubernetes management by introducing declarative cluster integrations. It demonstrates @@ -1078,6 +1135,7 @@ https://about.gitlab.com/blog/2022/11/15/simple-kubernetes-management-with-gitla v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/blog/2022/11/16/how-is-ai-ml-changing-devops: content_hash: 013b9bcbca2bbed1569a5cfae86da6e3bf129ecf59e710bca2df69083200a35d description: '' @@ -1093,6 +1151,7 @@ https://about.gitlab.com/blog/2022/11/16/how-is-ai-ml-changing-devops: v2_locations: - mlops.md year: N/A + addition_method: manual https://about.gitlab.com/blog/get-started-with-openshift-origin-3-and-gitlab: last_checked: 1779388727.944797 status: online @@ -1100,6 +1159,7 @@ https://about.gitlab.com/blog/get-started-with-openshift-origin-3-and-gitlab: - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://about.gitlab.com/gitlab-org/gitlab/-/issues/14595: health_score: 64.0 last_checked: 1779130494.960769 @@ -1109,6 +1169,7 @@ https://about.gitlab.com/gitlab-org/gitlab/-/issues/14595: - docs/git.md v2_locations: - git.md + addition_method: manual https://about.gitlab.com/gitlab-org/gitlab/-/issues/2785: health_score: 64.0 last_checked: 1779130494.935608 @@ -1118,6 +1179,7 @@ https://about.gitlab.com/gitlab-org/gitlab/-/issues/2785: - docs/git.md v2_locations: - git.md + addition_method: manual https://about.gitlab.com/handbook: content_hash: 7dcbeb9c2cdfa859ac267a6ec9c5914ebb543b5a7453a1393e213d2e01dc2993 description: '' @@ -1129,6 +1191,7 @@ https://about.gitlab.com/handbook: v1_locations: - docs/hr.md year: N/A + addition_method: manual https://about.gitlab.com/releases/2021/04/22/gitlab-13-11: content_hash: 0e9720d9128e7b62ed817befeb2d647dc3e2c18b03b63110d92522296036f6fd health_score: 64.0 @@ -1136,6 +1199,7 @@ https://about.gitlab.com/releases/2021/04/22/gitlab-13-11: v1_locations: - docs/cicd-kubernetes-plugins.md - docs/git.md + addition_method: manual https://about.gitlab.com/releases/2021/04/22/gitlab-13-11-released: content_hash: 10401d83978077c05f738021bf4cff91487b7346305e58bb351dee3834cc0cef description: '' @@ -1148,6 +1212,7 @@ https://about.gitlab.com/releases/2021/04/22/gitlab-13-11-released: - docs/cicd-kubernetes-plugins.md - docs/git.md year: N/A + addition_method: manual https://about.gitlab.com/releases/2021/07/22/gitlab-14-1-released: ai_summary: Official release notes for GitLab 14.1 introducing native Helm Chart Registry support and customizable escalation policies for incident response, aligning @@ -1175,6 +1240,7 @@ https://about.gitlab.com/releases/2021/07/22/gitlab-14-1-released: v2_locations: - git.md year: N/A + addition_method: manual https://about.gitlab.com/remote-work-report: content_hash: 3f57def79b84e34221081428ece80ab6907f530edf1b4f2008cc1092538b4ad7 description: '' @@ -1186,6 +1252,7 @@ https://about.gitlab.com/remote-work-report: v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://academy.fpblock.com/blog/announcing-amber-ci-secret-tool: ai_summary: An announcement introducing Amber, a secure secret manager for CI environments designed to compile, encrypt, and execute pipelines without exposing plain-text @@ -1207,6 +1274,7 @@ https://academy.fpblock.com/blog/announcing-amber-ci-secret-tool: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://academy.rancher.com: content_hash: N/A description: '' @@ -1221,6 +1289,7 @@ https://academy.rancher.com: v2_locations: - rancher.md year: N/A + addition_method: manual https://accenture.github.io/adop-cartridges-cookbook/docs/recipes/archiving-artefact-to-nexus: content_hash: fb73c8bce5764f4b999b90d083ff5468f0b61bb775298c3e870290a86395baac description: '' @@ -1237,6 +1306,7 @@ https://accenture.github.io/adop-cartridges-cookbook/docs/recipes/archiving-arte v2_locations: - jenkins.md year: N/A + addition_method: manual https://access.crunchydata.com/documentation/crunchy-postgres-containers/4.3.0/container-specifications/crunchy-pgadmin4: content_hash: 573bf2171a2a431fdaf0a3be6cc527915e690615755476fcd406977330bb31f2 description: '' @@ -1253,6 +1323,7 @@ https://access.crunchydata.com/documentation/crunchy-postgres-containers/4.3.0/c v2_locations: - crunchydata.md year: N/A + addition_method: manual https://access.crunchydata.com/documentation/crunchy-postgres-containers/4.3.0/examples/administration/pgadmin4: content_hash: fa93104fbb4ce6aaa74a0e9a2972673d1c02e3065c3b8a6d620c2d509157b7bf description: '' @@ -1269,6 +1340,7 @@ https://access.crunchydata.com/documentation/crunchy-postgres-containers/4.3.0/e v2_locations: - crunchydata.md year: N/A + addition_method: manual https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest: content_hash: e3e4e809b7c341792db78160d94d956c56dfaa4cc7c540cf88321c09b409a4dd description: '' @@ -1285,18 +1357,21 @@ https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest/examples/administration/pgadmin4: content_hash: 3cd0577e9676fc0d52580448e0e513c01f4ec2882d55b90321e1b5c1a9996e97 health_score: 100.0 last_checked: 1779031533.770307 v1_locations: - docs/crunchydata.md + addition_method: manual https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest/installation-guide/installation-guide: content_hash: c0954a21f6fcee63ff80a73d4b798c439b584a7c79c9f7029275ed1f8a244d97 health_score: 100.0 last_checked: 1779032117.522186 v1_locations: - docs/crunchydata.md + addition_method: manual https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/other/ansible: content_hash: fa230babb878672ccf2fcac42e7630f3ce5904edad9249f62874d70848fa0355 description: '' @@ -1308,6 +1383,7 @@ https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installatio v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/other/bash: content_hash: 79cd839b4b5ebf6fd3042c6d3ad4ab24cfaf3989786ac113fccde0986e099858 description: '' @@ -1319,6 +1395,7 @@ https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installatio v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/postgres-operator: content_hash: 9f7b4e2dd9096e32932f7a45226c8554f1c7826a0e313bf1a49c536e6aa568af description: '' @@ -1335,6 +1412,7 @@ https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installatio v2_locations: - crunchydata.md year: N/A + addition_method: manual https://access.crunchydata.com/documentation/postgres-operator/latest/operatorcli/pgo-overview: content_hash: N/A description: '' @@ -1349,6 +1427,7 @@ https://access.crunchydata.com/documentation/postgres-operator/latest/operatorcl v2_locations: - crunchydata.md year: N/A + addition_method: manual https://access.redhat.com/articles/4993781: content_hash: dc2f904195e6608be53bfcbce0ea5c5517085a4bb4487b85b9b2c7450c94f430 description: '' @@ -1365,6 +1444,7 @@ https://access.redhat.com/articles/4993781: v2_locations: - ansible.md year: N/A + addition_method: manual https://access.redhat.com/community/learn: ai_summary: Official educational resources and certification preparation portal curated by Red Hat. Serves as a vital reference for mastering OpenShift and enterprise @@ -1396,6 +1476,7 @@ https://access.redhat.com/community/learn: - openshift.md - kubernetes-tutorials.md year: N/A + addition_method: manual https://access.redhat.com/containers: content_hash: 53785a34147d7dc275736840cbf504ab61dbf0f5d110b04dc4efd47debd75d72 description: '' @@ -1407,6 +1488,7 @@ https://access.redhat.com/containers: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://access.redhat.com/documentation/en-us/openshift_container_platform: content_hash: N/A description: '' @@ -1421,12 +1503,14 @@ https://access.redhat.com/documentation/en-us/openshift_container_platform: v2_locations: - ocp4.md year: N/A + addition_method: manual ? https://access.redhat.com/documentation/en-us/openshift_container_platform/4.1/pdf/updating_clusters/OpenShift_Container_Platform-4.1-Updating_clusters-en-US.pdf : content_hash: N/A health_score: 100.0 last_checked: 1779032466.983718 v1_locations: - docs/ocp4.md + addition_method: manual ? https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/container-native_virtualization/container-native-virtualization-2-1-release-notes : content_hash: N/A description: '' @@ -1442,6 +1526,7 @@ https://access.redhat.com/documentation/en-us/openshift_container_platform: v2_locations: - ocp3.md year: N/A + addition_method: manual https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/installing_on_ibm_z: content_hash: N/A description: '' @@ -1456,6 +1541,7 @@ https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/h v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/pdf/installing_on_ibm_z: content_hash: N/A description: '' @@ -1470,6 +1556,7 @@ https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/p v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://access.redhat.com/documentation/en-us/openshift_container_platform/4.4/html-single/service_mesh/index: content_hash: N/A description: '' @@ -1484,54 +1571,63 @@ https://access.redhat.com/documentation/en-us/openshift_container_platform/4.4/h v2_locations: - ocp4.md year: N/A + addition_method: manual https://access.redhat.com/documentation/en-us/red_hat_amq/6.3: content_hash: N/A health_score: 100.0 last_checked: 1779029932.003357 v1_locations: - docs/message-queue.md + addition_method: manual ? https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/deploying_amq_broker_on_openshift/assembly_br-broker-monitoring_broker-ocp : content_hash: N/A health_score: 100.0 last_checked: 1779032681.768032 v1_locations: - docs/monitoring.md + addition_method: manual ? https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/deploying_amq_broker_on_openshift/deploying-broker-on-ocp-using-operator_broker-ocp : content_hash: N/A health_score: 100.0 last_checked: 1779031647.337143 v1_locations: - docs/monitoring.md + addition_method: manual https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/managing_amq_broker/prometheus-plugin-managing: content_hash: N/A health_score: 100.0 last_checked: 1779031349.47603 v1_locations: - docs/monitoring.md + addition_method: manual ? https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/using_amq_streams_on_openshift/assembly-distributed-tracing-str : content_hash: N/A health_score: 100.0 last_checked: 1779034499.551549 v1_locations: - docs/monitoring.md + addition_method: manual ? https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/using_amq_streams_on_openshift/assembly-metrics-setup-str : content_hash: N/A health_score: 100.0 last_checked: 1779033665.687968 v1_locations: - docs/monitoring.md + addition_method: manual ? https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/using_amq_streams_on_rhel/assembly-distributed-tracing-str : content_hash: N/A health_score: 100.0 last_checked: 1779034558.070419 v1_locations: - docs/monitoring.md + addition_method: manual https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/using_amq_streams_on_rhel/index: content_hash: N/A health_score: 100.0 last_checked: 1779031215.755812 v1_locations: - docs/monitoring.md + addition_method: manual ? https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.4/html-single/red_hat_jboss_web_server_for_openshift/index : content_hash: N/A description: '' @@ -1546,6 +1642,7 @@ https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/using_amq_str v2_locations: - demos.md year: N/A + addition_method: manual ? https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/spring_boot_microservices_on_red_hat_openshift_container_platform_3/index : content_hash: N/A description: '' @@ -1561,6 +1658,7 @@ https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/using_amq_str v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://access.redhat.com/solutions/18301: content_hash: ea292713b9aa22f5acb0edb9143e2d30aaf385eeda71832b336f8d50694b0e63 description: '' @@ -1577,6 +1675,7 @@ https://access.redhat.com/solutions/18301: v2_locations: - monitoring.md year: N/A + addition_method: manual https://access.redhat.com/solutions/4363731: content_hash: N/A description: '' @@ -1591,6 +1690,7 @@ https://access.redhat.com/solutions/4363731: v2_locations: - ocp4.md year: N/A + addition_method: manual ? https://accounts.google.com/v3/signin/identifier?continue=https%3A%2F%2Fconsole.cloud.google.com%2Fproducts&dsh=S-434924395%3A1779041052185976&followup=https%3A%2F%2Fconsole.cloud.google.com%2Fproducts&osid=1&passive=1209600&service=cloudconsole&flowName=WebLiteSignIn&flowEntry=ServiceLogin&ifkv=AWa2Pasn2LQq2-HAsrhKLmjDeNW0e8jsHz1CbZM8xG_fzw2d_QHhWCcHPV60tTMOkJixTn6JdLIstQ : content_hash: 08859ffc67144f1bd23461da283e7b045d71d47f01effe5cba624a8589e51265 health_score: 100.0 @@ -1603,6 +1703,7 @@ https://access.redhat.com/solutions/4363731: - docs/GoogleCloudPlatform.md v2_locations: - GoogleCloudPlatform.md + addition_method: manual ? https://accounts.google.com/v3/signin/identifier?continue=https%3A%2F%2Fdocs.google.com%2F&dsh=S20332737%3A1779042489432562&emr=1&followup=https%3A%2F%2Fdocs.google.com%2F&osid=1&passive=1209600&flowName=WebLiteSignIn&flowEntry=ServiceLogin&ifkv=AWa2Pav-11IKZl8IOb4XqImV3kUr5dyMPv-c_juxtiguwye_vvM_4JChlo3slW1NhgW6-FumHKZpvw : content_hash: a69e0760175e82a26008d3b71f2fbcde41e8a13bfc679e86a5bda4bd264e1908 health_score: 100.0 @@ -1615,6 +1716,7 @@ https://access.redhat.com/solutions/4363731: - docs/workfromhome.md v2_locations: - workfromhome.md + addition_method: manual ? https://accounts.google.com/v3/signin/identifier?continue=https%3A%2F%2Fdocs.google.com%2Fdocument%2Fu%2F0%2Fcreate%3Fusp%3Ddot_new&dsh=S1328157413%3A1779046143757246&followup=https%3A%2F%2Fdocs.google.com%2Fdocument%2Fu%2F0%2Fcreate%3Fusp%3Ddot_new<mpl=docs&osid=1&passive=1209600&service=wise&flowName=WebLiteSignIn&flowEntry=ServiceLogin&ifkv=AWa2PasaQiQXmXb5iN1qZZsvtoOkhIgQoRWugSdY4-JVcpmeUs17j5clMIVQfi1xcpGGzFDWWEjvLg : content_hash: b22a444431ac1c9ced4af65eae4deb42cbcc4765a9851b1d25b8202950faa526 health_score: 100.0 @@ -1627,6 +1729,7 @@ https://access.redhat.com/solutions/4363731: - docs/project-management-tools.md v2_locations: - project-management-tools.md + addition_method: manual ? https://accounts.google.com/v3/signin/identifier?continue=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fu%2F0%2Fcreate%3Fusp%3Ddot_new&dsh=S-888283151%3A1779038836107039&followup=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fu%2F0%2Fcreate%3Fusp%3Ddot_new<mpl=sheets&osid=1&passive=1209600&service=wise&flowName=WebLiteSignIn&flowEntry=ServiceLogin&ifkv=AWa2PauoMa7lQWyxlGGmOlILKdc_0OGix3neZYVIl24vayGw0wGG0CrQxkizeIBOFWVtABpTKfaO : content_hash: 5078172d15ea897f121d54f5f6481f12c820d6acc9b5e1fa605591d320a23664 health_score: 100.0 @@ -1639,6 +1742,7 @@ https://access.redhat.com/solutions/4363731: - docs/project-management-tools.md v2_locations: - project-management-tools.md + addition_method: manual ? https://accounts.google.com/v3/signin/identifier?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fmrxpalmeiras%2Fansible%2Fansible-cheat-sheet&dsh=S1127513064%3A1779041015006518&followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fmrxpalmeiras%2Fansible%2Fansible-cheat-sheet&osid=1&passive=1209600&flowName=WebLiteSignIn&flowEntry=ServiceLogin&ifkv=AWa2PatKhgmTZTEkwb3Q5nWpkPt4ntDFIyQrUJIi2ZjPJ-M3IOraCUtKjEa4_jbOFaWLmjeqIlS_ : content_hash: 75b19fd9b81c3b5df0a538ba3ef95a5d90f50398ccb81e763d08f15957ad229c health_score: 100.0 @@ -1652,6 +1756,7 @@ https://access.redhat.com/solutions/4363731: - docs/other-awesome-lists.md v2_locations: - cheatsheets.md + addition_method: manual https://acentocoop.es: ai_summary: Service platform operating as an umbrella cooperative for freelancers in Spain, allowing contractors to invoice legally without initial autónomo registration @@ -1678,6 +1783,7 @@ https://acentocoop.es: v2_locations: - freelancing.md year: N/A + addition_method: manual https://acethecloud.com/blog/azure-application-gateway-and-nginx-on-vm: content_hash: 565111588c8b5be719ab9a163524e228b5ace5946f0dcaaba94f6937df85821a description: '' @@ -1695,6 +1801,7 @@ https://acethecloud.com/blog/azure-application-gateway-and-nginx-on-vm: v2_locations: - azure.md year: N/A + addition_method: manual https://acg-notice.pluralsight.com: ai_summary: This theoretical overview outlines the core tenants of FaaS (Function-as-a-Service) and its architectural promise of eliminating infrastructure management. It discusses @@ -1718,6 +1825,7 @@ https://acg-notice.pluralsight.com: v2_locations: - aws-serverless.md year: '2017' + addition_method: manual ? https://acloud.guru/forums/aws-certified-advanced-networking-specialty/discussion/-LELSWplsuDI8q8_KtjN/What%20is%20the%20best%20way%20to%20generate%20a%20visual%20diagram%20of%20the%20AWS%20environment%20which%20includes%20VPC,%20VPN,%20EC2,%20and%20AMIs%3F : content_hash: 46942cf4f1ddba68705814401a1a4c151c7780997ef43751d80c2f0c15a34f4e description: '' @@ -1729,6 +1837,7 @@ https://acg-notice.pluralsight.com: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://acloudguru.com: content_hash: f3f8528ee9dab2c92dc2ac03619beb06728222781c2cb464397347643f26b664 description: '' @@ -1740,6 +1849,7 @@ https://acloudguru.com: v1_locations: - docs/aws-training.md year: N/A + addition_method: manual https://acloudguru.com/blog/business/public-cloud-vs-private-cloud-whats-the-difference: content_hash: fc7b048309b4cba36208863ddc6e95009173a36f44db76c10f5a8e4bf33c098d description: '' @@ -1751,6 +1861,7 @@ https://acloudguru.com/blog/business/public-cloud-vs-private-cloud-whats-the-dif v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://acloudguru.com/blog/business/sharing-data-in-the-cloud-four-patterns-everyone-should-know: content_hash: 862d6fab96d4250b312be4846db1c4d39fc6c9eccfcb243cba4361ba7ab2f24a description: '' @@ -1762,6 +1873,7 @@ https://acloudguru.com/blog/business/sharing-data-in-the-cloud-four-patterns-eve v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://acloudguru.com/blog/business/what-is-lift-and-shift-cloud-migration: content_hash: ef6f6dc93bc260b8acceda373fa3cee11ee9df788ee3c916462f91a858b7a870 description: '' @@ -1773,6 +1885,7 @@ https://acloudguru.com/blog/business/what-is-lift-and-shift-cloud-migration: v1_locations: - docs/faq.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/10-docker-security-best-practices-to-cut-container-chaos: content_hash: f3f8528ee9dab2c92dc2ac03619beb06728222781c2cb464397347643f26b664 description: '' @@ -1788,6 +1901,7 @@ https://acloudguru.com/blog/engineering/10-docker-security-best-practices-to-cut v2_locations: - docker.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/10-fun-hands-on-projects-to-learn-aws: content_hash: 27a352a1e4862eb7156365c66b5c320bd5f6ba2b6d81e6dca000f4acbcc668c5 description: '' @@ -1799,6 +1913,7 @@ https://acloudguru.com/blog/engineering/10-fun-hands-on-projects-to-learn-aws: v1_locations: - docs/aws-training.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/12-aws-config-rules-that-every-account-should-have: content_hash: 140406cdbbe155f964671086f27b9626f59003c48b272def521d3ea954efe7d1 description: '' @@ -1810,6 +1925,7 @@ https://acloudguru.com/blog/engineering/12-aws-config-rules-that-every-account-s v1_locations: - docs/aws.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/3-ways-to-practice-migrating-workloads-to-the-cloud: content_hash: 83e76806eeebac4423daee8782cd1a3b35f1413b44941e0c129f513a22bd78f6 description: '' @@ -1821,6 +1937,7 @@ https://acloudguru.com/blog/engineering/3-ways-to-practice-migrating-workloads-t v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/5-reasons-to-not-move-to-devops: content_hash: 7cdc97e0c1e1d5ef3fe3637aacc0703b2277c944568f45bac6e87b0092d5d4af description: '' @@ -1832,6 +1949,7 @@ https://acloudguru.com/blog/engineering/5-reasons-to-not-move-to-devops: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/5-things-we-love-about-terraform: content_hash: a79aac882671275813c4f9c0feb576e8ed006b41191e760674017712a1269b6e description: '' @@ -1843,6 +1961,7 @@ https://acloudguru.com/blog/engineering/5-things-we-love-about-terraform: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/adopting-gitops-for-kubernetes-on-aws: content_hash: 21b3cd4937dd5275a4047ffe86f0b93fbb7ff5903abad0bb89dc296455a44323 health_score: 100.0 @@ -1850,6 +1969,7 @@ https://acloudguru.com/blog/engineering/adopting-gitops-for-kubernetes-on-aws: status: online v1_locations: - docs/flux.md + addition_method: manual https://acloudguru.com/blog/engineering/aks-vs-eks-vs-gke-managed-kubernetes-services-compared: content_hash: e2209ec320eb05805f159821819ade1d204c73d1c65a8559891515448d43222f description: '' @@ -1861,6 +1981,7 @@ https://acloudguru.com/blog/engineering/aks-vs-eks-vs-gke-managed-kubernetes-ser v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/ansible-vs-puppet-which-is-right-for-you: content_hash: a15f14232a7ede96f843ed41e98ab6fe6984c28c1143e8c61f32d9baccbb1cdf description: '' @@ -1872,6 +1993,7 @@ https://acloudguru.com/blog/engineering/ansible-vs-puppet-which-is-right-for-you v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/aws-adds-to-the-no-code-pile-is-it-the-end-of-the-engineer: content_hash: 87665ff2a5db835a4fd479921993a6ee2f0c32350c9e74a42271fc1a604145f2 description: '' @@ -1883,6 +2005,7 @@ https://acloudguru.com/blog/engineering/aws-adds-to-the-no-code-pile-is-it-the-e v1_locations: - docs/lowcode-nocode.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/azure-devops-vs-github-comparing-microsofts-devops-twins: content_hash: 5097032b1c09441292b441ca1ff9e8a43f4dc8bb74ef2dea9a8c6fbbcb4a7638 description: '' @@ -1895,6 +2018,7 @@ https://acloudguru.com/blog/engineering/azure-devops-vs-github-comparing-microso v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/blockchain-cloud-comparison-what-is-blockchain-as-a-service-baas: content_hash: 96c88eb3bdb51f9e19047e2d4344d92f9d37db408bb2295618b3216af4905f32 description: '' @@ -1907,6 +2031,7 @@ https://acloudguru.com/blog/engineering/blockchain-cloud-comparison-what-is-bloc v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/cloud-apps-secure-by-design: content_hash: c4aa868708e8a7e7e006a2cf11d5730e6a046c20169afb8958257922799394e4 description: '' @@ -1919,6 +2044,7 @@ https://acloudguru.com/blog/engineering/cloud-apps-secure-by-design: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/cloud-developer-tooling-compared-aws-vs-azure-vs-gcp: content_hash: d6eafe17e286f0c45c53ba87a2ee9a429d556119b3a137fb1cb1174679315eae description: '' @@ -1930,6 +2056,7 @@ https://acloudguru.com/blog/engineering/cloud-developer-tooling-compared-aws-vs- v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/cloud-security-comparison-aws-vs-azure-vs-gcp: content_hash: 5416c72941bb661095b0b7de9e487dbdc365f9a320d8f8ea45c8f6affc14dd86 description: '' @@ -1941,6 +2068,7 @@ https://acloudguru.com/blog/engineering/cloud-security-comparison-aws-vs-azure-v v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/containers-vs-serverless-which-is-right-for-you: content_hash: a1c174e123f17d92ed766c42eb834773af907721c321f465a0bbcd95dc1247c1 description: '' @@ -1952,6 +2080,7 @@ https://acloudguru.com/blog/engineering/containers-vs-serverless-which-is-right- v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/docker-copy-vs-add-whats-the-difference: content_hash: dd7875c6b06c3055701a0213b04fc50d7674302ed4c89738b6392873864ab0e5 description: '' @@ -1963,6 +2092,7 @@ https://acloudguru.com/blog/engineering/docker-copy-vs-add-whats-the-difference: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/getting-started-with-the-elastic-stack: content_hash: d789b8875d9365f03e1aba9f96df7890533dd8063902d8758b34559a44301fc1 description: '' @@ -1974,6 +2104,7 @@ https://acloudguru.com/blog/engineering/getting-started-with-the-elastic-stack: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/gke-ludicrous-speed-gke-image-streaming-speeds-up-container-starts: content_hash: 5b5a945b1ad80eb6304a8c4a8707d6852262d69ab409a8fe71eac22f70aeba5c description: '' @@ -1986,6 +2117,7 @@ https://acloudguru.com/blog/engineering/gke-ludicrous-speed-gke-image-streaming- v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/how-to-audit-and-secure-an-aws-account: content_hash: 1d2304d876c2a8c0e2497b75544bd439ef7b90c33e47699b3c672c19d4fb090a description: '' @@ -1997,6 +2129,7 @@ https://acloudguru.com/blog/engineering/how-to-audit-and-secure-an-aws-account: v1_locations: - docs/aws-security.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/how-to-troubleshoot-5-common-terraform-errors: content_hash: 6293691c6d95f53c8d864ff3fe408f2226c29e2179606b3a532e5e9516524fd0 description: '' @@ -2008,6 +2141,7 @@ https://acloudguru.com/blog/engineering/how-to-troubleshoot-5-common-terraform-e v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/how-to-use-github-actions-to-automate-terraform: content_hash: a2e847d105a84ffb8a9918c6c4ab959c0bef7166a24e1341904abff1629e9958 description: '' @@ -2019,6 +2153,7 @@ https://acloudguru.com/blog/engineering/how-to-use-github-actions-to-automate-te v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/how-to-use-terraform-inputs-and-outputs: content_hash: d89777bcef3c290838ce4de49a28e0f525e0b5dcdeab353e7ebb5cf7af07bc5f description: '' @@ -2030,6 +2165,7 @@ https://acloudguru.com/blog/engineering/how-to-use-terraform-inputs-and-outputs: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/one-shell-to-rule-them-all-5-reasons-to-use-powershell-for-cloud-management: content_hash: 3c8c53316d2bb59aaeddd28cc38d9e3a6dba83e63355c154a2e6575c44b5c42d description: '' @@ -2042,6 +2178,7 @@ https://acloudguru.com/blog/engineering/one-shell-to-rule-them-all-5-reasons-to- v1_locations: - docs/azure.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/s3-glacier-instant-retrieval-deep-dive-which-s3-storage-class-is-right-for-me: content_hash: f1e20076dafcb17e273404d97a6fd77a2e29af947eaad30e85ae17c8c9193da1 description: '' @@ -2054,6 +2191,7 @@ https://acloudguru.com/blog/engineering/s3-glacier-instant-retrieval-deep-dive-w v1_locations: - docs/aws-storage.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/securing-your-multi-cloud-terraform-pipelines-with-policy-as-code: content_hash: aa82ce67b1b1b8feb039b0d50d96c8c7d682089ee68a17dc15215142ff019fea description: '' @@ -2065,6 +2203,7 @@ https://acloudguru.com/blog/engineering/securing-your-multi-cloud-terraform-pipe v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/storage-showdown-aws-vs-azure-vs-gcp-cloud-comparison: content_hash: fb715c2e654ad29aceec3596e8213b1855a4205e6312aaca09891391253c27d4 description: '' @@ -2076,6 +2215,7 @@ https://acloudguru.com/blog/engineering/storage-showdown-aws-vs-azure-vs-gcp-clo v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/the-cloud-dictionary-of-pain-five-of-awss-toughest-cloud-topics: content_hash: 3126ff3b1ca4f43ee36710b006b04e06343ea82241920cfb825914ecd6f64437 description: '' @@ -2088,6 +2228,7 @@ https://acloudguru.com/blog/engineering/the-cloud-dictionary-of-pain-five-of-aws v1_locations: - docs/aws.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/the-top-cloud-diagramming-tools-ranked: content_hash: b3da3c03f5aa06f5622c4f4ce5b70fd70cd5051182676e90c8488a683c4564a5 description: '' @@ -2099,6 +2240,7 @@ https://acloudguru.com/blog/engineering/the-top-cloud-diagramming-tools-ranked: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet: content_hash: c33936ef9feadb9b6d50e9691528355414849f7ee99b0216d6f2c528625384b4 description: '' @@ -2110,6 +2252,7 @@ https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/twelve-factor-apps-in-kubernetes: content_hash: ade09eaee44e659352bef46587a0e3cbf741daf6f75b6b353c23edff2fda5207 description: '' @@ -2121,6 +2264,7 @@ https://acloudguru.com/blog/engineering/twelve-factor-apps-in-kubernetes: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/what-does-the-terraform-1-0-release-mean-for-you: content_hash: bffab7679ab7c393397c0461f7f0ac3f433c02709b9be6bd7b6aa0f8c4f38531 description: '' @@ -2136,6 +2280,7 @@ https://acloudguru.com/blog/engineering/what-does-the-terraform-1-0-release-mean v2_locations: - terraform.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/whats-new-with-kubernetes-1-22: content_hash: 42f23b60afd481f48069a07587c5aac5e15cb227ad674efcef2993c4af2cde8c description: '' @@ -2147,6 +2292,7 @@ https://acloudguru.com/blog/engineering/whats-new-with-kubernetes-1-22: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/which-kubernetes-distribution-is-right-for-you: content_hash: d33b3396d1818b6d6e13c21fbe33a3cb2c47d1b19e7ae61429ec15e614c76d3f description: '' @@ -2158,6 +2304,7 @@ https://acloudguru.com/blog/engineering/which-kubernetes-distribution-is-right-f v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://acloudguru.com/blog/engineering/why-learn-multiple-cloud-platforms: content_hash: beea31d145f37057a45d489f57f6c2969bd1600fde90b8e0f8ad886d77f8cebf description: '' @@ -2170,6 +2317,7 @@ https://acloudguru.com/blog/engineering/why-learn-multiple-cloud-platforms: v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://activemq.apache.org: ai_summary: An iconic, mature open-source multi-protocol message broker supporting JMS 1.1 and 2.0, AMQP, MQTT, and STOMP. Known for enterprise-grade reliability @@ -2199,6 +2347,7 @@ https://activemq.apache.org: v2_locations: - message-queue.md year: N/A + addition_method: manual https://activemq.apache.org/components/artemis: content_hash: 55fac5191b3e514b7de557a3634983e3598d621b1f35d95abe7a4c91b3be0252 description: '' @@ -2211,6 +2360,7 @@ https://activemq.apache.org/components/artemis: - docs/message-queue.md - docs/prometheus.md year: N/A + addition_method: manual https://activemq.apache.org/components/artemis/documentation/latest/management-console.html: content_hash: a4ed3ba5b31f60560eceef5ab717dd18f0e4e03b119d6803b3cf33f0f2509cde description: '' @@ -2221,6 +2371,7 @@ https://activemq.apache.org/components/artemis/documentation/latest/management-c v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://activemq.apache.org/components/artemis/documentation/latest/metrics.html: content_hash: 1692704a3e1ad6b9a0cafe0157dcf365472d7f6cbdd34144bea4e8a8028129b1 health_score: 100.0 @@ -2229,6 +2380,7 @@ https://activemq.apache.org/components/artemis/documentation/latest/metrics.html v1_locations: - docs/monitoring.md - docs/prometheus.md + addition_method: manual https://activemq.apache.org/components/artemis/documentation/latest/using-server.html: content_hash: 93165c9c7422bbf5af7b826de3739a2b7cd200bb3bbadfb9a79d2b4b5c49e5bd description: '' @@ -2240,6 +2392,7 @@ https://activemq.apache.org/components/artemis/documentation/latest/using-server v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://activemq.apache.org/components/classic: ai_summary: The classic implementation of Apache ActiveMQ, continuing to power millions of production enterprise nodes. It offers rich support for JMS client specifications @@ -2271,6 +2424,7 @@ https://activemq.apache.org/components/classic: - message-queue.md - prometheus.md year: N/A + addition_method: manual https://activemq.apache.org/components/classic/documentation: content_hash: 150f2f63e2554127d1e90ebd5db568331bf9d9e68f9612b19048abb5fb5a879b description: '' @@ -2286,6 +2440,7 @@ https://activemq.apache.org/components/classic/documentation: v2_locations: - prometheus.md year: N/A + addition_method: manual https://acuityscheduling.com: content_hash: 6283753b8cdb2266d32e022e5deb70440eb90d14c3be1a10a59e3f6cd4b9d530 description: '' @@ -2302,6 +2457,7 @@ https://acuityscheduling.com: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://adam-kotwasinski.medium.com/kafka-mesh-filter-in-envoy-a70b3aefcdef: content_hash: N/A description: '' @@ -2316,6 +2472,7 @@ https://adam-kotwasinski.medium.com/kafka-mesh-filter-in-envoy-a70b3aefcdef: v2_locations: - message-queue.md year: N/A + addition_method: manual https://adambien.blog/roller/abien/entry/kafka_jax_rs_microprofile_json: ai_summary: A technical Q&A session highlighting architectural strategies using Kafka, JAX-RS, MicroProfile, and JSON-B. This resource offers pragmatic patterns @@ -2345,6 +2502,7 @@ https://adambien.blog/roller/abien/entry/kafka_jax_rs_microprofile_json: v2_locations: - message-queue.md year: N/A + addition_method: manual https://adamrushuk.github.io/increasing-the-volumeclaimtemplates-disk-size-in-a-statefulset-on-aks: ai_summary: Practical resource detailing how to execute volume resizing inside AKS StatefulSet templates without recreating resources. Outlines safe manual modifications @@ -2373,6 +2531,7 @@ https://adamrushuk.github.io/increasing-the-volumeclaimtemplates-disk-size-in-a- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://adamtheautomator.com/ansible-kubernetes: content_hash: e2d73369897512a500d5c61ff44c5221121c649438c008fdcf7dc8e4bc3ab749 description: '' @@ -2389,6 +2548,7 @@ https://adamtheautomator.com/ansible-kubernetes: v2_locations: - ansible.md year: N/A + addition_method: manual https://adamtheautomator.com/aws-codedeploy: ai_summary: 'Curator Insight: Tutorial introducing AWS CodeDeploy setups for hosting infrastructure applications. @@ -2419,6 +2579,7 @@ https://adamtheautomator.com/aws-codedeploy: v2_locations: - aws-devops.md year: N/A + addition_method: manual https://adamtheautomator.com/azure-kubernetes-service: ai_summary: An administrative deployment guide for initiating, scaling, and managing AKS clusters via the Azure CLI and portal. Walks through foundational networking @@ -2448,6 +2609,7 @@ https://adamtheautomator.com/azure-kubernetes-service: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://adamtheautomator.com/github-actions-environment-variables: ai_summary: A deep-dive engineering guide on scoping, storing, and calling secrets and environment parameters within Actions runner processes. Explains how to set @@ -2478,6 +2640,7 @@ https://adamtheautomator.com/github-actions-environment-variables: v2_locations: - git.md year: N/A + addition_method: manual https://adamtheautomator.com/kubernetes-dashboard: content_hash: 759e6360b07f1b4e49bc1ef91f46121e616781f2ebc220f3afb5265c2b8116c4 health_score: 100.0 @@ -2485,6 +2648,7 @@ https://adamtheautomator.com/kubernetes-dashboard: needs_ai_refresh: true v1_locations: - docs/kubernetes-based-devel.md + addition_method: manual https://adamtheautomator.com/kubernetes-pvc: content_hash: c1cee18ce2d0557bc507890fb71471a1733651abac9012ceed9365f1a0cd387c description: '' @@ -2502,6 +2666,7 @@ https://adamtheautomator.com/kubernetes-pvc: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://adamtheautomator.com/kubespray: ai_summary: A hands-on, practical guide demonstrating step-by-step how to deploy a fully functioning Kubernetes cluster using Kubespray on custom virtual environments. @@ -2531,6 +2696,7 @@ https://adamtheautomator.com/kubespray: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://adamtheautomator.com/minikube-tutorial: content_hash: f5192faa4fa7c45c8c7e31dac82542eae77e065500fdf59fce084837c50cab09 description: '' @@ -2543,6 +2709,7 @@ https://adamtheautomator.com/minikube-tutorial: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://adamtheautomator.com/mongodb-kubernetes: content_hash: b79bf3c89dfe096956d6a3717c6496570eda94af876cbb609a84d1d9cc20bd69 description: '' @@ -2560,6 +2727,7 @@ https://adamtheautomator.com/mongodb-kubernetes: v2_locations: - nosql.md year: N/A + addition_method: manual https://adamtheautomator.com/postgres-to-kubernetes: content_hash: d821eace9cc3e2eb81e7ff3bbbe07175d36e930dbc146995c3d05ec2050bc771 description: '' @@ -2576,6 +2744,7 @@ https://adamtheautomator.com/postgres-to-kubernetes: v2_locations: - databases.md year: N/A + addition_method: manual https://adamtheautomator.com/prometheus-kubernetes: ai_summary: A detailed configuration manual showcasing how to deploy the kube-prometheus telemetry stack on Kubernetes via Helm. Includes steps for building custom dashboard @@ -2605,6 +2774,7 @@ https://adamtheautomator.com/prometheus-kubernetes: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://adamtheautomator.com/terraform-and-aws-rds: content_hash: fb507044459e2cb5f9ed141041b896e11e8201a8a32817a0e3e806b17d9dcf3f health_score: 100.0 @@ -2617,6 +2787,7 @@ https://adamtheautomator.com/terraform-and-aws-rds: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://adamtheautomator.com/terraform-aws-rds: content_hash: 99d25322715a589428b30890f710dbfb45f570189d4c135bb395c19ba982c627 description: '' @@ -2629,6 +2800,7 @@ https://adamtheautomator.com/terraform-aws-rds: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://adamtheautomator.com/terraform-azure-devops: content_hash: ecabef44876d8f872dde2991b7014aa69931038912991cc62d7d4a404ca16af7 description: '' @@ -2646,6 +2818,7 @@ https://adamtheautomator.com/terraform-azure-devops: v2_locations: - terraform.md year: N/A + addition_method: manual https://addozhang.medium.com/non-intrusive-inject-opentelemetry-auto-instrumentation-in-kubernetes-a9dfd49fc714: content_hash: N/A description: '' @@ -2661,6 +2834,7 @@ https://addozhang.medium.com/non-intrusive-inject-opentelemetry-auto-instrumenta v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://addwebsolution.com/blog/how-kubernetes-helps-businesses-manage-their-it-infrastructure: content_hash: 73982d11e419478099611f532b9c4cb017dc46b94debd633ccf6d03f67f093d1 description: '' @@ -2672,6 +2846,7 @@ https://addwebsolution.com/blog/how-kubernetes-helps-businesses-manage-their-it- v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://adequatica.medium.com/principles-of-writing-automated-tests-a2b72218264c: content_hash: N/A description: '' @@ -2686,6 +2861,7 @@ https://adequatica.medium.com/principles-of-writing-automated-tests-a2b72218264c v2_locations: - qa.md year: N/A + addition_method: manual https://adevait.com: ai_summary: Global engineering network facilitating long-term remote hiring of vetted developers for scaling companies and enterprises. @@ -2712,6 +2888,7 @@ https://adevait.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://adevait.com/software/creating-branching-strategy: ai_summary: Pragmatic operational guide focusing on designing lightweight Git branching workflows that maximize output for small engineering teams. Outlines the transition @@ -2741,6 +2918,7 @@ https://adevait.com/software/creating-branching-strategy: v2_locations: - git.md year: N/A + addition_method: manual https://adicode.ml/python-libraries-for-webdevelopment: content_hash: N/A description: '' @@ -2755,6 +2933,7 @@ https://adicode.ml/python-libraries-for-webdevelopment: v2_locations: - python.md year: N/A + addition_method: manual https://adictosaltrabajo.com/2016/02/03/como-reducir-el-codigo-repetitivo-con-lombok: content_hash: 018b41d4f0ba1f477d73996c5c27edc0e015789364e59d91d097b9193e78e006 health_score: 100.0 @@ -2767,6 +2946,7 @@ https://adictosaltrabajo.com/2016/02/03/como-reducir-el-codigo-repetitivo-con-lo - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://adictosaltrabajo.com/2016/10/26/monitorizacion-y-analisis-de-rendimiento-de-aplicaciones-con-dynatrace: content_hash: fcc1c91ce5a7c18e6190dad2de5aa87b5f088d4bab55cc7567f6ce52f929bdb3 health_score: 100.0 @@ -2779,6 +2959,7 @@ https://adictosaltrabajo.com/2016/10/26/monitorizacion-y-analisis-de-rendimiento - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://adictosaltrabajo.com/2018/12/13/spring-boot-war-o-jar-ambos: content_hash: 3742ebbb853928a46e27e78e97a620f6fab63bf62a0a0f356d46109d7d173957 health_score: 100.0 @@ -2791,6 +2972,7 @@ https://adictosaltrabajo.com/2018/12/13/spring-boot-war-o-jar-ambos: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual ? https://adictosaltrabajo.com/2020/12/22/como-crear-y-desplegar-microservicios-con-spring-boot-spring-cloud-netflix-y-docker : content_hash: 91318179a0c38a920173b2b4f9bdaf6b7132876a7880becc0ddbea55c1092d5d health_score: 100.0 @@ -2803,6 +2985,7 @@ https://adictosaltrabajo.com/2018/12/13/spring-boot-war-o-jar-ambos: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://adil.medium.com/network-traffic-shaping-in-kubernetes-topology-aware-routing-e4ea4a03dd20: content_hash: N/A description: '' @@ -2817,6 +3000,7 @@ https://adil.medium.com/network-traffic-shaping-in-kubernetes-topology-aware-rou v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://aditya-sunjava.medium.com/externalizing-configurations-in-kubernetes-using-configmap-and-secret-bfda0970d8ae: content_hash: N/A description: '' @@ -2832,6 +3016,7 @@ https://aditya-sunjava.medium.com/externalizing-configurations-in-kubernetes-usi v2_locations: - kubernetes.md year: N/A + addition_method: manual https://admiralty.io: ai_summary: 'Curator Insight: Domain hosting Admiralty, a Kubernetes multi-cluster scheduler platform. @@ -2862,6 +3047,7 @@ https://admiralty.io: v2_locations: - aws-devops.md year: N/A + addition_method: manual https://admiralty.io/docs/tutorials/fargate: ai_summary: 'Curator Insight: Technical documentation on configuring Multi-Region AWS Fargate nodes with Admiralty. @@ -2892,6 +3078,7 @@ https://admiralty.io/docs/tutorials/fargate: v2_locations: - aws-devops.md year: N/A + addition_method: manual https://adoptium.net: content_hash: f191fb503c5e26358c793353c62af5d5a7ecaaf42535852d0609d6fc81c353e7 health_score: 100.0 @@ -2904,6 +3091,7 @@ https://adoptium.net: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://adoptium.net/news/2021/08/using-jlink-in-dockerfiles: content_hash: 70b0dfae26a0e17953e94f5bea30d350c0e60a6c7212b05f277eec09d259e61b health_score: 100.0 @@ -2916,6 +3104,7 @@ https://adoptium.net/news/2021/08/using-jlink-in-dockerfiles: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://adoptopenjdk.net: content_hash: a9ab9d6d344fbf3a9c7f890c55af0095efe06dbe66c0c0f2b5b92a18f0fa8a98 description: '' @@ -2927,6 +3116,7 @@ https://adoptopenjdk.net: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk-8-to-14: content_hash: 97ba3575c11a50391bf93564238da1c8f507274730f4f7eb970bb25169cab439 description: '' @@ -2944,6 +3134,7 @@ https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk-8-to-16: content_hash: 97ba3575c11a50391bf93564238da1c8f507274730f4f7eb970bb25169cab439 description: '' @@ -2961,6 +3152,7 @@ https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://aesher9o1.medium.com/autoscale-large-images-faster-using-longhorn-distributed-storage-618d0cf01ba2: content_hash: N/A description: '' @@ -2976,6 +3168,7 @@ https://aesher9o1.medium.com/autoscale-large-images-faster-using-longhorn-distri v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://age-of-product.com/42-scrum-product-owner-interview-questions: ai_summary: Curator Insight lists Product Owner interview questions assessing backlog pruning, Agile alignment, and stakeholder management. Live Grounding shows that @@ -3005,6 +3198,7 @@ https://age-of-product.com/42-scrum-product-owner-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://age-of-product.com/scrum-2021: content_hash: beb63908c074ca48c02ef7d7d94abac60b2d474145f27ba20aae913b13449d32 description: '' @@ -3021,6 +3215,7 @@ https://age-of-product.com/scrum-2021: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://agilecheetah.com/why-so-many-developers-are-fed-up-with-agile-pt-3: content_hash: N/A description: '' @@ -3035,18 +3230,21 @@ https://agilecheetah.com/why-so-many-developers-are-fed-up-with-agile-pt-3: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://agilemanifesto.org: content_hash: 7bb70732934d889dd7fd9c6132545be1f9578cd611641bf5110ddeca028e291c health_score: 100.0 last_checked: 1779031425.544854 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://agilemethodology.org: content_hash: 4e45120206849343aa0a8d8b20de465b622d6a663125cc1da4e7c74b09dd3937 health_score: 100.0 last_checked: 1779032522.047201 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://agola.io: content_hash: 848fc518f77b0d97a3477965d4d9b529d26fafb1a15d84113b9aa7679d8c044f description: '' @@ -3063,6 +3261,7 @@ https://agola.io: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://ahmedy.hashnode.dev/creating-tls-certificates-for-k8s-components-with-openssl: content_hash: N/A description: '' @@ -3077,6 +3276,7 @@ https://ahmedy.hashnode.dev/creating-tls-certificates-for-k8s-components-with-op v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://ahmet.im/blog/building-container-images-in-go: ai_summary: Curator Insight explores programmatically constructing container images inside Go applications without relying on a local Docker daemon. Live Grounding @@ -3107,6 +3307,7 @@ https://ahmet.im/blog/building-container-images-in-go: v2_locations: - golang.md year: N/A + addition_method: manual https://aidanfinn.com/?p=23582: content_hash: a49617c85efce1872f8d077ade0716aae55c7718f0fad23a08eddf10f349e7cf description: '' @@ -3123,6 +3324,7 @@ https://aidanfinn.com/?p=23582: v2_locations: - azure.md year: N/A + addition_method: manual https://aigents.co/blog/coding-tutorial/data-structures-and-python: content_hash: cc1e6e7b9d53f391acb808b0a3320265623a15ba4d766a9c57bef748fc45ebb3 description: '' @@ -3134,6 +3336,7 @@ https://aigents.co/blog/coding-tutorial/data-structures-and-python: v1_locations: - docs/python.md year: N/A + addition_method: manual https://aigents.co/blog/coding-tutorial/pro-python-tips-for-data-analysts: content_hash: e3005da29d0f576376112103385ec91f698cb897b0ece83ef53aa58927af519b description: '' @@ -3145,6 +3348,7 @@ https://aigents.co/blog/coding-tutorial/pro-python-tips-for-data-analysts: v1_locations: - docs/python.md year: N/A + addition_method: manual https://aigents.co/data-science-blog/coding-tutorial/data-structures-and-python: content_hash: 56677cfc859818cb1670958fff095221bcf0641a5a17009b961cc5bf8419c10b health_score: 100.0 @@ -3156,6 +3360,7 @@ https://aigents.co/data-science-blog/coding-tutorial/data-structures-and-python: - docs/python.md v2_locations: - python.md + addition_method: manual https://aigents.co/data-science-blog/coding-tutorial/pro-python-tips-for-data-analysts: content_hash: 3f6bd24251ab55aa645e1aaedab919b137dfd9c5d47a6073056aa3ca5ebe2a7b health_score: 100.0 @@ -3168,6 +3373,7 @@ https://aigents.co/data-science-blog/coding-tutorial/pro-python-tips-for-data-an - docs/python.md v2_locations: - python.md + addition_method: manual https://aiml.com/quizzes/deep-learning-large-language-models-quiz-medium: content_hash: 532e934008b34178aada7fdadab333201490e1a138b3b3d0be9a2b2dd6b95a6d description: '' @@ -3184,6 +3390,7 @@ https://aiml.com/quizzes/deep-learning-large-language-models-quiz-medium: v2_locations: - mlops.md year: N/A + addition_method: manual https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/operators.html: ai_summary: Official engineering reference for the KubernetesPodOperator. Explains how to spin up isolated, dedicated pods within a target Kubernetes namespace dynamically @@ -3212,6 +3419,7 @@ https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/ v2_locations: - message-queue.md year: N/A + addition_method: manual https://airflow.apache.org/docs/apache-airflow/stable/howto/add-owner-links.html: ai_summary: A practical guide showing how to map ownership contacts, support channels, and documentation links to pipeline owners within Airflow dashboards for rapid @@ -3240,6 +3448,7 @@ https://airflow.apache.org/docs/apache-airflow/stable/howto/add-owner-links.html v2_locations: - message-queue.md year: N/A + addition_method: manual https://airflow.apache.org/docs/helm-chart: ai_summary: The official Apache Airflow community Helm Chart. Provides pre-configured, modular, and enterprise-hardened templates for deploying schedulers, webservers, @@ -3267,6 +3476,7 @@ https://airflow.apache.org/docs/helm-chart: v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://aithority.com/it-and-devops/cloud/bacula-systems-announces-worlds-first-enterprise-class-backup-and-recovery-solution-for-red-hat-openshift : content_hash: 798ab0f7632128ad2746bfc81f84fa435e798b553a346a92c5e4e22123cbb94a description: '' @@ -3283,6 +3493,7 @@ https://airflow.apache.org/docs/helm-chart: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://ajay-yadav.medium.com/internals-of-kubernetes-aff264063e91: content_hash: N/A description: '' @@ -3297,6 +3508,7 @@ https://ajay-yadav.medium.com/internals-of-kubernetes-aff264063e91: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://akhilsharma.work/checking-kubernetes-api-calls-using-kubectl: content_hash: N/A description: '' @@ -3311,6 +3523,7 @@ https://akhilsharma.work/checking-kubernetes-api-calls-using-kubectl: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://akhilsharma.work/how-to-list-azure-rbac-roles-to-secure-aks-clusters: content_hash: N/A description: '' @@ -3325,6 +3538,7 @@ https://akhilsharma.work/how-to-list-azure-rbac-roles-to-secure-aks-clusters: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://akhilsharma.work/kubectl-get-resource-short-names: content_hash: N/A description: '' @@ -3339,6 +3553,7 @@ https://akhilsharma.work/kubectl-get-resource-short-names: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://akhilsharma.work/the-4cs-of-kubernetes-security: content_hash: N/A description: '' @@ -3353,6 +3568,7 @@ https://akhilsharma.work/the-4cs-of-kubernetes-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://akintola-lonlon.medium.com/aws-kubernetes-the-1-rule-you-need-to-master-before-going-to-production-628b75ba1b6a: content_hash: N/A description: '' @@ -3368,6 +3584,7 @@ https://akintola-lonlon.medium.com/aws-kubernetes-the-1-rule-you-need-to-master- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://akka.io: content_hash: 0d89cfb47b8aff54b8f4102384fc20b26a9d857093c7b9819db58c5299b4843e health_score: 100.0 @@ -3379,6 +3596,7 @@ https://akka.io: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://akomljen.com/kubernetes-backup-and-restore-with-velero: content_hash: 82e5b1c2a61f0f07398039f20d71588813471ad6d3993f22d0560d423d6a2978 health_score: 100.0 @@ -3391,6 +3609,7 @@ https://akomljen.com/kubernetes-backup-and-restore-with-velero: - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://akuity.io/blog/argo-cd-architectures-explained: ai_summary: 'Curator Insight: Compares and contrasts different deployment topologies for Argo CD, including mono-cluster, hub-and-spoke, and fully decentralized models. @@ -3420,6 +3639,7 @@ https://akuity.io/blog/argo-cd-architectures-explained: v2_locations: - argo.md year: N/A + addition_method: manual https://akv2k8s.io: ai_summary: An alternative, highly lightweight operator for syncing Azure Key Vault certificates and configurations into native Kubernetes Secrets. Promotes clean @@ -3447,6 +3667,7 @@ https://akv2k8s.io: v2_locations: - devsecops.md year: N/A + addition_method: manual https://akyriako.medium.com/configure-path-based-routing-with-nginx-ingress-controller-64a63cd4d6bd: content_hash: N/A description: '' @@ -3461,6 +3682,7 @@ https://akyriako.medium.com/configure-path-based-routing-with-nginx-ingress-cont v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://akyriako.medium.com/kubernetes-logging-with-grafana-loki-promtail-in-under-10-minutes-d2847d526f9e: content_hash: N/A description: '' @@ -3476,6 +3698,7 @@ https://akyriako.medium.com/kubernetes-logging-with-grafana-loki-promtail-in-und v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://akyriako.medium.com/provision-a-high-availability-k3s-cluster-with-k3d-a7519f476c9c: content_hash: N/A description: '' @@ -3490,6 +3713,7 @@ https://akyriako.medium.com/provision-a-high-availability-k3s-cluster-with-k3d-a v2_locations: - rancher.md year: N/A + addition_method: manual https://akyriako.medium.com/provision-an-on-prems-kubernetes-cluster-with-rancher-terraform-and-ansible-e26e24059319: content_hash: N/A description: '' @@ -3505,6 +3729,7 @@ https://akyriako.medium.com/provision-an-on-prems-kubernetes-cluster-with-ranche v2_locations: - rancher.md year: N/A + addition_method: manual https://alain-airom.medium.com/kubernetes-operators-patterns-and-best-practices-b7fbaa4cbd1: content_hash: N/A description: '' @@ -3520,6 +3745,7 @@ https://alain-airom.medium.com/kubernetes-operators-patterns-and-best-practices- v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://alanblackmore.medium.com/aws-diagram-architecture-afb50ea569a4: content_hash: N/A description: '' @@ -3534,6 +3760,7 @@ https://alanblackmore.medium.com/aws-diagram-architecture-afb50ea569a4: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://alanblackmore.medium.com/what-is-aws-vpc-peering-af85c1e29fb2: content_hash: N/A description: '' @@ -3548,6 +3775,7 @@ https://alanblackmore.medium.com/what-is-aws-vpc-peering-af85c1e29fb2: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://alemsbaja.hashnode.dev/git-and-github-demystified-a-comprehensive-guide-for-version-control-system: content_hash: N/A description: '' @@ -3563,6 +3791,7 @@ https://alemsbaja.hashnode.dev/git-and-github-demystified-a-comprehensive-guide- v2_locations: - git.md year: N/A + addition_method: manual https://alenkacz.medium.com/kubernetes-operator-best-practices-implementing-observedgeneration-250728868792: content_hash: N/A description: '' @@ -3577,6 +3806,7 @@ https://alenkacz.medium.com/kubernetes-operator-best-practices-implementing-obse v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://alesnosek.com/blog/2020/06/30/ci-slash-cd-pipeline-spanning-multiple-openshift-clusters: content_hash: c4efead9aa3081e28fcca8bdc6c44006502f8c8b73122bc0ba1d6b46a631cd69 health_score: 100.0 @@ -3589,6 +3819,7 @@ https://alesnosek.com/blog/2020/06/30/ci-slash-cd-pipeline-spanning-multiple-ope - docs/demos.md v2_locations: - demos.md + addition_method: manual https://alexander-goida.medium.com/thoughts-about-breaking-silos-of-software-engineering-teams-323d1f78ef68: content_hash: N/A description: '' @@ -3606,6 +3837,7 @@ https://alexander-goida.medium.com/thoughts-about-breaking-silos-of-software-eng - about.md - project-management-methodology.md year: N/A + addition_method: manual https://alexander.holbreich.org/gitops-journey: content_hash: 60dc09ca88c81c0798d019bbb5b8b308ed4adf9eb15d72d1f5dd5fc785e02f1b description: '' @@ -3622,6 +3854,7 @@ https://alexander.holbreich.org/gitops-journey: v2_locations: - flux.md year: N/A + addition_method: manual https://alexandre-vazquez.com/inject-secrets-in-pods-using-hashicorp-vault: ai_summary: A quick-start configuration tutorial for implementing vault-agent sidecar injection in under 5 minutes. Simplifies standard documentation into a practical, @@ -3650,6 +3883,7 @@ https://alexandre-vazquez.com/inject-secrets-in-pods-using-hashicorp-vault: v2_locations: - devsecops.md year: N/A + addition_method: manual https://alexandrehtrb.github.io/posts/2024/03/http2-and-http3-explained: content_hash: d24d5c78e02bc1c77a6db810843ffebc59fe6599a36a32a3faa717bad0c32d4c description: '' @@ -3666,6 +3900,7 @@ https://alexandrehtrb.github.io/posts/2024/03/http2-and-http3-explained: v2_locations: - networking.md year: N/A + addition_method: manual https://alexandrev.medium.com/grafana-alerting-vs-alertmanager-a-comparison-of-two-leading-monitoring-tools-5e262446a5f9: content_hash: N/A description: '' @@ -3681,6 +3916,7 @@ https://alexandrev.medium.com/grafana-alerting-vs-alertmanager-a-comparison-of-t v2_locations: - grafana.md year: N/A + addition_method: manual https://alexandrev.medium.com/how-to-enable-sticky-session-on-your-kubernetes-workloads-using-istio-e789014a6acd: content_hash: N/A description: '' @@ -3696,6 +3932,7 @@ https://alexandrev.medium.com/how-to-enable-sticky-session-on-your-kubernetes-wo v2_locations: - istio.md year: N/A + addition_method: manual https://alexandrev.medium.com/kubernetes-autoscaling-1-26-a-game-changer-for-keda-users-c718a81fb155: content_hash: N/A description: '' @@ -3711,6 +3948,7 @@ https://alexandrev.medium.com/kubernetes-autoscaling-1-26-a-game-changer-for-ked v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://alexsniffin.medium.com/debugging-remotely-in-kubernetes-with-go-fda4f3332316: content_hash: N/A description: '' @@ -3727,6 +3965,7 @@ https://alexsniffin.medium.com/debugging-remotely-in-kubernetes-with-go-fda4f333 - golang.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://alicegg.tech/2020/11/09/helm: content_hash: a431ffee2291862a4f98fb6191734f3852a3c775c233592ed431be09c5b57c0f health_score: 100.0 @@ -3739,6 +3978,7 @@ https://alicegg.tech/2020/11/09/helm: - docs/flux.md v2_locations: - flux.md + addition_method: manual https://alicegg.tech/2020/11/09/helm.html: content_hash: 85e876cd90436759b62df6922b082ec3e1745a4db51b4e94bcadd4b7c6958849 description: '' @@ -3750,6 +3990,7 @@ https://alicegg.tech/2020/11/09/helm.html: v1_locations: - docs/flux.md year: N/A + addition_method: manual https://allanjohn909.medium.com/kubernetes-ingress-traefik-cert-manager-letsencrypt-3cb5ea4ee071: content_hash: N/A description: '' @@ -3765,6 +4006,7 @@ https://allanjohn909.medium.com/kubernetes-ingress-traefik-cert-manager-letsencr v2_locations: - kubernetes.md year: N/A + addition_method: manual https://allazureblog.wordpress.com/2024/01/18/azure-bastion-and-udrs: content_hash: a79d10726863066126fbe8113a42d759cb01aa050a3130e0e064d32774ed7b41 description: '' @@ -3781,6 +4023,7 @@ https://allazureblog.wordpress.com/2024/01/18/azure-bastion-and-udrs: v2_locations: - azure.md year: N/A + addition_method: manual https://allendowney.github.io/ThinkPython: ai_summary: A classic computational thinking handbook utilizing Python. Focuses on algorithmic integrity, data structure designs, object-oriented implementations, @@ -3803,6 +4046,7 @@ https://allendowney.github.io/ThinkPython: - python.md - chatgpt.md year: '2025' + addition_method: manual https://allure.qatools.ru: content_hash: N/A health_score: 100.0 @@ -3810,6 +4054,7 @@ https://allure.qatools.ru: v1_locations: - docs/jenkins.md - docs/qa.md + addition_method: manual https://alpacked.io/blog/infrastructure-as-code-for-devops: content_hash: 6a85f3dada50827722040c64e0816575206a7a19fc3eb33388f405aac8d5646c description: '' @@ -3829,6 +4074,7 @@ https://alpacked.io/blog/infrastructure-as-code-for-devops: - devops.md - index.md year: N/A + addition_method: manual https://alsmola.medium.com/securing-github-organizations-9c33c850638: content_hash: N/A description: '' @@ -3843,6 +4089,7 @@ https://alsmola.medium.com/securing-github-organizations-9c33c850638: v2_locations: - git.md year: N/A + addition_method: manual https://aly.arriqaaq.com/golang-design-patterns: content_hash: N/A description: '' @@ -3857,6 +4104,7 @@ https://aly.arriqaaq.com/golang-design-patterns: v2_locations: - golang.md year: N/A + addition_method: manual https://amalaruja.medium.com/basic-http-routing-strategies-with-envoy-376be42559eb: content_hash: N/A description: '' @@ -3871,6 +4119,7 @@ https://amalaruja.medium.com/basic-http-routing-strategies-with-envoy-376be42559 v2_locations: - servicemesh.md year: N/A + addition_method: manual https://aman.ai/primers/ai: ai_summary: Curator Insight profiles a high-density reference notebook condensing advanced ML and AI theorems. Live Grounding confirms it's a prized reference site @@ -3898,6 +4147,7 @@ https://aman.ai/primers/ai: v2_locations: - ai.md year: N/A + addition_method: manual https://aman.ai/primers/ai/LLM: ai_summary: Curator Insight details the mathematics, tokenization mechanics, and transformer models driving Large Language Models (LLMs). Live Grounding recognizes @@ -3924,6 +4174,7 @@ https://aman.ai/primers/ai/LLM: v2_locations: - ai.md year: N/A + addition_method: manual https://aman.ai/primers/ai/bert: ai_summary: An academic and practical primer on BERT (Bidirectional Encoder Representations from Transformers). Details the masked language modeling and next sentence prediction @@ -3951,6 +4202,7 @@ https://aman.ai/primers/ai/bert: v2_locations: - ai.md year: N/A + addition_method: manual https://aman.ai/primers/ai/gpt: ai_summary: A technical breakdown of the Generative Pre-trained Transformer (GPT) series. Traces the evolution of decoder-only architectures, scaling laws, autoregressive @@ -3977,6 +4229,7 @@ https://aman.ai/primers/ai/gpt: v2_locations: - ai.md year: N/A + addition_method: manual https://aman.ai/primers/ai/transformers: ai_summary: A highly-detailed architectural deep-dive into the Transformer model architecture. Explains multi-head attention mechanisms, positional encoding formulations, @@ -4003,6 +4256,7 @@ https://aman.ai/primers/ai/transformers: v2_locations: - ai.md year: N/A + addition_method: manual https://amazicworld.com/top-5-security-threats-unique-to-a-kubernetes-and-cloud-native-stack: content_hash: N/A description: '' @@ -4018,6 +4272,7 @@ https://amazicworld.com/top-5-security-threats-unique-to-a-kubernetes-and-cloud- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://amazicworld.com/why-apis-cant-be-missed-when-it-comes-to-devops: content_hash: N/A description: '' @@ -4032,6 +4287,7 @@ https://amazicworld.com/why-apis-cant-be-missed-when-it-comes-to-devops: v2_locations: - api.md year: N/A + addition_method: manual https://amazon.qwiklabs.com/catalog: content_hash: 61362b71052128f7c4de58f157cbfdd2ffbde231c08de1f09f9fabdf62c328d4 description: '' @@ -4047,6 +4303,7 @@ https://amazon.qwiklabs.com/catalog: v2_locations: - aws.md year: N/A + addition_method: manual https://ambar-thecloudgarage.medium.com/eks-anywhere-decoding-the-architecture-fd2741b03e0a: content_hash: N/A description: '' @@ -4061,6 +4318,7 @@ https://ambar-thecloudgarage.medium.com/eks-anywhere-decoding-the-architecture-f v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745: ai_summary: 'An archival reference describing historical patterns of Weaveworks GitOps implementations across multi-cloud topologies. NOTE: The original URL has @@ -4084,6 +4342,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745: - introduction.md - servicemesh.md year: '2021' + addition_method: manual ? https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/case-study-national-australia-bank-decreases-operational-overhead-with-gitops : content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4095,6 +4354,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual ? https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/deutsche-telekom-explain-why-they-chose-gitops-for-5g : content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4106,6 +4366,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/gitops-in-the-modern-enterprise: content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4117,6 +4378,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/b - docs/gitops.md v2_locations: - gitops.md + addition_method: manual ? https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/gitops-takes-devops-teams-to-higher-levels-of-maturity : content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4128,6 +4390,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/b - docs/gitops.md v2_locations: - gitops.md + addition_method: manual ? https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/manage-thousands-of-clusters-with-gitops-and-the-cluster-api : ai_summary: 'Historical reference documenting the intersection of GitOps deployment paradigms and Cluster API (CAPI) for planetary-scale multi-cluster environments. @@ -4150,6 +4413,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/b v2_locations: - kubernetes-on-premise.md year: '2021' + addition_method: manual ? https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/managing-kubernetes-with-gitops-in-a-multi-cluster-multi-cloud-world : content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4161,6 +4425,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/b - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/the-history-of-gitops: content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4172,6 +4437,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/b - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/what-is-gitops-really: content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4183,6 +4449,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/b - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/wkp-team-workspaces-rbac: content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4194,6 +4461,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/b - docs/gitops.md v2_locations: - gitops.md + addition_method: manual ? https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/blog/wksctl-a-new-oss-kubernetes-manager-using-gitops : ai_summary: 'Historical reference covering the announcement of WKSctl as an open-source GitOps-centric cluster bootstrapper. Note: The URL appears to have defaulted to @@ -4216,6 +4484,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/b - gitops.md - kubernetes-on-premise.md year: '2020' + addition_method: manual https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/product/gitops-enterprise: content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4227,6 +4496,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/p - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/technologies/gitops: content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4238,6 +4508,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/t - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/use-cases/security-with-gitops: content_hash: b7f3e75556107ffa37fc0b78e376b07f6ebdb4d3b53b6a3561173cc2015e8558 health_score: 100.0 @@ -4249,6 +4520,7 @@ https://ambking1234.biz/?action=register&marketingRef=6788b227da9499f55f6ea745/u - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://americanexpress.io/do-not-run-dockerized-applications-as-root: content_hash: b6ffb8c6ab19a856726a1bb7e8ad54a0bc542a10e05fe77db7bdceade02a7a00 description: '' @@ -4265,6 +4537,7 @@ https://americanexpress.io/do-not-run-dockerized-applications-as-root: v2_locations: - docker.md year: N/A + addition_method: manual https://amitprius.medium.com/python-dictionary-zero-to-hero-with-examples-a7497a672dd4: content_hash: N/A description: '' @@ -4279,6 +4552,7 @@ https://amitprius.medium.com/python-dictionary-zero-to-hero-with-examples-a7497a v2_locations: - python.md year: N/A + addition_method: manual https://amod-kadam.medium.com/are-there-two-load-balancer-controllers-with-eks-8a7b04db8c93: content_hash: N/A description: '' @@ -4294,6 +4568,7 @@ https://amod-kadam.medium.com/are-there-two-load-balancer-controllers-with-eks-8 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://amolmote.hashnode.dev/replicaset-deployment-in-kubernetes: content_hash: N/A description: '' @@ -4308,6 +4583,7 @@ https://amolmote.hashnode.dev/replicaset-deployment-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://amralaayassen.medium.com/how-to-create-argocd-applications-automatically-using-applicationset-automation-of-the-gitops-59455eaf4f72 : content_hash: N/A description: '' @@ -4323,6 +4599,7 @@ https://amolmote.hashnode.dev/replicaset-deployment-in-kubernetes: v2_locations: - argo.md year: N/A + addition_method: manual https://amy-ma.medium.com/ingress-configuration-d9f13c5bcf1a: content_hash: N/A description: '' @@ -4337,6 +4614,7 @@ https://amy-ma.medium.com/ingress-configuration-d9f13c5bcf1a: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://anaisurl.com/full-tutorial-monitoring: ai_summary: An extensive tutorial demonstrating the installation and routing setup of a modern troubleshooting stack. Combines Prometheus metrics, Grafana dashboards, @@ -4367,6 +4645,7 @@ https://anaisurl.com/full-tutorial-monitoring: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://anaisurl.com/kubernetes-rbac: ai_summary: 'Curator Insight: Accessible guide explaining subjects, resources, verbs, and role bindings. Live Grounding: An ideal foundational reference with visual @@ -4395,6 +4674,7 @@ https://anaisurl.com/kubernetes-rbac: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://analoghq.ai/blog/es/matriz-raci: content_hash: 247fcedabeaca97cffddbce4437e75fd6f0ab4dad3af81e995b99920aae4c994 health_score: 100.0 @@ -4407,6 +4687,7 @@ https://analoghq.ai/blog/es/matriz-raci: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://analoghq.ai/blog/es/tipos-de-consultoria: content_hash: 19bad869834ab13847521e84c581fb368ebbc0622e0438d76e87824a79eb89f6 health_score: 100.0 @@ -4419,6 +4700,7 @@ https://analoghq.ai/blog/es/tipos-de-consultoria: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://analyticsindiamag.com/ansible-vs-docker-a-detailed-comparison-of-devops-tools: content_hash: fc25dd05f8a367ba81d907e65936a5a50af618031ffc8f23a8e649d02eaedb6a description: '' @@ -4436,6 +4718,7 @@ https://analyticsindiamag.com/ansible-vs-docker-a-detailed-comparison-of-devops- v2_locations: - ansible.md year: N/A + addition_method: manual https://analyticsindiamag.com/free-online-resources-to-get-started-on-cloud-computing: ai_summary: A curated educational index grouping free, authoritative training resources and engineering courses to build platform engineering fundamentals on popular @@ -4463,6 +4746,7 @@ https://analyticsindiamag.com/free-online-resources-to-get-started-on-cloud-comp v2_locations: - aws-training.md year: N/A + addition_method: manual https://analyticsindiamag.com/github-launches-code-scanner-to-flag-security-vulnerabilities: ai_summary: Summarizes the release of GitHub's native Advanced Security SAST tooling, focusing on the enterprise value of code-scanning pipelines powered by CodeQL @@ -4490,6 +4774,7 @@ https://analyticsindiamag.com/github-launches-code-scanner-to-flag-security-vuln v2_locations: - git.md year: N/A + addition_method: manual https://analyticsindiamag.com/how-uber-is-leveraging-apache-kafka-for-more-than-300-micro-services: ai_summary: 'Curator Insight: High-level overview of Uber''s multi-cluster global event bus setup. Live Grounding: Discusses operating trillions of daily messages @@ -4520,6 +4805,7 @@ https://analyticsindiamag.com/how-uber-is-leveraging-apache-kafka-for-more-than- v2_locations: - message-queue.md year: N/A + addition_method: manual https://analyticsindiamag.com/is-coding-necessary-to-work-as-a-data-scientist: content_hash: fc25dd05f8a367ba81d907e65936a5a50af618031ffc8f23a8e649d02eaedb6a description: '' @@ -4536,6 +4822,7 @@ https://analyticsindiamag.com/is-coding-necessary-to-work-as-a-data-scientist: v2_locations: - mlops.md year: N/A + addition_method: manual https://analyticsindiamag.com/kubernetes-v1-21-released-major-updates-latest-features: content_hash: fc25dd05f8a367ba81d907e65936a5a50af618031ffc8f23a8e649d02eaedb6a description: '' @@ -4553,6 +4840,7 @@ https://analyticsindiamag.com/kubernetes-v1-21-released-major-updates-latest-fea v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://analyticsindiamag.com/object-oriented-programming-python: content_hash: fc25dd05f8a367ba81d907e65936a5a50af618031ffc8f23a8e649d02eaedb6a description: '' @@ -4569,6 +4857,7 @@ https://analyticsindiamag.com/object-oriented-programming-python: v2_locations: - python.md year: N/A + addition_method: manual https://analyticsindiamag.com/top-tools-for-enabling-ci-cd-in-ml-pipelines: content_hash: fc25dd05f8a367ba81d907e65936a5a50af618031ffc8f23a8e649d02eaedb6a description: '' @@ -4585,6 +4874,7 @@ https://analyticsindiamag.com/top-tools-for-enabling-ci-cd-in-ml-pipelines: v2_locations: - mlops.md year: N/A + addition_method: manual https://anchore.com: ai_summary: An enterprise platform for container analysis, policy enforcement, and compliance management. Utilizes deep-image scanning to inspect file systems, OS-level @@ -4613,6 +4903,7 @@ https://anchore.com: v2_locations: - devsecops.md year: N/A + addition_method: manual https://anchore.com/cicd: ai_summary: An overview of Anchore's enterprise solutions for securing CI/CD pipelines through extensive Software Bill of Materials (SBOM) generation and continuous @@ -4641,6 +4932,7 @@ https://anchore.com/cicd: v2_locations: - devsecops.md year: N/A + addition_method: manual https://anchore.com/kubernetes: ai_summary: This reference highlights Anchore's integration into Kubernetes systems to enforce compliance and vulnerability policies. It showcases the utilization @@ -4669,6 +4961,7 @@ https://anchore.com/kubernetes: v2_locations: - devsecops.md year: N/A + addition_method: manual https://andara88.it.com: content_hash: 7c81f768d9c09f8411cbf85665039f93cbaf59d64784968a79460d19d37cf637 health_score: 100.0 @@ -4681,6 +4974,7 @@ https://andara88.it.com: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://anderfernandez.com/blog/automatizar-script-python-google-cloud: content_hash: eec2c075fa1fcf63b251a3df0fbd238b76ae15adcea51e511b978549328cd266 description: '' @@ -4697,6 +4991,7 @@ https://anderfernandez.com/blog/automatizar-script-python-google-cloud: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual ? https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-6-adding-health-checks-with-liveness-readiness-and-startup-probes : content_hash: d852511b76723ddc0130940b51f3e4727f849582db1146cc07463d9de2c02648 description: '' @@ -4714,6 +5009,7 @@ https://anderfernandez.com/blog/automatizar-script-python-google-cloud: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-7-running-database-migrations: content_hash: 5b409682792eb95e4cdbe33d4e23078e3f72d656f4ef617b26dc86ee82c0adcc description: '' @@ -4731,6 +5027,7 @@ https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-7- v2_locations: - databases.md year: N/A + addition_method: manual https://andrewlock.net/installing-docker-desktop-for-windows: content_hash: 3660d24dd1c94cc59b062aff4f2132266f3774668c5d9ed7220e12244e240342 description: '' @@ -4747,6 +5044,7 @@ https://andrewlock.net/installing-docker-desktop-for-windows: v2_locations: - docker.md year: N/A + addition_method: manual https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes: content_hash: 25f975ddc6ff833f9cfa67f290fd6e15f27349e685001a7489955a265c05c8dd description: '' @@ -4766,6 +5064,7 @@ https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes: - dotnet.md - kubernetes.md year: N/A + addition_method: manual https://andydote.co.uk/2021/06/02/os-cpus-and-kubernetes: content_hash: f864aaad8cc434157f2ef5a808eeb31134197549760696cb029ba4d30fe64e65 description: '' @@ -4782,6 +5081,7 @@ https://andydote.co.uk/2021/06/02/os-cpus-and-kubernetes: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://angryip.org: ai_summary: A fast, open-source, multi-platform network scanner designed to ping IP addresses, resolve hostnames, and detect open ports. Highly customizable with @@ -4808,6 +5108,7 @@ https://angryip.org: v2_locations: - linux.md year: '2026' + addition_method: manual https://angular.dev: content_hash: 21ee32406ed61481d37441cb2abc7e0780bb8b0d1de4590d0edc62bc95635a17 health_score: 100.0 @@ -4819,6 +5120,7 @@ https://angular.dev: - docs/angular.md v2_locations: - angular.md + addition_method: manual https://angular.dev/guide/build: content_hash: 21ee32406ed61481d37441cb2abc7e0780bb8b0d1de4590d0edc62bc95635a17 health_score: 84.0 @@ -4830,6 +5132,7 @@ https://angular.dev/guide/build: - docs/angular.md v2_locations: - angular.md + addition_method: manual https://angular.io: content_hash: 407de4d0847a6a5d35ff586acc4a11facdf3cd67630d7398a85472b14eb64692 description: '' @@ -4841,6 +5144,7 @@ https://angular.io: v1_locations: - docs/angular.md year: N/A + addition_method: manual https://angular.io/guide/build: content_hash: 5b3030e6481f11791c134e661d4f9733dfbbaaf633e867cb1676d8ced735701a description: '' @@ -4852,6 +5156,7 @@ https://angular.io/guide/build: v1_locations: - docs/angular.md year: N/A + addition_method: manual ? https://aninditabasak.medium.com/a-lap-around-kubernetes-security-vulnerability-scanning-tools-checkov-kube-hunter-kube-bench-4ffda92c4cf1 : content_hash: N/A description: '' @@ -4867,6 +5172,7 @@ https://angular.io/guide/build: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://anirudhdaya.hashnode.dev/kubernetes-explained-part-1: content_hash: N/A description: '' @@ -4881,6 +5187,7 @@ https://anirudhdaya.hashnode.dev/kubernetes-explained-part-1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://anirudhdaya.hashnode.dev/kubernetes-explained-part-2: content_hash: N/A description: '' @@ -4891,6 +5198,7 @@ https://anirudhdaya.hashnode.dev/kubernetes-explained-part-2: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://ankush-chavan.medium.com/creating-multi-cloud-kubernetes-cluster-on-aws-azure-and-gcp-cloud-92d64633bdfc: content_hash: N/A description: '' @@ -4906,6 +5214,7 @@ https://ankush-chavan.medium.com/creating-multi-cloud-kubernetes-cluster-on-aws- v2_locations: - demos.md year: N/A + addition_method: manual https://ansible.ai: content_hash: a5c77dd0a850c1a79632fa2ecda35a2c292aab02e201aef85baff517b2fd222e description: '' @@ -4917,6 +5226,7 @@ https://ansible.ai: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://ansible.github.io/workshops/demos: content_hash: bb17eb1f9cfe88b2b5801ab12618198f3cebc0060a8021d20e20c91f4e072242 description: '' @@ -4929,12 +5239,14 @@ https://ansible.github.io/workshops/demos: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://answers.dynatrace.com/spaces/482/dynatrace-open-qa/questions/232421/dynatrace-distributed-tracing-with-kafka.html: content_hash: 9311a26c79903654b4d07e42cf337f7ff23ade089df73af761793aec3fe60240 health_score: 100.0 last_checked: 1779032245.474239 v1_locations: - docs/monitoring.md + addition_method: manual https://anthropic.skilljar.com/claude-code-in-action: ai_summary: The official training course by Anthropic showcasing the capabilities and CLI operations of Claude Code. Demonstrates how developers can utilize the @@ -4967,6 +5279,7 @@ https://anthropic.skilljar.com/claude-code-in-action: - kubernetes-tools.md - cicd.md year: N/A + addition_method: manual https://any-api.com: content_hash: dd3d79a03c5ac4a5e41dc639979797263e1f91c8b13d0d1e244cd98f717f1eab description: '' @@ -4978,6 +5291,7 @@ https://any-api.com: v1_locations: - docs/api.md year: N/A + addition_method: manual https://anywhere.eks.amazonaws.com/docs/concepts/eksafeatures: ai_summary: The official comparison page mapping the functional differences, feature matrices, and pricing structures of standard EKS versus EKS Anywhere. It clearly @@ -5006,6 +5320,7 @@ https://anywhere.eks.amazonaws.com/docs/concepts/eksafeatures: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://api-market.santalucia.es: content_hash: 98c5a8f4f66e3724c0bbeda5e698bcac9b9fd403eb7207780bf43fd335a5c044 description: '' @@ -5022,6 +5337,7 @@ https://api-market.santalucia.es: v2_locations: - developerportals.md year: N/A + addition_method: manual https://api7.ai/blog/apisix-ingress-support-thousands-pod-replicas: content_hash: 0bd91a8548f665eaa9795b7db9a03b14cc3a8473ffdcf9bd20382b4ecc99d5a7 description: '' @@ -5038,6 +5354,7 @@ https://api7.ai/blog/apisix-ingress-support-thousands-pod-replicas: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://apidog.com: content_hash: N/A description: '' @@ -5053,6 +5370,7 @@ https://apidog.com: v2_locations: - api.md year: N/A + addition_method: manual https://apifriends.com/api-creation/different-types-apis: content_hash: N/A description: '' @@ -5067,6 +5385,7 @@ https://apifriends.com/api-creation/different-types-apis: v2_locations: - api.md year: N/A + addition_method: manual https://apifriends.com/api-management/what-is-an-api: content_hash: N/A description: '' @@ -5081,6 +5400,7 @@ https://apifriends.com/api-management/what-is-an-api: v2_locations: - api.md year: N/A + addition_method: manual ? https://apiiro.com/blog/malicious-kubernetes-helm-charts-can-be-used-to-steal-sensitive-information-from-argo-cd-deployments : ai_summary: Vulnerability report showcasing how malicious Helm charts could be engineered to exfiltrate secret resources from Argo CD controller pods. Important reading @@ -5111,6 +5431,7 @@ https://apifriends.com/api-management/what-is-an-api: v2_locations: - helm.md year: N/A + addition_method: manual https://apilandscape.apiscene.io: content_hash: 7a6754159e6e7f78a327eb017cf49b8d59f7244c2958b34c11eaf976dd0644f5 description: '' @@ -5120,6 +5441,7 @@ https://apilandscape.apiscene.io: title: API Landscape v1_locations: [] year: N/A + addition_method: manual https://apimarket.cecabank.es: content_hash: ff7d96e52c1676df29e17be8a5b82c7a201eedd21f47e014ca7c8fdc12300c33 description: '' @@ -5136,6 +5458,7 @@ https://apimarket.cecabank.es: v2_locations: - developerportals.md year: N/A + addition_method: manual https://apis.developer.tsb.co.uk: content_hash: c8b647e688ba00e700744ddb4c7bed25930e2c5c99f2307213c2418c06bb1d72 description: '' @@ -5152,6 +5475,7 @@ https://apis.developer.tsb.co.uk: v2_locations: - developerportals.md year: N/A + addition_method: manual https://apistore.caixabank.com: content_hash: N/A description: '' @@ -5166,6 +5490,7 @@ https://apistore.caixabank.com: v2_locations: - developerportals.md year: N/A + addition_method: manual https://apkplz.net/app/com.LearningSolution.LearnKubernetes: content_hash: N/A description: '' @@ -5176,6 +5501,7 @@ https://apkplz.net/app/com.LearningSolution.LearnKubernetes: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://apmblog.dynatrace.com/2011/05/11/how-garbage-collection-differs-in-the-three-big-jvms: ai_summary: A detailed comparison of Garbage Collection strategies across HotSpot, JRockit, and IBM J9 JVMs. Highly valuable for understanding historical differences @@ -5203,6 +5529,7 @@ https://apmblog.dynatrace.com/2011/05/11/how-garbage-collection-differs-in-the-t v2_locations: - java-and-java-performance-optimization.md year: '2011' + addition_method: manual https://apolicy.io: content_hash: 1b5d21a5dc646db1a9d3a1b520d2c0d56a1596c91a2b72344622cd773bd35d19 description: '' @@ -5214,6 +5541,7 @@ https://apolicy.io: v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://app.diagrams.net: content_hash: e1d2cc03e8f21296e14869e302c84781e8b4768615d6ef4260caa50e7fa26d59 health_score: 100.0 @@ -5225,6 +5553,7 @@ https://app.diagrams.net: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://app.getambassador.io: content_hash: N/A description: '' @@ -5237,6 +5566,7 @@ https://app.getambassador.io: - docs/demos.md - docs/scaffolding.md year: N/A + addition_method: manual https://app.getambassador.io/initializer: content_hash: 58ebedccfbb19f2d3b13281440b513e61047c409d5f0e90eb4a68dbdc3264431 description: '' @@ -5248,6 +5578,7 @@ https://app.getambassador.io/initializer: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://app.gitbook.com/o/-LbOdudvkdYwKCQYAHS8/s/RrlyoCHlF8LNFTvw74mT: content_hash: 0dc9b5d1a4f54851684363c39a724402a8d61db77b67805aa117cbe6d0b542e2 health_score: 100.0 @@ -5261,6 +5592,7 @@ https://app.gitbook.com/o/-LbOdudvkdYwKCQYAHS8/s/RrlyoCHlF8LNFTvw74mT: v2_locations: - ocp4.md - mkdocs.md + addition_method: manual https://app.polymersearch.com/discover/aws: content_hash: cc94765c29e878b6c6f5a4cc86bee8d2de2fd1b0bf3444936b36a5a81c8a4646 description: '' @@ -5277,6 +5609,7 @@ https://app.polymersearch.com/discover/aws: v2_locations: - aws.md year: N/A + addition_method: manual https://app.rollout.io: content_hash: 0afad09dc886ae98b42ac56b575ab5fdf3c508af321703084877f23a58d0f3a8 description: '' @@ -5288,6 +5621,7 @@ https://app.rollout.io: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://app.vagrantup.com/ansible/boxes/tower: content_hash: cfb1d00cefb9fbdbbee65df180a91ee861e70bff27fec81a2daad38a5cbb2174 description: '' @@ -5299,6 +5633,7 @@ https://app.vagrantup.com/ansible/boxes/tower: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://app.vagrantup.com/krlex/boxes/centos-awx: content_hash: cfb1d00cefb9fbdbbee65df180a91ee861e70bff27fec81a2daad38a5cbb2174 description: '' @@ -5310,6 +5645,7 @@ https://app.vagrantup.com/krlex/boxes/centos-awx: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://appium.io: content_hash: ee93b484c68ff6698ce93944b207de0602e232b47dd025d8baf1539c2ac623e6 health_score: 100.0 @@ -5322,6 +5658,7 @@ https://appium.io: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://appscode.com/blog/post/openshift-mongodb: content_hash: 0d33c43641f836e24e60abc7af6415e140c271448dfe71df74b4b758a231255b health_score: 100.0 @@ -5333,6 +5670,7 @@ https://appscode.com/blog/post/openshift-mongodb: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://appsecengineer.com/courses/kubernetes-policy-management-with-kyverno: content_hash: 62b70f6440830bc9558111b52c1d7d5546e13116140f7f50fb765573b7a2193b description: '' @@ -5344,6 +5682,7 @@ https://appsecengineer.com/courses/kubernetes-policy-management-with-kyverno: v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://aprendegit.com/git-flow-la-rama-develop-y-uso-de-feature-branches: ai_summary: A native Spanish guide detailing the execution of GitFlow, specifically focusing on the relationship between development branches and short-lived features. @@ -5372,6 +5711,7 @@ https://aprendegit.com/git-flow-la-rama-develop-y-uso-de-feature-branches: v2_locations: - git.md year: '2014' + addition_method: manual https://aprenderbigdata.com/databricks: ai_summary: Curator Insight introduces the core components of the Databricks cloud platform and its managed Spark framework. Live Grounding indicates the rise in @@ -5401,6 +5741,7 @@ https://aprenderbigdata.com/databricks: v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://aprenderbigdata.com/prometheus: content_hash: 03c8ace5f4bbca2af87b408aa7663538ec8ee8132e23552933707fd8c995077d description: '' @@ -5417,6 +5758,7 @@ https://aprenderbigdata.com/prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://aptakube.com: ai_summary: Ultra-fast desktop visualizer crafted using native UI toolkits. Optimizes multi-cluster management through light resource footprints and high-performance @@ -5444,6 +5786,7 @@ https://aptakube.com: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://arabitnetwork.com/2021/03/13/k8s-enabling-auditing-logs-step-by-step: content_hash: N/A description: '' @@ -5458,6 +5801,7 @@ https://arabitnetwork.com/2021/03/13/k8s-enabling-auditing-logs-step-by-step: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://arc.dev: ai_summary: Remote career platform for software engineers that streamlines the recruitment lifecycle with pre-vetted developer cohorts and architectural matchmakers. @@ -5484,6 +5828,7 @@ https://arc.dev: v2_locations: - freelancing.md year: N/A + addition_method: manual https://architectelevator.com/cloud/hybrid-multi-cloud: content_hash: dddfeb8f276c7d3b8e4995f25ca0ed850427d1e4c4a48c163b535ca1862d8383 description: '' @@ -5500,6 +5845,7 @@ https://architectelevator.com/cloud/hybrid-multi-cloud: v2_locations: - introduction.md year: N/A + addition_method: manual https://architectelevator.com/cloud/serverless-design-patterns: content_hash: 5fe8b9de9ffd831c7250c754b0045e8913fe13b85a144c63e8e5dc4f447dbcfc description: '' @@ -5516,6 +5862,7 @@ https://architectelevator.com/cloud/serverless-design-patterns: v2_locations: - serverless.md year: N/A + addition_method: manual https://architecturenotes.co/12-factor-app-revisited: content_hash: 9ac61602a5b0bfed64302cf6719324bec6d98bd799485e73f7bdd23c6b36c291 description: '' @@ -5527,6 +5874,7 @@ https://architecturenotes.co/12-factor-app-revisited: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://architecturenotes.co/p/12-factor-app-revisited: content_hash: 9c79c8d39c267398ab5de8d24a91a25debdd6a9d993e95c993b8144202975658 health_score: 100.0 @@ -5539,6 +5887,7 @@ https://architecturenotes.co/p/12-factor-app-revisited: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://architecturenotes.co/p/redis: content_hash: 6b5fcd21d2adb314ce1f00eee3d749af9d6565f1d316728394e1330cb61459b4 health_score: 100.0 @@ -5551,6 +5900,7 @@ https://architecturenotes.co/p/redis: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://architecturenotes.co/p/things-you-should-know-about-databases: content_hash: 9706406dcf5c06e81a0f104112f15e97f07ad64e3067738d80bd6a589a0a2e68 health_score: 100.0 @@ -5563,6 +5913,7 @@ https://architecturenotes.co/p/things-you-should-know-about-databases: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://architecturenotes.co/redis: content_hash: d877a157cc490492a7adb75fc796c8bb5bd7b45f1c7e2990f8811262b9869dc4 description: '' @@ -5574,6 +5925,7 @@ https://architecturenotes.co/redis: v1_locations: - docs/caching.md year: N/A + addition_method: manual https://architecturenotes.co/things-you-should-know-about-databases: content_hash: cca61e2ae3ab129761cc96050c8756fe73ae3091d3251ecef9d4473ad61047c8 description: '' @@ -5585,6 +5937,7 @@ https://architecturenotes.co/things-you-should-know-about-databases: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://archive.grafana.com/docs/grafana/v5.4: content_hash: d0f0aff136ecf2e37fd47277d295ea8ee82b5d0c01ac919b2b5d6839a5c7fd75 health_score: 100.0 @@ -5596,6 +5949,7 @@ https://archive.grafana.com/docs/grafana/v5.4: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://archive.kabisa.nl/tech/k8s-workshop-in-a-box: content_hash: ef407f993d57d1d51ed36aefa8fba918d975b8367a139460864b9060c1a4462b health_score: 100.0 @@ -5607,6 +5961,7 @@ https://archive.kabisa.nl/tech/k8s-workshop-in-a-box: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://argon2-cffi.readthedocs.io: content_hash: 07dc74516f809d9607d6446bdce50dd64cac2c70fe5c2f02a64c4287c51703d6 description: '' @@ -5618,6 +5973,7 @@ https://argon2-cffi.readthedocs.io: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://argon2-cffi.readthedocs.io/en/stable: ai_summary: The recommended Python interface for Argon2, the winner of the Password Hashing Competition. Delivers memory-hard cryptographic protection with low overhead, @@ -5639,6 +5995,7 @@ https://argon2-cffi.readthedocs.io/en/stable: v2_locations: - devsecops.md year: '2024' + addition_method: manual https://argonsys.com/microsoft-cloud/library/how-to-query-azure-resources-using-the-azure-cli: content_hash: e85f67c2a504e20af63b3ddc48bccbe994859f32217d6cca0813403feb8f5540 description: '' @@ -5655,6 +6012,7 @@ https://argonsys.com/microsoft-cloud/library/how-to-query-azure-resources-using- v2_locations: - azure.md year: N/A + addition_method: manual https://argoproj.github.io: content_hash: f624ce88391cb9845b3acb71c58007b1af69a70cf86dd2f5b59210fe63e97d7d description: '' @@ -5666,6 +6024,7 @@ https://argoproj.github.io: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://argoproj.github.io/argo-cd: ai_summary: Argo CD is a declarative GitOps engine that automates Kubernetes deployments. By continually matching the live cluster state to git specifications, it guarantees @@ -5695,6 +6054,7 @@ https://argoproj.github.io/argo-cd: - argo.md - gitops.md year: N/A + addition_method: manual https://argoproj.github.io/argo-events: ai_summary: Argo Events is an enterprise-grade, event-driven workflow automation framework. It triggers scalable Kubernetes actions from diverse external inputs @@ -5722,6 +6082,7 @@ https://argoproj.github.io/argo-events: v2_locations: - argo.md year: N/A + addition_method: manual https://argoproj.github.io/argo-rollouts: ai_summary: 'Curator Insight: Main structural index for implementing automated Canary promotions and instant Rollbacks using Prometheus metrics. Live Grounding: Essential @@ -5750,6 +6111,7 @@ https://argoproj.github.io/argo-rollouts: v2_locations: - argo.md year: N/A + addition_method: manual https://arinco.com.au/blog/awesome-azure-policy-chapter-1: content_hash: 00e5ecca1bee90ca71bed95b5a9c83a2c2407177078d95ea58d8bd4ca6c1a42a description: '' @@ -5766,6 +6128,7 @@ https://arinco.com.au/blog/awesome-azure-policy-chapter-1: v2_locations: - azure.md year: N/A + addition_method: manual https://arinco.com.au/blog/awesome-azure-policy-chapter-2: content_hash: 1875a58c4e4813a5950e398b9102a224f335acdd0b3ec701f9e01c7ef7f1c3f0 description: '' @@ -5782,6 +6145,7 @@ https://arinco.com.au/blog/awesome-azure-policy-chapter-2: v2_locations: - azure.md year: N/A + addition_method: manual https://arjavdave.com/2021/03/11/continuous-integration-for-ios-on-azure-devops-part-1: content_hash: 14e7174c450d87f96de4989197db318984677fc2a2c9f6a3fa27241a2e6216f8 description: '' @@ -5797,6 +6161,7 @@ https://arjavdave.com/2021/03/11/continuous-integration-for-ios-on-azure-devops- v2_locations: - azure.md year: N/A + addition_method: manual https://armin.su/ssl-certificates-from-lets-encrypt-for-kubernetes-private-ingress-via-terraform-c9f595ee65fa: content_hash: N/A description: '' @@ -5812,6 +6177,7 @@ https://armin.su/ssl-certificates-from-lets-encrypt-for-kubernetes-private-ingre v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://arnoldgalovics.com/github-actions-oracle-cloud-kubernetes: ai_summary: Outlines building a streamlined CI/CD pipeline using GitHub Actions targeting Oracle Container Engine for Kubernetes (OKE). Details secure credential @@ -5839,6 +6205,7 @@ https://arnoldgalovics.com/github-actions-oracle-cloud-kubernetes: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://arnoldgalovics.com/java-and-spring-boot-multiline-log-support-for-fluentd-efk-stack: content_hash: ab40174b43145730a87eb84fe4f855756c1779a8278c21cf21e51a7863003d20 description: '' @@ -5851,6 +6218,7 @@ https://arnoldgalovics.com/java-and-spring-boot-multiline-log-support-for-fluent v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://arnoldgalovics.com/java-multiline-logs-fluentd: content_hash: 64d80212f363dce611c245841bafb4f0aab77beb20accdfbba7dcc4ccc152de5 health_score: 100.0 @@ -5863,6 +6231,7 @@ https://arnoldgalovics.com/java-multiline-logs-fluentd: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://around25.com/blog/horizontal-pod-autoscaler-in-kubernetes: content_hash: 446b2ce91d7a490438739e6f05342b4dd4da1e40410dcdb3cabd03ae5488fbaa description: '' @@ -5874,6 +6243,7 @@ https://around25.com/blog/horizontal-pod-autoscaler-in-kubernetes: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://aroworkshop.io: content_hash: N/A health_score: 100.0 @@ -5884,6 +6254,7 @@ https://aroworkshop.io: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://arstechnica.com/gadgets/2021/01/centos-is-gone-but-rhel-is-now-free-for-up-to-16-production-servers: ai_summary: 'Detailed reporting on Red Hat''s post-CentOS pivot, introducing a free tier of Red Hat Enterprise Linux (RHEL) for small-scale production workloads (up @@ -5914,6 +6285,7 @@ https://arstechnica.com/gadgets/2021/01/centos-is-gone-but-rhel-is-now-free-for- v2_locations: - linux.md year: N/A + addition_method: manual https://arstechnica.com/gadgets/2021/01/on-the-death-of-centos-red-hat-liaison-brian-exelbierd-speaks: ai_summary: 'An in-depth interview providing the internal business logic and architectural motivations behind Red Hat''s termination of classic CentOS in favor of CentOS @@ -5944,6 +6316,7 @@ https://arstechnica.com/gadgets/2021/01/on-the-death-of-centos-red-hat-liaison-b v2_locations: - linux.md year: N/A + addition_method: manual https://arstechnica.com/gadgets/2022/03/google-calendar-now-lets-paid-users-create-a-booking-page-website: content_hash: abce617462e73eccbd59f47f7f085dae3d6f945009ffc9e45f4b1f68be125e8a description: '' @@ -5956,6 +6329,7 @@ https://arstechnica.com/gadgets/2022/03/google-calendar-now-lets-paid-users-crea v1_locations: - docs/appointment-scheduling.md year: N/A + addition_method: manual https://artemis.apache.org/components/artemis: ai_summary: Apache ActiveMQ Artemis provides a non-blocking, multi-protocol, highly performant asynchronous message broker designed for enterprise messaging. It supports @@ -5978,12 +6352,14 @@ https://artemis.apache.org/components/artemis: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://artemis.apache.org/components/artemis/documentation/latest/management-console.html: content_hash: 7b9cc60f4198de657f6dddf48db83f6b3d8ac9b0dea84bae655fb6f3e9e397f7 health_score: 100.0 last_checked: 1779130495.013159 v1_locations: - docs/prometheus.md + addition_method: manual https://artemis.apache.org/components/artemis/documentation/latest/using-server.html: content_hash: 666080b219f7c15637ab2d4e29e1ac20fba9e9269e06d7e5a47f64fc7043d6c2 health_score: 100.0 @@ -5995,6 +6371,7 @@ https://artemis.apache.org/components/artemis/documentation/latest/using-server. - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://arthurchiao.art/blog/cracking-k8s-network-policy: content_hash: 2dc5b8f8e5b0a6c0d49eaa2820d7a26f73054058526f1824107741c36e714b30 description: '' @@ -6011,6 +6388,7 @@ https://arthurchiao.art/blog/cracking-k8s-network-policy: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://arthurchiao.art/blog/cracking-k8s-node-proxy: content_hash: 5eac11891a21b425d5c382b377a47cdc22d74f798c0e5858e2f42288453650c0 description: '' @@ -6029,6 +6407,7 @@ https://arthurchiao.art/blog/cracking-k8s-node-proxy: - kubernetes-networking.md - kubernetes.md year: N/A + addition_method: manual https://arthursens.medium.com/risk-analysis-and-security-compliance-in-kube-prometheus-10c8cfb180b8: content_hash: N/A description: '' @@ -6043,6 +6422,7 @@ https://arthursens.medium.com/risk-analysis-and-security-compliance-in-kube-prom v2_locations: - prometheus.md year: N/A + addition_method: manual https://artifacthub.io: ai_summary: The CNCF-backed global registry for finding, installing, and publishing Kubernetes packages. It features integrated vulnerability scanning, deprecation @@ -6071,6 +6451,7 @@ https://artifacthub.io: v2_locations: - helm.md year: N/A + addition_method: manual https://artifacthub.io/packages/helm/choerodon/nexus3: ai_summary: An active Helm package designed to configure and orchestrate Sonatype Nexus3 instances. It handles data persistence, ingress routing, and performance @@ -6092,6 +6473,7 @@ https://artifacthub.io/packages/helm/choerodon/nexus3: v2_locations: - helm.md year: '2024' + addition_method: manual https://artifacthub.io/packages/helm/mlflowserver/mlflow-server: content_hash: 6d492e306807621cf18e03ead9cc53f090cefb56cffb15df4e485797e55f74f2 description: '' @@ -6108,6 +6490,7 @@ https://artifacthub.io/packages/helm/mlflowserver/mlflow-server: v2_locations: - mlops.md year: N/A + addition_method: manual https://artifacthub.io/packages/helm/oteemo/sonarqube: ai_summary: Helm chart repository listing for deploying SonarQube on Kubernetes, complete with configurations for persistence, ingress routing, and integrated @@ -6130,6 +6513,7 @@ https://artifacthub.io/packages/helm/oteemo/sonarqube: v2_locations: - sonarqube.md year: '2024' + addition_method: manual https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack: ai_summary: The de facto standard Helm chart for deploying Prometheus and Grafana on Kubernetes. It manages the custom resource definitions (CRDs), handles scraper @@ -6160,6 +6544,7 @@ https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack: - kubernetes-monitoring.md - prometheus.md year: N/A + addition_method: manual https://artifacthub.io/packages/helm/stable/cluster-autoscaler: content_hash: a44ad340947eafe3840f85f945c073fa9ca2792270095b2271e5bbace73ce323 health_score: 100.0 @@ -6171,6 +6556,7 @@ https://artifacthub.io/packages/helm/stable/cluster-autoscaler: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://artifacthub.io/packages/search?repo=haproxytech: ai_summary: The authoritative collection of Helm charts for deploying the HAProxy Load Balancer and Kubernetes Ingress Controller. These enterprise-stable manifests @@ -6199,6 +6585,7 @@ https://artifacthub.io/packages/search?repo=haproxytech: v2_locations: - helm.md year: N/A + addition_method: manual https://artifacthub.io/packages/search?ts_query_web=awx&sort=relevance&page=1: content_hash: 5e483cdff2ea4c51fc01a5c000ce825ed724db6f78b6a186af21b7521ef6005a description: '' @@ -6215,6 +6602,7 @@ https://artifacthub.io/packages/search?ts_query_web=awx&sort=relevance&page=1: v2_locations: - ansible.md year: N/A + addition_method: manual https://artoftesting.com/sql-queries-for-interview: ai_summary: Curator Insight presents practical database query puzzles focusing on aggregation and nested queries. Live Grounding shows that performance optimization @@ -6244,6 +6632,7 @@ https://artoftesting.com/sql-queries-for-interview: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://arun-sisodiya.medium.com/kyverno-a-policy-manager-for-kubernetes-286f6e082062: content_hash: N/A description: '' @@ -6259,6 +6648,7 @@ https://arun-sisodiya.medium.com/kyverno-a-policy-manager-for-kubernetes-286f6e0 v2_locations: - securityascode.md year: N/A + addition_method: manual https://asciiflow.com: content_hash: 2a7bca173bfbf450a20db316ed20f18c6d034406626db64b202117f226e7b5c3 description: '' @@ -6275,6 +6665,7 @@ https://asciiflow.com: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://asdf-vm.com: ai_summary: An extensible, multi-language version manager capable of centralizing tool runtimes through a unified CLI configuration file (`.tool-versions`). Eliminates @@ -6307,6 +6698,7 @@ https://asdf-vm.com: - linux-dev-env.md - kubernetes-tools.md year: N/A + addition_method: manual https://ashishtechmill.com/cicd-workflow-for-spring-boot-application-on-kubernetes-via-skaffold: content_hash: N/A description: '' @@ -6318,6 +6710,7 @@ https://ashishtechmill.com/cicd-workflow-for-spring-boot-application-on-kubernet v1_locations: - docs/scaffolding.md year: N/A + addition_method: manual https://ashishtechmill.com/demystifying-google-container-tool-jib-java-image-builder: content_hash: N/A description: '' @@ -6329,6 +6722,7 @@ https://ashishtechmill.com/demystifying-google-container-tool-jib-java-image-bui v1_locations: - docs/maven-gradle.md year: N/A + addition_method: manual https://asishmm.medium.com/discussion-on-horizontal-pod-autoscaler-with-a-demo-on-local-k8s-cluster-81694c09f818: content_hash: N/A description: '' @@ -6344,6 +6738,7 @@ https://asishmm.medium.com/discussion-on-horizontal-pod-autoscaler-with-a-demo-o v2_locations: - kubernetes.md year: N/A + addition_method: manual https://asonisg.medium.com/multi-tenancy-with-kubernetes-part-1-8ac4e5083e31: content_hash: N/A description: '' @@ -6358,6 +6753,7 @@ https://asonisg.medium.com/multi-tenancy-with-kubernetes-part-1-8ac4e5083e31: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://astrofrog.github.io/blog/2016/01/12/stop-writing-python-4-incompatible-code: content_hash: 002d24699b54a8dbafe7e8a48e3829e2d7b108b0b09b60d54a52e0ee3a3a4d8e health_score: 100.0 @@ -6370,6 +6766,7 @@ https://astrofrog.github.io/blog/2016/01/12/stop-writing-python-4-incompatible-c - docs/python.md v2_locations: - python.md + addition_method: manual https://atareao.es/ubuntu/tuneles-ssh: ai_summary: 'Una guía exhaustiva en español que detalla la creación de túneles SSH locales, remotos y dinámicos (SOCKS5), optimizando la transmisión segura de datos @@ -6395,6 +6792,7 @@ https://atareao.es/ubuntu/tuneles-ssh: v2_locations: - linux.md year: '2019' + addition_method: manual https://atodorov.me/2020/06/14/comparing-kubernetes-managed-services-across-digital-ocean-scaleway-ovhcloud-and-linode: ai_summary: A structural and cost-comparison analysis of managed Kubernetes engines from alternative cloud providers. Grounding highlights the comparative differences @@ -6423,6 +6821,7 @@ https://atodorov.me/2020/06/14/comparing-kubernetes-managed-services-across-digi v2_locations: - matrix-table.md year: N/A + addition_method: manual https://atodorov.me/2021/02/27/why-you-should-take-a-look-at-nomad-before-jumping-on-kubernetes: ai_summary: A technical evaluation emphasizing why platform engineers should analyze Nomad's single-binary execution architecture before defaulting to a multi-component @@ -6450,6 +6849,7 @@ https://atodorov.me/2021/02/27/why-you-should-take-a-look-at-nomad-before-jumpin v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://atul-agrawal.medium.com/library-vs-service-vs-sidecar-ff5a20b50cad: content_hash: N/A description: '' @@ -6464,6 +6864,7 @@ https://atul-agrawal.medium.com/library-vs-service-vs-sidecar-ff5a20b50cad: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://austingil.com/vs-code-timeline-restores-work-git-cant: content_hash: 868ac83fb8954984fdee276c2d5158b3357255def262941c5ba5eb0433e36419 description: '' @@ -6480,6 +6881,7 @@ https://austingil.com/vs-code-timeline-restores-work-git-cant: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://auth0.com/blog/deployment-strategies-in-kubernetes: content_hash: 4eb1602e40c3669a0f9767432dd66f9ee33785bad6f2f029f7e6545176d4f75e description: '' @@ -6496,6 +6898,7 @@ https://auth0.com/blog/deployment-strategies-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://auth0.com/blog/java-spring-boot-microservices: content_hash: 04f846133c521d65f8e98592be2aed41f96ada1fa39783b85d545caa250f4cfa description: '' @@ -6512,6 +6915,7 @@ https://auth0.com/blog/java-spring-boot-microservices: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://auth0.com/blog/kubernetes-secrets-management: content_hash: e2064a6f8a0d0890f0151c963399184587a4c751829b0282f2765a5649b596d7 description: '' @@ -6528,6 +6932,7 @@ https://auth0.com/blog/kubernetes-secrets-management: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://auth0.com/blog/kubernetes-tutorial-step-by-step-introduction-to-basic-concepts: content_hash: 6374c45404f74d40e82739e35cb258a9d92bb4a037afab81b56d5e870dd666ad description: '' @@ -6544,6 +6949,7 @@ https://auth0.com/blog/kubernetes-tutorial-step-by-step-introduction-to-basic-co v2_locations: - kubernetes.md year: N/A + addition_method: manual https://auth0.com/blog/webauthn-and-passkeys-for-java-developers: ai_summary: Explores the technical implementation of FIDO2 WebAuthn and Passkeys within enterprise Java systems. Reviews backend authentication flows, cryptographical @@ -6573,6 +6979,7 @@ https://auth0.com/blog/webauthn-and-passkeys-for-java-developers: v2_locations: - devsecops.md year: N/A + addition_method: manual https://auto-api.dev: content_hash: N/A description: '' @@ -6588,6 +6995,7 @@ https://auto-api.dev: v2_locations: - developerportals.md year: N/A + addition_method: manual https://autodotes.com/posts/s90PP9397WYTsAWaRapd: content_hash: 859b0e694adc5fa1cb3c6ac2372c254bf7caa7471e66767ffa923e12e833ecbd description: '' @@ -6608,6 +7016,7 @@ https://autodotes.com/posts/s90PP9397WYTsAWaRapd: - devops.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://automated-360.com/integration/how-to-perform-code-quality-check-for-selenium-test-automation: content_hash: 570f9690cfa86d602471769cd42587ad65afbb1a0765fbf1145f3ce3ecb0a897 description: '' @@ -6620,6 +7029,7 @@ https://automated-360.com/integration/how-to-perform-code-quality-check-for-sele v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://automatetheboringstuff.com: content_hash: a2ce6dbc18357af299f5a33c2062833d64be49f06d0616d6c444d33aa3b37add description: '' @@ -6636,6 +7046,7 @@ https://automatetheboringstuff.com: v2_locations: - python.md year: N/A + addition_method: manual https://automationqahub.com/common-cypress-interview-questions: ai_summary: A comprehensive compilation of Cypress testing framework interview questions. Explores end-to-end frontend testing, parallel execution, element selectors, and @@ -6662,6 +7073,7 @@ https://automationqahub.com/common-cypress-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationqahub.com/how-to-build-playwright-page-object-model: content_hash: e8cb4c47b6dc89e162dcf8df87063e7c77ee8ac64e95eed56988c3fae63c7c6d description: '' @@ -6677,6 +7089,7 @@ https://automationqahub.com/how-to-build-playwright-page-object-model: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://automationqahub.com/how-to-configure-multiple-environments-in-playwright: content_hash: 7685c4d3cf5d07f2368e9d6f9d0f51dda0cd2632bff99ef1ee6f2ec3ecc67853 description: '' @@ -6692,6 +7105,7 @@ https://automationqahub.com/how-to-configure-multiple-environments-in-playwright v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://automationqahub.com/how-to-do-mobile-automation-using-appium-2-0: content_hash: e37542848078c4b91a5697a398d00a0aa609e9df8438a341476fba5acd9ff55f description: '' @@ -6707,6 +7121,7 @@ https://automationqahub.com/how-to-do-mobile-automation-using-appium-2-0: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://automationqahub.com/how-to-install-playwright-tool: content_hash: 70462f92adfd3be663793b9138d7e6835e63805de2e39e4260af9424721d9edb description: '' @@ -6722,6 +7137,7 @@ https://automationqahub.com/how-to-install-playwright-tool: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://automationqahub.com/how-to-publish-extentreport-using-jenkins: content_hash: 58d25cbeda00cf4467d4e83c592168963deac085f0cd9cad38cb31ac90d73f21 description: '' @@ -6737,6 +7153,7 @@ https://automationqahub.com/how-to-publish-extentreport-using-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://automationqahub.com/latest-api-testing-interview-questions-and-answers: ai_summary: Curator Insight provides modern API testing patterns detailing OAuth, JSON schema, and multi-protocol automation. Live Grounding reveals that API contract @@ -6765,6 +7182,7 @@ https://automationqahub.com/latest-api-testing-interview-questions-and-answers: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationqahub.com/latest-rest-assured-interview-questions: ai_summary: Curator Insight focuses on Rest Assured validation syntax, request specifications, and JSON path extractions. Live Grounding shows that automated API integration @@ -6793,6 +7211,7 @@ https://automationqahub.com/latest-rest-assured-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationqahub.com/latest-selenium-interview-questions-and-answers: ai_summary: Curator Insight lists Selenium WebDriver questions, wait commands, and page models. Live Grounding confirms that Selenium remains a de-facto standard @@ -6821,6 +7240,7 @@ https://automationqahub.com/latest-selenium-interview-questions-and-answers: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationqahub.com/mastering-git-your-ultimate-git-cheat-sheet-for-quick-reference: ai_summary: Curator Insight maps out a cheat sheet for rapid Git command lookups, including cherry-picking and stashing. Live Grounding indicates that quick-access @@ -6848,6 +7268,7 @@ https://automationqahub.com/mastering-git-your-ultimate-git-cheat-sheet-for-quic v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationqahub.com/popular-software-testing-interview-questions: ai_summary: Curator Insight covers testing lifecycles, manual versus automated strategies, and bug reporting flows. Live Grounding verifies that logical testing theory remains @@ -6876,6 +7297,7 @@ https://automationqahub.com/popular-software-testing-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2020/02/top-18-docker-commands-for-aytomation.html: content_hash: c9fe2db5a13fba458ae8049a8424b295b988f59ca8e047d3bebf5c83c343fcc3 description: '' @@ -6892,6 +7314,7 @@ https://automationreinvented.blogspot.com/2020/02/top-18-docker-commands-for-ayt v2_locations: - docker.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2020/06/top-30-interview-questions-on.html: ai_summary: Curator Insight explores typical Selenium exceptions and locator patterns for automation engineers. Live Grounding shows that robust wait configurations @@ -6922,6 +7345,7 @@ https://automationreinvented.blogspot.com/2020/06/top-30-interview-questions-on. v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2020/09/top-11-kubernetes-interview-question.html: ai_summary: Curator Insight presents Kubernetes pod structures, services, and multi-namespace deployments. Live Grounding confirms that setting correct resource limits and @@ -6952,6 +7376,7 @@ https://automationreinvented.blogspot.com/2020/09/top-11-kubernetes-interview-qu v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2020/10/top-11-kubernetes-interview-questions.html: ai_summary: Curator Insight focuses on basic Kubernetes kubectl commands and simple deployment manifestations. Live Grounding highlights that SDET and junior DevOps @@ -6982,6 +7407,7 @@ https://automationreinvented.blogspot.com/2020/10/top-11-kubernetes-interview-qu v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2020/11/top-30-api-testing-interview-questions.html: ai_summary: Curator Insight delivers REST-based API testing fundamentals using Rest Assured framework. Live Grounding shows that despite its age, HTTP status and @@ -7012,6 +7438,7 @@ https://automationreinvented.blogspot.com/2020/11/top-30-api-testing-interview-q v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2020/11/top-interview-question-on-kubernetes.html: ai_summary: Curator Insight investigates ReplicaSet controller functionality, scaling mechanisms, and selector matching. Live Grounding shows that modern deployments @@ -7042,6 +7469,7 @@ https://automationreinvented.blogspot.com/2020/11/top-interview-question-on-kube v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/01/top-60-interview-questions-on.html: ai_summary: Curator Insight analyzes TestNG frameworks, parameter drivers, and parallel browser execution patterns. Live Grounding shows that parallel test suites are @@ -7071,6 +7499,7 @@ https://automationreinvented.blogspot.com/2021/01/top-60-interview-questions-on. v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/02/how-to-run-test-selenium-tests-from.html: content_hash: N/A description: '' @@ -7089,6 +7518,7 @@ https://automationreinvented.blogspot.com/2021/02/how-to-run-test-selenium-tests v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/03/top-40-api-testing-interview-question.html: ai_summary: Curator Insight structures API testing interview paths, focusing on authentication, mock endpoints, and payloads. Live Grounding indicates that automated @@ -7119,6 +7549,7 @@ https://automationreinvented.blogspot.com/2021/03/top-40-api-testing-interview-q v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/05/how-to-schedule-job-in-jenkins-pipeline.html: content_hash: c8e4e98e0fcc8ebe1cec03795dccfcc31c137f97886e8b4abd0a677b8a14837f description: '' @@ -7136,6 +7567,7 @@ https://automationreinvented.blogspot.com/2021/05/how-to-schedule-job-in-jenkins v2_locations: - jenkins.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/05/top-git-interview-question-set-03-for.html: ai_summary: Curator Insight addresses interactive Git workflows, rebasing, and trunk-based development commands. Live Grounding verifies that clean commit history management @@ -7166,6 +7598,7 @@ https://automationreinvented.blogspot.com/2021/05/top-git-interview-question-set v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/06/how-to-send-email-notification-in.html: content_hash: 0bcccbe40160bba03aa155b9ca924d256dfa85ba16bf9a1f87c3196e4766515d description: '' @@ -7183,6 +7616,7 @@ https://automationreinvented.blogspot.com/2021/06/how-to-send-email-notification v2_locations: - jenkins.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/08/how-to-create-parameterized-job-in.html: content_hash: 4dedf4b623ae2781d13a72d1510729d52485ad12d00b7c91fc6f246e0648ba8d description: '' @@ -7200,6 +7634,7 @@ https://automationreinvented.blogspot.com/2021/08/how-to-create-parameterized-jo v2_locations: - jenkins.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/09/top-10-jenkins-interview-question-for.html: ai_summary: Curator Insight addresses Jenkins execution, parameters, trigger configs, and build workspace cleanups. Live Grounding confirms that efficient workspace @@ -7230,6 +7665,7 @@ https://automationreinvented.blogspot.com/2021/09/top-10-jenkins-interview-quest v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/09/top-40-git-interview-questions-and.html: ai_summary: Curator Insight structures forty Git commands for daily automation, continuous integration, and conflict resolutions. Live Grounding shows that git-based @@ -7261,6 +7697,7 @@ https://automationreinvented.blogspot.com/2021/09/top-40-git-interview-questions v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2021/12/top-20-jenkins-interview-questions-and.html: ai_summary: Curator Insight analyzes optimization pathways, notification patterns, and shared library integrations in Jenkins. Live Grounding highlights that declarative @@ -7291,6 +7728,7 @@ https://automationreinvented.blogspot.com/2021/12/top-20-jenkins-interview-quest v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2022/03/top-80-api-testing-interview-questions.html: ai_summary: Curator Insight lists 80 API testing interview questions covering security standards, JWT tokens, and performance metrics. Live Grounding verifies that complex @@ -7321,6 +7759,7 @@ https://automationreinvented.blogspot.com/2022/03/top-80-api-testing-interview-q v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/2022/03/what-is-json-schema-and-how-to-perform.html: ai_summary: A detailed test automation walkthrough explaining JSON Schema validation with Rest Assured. Guides developers in implementing reliable regression pipelines @@ -7351,6 +7790,7 @@ https://automationreinvented.blogspot.com/2022/03/what-is-json-schema-and-how-to - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://automationreinvented.blogspot.com/search/label/Kubernetes?m=1: ai_summary: Curator Insight indexes tutorials for container orchestration, YAML configurations, and service exposures. Live Grounding shows that structured, hands-on @@ -7380,6 +7820,7 @@ https://automationreinvented.blogspot.com/search/label/Kubernetes?m=1: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://automationscript.com/how-to-read-console-output-in-jenkins-pipeline: content_hash: N/A description: '' @@ -7395,6 +7836,7 @@ https://automationscript.com/how-to-read-console-output-in-jenkins-pipeline: v2_locations: - jenkins.md year: N/A + addition_method: manual https://automationscript.com/parallel-execution-in-selenium-using-jenkins: content_hash: N/A description: '' @@ -7410,6 +7852,7 @@ https://automationscript.com/parallel-execution-in-selenium-using-jenkins: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://awesome-architecture.com: content_hash: 0e2347a7c0cb9fc93608bbb37debeb534ab2105996be6dfb7d0b90e8bc8dfd13 description: '' @@ -7427,6 +7870,7 @@ https://awesome-architecture.com: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://awesome-go.com: content_hash: d56b953bb64fc8fa1f8ee3f641243bacc307fc5dc92c07db31afc59314f14f56 description: '' @@ -7438,11 +7882,13 @@ https://awesome-go.com: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://awesome-kubernetes.readthedocs.io: content_hash: 31f27f5ea923b800ad40b77d77806eeb32d4e2bec4ff491d8d590b29445d6e31 health_score: 100.0 last_checked: 1779030238.535195 v1_locations: [] + addition_method: manual https://awesome-kubernetes.readthedocs.io/kubernetes: content_hash: 908305c0fe0f1bab8e54ac031d9ababf2dc905e6e6ad0a4d2654002abd6f4f01 description: '' @@ -7459,6 +7905,7 @@ https://awesome-kubernetes.readthedocs.io/kubernetes: v2_locations: - openshift.md year: N/A + addition_method: manual https://awesome.jimmysong.io: content_hash: c7c4b0f0bd472e00444c0ca797d4e3912db028fe376d7d9c414b95cd51a140ac health_score: 100.0 @@ -7471,6 +7918,7 @@ https://awesome.jimmysong.io: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://awesomeopensource.com/project/William-Yeh/ansible-prometheus: content_hash: N/A description: '' @@ -7481,6 +7929,7 @@ https://awesomeopensource.com/project/William-Yeh/ansible-prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://awesomeopensource.com/project/cloudposse/terraform-aws-multi-az-subnets: content_hash: N/A description: '' @@ -7495,6 +7944,7 @@ https://awesomeopensource.com/project/cloudposse/terraform-aws-multi-az-subnets: v2_locations: - terraform.md year: N/A + addition_method: manual https://awesomeopensource.com/project/sirredbeard/Awesome-WSL: content_hash: N/A description: '' @@ -7509,6 +7959,7 @@ https://awesomeopensource.com/project/sirredbeard/Awesome-WSL: v2_locations: - other-awesome-lists.md year: N/A + addition_method: manual https://awesomeopensource.com/projects/cidr: content_hash: N/A description: '' @@ -7525,6 +7976,7 @@ https://awesomeopensource.com/projects/cidr: - networking.md - other-awesome-lists.md year: N/A + addition_method: manual https://awesomerank.github.io/lists/janikvonrotz/awesome-powershell.html: content_hash: 6e883a32aa5782b05fc39544d97db7e1c91ed265868471fbe3a6baa20488e2a4 description: '' @@ -7542,6 +7994,7 @@ https://awesomerank.github.io/lists/janikvonrotz/awesome-powershell.html: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual ? https://awkwardferny.medium.com/setting-up-distributed-tracing-with-opentelemetry-jaeger-in-kubernetes-ingress-nginx-cfdda7d9441d : content_hash: N/A description: '' @@ -7557,6 +8010,7 @@ https://awesomerank.github.io/lists/janikvonrotz/awesome-powershell.html: v2_locations: - monitoring.md year: N/A + addition_method: manual https://aws-latency.altaircp.com: content_hash: 77604416b84e73a1b36a2f07fe1c2e38728c8399147de600443f6dfd9a69b7c4 health_score: 100.0 @@ -7569,6 +8023,7 @@ https://aws-latency.altaircp.com: - docs/aws-networking.md v2_locations: - aws-networking.md + addition_method: manual https://aws-observability.github.io/terraform-aws-observability-accelerator: content_hash: 271a78a664c5c419cf19e2986c9feab6bc1746203cb2b8ab61dd3af592c2b95c description: '' @@ -7586,6 +8041,7 @@ https://aws-observability.github.io/terraform-aws-observability-accelerator: v2_locations: - terraform.md year: N/A + addition_method: manual https://aws-observability.github.io/terraform-aws-observability-accelerator/eks/tracing: content_hash: 6dea4f63d256cde1330541dc9153ea2eb05c9208e0bc670b481a84c11f972c7a description: '' @@ -7601,6 +8057,7 @@ https://aws-observability.github.io/terraform-aws-observability-accelerator/eks/ v2_locations: - terraform.md year: N/A + addition_method: manual https://aws-quickstart.github.io/quickstart-eks-rancher: content_hash: b116eb97aa3763e692ebebc94edfdbf1163437f8c4c7c32fb5cb4bebec5e8d03 description: '' @@ -7620,6 +8077,7 @@ https://aws-quickstart.github.io/quickstart-eks-rancher: - aws-containers.md - rancher.md year: N/A + addition_method: manual https://aws.amazon.com: content_hash: 5e5a1d269034704970e0b2eafca1e2c73599abbd760e516af07583f0803f815a health_score: 100.0 @@ -7632,6 +8090,7 @@ https://aws.amazon.com: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://aws.amazon.com/about-aws: last_checked: 1779388612.85917 status: online @@ -7639,6 +8098,7 @@ https://aws.amazon.com/about-aws: - '[COMMUNITY-TOOL]' v2_locations: - aws-newfeatures.md + addition_method: manual https://aws.amazon.com/about-aws/global-infrastructure/localzones/locations: content_hash: 5d21888d9fa3ce0ad76da7aa0dc95ff42a4fbbdf554692b179caa2b2fd61f466 description: '' @@ -7655,12 +8115,14 @@ https://aws.amazon.com/about-aws/global-infrastructure/localzones/locations: v2_locations: - aws.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2015/12/aws-cloudformation-adds-support-for-aws-waf-and-aws-directory-service-for-microsoft-active-directory : content_hash: bbc82c144edf66a97ce1a76d1d4d435cb51f7f8c9e503aef868b88b2a1770d90 health_score: 64.0 last_checked: 1779130494.987928 v1_locations: - docs/aws-newfeatures.md + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2015/12/now-add-or-modify-request-headers-forwarded-from-amazon-cloudfront-to-origin : content_hash: 57d3343d93528eb5a03a743df122d0d1738186573e12a147c26a2606f34f9e36 description: '' @@ -7676,6 +8138,7 @@ https://aws.amazon.com/about-aws/global-infrastructure/localzones/locations: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/01/aws-schema-conversion-tool-postgresql-support: ai_summary: Curator Insight chronicles the historical release when AWS SCT introduced target support for Amazon RDS PostgreSQL. Live Grounding indicates that this addition @@ -7703,6 +8166,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/01/aws-schema-conversion-tool-po v2_locations: - aws-databases.md year: '2016' + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2016/04/aws-config-rules-now-available-in-4-new-regions-us-west-oregon-eu-ireland-eu-frankfurt-and-asia-pacific-tokyo : content_hash: 89f116c915b33a2dfe1fe69797042f7d8093aa60c570fe9ac30a0459a4fc07c2 description: '' @@ -7720,6 +8184,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/01/aws-schema-conversion-tool-po v2_locations: - aws.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2016/05/pci-dss-standardized-architecture-on-the-aws-cloud-quick-start-reference-deployment : content_hash: 2c3e3bc156d5672fedf5123571dc0e92e89be0316d4e357dd81f92b87c00f170 description: '' @@ -7737,6 +8202,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/01/aws-schema-conversion-tool-po v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/06/learn-aws-security-fundamentals-with-free-and-online-training: content_hash: e507b7b6f3411f946a360ddc243986181a67a84f87083360d8b70f691265d0e0 description: '' @@ -7753,6 +8219,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/06/learn-aws-security-fundamenta v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2016/07/build-a-modular-and-scalable-amazon-vpc-architecture-with-new-quick-start : content_hash: 986340b1a85c86a9fd3b313efb5a1f3ec9df9b0181766eb3eac060c18be18092 description: '' @@ -7769,6 +8236,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/06/learn-aws-security-fundamenta v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-application-load-balancer: content_hash: c1c6ca1cca9212cb8e197367987560c60f6d67215fa62270832673643bc6ce78 description: '' @@ -7785,6 +8253,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-support v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-asp-net-core-and-multi-app-net-support: content_hash: 92f6c48bca0cf81f8f78b353f8f027964a72cc5c8005c6f61ecc7a741f7abcb0 description: '' @@ -7801,6 +8270,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-support v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-nginx-proxy-server-with-tomcat: content_hash: 163519ce978a1bcc7e19f2569013bad5147c60a5c27843660be0ac8ab6d477f2 description: '' @@ -7817,6 +8287,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-support v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/08/specifying-the-vpc-for-your-amazon-rds-db-instance: content_hash: 1caef521f28e208d74572e94529f5f3dd8cdc5bddf50129e8e1015820e812be7 description: '' @@ -7833,6 +8304,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/08/specifying-the-vpc-for-your-a v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-cloudfront-now-supports-http2: content_hash: c2ddcd4c70202c6d135b2f48ee5800ff005d884a93b6e600d543bc90f057e385 description: '' @@ -7849,6 +8321,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-cloudfront-now-support v2_locations: - aws-networking.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-rds-for-postgresql-enhancements-support-for-new-minor-versions-logical-replication-and-amazon-rds-postgresql-as-a-source-for-aws-dms : ai_summary: Curator Insight details historical native enhancements to Amazon RDS PostgreSQL, including foundational logical replication capability. Live Grounding @@ -7879,6 +8352,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-cloudfront-now-support v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/09/nginx-plus-on-the-aws-cloud-quick-start-reference-deployment: content_hash: 01b8f8145a734289187e2dddbe1666c0481c9db8e5e58a12852cf497a3e31b82 description: '' @@ -7895,6 +8369,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/09/nginx-plus-on-the-aws-cloud-q v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2016/10/oracle-database-on-the-aws-cloud-quick-start-reference-deployment: ai_summary: Announcement and reference guide for launching highly available Oracle Database setups on AWS. Provides pre-built CloudFormation architectures mapping @@ -7922,6 +8397,7 @@ https://aws.amazon.com/about-aws/whats-new/2016/10/oracle-database-on-the-aws-cl v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2020/06/introducing-aws-cloudformation-guard-preview: content_hash: 40a264caf6f283a17bed1a2f44d27ce4c4790f87b7ab5c2b8be3b25696bd1715 description: '' @@ -7939,6 +8415,7 @@ https://aws.amazon.com/about-aws/whats-new/2020/06/introducing-aws-cloudformatio v2_locations: - aws-iac.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2020/08/announcing-the-aws-controllers-for-kubernetes-preview: ai_summary: The AWS Controllers for Kubernetes (ACK) allows developers to define and manage AWS resources directly from within Kubernetes using custom resources. @@ -7967,6 +8444,7 @@ https://aws.amazon.com/about-aws/whats-new/2020/08/announcing-the-aws-controller v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-dashboards-supports-sharing: content_hash: 9b0a6359cf9502643ed2ef9ab8092589176192f45b032e09554683b452fced82 description: '' @@ -7983,6 +8461,7 @@ https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-dashboards- v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-monitors-prometheus-metrics-container-environments: content_hash: 2cd52e248157b4045876cdf33746cd133f99a3876ecc3240d9b54fb837947c0b description: '' @@ -7999,6 +8478,7 @@ https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-monitors-pr v2_locations: - aws-monitoring.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-ec2-announces-spot-blueprints-an-infrastructure-code-template-generator-to-get-started-with-ec2-spot-instances : content_hash: 5b05c5adfb338d79caaf2906f404cf4dcc70dc7579dfe958827c43eea83f9f17 description: '' @@ -8016,6 +8496,7 @@ https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-monitors-pr v2_locations: - aws-iac.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/01/amazon-elastic-file-system-triples-read-throughput: ai_summary: Announcement detailing architectural performance enhancements to AWS EFS. Details how the platform tripled read limits, providing immediate benefits @@ -8043,6 +8524,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/01/amazon-elastic-file-system-tr v2_locations: - aws-storage.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/01/new-digital-course-and-lab-aws-cloud-development-kit-cdk-primer: ai_summary: An official AWS educational lab covering foundations of the Cloud Development Kit. Focuses on writing structural patterns to deploy secure multi-tier cloud @@ -8071,6 +8553,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/01/new-digital-course-and-lab-aw v2_locations: - aws-training.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/02/amazon-eks-clusters-support-user-authentication-oidc-compatible-identity-providers : content_hash: 5f6818bec3a1ad94c7115fa1f9f115616bcbfec506b36dab353a1d4bb1cd07aa description: '' @@ -8088,6 +8571,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/01/new-digital-course-and-lab-aw v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/03/iam-access-analyzer-supports-over-100-policy-checks-with-actionable-recommendations : content_hash: 6791a598f4f29e3b1dbc877fd2866ac8907539cbb8ba95cd485882dec86b8b34 description: '' @@ -8105,6 +8589,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/01/new-digital-course-and-lab-aw v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/05/introducing-distributed-load-testing-v1-3: content_hash: 980fa380627c89a8abee0ca56d2280e577eab7cf02eaa046c63b94d13b5a8ac7 description: '' @@ -8116,6 +8601,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/05/introducing-distributed-load- v1_locations: - docs/performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/06/new-aws-solutions-implementation-tag-tamer: content_hash: 3c347879a93299440ba08b75040b83bf376b59e131d90cdce6c875385521b056 description: '' @@ -8137,6 +8623,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/06/new-aws-solutions-implementat v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-ec2-auto-scaling-now-lets-you-control-which-instances-to-terminate-on-scale-in : content_hash: a26e116b192e566987933d88b14c34a0ffcaa2841139c52d02f72d9d4c4dafc5 description: '' @@ -8154,6 +8641,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/06/new-aws-solutions-implementat v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-virtual-private-cloud-vpc-customers-can-assign-ip-prefixes-ec2-instances : content_hash: 885e4cd0c2a479a9ef2dea693d4dcd49f5e44fd6d9579351f88811f3938b5303 description: '' @@ -8171,6 +8659,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/06/new-aws-solutions-implementat v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-vpc-cni-plugin-increases-pods-per-node-limits: content_hash: 7210f6a40f4e27741e08596fc43eb20b85b2b9e85e087aff42c8e7ec64287c56 description: '' @@ -8187,6 +8676,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-vpc-cni-plugin-increas v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/07/simplify-ci-cd-configuration-serverless-applications-your-favorite-ci-cd-system-public-preview : ai_summary: An official feature announcement marking the public availability of streamlined multi-environment CI/CD generation tools inside the AWS Serverless @@ -8217,6 +8707,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-vpc-cni-plugin-increas v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-rds-proxy-created-shared-virtual-private-cloud-vpc: content_hash: 950ecf56a1f50824c70a4d50a3721a8e2d8d24d7b0197d92b903aedacdaa812d description: '' @@ -8233,6 +8724,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-rds-proxy-created-shar v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-vpc-resize-prefix-list: content_hash: e322f3b879ec66527062def0d67ab4d1606a1269daf4af633acc76d6bd837408 description: '' @@ -8250,6 +8742,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-vpc-resize-prefix-list v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/08/announcing-general-availability-amazon-redshift-cross-account-data-sharing : content_hash: 8450aee9ba49768c12b6de2d5a565d1a0f8004ec2ce5222e21708523afde56b9 description: '' @@ -8266,6 +8759,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-vpc-resize-prefix-list v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/08/aws-security-hub-adds-18-new-controls-foundational-security-best-practices-standard-8-new-partners-enhanced-cloud-security-posture-monitoring : content_hash: 92ee355c06efd50667bbfcaf73a1a57e541520e3bc108a6a6e7a95bbfe079c5e description: '' @@ -8283,6 +8777,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-vpc-resize-prefix-list v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/08/ec2-vm-import-export-unified-extensible-firmware-interface-aws: content_hash: f5be332f36143c0eae73e97cf951d9f09c3f6d2386bfc21ab4dc44df8ff395f6 health_score: 84.0 @@ -8294,6 +8789,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/08/ec2-vm-import-export-unified- - docs/aws-newfeatures.md v2_locations: - aws-newfeatures.md + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/09/amazon-ec2-global-view-console-regions: content_hash: cbebebbb8b93c185279b12b435ece1bfbcf98448528a4c2c822af0db848337cd description: '' @@ -8311,6 +8807,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/09/amazon-ec2-global-view-consol v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/09/application-load-balancer-aws-privatelink-static-ip-addresses-network-load-balancer : content_hash: 085b941b72feb46b4c49a39f3bb436fb251f347b1f5618bf5364fe1db171ac00 description: '' @@ -8328,6 +8825,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/09/amazon-ec2-global-view-consol v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/09/aws-site-to-site-vpn-download-configuration-utility: content_hash: 37a0bcf99f26fb002228a68eda4598f5604a1584b9d1464d04d3e08ae5621d41 description: '' @@ -8349,6 +8847,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/09/aws-site-to-site-vpn-download v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/09/better-price-performance-aws-lambda-functions-aws-graviton2-processor: ai_summary: Details the launch of Arm64-based Graviton2 processing for AWS Lambda executions, outlining massive architectural cost-to-performance optimizations. @@ -8379,6 +8878,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/09/better-price-performance-aws- v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-inspector-continual-vulnerability-management: content_hash: 1ba0c444373808dc7f17bd6f58f0731503847b7ccbbbc25c6c2c9aa194f38148 description: '' @@ -8395,6 +8895,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-inspector-continual-vu v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/11/aws-control-tower-supports-nested-organizational-units: content_hash: feff94d72c1e4ff1b6946db213193231bd9964b62ecdb2d3ae5912ab00804ebe description: '' @@ -8411,6 +8912,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/11/aws-control-tower-supports-ne v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2021/11/aws-toolkits-cloud9-jetbrains-vs-code: content_hash: 7d599be47d0acb9364cf74794e2c62e917398d61e087242a7420b0b401bc372a description: '' @@ -8435,6 +8937,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/11/aws-toolkits-cloud9-jetbrains - aws-tools-scripts.md - visual-studio.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2021/11/visualize-kubernetes-clusters-one-place-amazon-eks-connector-generally-available : content_hash: 2a32dad142889fc13e4047e716417ab933fe689a5945af5d17642b60ddd22317 description: '' @@ -8452,6 +8955,7 @@ https://aws.amazon.com/about-aws/whats-new/2021/11/aws-toolkits-cloud9-jetbrains v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-elastic-file-system-replication: content_hash: 41c6f04ef0942699af50634f30c1088b2cda1e6fb445d4d48232e261019b873a description: '' @@ -8473,6 +8977,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-elastic-file-system-re v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/02/general-availability-aws-backup-amazon-s3: content_hash: 077f629cae84fe60079387cb2373c9a047b0a6571a3d8dc38d335d17d761c245 description: '' @@ -8489,6 +8994,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/02/general-availability-aws-back v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-cloudwatch-metrics-insights: content_hash: 2b2db667e8a7b554751bc2bc36ab30841c7132079b9b9a4ffc475e4519c62948 description: '' @@ -8505,6 +9011,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-cloudwatch-metrics-ins v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/04/aws-data-transfer-price-reduction-privatelink-transit-gateway-client-vpn-services/?nc1=h_ls : content_hash: 341b31b5e366e39c59f8761601f61a71079243255afe5c16364af43df53431ce description: '' @@ -8522,6 +9029,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-cloudwatch-metrics-ins v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/04/aws-shield-application-balancer-automatic-ddos-mitigation: content_hash: 646e19960c56202ebd72b1a8c9a3362c8e43fa43c264dc33775c3fc3fe89cfe9 description: '' @@ -8539,6 +9047,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/04/aws-shield-application-balanc v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/04/aws-single-sign-on-configurable-synchronization-microsoft-active-directory : content_hash: c5bc11024998a69ea36e3bd09361b3be65e1bdcf7d3afba5c4ffbf61ab1fc1fd description: '' @@ -8556,6 +9065,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/04/aws-shield-application-balanc v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/05/aws-systems-manager-support-port-forwarding-remote-hosts-using-session-manager : content_hash: bd75b6c31ff9986d40e3b8317b3b74164fff276f41502cd7d12918c75c55ec20 description: '' @@ -8573,6 +9083,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/04/aws-shield-application-balanc v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/06/aws-well-architected-tool-organizations-integration: content_hash: cea724468b927264192d6c27e6dd3306da9ea7bfc1463af2317916e7957e8974 description: '' @@ -8589,6 +9100,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/06/aws-well-architected-tool-org v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/07/aws-single-sign-on-aws-sso-aws-identity-access-management-iam-customer-managed-policies-cmps : content_hash: d6d7e9e9a910ce469969124e32dedfd1af2406d24c64f62bb0f5a1277bece28d description: '' @@ -8606,6 +9118,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/06/aws-well-architected-tool-org v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/10/dark-mode-support-aws-management-console: content_hash: be89d61a7896318ff92467676d086333f61a80563f37df83441e2db6ae221cb9 description: '' @@ -8622,6 +9135,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/10/dark-mode-support-aws-managem v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/10/iam-access-analyzer-cloudtrail-history-identify-actions-140-aws-services-fine-grained-policies : content_hash: d733e1384be7652db1dd5bac490f96b6b3d1acff3c1fc8968d358619483de455 description: '' @@ -8639,6 +9153,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/10/dark-mode-support-aws-managem v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/10/iam-identity-center-session-management-features-improved-user-experience-cloud-security : content_hash: 76c9bccf55b084f391b53984ccfc3a2cd9b3e292d3e0ec393585eb84e1e08b80 description: '' @@ -8656,6 +9171,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/10/dark-mode-support-aws-managem v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-cloudwatch-cross-account-observability-multiple-aws-accounts: content_hash: c1eb644f65759468d89e7f6090cc33f3c1fc6aba50679ff81027248e12634248 description: '' @@ -8673,6 +9189,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-cloudwatch-cross-accou v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-ec2-price-capacity-optimized-allocation-strategy-provisioning-ec2-spot-instances : content_hash: 1e5210f9c34f1b158aeef5d886ce6fd3f6d5f0c04351a1d75241eb7fe4848c16 description: '' @@ -8690,6 +9207,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-cloudwatch-cross-accou v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-nat-gateway-allows-select-private-ip-address-network-address-translation : content_hash: 8131efc56c8db22da45037f45dce86dbb50fd3138945df01174df563e32bf66c description: '' @@ -8707,6 +9225,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-cloudwatch-cross-accou v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-blue-green-deployments-safer-simpler-faster-updates: content_hash: 32eae5d86ca93a58a500c876a6c9cb3a3ed6ed46cb7cdd926fc3db57d167a173 description: '' @@ -8724,6 +9243,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-blue-green-deploym v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-sns-increases-default-quota-subscription-filter-policies-account: content_hash: 16adfabca4ba7e0e6fe105add9e12d2ccdd0ac69a142e6d068689a66d34e2d56 description: '' @@ -8741,6 +9261,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-sns-increases-default- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/11/application-load-balancers-turning-off-cross-zone-load-balancing-per-target-group : content_hash: 3e63efa54213b705e0c0358589e93686c475024dc835e347f744bd55ec20e610 description: '' @@ -8758,6 +9279,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-sns-increases-default- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/11/aws-backup-audit-manager-centralized-reporting-aws-organizations: content_hash: d0e056d89a159d8161cba673fc15080537d1a531c325d3c6cc82a02d5ce80d59 description: '' @@ -8774,6 +9296,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/aws-backup-audit-manager-cent v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/11/aws-identity-access-management-multi-factor-authentication-devices: content_hash: 0a3dddd1393107fc4dd7054101a11292a8d1b77daa2da4ffd48f497918cde5c9 description: '' @@ -8791,6 +9314,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/aws-identity-access-managemen v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/11/aws-organizations-delegated-administrator: content_hash: 44619ca801378c5b1e28a3da76a204e5a512e9fdc4df386bc28dd97276b1f19e description: '' @@ -8807,6 +9331,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/11/aws-organizations-delegated-a v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-ecs-cloudwatch-alarms-safety-deployments: content_hash: b86a813b65d417ada8843d2877580c752c90e728ebe9225a9b5d0841bbde1dcb description: '' @@ -8824,6 +9349,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-ecs-cloudwatch-alarms- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-eks-automated-provisioning-lifecycle-management-windows-containers : content_hash: 81d40ead139649302e05fd3c4bba001f531758b0e750e31bb974b8fd5a969d30 description: '' @@ -8841,6 +9367,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-ecs-cloudwatch-alarms- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-rds-integration-aws-secrets-manager: content_hash: ee8238d30625b59e1e8caf859549028c95d1145e8a4f86bbb79130202dc0449b description: '' @@ -8857,6 +9384,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-rds-integration-aws-se v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-timestream-enables-protect-data-through-aws-backup: content_hash: 36cfb21f1e546e8ad276f0d549a7d20515486f4c4c1c92ff06ad3ec01435ab3d description: '' @@ -8873,6 +9401,7 @@ https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-timestream-enables-pro v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-cloudwatch-high-resolution-metric-extraction-structured-logs: content_hash: 184fe147a1271e2496293628ed9daf2150201bdf643359a4409466ec3ff22603 description: '' @@ -8895,6 +9424,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-cloudwatch-high-resolu v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-guardduty-aws-europe-spain-region: content_hash: 504f5b6f3c62c040b80f243439733421937b7b64ec984d46e6baf661a33d1ebc description: '' @@ -8911,6 +9441,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-guardduty-aws-europe-s v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/02/aws-network-firewall-tag-based-resource-groups: content_hash: 4329738a7c2953e58e86d341cbf33f14227515ffa3fae834021ffb5bcdf06059 description: '' @@ -8927,6 +9458,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/02/aws-network-firewall-tag-base v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/02/aws-sam-cli-sam-list-command-inspect-resources: content_hash: c9618a3ce967c67a912955b9a0f6e812be17e3c0a47fcd144c3b955c19967b8b description: '' @@ -8948,6 +9480,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/02/aws-sam-cli-sam-list-command- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/02/enable-aws-systems-manager-default-all-ec2-instances-account: content_hash: 99e016dbb15f8aa4ca690fffad9bb2c05618b5dbd9c246fd08bde76e5641dbca description: '' @@ -8965,6 +9498,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/02/enable-aws-systems-manager-de v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/about-aws/whats-new/2023/03/amazon-detective-graph-visualization-interactive-security-investigations : content_hash: b2502fb632ecc2a0a2547c37357b34dd88d6952cb2ac658f457af8daea189d63 description: '' @@ -8981,6 +9515,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/02/enable-aws-systems-manager-de v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/04/aws-transit-gateway-europe-spain-region: ai_summary: AWS announcement declaring the availability of Transit Gateway in the Europe (Spain) region. Enables cloud architects to build highly scalable hub-and-spoke @@ -9008,6 +9543,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/04/aws-transit-gateway-europe-sp v2_locations: - aws-spain.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/05/amazon-cloudfront-one-click-security-protections: content_hash: 1833e0cbda5144e2a21d10006e84569f2d2f7ea14d299b4386ae65255585b81f description: '' @@ -9024,6 +9560,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/05/amazon-cloudfront-one-click-s v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/05/aws-backup-cross-region-backups-four-regions: content_hash: 510e8763623c60906d20ad2ae77a51cd857803cdb976284acb75c9a3ec79366e description: '' @@ -9040,6 +9577,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/05/aws-backup-cross-region-backu v2_locations: - aws-backup.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/05/aws-management-console-private-access: content_hash: 11cac57d86369a82e7ffc670dde1e3ede1a3ce3a2fc4a1106afeb79e17bd56e9 description: '' @@ -9056,6 +9594,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/05/aws-management-console-privat v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/05/aws-waf-rate-based-rules-request-headers-composite-keys: content_hash: 4a5e6fde48b3d3db56fb75b07c65f7d2c182696f8022221c31d71dbf622aeb5c description: '' @@ -9073,6 +9612,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/05/aws-waf-rate-based-rules-requ v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/06/aws-config-recording-exclusions-resource-type: content_hash: 15d401a5716e98832b56b4c7f01367e67f2ae3707872bfa16c599cc826f7dc67 description: '' @@ -9089,6 +9629,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/06/aws-config-recording-exclusio v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-eks-pod-identity: ai_summary: Highlights the launch of EKS Pod Identity, an evolved architectural alternative to IRSA (IAM Roles for Service Accounts). By utilizing a highly optimized @@ -9120,6 +9661,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-eks-pod-identity: - managed-kubernetes-in-public-cloud.md - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/11/automate-aws-control-tower-zone-operations-apis: content_hash: 6b19b0f85e06adaabec6bd5aecae3b4574d8f6f8728df3bdc704855ce3030c69 description: '' @@ -9137,6 +9679,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/11/automate-aws-control-tower-zo v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2023/11/aws-cloudformation-git-management-stacks: content_hash: 255a5033032cc285370e0202d580be701956f18bd07eace433b6788c4a3f56c4 description: '' @@ -9153,6 +9696,7 @@ https://aws.amazon.com/about-aws/whats-new/2023/11/aws-cloudformation-git-manage v2_locations: - aws-iac.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2024/01/amazon-ecs-fargate-integrate-ebs: content_hash: 118eb370d082b8d64690d2339a3953717fb3d61d50b70b8431102d1560f64eb2 description: '' @@ -9169,6 +9713,7 @@ https://aws.amazon.com/about-aws/whats-new/2024/01/amazon-ecs-fargate-integrate- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2024/02/aws-cloudformation-templates-cdk-apps-minutes: content_hash: 308b84efba93afad55e77d39c4d37e6cd53eba0c331d7381b5dbe1189930a50c description: '' @@ -9186,6 +9731,7 @@ https://aws.amazon.com/about-aws/whats-new/2024/02/aws-cloudformation-templates- v2_locations: - aws-iac.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2024/03/application-load-balancer-http-keepalive-duration: content_hash: 0ca97b670eeacbe243311ed43a7aeb8fad59ddbd7b068fb4da9547b31bf24773 description: '' @@ -9203,6 +9749,7 @@ https://aws.amazon.com/about-aws/whats-new/2024/03/application-load-balancer-htt v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2024/05/amazon-eks-native-support-autoscaling-coredns-pods: ai_summary: Details the introduction of native autoscaling capabilities for the CoreDNS cluster DNS service inside Amazon EKS. Rather than relying on custom Horizontal @@ -9233,6 +9780,7 @@ https://aws.amazon.com/about-aws/whats-new/2024/05/amazon-eks-native-support-aut v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/about-aws/whats-new/2024/08/aws-waf-rate-based-rules-lower-rate-limits: content_hash: b698999883eaa290049ad40e07205d106f3b27853f7f196ce53ea44f0ca1e705 description: '' @@ -9249,6 +9797,7 @@ https://aws.amazon.com/about-aws/whats-new/2024/08/aws-waf-rate-based-rules-lowe v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/activate: content_hash: 2805722d4026971e82ee97b10d3579bc775a364891a4de0644874a1673284651 description: '' @@ -9260,6 +9809,7 @@ https://aws.amazon.com/activate: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://aws.amazon.com/app-mesh: ai_summary: The official landing page for AWS App Mesh, a fully managed service mesh service designed to streamline microservice communications. Utilizes the @@ -9290,6 +9840,7 @@ https://aws.amazon.com/app-mesh: - istio.md - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/application-migration-service: content_hash: 17185749a45b446fbbe1efced0a56e990ddf506537747b3cdeb15f5ff8798da2 health_score: 100.0 @@ -9302,6 +9853,7 @@ https://aws.amazon.com/application-migration-service: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://aws.amazon.com/apprunner: content_hash: 593136c1321253514d992e4461bc6ebfb7b7e90decd16871d91c5c7c15038cac description: '' @@ -9318,6 +9870,7 @@ https://aws.amazon.com/apprunner: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/architecture/icons: content_hash: 50edf23146037368718dd62c7153fb2c5b3e61d71d58f74497e10412a970162f description: '' @@ -9334,6 +9887,7 @@ https://aws.amazon.com/architecture/icons: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://aws.amazon.com/architecture/serverless/serverless-or-kubernetes: content_hash: 7bc8ff66fdaeea40c19d94a7d0e1b3a53e2d527ec65b9cc30ac4ee0638f1a936 description: '' @@ -9350,6 +9904,7 @@ https://aws.amazon.com/architecture/serverless/serverless-or-kubernetes: v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://aws.amazon.com/architecture/this-is-my-architecture: ai_summary: AWS's highly acclaimed video series showcasing real-world cloud architectures designed by global enterprise customers. Each episode features architectural diagrams @@ -9380,6 +9935,7 @@ https://aws.amazon.com/architecture/this-is-my-architecture: v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/backup: content_hash: 071e5356f19cb7ba0ba4c57a110ce5115abcea0ef4b70c88eedfda77b8115f85 description: '' @@ -9396,6 +9952,7 @@ https://aws.amazon.com/backup: v2_locations: - aws-backup.md year: N/A + addition_method: manual https://aws.amazon.com/big-data: content_hash: db9e0c8f4d39cf8e7126d110bf0bb860854003b1d98d79bd6c6a340aa01ae3a8 health_score: 100.0 @@ -9408,6 +9965,7 @@ https://aws.amazon.com/big-data: - docs/aws-data.md v2_locations: - aws-data.md + addition_method: manual https://aws.amazon.com/big-data/data-lake-on-aws: content_hash: 4dc880467ded98628b98a8cf69c214a7f49a11a58c783bcfd6e8d75daa8e1126 description: '' @@ -9419,6 +9977,7 @@ https://aws.amazon.com/big-data/data-lake-on-aws: v1_locations: - docs/aws-data.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/apn: content_hash: 8a76fd881207f038fce3728f5d14d07e4b435ee62384631dc7257e26d789dd99 description: '' @@ -9435,6 +9994,7 @@ https://aws.amazon.com/blogs/apn: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/apn/active-directory-single-sign-on-sso-on-aws-with-bitium: content_hash: c1eca590b835adb0d350b1a474f7445dce48e960fe909944c76e9e2a02762908 description: '' @@ -9446,6 +10006,7 @@ https://aws.amazon.com/blogs/apn/active-directory-single-sign-on-sso-on-aws-with v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/apn/centralized-traffic-inspection-with-gateway-load-balancer-on-aws: content_hash: 001beef4898515799358b849617b50b80747e3e6394b054b06374b4d21e664a7 description: '' @@ -9462,6 +10023,7 @@ https://aws.amazon.com/blogs/apn/centralized-traffic-inspection-with-gateway-loa v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/apn/how-to-build-sparse-ebs-volumes-for-fun-and-easy-snapshotting: ai_summary: An advanced architectural post detailing how to create sparse files inside loop devices on EBS volumes to minimize storage footprints. Analyzes the @@ -9490,6 +10052,7 @@ https://aws.amazon.com/blogs/apn/how-to-build-sparse-ebs-volumes-for-fun-and-eas v2_locations: - aws-storage.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/apn/how-to-deploy-a-high-availability-web-service-on-aws-using-spotinst: content_hash: 23c1fe0ce3a26b4bc45686956b41c27190477e6533e7914f508f964d655c020f description: '' @@ -9501,6 +10064,7 @@ https://aws.amazon.com/blogs/apn/how-to-deploy-a-high-availability-web-service-o v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/apn/modernize-your-ci-cd-pipeline-using-jenkins-x-with-amazon-eks: content_hash: 3e05315c8178c26a84c54c1ba2ca4c81f10822e9cfc98672393be8e81d575479 description: '' @@ -9517,6 +10081,7 @@ https://aws.amazon.com/blogs/apn/modernize-your-ci-cd-pipeline-using-jenkins-x-w v2_locations: - demos.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/apn/optimizing-your-kubernetes-clusters-with-rancher-and-amazon-eks: ai_summary: Details how enterprise teams use Rancher to coordinate, monitor, and enforce access policies on EKS clusters. It emphasizes unified management across @@ -9545,6 +10110,7 @@ https://aws.amazon.com/blogs/apn/optimizing-your-kubernetes-clusters-with-ranche v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture: ai_summary: The primary repository for official architectural insights, design patterns, and systemic frameworks curated directly by AWS architects. Live grounding emphasizes @@ -9566,6 +10132,7 @@ https://aws.amazon.com/blogs/architecture: v2_locations: - aws-architecture.md year: '2025' + addition_method: manual https://aws.amazon.com/blogs/architecture/architecting-a-highly-available-serverless-microservices-based-ecommerce-site: content_hash: 6d27092ddebed21609208ee1e75e274dd4a86cbde1acfe7855333a7546c596e5 description: '' @@ -9583,6 +10150,7 @@ https://aws.amazon.com/blogs/architecture/architecting-a-highly-available-server v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/best-practices-for-implementing-event-driven-architectures-in-your-organization: content_hash: 6fe50c3e106cf689c92b8b5450e004fbf9ead264bdcd3f3e3400dfbbe5af222f description: '' @@ -9600,6 +10168,7 @@ https://aws.amazon.com/blogs/architecture/best-practices-for-implementing-event- v2_locations: - introduction.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/architecture/creating-a-multi-region-application-with-aws-services-part-1-compute-and-security : ai_summary: The first entry in a comprehensive AWS architecture series detailed on constructing resilient, low-latency multi-region topologies. It explores Route @@ -9630,6 +10199,7 @@ https://aws.amazon.com/blogs/architecture/best-practices-for-implementing-event- v2_locations: - aws-architecture.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/architecture/creating-a-multi-region-application-with-aws-services-part-2-data-and-replication : ai_summary: The second part of the AWS multi-region architectural blueprint focusing on global database replication and data consistency model tradeoffs. It analyzes @@ -9660,6 +10230,7 @@ https://aws.amazon.com/blogs/architecture/best-practices-for-implementing-event- v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/data-caching-across-microservices-in-a-serverless-architecture: ai_summary: This architectural pattern guide presents strategies for implementing caching mechanisms across high-concurrency serverless microservices. It assesses @@ -9690,6 +10261,7 @@ https://aws.amazon.com/blogs/architecture/data-caching-across-microservices-in-a v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/disaster-recovery-with-aws-managed-services-part-i-single-region: content_hash: cf63dbe612f222eedf7aed441c466381603375cbfa5d1548f1662d25ec629903 description: '' @@ -9706,6 +10278,7 @@ https://aws.amazon.com/blogs/architecture/disaster-recovery-with-aws-managed-ser v2_locations: - aws-backup.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/architecture/disaster-recovery-with-aws-managed-services-part-ii-multi-region-backup-and-restore : content_hash: fbbf5eefa0740756aa3fb6ac4b7a1b65e623c9748eee0f63fcf213262305da31 description: '' @@ -9718,6 +10291,7 @@ https://aws.amazon.com/blogs/architecture/disaster-recovery-with-aws-managed-ser v1_locations: - docs/aws-backup.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/exploring-data-transfer-costs-for-aws-managed-databases: content_hash: ee2c1dc56914def0466e3c0a26d249ba09d32ee97e5e256f15446949ce34e8d9 description: '' @@ -9734,6 +10308,7 @@ https://aws.amazon.com/blogs/architecture/exploring-data-transfer-costs-for-aws- v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/lets-architect-architecting-microservices-with-containers: ai_summary: A curated entry from the 'Let's Architect!' AWS series detailing architectural best practices for splitting monolithic software into containerized microservices. @@ -9763,6 +10338,7 @@ https://aws.amazon.com/blogs/architecture/lets-architect-architecting-microservi v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/lets-architect-architecting-with-amazon-dynamodb: ai_summary: Curator Insight presents an architectural masterclass on schema design and partitioning in Amazon DynamoDB. Live Grounding verifies the recommendations @@ -9792,6 +10368,7 @@ https://aws.amazon.com/blogs/architecture/lets-architect-architecting-with-amazo v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/maintain-visibility-over-the-use-of-cloud-architecture-patterns: ai_summary: A guide detailing automated mechanisms to track, catalog, and control architectural drifts in cloud environments. It focuses on using AWS Service Catalog, @@ -9820,6 +10397,7 @@ https://aws.amazon.com/blogs/architecture/maintain-visibility-over-the-use-of-cl v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/migrate-resources-between-aws-accounts: content_hash: c625c64d21b791673dce359a6874804d63e721fa7e5ff7bd5abbfd79f1e75f77 description: '' @@ -9836,6 +10414,7 @@ https://aws.amazon.com/blogs/architecture/migrate-resources-between-aws-accounts v2_locations: - aws-backup.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/migrate-your-applications-to-containers-at-scale: ai_summary: A deep dive into AWS App2Container, a command-line tool designed to analyze and containerize .NET and Java applications to AWS ECS or EKS. It automates @@ -9864,6 +10443,7 @@ https://aws.amazon.com/blogs/architecture/migrate-your-applications-to-container v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/mistakes-to-avoid-when-implementing-serverless-architecture-with-lambda: ai_summary: An essential post detailing common anti-patterns in serverless configurations, such as recursive loops, overly restrictive security groups, and over-provisioned @@ -9893,6 +10473,7 @@ https://aws.amazon.com/blogs/architecture/mistakes-to-avoid-when-implementing-se v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/multi-region-migration-using-aws-application-migration-service: content_hash: be34dda667ce951beb8d10d0ab8b350fb365c8257aef10a10acf50d2f88713b7 description: '' @@ -9909,6 +10490,7 @@ https://aws.amazon.com/blogs/architecture/multi-region-migration-using-aws-appli v2_locations: - aws-backup.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/architecture/optimize-your-modern-data-architecture-for-sustainability-part-1-data-ingestion-and-data-lake : content_hash: 24849e549439266c9291ede79e7e7003edfb7ac694d237457122b1b817a618a9 description: '' @@ -9926,6 +10508,7 @@ https://aws.amazon.com/blogs/architecture/multi-region-migration-using-aws-appli v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for-sustainability-part-i-compute: ai_summary: Part one of an AWS architectural series focused on maximizing hardware efficiency to minimize the environmental footprint of cloud workloads. It outlines @@ -9956,6 +10539,7 @@ https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for-sustainability-part-ii-storage: ai_summary: Part two of the AWS sustainability series focusing on optimizing data storage life cycles. It covers patterns like S3 Intelligent-Tiering, archiving @@ -9985,6 +10569,7 @@ https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/overview-of-data-transfer-costs-for-common-architectures: content_hash: bbd139d2b34d0773a7a76ec8945ee2683ef8f58cee09f6848bcb0485b35d2db7 description: '' @@ -10002,6 +10587,7 @@ https://aws.amazon.com/blogs/architecture/overview-of-data-transfer-costs-for-co v2_locations: - finops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/reduce-cost-and-increase-security-with-amazon-vpc-endpoints: content_hash: 6f2aa72eb28acda305657a9c95b31f47b0b076770bdd8237416d6b0025819222 description: '' @@ -10018,6 +10604,7 @@ https://aws.amazon.com/blogs/architecture/reduce-cost-and-increase-security-with v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/use-templated-answers-to-perform-well-architected-reviews-at-scale: ai_summary: A comprehensive guide on leveraging templated workloads within the AWS Well-Architected Tool to streamline compliance assessments across thousands of @@ -10047,6 +10634,7 @@ https://aws.amazon.com/blogs/architecture/use-templated-answers-to-perform-well- v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/verify-the-resilience-of-your-workloads-using-chaos-engineering: content_hash: 769d604bba5b0305d95d056193458f4856e0f9fc2d063da3de7f886e1a0adcd6 description: '' @@ -10063,6 +10651,7 @@ https://aws.amazon.com/blogs/architecture/verify-the-resilience-of-your-workload v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/architecture/what-to-consider-when-selecting-a-region-for-your-workloads: content_hash: e2e1a058ff39c8fb2ad279a521b1bcafe45f5f283353c19cfb21a2b175175e99 description: '' @@ -10080,6 +10669,7 @@ https://aws.amazon.com/blogs/architecture/what-to-consider-when-selecting-a-regi v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws-cloud-financial-management/announcing-general-availability-of-aws-cost-anomaly-detection: content_hash: 87c01b4ef0510f3d392aec79c2b8713a84062d57023f50c73582fd9c7b5ba7ab health_score: 100.0 @@ -10092,6 +10682,7 @@ https://aws.amazon.com/blogs/aws-cloud-financial-management/announcing-general-a - docs/aws-pricing.md v2_locations: - aws-pricing.md + addition_method: manual https://aws.amazon.com/blogs/aws-cloud-financial-management/understanding-your-aws-cost-datasets-a-cheat-sheet: content_hash: 2a41346741bf661ab05a96cac6f893592a140a73d9ac22ce5068110e24b26687 health_score: 100.0 @@ -10104,6 +10695,7 @@ https://aws.amazon.com/blogs/aws-cloud-financial-management/understanding-your-a - docs/aws-pricing.md v2_locations: - aws-pricing.md + addition_method: manual https://aws.amazon.com/blogs/aws-cost-management/announcing-general-availability-of-aws-cost-anomaly-detection: content_hash: 05d62463bee06c61fed73bbfa682bee63e213d7ba57dabbd21d7a147ad3b443c description: '' @@ -10115,6 +10707,7 @@ https://aws.amazon.com/blogs/aws-cost-management/announcing-general-availability v1_locations: - docs/aws-pricing.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws-cost-management/understanding-your-aws-cost-datasets-a-cheat-sheet: content_hash: 501f66282bea10ecfdd9f54550373f6b23ed51af8427e2d589909bbaf6edd0fc description: '' @@ -10126,6 +10719,7 @@ https://aws.amazon.com/blogs/aws-cost-management/understanding-your-aws-cost-dat v1_locations: - docs/aws-pricing.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/aws/amazon-eks-anywhere-now-generally-available-to-create-and-manage-kubernetes-clusters-on-premises : ai_summary: The GA announcement for Amazon EKS Anywhere, describing its initial support matrix, licensing structure, and architectural goals. It explores how @@ -10156,6 +10750,7 @@ https://aws.amazon.com/blogs/aws-cost-management/understanding-your-aws-cost-dat v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-eks-now-supports-ec2-inf1-instances: ai_summary: AWS announcement outlining AWS Inferentia (Inf1) support on EKS to execute high-performance deep learning inference models. Covers scheduling configurations, @@ -10185,6 +10780,7 @@ https://aws.amazon.com/blogs/aws/amazon-eks-now-supports-ec2-inf1-instances: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-production-ready-in-three-regions: ai_summary: The historic production-ready announcement of AWS Elastic File System (EFS). Establishes the core characteristics of shared NFS storage scaling dynamically @@ -10212,6 +10808,7 @@ https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-production-ready-in- v2_locations: - aws-storage.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-shared-file-storage-for-amazon-ec2: content_hash: fd5a00244510a28f92c85dd1a292b9b28b4994ccd9ba7fb13ab1cfc91049506c description: '' @@ -10229,6 +10826,7 @@ https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-shared-file-storage- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-inspector-automated-security-assessment-service: content_hash: 69c4948592fb7ed518d362016b8ac1eeee171fb88f74ca82668cffe8886852d0 description: '' @@ -10245,6 +10843,7 @@ https://aws.amazon.com/blogs/aws/amazon-inspector-automated-security-assessment- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-managed-grafana-is-now-generally-available-with-many-new-features: content_hash: d514cea6c274e2347c64a6c3a7a05b882ef688d04f89dca362327ebb1c8f0e1c description: '' @@ -10261,6 +10860,7 @@ https://aws.amazon.com/blogs/aws/amazon-managed-grafana-is-now-generally-availab v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/aws/amazon-managed-service-for-prometheus-is-now-generally-available-with-alert-manager-and-ruler : content_hash: 4c1df25255a9636f2ae0f0e05f95cba6cbca2f8ce0655c87808472ea1d921785 description: '' @@ -10278,6 +10878,7 @@ https://aws.amazon.com/blogs/aws/amazon-managed-grafana-is-now-generally-availab v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-rds-for-sql-server-support-for-windows-authentication: ai_summary: Explains integration patterns between Amazon RDS for SQL Server and AWS Directory Service (Active Directory). Enables Windows-based enterprise authentication @@ -10305,6 +10906,7 @@ https://aws.amazon.com/blogs/aws/amazon-rds-for-sql-server-support-for-windows-a v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-rds-multi-az-db-cluster: ai_summary: Curator Insight highlights the introduction of Amazon RDS Multi-AZ DB clusters designed with two readable standbys and transaction log replication. @@ -10335,6 +10937,7 @@ https://aws.amazon.com/blogs/aws/amazon-rds-multi-az-db-cluster: v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-workmail-now-generally-available: content_hash: cd6f9e5d163f5da8a3a015439eb6184fe16dbd91107832e847b82be13902ed86 description: '' @@ -10351,6 +10954,7 @@ https://aws.amazon.com/blogs/aws/amazon-workmail-now-generally-available: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/amazon-workspaces-introduces-ubuntu-desktops: content_hash: 86b28056084ac9602005829e5388ea541730119a016d10a954c6c6cf7014b26a description: '' @@ -10367,6 +10971,7 @@ https://aws.amazon.com/blogs/aws/amazon-workspaces-introduces-ubuntu-desktops: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/announcing-amazon-opensearch-service-which-supports-opensearch-10: content_hash: 68f5169fc955af56f91c36514ea5cbf0c6ad13d9291b3b68fdeb6c459a065711 health_score: 100.0 @@ -10379,6 +10984,7 @@ https://aws.amazon.com/blogs/aws/announcing-amazon-opensearch-service-which-supp - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://aws.amazon.com/blogs/aws/announcing-aws-cloud-control-api: content_hash: def367410961b5c12f08f6b817c1a54e9da432197ee9ba4577904103f0e78cc2 description: '' @@ -10395,6 +11001,7 @@ https://aws.amazon.com/blogs/aws/announcing-aws-cloud-control-api: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/announcing-aws-kms-external-key-store-xks: content_hash: 1b11d02c8bf506d54e5028eb337015ca098acd43044d7013ca09cc6490b83e43 description: '' @@ -10411,6 +11018,7 @@ https://aws.amazon.com/blogs/aws/announcing-aws-kms-external-key-store-xks: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-application-discovery-service-update-agentless-discovery-for-vmware: content_hash: 3c6c15d93fd38590c45a02a9065676cd805a7914422182c8249678b9b06b1f2e description: '' @@ -10427,6 +11035,7 @@ https://aws.amazon.com/blogs/aws/aws-application-discovery-service-update-agentl v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-cloud-adoption-framework-caf-3-0-is-now-available: content_hash: 95c42989a1fc7009efa2372aeb51f2a7bc8329b3783c6d23b11c13eb1ac7d9c6 description: '' @@ -10443,6 +11052,7 @@ https://aws.amazon.com/blogs/aws/aws-cloud-adoption-framework-caf-3-0-is-now-ava v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-config-rules-dynamic-compliance-checking-for-cloud-resources: content_hash: 77828e094888cd8feba4a1fe01dbf0582bd104d191f9b061a471f28c08ae3436 description: '' @@ -10459,6 +11069,7 @@ https://aws.amazon.com/blogs/aws/aws-config-rules-dynamic-compliance-checking-fo v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-cost-explorer-update-access-to-ec2-usage-data: ai_summary: An archival announcement detail on the integration of deep EC2 usage patterns directly into AWS Cost Explorer. It highlights early steps in AWS's native @@ -10487,6 +11098,7 @@ https://aws.amazon.com/blogs/aws/aws-cost-explorer-update-access-to-ec2-usage-da v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-database-migration-service: ai_summary: Curator Insight introduces AWS Database Migration Service (DMS) as a flexible solution for database consolidation and migration. Live Grounding verifies @@ -10517,6 +11129,7 @@ https://aws.amazon.com/blogs/aws/aws-database-migration-service: v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-iot-cloud-services-for-connected-devices: content_hash: 3eb5534d7988ccfbb333f32ee8771202b6a53199c00636fb931ed609e89e7895 description: '' @@ -10533,6 +11146,7 @@ https://aws.amazon.com/blogs/aws/aws-iot-cloud-services-for-connected-devices: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-lambda-now-supports-up-to-10-gb-ephemeral-storage: content_hash: 22d2a5cc4f958d253cd2380bb4a955d02db87aa362518c40dfbc9e21329c916c description: '' @@ -10549,6 +11163,7 @@ https://aws.amazon.com/blogs/aws/aws-lambda-now-supports-up-to-10-gb-ephemeral-s v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-lambda-update-python-vpc-increased-function-duration-scheduling-and-more: content_hash: b4094436a9ab16b955922d130893c9a693de1cad35edc7c639329f3c1a5173cb description: '' @@ -10566,6 +11181,7 @@ https://aws.amazon.com/blogs/aws/aws-lambda-update-python-vpc-increased-function v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-mobile-hub-build-test-and-monitor-mobile-applications: content_hash: abccbbd4a2237466860be1dfb08b996aaeab147886bdb24acfd6248f49317168 description: '' @@ -10582,6 +11198,7 @@ https://aws.amazon.com/blogs/aws/aws-mobile-hub-build-test-and-monitor-mobile-ap v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/aws-repost-a-reimagined-qa-experience-for-the-aws-community: content_hash: f77f66c941e5464f4613e14f8bd4cbe0ecfb0239c83949043ec6970f61150e3e description: '' @@ -10598,6 +11215,7 @@ https://aws.amazon.com/blogs/aws/aws-repost-a-reimagined-qa-experience-for-the-a v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/cloudwatch-dashboards-create-use-customized-metrics-views: content_hash: 1a401dabc31e51156bde5bbeec70685c3c29726a91adb2984ddac0d70bd328ef description: '' @@ -10614,6 +11232,7 @@ https://aws.amazon.com/blogs/aws/cloudwatch-dashboards-create-use-customized-met v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/coming-soon-ec2-dedicated-hosts: content_hash: 2f0f816081721e479cc3005a6a7c5e2b50275fe637c0958e6dc3942706b95e30 description: '' @@ -10630,6 +11249,7 @@ https://aws.amazon.com/blogs/aws/coming-soon-ec2-dedicated-hosts: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/aws/convert-aws-console-actions-to-reusable-code-with-aws-console-to-code-now-generally-available/?trk=0d3532c8-5f49-4c86-9683-96c2417e9b4b&sc_channel=el : content_hash: ff5d774c7f09c383bef873d3abf9dca2f4a7ffc47882a53e5305eed58ecd0e71 health_score: 100.0 @@ -10642,6 +11262,7 @@ https://aws.amazon.com/blogs/aws/coming-soon-ec2-dedicated-hosts: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://aws.amazon.com/blogs/aws/easily-manage-security-group-rules-with-the-new-security-group-rule-id: content_hash: f834425b89156644c0334795766020d5455b922a7f1429cf67cb6f5494866ab2 description: '' @@ -10658,6 +11279,7 @@ https://aws.amazon.com/blogs/aws/easily-manage-security-group-rules-with-the-new v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare: content_hash: ff0a32872c3f14bfaa57975b27f31281619ef204417b2612eec65438b13ed45d description: '' @@ -10674,6 +11296,7 @@ https://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/ec2-container-service-update-container-registry-ecs-cli-az-aware-scheduling-and-more: content_hash: 89657c5c8e155bbfd1ebb9d717183f50022a6e419056696bf6c1c40952cdcf64 description: '' @@ -10691,6 +11314,7 @@ https://aws.amazon.com/blogs/aws/ec2-container-service-update-container-registry v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/eks-price-reduction: ai_summary: Historic AWS announcement introducing the 50% price reduction for EKS cluster management fees. While highly significant for cloud budget projections @@ -10718,6 +11342,7 @@ https://aws.amazon.com/blogs/aws/eks-price-reduction: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/elastic-network-adapter-high-performance-network-interface-for-amazon-ec2: content_hash: e01b8cb832bdcff4494c53dd7a3ffb35925869a1a2127a4c87ef7c53418523db description: '' @@ -10734,6 +11359,7 @@ https://aws.amazon.com/blogs/aws/elastic-network-adapter-high-performance-networ v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023: content_hash: c348d3d0644d0483a0e7b18e65c726808ec65c12bb58899796b5b898df62a9de description: '' @@ -10750,6 +11376,7 @@ https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/iam-access-analyzer-update-policy-validation: content_hash: 191ce031f1393aac698047abd56d4a2968a7465753e3114bd186cbe2d5d3facb description: '' @@ -10766,6 +11393,7 @@ https://aws.amazon.com/blogs/aws/iam-access-analyzer-update-policy-validation: v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/aws/ide-extension-for-aws-application-composer-enhances-visual-modern-applications-development-with-ai-generated-iac : ai_summary: Microsoft/AWS visual tool update utilizing AI to generate production-ready CloudFormation templates directly from system design canvasses. Lowers barriers @@ -10794,6 +11422,7 @@ https://aws.amazon.com/blogs/aws/iam-access-analyzer-update-policy-validation: v2_locations: - ai.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/infoworld-review-amazon-aurora-rocks-mysql: ai_summary: An influential early review of Amazon Aurora documenting how its decoupling of compute and storage engines significantly outperformed traditional MySQL instances. @@ -10822,6 +11451,7 @@ https://aws.amazon.com/blogs/aws/infoworld-review-amazon-aurora-rocks-mysql: v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/monitor-evaluate-and-demonstrate-backup-compliance-with-aws-backup-audit-manager: content_hash: 8949d78fcde90dbf9f4a909c33a24b7deb3f399c0c986a3b487632eac4d8d80e description: '' @@ -10839,6 +11469,7 @@ https://aws.amazon.com/blogs/aws/monitor-evaluate-and-demonstrate-backup-complia v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-accelerate-your-lambda-functions-with-lambda-snapstart: ai_summary: This announcement introduces AWS Lambda SnapStart, a performance optimization engine designed to drastically reduce Java cold start latency profiles (up to @@ -10868,6 +11499,7 @@ https://aws.amazon.com/blogs/aws/new-accelerate-your-lambda-functions-with-lambd v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-amazon-vpc-network-access-analyzer: content_hash: 04e4db2320cf85013d69c79c6dca746c52ba28041a0a37365285fb184df10d57 description: '' @@ -10884,6 +11516,7 @@ https://aws.amazon.com/blogs/aws/new-amazon-vpc-network-access-analyzer: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer: content_hash: 3d6070355270faa0355f424eacb8230ebb895b146f33f058f4264d0cf685885c description: '' @@ -10900,6 +11533,7 @@ https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-aws-competency-aws-migration: content_hash: c20a7e6e3432d4edcfb3bd96ef2aadb63928732943c21377f0975f76a9a0ef81 description: '' @@ -10916,6 +11550,7 @@ https://aws.amazon.com/blogs/aws/new-aws-competency-aws-migration: v2_locations: - aws-backup.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-aws-control-tower-account-factory-for-terraform: content_hash: dfd70b1bb627229c6473fa95665484fb2e503696bfe0c7a90ab9d9810b752014 description: '' @@ -10934,6 +11569,7 @@ https://aws.amazon.com/blogs/aws/new-aws-control-tower-account-factory-for-terra - terraform.md - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/aws/new-aws-dms-serverless-automatically-provisions-and-scales-capacity-for-migration-and-data-replication : content_hash: 18a8399773f8f4fa71f379fde640b5557da28cbbd504495a3b762a7272a96114 description: '' @@ -10951,6 +11587,7 @@ https://aws.amazon.com/blogs/aws/new-aws-control-tower-account-factory-for-terra v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-create-microsoft-sql-server-instances-of-amazon-rds-on-aws-outposts: ai_summary: Curator Insight highlights the expansion of Amazon RDS capabilities to hybrid environments using AWS Outposts. Live Grounding verifies this enables @@ -10980,6 +11617,7 @@ https://aws.amazon.com/blogs/aws/new-create-microsoft-sql-server-instances-of-am v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-encrypted-ebs-boot-volumes: content_hash: dc0dca0144d5e1b0749f5a5e0394d7ef889a8080ef524c5cca0645c995b564d5 description: '' @@ -10996,6 +11634,7 @@ https://aws.amazon.com/blogs/aws/new-encrypted-ebs-boot-volumes: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-for-aws-distro-for-opentelemetry-tracing-support-is-now-generally-available: content_hash: ad55363a5444712fc4cb69c802ded92b2d6575fb299732b1fa483a18425ad614 description: '' @@ -11012,6 +11651,7 @@ https://aws.amazon.com/blogs/aws/new-for-aws-distro-for-opentelemetry-tracing-su v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-scheduled-reserved-instances: content_hash: 35b0d6ef970928f1481e97578cecd8bb4aaf53cb66f7fb7432f75b9ecf32a4ba description: '' @@ -11028,6 +11668,7 @@ https://aws.amazon.com/blogs/aws/new-scheduled-reserved-instances: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/aws/new-self-service-provisioning-of-terraform-open-source-configurations-with-aws-service-catalog : content_hash: 81e29ebebdf5d60726b6a214c0c0f91fd91b378902a15d695fca0ab172164a22 description: '' @@ -11045,6 +11686,7 @@ https://aws.amazon.com/blogs/aws/new-scheduled-reserved-instances: v2_locations: - terraform.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new-visualize-your-vpc-resources-from-amazon-vpc-creation-experience: content_hash: bd986e668b0445a42705b7e9be9de8c785d653a44f32ac9f465517caed06df60 description: '' @@ -11061,12 +11703,14 @@ https://aws.amazon.com/blogs/aws/new-visualize-your-vpc-resources-from-amazon-vp v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/new_deployment_pipelines_reference_architecture_and_-reference_implementations: content_hash: ce00982850759ae8a4911efbdd625426658848fe32a9f4896a5f485bc05c8502 health_score: 100.0 last_checked: 1779030979.393873 v1_locations: - docs/aws.md + addition_method: manual https://aws.amazon.com/blogs/aws/now-aws-step-functions-supports-200-aws-services-to-enable-easier-workflow-automation: content_hash: 2ae7b88eeff0dfba1f760881f1b217fc3b5afa1bca6f200c7aca66c73e0ff95e description: '' @@ -11084,6 +11728,7 @@ https://aws.amazon.com/blogs/aws/now-aws-step-functions-supports-200-aws-service v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/now-open-aws-region-in-spain: content_hash: 43492f74d700c2084be82afa93d7fd663f41355a83eb2e97fe3fb7abafba258d description: '' @@ -11100,6 +11745,7 @@ https://aws.amazon.com/blogs/aws/now-open-aws-region-in-spain: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/preview-aws-backup-adds-support-for-amazon-s3: content_hash: 45df17ba9016fb2503d63980b9604d94d5c075a9002b7b68ce0347a635dae00c description: '' @@ -11118,6 +11764,7 @@ https://aws.amazon.com/blogs/aws/preview-aws-backup-adds-support-for-amazon-s3: - aws-backup.md - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/reduce-unwanted-traffic-on-your-web-site-with-aws-bot-control: content_hash: 762a07f20ca292ce286b254c69465915fb76af293ee662c4221c3a91922efef8 description: '' @@ -11135,6 +11782,7 @@ https://aws.amazon.com/blogs/aws/reduce-unwanted-traffic-on-your-web-site-with-a v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021: content_hash: 9e3e5468c7ebe9b6876920575f135c646029a2f5cbc38fc28ae9d7d4d56332cc description: '' @@ -11151,6 +11799,7 @@ https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/big-data/category/analytics/aws-data-pipeline: content_hash: 11264b99aae0ff2d074a041f9959dbdf1a77af7394da40ea641abd76fd170051 description: '' @@ -11167,6 +11816,7 @@ https://aws.amazon.com/blogs/big-data/category/analytics/aws-data-pipeline: v2_locations: - aws-data.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/big-data/querying-amazon-kinesis-streams-directly-with-sql-and-spark-streaming: content_hash: b587dea36cebe22894ff1952a5ed43d6c2caaa679c807c8766ce5eb62e1f52b4 description: '' @@ -11183,6 +11833,7 @@ https://aws.amazon.com/blogs/big-data/querying-amazon-kinesis-streams-directly-w v2_locations: - aws-data.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/big-data/using-spark-sql-for-etl: last_checked: 1779388780.354356 status: online @@ -11190,6 +11841,7 @@ https://aws.amazon.com/blogs/big-data/using-spark-sql-for-etl: - '[COMMUNITY-TOOL]' v2_locations: - aws-data.md + addition_method: manual https://aws.amazon.com/blogs/compute/architecture-patterns-for-consuming-private-apis-cross-account: content_hash: 289da30229f9a36fa552dbb0d41abad8a004973416af5bfc8b1b2180078df19c description: '' @@ -11206,6 +11858,7 @@ https://aws.amazon.com/blogs/compute/architecture-patterns-for-consuming-private v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/building-an-event-driven-application-with-amazon-eventbridge: content_hash: 5041111ecfea70c5834f27af84e3c48717cb9fb1083df85a1c06cdd5d775e240 description: '' @@ -11222,6 +11875,7 @@ https://aws.amazon.com/blogs/compute/building-an-event-driven-application-with-a v2_locations: - aws-messaging.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/compute/building-highly-resilient-applications-with-on-premises-interdependencies-using-aws-local-zones : content_hash: 408c26ed1b45b2f125ac159b1ea0b040bd6b4d02bbdd63277260684efc8fd4d7 description: '' @@ -11239,6 +11893,7 @@ https://aws.amazon.com/blogs/compute/building-an-event-driven-application-with-a v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/deploying-aws-lambda-layers-automatically-across-multiple-regions: ai_summary: This architectural guide explains the automation patterns needed to synchronously compile, version, and distribute AWS Lambda Layers across localized @@ -11268,6 +11923,7 @@ https://aws.amazon.com/blogs/compute/deploying-aws-lambda-layers-automatically-a v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/introducing-an-enhanced-local-ide-experience-for-aws-step-functions: content_hash: cb4b7ec3e69b291f8fb5d1a38984d86038d6b43fc84e4591f9e88cb2db38b1cd description: '' @@ -11288,6 +11944,7 @@ https://aws.amazon.com/blogs/compute/introducing-an-enhanced-local-ide-experienc - aws.md - iac.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/compute/introducing-aws-sam-pipelines-automatically-generate-deployment-pipelines-for-serverless-applications : ai_summary: A release announcement and tutorial introducing AWS SAM Pipelines, a feature designed to bootstrap CI/CD pipelines across major platforms (GitHub Actions, @@ -11319,6 +11976,7 @@ https://aws.amazon.com/blogs/compute/introducing-an-enhanced-local-ide-experienc v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/migrating-a-monolithic-net-rest-api-to-aws-lambda: ai_summary: Detailed architectural migration path for porting enterprise monolithic .NET APIs into a serverless execution layer with minimal codebase disruption. @@ -11348,6 +12006,7 @@ https://aws.amazon.com/blogs/compute/migrating-a-monolithic-net-rest-api-to-aws- v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/operating-lambda-understanding-event-driven-architecture-part-1: ai_summary: Part of an official series breaking down event-driven patterns, focusing on how Lambda integrates with message-brokers, routers, and event producers. It @@ -11378,6 +12037,7 @@ https://aws.amazon.com/blogs/compute/operating-lambda-understanding-event-driven v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/quick-restoration-through-replacing-the-root-volumes-of-amazon-ec2: content_hash: a6a5c6681d015bfdd9b9fdb09e1bb29a4f9e736daa3a11a2d91740b76434cd2f description: '' @@ -11394,6 +12054,7 @@ https://aws.amazon.com/blogs/compute/quick-restoration-through-replacing-the-roo v2_locations: - aws-backup.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/scaling-aws-lambda-permissions-with-attribute-based-access-control-abac: ai_summary: Explains how to integrate Attribute-Based Access Control (ABAC) to enforce flexible, scalable IAM permissions for Lambda workflows based on tags. It contrasts @@ -11424,6 +12085,7 @@ https://aws.amazon.com/blogs/compute/scaling-aws-lambda-permissions-with-attribu v2_locations: - aws-serverless.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/compute/secure-connectivity-from-public-to-private-introducing-ec2-instance-connect-endpoint-june-13-2023 : content_hash: 3a583bd119b85ceba86f1ca8d8eafd65b879c661b2e6607e0940e97871f26a6e description: '' @@ -11441,6 +12103,7 @@ https://aws.amazon.com/blogs/compute/scaling-aws-lambda-permissions-with-attribu v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/server-side-rendering-micro-frontends-ui-composer-and-service-discovery: content_hash: 48d5c54d91eb8d5a3e72603716cf48a9a61f83c6942f4a3762a66defa0d87dc1 description: '' @@ -11458,6 +12121,7 @@ https://aws.amazon.com/blogs/compute/server-side-rendering-micro-frontends-ui-co v2_locations: - introduction.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/understanding-aws-lambda-scaling-and-throughput: ai_summary: This architectural deep-dive breaks down the intricate scaling algorithms governing AWS Lambda, explaining concepts such as burst concurrency quotas, execution @@ -11487,6 +12151,7 @@ https://aws.amazon.com/blogs/compute/understanding-aws-lambda-scaling-and-throug v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/compute/using-amazon-efs-for-aws-lambda-in-your-serverless-applications: ai_summary: This technical AWS blog post details the integration of AWS Lambda with Amazon Elastic File System (EFS) to achieve highly available, multi-AZ shared @@ -11517,6 +12182,7 @@ https://aws.amazon.com/blogs/compute/using-amazon-efs-for-aws-lambda-in-your-ser v2_locations: - aws-serverless.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/containers/addressing-ipv4-address-exhaustion-in-amazon-eks-clusters-using-private-nat-gateways : ai_summary: Provides a specialized architectural blueprint for handling IP exhaustion in enterprise environments using Private NAT Gateways. It explains how to scale @@ -11547,6 +12213,7 @@ https://aws.amazon.com/blogs/compute/using-amazon-efs-for-aws-lambda-in-your-ser v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/addressing-latency-and-data-transfer-costs-on-eks-using-istio: ai_summary: Addresses the significant cloud cost vector of cross-AZ data transfer within EKS multi-AZ setups. This article describes how to configure Istio Service @@ -11577,6 +12244,7 @@ https://aws.amazon.com/blogs/containers/addressing-latency-and-data-transfer-cos v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-1-22: content_hash: 28096988c7b5990f73e04ff4644adc323944e66c067d4b54bc60755eb4dd67b0 description: '' @@ -11593,6 +12261,7 @@ https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-1-22: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-version-1-25: content_hash: dedc061ef4f162297b85f4797a913b13673e34727327ea382629ee37181678ac description: '' @@ -11609,6 +12278,7 @@ https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-versi v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/architecting-for-resiliency-on-aws-app-runner: content_hash: 49460a1b4db06152db3cfd666902387b7f5d885fa65bad50ec4e6e2a85e28918 description: '' @@ -11625,6 +12295,7 @@ https://aws.amazon.com/blogs/containers/architecting-for-resiliency-on-aws-app-r v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/automate-rollbacks-for-amazon-ecs-rolling-deployments-with-cloudwatch-alarms: content_hash: daaf1407bedd1e4521e0695cce6a074db9dd0e3cd918f333417ea5ce4ce2335b description: '' @@ -11641,6 +12312,7 @@ https://aws.amazon.com/blogs/containers/automate-rollbacks-for-amazon-ecs-rollin v2_locations: - aws-containers.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/autoscaling-eks-on-fargate-with-custom-metrics: ai_summary: Explores the architectural patterns for scaling serverless Kubernetes pods on AWS Fargate using Prometheus metrics processed via KEDA. Since traditional @@ -11670,6 +12342,7 @@ https://aws.amazon.com/blogs/containers/autoscaling-eks-on-fargate-with-custom-m v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/aws-and-kubecost-collaborate-to-deliver-cost-monitoring-for-eks-customers: ai_summary: Documents the native integration of Kubecost with EKS to offer real-time, granular cost visibility for cloud platform operators. It highlights cost attribution @@ -11699,6 +12372,7 @@ https://aws.amazon.com/blogs/containers/aws-and-kubecost-collaborate-to-deliver- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/aws-docker-collaborate-simplify-developer-experience: content_hash: 732958e71d83dba1ec1914001f8feafa5fa9d062881ed71ef75cfb4dc9553e37 description: '' @@ -11710,6 +12384,7 @@ https://aws.amazon.com/blogs/containers/aws-docker-collaborate-simplify-develope v1_locations: - docs/docker.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/containers/aws-secrets-manager-controller-poc-an-eks-operator-for-automatic-rotation-of-secrets : content_hash: f4fe2abf5d15a3be91bdf6f41dbbcae0ea5dd018e7931691d3df964ef4af482a description: '' @@ -11727,6 +12402,7 @@ https://aws.amazon.com/blogs/containers/aws-docker-collaborate-simplify-develope v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/blue-green-kubernetes-upgrades-for-amazon-eks-anywhere-using-flux: ai_summary: Details a zero-downtime, blue/green cluster upgrade strategy designed for on-premises EKS Anywhere clusters. Leveraging the Flux GitOps controller, @@ -11757,6 +12433,7 @@ https://aws.amazon.com/blogs/containers/blue-green-kubernetes-upgrades-for-amazo v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/chaos-engineering-with-litmuschaos-on-amazon-eks: content_hash: 813e599f12a649a052b8d279f8d8ec1176999ded3414f938827b7eeda4e11fbd description: '' @@ -11773,6 +12450,7 @@ https://aws.amazon.com/blogs/containers/chaos-engineering-with-litmuschaos-on-am v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/cloud-native-ci-cd-with-tekton-and-argocd-on-aws: ai_summary: Describes combined cloud-native continuous integration using Tekton alongside declarative GitOps via Argo CD on AWS, demonstrating a unified high-performance @@ -11801,6 +12479,7 @@ https://aws.amazon.com/blogs/containers/cloud-native-ci-cd-with-tekton-and-argoc v2_locations: - argo.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/continuous-delivery-of-amazon-eks-clusters-using-aws-cdk-and-cdk-pipelines: ai_summary: Guide illustrating how to write software-defined infrastructure to orchestrate and deploy Amazon EKS clusters using AWS Cloud Development Kit (CDK) Pipelines. @@ -11831,6 +12510,7 @@ https://aws.amazon.com/blogs/containers/continuous-delivery-of-amazon-eks-cluste v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/create-a-pipeline-with-canary-deployments-for-amazon-eks-with-aws-app-mesh: ai_summary: Step-by-step post on architecting GitOps pipelines for automated canary releases using App Mesh service mesh on Amazon EKS. Outlines traffic-shifting @@ -11862,6 +12542,7 @@ https://aws.amazon.com/blogs/containers/create-a-pipeline-with-canary-deployment v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/easy-as-one-two-three-policy-management-with-kyverno-on-amazon-eks: ai_summary: Walkthrough detailing how to manage native policy rules on EKS clusters using Kyverno instead of raw Rego. Illustrates automated resource validation, @@ -11894,6 +12575,7 @@ https://aws.amazon.com/blogs/containers/easy-as-one-two-three-policy-management- - managed-kubernetes-in-public-cloud.md - securityascode.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/eliminate-kubernetes-node-scaling-lag-with-pod-priority-and-over-provisioning: ai_summary: 'Introduces a smart autoscaling architectural pattern: using low-priority ''placeholder'' pods to reserve capacity inside an AWS EKS cluster. When a real, @@ -11923,6 +12605,7 @@ https://aws.amazon.com/blogs/containers/eliminate-kubernetes-node-scaling-lag-wi v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/fluent-bit-integration-in-cloudwatch-container-insights-for-eks: ai_summary: Technical overview of the native Fluent Bit integration with AWS CloudWatch Container Insights. Discusses migrating away from resource-heavy Fluentd agents @@ -11953,6 +12636,7 @@ https://aws.amazon.com/blogs/containers/fluent-bit-integration-in-cloudwatch-con v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/containers/gitops-model-for-provisioning-and-bootstrapping-amazon-eks-clusters-using-crossplane-and-argo-cd : ai_summary: An advanced GitOps architectural pattern demonstrating the unification of Crossplane and Argo CD on AWS. By leveraging Crossplane to declare AWS resources @@ -11983,6 +12667,7 @@ https://aws.amazon.com/blogs/containers/fluent-bit-integration-in-cloudwatch-con v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/how-to-track-costs-in-multi-tenant-amazon-eks-clusters-using-kubecost: content_hash: 754d28b8cd00a5de6b50c9240c0f39b60ef9f7cad62b40459363aacca0212a72 description: '' @@ -11999,6 +12684,7 @@ https://aws.amazon.com/blogs/containers/how-to-track-costs-in-multi-tenant-amazo v2_locations: - kubernetes.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/introducing-aws-load-balancer-controller: content_hash: fa4024e111e59e1f2d43a48aed90e5e056c9f3ee53897aec388b6cd4608bb115 description: '' @@ -12015,6 +12701,7 @@ https://aws.amazon.com/blogs/containers/introducing-aws-load-balancer-controller v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/introducing-cdk-for-kubernetes: content_hash: 1233ea615ecd7d087b277f5a8d05d8405586e8dbff6f228aa6b8265a84d04f83 description: '' @@ -12031,6 +12718,7 @@ https://aws.amazon.com/blogs/containers/introducing-cdk-for-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/introducing-general-availability-of-amazon-eks-anywhere: ai_summary: An introductory walkthrough from the AWS Container team illustrating the step-by-step setup of EKS Anywhere clusters on VMware vSphere. It covers the @@ -12060,6 +12748,7 @@ https://aws.amazon.com/blogs/containers/introducing-general-availability-of-amaz v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/kubernetes-as-a-platform-vs-kubernetes-as-an-api-2: content_hash: c5786ba38d10f6454db0c2ec27b60fa0fab7b20b0ccd921bdcaaa5017f23f3d3 description: '' @@ -12076,6 +12765,7 @@ https://aws.amazon.com/blogs/containers/kubernetes-as-a-platform-vs-kubernetes-a v2_locations: - kubernetes.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/leveraging-app-mesh-with-amazon-eks-in-a-multi-account-environment: content_hash: 4245695ad5c36c735f28ae1251299ee392fb7ec03eefa27a35d16041bd113899 description: '' @@ -12092,6 +12782,7 @@ https://aws.amazon.com/blogs/containers/leveraging-app-mesh-with-amazon-eks-in-a v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/onfidos-journey-to-a-multi-cluster-amazon-eks-architecture: ai_summary: Onfido's real-world engineering case study describing their architectural pivot to a highly resilient multi-cluster AWS EKS layout. Demonstrates regional @@ -12120,6 +12811,7 @@ https://aws.amazon.com/blogs/containers/onfidos-journey-to-a-multi-cluster-amazo v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/operating-a-multi-regional-stateless-application-using-amazon-eks: ai_summary: This AWS architectural guide presents a multi-region deployment pattern for stateless services using EKS. It explores cross-region Route 53 routing, continuous @@ -12151,6 +12843,7 @@ https://aws.amazon.com/blogs/containers/operating-a-multi-regional-stateless-app v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/planning-kubernetes-upgrades-with-amazon-eks: ai_summary: Presents a strategic operational playbook for planning and executing Kubernetes version upgrades on Amazon EKS clusters. It addresses schema deprecations, @@ -12179,6 +12872,7 @@ https://aws.amazon.com/blogs/containers/planning-kubernetes-upgrades-with-amazon v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/policy-based-countermeasures-for-kubernetes-part-1: content_hash: dca6bc05170d65cf15a694f2b2f5f6fe0b0310fb65e615bd3153cad2c1e932bd description: '' @@ -12195,6 +12889,7 @@ https://aws.amazon.com/blogs/containers/policy-based-countermeasures-for-kuberne v2_locations: - securityascode.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/preventing-kubernetes-misconfigurations-using-datree: ai_summary: An authoritative AWS guide introducing Datree integrations for preventing misconfigurations within Helm deployment cycles. It details how to set up policy @@ -12222,6 +12917,7 @@ https://aws.amazon.com/blogs/containers/preventing-kubernetes-misconfigurations- v2_locations: - helm.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/scaling-amazon-eks-and-cassandra-beyond-1000-nodes: ai_summary: An engineering case study detailing the technical constraints and performance tunings executed to host Apache Cassandra on a 1,000+ node EKS cluster. It addresses @@ -12251,6 +12947,7 @@ https://aws.amazon.com/blogs/containers/scaling-amazon-eks-and-cassandra-beyond- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/start-pods-faster-by-prefetching-images: ai_summary: Analyzes latency bottlenecks during container initialization caused by large image pull steps. The post outlines the architecture of 'image prefetching' @@ -12280,6 +12977,7 @@ https://aws.amazon.com/blogs/containers/start-pods-faster-by-prefetching-images: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/streaming-kubernetes-events-in-slack: ai_summary: This technical post outlines the architecture for exporting real-time Kubernetes cluster events to Slack channels using Amazon EventBridge and AWS Lambda. @@ -12309,6 +13007,7 @@ https://aws.amazon.com/blogs/containers/streaming-kubernetes-events-in-slack: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/troubleshooting-amazon-eks-api-servers-with-prometheus: ai_summary: An in-depth guide to monitoring and debugging the managed Amazon EKS API server's performance. It details metric exposition patterns for latency, request @@ -12338,6 +13037,7 @@ https://aws.amazon.com/blogs/containers/troubleshooting-amazon-eks-api-servers-w v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/understanding-and-cost-optimizing-amazon-eks-control-plane-logs: ai_summary: Analyzes CloudWatch logging costs generated by EKS API server audit logs, offering practical strategies to filter and optimize them. It details how @@ -12370,6 +13070,7 @@ https://aws.amazon.com/blogs/containers/understanding-and-cost-optimizing-amazon - managed-kubernetes-in-public-cloud.md - finops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/using-amazon-ec2-spot-instances-with-karpenter: content_hash: daf6c78ef3fd928bdea0cd314298c053886a158cccc23a867bf1b3a3c85e00b9 description: '' @@ -12386,6 +13087,7 @@ https://aws.amazon.com/blogs/containers/using-amazon-ec2-spot-instances-with-kar v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/containers/using-cdk-to-perform-continuous-deployments-in-multi-region-kubernetes-environments : ai_summary: AWS Container Blog technical post showing how to orchestrate multi-cluster and multi-region deployments using AWS CDK. Demonstrates declarative CD pipelines, @@ -12413,6 +13115,7 @@ https://aws.amazon.com/blogs/containers/using-amazon-ec2-spot-instances-with-kar v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/containers/using-prometheus-to-avoid-disasters-with-kubernetes-cpu-limits: ai_summary: A critical engineering guide addressing the dreaded CPU throttling issue in Kubernetes caused by hard CFS limits. Combines Prometheus query analysis with @@ -12442,6 +13145,7 @@ https://aws.amazon.com/blogs/containers/using-prometheus-to-avoid-disasters-with v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/database/amazon-aurora-postgresql-blue-green-deployment-using-fast-database-cloning: ai_summary: Curator Insight outlines zero-downtime database upgrades utilizing Aurora PostgreSQL's fast database cloning mechanism. Live Grounding validates that the @@ -12471,6 +13175,7 @@ https://aws.amazon.com/blogs/database/amazon-aurora-postgresql-blue-green-deploy v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/database/auditing-for-highly-regulated-industries-using-amazon-aurora-postgresql: ai_summary: Curator Insight details compliance and auditing methodologies for highly regulated sectors utilizing Amazon Aurora PostgreSQL. Live Grounding confirms @@ -12500,6 +13205,7 @@ https://aws.amazon.com/blogs/database/auditing-for-highly-regulated-industries-u v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/database/introducing-the-aurora-storage-engine: ai_summary: An architectural deep-dive into the specialized, log-structured distributed storage engine of Amazon Aurora. Details how it decouples computing from database @@ -12527,6 +13233,7 @@ https://aws.amazon.com/blogs/database/introducing-the-aurora-storage-engine: v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/database/migrating-a-commercial-database-to-open-source-with-aws-sct-and-aws-dms: ai_summary: Curator Insight examines how the AWS Schema Conversion Tool (SCT) pairs with DMS to automate SQL dialect conversion. Live Grounding shows that SCT translates @@ -12557,6 +13264,7 @@ https://aws.amazon.com/blogs/database/migrating-a-commercial-database-to-open-so v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/database/migrating-oracle-databases-with-near-zero-downtime-using-aws-dms: ai_summary: Curator Insight provides blueprint architectures for migrating enterprise-grade Oracle databases with near-zero business impact. Live Grounding details the setup @@ -12585,6 +13293,7 @@ https://aws.amazon.com/blogs/database/migrating-oracle-databases-with-near-zero- v2_locations: - aws-databases.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/database/modernize-database-stored-procedures-to-use-amazon-aurora-postgresql-federated-queries-pg_cron-and-aws-lambda : ai_summary: Curator Insight details the modernization of legacy stored procedures within PostgreSQL by offloading business logic. Live Grounding shows how pg_cron @@ -12616,6 +13325,7 @@ https://aws.amazon.com/blogs/database/migrating-oracle-databases-with-near-zero- v2_locations: - aws-databases.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/database/replicate-and-transform-data-in-amazon-aurora-postgresql-across-multiple-regions-using-aws-dms : ai_summary: Curator Insight explains complex data replication and real-time schema transformations using AWS DMS across geographic zones. Live Grounding demonstrates @@ -12646,6 +13356,7 @@ https://aws.amazon.com/blogs/database/migrating-oracle-databases-with-near-zero- v2_locations: - aws-databases.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/database/securely-connect-to-an-amazon-rds-or-amazon-ec2-database-instance-remotely-with-your-preferred-gui : ai_summary: Curator Insight addresses the configuration challenges of securely managing private databases remotely using visual tools. Live Grounding confirms the methodology @@ -12676,6 +13387,7 @@ https://aws.amazon.com/blogs/database/migrating-oracle-databases-with-near-zero- v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/developer: content_hash: ebe9278faed58eec9bfa634033be0ab6b714d88ab44c96a4e3892e59c1870961 description: '' @@ -12692,6 +13404,7 @@ https://aws.amazon.com/blogs/developer: v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1: content_hash: d53640c736561a792799662e52a3353c490975bca5b70ffe40fec85c2ecd7ace description: '' @@ -12709,6 +13422,7 @@ https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7- v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops: ai_summary: 'Curator Insight: AWS official publication hub for cloud DevOps patterns, updates, and releases. @@ -12732,6 +13446,7 @@ https://aws.amazon.com/blogs/devops: v2_locations: - aws-devops.md year: '2021' + addition_method: manual https://aws.amazon.com/blogs/devops/announcing-cdk-migrate-a-single-command-to-migrate-to-the-aws-cdk: content_hash: b8273927ee80ec563fcacf45172c3f4635ad29deef5ce7c462b517d5fca8705b description: '' @@ -12748,6 +13463,7 @@ https://aws.amazon.com/blogs/devops/announcing-cdk-migrate-a-single-command-to-m v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/aws-codedeploy-deploying-from-a-development-account-to-a-production-account: last_checked: 1779388413.837385 status: online @@ -12755,6 +13471,7 @@ https://aws.amazon.com/blogs/devops/aws-codedeploy-deploying-from-a-development- - '[COMMUNITY-TOOL]' v2_locations: - aws-devops.md + addition_method: manual https://aws.amazon.com/blogs/devops/aws-codepipeline-adds-support-for-branch-based-development-and-monorepos: ai_summary: 'Curator Insight: Deep-dive blog introducing native monorepo and branch filters inside CodePipeline. @@ -12785,6 +13502,7 @@ https://aws.amazon.com/blogs/devops/aws-codepipeline-adds-support-for-branch-bas v2_locations: - aws-devops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/blue-green-deployments-with-application-load-balancer: content_hash: 5b7e1231731597035056c9b92bc04bdc9d01e928954e13c4653c71333bf34a2e description: '' @@ -12801,6 +13519,7 @@ https://aws.amazon.com/blogs/devops/blue-green-deployments-with-application-load v2_locations: - aws-networking.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/devops/building-end-to-end-aws-devsecops-ci-cd-pipeline-with-open-source-sca-sast-and-dast-tools : ai_summary: 'An AWS reference guide detailing how to construct a secure CI/CD pipeline using open-source SCA, SAST, and DAST integrations. Contrast: Curator Insight @@ -12832,6 +13551,7 @@ https://aws.amazon.com/blogs/devops/blue-green-deployments-with-application-load v2_locations: - devsecops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/chaos-engineering-on-amazon-eks-using-aws-fault-injection-simulator: ai_summary: Guided workflow utilizing AWS FIS (Fault Injection Simulator) to execute controlled resilience and disruption experiments against EKS node groups and containers. @@ -12862,6 +13582,7 @@ https://aws.amazon.com/blogs/devops/chaos-engineering-on-amazon-eks-using-aws-fa - managed-kubernetes-in-public-cloud.md - chaos-engineering.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/deploy-and-manage-gitlab-runners-on-amazon-ec2: ai_summary: An official AWS architectural guide detailing the orchestration of GitLab runners on Amazon EC2 instances with auto-scaling configurations. It outlines @@ -12894,6 +13615,7 @@ https://aws.amazon.com/blogs/devops/deploy-and-manage-gitlab-runners-on-amazon-e v2_locations: - git.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/introducing-amazon-codewhisperer-for-command-line: content_hash: caa50e67fdcd8bc01a697aa0cc8df31798c280ffac3979f3c524c8fad5f12765 description: '' @@ -12910,6 +13632,7 @@ https://aws.amazon.com/blogs/devops/introducing-amazon-codewhisperer-for-command v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/jenkins-high-availability-and-disaster-recovery-on-aws: content_hash: 742fb37def4ecd523cac8b211d62639ccb844e725a576674087daad0d3036a6d description: '' @@ -12927,6 +13650,7 @@ https://aws.amazon.com/blogs/devops/jenkins-high-availability-and-disaster-recov v2_locations: - jenkins.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/multi-branch-pipeline-management-and-infrastructure-deployment-using-aws-cdk-pipelines: ai_summary: 'Curator Insight: Tutorial for managing multi-branch infrastructures using AWS Cloud Development Kit. @@ -12957,6 +13681,7 @@ https://aws.amazon.com/blogs/devops/multi-branch-pipeline-management-and-infrast v2_locations: - aws-devops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/new-self-paced-courses-to-improve-java-and-python-code-quality-with-amazon-codeguru: content_hash: 0fec962a444043a2984b7d168a678827dc0bbd4f9ea401982728f3e5e58a44ff description: '' @@ -12974,6 +13699,7 @@ https://aws.amazon.com/blogs/devops/new-self-paced-courses-to-improve-java-and-p v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/setting-up-the-jenkins-plugin-for-aws-codedeploy: ai_summary: 'Curator Insight: Guide for setting up AWS CodeDeploy integration hooks inside Jenkins environments. @@ -12997,6 +13723,7 @@ https://aws.amazon.com/blogs/devops/setting-up-the-jenkins-plugin-for-aws-codede v2_locations: - aws-devops.md year: '2018' + addition_method: manual https://aws.amazon.com/blogs/devops/tag/continuous-deployment: ai_summary: 'Curator Insight: Aggregation of blogs detailing best practices for deploying continuous deployment on AWS. @@ -13026,6 +13753,7 @@ https://aws.amazon.com/blogs/devops/tag/continuous-deployment: v2_locations: - aws-devops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/devops/using-jenkins-with-codeartifact: content_hash: 26bb959092c26cd2a14c93d0b25b271190a1838cce015244853ee2066667fb82 description: '' @@ -13043,6 +13771,7 @@ https://aws.amazon.com/blogs/devops/using-jenkins-with-codeartifact: v2_locations: - demos.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/hpc/creating-a-digital-map-of-covid-19-virus-for-discovery-of-new-treatment-compounds: content_hash: 8b7d498b908e33ae79fc4ddf7262605b4a1ce6fe439f4bfa005be6d0b9cd7295 description: '' @@ -13060,6 +13789,7 @@ https://aws.amazon.com/blogs/hpc/creating-a-digital-map-of-covid-19-virus-for-di v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/industries/accelerating-radiology-imaging-workflows-with-relevant-clinical-context-on-aws: content_hash: f60f7c62c90307cb80baeeed5ca7f271be46b15f601336ad673eb1e3b66b9ec0 description: '' @@ -13077,6 +13807,7 @@ https://aws.amazon.com/blogs/industries/accelerating-radiology-imaging-workflows v2_locations: - customer.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/industries/astrazenecas-drug-design-program-built-using-aws-wins-innovation-award: content_hash: e5bbe83ee62eca27063cdbed5884f0f727603814950f9b793c7b08286a852511 description: '' @@ -13094,6 +13825,7 @@ https://aws.amazon.com/blogs/industries/astrazenecas-drug-design-program-built-u v2_locations: - customer.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/industries/automating-and-scaling-chaos-engineering-using-aws-fault-injection-simulator: content_hash: 6dc43840582c248be4afb6780373c0a93371878d0455bd3cefd86c47cc551dc8 description: '' @@ -13111,6 +13843,7 @@ https://aws.amazon.com/blogs/industries/automating-and-scaling-chaos-engineering v2_locations: - chaos-engineering.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/industries/bmw-group-develops-a-genai-assistant-to-accelerate-infrastructure-optimization-on-aws : ai_summary: Reviews BMW Group's production deployment of a GenAI orchestrator built on Amazon Bedrock. Highlights technical methods used to automatically review AWS @@ -13141,6 +13874,7 @@ https://aws.amazon.com/blogs/industries/automating-and-scaling-chaos-engineering - ai.md - customer.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/infrastructure-and-automation/save-time-with-automated-security-checks-of-terraform-scripts: content_hash: 9c8d695497afede31fc54899b8b507af9464d34d4f42225e4d368204fe71d42b description: '' @@ -13158,6 +13892,7 @@ https://aws.amazon.com/blogs/infrastructure-and-automation/save-time-with-automa v2_locations: - terraform.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/machine-learning/mlops-foundation-roadmap-for-enterprises-with-amazon-sagemaker: content_hash: e50be42151b7dd5791e067942d4596d3cd334b873315c0470422ce093add3de8 description: '' @@ -13174,6 +13909,7 @@ https://aws.amazon.com/blogs/machine-learning/mlops-foundation-roadmap-for-enter v2_locations: - mlops.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/machine-learning/promote-pipelines-in-a-multi-environment-setup-using-amazon-sagemaker-model-registry-hashicorp-terraform-github-and-jenkins-ci-cd : content_hash: a93662677a536b6e399a3f978cd67f5b2773da64454279b90225611ff99a7fae description: '' @@ -13191,6 +13927,7 @@ https://aws.amazon.com/blogs/machine-learning/mlops-foundation-roadmap-for-enter v2_locations: - mlops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mobile/how-to-enforce-user-quota-on-aws-appsync-with-lambda-authorizer: ai_summary: This article outlines structural methodologies to construct custom GraphQL traffic filters using Lambda Authorizers attached to AWS AppSync. It demonstrates @@ -13220,6 +13957,7 @@ https://aws.amazon.com/blogs/mobile/how-to-enforce-user-quota-on-aws-appsync-wit v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt: content_hash: 6ef262eb276ff17512aea06a600a3b5642d80b037568ddfa919e13e1abd7b040 description: '' @@ -13236,6 +13974,7 @@ https://aws.amazon.com/blogs/mt: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/amazon-managed-service-for-grafana-amg-preview-updated-with-new-capabilities: content_hash: 0669feca3259529fbcbf228318a1c92b2de626b3ac0db4f03a0d780e372bad99 description: '' @@ -13252,6 +13991,7 @@ https://aws.amazon.com/blogs/mt/amazon-managed-service-for-grafana-amg-preview-u v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/automate-preapproved-operations-with-aws-service-catalog-service-actions: content_hash: 9696dce8824b69e44bb3ccf724af14af93b8318fab532bbcf2d4f3bb16322c7e description: '' @@ -13268,6 +14008,7 @@ https://aws.amazon.com/blogs/mt/automate-preapproved-operations-with-aws-service v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/mt/automated-scaling-of-applications-running-on-eks-using-custom-metric-collected-by-amazon-prometheus-using-prometheus-adapter : ai_summary: Details how to use the Prometheus Adapter to automatically scale workloads based on metrics stored in Amazon Managed Prometheus. Outlines mapping Prometheus @@ -13299,6 +14040,7 @@ https://aws.amazon.com/blogs/mt/automate-preapproved-operations-with-aws-service v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/extending-and-exploring-alarm-history-in-amazon-cloudwatch-part-2: content_hash: f00073509993c1e2324497457ea40689e973d593c6ba3f46e4daeab45afbddda description: '' @@ -13315,6 +14057,7 @@ https://aws.amazon.com/blogs/mt/extending-and-exploring-alarm-history-in-amazon- v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/how-bt-uses-amazon-cloudwatch-to-monitor-millions-of-devices: content_hash: b59c52ebdb937c666813d6d56c8ffb8e42c9c4a54bf67c9ad5cd302d08a45d69 description: '' @@ -13331,6 +14074,7 @@ https://aws.amazon.com/blogs/mt/how-bt-uses-amazon-cloudwatch-to-monitor-million v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/how-to-use-aws-config-and-cloudtrail-to-find-who-made-changes-to-a-resource: content_hash: b45b8cbfe8c8c474ed595a99fb4c9caaafe6668f508384b1e4494fc675a54330 description: '' @@ -13347,6 +14091,7 @@ https://aws.amazon.com/blogs/mt/how-to-use-aws-config-and-cloudtrail-to-find-who v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/migrate-aws-landing-zone-solution-to-aws-control-tower: content_hash: 61bc313f2c12319a1dbb4cc20bb085f022c7e6239ce5109c36e0cc75cd280ce6 description: '' @@ -13363,6 +14108,7 @@ https://aws.amazon.com/blogs/mt/migrate-aws-landing-zone-solution-to-aws-control v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/multi-account-aws-trusted-advisor-summaries-now-available-aws-systems-manager-explorer: content_hash: ed82966b09b4de2b38dc8548af2ef70f6c034a80410be07d75824f823bc95aab description: '' @@ -13380,6 +14126,7 @@ https://aws.amazon.com/blogs/mt/multi-account-aws-trusted-advisor-summaries-now- v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/share-your-amazon-cloudwatch-dashboards-with-anyone-using-aws-single-sign-on: content_hash: d0fa558f8d4137dc934e87a69dca4cf7d560de4ba00ffeb85d43fc5dcb142a8a description: '' @@ -13397,6 +14144,7 @@ https://aws.amazon.com/blogs/mt/share-your-amazon-cloudwatch-dashboards-with-any v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/simplifying-permissions-management-at-scale-using-tags-in-aws-organizations: content_hash: 7a2dd2f749775717d445f84c3e75ea4d10b02c3634c6d6ab1328b81dd94df0fa description: '' @@ -13413,6 +14161,7 @@ https://aws.amazon.com/blogs/mt/simplifying-permissions-management-at-scale-usin v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/mt/standardize-compliance-in-aws-using-devops-and-a-cloud-center-of-excellence-ccoe-approach: content_hash: 9270bdb82ed4c5123694ccc034f4dd9bc7cf6d0a59af924d732bc06b64296f9a description: '' @@ -13430,6 +14179,7 @@ https://aws.amazon.com/blogs/mt/standardize-compliance-in-aws-using-devops-and-a v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/mt/visualize-and-gain-insights-into-your-aws-cost-and-usage-with-cloud-intelligence-dashboards-using-amazon-quicksight : content_hash: dbcb634c0072d6d61c07855f854799ce9b31d0f4f2b6d8e2bb077b9f7dd56eb0 description: '' @@ -13447,6 +14197,7 @@ https://aws.amazon.com/blogs/mt/standardize-compliance-in-aws-using-devops-and-a v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/networking-and-content-delivery/centralize-access-using-vpc-interface-endpoints: content_hash: 25ea4a3fdc70f4b6bb4ecd416fd772a191d8846b71d6f6ca8cb794fc5623c75c description: '' @@ -13464,6 +14215,7 @@ https://aws.amazon.com/blogs/networking-and-content-delivery/centralize-access-u v2_locations: - aws-networking.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/networking-and-content-delivery/creating-active-passive-bgp-connections-over-aws-direct-connect : content_hash: b5746cd7b1f8e95d7f39ed8a8654e8be456d95ec8fd6842102c6281667662386 description: '' @@ -13481,6 +14233,7 @@ https://aws.amazon.com/blogs/networking-and-content-delivery/centralize-access-u v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/networking-and-content-delivery/creating-disaster-recovery-mechanisms-using-amazon-route-53: content_hash: f656e275ba74284f2ee0de36b0357e25d9f281fef343068e4bf9f17ce476e6cb description: '' @@ -13497,6 +14250,7 @@ https://aws.amazon.com/blogs/networking-and-content-delivery/creating-disaster-r v2_locations: - aws-backup.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/networking-and-content-delivery/resolve-dns-names-of-network-load-balancer-nodes-to-limit-cross-zone-traffic : content_hash: 1b521affdbf241c6ce319822c72ede5a3020e70382685532f7d981cd0ba81ecc description: '' @@ -13513,6 +14267,7 @@ https://aws.amazon.com/blogs/networking-and-content-delivery/creating-disaster-r v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/accelerate-infrastructure-as-code-development-with-open-source-former2: content_hash: 3f61724e7d9445524dc4e835669b32105be69b64d3f8d5ea6d402ad9743b25fa description: '' @@ -13529,6 +14284,7 @@ https://aws.amazon.com/blogs/opensource/accelerate-infrastructure-as-code-develo v2_locations: - aws-iac.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/building-a-prometheus-remote-write-exporter-for-the-opentelemetry-go-sdk: content_hash: b842b1d5a8992fc9d1ac53bcd52c4a337ea769e6f3db0e826ceb9ae7f5ca5d64 description: '' @@ -13546,6 +14302,7 @@ https://aws.amazon.com/blogs/opensource/building-a-prometheus-remote-write-expor v2_locations: - prometheus.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/declarative-provisioning-of-aws-resources-with-spinnaker-and-crossplane: content_hash: 314aa3bd43040ae7348e56a9783a8edfb88a38d7318ee6e64c8a218f5f82e5da description: '' @@ -13563,6 +14320,7 @@ https://aws.amazon.com/blogs/opensource/declarative-provisioning-of-aws-resource v2_locations: - demos.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/git-push-deploy-app-eks-gitkube: content_hash: cb39d8a8836e00b55c18ef430de1e146a4c1bd43fe072dbe1202c244405492b3 description: '' @@ -13579,6 +14337,7 @@ https://aws.amazon.com/blogs/opensource/git-push-deploy-app-eks-gitkube: v2_locations: - demos.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/introducing-opensearch: content_hash: 48f05f6755cd8352ae31c568a79a34a699d909992988e8e91a1b9bdbc948965e description: '' @@ -13595,6 +14354,7 @@ https://aws.amazon.com/blogs/opensource/introducing-opensearch: v2_locations: - monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/keeping-clients-of-opensearch-and-elasticsearch-compatible-with-open-source: content_hash: 7e3a5aa8f4f5a7683b55eca3b0987ec8b88408ba0eb483fa757ce28f030df17a description: '' @@ -13612,6 +14372,7 @@ https://aws.amazon.com/blogs/opensource/keeping-clients-of-opensearch-and-elasti v2_locations: - monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/kubernetes-ingress-aws-alb-ingress-controller: ai_summary: Architectural post exploring the initial implementations of the AWS ALB Ingress Controller. Serves as highly valuable structural history, although @@ -13640,6 +14401,7 @@ https://aws.amazon.com/blogs/opensource/kubernetes-ingress-aws-alb-ingress-contr v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/managing-secrets-deployment-in-kubernetes-using-sealed-secrets: ai_summary: AWS native deployment guide showing how to deploy Bitnami Sealed Secrets controller on Amazon EKS. Validates how keys are managed safely by the on-cluster @@ -13668,6 +14430,7 @@ https://aws.amazon.com/blogs/opensource/managing-secrets-deployment-in-kubernete v2_locations: - devsecops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/openshift-4-on-aws-quick-start: content_hash: 3b7fb86efd20921dcede8c5b2f27b68d587d7d6f3ed2dd898ed7360439962e04 description: '' @@ -13686,6 +14449,7 @@ https://aws.amazon.com/blogs/opensource/openshift-4-on-aws-quick-start: - ocp4.md - openshift.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/querying-aws-at-scale-across-apis-regions-and-accounts: ai_summary: An AWS blog post analyzing strategies and open-source tools (like Steampipe) to query and audit AWS resources at massive multi-region, multi-account scales. @@ -13715,6 +14479,7 @@ https://aws.amazon.com/blogs/opensource/querying-aws-at-scale-across-apis-region - cloud-asset-inventory.md - aws-tools-scripts.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/realize-policy-as-code-with-aws-cloud-development-kit-through-open-policy-agent: content_hash: c1e843fd6ab54435f5dff7894d111200c03f683ea6fc00e70cddf2fb56d9ec23 description: '' @@ -13732,6 +14497,7 @@ https://aws.amazon.com/blogs/opensource/realize-policy-as-code-with-aws-cloud-de v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch: content_hash: 1e6b4dacfd346839ff55807c0b0310d1c9d10e83ac243c6670d3e86238d710f7 description: '' @@ -13748,6 +14514,7 @@ https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elas v2_locations: - monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/opensource/why-jenkins-still-continuously-serves-developers: content_hash: d4ccf2b61e681f8d081bafaa5612227d765667e619cfb2179bf4b306cfa2ba04 description: '' @@ -13764,6 +14531,7 @@ https://aws.amazon.com/blogs/opensource/why-jenkins-still-continuously-serves-de v2_locations: - jenkins.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/adhere-to-iam-best-practices-in-2016: last_checked: 1779388817.83089 status: online @@ -13771,6 +14539,7 @@ https://aws.amazon.com/blogs/security/adhere-to-iam-best-practices-in-2016: - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/announcing-industry-best-practices-for-securing-aws-resources: last_checked: 1779388817.791733 status: online @@ -13778,6 +14547,7 @@ https://aws.amazon.com/blogs/security/announcing-industry-best-practices-for-sec - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/announcing-new-aws-iam-identity-center-apis-to-manage-users-and-groups-at-scale: content_hash: e2963c651cae6f8c7fa6ea67d989035236d74da373c2163f35cb4dcebd2af712 description: '' @@ -13795,6 +14565,7 @@ https://aws.amazon.com/blogs/security/announcing-new-aws-iam-identity-center-api v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/automated-reasoning-and-amazon-s2n: last_checked: 1779388817.840428 status: online @@ -13802,6 +14573,7 @@ https://aws.amazon.com/blogs/security/automated-reasoning-and-amazon-s2n: - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/encrypt-global-data-client-side-with-aws-kms-multi-region-keys: content_hash: 1ebed17ad33a68d9c40c65e7e6aa05ccaa5e2ddc0f0da9149428ad81ff07fd81 description: '' @@ -13818,6 +14590,7 @@ https://aws.amazon.com/blogs/security/encrypt-global-data-client-side-with-aws-k v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/extend-aws-iam-roles-to-workloads-outside-of-aws-with-iam-roles-anywhere: content_hash: 91c62d82dcdf4842fa3524b24bcd57408053ac5fc5d2ec36f65af71b7cddf290 description: '' @@ -13835,6 +14608,7 @@ https://aws.amazon.com/blogs/security/extend-aws-iam-roles-to-workloads-outside- v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/how-to-automate-aws-account-creation-with-sso-user-assignment: content_hash: 38e709e91e12551af771a2f5c790386a33e9434e77580054a36d4f437181a05b description: '' @@ -13851,6 +14625,7 @@ https://aws.amazon.com/blogs/security/how-to-automate-aws-account-creation-with- v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/security/how-to-automate-incident-response-to-security-events-with-aws-systems-manager-incident-manager : content_hash: 4f27d5fd1a5c1ced37597faa3ef46654a251728f266728cc15665ba18e8c6621 description: '' @@ -13868,6 +14643,7 @@ https://aws.amazon.com/blogs/security/how-to-automate-aws-account-creation-with- v2_locations: - aws.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/security/how-to-automatically-update-your-security-groups-for-amazon-cloudfront-and-aws-waf-by-using-aws-lambda : last_checked: 1779388817.803466 status: online @@ -13875,6 +14651,7 @@ https://aws.amazon.com/blogs/security/how-to-automate-aws-account-creation-with- - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/how-to-monitor-and-query-iam-resources-at-scale-part-1: content_hash: f92e5026d7d8fefa979f56a73d95863516dea1e3e96001ef402548c885071cd7 description: '' @@ -13891,6 +14668,7 @@ https://aws.amazon.com/blogs/security/how-to-monitor-and-query-iam-resources-at- v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/how-to-record-and-govern-your-iam-resource-configurations-using-aws-config: last_checked: 1779388817.867171 status: online @@ -13898,6 +14676,7 @@ https://aws.amazon.com/blogs/security/how-to-record-and-govern-your-iam-resource - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/how-to-replicate-secrets-aws-secrets-manager-multiple-regions: content_hash: 1aef817e93830a154f16ed60f19d6d842d56fe4e37b7be35198f4050d6b52248 description: '' @@ -13914,6 +14693,7 @@ https://aws.amazon.com/blogs/security/how-to-replicate-secrets-aws-secrets-manag v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/how-to-restrict-amazon-s3-bucket-access-to-a-specific-iam-role: last_checked: 1779388817.781567 status: online @@ -13921,6 +14701,7 @@ https://aws.amazon.com/blogs/security/how-to-restrict-amazon-s3-bucket-access-to - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/how-to-use-aws-security-hub-and-amazon-opensearch-service-for-siem: content_hash: 371cd16037fcd77d5b4690d9448e5fd266f41eca7fbe85f6180f3d8f7fc1fcd0 description: '' @@ -13937,6 +14718,7 @@ https://aws.amazon.com/blogs/security/how-to-use-aws-security-hub-and-amazon-ope v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/security/how-to-use-saml-to-automatically-direct-federated-users-to-a-specific-aws-management-console-page : last_checked: 1779388817.838088 status: online @@ -13944,6 +14726,7 @@ https://aws.amazon.com/blogs/security/how-to-use-aws-security-hub-and-amazon-ope - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/in-case-you-missed-these-aws-security-blog-posts-from-june-july-and-august: last_checked: 1779388817.773662 status: online @@ -13951,6 +14734,7 @@ https://aws.amazon.com/blogs/security/in-case-you-missed-these-aws-security-blog - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/security-practices-in-aws-multi-tenant-saas-environments: content_hash: 60cbd7b807b2b779a7f850fce882badb4576c476a7bd6b0d70c14f995f7388e9 description: '' @@ -13967,6 +14751,7 @@ https://aws.amazon.com/blogs/security/security-practices-in-aws-multi-tenant-saa v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/temporary-elevated-access-management-with-iam-identity-center: content_hash: 8693c978af76f57e495a3463dd1e6cc5735924005611ac3e1d2213ef9d230b58 description: '' @@ -13983,6 +14768,7 @@ https://aws.amazon.com/blogs/security/temporary-elevated-access-management-with- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/the-most-popular-aws-security-blog-posts-in-2015: last_checked: 1779388817.767565 status: online @@ -13990,6 +14776,7 @@ https://aws.amazon.com/blogs/security/the-most-popular-aws-security-blog-posts-i - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/the-most-viewed-aws-security-blog-posts-so-far-in-2016: last_checked: 1779388817.803819 status: online @@ -13997,6 +14784,7 @@ https://aws.amazon.com/blogs/security/the-most-viewed-aws-security-blog-posts-so - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://aws.amazon.com/blogs/security/update-of-aws-security-reference-architecture-is-now-available: content_hash: de294a3cf7eb5849231797ee2f3ce5ab32819eab950d39f3e085de29d592b5c2 description: '' @@ -14013,6 +14801,7 @@ https://aws.amazon.com/blogs/security/update-of-aws-security-reference-architect v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/updated-whitepaper-available-aws-best-practices-for-ddos-resiliency: last_checked: 1779388817.794679 status: online @@ -14020,6 +14809,7 @@ https://aws.amazon.com/blogs/security/updated-whitepaper-available-aws-best-prac - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual ? https://aws.amazon.com/blogs/security/use-iam-access-analyzer-policy-generation-to-grant-fine-grained-permissions-for-your-aws-cloudformation-service-roles : content_hash: 89a827cfc134cef1d17a029d6d9815be3457bad4b4139b445b7a6ed978764248 description: '' @@ -14037,6 +14827,7 @@ https://aws.amazon.com/blogs/security/updated-whitepaper-available-aws-best-prac v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/security/when-and-where-to-use-iam-permissions-boundaries: content_hash: 6b5326038afe798674b499d67a19e210f93038a60732234eeb4c657bb410ca33 description: '' @@ -14053,6 +14844,7 @@ https://aws.amazon.com/blogs/security/when-and-where-to-use-iam-permissions-boun v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/blogs/smb/four-principles-of-cloud-financial-management-small-and-medium-business-owners-need-to-know : content_hash: 05df4627a01fe089388c37915151144f3c2796e3132534133b9cc8591b9ec393 description: '' @@ -14070,6 +14862,7 @@ https://aws.amazon.com/blogs/security/when-and-where-to-use-iam-permissions-boun v2_locations: - finops.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/storage/a-step-by-step-guide-to-synchronize-data-between-amazon-s3-buckets: ai_summary: Official AWS blog showing patterns for cross-bucket data synchronization. Compares the use of AWS CLI Sync, S3 Batch Operations, and S3 Same-Region / Cross-Region @@ -14097,6 +14890,7 @@ https://aws.amazon.com/blogs/storage/a-step-by-step-guide-to-synchronize-data-be v2_locations: - aws-storage.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/storage/automate-and-centrally-manage-data-protection-for-amazon-s3-with-aws-backup: content_hash: 69d526ce65538e802fe430627530eabb1a5795570cda90e2a00149bb53e5d388 description: '' @@ -14113,6 +14907,7 @@ https://aws.amazon.com/blogs/storage/automate-and-centrally-manage-data-protecti v2_locations: - aws-backup.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/storage/building-an-active-active-latency-based-application-across-multiple-regions: ai_summary: An elite architectural blueprint for active-active multi-region AWS applications. Uses S3 Cross-Region Replication (CRR), Route 53 latency-based routing, @@ -14141,6 +14936,7 @@ https://aws.amazon.com/blogs/storage/building-an-active-active-latency-based-app v2_locations: - aws-storage.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/storage/machine-learning-with-kubeflow-on-amazon-eks-with-amazon-efs: ai_summary: A specialized guide showing how to build highly scalable Machine Learning pipelines using Kubeflow and Amazon EFS for shared model storage. It outlines @@ -14170,6 +14966,7 @@ https://aws.amazon.com/blogs/storage/machine-learning-with-kubeflow-on-amazon-ek v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/storage/manage-amazon-s3-storage-costs-granularly-and-at-scale-using-s3-intelligent-tiering: content_hash: af55e777f6dd102fb7cc5e394eed245a3bd08094b063b668dbc466b217dfb6f5 description: '' @@ -14186,6 +14983,7 @@ https://aws.amazon.com/blogs/storage/manage-amazon-s3-storage-costs-granularly-a v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/storage/monitor-amazon-s3-activity-using-s3-server-access-logs-and-pandas-in-python: ai_summary: Shows how to parse raw S3 access logs using Python and Pandas. Walks through identifying bad actors, evaluating storage patterns, and monitoring data @@ -14213,6 +15011,7 @@ https://aws.amazon.com/blogs/storage/monitor-amazon-s3-activity-using-s3-server- v2_locations: - aws-storage.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/storage/mount-amazon-efs-file-systems-cross-account-from-amazon-eks: ai_summary: Architectural design details on connecting Amazon EFS file-shares safely across different AWS accounts into EKS containers. Addresses multi-tenant access @@ -14243,6 +15042,7 @@ https://aws.amazon.com/blogs/storage/mount-amazon-efs-file-systems-cross-account v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/blogs/storage/persistent-storage-for-kubernetes: ai_summary: An architectural breakdown of storage options for Kubernetes on AWS, evaluating AWS EBS, Amazon EFS, and Amazon FSx. It defines best practices for @@ -14271,6 +15071,7 @@ https://aws.amazon.com/blogs/storage/persistent-storage-for-kubernetes: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/cdk: content_hash: d46ce8f5c077d7ff41df1258b35675b0641a1e9673c21d2510001aaed796cc3a description: '' @@ -14289,6 +15090,7 @@ https://aws.amazon.com/cdk: - aws-miscellaneous.md - kubernetes.md year: N/A + addition_method: manual https://aws.amazon.com/certification/certification-prep/testing: ai_summary: The official registration and scheduling center for AWS Certification Exams. Provides standard instructions for coordinating remote proctoring environments. @@ -14315,6 +15117,7 @@ https://aws.amazon.com/certification/certification-prep/testing: v2_locations: - aws-training.md year: N/A + addition_method: manual https://aws.amazon.com/cli: content_hash: 8fdae9bbac23b90d0cdc4524d1be145db3f8dd89a911f6e4e93964dcbf411904 description: '' @@ -14331,6 +15134,7 @@ https://aws.amazon.com/cli: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://aws.amazon.com/cloud-adoption-framework: content_hash: 91cf5a1db1ab2d0b67528ecbe38fc8a3a5e00d5aa2311358212017dcd995a2c3 health_score: 100.0 @@ -14343,6 +15147,7 @@ https://aws.amazon.com/cloud-adoption-framework: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://aws.amazon.com/cloudcontrolapi: content_hash: e04417bc3383db8a1754bd4c1585a7610bf95dc71b2da08d4ce532bac11dc8e5 description: '' @@ -14359,6 +15164,7 @@ https://aws.amazon.com/cloudcontrolapi: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/cloudendure-migration: content_hash: ccdb5e1bcd00e5ad0b9280760d24f3379a49018ec7469ba09622f6bd4de3fe61 description: '' @@ -14370,12 +15176,14 @@ https://aws.amazon.com/cloudendure-migration: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/cloudformation: content_hash: 6860ed82275e041fcbe79931339f8e8c8f2a0179f7a5da72a834d4b124cc2e70 health_score: 100.0 last_checked: 1779034045.406942 v1_locations: - docs/yaml.md + addition_method: manual https://aws.amazon.com/codeguru: content_hash: e811a6adc26559771a1657eba236d26f3e4922cb5b5f7ea7d71281015666d74e description: '' @@ -14387,6 +15195,7 @@ https://aws.amazon.com/codeguru: v1_locations: - docs/devel-sites.md year: N/A + addition_method: manual https://aws.amazon.com/codeguru/profiler: content_hash: 776a7a53b7d0b7429172dea836ee3d7fb79ef56e8975f08e8cbeeaceb6b55ab1 health_score: 100.0 @@ -14399,6 +15208,7 @@ https://aws.amazon.com/codeguru/profiler: - docs/devel-sites.md v2_locations: - devel-sites.md + addition_method: manual https://aws.amazon.com/codewhisperer: content_hash: 30cd6d021ff9fb492b38f274b8c66090eadf4e900bce6a00dd2a0a3b48692f73 description: '' @@ -14411,6 +15221,7 @@ https://aws.amazon.com/codewhisperer: - docs/aws-tools-scripts.md - docs/devel-sites.md year: N/A + addition_method: manual https://aws.amazon.com/compliance/shared-responsibility-model: content_hash: a1ee072decf0f2baca82f1015afe12e9904f70a09c25c6bd9524eaf803947ed6 health_score: 100.0 @@ -14418,6 +15229,7 @@ https://aws.amazon.com/compliance/shared-responsibility-model: needs_ai_refresh: true v1_locations: - docs/aws.md + addition_method: manual https://aws.amazon.com/controltower: content_hash: 3488cfca6af48b2d2b62882bd40f3a84dfc43a2ef63ac0ee5d969124c9a6602c description: '' @@ -14436,6 +15248,7 @@ https://aws.amazon.com/controltower: - terraform.md - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/corretto: content_hash: 506b38a1bd8c4f4b7b0e4b0227c4b94a4a8918e8f5669aa1d02d96f75ef0525d description: '' @@ -14452,6 +15265,7 @@ https://aws.amazon.com/corretto: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://aws.amazon.com/datapipeline: content_hash: b9fae1d0be9296b6fc7d2340f9ab54f90a9525d2133fa56706439edcc2b3272b description: '' @@ -14463,6 +15277,7 @@ https://aws.amazon.com/datapipeline: v1_locations: - docs/aws-data.md year: N/A + addition_method: manual https://aws.amazon.com/de/blogs/containers/troubleshooting-amazon-eks-api-servers-with-prometheus: ai_summary: Operational manual on diagnosing performance bottlenecks inside Amazon EKS Control Plane API servers with Prometheus metrics. Breaks down API request @@ -14492,6 +15307,7 @@ https://aws.amazon.com/de/blogs/containers/troubleshooting-amazon-eks-api-server v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/de/blogs/mt/strategies-for-consolidating-aws-environments: ai_summary: This German-focused AWS post provides systemic methodologies for consolidating multi-account corporate environments into highly managed landing zones. It addresses @@ -14520,6 +15336,7 @@ https://aws.amazon.com/de/blogs/mt/strategies-for-consolidating-aws-environments v2_locations: - aws-architecture.md year: N/A + addition_method: manual ? https://aws.amazon.com/de/blogs/networking-and-content-delivery/authorizationedge-using-cookies-protect-your-amazon-cloudfront-content-from-being-downloaded-by-unauthenticated-users : content_hash: 68a76bbf0f094ee1476336b2139841341f9aa9df388a6cd104bd6fc543fc5bdb description: '' @@ -14537,6 +15354,7 @@ https://aws.amazon.com/de/blogs/mt/strategies-for-consolidating-aws-environments v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/de/blogs/storage/simplifying-amazon-ebs-volume-migration-and-modification-using-the-ebs-csi-driver: ai_summary: Explains how the out-of-tree Amazon EBS CSI Driver handles live volume modification, type conversion (e.g., gp2 to gp3), and resizing without downtime. @@ -14567,6 +15385,7 @@ https://aws.amazon.com/de/blogs/storage/simplifying-amazon-ebs-volume-migration- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.amazon.com/device-farm: content_hash: e7bbb21262ce03896e64ef22631f97442c2f1b4a42f8d4ca7ba372d27c91e54c description: '' @@ -14584,6 +15403,7 @@ https://aws.amazon.com/device-farm: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/devops: ai_summary: 'Curator Insight: Main AWS portal summarizing continuous integration, deployment, and management tools. @@ -14617,6 +15437,7 @@ https://aws.amazon.com/devops: - devops.md - jenkins-alternatives.md year: N/A + addition_method: manual https://aws.amazon.com/devops-guru: content_hash: 280116a655de3cf3a75f1334ee3bbe7f51e83630f34c706164de136170dd341e description: '' @@ -14628,6 +15449,7 @@ https://aws.amazon.com/devops-guru: v1_locations: - docs/aws-devops.md year: N/A + addition_method: manual https://aws.amazon.com/devops/-guru: health_score: 64.0 last_checked: 1779130494.999056 @@ -14637,6 +15459,7 @@ https://aws.amazon.com/devops/-guru: - docs/aws-devops.md v2_locations: - aws-devops.md + addition_method: manual https://aws.amazon.com/dms/?audit=2019q1: ai_summary: Curator Insight offers a comprehensive methodology and step-by-step guidance for planning and executing database migrations to AWS. Live Grounding @@ -14660,6 +15483,7 @@ https://aws.amazon.com/dms/?audit=2019q1: v2_locations: - aws-databases.md year: '2019' + addition_method: manual https://aws.amazon.com/dms/learn-more: content_hash: 7ac4db73285b65f1f821b683233f8d3e1481d806d3a0bd3f07e610f53ff05139 description: '' @@ -14671,6 +15495,7 @@ https://aws.amazon.com/dms/learn-more: v1_locations: - docs/aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/documentation/elastic-beanstalk: content_hash: f7225eedef9d36c9175765c25483edbe9234d5c4163687a0f5e41ea399c8afab health_score: 100.0 @@ -14683,6 +15508,7 @@ https://aws.amazon.com/documentation/elastic-beanstalk: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://aws.amazon.com/eks: content_hash: dc4e75731432f5deb65ca3101065c75f0937fad733f57179ef7f185b7ffee548 health_score: 100.0 @@ -14690,6 +15516,7 @@ https://aws.amazon.com/eks: needs_ai_refresh: true v1_locations: - docs/kubernetes-on-premise.md + addition_method: manual https://aws.amazon.com/elasticloadbalancing/application-load-balancer: content_hash: b87e253fd9d846c695ef6e5b93c82a80587cc122d9c565145fb4f521dd2d29fd health_score: 100.0 @@ -14702,6 +15529,7 @@ https://aws.amazon.com/elasticloadbalancing/application-load-balancer: - docs/aws-networking.md v2_locations: - aws-networking.md + addition_method: manual https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer: content_hash: 9afd89ec5e6ae024c833406a37b61768771d65db7f9dda728b3a1d4bba245dd1 description: '' @@ -14713,12 +15541,14 @@ https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer: v1_locations: - docs/aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/en/eks: content_hash: dc4e75731432f5deb65ca3101065c75f0937fad733f57179ef7f185b7ffee548 health_score: 100.0 last_checked: 1779029142.3663 v1_locations: - docs/matrix-table.md + addition_method: manual https://aws.amazon.com/en/iot: content_hash: 53a4ea9ed280c66544be53a0137bd389de48046349fb777aab0ec4ac4e2650cb description: '' @@ -14730,6 +15560,7 @@ https://aws.amazon.com/en/iot: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/en/premiumsupport: content_hash: be1cf71d0326726204d76ad5aa0b2031464021b98ef70d6e5cd4dc9101896afd description: '' @@ -14741,6 +15572,7 @@ https://aws.amazon.com/en/premiumsupport: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://aws.amazon.com/en/premiumsupport/knowledge-center: content_hash: ec4e2f5075597f14863a449986ae6312a4ad332eb0b511b9da30df9b82a50582 description: '' @@ -14752,6 +15584,7 @@ https://aws.amazon.com/en/premiumsupport/knowledge-center: v1_locations: - docs/aws.md year: N/A + addition_method: manual ? https://aws.amazon.com/es/about-aws/whats-new/2015/12/aws-cloudformation-adds-support-for-aws-waf-and-aws-directory-service-for-microsoft-active-directory : content_hash: 57d3343d93528eb5a03a743df122d0d1738186573e12a147c26a2606f34f9e36 description: '' @@ -14764,6 +15597,7 @@ https://aws.amazon.com/en/premiumsupport/knowledge-center: v1_locations: - docs/aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/es/about-aws/whats-new/2016/06/docker-datacenter-on-the-aws-cloud-quick-start-reference-deployment: content_hash: 3094794de98d29737923dac22618b609f9026dc439152ac114bd6e86d6f988df description: '' @@ -14780,6 +15614,7 @@ https://aws.amazon.com/es/about-aws/whats-new/2016/06/docker-datacenter-on-the-a v2_locations: - aws-containers.md year: N/A + addition_method: manual https://aws.amazon.com/es/about-aws/whats-new/2016/06/easily-model-your-app-data-in-a-nosql-database-with-aws-mobile-hub: ai_summary: Curator Insight details a legacy utility tool (AWS Mobile Hub) that assisted developers in bootstrapping NoSQL data layers. Live Grounding highlights @@ -14808,6 +15643,7 @@ https://aws.amazon.com/es/about-aws/whats-new/2016/06/easily-model-your-app-data v2_locations: - aws-databases.md year: N/A + addition_method: manual ? https://aws.amazon.com/es/about-aws/whats-new/2016/07/aws-schema-conversion-tool-now-supports-conversions-from-oracle-dw-and-teradata-to-amazon-redshift-embedded-code-conversion-and-cloud-native-code-optimization : ai_summary: Curator Insight announces legacy enhancements to AWS SCT, focusing on target conversions to Amazon Redshift. Live Grounding confirms this enabled automation @@ -14837,6 +15673,7 @@ https://aws.amazon.com/es/about-aws/whats-new/2016/06/easily-model-your-app-data v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/es/about-aws/whats-new/2016/08/amazon-inspector-announces-general-availability-for-windows: content_hash: d9d8ff5c947c79e22c7235256240da183eb52a3dedceab4016b840c278a18d37 description: '' @@ -14853,6 +15690,7 @@ https://aws.amazon.com/es/about-aws/whats-new/2016/08/amazon-inspector-announces v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/es/about-aws/whats-new/2016/08/backup-and-archive-to-aws-storage-gateway-vtl-with-veeam-backup-and-replication-v9 : content_hash: 9697004ff2ee76b624b13260df1ec81cfd117712b174905a38e95402924bc5eb description: '' @@ -14870,6 +15708,7 @@ https://aws.amazon.com/es/about-aws/whats-new/2016/08/amazon-inspector-announces v2_locations: - aws-backup.md year: N/A + addition_method: manual https://aws.amazon.com/es/about-aws/whats-new/2016/10/first-aws-certification-study-guide-now-available: ai_summary: Historically notable launch announcement of the first official AWS-authored certification study guide. While structurally important, newer cloud paradigms @@ -14897,6 +15736,7 @@ https://aws.amazon.com/es/about-aws/whats-new/2016/10/first-aws-certification-st v2_locations: - aws-training.md year: N/A + addition_method: manual https://aws.amazon.com/es/about-aws/whats-new/2021/08/ec2-vm-import-export-unified-extensible-firmware-interface-aws: content_hash: 57d3343d93528eb5a03a743df122d0d1738186573e12a147c26a2606f34f9e36 description: '' @@ -14909,6 +15749,7 @@ https://aws.amazon.com/es/about-aws/whats-new/2021/08/ec2-vm-import-export-unifi v1_locations: - docs/aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/apn/aws-networking-for-developers: content_hash: 7020869e50cd40433969c21b740914f13c9a6c0e81ba16b208982bd9c4936d80 description: '' @@ -14925,6 +15766,7 @@ https://aws.amazon.com/es/blogs/apn/aws-networking-for-developers: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/apn/oracle-database-encryption-options-on-amazon-rds: content_hash: 1fbed5586689e3513acaf66d0aeae47eeeb08b920291f020ad9348c65bdd5ce3 description: '' @@ -14941,6 +15783,7 @@ https://aws.amazon.com/es/blogs/apn/oracle-database-encryption-options-on-amazon v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/architecture/connect-amazon-s3-file-gateway-using-aws-privatelink-for-amazon-s3: ai_summary: Architectural post detailing how to establish a secure, private connection from on-premises Storage Gateways to S3 via AWS PrivateLink. Prevents traffic @@ -14969,6 +15812,7 @@ https://aws.amazon.com/es/blogs/architecture/connect-amazon-s3-file-gateway-usin v2_locations: - aws-storage.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/aws-spanish/aws-network-firewall-nuevo-servicio-gestionado-de-firewall-para-vpc: content_hash: 3697cd529370eee2c343f17c8f3ae8311ef07bbc8a0e0957398e37bb8b6a46bc description: '' @@ -14985,6 +15829,7 @@ https://aws.amazon.com/es/blogs/aws-spanish/aws-network-firewall-nuevo-servicio- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://aws.amazon.com/es/blogs/aws-spanish/examenes-practicos-gratuitos-y-100-en-espanol-para-que-obtenga-su-certificacion : ai_summary: AWS-published reference article detailing official practice examinations localized in Spanish to support accessible learning globally. [SPANISH CONTENT] @@ -15012,6 +15857,7 @@ https://aws.amazon.com/es/blogs/aws-spanish/aws-network-firewall-nuevo-servicio- v2_locations: - aws-training.md year: N/A + addition_method: manual ? https://aws.amazon.com/es/blogs/aws/amazon-elasticsearch-service-is-now-amazon-opensearch-service-and-supports-opensearch-10 : content_hash: 50e89257bccff5ad33443b08ee3e69bfa8293c698504c504d6d500db995f2130 description: '' @@ -15024,6 +15870,7 @@ https://aws.amazon.com/es/blogs/aws-spanish/aws-network-firewall-nuevo-servicio- v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/aws/amazon-rds-proxy-now-generally-available: ai_summary: Curator Insight presents Amazon RDS Proxy as a managed solution to handle high database connection concurrency. Live Grounding validates that RDS Proxy @@ -15053,6 +15900,7 @@ https://aws.amazon.com/es/blogs/aws/amazon-rds-proxy-now-generally-available: v2_locations: - aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/aws/amazon-s3-glacier-price-reduction: content_hash: de838d4e4d6256050d8712e060ec0a29730e57d09ef9418b67a61096d1f9ea9a description: '' @@ -15069,6 +15917,7 @@ https://aws.amazon.com/es/blogs/aws/amazon-s3-glacier-price-reduction: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/aws/aws-cloudshell-command-line-access-to-aws-resources: content_hash: bbe7dba850f0d12a10b0da3437ec5aec41f11f2a2a3a9efabd62d5881dc9b1d6 description: '' @@ -15085,6 +15934,7 @@ https://aws.amazon.com/es/blogs/aws/aws-cloudshell-command-line-access-to-aws-re v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/aws/ec2-price-reduction-for-ec2-instance-saving-plans-and-standard-reserved-instances: content_hash: 815be8e566d6624237e65cc5cb8947cdf55f101a50ffdda374bbc85a0a03a398 description: '' @@ -15102,6 +15952,7 @@ https://aws.amazon.com/es/blogs/aws/ec2-price-reduction-for-ec2-instance-saving- v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/aws/introducing-a-public-registry-for-aws-cloudformation: content_hash: a105f8a088c68a7a37b8e85593527512800b1e18e948edc0dcf5a6e78e0f31b3 description: '' @@ -15118,6 +15969,7 @@ https://aws.amazon.com/es/blogs/aws/introducing-a-public-registry-for-aws-cloudf v2_locations: - aws-iac.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/aws/new-for-aws-cloudformation-quickly-retry-stack-operations-from-the-point-of-failure: content_hash: 649cf92801a6fbd4dbc9e8710e079f62687d4177b797bf9f782252aea78fda9e description: '' @@ -15135,6 +15987,7 @@ https://aws.amazon.com/es/blogs/aws/new-for-aws-cloudformation-quickly-retry-sta v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/aws/red-hat-openshift-service-on-aws-now-generally-availably: content_hash: 391e2a2c10780e079321d06790814d067cad59825d292caaef791831ad989c9b description: '' @@ -15151,6 +16004,7 @@ https://aws.amazon.com/es/blogs/aws/red-hat-openshift-service-on-aws-now-general v2_locations: - ocp4.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/compute/optimizing-lambda-functions-packaged-as-container-images: ai_summary: A deep optimization analysis focusing on the caching characteristics of AWS Lambda when consuming OCI container images. It details image multi-stage @@ -15181,6 +16035,7 @@ https://aws.amazon.com/es/blogs/compute/optimizing-lambda-functions-packaged-as- v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/containers/developers-guide-to-using-amazon-efs-with-amazon-ecs-and-aws-fargate-part-1: ai_summary: This official developer guide outlines the structural mechanism used to mount Amazon Elastic File System (EFS) volumes natively within serverless containers @@ -15210,6 +16065,7 @@ https://aws.amazon.com/es/blogs/containers/developers-guide-to-using-amazon-efs- v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/containers/introducing-cdk8s-intent-driven-apis-for-kubernetes-objects: content_hash: 784a3338cc02023deec7725049143e6541f7344bf6de43993dbbca12b49f9f7b description: '' @@ -15226,6 +16082,7 @@ https://aws.amazon.com/es/blogs/containers/introducing-cdk8s-intent-driven-apis- v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/containers/policy-based-countermeasures-for-kubernetes-part-1: content_hash: dca6bc05170d65cf15a694f2b2f5f6fe0b0310fb65e615bd3153cad2c1e932bd description: '' @@ -15242,6 +16099,7 @@ https://aws.amazon.com/es/blogs/containers/policy-based-countermeasures-for-kube v2_locations: - securityascode.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/containers/red-hat-openshift-service-on-aws-architecture-and-networking: content_hash: 733299490ed3560f2de2bd2028250f4de2cec81ac1f71f509e13b862fcb61312 description: '' @@ -15258,6 +16116,7 @@ https://aws.amazon.com/es/blogs/containers/red-hat-openshift-service-on-aws-arch v2_locations: - ocp4.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/developer/migrating-to-boto3: content_hash: 34aa19801fc58f458514888ac468bd273489994853c2a815e3771f36343e8d59 description: '' @@ -15274,6 +16133,7 @@ https://aws.amazon.com/es/blogs/developer/migrating-to-boto3: v2_locations: - python.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/devops/building-a-serverless-jenkins-environment-on-aws-fargate: content_hash: 5a27a78e1fbcd7eb0e00bdcb29f9c8493fa525096a622297fe2c05fecc639a81 description: '' @@ -15290,6 +16150,7 @@ https://aws.amazon.com/es/blogs/devops/building-a-serverless-jenkins-environment v2_locations: - jenkins.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/enterprise-strategy/introducing-finops-excuse-me-devsecfinbizops: content_hash: 133bcac2500ddafa6699ddcdfb701f5db59913485613d7c42603d2d3facbc6e8 description: '' @@ -15306,6 +16167,7 @@ https://aws.amazon.com/es/blogs/enterprise-strategy/introducing-finops-excuse-me v2_locations: - finops.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/infrastructure-and-automation/use-git-pre-commit-hooks-avoid-aws-cloudformation-errors: content_hash: 4f8cba0fcc97d21ee1fa302db0431441fc481783f96ee8394d80ea671a231377 description: '' @@ -15322,6 +16184,7 @@ https://aws.amazon.com/es/blogs/infrastructure-and-automation/use-git-pre-commit v2_locations: - aws-iac.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/mt/bring-your-own-cli-session-manager-configurable-shell-profiles: content_hash: 6058d82d1527771f040433466f04cea895209e716e69bb80bb80cba224e8f5ce description: '' @@ -15338,6 +16201,7 @@ https://aws.amazon.com/es/blogs/mt/bring-your-own-cli-session-manager-configurab v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://aws.amazon.com/es/blogs/security/automatically-block-suspicious-traffic-with-aws-network-firewall-and-amazon-guardduty : content_hash: 69a16988190d1ffacd04bcd94f6e5fa25ef8ee10763ac59c3e3ac51b39fc86e7 description: '' @@ -15355,6 +16219,7 @@ https://aws.amazon.com/es/blogs/mt/bring-your-own-cli-session-manager-configurab v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/es/blogs/security/new-iamctl-tool-compares-multiple-iam-roles-and-policies: content_hash: 47def0a45905b42806958748eb690514591edc2a1797c50ff359f4b6c36ce213 description: '' @@ -15371,6 +16236,7 @@ https://aws.amazon.com/es/blogs/security/new-iamctl-tool-compares-multiple-iam-r v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/es/builders-library/automating-safe-hands-off-deployments: ai_summary: 'Curator Insight: Internal engineering insights from Amazon''s sophisticated deployment engines (Pipelines/Apollo). Live Grounding: Explores fractional rollouts, @@ -15401,6 +16267,7 @@ https://aws.amazon.com/es/builders-library/automating-safe-hands-off-deployments v2_locations: - cicd.md year: N/A + addition_method: manual https://aws.amazon.com/es/codepipeline/product-integrations: ai_summary: 'Curator Insight: Directory of verified third-party partner integrations for AWS CodePipeline. @@ -15431,6 +16298,7 @@ https://aws.amazon.com/es/codepipeline/product-integrations: v2_locations: - aws-devops.md year: N/A + addition_method: manual https://aws.amazon.com/es/documentation/ecr: content_hash: 7474a80b5b821122d1b93f0869653157914c795786b892629bbb7a198360c172 health_score: 100.0 @@ -15442,6 +16310,7 @@ https://aws.amazon.com/es/documentation/ecr: - docs/aws-containers.md v2_locations: - aws-containers.md + addition_method: manual https://aws.amazon.com/es/eks/pricing: content_hash: bd8f6f62d08710a8a8b64e397948e76ec639c2b2f386c3eda18bd05d01acc1d1 description: '' @@ -15458,6 +16327,7 @@ https://aws.amazon.com/es/eks/pricing: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://aws.amazon.com/es/local/spain: ai_summary: Official landing portal for Amazon Web Services in Spain, serving as the central reference for localized regulations, sovereign cloud options, and @@ -15485,6 +16355,7 @@ https://aws.amazon.com/es/local/spain: v2_locations: - aws-spain.md year: N/A + addition_method: manual https://aws.amazon.com/es/premiumsupport/knowledge-center/troubleshoot-service-quotas-cli-commands: content_hash: f521091844b95e4b498fcddac441a8a8acc3301cd1a71087193764f3e2cfbbea description: '' @@ -15497,6 +16368,7 @@ https://aws.amazon.com/es/premiumsupport/knowledge-center/troubleshoot-service-q v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/es/quickstart: ai_summary: AWS-validated CloudFormation templates and deployment guides structured to stand up complex multi-tier enterprise workloads rapidly. Grounding reveals @@ -15524,6 +16396,7 @@ https://aws.amazon.com/es/quickstart: v2_locations: - aws-architecture.md year: '2023' + addition_method: manual https://aws.amazon.com/es/training/ramp-up-guides: content_hash: 08c9e28d5bdf2e68d3dd77b5c5264a2b489cd8c63862d95a915dac73bfce2229 description: '' @@ -15540,6 +16413,7 @@ https://aws.amazon.com/es/training/ramp-up-guides: v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/es/vmware: content_hash: fe196bc30a40477ca09b268663888f764155599f34e719835799ffa3366318b9 description: '' @@ -15556,6 +16430,7 @@ https://aws.amazon.com/es/vmware: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/events: ai_summary: A real-time directory listing official AWS events, workshops, and webinars. Ideal for continuous training and tracking emerging AWS service updates. @@ -15577,6 +16452,7 @@ https://aws.amazon.com/events: v2_locations: - aws-spain.md year: '2026' + addition_method: manual https://aws.amazon.com/getting-started/hands-on: content_hash: e169e28e3c1fe0da727dd43e11980a3b29a9a5df232553b62ccf5f4efa0d6786 health_score: 100.0 @@ -15589,6 +16465,7 @@ https://aws.amazon.com/getting-started/hands-on: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://aws.amazon.com/getting-started/hands-on/cost-optimize-jenkins: content_hash: 54afa79a4b27d7657455be5dfb12c3c6dccb1580b6ab07a0ccdcc4aa9d558fb1 description: '' @@ -15601,6 +16478,7 @@ https://aws.amazon.com/getting-started/hands-on/cost-optimize-jenkins: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://aws.amazon.com/getting-started/projects/deploy-kubernetes-app-amazon-eks: content_hash: 4bf709362f4aef747e0ac49d07c4a607138d91ddbb4ad1c14787ac358c81f0c4 description: '' @@ -15612,6 +16490,7 @@ https://aws.amazon.com/getting-started/projects/deploy-kubernetes-app-amazon-eks v1_locations: - docs/demos.md year: N/A + addition_method: manual https://aws.amazon.com/getting-started/tutorials: content_hash: 90389b12e5080aef584936b7e2fa36ffd67cd6638101365e0cd0efe64f163cc4 description: '' @@ -15623,6 +16502,7 @@ https://aws.amazon.com/getting-started/tutorials: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://aws.amazon.com/getting-started/tutorials/create-mysql-db: content_hash: 721b62b045492c126d7de94e7f61fd1db854bd23c7767798fbcb580df8c76531 description: '' @@ -15634,6 +16514,7 @@ https://aws.amazon.com/getting-started/tutorials/create-mysql-db: v1_locations: - docs/aws-databases.md year: N/A + addition_method: manual https://aws.amazon.com/glue: content_hash: e6b503bc0f7b3ab29fb2a6eef18e6354190f70b241ec0633dec3a3627423c29e health_score: 100.0 @@ -15646,6 +16527,7 @@ https://aws.amazon.com/glue: - docs/aws-data.md v2_locations: - aws-data.md + addition_method: manual https://aws.amazon.com/grafana: content_hash: 368c838fe830a46ce2181c5ef9c8c92936c289d8137ef269f263839da9b95f2a description: '' @@ -15662,6 +16544,7 @@ https://aws.amazon.com/grafana: v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://aws.amazon.com/iot: content_hash: 0ba052881f07a7b15ed0b8795573cc806744fabd125fbe542228aea8edbfea87 health_score: 100.0 @@ -15674,6 +16557,7 @@ https://aws.amazon.com/iot: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://aws.amazon.com/lightsail: content_hash: 1c974898368a2ca181edb8761b42477df4c15e6eb74fec886fec317c8e6da68f description: '' @@ -15690,6 +16574,7 @@ https://aws.amazon.com/lightsail: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/marketplace: content_hash: 5fef63d962aacea02598faf7bb9d03728428a72878ce93fff36b25a821c8c795 description: '' @@ -15706,6 +16591,7 @@ https://aws.amazon.com/marketplace: v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/marketplace/search/results?searchTerms=tower: content_hash: 817269d505948c4d426588f964c636e1257b7b5df9bb1651f47515d6569ad451 description: '' @@ -15722,6 +16608,7 @@ https://aws.amazon.com/marketplace/search/results?searchTerms=tower: v2_locations: - ansible.md year: N/A + addition_method: manual https://aws.amazon.com/new: content_hash: 8ef59e9e82b6b0aff0f6b09a107f68758afb256ba6567817f6725f47252179de description: '' @@ -15738,6 +16625,7 @@ https://aws.amazon.com/new: v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/opsworks: content_hash: 658abd4c003c0f5d6404a802de04904212bbe908c4a3bb8b6e223f85dd58aae1 description: '' @@ -15749,6 +16637,7 @@ https://aws.amazon.com/opsworks: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/partners: content_hash: c1a28b9272ac7e5aa94f96eb6cfa55f1725c8337cd553ea44a550b912adb8bfe description: '' @@ -15765,6 +16654,7 @@ https://aws.amazon.com/partners: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/partners/consulting: content_hash: a59298b1ea21ea06d976f681238730cc4f66f913f58e69ae9c65c7a291e83324 description: '' @@ -15775,12 +16665,14 @@ https://aws.amazon.com/partners/consulting: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/partners/paths: content_hash: d3c6564eb8b9a475e546628c89f8a8f44fa7ab6e1a83a5331af80af915e72ad3 health_score: 84.0 last_checked: 1779130494.974513 v1_locations: - docs/aws-miscellaneous.md + addition_method: manual https://aws.amazon.com/partners/technology: content_hash: a59298b1ea21ea06d976f681238730cc4f66f913f58e69ae9c65c7a291e83324 description: '' @@ -15791,6 +16683,7 @@ https://aws.amazon.com/partners/technology: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/podcasts/aws-podcast: content_hash: 4af0ab4a3a787a8212685a1a7e6868084bd444d5034c4184b901b12a8d5abdb6 description: '' @@ -15807,6 +16700,7 @@ https://aws.amazon.com/podcasts/aws-podcast: v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/podcasts/aws-techchat: content_hash: d7c7427cb59696e9ccc4ba09a1cce4f064cabbe61ce88f8cc4703056815dd56a description: '' @@ -15823,6 +16717,7 @@ https://aws.amazon.com/podcasts/aws-techchat: v2_locations: - aws.md year: N/A + addition_method: manual https://aws.amazon.com/premiumsupport: content_hash: 84b7c772cba7dccafa8c32e4f9332d582b4c56813d8fe47b0a59ed724cd379fd health_score: 100.0 @@ -15835,6 +16730,7 @@ https://aws.amazon.com/premiumsupport: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://aws.amazon.com/premiumsupport/knowledge-center: content_hash: 030b85eeffc0201b8a7b7a193b2a4beddb0d7ec98cfb7bf7c29b6a14a26af5b4 health_score: 84.0 @@ -15845,6 +16741,7 @@ https://aws.amazon.com/premiumsupport/knowledge-center: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account: content_hash: 6fba5cdd4be385dcb39fae7f9da4ee824c92b8282737fa09b6cb0c2e7dc25639 description: '' @@ -15856,6 +16753,7 @@ https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-a v1_locations: - docs/aws.md year: N/A + addition_method: manual https://aws.amazon.com/premiumsupport/knowledge-center/start-stop-lambda-cloudwatch: ai_summary: This step-by-step video guide demonstrates how to orchestrate automated EC2 state transitions utilizing AWS Lambda and Amazon EventBridge rules. The architectural @@ -15885,6 +16783,7 @@ https://aws.amazon.com/premiumsupport/knowledge-center/start-stop-lambda-cloudwa v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/premiumsupport/knowledge-center/transfer-domain-to-aws: content_hash: ec4e2f5075597f14863a449986ae6312a4ad332eb0b511b9da30df9b82a50582 description: '' @@ -15896,6 +16795,7 @@ https://aws.amazon.com/premiumsupport/knowledge-center/transfer-domain-to-aws: v1_locations: - docs/aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/products: content_hash: 1b33db45ca8bcf45e0b88a8d4d34385863153a072d81b3ee854ccc395a651c42 description: '' @@ -15913,6 +16813,7 @@ https://aws.amazon.com/products: - aws.md - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/products/networking/network-operations: content_hash: 1b33db45ca8bcf45e0b88a8d4d34385863153a072d81b3ee854ccc395a651c42 description: '' @@ -15928,6 +16829,7 @@ https://aws.amazon.com/products/networking/network-operations: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://aws.amazon.com/professional-services/CAF: content_hash: 255ed32b78d5150de10ccb3deb82b9de9c59ecf8642efaffa9ce78047c7f1862 description: '' @@ -15938,6 +16840,7 @@ https://aws.amazon.com/professional-services/CAF: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://aws.amazon.com/prometheus: content_hash: b545453269d4c21ad9451a811bc8c41ee5c732410f72cfcbcb1d86c97a72c6d2 description: '' @@ -15956,6 +16859,7 @@ https://aws.amazon.com/prometheus: - aws-monitoring.md - prometheus.md year: N/A + addition_method: manual https://aws.amazon.com/pt/blogs/compute/architecture-patterns-for-consuming-private-apis-cross-account: ai_summary: This Portuguese AWS post investigates architectural options for consuming APIs privately across isolated AWS accounts. It evaluates AWS PrivateLink, API @@ -15984,6 +16888,7 @@ https://aws.amazon.com/pt/blogs/compute/architecture-patterns-for-consuming-priv v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/q/developer: content_hash: 266a610638e752bc5c15da61d21644ca7033b2d952cf53411014b84aa0349f09 health_score: 100.0 @@ -15998,6 +16903,7 @@ https://aws.amazon.com/q/developer: v2_locations: - aws-tools-scripts.md - devel-sites.md + addition_method: manual https://aws.amazon.com/quickstart/architecture/openshift: content_hash: c4b14fbaced5d13372b8666be9bfe16ab7954c8f60b8a55f71ae067971ad1460 description: '' @@ -16013,6 +16919,7 @@ https://aws.amazon.com/quickstart/architecture/openshift: v2_locations: - openshift.md year: N/A + addition_method: manual https://aws.amazon.com/quickstart/architecture/superwerker: content_hash: c4b14fbaced5d13372b8666be9bfe16ab7954c8f60b8a55f71ae067971ad1460 description: '' @@ -16028,6 +16935,7 @@ https://aws.amazon.com/quickstart/architecture/superwerker: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/releasenotes: content_hash: 8ef59e9e82b6b0aff0f6b09a107f68758afb256ba6567817f6725f47252179de description: '' @@ -16039,6 +16947,7 @@ https://aws.amazon.com/releasenotes: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://aws.amazon.com/ru/blogs/aws-cloud-financial-management/aws-cost-explorers-new-ui-and-common-use-cases: content_hash: ee954ee5fbfc59c94b199c40f86a6f109b1e057d87df4bf5c315f945eae32370 description: '' @@ -16055,6 +16964,7 @@ https://aws.amazon.com/ru/blogs/aws-cloud-financial-management/aws-cost-explorer v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://aws.amazon.com/s3/faqs: ai_summary: The official AWS documentation addressing technical details of Simple Storage Service (S3). Provides absolute specifications for consistency models, @@ -16082,6 +16992,7 @@ https://aws.amazon.com/s3/faqs: v2_locations: - aws-storage.md year: N/A + addition_method: manual https://aws.amazon.com/sdk-for-java: content_hash: c4d3d1fa5802fe1db550bdbe312a06a2ca9037e74b7a45b7d82ecc10d13d494a description: '' @@ -16098,12 +17009,14 @@ https://aws.amazon.com/sdk-for-java: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://aws.amazon.com/secrets-manager: content_hash: f7397daaae60fae857166df56ce4356575e9fb14f381c616565cd31ae5b7a7cd health_score: 100.0 last_checked: 1779033567.010257 v1_locations: - docs/devsecops.md + addition_method: manual https://aws.amazon.com/security: content_hash: 82d27e152200ed09c3d2011d5a00cc74705f68f8561fde2b6c46a49b671b6bd2 description: '' @@ -16120,6 +17033,7 @@ https://aws.amazon.com/security: v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/solutions: ai_summary: 'Curator Insight: AWS Solutions library offering reference architectures for high-availability setups. @@ -16144,6 +17058,7 @@ https://aws.amazon.com/solutions: - aws-devops.md - openshift.md year: '2021' + addition_method: manual https://aws.amazon.com/solutions/case-studies/thomas-publishing: content_hash: 02e3a8c32fc3e8b1cdd04a6d90d0682ff7e7a553baf506efa92ac768a974de16 description: '' @@ -16160,6 +17075,7 @@ https://aws.amazon.com/solutions/case-studies/thomas-publishing: v1_locations: - docs/aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/solutions/case-studies/trainline: content_hash: 02e3a8c32fc3e8b1cdd04a6d90d0682ff7e7a553baf506efa92ac768a974de16 description: '' @@ -16175,6 +17091,7 @@ https://aws.amazon.com/solutions/case-studies/trainline: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://aws.amazon.com/solutions/implementations/aws-perspective: content_hash: 6efbca70fd0fd5ec9ce0112f11ae2e73236d57a18546a23bd8e7343105de3b30 description: '' @@ -16186,6 +17103,7 @@ https://aws.amazon.com/solutions/implementations/aws-perspective: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws: content_hash: 3893151e67c9637518485c2942f7d7faa5970a6d2aa67efd3341a5526b3786be description: '' @@ -16202,6 +17120,7 @@ https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws v1_locations: - docs/performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://aws.amazon.com/solutions/implementations/workload-discovery-on-aws: content_hash: be33a2b6a7588b757179e312a5d6db2189ddc613e17e61c1fff0c020675a9e8e health_score: 64.0 @@ -16214,6 +17133,7 @@ https://aws.amazon.com/solutions/implementations/workload-discovery-on-aws: status: review_required v1_locations: - docs/cloud-arch-diagrams.md + addition_method: manual https://aws.amazon.com/solutions/multi-region-infrastructure-deployment: content_hash: c4b14fbaced5d13372b8666be9bfe16ab7954c8f60b8a55f71ae067971ad1460 description: '' @@ -16225,6 +17145,7 @@ https://aws.amazon.com/solutions/multi-region-infrastructure-deployment: v1_locations: - docs/aws-devops.md year: N/A + addition_method: manual https://aws.amazon.com/sqs/faqs: content_hash: 5466efcd5fa3206990c8cb9463c388b4053cf34c73b63204891f830d394149ef description: '' @@ -16241,6 +17162,7 @@ https://aws.amazon.com/sqs/faqs: v2_locations: - aws-messaging.md year: N/A + addition_method: manual https://aws.amazon.com/startups: content_hash: 2d85222f31d18d20895d661f3222033e4383b5c6147806856a3a890b92df04a8 health_score: 100.0 @@ -16253,6 +17175,7 @@ https://aws.amazon.com/startups: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://aws.amazon.com/step-functions: ai_summary: The authoritative reference for AWS Step Functions, a visual state machine orchestrator that coordinates distributed applications and microservices processes. @@ -16282,6 +17205,7 @@ https://aws.amazon.com/step-functions: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://aws.amazon.com/streaming-data: content_hash: ab60a5e9ace0dfed427548c879dc1e467c7af5605e857e0e9de86a3782bb6bc4 description: '' @@ -16293,6 +17217,7 @@ https://aws.amazon.com/streaming-data: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://aws.amazon.com/waf: content_hash: a1888b44abdcdf5c2e8ce7e9d315af748e4fabb5fad63c77d62faa3b48c9f581 description: '' @@ -16309,6 +17234,7 @@ https://aws.amazon.com/waf: v2_locations: - aws-security.md year: N/A + addition_method: manual https://aws.amazon.com/well-architected-tool: ai_summary: An integrated cloud service designed to measure architecture state against AWS best practices and provide automated risk mitigation pathways. Grounding emphasizes @@ -16337,6 +17263,7 @@ https://aws.amazon.com/well-architected-tool: v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://aws.amazon.com/what-is/data-lake: content_hash: 4dfe304b6fbf77761b6ba40d38e5a8184586e91f2ecff10961de8b5b59f7ef80 health_score: 100.0 @@ -16349,6 +17276,7 @@ https://aws.amazon.com/what-is/data-lake: - docs/aws-data.md v2_locations: - aws-data.md + addition_method: manual https://aws.amazon.com/what-is/streaming-data: content_hash: 7eb41fae1c99e472c64ff9694831661ef1c33fee31faa216ab6b828100715f20 health_score: 100.0 @@ -16361,6 +17289,7 @@ https://aws.amazon.com/what-is/streaming-data: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://aws.github.io: content_hash: 2ea6a100c92ce3f5df8d8c3210cb2d56532ea5b0c0af1e0bd036873984725506 description: '' @@ -16377,6 +17306,7 @@ https://aws.github.io: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://aws.github.io/aws-eks-best-practices: ai_summary: 'Curator Insight: The definitive handbook for securing AWS EKS environments, curated by AWS security engineers. Live Grounding: Serves as the primary operational @@ -16407,6 +17337,7 @@ https://aws.github.io/aws-eks-best-practices: - managed-kubernetes-in-public-cloud.md - kubernetes-security.md year: N/A + addition_method: manual https://aws.github.io/aws-eks-best-practices/networking/index: ai_summary: A specialized subset of the Amazon EKS Best Practices, focusing strictly on high-performance networking architectures. It covers crucial configurations @@ -16436,6 +17367,7 @@ https://aws.github.io/aws-eks-best-practices/networking/index: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.plainenglish.io: content_hash: N/A description: '' @@ -16450,6 +17382,7 @@ https://aws.plainenglish.io: v2_locations: - aws.md year: N/A + addition_method: manual https://aws.plainenglish.io/6-tips-to-improve-availability-with-aws-load-balancers-and-kubernetes-ad8d4d1c0f61: content_hash: N/A description: '' @@ -16465,6 +17398,7 @@ https://aws.plainenglish.io/6-tips-to-improve-availability-with-aws-load-balance v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://aws.plainenglish.io/aws-codepipeline-for-amazon-ecs-part-2-a-blue-green-deployment-type-c162fd73be91: content_hash: N/A description: '' @@ -16479,6 +17413,7 @@ https://aws.plainenglish.io/aws-codepipeline-for-amazon-ecs-part-2-a-blue-green- v2_locations: - aws-devops.md year: N/A + addition_method: manual https://aws.plainenglish.io/building-aws-infrastructure-with-terraform-modules-2cee480be24d: content_hash: N/A description: '' @@ -16493,6 +17428,7 @@ https://aws.plainenglish.io/building-aws-infrastructure-with-terraform-modules-2 v2_locations: - terraform.md year: N/A + addition_method: manual https://aws.plainenglish.io/choosing-the-right-aws-container-service-ecs-vs-eks-3b11dd078c99: content_hash: N/A description: '' @@ -16507,6 +17443,7 @@ https://aws.plainenglish.io/choosing-the-right-aws-container-service-ecs-vs-eks- v2_locations: - aws-containers.md year: N/A + addition_method: manual https://aws.plainenglish.io/creating-a-custom-ec2-module-using-terraform-59c9896c2df2: content_hash: N/A description: '' @@ -16521,6 +17458,7 @@ https://aws.plainenglish.io/creating-a-custom-ec2-module-using-terraform-59c9896 v2_locations: - demos.md year: N/A + addition_method: manual https://aws.plainenglish.io/deploying-application-on-amazon-eks-211eb46c069c: content_hash: N/A description: '' @@ -16535,6 +17473,7 @@ https://aws.plainenglish.io/deploying-application-on-amazon-eks-211eb46c069c: v2_locations: - demos.md year: N/A + addition_method: manual https://aws.plainenglish.io/deploying-aws-resources-and-a-jenkins-server-with-terraform-297bad905459: content_hash: N/A description: '' @@ -16549,6 +17488,7 @@ https://aws.plainenglish.io/deploying-aws-resources-and-a-jenkins-server-with-te v2_locations: - jenkins.md year: N/A + addition_method: manual https://aws.plainenglish.io/how-to-push-an-image-to-aws-ecr-b2be848c2ef: content_hash: N/A description: '' @@ -16563,6 +17503,7 @@ https://aws.plainenglish.io/how-to-push-an-image-to-aws-ecr-b2be848c2ef: v2_locations: - aws-containers.md year: N/A + addition_method: manual https://aws.plainenglish.io/kubectl-get-kubernetes-o-architecture-6d4bd97dcaaf: content_hash: N/A description: '' @@ -16577,6 +17518,7 @@ https://aws.plainenglish.io/kubectl-get-kubernetes-o-architecture-6d4bd97dcaaf: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://aws.plainenglish.io/lessons-learned-from-switching-to-aws-sdk-v3-6babe1530a59: content_hash: N/A description: '' @@ -16591,6 +17533,7 @@ https://aws.plainenglish.io/lessons-learned-from-switching-to-aws-sdk-v3-6babe15 v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://aws.plainenglish.io/lets-design-a-serverless-etl-pipeline-with-aws-services-9ab88c95afd4: content_hash: N/A description: '' @@ -16605,6 +17548,7 @@ https://aws.plainenglish.io/lets-design-a-serverless-etl-pipeline-with-aws-servi v2_locations: - aws-serverless.md year: N/A + addition_method: manual ? https://aws.plainenglish.io/mastering-monitoring-the-complete-guide-to-using-prometheus-and-grafana-with-kubernetes-e53d8306123d : content_hash: N/A description: '' @@ -16620,6 +17564,7 @@ https://aws.plainenglish.io/lets-design-a-serverless-etl-pipeline-with-aws-servi v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://aws.plainenglish.io/pods-in-kubernetes-the-smallest-deployable-units-of-computing-dab3bf1a2762: content_hash: N/A description: '' @@ -16635,6 +17580,7 @@ https://aws.plainenglish.io/pods-in-kubernetes-the-smallest-deployable-units-of- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://aws.plainenglish.io/terraform-hands-on-project-d2105bbc0c62: content_hash: N/A description: '' @@ -16649,6 +17595,7 @@ https://aws.plainenglish.io/terraform-hands-on-project-d2105bbc0c62: v2_locations: - terraform.md year: N/A + addition_method: manual https://aws.plainenglish.io/terraform-how-to-deploy-jenkins-ci-cd-pipelines-using-terraform-9ffc086dcd56: content_hash: N/A description: '' @@ -16664,6 +17611,7 @@ https://aws.plainenglish.io/terraform-how-to-deploy-jenkins-ci-cd-pipelines-usin v2_locations: - jenkins.md year: N/A + addition_method: manual https://aws.plainenglish.io/the-automation-fellowship-packer-terraform-and-ansible-part-iii-73571ef103e1: content_hash: N/A description: '' @@ -16679,6 +17627,7 @@ https://aws.plainenglish.io/the-automation-fellowship-packer-terraform-and-ansib v2_locations: - terraform.md year: N/A + addition_method: manual https://aws.plainenglish.io/trigger-function-message-12f117b7f067: content_hash: N/A description: '' @@ -16693,6 +17642,7 @@ https://aws.plainenglish.io/trigger-function-message-12f117b7f067: v2_locations: - demos.md year: N/A + addition_method: manual https://awscerts.slack.com: ai_summary: A massive interactive Slack workspace connecting candidates and certified professionals to collaborate on exam concepts, design paradigms, and open study @@ -16720,6 +17670,7 @@ https://awscerts.slack.com: v2_locations: - aws-training.md year: N/A + addition_method: manual https://awscli.amazonaws.com/v2/documentation/api/latest/reference/service-quotas/get-service-quota.html: content_hash: 7543f447dda008bc7f388eed1f917f1475932f2b63d0c1a2aa1d0b4f74d4dabe description: '' @@ -16731,6 +17682,7 @@ https://awscli.amazonaws.com/v2/documentation/api/latest/reference/service-quota v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://awsfundamentals.blogspot.com/2019/12/aws-vpc-fundamental.html: content_hash: cc9b341e5724ad96567aeb147a65bd9fe216bf553080936f613be726d31f314f description: '' @@ -16747,6 +17699,7 @@ https://awsfundamentals.blogspot.com/2019/12/aws-vpc-fundamental.html: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://awsfundamentals.com/blog/aws-lambda-with-terraform: content_hash: 683ce37538b5e13d35fcd53ac5e57ff8b2b8835a8fd31ea484222da9d224f06a health_score: 100.0 @@ -16759,6 +17712,7 @@ https://awsfundamentals.com/blog/aws-lambda-with-terraform: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://awsfundamentals.com/blog/aws-organizations-the-key-to-managing-your-cloud-infrastructure-effectively: ai_summary: A highly clear exploration of AWS Organizations, dissecting organizational units (OUs), Service Control Policies (SCPs), and account hierarchy. Grounding @@ -16791,6 +17745,7 @@ https://awsfundamentals.com/blog/aws-organizations-the-key-to-managing-your-clou - iac.md - aws.md year: N/A + addition_method: manual https://awsfundamentals.com/blog/aws-s3-rm-removing-files: content_hash: d270c4a14fc31c0bb5dcc4169507d74649c12491077935c5e5a4244e5f9d5b52 health_score: 100.0 @@ -16803,6 +17758,7 @@ https://awsfundamentals.com/blog/aws-s3-rm-removing-files: - docs/aws-tools-scripts.md v2_locations: - aws-tools-scripts.md + addition_method: manual https://awsfundamentals.com/blog/aws-s3-sync: ai_summary: A detailed, high-density guide on utilizing the aws s3 sync CLI command. Includes performance tuning parameters like concurrency configs, exclusion patterns, @@ -16825,6 +17781,7 @@ https://awsfundamentals.com/blog/aws-s3-sync: - aws-tools-scripts.md - aws-storage.md year: '2023' + addition_method: manual https://awsfundamentals.com/blog/using-s3-with-terraform: content_hash: 743a40c35aca4004d33506492b9a6167f6525ed27448998fd06a7db39f77f970 health_score: 100.0 @@ -16837,6 +17794,7 @@ https://awsfundamentals.com/blog/using-s3-with-terraform: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://awstip.com: content_hash: N/A description: '' @@ -16851,6 +17809,7 @@ https://awstip.com: v2_locations: - aws.md year: N/A + addition_method: manual https://awstip.com/amazon-elastic-kubernetes-service-amazon-eks-the-only-resource-hub-you-ever-need-3b802687df36: content_hash: N/A description: '' @@ -16866,6 +17825,7 @@ https://awstip.com/amazon-elastic-kubernetes-service-amazon-eks-the-only-resourc v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://awstip.com/deploying-azure-infrastructure-with-terraform-e34046c65d0f: content_hash: N/A description: '' @@ -16880,6 +17840,7 @@ https://awstip.com/deploying-azure-infrastructure-with-terraform-e34046c65d0f: v2_locations: - terraform.md year: N/A + addition_method: manual https://awstip.com/essential-plugins-for-kubectl-cli-e35cbc99037b: content_hash: N/A description: '' @@ -16894,6 +17855,7 @@ https://awstip.com/essential-plugins-for-kubectl-cli-e35cbc99037b: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://awstip.com/how-to-list-all-resources-in-your-aws-account-c3f18061f71b: content_hash: N/A description: '' @@ -16908,6 +17870,7 @@ https://awstip.com/how-to-list-all-resources-in-your-aws-account-c3f18061f71b: v2_locations: - aws.md year: N/A + addition_method: manual https://awstip.com/increase-security-and-efficiency-with-a-3-tier-cloud-architecture-bf5e835cd55a: content_hash: N/A description: '' @@ -16922,6 +17885,7 @@ https://awstip.com/increase-security-and-efficiency-with-a-3-tier-cloud-architec v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://awstip.com/kubernetes-chaos-monkey-a-scheduled-random-pod-deletion-python-script-for-testing-cluster-6eac429554b2: content_hash: N/A description: '' @@ -16937,6 +17901,7 @@ https://awstip.com/kubernetes-chaos-monkey-a-scheduled-random-pod-deletion-pytho v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://awstip.com/kubernetes-creating-deployments-via-command-line-and-with-yaml-files-783eaad7b3be: content_hash: N/A description: '' @@ -16952,6 +17917,7 @@ https://awstip.com/kubernetes-creating-deployments-via-command-line-and-with-yam v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://awstip.com/kubernetes-hpa-8b7cf54f115: content_hash: N/A description: '' @@ -16966,6 +17932,7 @@ https://awstip.com/kubernetes-hpa-8b7cf54f115: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://awstip.com/manage-aws-services-directly-from-kubernetes-%EF%B8%8F-6c94e376febb: content_hash: N/A description: '' @@ -16981,6 +17948,7 @@ https://awstip.com/manage-aws-services-directly-from-kubernetes-%EF%B8%8F-6c94e3 v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual ? https://awstip.com/monitoring-your-eks-cluster-with-the-power-of-prometheus-and-grafana-through-helm-%EF%B8%8F-1e8dc1ad5620 : content_hash: N/A description: '' @@ -16996,6 +17964,7 @@ https://awstip.com/manage-aws-services-directly-from-kubernetes-%EF%B8%8F-6c94e3 v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://awstip.com/per-pod-pids-limit-on-eks-fe320638c7e9: content_hash: N/A description: '' @@ -17010,6 +17979,7 @@ https://awstip.com/per-pod-pids-limit-on-eks-fe320638c7e9: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://awstip.com/refactor-terraform-code-with-moved-blocks-a-new-way-without-manually-modifying-the-state-5ed1d80ed53e: content_hash: N/A description: '' @@ -17025,6 +17995,7 @@ https://awstip.com/refactor-terraform-code-with-moved-blocks-a-new-way-without-m v2_locations: - terraform.md year: N/A + addition_method: manual https://awstip.com/setting-up-aws-vpc-endpoint-connection-d4294d0c2204: content_hash: N/A description: '' @@ -17039,6 +18010,7 @@ https://awstip.com/setting-up-aws-vpc-endpoint-connection-d4294d0c2204: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://awstip.com/streamlining-aws-eks-cluster-volume-management-with-helm-and-terraform-ebs-csi-driver-78e1d51532ee: content_hash: N/A description: '' @@ -17054,6 +18026,7 @@ https://awstip.com/streamlining-aws-eks-cluster-volume-management-with-helm-and- v2_locations: - terraform.md year: N/A + addition_method: manual https://awstip.com/this-code-works-autoscaling-an-amazon-eks-cluster-with-karpenter-part-1-3-40c7bed26cfd: content_hash: N/A description: '' @@ -17069,6 +18042,7 @@ https://awstip.com/this-code-works-autoscaling-an-amazon-eks-cluster-with-karpen v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://awstip.com/uploading-files-to-s3-through-api-gateway-7bb78c0d0483: content_hash: N/A description: '' @@ -17083,6 +18057,7 @@ https://awstip.com/uploading-files-to-s3-through-api-gateway-7bb78c0d0483: v2_locations: - aws-storage.md year: N/A + addition_method: manual ? https://awstip.com/working-the-amazon-eks-immersion-workshop-chapter-1-deploying-a-microservices-application-in-a-9acae5df2f01 : content_hash: N/A description: '' @@ -17098,6 +18073,7 @@ https://awstip.com/uploading-files-to-s3-through-api-gateway-7bb78c0d0483: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://awstrainingwithjagan.com/infrastructure-as-code-tool-comparison: content_hash: N/A description: '' @@ -17114,6 +18090,7 @@ https://awstrainingwithjagan.com/infrastructure-as-code-tool-comparison: v2_locations: - iac.md year: N/A + addition_method: manual https://axway.com/digitize: content_hash: N/A description: '' @@ -17128,6 +18105,7 @@ https://axway.com/digitize: v2_locations: - developerportals.md year: N/A + addition_method: manual https://aymen-abdelwahed.medium.com/k8s-operators-cis-benchmarks-8d7915d5cb2d: content_hash: N/A description: '' @@ -17142,6 +18120,7 @@ https://aymen-abdelwahed.medium.com/k8s-operators-cis-benchmarks-8d7915d5cb2d: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://aymen-segni.com/index.php/2020/07/22/deploying-your-serverless-services-on-kubernetes-using-knative: content_hash: a9b0c259e5aa41faffbc856cb00f29f24c329429183f192691c631a5c7a9574d description: '' @@ -17158,6 +18137,7 @@ https://aymen-segni.com/index.php/2020/07/22/deploying-your-serverless-services- v2_locations: - demos.md year: N/A + addition_method: manual https://aytartana.wordpress.com/2020/08/26/migrating-springboot-petclinic-rest-to-quarkus: content_hash: e09335b25974193e96967c209b30dbad4c9628a9475372d5d9e12536d4a4f3e2 description: '' @@ -17174,6 +18154,7 @@ https://aytartana.wordpress.com/2020/08/26/migrating-springboot-petclinic-rest-t v2_locations: - demos.md year: N/A + addition_method: manual https://azapril.dev/2021/04/12/deploying-a-logicapp-with-terraform: content_hash: c7c64a7b790756336b4a1fc75fd769248fec53613c326bc60faacaf3216a1e74 description: '' @@ -17190,6 +18171,7 @@ https://azapril.dev/2021/04/12/deploying-a-logicapp-with-terraform: v2_locations: - demos.md year: N/A + addition_method: manual https://azeynalli1990.medium.com/15-best-practices-when-working-with-docker-720d2d8de202: content_hash: N/A description: '' @@ -17204,6 +18186,7 @@ https://azeynalli1990.medium.com/15-best-practices-when-working-with-docker-720d v2_locations: - docker.md year: N/A + addition_method: manual https://azure-samples.github.io/aks-labs/docs/intro: ai_summary: Microsoft's structured laboratory ecosystem designed to onboard engineers to Azure Kubernetes Service (AKS). The content delivers a reliable, production-aligned @@ -17237,6 +18220,7 @@ https://azure-samples.github.io/aks-labs/docs/intro: - azure.md - kubernetes-tutorials.md year: N/A + addition_method: manual https://azure.github.io/AKS-Construction: ai_summary: An interactive, wizard-based configuration tool hosted by the Microsoft Azure team to dynamically generate ARM/Bicep or Terraform files for building production-ready @@ -17267,6 +18251,7 @@ https://azure.github.io/AKS-Construction: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://azure.github.io/AppService/2024/01/05/Diagnose-Tools-for-NodeJs-Linux-apps.html: content_hash: 4f4421872e0132e7b4b0f12d2c9dc0585da6027b8762a40c8c8c63b3ffec199b description: '' @@ -17284,6 +18269,7 @@ https://azure.github.io/AppService/2024/01/05/Diagnose-Tools-for-NodeJs-Linux-ap v2_locations: - azure.md year: N/A + addition_method: manual https://azure.github.io/Azure-Landing-Zones: content_hash: e8d6a942058f4867dd2afbffa6de80507dc0d99e6acd5d434fb7c7d23fdee787 description: '' @@ -17304,6 +18290,7 @@ https://azure.github.io/Azure-Landing-Zones: - azure.md - iac.md year: N/A + addition_method: manual https://azure.github.io/Azure-Landing-Zones/accelerator: content_hash: 0b64b8bc1cdf40df6f87b4023024e72c50c1ca760482b3c4124886543993e97d description: '' @@ -17328,6 +18315,7 @@ https://azure.github.io/Azure-Landing-Zones/accelerator: - cicd.md - iac.md year: N/A + addition_method: manual https://azure.github.io/Azure-Landing-Zones/accelerator/accelerator-release-notes: content_hash: cdd2f824bef624aec0a64f356e03559df74b900b877a834989e8ff8e35ea904f description: '' @@ -17347,6 +18335,7 @@ https://azure.github.io/Azure-Landing-Zones/accelerator/accelerator-release-note - iac.md - terraform.md year: N/A + addition_method: manual https://azure.github.io/Azure-Proactive-Resiliency-Library: content_hash: 2e1fd17d79d7a9e63561f112904e9bcc6b4d8278f980a898d2691922bf130df1 description: '' @@ -17363,6 +18352,7 @@ https://azure.github.io/Azure-Proactive-Resiliency-Library: v2_locations: - azure.md year: N/A + addition_method: manual https://azure.github.io/Azure-Verified-Modules: content_hash: d8aff5dce41e22cbbed8be45dff173efcac871f0964abdd2230a460250612490 description: '' @@ -17379,6 +18369,7 @@ https://azure.github.io/Azure-Verified-Modules: v2_locations: - azure.md year: N/A + addition_method: manual https://azure.github.io/enterprise-azure-policy-as-code: content_hash: ff1d93d94b7417a86e09514fc3044a6a37b7efb6cd0480ded3f59abb45e470b4 description: '' @@ -17396,6 +18387,7 @@ https://azure.github.io/enterprise-azure-policy-as-code: v2_locations: - azure.md year: N/A + addition_method: manual https://azure.github.io/secrets-store-csi-driver-provider-azure: ai_summary: Integrates Azure Key Vault instances with AKS/Kubernetes via the standardized CSI Secrets Store Driver. Supports secure mounting, syncing as native K8s secrets, @@ -17423,6 +18415,7 @@ https://azure.github.io/secrets-store-csi-driver-provider-azure: v2_locations: - devsecops.md year: N/A + addition_method: manual https://azure.microsoft.com: content_hash: 8ce8c157368ff5fb4540f013176fa990d07585e19168578e344a1309247ff22b description: '' @@ -17434,6 +18427,7 @@ https://azure.microsoft.com: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-gb/blog/microsoft-azure-load-testing-is-now-generally-available: content_hash: 353580e39275a63fb18ac5c904ddd7671ca6cb09e0caaeb9aa5f0cbc143cc8c0 description: '' @@ -17445,6 +18439,7 @@ https://azure.microsoft.com/en-gb/blog/microsoft-azure-load-testing-is-now-gener v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-gb/products/load-testing: content_hash: 28eade29090d807206b2877d76001fa9df985b743c187090ca798c990b13b582 description: '' @@ -17456,6 +18451,7 @@ https://azure.microsoft.com/en-gb/products/load-testing: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-gb/updates/general-availability-azure-bastion-native-client-support: content_hash: 2823076e1d19d6bf56293ca61900ce61ede07aa5cfa84741fd24ee14c14bf76d description: '' @@ -17468,6 +18464,7 @@ https://azure.microsoft.com/en-gb/updates/general-availability-azure-bastion-nat v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://azure.microsoft.com/en-gb/updates/generally-available-durable-functions-support-of-managed-identity-for-azure-storage : content_hash: c61eeab3654fcbc9dd1699afcc8eb32f0ac9eadd0464560be5e6ed66e244e300 description: '' @@ -17480,6 +18477,7 @@ https://azure.microsoft.com/en-gb/updates/general-availability-azure-bastion-nat v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://azure.microsoft.com/en-in/blog/how-microsoft-azure-crossregion-load-balancer-helps-create-region-redundancy-and-low-latency : content_hash: be6129546bd6f6c3e569ba06b579f2ac4cfa106f3f1e5319386ca7a0b3a11389 description: '' @@ -17492,6 +18490,7 @@ https://azure.microsoft.com/en-gb/updates/general-availability-azure-bastion-nat v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us: content_hash: e766f2647bbcf74d6844a893455f9cbe131d3305e319614d79b3391796503cf9 health_score: 100.0 @@ -17504,6 +18503,7 @@ https://azure.microsoft.com/en-us: - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://azure.microsoft.com/en-us/blog/announcing-the-general-availability-of-azure-cni-overlay-in-azure-kubernetes-service : ai_summary: Introduces the structural architecture of Azure CNI Overlay in AKS. Demonstrates how this overlay network design solves severe IP address exhaustion @@ -17533,6 +18533,7 @@ https://azure.microsoft.com/en-us: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/blog/azure-virtual-wan-introduces-its-first-saas-offering: content_hash: 1433d88ad29680e45a220aeff296a0e5818e5127cbc09b1308c9bfdd66ab6ac9 description: '' @@ -17544,6 +18545,7 @@ https://azure.microsoft.com/en-us/blog/azure-virtual-wan-introduces-its-first-sa v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/blog/choose-the-best-global-distribution-solution-for-your-applications-with-azure: content_hash: 91a7b2f5ef30eb9b74f807321003ebb6b52d2d5f6d1e43695bccfa67a6686e00 description: '' @@ -17556,6 +18558,7 @@ https://azure.microsoft.com/en-us/blog/choose-the-best-global-distribution-solut v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/blog/introducing-azure-load-testing-optimize-app-performance-at-scale: ai_summary: An informative product reveal detailing Azure Load Testing's architecture. Explains how it connects with Azure Monitor to surface service-side bottlenecks @@ -17584,6 +18587,7 @@ https://azure.microsoft.com/en-us/blog/introducing-azure-load-testing-optimize-a v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/blog/openshift-on-azure-the-easiest-fully-managed-openshift-in-the-cloud: content_hash: aafc9ac33d0ea37afdba57b0d0cd61311ee1846fc1bb33d717d5e25a8fd99929 description: '' @@ -17595,6 +18599,7 @@ https://azure.microsoft.com/en-us/blog/openshift-on-azure-the-easiest-fully-mana v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/en-gb/blog/microsoft-azure-load-testing-is-now-generally-available: health_score: 100.0 last_checked: 1779130494.965492 @@ -17604,6 +18609,7 @@ https://azure.microsoft.com/en-us/en-gb/blog/microsoft-azure-load-testing-is-now - docs/azure.md v2_locations: - azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-gb/products/load-testing: health_score: 100.0 last_checked: 1779130494.983468 @@ -17613,11 +18619,13 @@ https://azure.microsoft.com/en-us/en-gb/products/load-testing: - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://azure.microsoft.com/en-us/en-in/blog/how-microsoft-azure-crossregion-load-balancer-helps-create-region-redundancy-and-low-latency : health_score: 100.0 last_checked: 1779130495.025711 v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/blog/azure-virtual-wan-introduces-its-first-saas-offering: health_score: 100.0 last_checked: 1779130495.000091 @@ -17627,6 +18635,7 @@ https://azure.microsoft.com/en-us/en-us/blog/azure-virtual-wan-introduces-its-fi - docs/azure.md v2_locations: - azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/blog/choose-the-best-global-distribution-solution-for-your-applications-with-azure: health_score: 100.0 last_checked: 1779130494.955255 @@ -17636,6 +18645,7 @@ https://azure.microsoft.com/en-us/en-us/blog/choose-the-best-global-distribution - docs/azure.md v2_locations: - azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/explore/global-infrastructure/products-by-region/table: health_score: 100.0 last_checked: 1779130494.980635 @@ -17645,21 +18655,25 @@ https://azure.microsoft.com/en-us/en-us/explore/global-infrastructure/products-b - docs/azure.md v2_locations: - azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/resources/azure-for-architects: health_score: 100.0 last_checked: 1779130494.930166 v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/services/api-management: health_score: 100.0 last_checked: 1779130495.009103 v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/services/container-instances: health_score: 100.0 last_checked: 1779130495.015828 v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/updates: health_score: 100.0 last_checked: 1779130494.97767 @@ -17669,6 +18683,7 @@ https://azure.microsoft.com/en-us/en-us/updates: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/updates/?query=AKS: health_score: 100.0 last_checked: 1779130495.018483 @@ -17678,11 +18693,13 @@ https://azure.microsoft.com/en-us/en-us/updates/?query=AKS: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/updates/general-availability-azure-bastion-native-client-support: health_score: 100.0 last_checked: 1779130494.941341 v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/updates/generally-available-azure-bastion-shareable-links: health_score: 100.0 last_checked: 1779130495.014612 @@ -17692,21 +18709,25 @@ https://azure.microsoft.com/en-us/en-us/updates/generally-available-azure-bastio - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://azure.microsoft.com/en-us/en-us/updates/generally-available-azure-blob-storage-cold-tier-support-on-change-feed-and-object-replication : health_score: 100.0 last_checked: 1779130494.999092 v1_locations: - docs/azure.md + addition_method: manual ? https://azure.microsoft.com/en-us/en-us/updates/generally-available-durable-functions-support-of-managed-identity-for-azure-storage : health_score: 100.0 last_checked: 1779130494.941118 v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/en-us/updates/v2/Azure-Virtual-Network-Manager-topology-view-now-generally-available: health_score: 100.0 last_checked: 1779130495.006022 v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/table: content_hash: 522c1531ccdac656525b03f3cad068029e10365b3bf021ec01b6978ccf89b9d4 description: '' @@ -17727,6 +18748,7 @@ https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-regi - azure.md - networking.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/products/chaos-studio: content_hash: 8314a5213004430ca8dc426f46480d0cba3df8d49943f4fe69b892f233ec834d health_score: 100.0 @@ -17739,6 +18761,7 @@ https://azure.microsoft.com/en-us/products/chaos-studio: - docs/chaos-engineering.md v2_locations: - chaos-engineering.md + addition_method: manual https://azure.microsoft.com/en-us/products/container-apps: last_checked: 1779388611.321149 status: online @@ -17746,6 +18769,7 @@ https://azure.microsoft.com/en-us/products/container-apps: - '[COMMUNITY-TOOL]' v2_locations: - azure.md + addition_method: manual https://azure.microsoft.com/en-us/products/devops: content_hash: c2bf67f5d2c634b802ec70084a678fbcf69dfcba246d364373f0e9dafe1c9769 health_score: 100.0 @@ -17760,6 +18784,7 @@ https://azure.microsoft.com/en-us/products/devops: v2_locations: - jenkins-alternatives.md - devops.md + addition_method: manual https://azure.microsoft.com/en-us/resources/azure-for-architects: content_hash: d6ee70269dcb2914193a55167c2a09f7a1392f69abb5701f311a294fa47635fa description: '' @@ -17771,6 +18796,7 @@ https://azure.microsoft.com/en-us/resources/azure-for-architects: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/resources/templates: content_hash: 8173b40548f195b0d9676b140d0073c39dad8a7bc5fa4ad37fd7f71adc0810a3 description: '' @@ -17782,6 +18808,7 @@ https://azure.microsoft.com/en-us/resources/templates: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/services/api-management: content_hash: a8f612b4541e2fdb70344032748b0cdcde5c27f47ccd1b94542ba7e94327ea5f description: '' @@ -17793,12 +18820,14 @@ https://azure.microsoft.com/en-us/services/api-management: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/services/container-apps: content_hash: d68cdd6462db5bd2144e1bc364ea86a0a3766a167fae9261faf9e2ff9c29d26e health_score: 64.0 last_checked: 1779130494.999218 v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/services/container-instances: content_hash: 6d631bc9abc0cf9d0490cad46b69fa4f685f57b7348e6a42815392b73aefb166 description: '' @@ -17810,6 +18839,7 @@ https://azure.microsoft.com/en-us/services/container-instances: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/services/devops: content_hash: 4eb027814fb8d7174f68e388ab9d1ba73e4dfd9eaada1c2d4076f1ed18dfe2a1 health_score: 64.0 @@ -17822,6 +18852,7 @@ https://azure.microsoft.com/en-us/services/devops: status: review_required v1_locations: - docs/azure.md + addition_method: manual https://azure.microsoft.com/en-us/updates: content_hash: c0d299b90ce1d8fae61f1bb988a1c17001f73a79cdc01d07856079acfe54806a description: '' @@ -17833,6 +18864,7 @@ https://azure.microsoft.com/en-us/updates: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/updates/?query=AKS: ai_summary: Official update tracking feed detailing Azure Kubernetes Service platform improvements, retired APIs, and native feature promotions. Curator insights mark @@ -17864,6 +18896,7 @@ https://azure.microsoft.com/en-us/updates/?query=AKS: - managed-kubernetes-in-public-cloud.md - azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/updates/azure-virtual-network-manager-topology-view-now-generally-available: content_hash: cd2d434082831561bcde20fe7922d38a408f0a0daf7e3044c019bb576eba1941 description: '' @@ -17876,6 +18909,7 @@ https://azure.microsoft.com/en-us/updates/azure-virtual-network-manager-topology v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/updates/generally-available-azure-bastion-shareable-links: content_hash: 349763fbbf24cfba726efb16e2396afabac9a18aaecdeb83507f3dfbd4681276 description: '' @@ -17887,6 +18921,7 @@ https://azure.microsoft.com/en-us/updates/generally-available-azure-bastion-shar v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://azure.microsoft.com/en-us/updates/generally-available-azure-blob-storage-cold-tier-support-on-change-feed-and-object-replication : content_hash: 54e5a5ada010e6f05df7e9e8126be708bd485bc2cc7137dc0c97f9ead497a79d description: '' @@ -17899,6 +18934,7 @@ https://azure.microsoft.com/en-us/updates/generally-available-azure-bastion-shar v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/updates/private-preview-aks-backup: content_hash: 788a8d952656e5496bf5d13320f626d7ca7752ce33ef2446975684630234583b description: '' @@ -17916,6 +18952,7 @@ https://azure.microsoft.com/en-us/updates/private-preview-aks-backup: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://azure.microsoft.com/en-us/updates/sftp-support-for-azure-blob-storage-now-generally-available: content_hash: 43788bbb19bdc3d0e0e1a644aad064e0c615697eff80db65c668cad3966da0ba description: '' @@ -17932,6 +18969,7 @@ https://azure.microsoft.com/en-us/updates/sftp-support-for-azure-blob-storage-no v2_locations: - azure.md year: N/A + addition_method: manual https://azure.microsoft.com/es-es/pricing/details/kubernetes-service: content_hash: d8ad747898a2d9886cba439592494b5872aed4b5c61ff8e95bc932fa7075bb7c description: '' @@ -17948,6 +18986,7 @@ https://azure.microsoft.com/es-es/pricing/details/kubernetes-service: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://azure.microsoft.com/services/chaos-studio: content_hash: 67871824337f3c8cf237064990fc07d9a0ff7d444b59565748377de97a1bdd50 description: '' @@ -17959,6 +18998,7 @@ https://azure.microsoft.com/services/chaos-studio: v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://azure.microsoft.com/services/container-apps: content_hash: 63a918810fe9081bda21710bbb0ac48d023e55606b716269e053924d50e4dd82 description: '' @@ -17970,6 +19010,7 @@ https://azure.microsoft.com/services/container-apps: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azure.microsoft.com/services/devops: content_hash: cab5d76c655c345a99d8bd339c33c9a00b511678e8807fa2e427a012dcdf0e6f description: '' @@ -17983,6 +19024,7 @@ https://azure.microsoft.com/services/devops: - docs/devops.md - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://azurearcjumpstart.io: content_hash: 22a467a8cc968ed9275238d39361d427819bc71676e9b8feb92ba423d1e22ad7 description: '' @@ -17994,6 +19036,7 @@ https://azurearcjumpstart.io: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://azurecharts.com: content_hash: 8ac624b83a3beffb54b9bfecdbee5a782abee306ebd3219debcddbae944af2cd description: '' @@ -18010,6 +19053,7 @@ https://azurecharts.com: v2_locations: - azure.md year: N/A + addition_method: manual https://azurecharts.com/learning: content_hash: b07d78ef01c631998c3c3a2e024a402d919c8df17621bfb32eccf79ece0dd13b description: '' @@ -18026,6 +19070,7 @@ https://azurecharts.com/learning: v2_locations: - azure.md year: N/A + addition_method: manual https://azurecloudai.blog/2019/09/27/deploy-azure-kubernetes-service-aks-to-a-preexisting-vnet: ai_summary: Walkthrough outlining the installation of AKS inside preexisting VNET topologies. Examines subnet sizing requirements, routing controls, and enterprise @@ -18053,6 +19098,7 @@ https://azurecloudai.blog/2019/09/27/deploy-azure-kubernetes-service-aks-to-a-pr v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://azuredevopsdemogenerator.azurewebsites.net: content_hash: N/A description: '' @@ -18067,6 +19113,7 @@ https://azuredevopsdemogenerator.azurewebsites.net: v2_locations: - demos.md year: N/A + addition_method: manual https://azuredevopslabs.com: content_hash: c754c07a95cb1205d0d4762b56c17d44b73ba52f07ecf6af149148addb3af12b description: '' @@ -18083,6 +19130,7 @@ https://azuredevopslabs.com: v2_locations: - git.md year: N/A + addition_method: manual https://azuredevopslabs.com/labs/vstsextend/kubernetes: ai_summary: A guided hands-on lab explaining multi-container deployment pipelines on AKS utilizing Azure DevOps. Details continuous deployment loops, packaging @@ -18113,6 +19161,7 @@ https://azuredevopslabs.com/labs/vstsextend/kubernetes: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://azuremarketplace.microsoft.com/en-us/marketplace/apps/gofireflyltd1705083203658.firefly: content_hash: 7f886c4da30df37de13ca27a46961b2cb11ee0624f278ea4df3a6e78cb62084e description: '' @@ -18128,6 +19177,7 @@ https://azuremarketplace.microsoft.com/en-us/marketplace/apps/gofireflyltd170508 v2_locations: - azure.md year: N/A + addition_method: manual https://azureviking.com/post/terraform-module-azure-dns-private-resolver: content_hash: 65a79b46046db72c89d98e70e93991dde9a0c0969cbf8496b2509a3344e7cd6a health_score: 100.0 @@ -18139,6 +19189,7 @@ https://azureviking.com/post/terraform-module-azure-dns-private-resolver: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://azureviking.com/post/terraform-module-azurerm-alz-subnet: content_hash: 4fd786a2114e54c8cb5455989a557fe34dffc7afbe64c1bb2250e608ce4e654f health_score: 100.0 @@ -18150,6 +19201,7 @@ https://azureviking.com/post/terraform-module-azurerm-alz-subnet: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://azureway.cloud/azure-container-apps-creating-using-terraform-part-1: content_hash: ef4b9f024e2eeebbdf34c696ea3d19cf32a8cbfcd49ae6c6e939b95a9eec7097 health_score: 100.0 @@ -18157,6 +19209,7 @@ https://azureway.cloud/azure-container-apps-creating-using-terraform-part-1: needs_ai_refresh: true v1_locations: - docs/terraform.md + addition_method: manual https://azureway.cloud/azure-container-apps-traffic-splitting-part-4: content_hash: fdf558410487332b90abd7c51698d777788edc16ef106168d480d4297a79028c health_score: 100.0 @@ -18164,6 +19217,7 @@ https://azureway.cloud/azure-container-apps-traffic-splitting-part-4: needs_ai_refresh: true v1_locations: - docs/terraform.md + addition_method: manual https://backstage.io: content_hash: faddd69271fb3e5773f24b4401ad752b6ec464fe13b9a9d218170a284c721bc8 description: '' @@ -18180,6 +19234,7 @@ https://backstage.io: v2_locations: - developerportals.md year: N/A + addition_method: manual https://backup.docs.portworx.com: content_hash: 53e7bacf27df49e27bfde528e3135903962ffdb798c263833d0be1ad94eb410a description: '' @@ -18191,6 +19246,7 @@ https://backup.docs.portworx.com: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://baeke.info/2022/06/02/trying-out-draft-2-on-aks: ai_summary: Evaluates features in Azure Draft v2 on a running AKS instance. Demonstrates bootstrapping manual code, automated configuration outputs, and continuous build @@ -18212,6 +19268,7 @@ https://baeke.info/2022/06/02/trying-out-draft-2-on-aks: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://baeke.info/2022/11/24/aks-workload-identity-revisited: ai_summary: Deep-dive analysis of Azure AD Workload Identity's internal mechanics on AKS. Covers OIDC issuer configurations, federated identity setups, and the @@ -18234,6 +19291,7 @@ https://baeke.info/2022/11/24/aks-workload-identity-revisited: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://bagas-awibowo.medium.com/helm-templating-network-policy-using-helm-783b2f7e401a: content_hash: N/A description: '' @@ -18248,6 +19306,7 @@ https://bagas-awibowo.medium.com/helm-templating-network-policy-using-helm-783b2 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://balajisblog.com/cheatsheet-for-bitbucket-pipelines: content_hash: N/A description: '' @@ -18262,6 +19321,7 @@ https://balajisblog.com/cheatsheet-for-bitbucket-pipelines: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://banksco.de/p/state-of-realtime-web-2016.html: content_hash: 8f157b23cc92bb25e10c07151681864a0210129e688b47c2ba18ba5518354809 description: '' @@ -18278,6 +19338,7 @@ https://banksco.de/p/state-of-realtime-web-2016.html: v2_locations: - api.md year: N/A + addition_method: manual https://banzaicloud.com: content_hash: N/A description: '' @@ -18294,6 +19355,7 @@ https://banzaicloud.com: - managed-kubernetes-in-public-cloud.md - message-queue.md year: N/A + addition_method: manual https://banzaicloud.com/blog/backyards-api-gateway: content_hash: N/A description: '' @@ -18309,6 +19371,7 @@ https://banzaicloud.com/blog/backyards-api-gateway: v2_locations: - istio.md year: N/A + addition_method: manual https://banzaicloud.com/blog/helm3-the-good-the-bad-and-the-ugly: content_hash: N/A description: '' @@ -18323,6 +19386,7 @@ https://banzaicloud.com/blog/helm3-the-good-the-bad-and-the-ugly: v2_locations: - helm.md year: N/A + addition_method: manual https://banzaicloud.com/blog/istio-1.6: content_hash: N/A description: '' @@ -18337,6 +19401,7 @@ https://banzaicloud.com/blog/istio-1.6: v2_locations: - istio.md year: N/A + addition_method: manual https://banzaicloud.com/blog/istio-external-demo: content_hash: N/A description: '' @@ -18351,6 +19416,7 @@ https://banzaicloud.com/blog/istio-external-demo: v2_locations: - istio.md year: N/A + addition_method: manual https://banzaicloud.com/blog/istio-mixerless-telemetry: content_hash: N/A description: '' @@ -18365,6 +19431,7 @@ https://banzaicloud.com/blog/istio-mixerless-telemetry: v2_locations: - istio.md year: N/A + addition_method: manual https://banzaicloud.com/blog/istio-opa: content_hash: N/A description: '' @@ -18379,6 +19446,7 @@ https://banzaicloud.com/blog/istio-opa: v2_locations: - securityascode.md year: N/A + addition_method: manual https://banzaicloud.com/blog/k8s-cluster-autoscaler: content_hash: N/A description: '' @@ -18393,6 +19461,7 @@ https://banzaicloud.com/blog/k8s-cluster-autoscaler: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://banzaicloud.com/blog/k8s-cluster-logging: content_hash: N/A description: '' @@ -18407,6 +19476,7 @@ https://banzaicloud.com/blog/k8s-cluster-logging: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://banzaicloud.com/blog/k8s-sidecars: content_hash: N/A description: '' @@ -18422,6 +19492,7 @@ https://banzaicloud.com/blog/k8s-sidecars: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://banzaicloud.com/blog/kafka-on-etcd: content_hash: N/A description: '' @@ -18436,6 +19507,7 @@ https://banzaicloud.com/blog/kafka-on-etcd: v2_locations: - message-queue.md year: N/A + addition_method: manual https://banzaicloud.com/blog/kafka-on-istio-benefits: content_hash: N/A description: '' @@ -18450,6 +19522,7 @@ https://banzaicloud.com/blog/kafka-on-istio-benefits: v2_locations: - message-queue.md year: N/A + addition_method: manual https://banzaicloud.com/blog/kafka-rolling-upgrade: content_hash: N/A description: '' @@ -18464,6 +19537,7 @@ https://banzaicloud.com/blog/kafka-rolling-upgrade: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://banzaicloud.com/blog/kafka-schemareg: content_hash: N/A description: '' @@ -18478,6 +19552,7 @@ https://banzaicloud.com/blog/kafka-schemareg: v2_locations: - message-queue.md year: N/A + addition_method: manual https://banzaicloud.com/blog/kubernetes-nodepool-upgrades: content_hash: N/A description: '' @@ -18488,6 +19563,7 @@ https://banzaicloud.com/blog/kubernetes-nodepool-upgrades: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://banzaicloud.com/blog/supertubes-focal: content_hash: N/A description: '' @@ -18502,6 +19578,7 @@ https://banzaicloud.com/blog/supertubes-focal: v2_locations: - message-queue.md year: N/A + addition_method: manual https://banzaicloud.com/docs/one-eye/logging-operator/quickstarts/es-nginx: content_hash: N/A description: '' @@ -18516,6 +19593,7 @@ https://banzaicloud.com/docs/one-eye/logging-operator/quickstarts/es-nginx: v2_locations: - monitoring.md year: N/A + addition_method: manual https://bash.cyberciti.biz/guide/Main_Page: content_hash: N/A description: '' @@ -18530,6 +19608,7 @@ https://bash.cyberciti.biz/guide/Main_Page: v2_locations: - linux.md year: N/A + addition_method: manual https://bash.cyberciti.biz/guide/Man_command: content_hash: N/A description: '' @@ -18544,6 +19623,7 @@ https://bash.cyberciti.biz/guide/Man_command: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://baykara.medium.com/a-gentle-inspection-of-oomkilled-in-kubernetes-4b4124cd23a8: content_hash: N/A description: '' @@ -18558,6 +19638,7 @@ https://baykara.medium.com/a-gentle-inspection-of-oomkilled-in-kubernetes-4b4124 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://bea.stollnitz.com/blog/aml-batch-endpoint: content_hash: d031a3d0f3adcb50a369ef2daf7cb64fc36934b1cb475770618369ea6808b2f6 description: '' @@ -18574,6 +19655,7 @@ https://bea.stollnitz.com/blog/aml-batch-endpoint: v2_locations: - mlops.md year: N/A + addition_method: manual https://beam.apache.org: content_hash: 48530b322b79aaf38516fe082093a9cc89cef993adcf8b51db9d9fdf36da0519 description: '' @@ -18590,6 +19672,7 @@ https://beam.apache.org: v2_locations: - monitoring.md year: N/A + addition_method: manual https://beellz.hashnode.dev/continuous-profiling-in-kubernetes-using-pyroscope: content_hash: N/A description: '' @@ -18604,6 +19687,7 @@ https://beellz.hashnode.dev/continuous-profiling-in-kubernetes-using-pyroscope: v2_locations: - qa.md year: N/A + addition_method: manual ? https://ben11kehoe.medium.com/never-put-aws-temporary-credentials-in-env-vars-or-credentials-files-theres-a-better-way-25ec45b4d73e : content_hash: N/A description: '' @@ -18619,6 +19703,7 @@ https://beellz.hashnode.dev/continuous-profiling-in-kubernetes-using-pyroscope: v2_locations: - aws.md year: N/A + addition_method: manual https://ben11kehoe.medium.com/principals-in-aws-iam-38c4a3dc322a: content_hash: N/A description: '' @@ -18634,6 +19719,7 @@ https://ben11kehoe.medium.com/principals-in-aws-iam-38c4a3dc322a: v2_locations: - aws-security.md year: N/A + addition_method: manual https://bespoyasov.me/blog/clean-architecture-on-frontend: ai_summary: An exceptional breakdown demonstrating the application of Clean Architecture principles to frontend systems. Illustrates isolation of business logic from UI @@ -18658,6 +19744,7 @@ https://bespoyasov.me/blog/clean-architecture-on-frontend: - javascript.md - aws-architecture.md year: '2021' + addition_method: manual https://betanews.com/2022/01/26/overcoming-observability-challenges: content_hash: N/A description: '' @@ -18672,6 +19759,7 @@ https://betanews.com/2022/01/26/overcoming-observability-challenges: v2_locations: - cicd.md year: N/A + addition_method: manual https://betanews.com/2022/10/22/cloud-security-is-complex-but-most-vulnerabilities-fall-into-three-key-categories: content_hash: N/A description: '' @@ -18687,6 +19775,7 @@ https://betanews.com/2022/10/22/cloud-security-is-complex-but-most-vulnerabiliti v2_locations: - devsecops.md year: N/A + addition_method: manual https://betterhumans.pub/8-communication-hacks-i-use-to-appear-more-senior-as-a-young-employee-9106468bf5aa: content_hash: N/A description: '' @@ -18702,6 +19791,7 @@ https://betterhumans.pub/8-communication-hacks-i-use-to-appear-more-senior-as-a- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/10-antipatterns-for-kubernetes-deployments-e97ce1199f2d: content_hash: N/A description: '' @@ -18716,6 +19806,7 @@ https://betterprogramming.pub/10-antipatterns-for-kubernetes-deployments-e97ce11 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://betterprogramming.pub/10-things-you-might-not-know-about-yaml-b0589da547c: content_hash: N/A description: '' @@ -18730,6 +19821,7 @@ https://betterprogramming.pub/10-things-you-might-not-know-about-yaml-b0589da547 v2_locations: - yaml.md year: N/A + addition_method: manual https://betterprogramming.pub/2-use-cases-of-python-pre-commit-hooks-to-tidy-up-your-git-repositories-8d86c9c4f06b: content_hash: N/A description: '' @@ -18745,6 +19837,7 @@ https://betterprogramming.pub/2-use-cases-of-python-pre-commit-hooks-to-tidy-up- v2_locations: - git.md year: N/A + addition_method: manual https://betterprogramming.pub/3-seemingly-simple-python-features-that-confuse-beginners-313575312dcf: content_hash: N/A description: '' @@ -18759,6 +19852,7 @@ https://betterprogramming.pub/3-seemingly-simple-python-features-that-confuse-be v2_locations: - python.md year: N/A + addition_method: manual https://betterprogramming.pub/4-awesome-browser-apis-you-might-not-be-using-yet-726d3e3237d2: content_hash: N/A description: '' @@ -18773,6 +19867,7 @@ https://betterprogramming.pub/4-awesome-browser-apis-you-might-not-be-using-yet- v2_locations: - api.md year: N/A + addition_method: manual https://betterprogramming.pub/5-simple-tips-for-debugging-docker-containers-271cb3dee77a: content_hash: N/A description: '' @@ -18787,6 +19882,7 @@ https://betterprogramming.pub/5-simple-tips-for-debugging-docker-containers-271c v2_locations: - docker.md year: N/A + addition_method: manual https://betterprogramming.pub/6-metrics-to-watch-for-on-your-k8s-cluster-76d58f08397f: content_hash: N/A description: '' @@ -18801,6 +19897,7 @@ https://betterprogramming.pub/6-metrics-to-watch-for-on-your-k8s-cluster-76d58f0 v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://betterprogramming.pub/6-tips-for-creating-helm-charts-in-kubernetes-applications-452a37446f31: content_hash: N/A description: '' @@ -18815,6 +19912,7 @@ https://betterprogramming.pub/6-tips-for-creating-helm-charts-in-kubernetes-appl v2_locations: - helm.md year: N/A + addition_method: manual https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you-fe63b483d34b: content_hash: N/A description: '' @@ -18830,6 +19928,7 @@ https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you- v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://betterprogramming.pub/8-techniques-to-speed-up-your-database-292754ff7739: content_hash: N/A description: '' @@ -18844,6 +19943,7 @@ https://betterprogramming.pub/8-techniques-to-speed-up-your-database-292754ff773 v2_locations: - databases.md year: N/A + addition_method: manual https://betterprogramming.pub/a-beginners-cheat-sheet-for-docker-f5024fd6c17f: content_hash: N/A description: '' @@ -18858,6 +19958,7 @@ https://betterprogramming.pub/a-beginners-cheat-sheet-for-docker-f5024fd6c17f: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://betterprogramming.pub/a-cloud-migration-questionnaire-for-solution-architects-dec7ffcf063e: content_hash: N/A description: '' @@ -18873,6 +19974,7 @@ https://betterprogramming.pub/a-cloud-migration-questionnaire-for-solution-archi v2_locations: - introduction.md year: N/A + addition_method: manual https://betterprogramming.pub/advanced-features-of-kubernetes-horizontal-pod-autoscaler-536ebd7893ad: content_hash: N/A description: '' @@ -18887,6 +19989,7 @@ https://betterprogramming.pub/advanced-features-of-kubernetes-horizontal-pod-aut v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual ? https://betterprogramming.pub/all-hail-the-monolith-celebrating-the-verbosity-of-the-unified-architecture-in-terraform-81b53e3a03ae : content_hash: N/A description: '' @@ -18902,6 +20005,7 @@ https://betterprogramming.pub/advanced-features-of-kubernetes-horizontal-pod-aut v2_locations: - demos.md year: N/A + addition_method: manual https://betterprogramming.pub/amazon-eks-is-eating-my-ips-e18ea057e045: content_hash: N/A description: '' @@ -18916,6 +20020,7 @@ https://betterprogramming.pub/amazon-eks-is-eating-my-ips-e18ea057e045: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://betterprogramming.pub/applying-devops-to-api-development-for-apiops-21e2e605333e: content_hash: N/A description: '' @@ -18930,6 +20035,7 @@ https://betterprogramming.pub/applying-devops-to-api-development-for-apiops-21e2 v2_locations: - gitops.md year: N/A + addition_method: manual https://betterprogramming.pub/attach-a-visual-debugger-to-ml-training-jobs-on-kubernetes-eb9678389f1f: content_hash: N/A description: '' @@ -18944,6 +20050,7 @@ https://betterprogramming.pub/attach-a-visual-debugger-to-ml-training-jobs-on-ku v2_locations: - mlops.md year: N/A + addition_method: manual https://betterprogramming.pub/automate-and-configure-your-rds-database-with-terraform-898fd4b8990d: content_hash: N/A description: '' @@ -18959,6 +20066,7 @@ https://betterprogramming.pub/automate-and-configure-your-rds-database-with-terr v2_locations: - demos.md year: N/A + addition_method: manual https://betterprogramming.pub/automate-filling-templates-with-python-1ff6c6fd595e: content_hash: N/A description: '' @@ -18973,6 +20081,7 @@ https://betterprogramming.pub/automate-filling-templates-with-python-1ff6c6fd595 v2_locations: - python.md year: N/A + addition_method: manual https://betterprogramming.pub/awesome-kubernetes-command-line-hacks-8bd3604e394f: content_hash: N/A description: '' @@ -18987,6 +20096,7 @@ https://betterprogramming.pub/awesome-kubernetes-command-line-hacks-8bd3604e394f v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://betterprogramming.pub/aws-creating-a-vpc-with-an-auto-scaling-group-using-t2-micro-instances-4ac2c5c7795b: content_hash: N/A description: '' @@ -19002,6 +20112,7 @@ https://betterprogramming.pub/aws-creating-a-vpc-with-an-auto-scaling-group-usin v2_locations: - aws-networking.md year: N/A + addition_method: manual https://betterprogramming.pub/aws-vs-digital-ocean-vs-hetzner-cloud-which-has-the-best-value-for-money-bd9cb3c06dee: content_hash: N/A description: '' @@ -19017,6 +20128,7 @@ https://betterprogramming.pub/aws-vs-digital-ocean-vs-hetzner-cloud-which-has-th v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://betterprogramming.pub/bash-vs-python-vs-javascript-which-is-better-for-automation-92a277ef49e: content_hash: N/A description: '' @@ -19032,6 +20144,7 @@ https://betterprogramming.pub/bash-vs-python-vs-javascript-which-is-better-for-a v2_locations: - linux.md year: N/A + addition_method: manual https://betterprogramming.pub/build-a-cloud-native-multiprocessing-framework-b33cfc2c02b9: content_hash: N/A description: '' @@ -19046,6 +20159,7 @@ https://betterprogramming.pub/build-a-cloud-native-multiprocessing-framework-b33 v2_locations: - demos.md year: N/A + addition_method: manual https://betterprogramming.pub/build-a-kubernetes-operator-in-10-minutes-11eec1492d30: content_hash: N/A description: '' @@ -19060,6 +20174,7 @@ https://betterprogramming.pub/build-a-kubernetes-operator-in-10-minutes-11eec149 v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://betterprogramming.pub/building-a-highly-available-kubernetes-operator-using-golang-fe4a44c395c2: content_hash: N/A description: '' @@ -19075,6 +20190,7 @@ https://betterprogramming.pub/building-a-highly-available-kubernetes-operator-us v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://betterprogramming.pub/building-graphql-server-using-schema-first-approach-in-python-68aeee38bcc3: content_hash: N/A description: '' @@ -19090,6 +20206,7 @@ https://betterprogramming.pub/building-graphql-server-using-schema-first-approac v2_locations: - api.md year: N/A + addition_method: manual https://betterprogramming.pub/chatgpt-and-software-architecture-308b6e0cc25a: content_hash: N/A description: '' @@ -19104,6 +20221,7 @@ https://betterprogramming.pub/chatgpt-and-software-architecture-308b6e0cc25a: v2_locations: - chatgpt.md year: N/A + addition_method: manual https://betterprogramming.pub/cheat-sh-the-ultimate-multi-language-cheat-sheet-8e97c16407aa: content_hash: N/A description: '' @@ -19114,6 +20232,7 @@ https://betterprogramming.pub/cheat-sh-the-ultimate-multi-language-cheat-sheet-8 v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://betterprogramming.pub/clean-up-your-kubernetes-deployments-using-ansible-10a000db313b: content_hash: N/A description: '' @@ -19128,6 +20247,7 @@ https://betterprogramming.pub/clean-up-your-kubernetes-deployments-using-ansible v2_locations: - demos.md year: N/A + addition_method: manual https://betterprogramming.pub/creating-a-human-and-machine-freindly-logging-format-bb6d4bb01dca: content_hash: N/A description: '' @@ -19142,6 +20262,7 @@ https://betterprogramming.pub/creating-a-human-and-machine-freindly-logging-form v2_locations: - monitoring.md year: N/A + addition_method: manual https://betterprogramming.pub/dependency-free-kubernetes-cluster-monitoring-5f7aa2f038d9: content_hash: N/A description: '' @@ -19156,6 +20277,7 @@ https://betterprogramming.pub/dependency-free-kubernetes-cluster-monitoring-5f7a v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://betterprogramming.pub/design-by-contracts-in-terraform-63467a749c1a: content_hash: N/A description: '' @@ -19170,6 +20292,7 @@ https://betterprogramming.pub/design-by-contracts-in-terraform-63467a749c1a: v2_locations: - terraform.md year: N/A + addition_method: manual https://betterprogramming.pub/distributed-tracing-with-opentelemetry-spring-cloud-sleuth-kafka-and-jaeger-939e35f45821: content_hash: N/A description: '' @@ -19181,6 +20304,7 @@ https://betterprogramming.pub/distributed-tracing-with-opentelemetry-spring-clou v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://betterprogramming.pub/do-faster-development-and-testing-on-kubernetes-apps-with-telepresence-b7eac604dca4: content_hash: N/A description: '' @@ -19196,6 +20320,7 @@ https://betterprogramming.pub/do-faster-development-and-testing-on-kubernetes-ap v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://betterprogramming.pub/dockerize-your-django-apps-428189407c69: content_hash: N/A description: '' @@ -19210,6 +20335,7 @@ https://betterprogramming.pub/dockerize-your-django-apps-428189407c69: v2_locations: - python.md year: N/A + addition_method: manual ? https://betterprogramming.pub/domain-partitions-how-to-find-a-healthy-balance-between-microservices-and-monoliths-2cd74206559 : content_hash: N/A description: '' @@ -19225,6 +20351,7 @@ https://betterprogramming.pub/dockerize-your-django-apps-428189407c69: v2_locations: - faq.md year: N/A + addition_method: manual https://betterprogramming.pub/everything-you-need-to-know-about-kafka-a83e2456d14c: content_hash: N/A description: '' @@ -19239,6 +20366,7 @@ https://betterprogramming.pub/everything-you-need-to-know-about-kafka-a83e2456d1 v2_locations: - message-queue.md year: N/A + addition_method: manual https://betterprogramming.pub/exploring-json-json5-and-circular-references-2b5b0c5de532: content_hash: N/A description: '' @@ -19253,6 +20381,7 @@ https://betterprogramming.pub/exploring-json-json5-and-circular-references-2b5b0 v2_locations: - yaml.md year: N/A + addition_method: manual https://betterprogramming.pub/exploring-the-serverless-event-driven-architecture-8d6bda93e823: content_hash: N/A description: '' @@ -19267,6 +20396,7 @@ https://betterprogramming.pub/exploring-the-serverless-event-driven-architecture v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://betterprogramming.pub/four-ways-you-can-experiment-with-sapling-709eec0ffcb1: content_hash: N/A description: '' @@ -19282,6 +20412,7 @@ https://betterprogramming.pub/four-ways-you-can-experiment-with-sapling-709eec0f v2_locations: - git.md year: N/A + addition_method: manual https://betterprogramming.pub/generating-class-diagrams-for-net-core-c4913db9398b: content_hash: N/A description: '' @@ -19296,6 +20427,7 @@ https://betterprogramming.pub/generating-class-diagrams-for-net-core-c4913db9398 v2_locations: - visual-studio.md year: N/A + addition_method: manual https://betterprogramming.pub/getting-started-with-pyvcloud-a-python-library-2e77092ed3ea: content_hash: N/A description: '' @@ -19310,6 +20442,7 @@ https://betterprogramming.pub/getting-started-with-pyvcloud-a-python-library-2e7 v2_locations: - python.md year: N/A + addition_method: manual https://betterprogramming.pub/going-serverless-governance-is-everything-c70589c9cee9: content_hash: N/A description: '' @@ -19324,6 +20457,7 @@ https://betterprogramming.pub/going-serverless-governance-is-everything-c70589c9 v2_locations: - serverless.md year: N/A + addition_method: manual https://betterprogramming.pub/goldilocks-vs-krr-c986dfd7484d: content_hash: N/A description: '' @@ -19338,6 +20472,7 @@ https://betterprogramming.pub/goldilocks-vs-krr-c986dfd7484d: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://betterprogramming.pub/good-leadership-is-about-growth-not-brilliance-af8ca30f1a3a: content_hash: N/A description: '' @@ -19352,6 +20487,7 @@ https://betterprogramming.pub/good-leadership-is-about-growth-not-brilliance-af8 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/how-do-you-grow-as-a-software-engineering-manager-33a05873693: content_hash: N/A description: '' @@ -19366,6 +20502,7 @@ https://betterprogramming.pub/how-do-you-grow-as-a-software-engineering-manager- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/how-gitops-can-help-prevent-security-misconfigurations-8b506dcd89e1: content_hash: N/A description: '' @@ -19380,6 +20517,7 @@ https://betterprogramming.pub/how-gitops-can-help-prevent-security-misconfigurat v2_locations: - gitops.md year: N/A + addition_method: manual https://betterprogramming.pub/how-i-split-a-monolith-into-microservices-without-refactoring-5d76924c34c2: content_hash: N/A description: '' @@ -19395,6 +20533,7 @@ https://betterprogramming.pub/how-i-split-a-monolith-into-microservices-without- v2_locations: - introduction.md year: N/A + addition_method: manual https://betterprogramming.pub/how-solid-remains-solid-software-principles-vs-patterns-c77c623a628b: content_hash: N/A description: '' @@ -19410,6 +20549,7 @@ https://betterprogramming.pub/how-solid-remains-solid-software-principles-vs-pat v2_locations: - devel-sites.md year: N/A + addition_method: manual ? https://betterprogramming.pub/how-to-continuously-test-and-deploy-your-helm-charts-on-kubernetes-clusters-using-kind-d71e3585d2dc : content_hash: N/A description: '' @@ -19425,6 +20565,7 @@ https://betterprogramming.pub/how-solid-remains-solid-software-principles-vs-pat v2_locations: - helm.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-create-a-noops-deployment-with-github-actions-kubernetes-and-shipa-18aab208fe7a: content_hash: N/A description: '' @@ -19440,6 +20581,7 @@ https://betterprogramming.pub/how-to-create-a-noops-deployment-with-github-actio v2_locations: - demos.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-deprecate-apis-the-right-way-371c1cbf1723: content_hash: N/A description: '' @@ -19454,6 +20596,7 @@ https://betterprogramming.pub/how-to-deprecate-apis-the-right-way-371c1cbf1723: v2_locations: - api.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-filter-the-git-logs-2dcebf3d12: content_hash: N/A description: '' @@ -19468,6 +20611,7 @@ https://betterprogramming.pub/how-to-filter-the-git-logs-2dcebf3d12: v2_locations: - git.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-handle-duplicate-messages-and-message-ordering-in-kafka-82e2fef82025: content_hash: N/A description: '' @@ -19483,6 +20627,7 @@ https://betterprogramming.pub/how-to-handle-duplicate-messages-and-message-order v2_locations: - message-queue.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-implement-your-distributed-filesystem-with-glusterfs-and-kubernetes-83ee7f5f834f: content_hash: N/A description: '' @@ -19498,6 +20643,7 @@ https://betterprogramming.pub/how-to-implement-your-distributed-filesystem-with- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-make-json-and-python-talk-to-each-other-41531d58e59d: content_hash: N/A description: '' @@ -19512,6 +20658,7 @@ https://betterprogramming.pub/how-to-make-json-and-python-talk-to-each-other-415 v2_locations: - yaml.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-migrate-from-docker-compose-to-kubernetes-b57eb229beb2: content_hash: N/A description: '' @@ -19526,6 +20673,7 @@ https://betterprogramming.pub/how-to-migrate-from-docker-compose-to-kubernetes-b v2_locations: - kubernetes.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-refactor-a-codebase-982772695078: content_hash: N/A description: '' @@ -19540,6 +20688,7 @@ https://betterprogramming.pub/how-to-refactor-a-codebase-982772695078: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-speed-up-your-progress-with-feedback-1f41872b290a: content_hash: N/A description: '' @@ -19554,6 +20703,7 @@ https://betterprogramming.pub/how-to-speed-up-your-progress-with-feedback-1f4187 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-transform-a-monolith-application-into-a-microservices-architecture-1e00363a03ba: content_hash: N/A description: '' @@ -19569,6 +20719,7 @@ https://betterprogramming.pub/how-to-transform-a-monolith-application-into-a-mic v2_locations: - introduction.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-update-your-github-repository-in-visual-studio-code-7bb9e8549cea: content_hash: N/A description: '' @@ -19584,6 +20735,7 @@ https://betterprogramming.pub/how-to-update-your-github-repository-in-visual-stu v2_locations: - visual-studio.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-use-pandas-to-consume-data-and-perform-data-analysis-76e000ad5480: content_hash: N/A description: '' @@ -19599,6 +20751,7 @@ https://betterprogramming.pub/how-to-use-pandas-to-consume-data-and-perform-data v2_locations: - python.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-use-server-side-apply-in-k8s-operators-5cbff023183c: content_hash: N/A description: '' @@ -19613,6 +20766,7 @@ https://betterprogramming.pub/how-to-use-server-side-apply-in-k8s-operators-5cbf v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://betterprogramming.pub/how-to-use-tmuxp-to-manage-your-tmux-session-614b6d42d6b6: content_hash: N/A description: '' @@ -19627,6 +20781,7 @@ https://betterprogramming.pub/how-to-use-tmuxp-to-manage-your-tmux-session-614b6 v2_locations: - linux.md year: N/A + addition_method: manual https://betterprogramming.pub/improve-cluster-monitoring-with-network-mapping-in-grafana-fa8bb479fd47: content_hash: N/A description: '' @@ -19642,6 +20797,7 @@ https://betterprogramming.pub/improve-cluster-monitoring-with-network-mapping-in v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://betterprogramming.pub/introduction-to-aws-websockets-8b336a92c379: content_hash: N/A health_score: 100.0 @@ -19649,6 +20805,7 @@ https://betterprogramming.pub/introduction-to-aws-websockets-8b336a92c379: v1_locations: - docs/api.md - docs/aws-serverless.md + addition_method: manual https://betterprogramming.pub/k8s-network-policy-made-simple-with-cilium-editor-a5b55781291c: content_hash: N/A description: '' @@ -19664,6 +20821,7 @@ https://betterprogramming.pub/k8s-network-policy-made-simple-with-cilium-editor- v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://betterprogramming.pub/kafka-cli-commands-1a135a4ae1bd: content_hash: N/A description: '' @@ -19678,6 +20836,7 @@ https://betterprogramming.pub/kafka-cli-commands-1a135a4ae1bd: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://betterprogramming.pub/kubectl-commands-all-beginners-must-know-e504349fcec9: content_hash: N/A description: '' @@ -19692,6 +20851,7 @@ https://betterprogramming.pub/kubectl-commands-all-beginners-must-know-e504349fc v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://betterprogramming.pub/kubernetes-and-ssl-certificate-management-5f6a4b6f5ae9: content_hash: N/A description: '' @@ -19706,6 +20866,7 @@ https://betterprogramming.pub/kubernetes-and-ssl-certificate-management-5f6a4b6f v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://betterprogramming.pub/kubernetes-authentication-sidecars-a-revelation-in-microservice-architecture-12c4608189ab: content_hash: N/A description: '' @@ -19721,6 +20882,7 @@ https://betterprogramming.pub/kubernetes-authentication-sidecars-a-revelation-in v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://betterprogramming.pub/kubernetes-observability-part-1-events-logs-integration-with-slack-openai-and-grafana-62068cf43ec : content_hash: N/A description: '' @@ -19736,6 +20898,7 @@ https://betterprogramming.pub/kubernetes-authentication-sidecars-a-revelation-in v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://betterprogramming.pub/kubernetes-security-with-falco-2eb060d3ae7d: content_hash: N/A description: '' @@ -19750,6 +20913,7 @@ https://betterprogramming.pub/kubernetes-security-with-falco-2eb060d3ae7d: v2_locations: - devsecops.md year: N/A + addition_method: manual https://betterprogramming.pub/kubernetes-service-types-3c4a3088a5c: content_hash: N/A description: '' @@ -19764,6 +20928,7 @@ https://betterprogramming.pub/kubernetes-service-types-3c4a3088a5c: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://betterprogramming.pub/lambda-vs-step-functions-the-battle-of-cost-and-performance-5f008045e2ab: content_hash: N/A description: '' @@ -19781,6 +20946,7 @@ https://betterprogramming.pub/lambda-vs-step-functions-the-battle-of-cost-and-pe - api.md - aws-serverless.md year: N/A + addition_method: manual https://betterprogramming.pub/learn-solid-design-principles-in-java-by-coding-it-dcbf64a17b53: content_hash: N/A description: '' @@ -19795,6 +20961,7 @@ https://betterprogramming.pub/learn-solid-design-principles-in-java-by-coding-it v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://betterprogramming.pub/learn-to-code-remotely-with-vs-code-and-ssh-68c630759279: content_hash: N/A description: '' @@ -19809,6 +20976,7 @@ https://betterprogramming.pub/learn-to-code-remotely-with-vs-code-and-ssh-68c630 v2_locations: - visual-studio.md year: N/A + addition_method: manual https://betterprogramming.pub/learning-python-with-program-templates-the-input-one-process-one-template-d7ed5156d3fc: content_hash: N/A description: '' @@ -19824,6 +20992,7 @@ https://betterprogramming.pub/learning-python-with-program-templates-the-input-o v2_locations: - python.md year: N/A + addition_method: manual https://betterprogramming.pub/leave-aside-git-checkout-consider-git-switch-for-a-change-7849df8714b0: content_hash: N/A description: '' @@ -19839,6 +21008,7 @@ https://betterprogramming.pub/leave-aside-git-checkout-consider-git-switch-for-a v2_locations: - git.md year: N/A + addition_method: manual https://betterprogramming.pub/mongodb-schema-validation-rules-8a1afc6ea67b: content_hash: N/A description: '' @@ -19853,6 +21023,7 @@ https://betterprogramming.pub/mongodb-schema-validation-rules-8a1afc6ea67b: v2_locations: - nosql.md year: N/A + addition_method: manual https://betterprogramming.pub/monitoring-kafkaapplications-implementing-healthchecks-and-tracking-lag-3976cc6f00d5: content_hash: N/A description: '' @@ -19868,6 +21039,7 @@ https://betterprogramming.pub/monitoring-kafkaapplications-implementing-healthch v2_locations: - message-queue.md year: N/A + addition_method: manual https://betterprogramming.pub/multi-tenancy-support-with-spring-boot-liquibase-and-postgresql-d41942dc0639: content_hash: N/A description: '' @@ -19883,6 +21055,7 @@ https://betterprogramming.pub/multi-tenancy-support-with-spring-boot-liquibase-a v2_locations: - databases.md year: N/A + addition_method: manual https://betterprogramming.pub/my-first-microservice-using-golang-c5cf69f1376d: content_hash: N/A description: '' @@ -19897,6 +21070,7 @@ https://betterprogramming.pub/my-first-microservice-using-golang-c5cf69f1376d: v2_locations: - golang.md year: N/A + addition_method: manual https://betterprogramming.pub/my-top-7-most-underrated-intellij-idea-features-572b0b706bd6: content_hash: N/A description: '' @@ -19911,6 +21085,7 @@ https://betterprogramming.pub/my-top-7-most-underrated-intellij-idea-features-57 v2_locations: - visual-studio.md year: N/A + addition_method: manual https://betterprogramming.pub/my-yq-cheatsheet-34f2b672ee58: content_hash: N/A description: '' @@ -19921,6 +21096,7 @@ https://betterprogramming.pub/my-yq-cheatsheet-34f2b672ee58: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://betterprogramming.pub/pandas-illustrated-the-definitive-visual-guide-to-pandas-c31fa921a43: content_hash: N/A description: '' @@ -19936,6 +21112,7 @@ https://betterprogramming.pub/pandas-illustrated-the-definitive-visual-guide-to- v2_locations: - python.md year: N/A + addition_method: manual https://betterprogramming.pub/python-fastapi-kubernetes-gcp-296e0dc3abb6: content_hash: N/A description: '' @@ -19950,6 +21127,7 @@ https://betterprogramming.pub/python-fastapi-kubernetes-gcp-296e0dc3abb6: v2_locations: - demos.md year: N/A + addition_method: manual https://betterprogramming.pub/python-list-comprehensions-are-more-powerful-than-you-might-think-3363a90e5bb0: content_hash: N/A description: '' @@ -19965,6 +21143,7 @@ https://betterprogramming.pub/python-list-comprehensions-are-more-powerful-than- v2_locations: - python.md year: N/A + addition_method: manual https://betterprogramming.pub/quit-unit-testing-classes-and-use-a-behavior-oriented-approach-306a667f9a31: content_hash: N/A description: '' @@ -19980,6 +21159,7 @@ https://betterprogramming.pub/quit-unit-testing-classes-and-use-a-behavior-orien v2_locations: - qa.md year: N/A + addition_method: manual https://betterprogramming.pub/recovering-from-common-git-errors-eccda7ec6180: content_hash: N/A description: '' @@ -19994,6 +21174,7 @@ https://betterprogramming.pub/recovering-from-common-git-errors-eccda7ec6180: v2_locations: - git.md year: N/A + addition_method: manual https://betterprogramming.pub/reusable-ec2-instances-using-terraform-modules-59aac51f1fb: content_hash: N/A description: '' @@ -20008,6 +21189,7 @@ https://betterprogramming.pub/reusable-ec2-instances-using-terraform-modules-59a v2_locations: - terraform.md year: N/A + addition_method: manual ? https://betterprogramming.pub/running-airflow-using-kubernetes-executor-and-kubernetes-pod-operator-with-istio-d5aa7af16ef5 : content_hash: N/A description: '' @@ -20023,6 +21205,7 @@ https://betterprogramming.pub/reusable-ec2-instances-using-terraform-modules-59a v2_locations: - message-queue.md year: N/A + addition_method: manual https://betterprogramming.pub/secure-your-kubernetes-cluster-with-seccomp-9403ecf831b2: content_hash: N/A description: '' @@ -20037,6 +21220,7 @@ https://betterprogramming.pub/secure-your-kubernetes-cluster-with-seccomp-9403ec v2_locations: - devsecops.md year: N/A + addition_method: manual https://betterprogramming.pub/set-up-microservice-on-kubernetes-write-config-file-8df7c2b07a4c: content_hash: N/A description: '' @@ -20052,6 +21236,7 @@ https://betterprogramming.pub/set-up-microservice-on-kubernetes-write-config-fil v2_locations: - kubernetes.md year: N/A + addition_method: manual https://betterprogramming.pub/solutions-architect-tips-the-5-types-of-architecture-diagrams-eb0c11996f9e: content_hash: N/A description: '' @@ -20067,6 +21252,7 @@ https://betterprogramming.pub/solutions-architect-tips-the-5-types-of-architectu v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://betterprogramming.pub/sprint-planning-best-practices-1aad4103f6cb: content_hash: N/A description: '' @@ -20081,11 +21267,13 @@ https://betterprogramming.pub/sprint-planning-best-practices-1aad4103f6cb: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/stack-overflow-2022-developer-survey-where-is-the-industry-heading-3cd4a0cd41f3: content_hash: N/A health_score: 100.0 last_checked: 1779033050.705999 v1_locations: [] + addition_method: manual https://betterprogramming.pub/stop-hiring-software-engineers-8545520437ac: content_hash: N/A description: '' @@ -20100,6 +21288,7 @@ https://betterprogramming.pub/stop-hiring-software-engineers-8545520437ac: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/team-topologies-a-new-way-of-thinking-about-teams-8f4853038509: content_hash: N/A description: '' @@ -20114,6 +21303,7 @@ https://betterprogramming.pub/team-topologies-a-new-way-of-thinking-about-teams- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/techniques-for-managing-your-time-and-cognitive-load-as-a-senior-leader-2b9eadb0daa4: content_hash: N/A description: '' @@ -20129,6 +21319,7 @@ https://betterprogramming.pub/techniques-for-managing-your-time-and-cognitive-lo v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/terraform-setup-for-using-aws-lambda-with-s3-2b8ba286b6d7: content_hash: N/A description: '' @@ -20143,6 +21334,7 @@ https://betterprogramming.pub/terraform-setup-for-using-aws-lambda-with-s3-2b8ba v2_locations: - terraform.md year: N/A + addition_method: manual https://betterprogramming.pub/the-5-step-checklist-for-serverless-load-testing-346f4a60841d: content_hash: N/A description: '' @@ -20157,6 +21349,7 @@ https://betterprogramming.pub/the-5-step-checklist-for-serverless-load-testing-3 v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://betterprogramming.pub/the-best-vs-code-extensions-to-supercharge-your-git-5d5ab3f64f64: content_hash: N/A description: '' @@ -20171,6 +21364,7 @@ https://betterprogramming.pub/the-best-vs-code-extensions-to-supercharge-your-gi v2_locations: - visual-studio.md year: N/A + addition_method: manual https://betterprogramming.pub/the-perfect-message-queue-solution-based-on-the-redis-stream-type-ccf273554178: content_hash: N/A description: '' @@ -20186,6 +21380,7 @@ https://betterprogramming.pub/the-perfect-message-queue-solution-based-on-the-re v2_locations: - message-queue.md year: N/A + addition_method: manual https://betterprogramming.pub/the-pros-and-cons-monorepos-explained-f86c998392e1: content_hash: N/A description: '' @@ -20200,6 +21395,7 @@ https://betterprogramming.pub/the-pros-and-cons-monorepos-explained-f86c998392e1 v2_locations: - git.md year: N/A + addition_method: manual https://betterprogramming.pub/the-underestimated-importance-of-clear-code-ownership-baed758e47b8: content_hash: N/A description: '' @@ -20214,6 +21410,7 @@ https://betterprogramming.pub/the-underestimated-importance-of-clear-code-owners v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://betterprogramming.pub/this-is-why-you-should-use-tortoise-orm-in-your-python-projects-a3897dc5309e: content_hash: N/A description: '' @@ -20229,6 +21426,7 @@ https://betterprogramming.pub/this-is-why-you-should-use-tortoise-orm-in-your-py v2_locations: - python.md year: N/A + addition_method: manual https://betterprogramming.pub/understanding-kubernetes-multi-container-pod-patterns-577f74690aee: content_hash: N/A description: '' @@ -20243,6 +21441,7 @@ https://betterprogramming.pub/understanding-kubernetes-multi-container-pod-patte v2_locations: - kubernetes.md year: N/A + addition_method: manual https://betterprogramming.pub/when-should-you-self-host-ci-tools-330fc38d2a6: content_hash: N/A description: '' @@ -20257,6 +21456,7 @@ https://betterprogramming.pub/when-should-you-self-host-ci-tools-330fc38d2a6: v2_locations: - cicd.md year: N/A + addition_method: manual https://betterprogramming.pub/why-working-on-cloud-vs-mobile-edge-is-so-different-e32930f1c801: content_hash: N/A description: '' @@ -20272,6 +21472,7 @@ https://betterprogramming.pub/why-working-on-cloud-vs-mobile-edge-is-so-differen v2_locations: - edge-computing.md year: N/A + addition_method: manual ? https://betterprogramming.pub/with-latest-updates-create-amazon-eks-fargate-cluster-and-managed-node-group-using-terraform-bc5cfefd5773 : content_hash: N/A description: '' @@ -20287,6 +21488,7 @@ https://betterprogramming.pub/why-working-on-cloud-vs-mobile-edge-is-so-differen v2_locations: - demos.md year: N/A + addition_method: manual https://betterprogramming.pub/write-tests-for-your-kubernetes-operator-d3d6a9530840: content_hash: N/A description: '' @@ -20301,6 +21503,7 @@ https://betterprogramming.pub/write-tests-for-your-kubernetes-operator-d3d6a9530 v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://betterprogramming.pub/writing-custom-kubernetes-controller-and-webhooks-141230820e9: content_hash: N/A description: '' @@ -20315,6 +21518,7 @@ https://betterprogramming.pub/writing-custom-kubernetes-controller-and-webhooks- v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://betterprogramming.pub/yaml-tutorial-get-started-with-yaml-in-5-minutes-549d462972d8: content_hash: N/A description: '' @@ -20329,6 +21533,7 @@ https://betterprogramming.pub/yaml-tutorial-get-started-with-yaml-in-5-minutes-5 v2_locations: - yaml.md year: N/A + addition_method: manual https://betterstack.com/community/comparisons/kubernetes-monitoring-tools: ai_summary: A comparative overview analyzing ten leading Kubernetes monitoring solutions. Contrasts self-hosted open-source deployments with managed APM SaaS platforms, @@ -20356,6 +21561,7 @@ https://betterstack.com/community/comparisons/kubernetes-monitoring-tools: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://bgjar.com: ai_summary: Flexible programmatic SVG background generator outputting lightweight background vector assets. Accelerates application load times by replacing rasterized @@ -20383,6 +21589,7 @@ https://bgjar.com: v2_locations: - javascript.md year: N/A + addition_method: manual https://bhupesh.me/publishing-my-first-ever-dockerfile-optimization-ugit: content_hash: b43edfc89ce4847cbfce760d098a7ffa27af64c9b00bdea38b02ce3bc73ebd7a description: '' @@ -20400,6 +21607,7 @@ https://bhupesh.me/publishing-my-first-ever-dockerfile-optimization-ugit: v2_locations: - docker.md year: N/A + addition_method: manual https://bikeshed.thoughtbot.com: content_hash: 8f48ea736ff757a0ba2d39365367f32733c0455258d3dd43e50d97fcacd96d55 health_score: 100.0 @@ -20412,6 +21620,7 @@ https://bikeshed.thoughtbot.com: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://binero.com/observability: content_hash: 22ac184333b6cd6788c7f03496424550ef6a960ed77833039d0744f965a20477 health_score: 100.0 @@ -20424,6 +21633,7 @@ https://binero.com/observability: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://binx.io/2022/07/13/working-with-aws-permission-policies: content_hash: N/A description: '' @@ -20438,6 +21648,7 @@ https://binx.io/2022/07/13/working-with-aws-permission-policies: v2_locations: - aws-security.md year: N/A + addition_method: manual https://bishopfox.com/blog/kubernetes-pod-privilege-escalation: ai_summary: A highly regarded technical teardown of container privilege escalation paths within Kubernetes. It details how threat actors leverage misconfigured Pod @@ -20460,6 +21671,7 @@ https://bishopfox.com/blog/kubernetes-pod-privilege-escalation: v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://bit.ly/kube-tools-1: content_hash: 1a4bf0b0e6698e92ec92122f9ee91d04850d62a93d493bda07d7ae77506d975f description: '' @@ -20470,6 +21682,7 @@ https://bit.ly/kube-tools-1: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://bit.ly/kubeappserver: content_hash: 0a82ab89d696c6b63a84af52d02204f78353382e4034e81b1ebf90ad7ef6a739 description: '' @@ -20481,6 +21694,7 @@ https://bit.ly/kubeappserver: v1_locations: - docs/faq.md year: N/A + addition_method: manual https://bitbucket.org: ai_summary: Atlassian's primary enterprise Git hosting platform, offering tight integration with Jira and Confluence. Known for its native support of Git LFS, @@ -20510,6 +21724,7 @@ https://bitbucket.org: v2_locations: - git.md year: N/A + addition_method: manual https://bitbucket.org/atlassianlabs/atlascode/issues/112/cannot-activate-the-atlassian-for-vscode: content_hash: 9ac8d6aa49ea71e4ca4c81d2d3ce3d81956bd69ebfa2440cb40c4642fe479029 description: '' @@ -20527,6 +21742,7 @@ https://bitbucket.org/atlassianlabs/atlascode/issues/112/cannot-activate-the-atl v2_locations: - visual-studio.md year: N/A + addition_method: manual 'https://bitbucket.org/blog/setting-up-a-ci-cd-pipeline-with-spring-mvc-jenkins-and-kubernetes-on-aws ': content_hash: 28a1bd5341c90fca608bbe7b00dd7d9436c71e919d4841da176d304041caf957 description: '' @@ -20539,6 +21755,7 @@ https://bitbucket.org/atlassianlabs/atlascode/issues/112/cannot-activate-the-atl v1_locations: - docs/demos.md year: N/A + addition_method: manual https://bitbucket.org/blog/transition-jira-issues-on-merge: content_hash: 3d0dec05b8a8273b871e40e9fd3058612cea06dd348dd8f1e98a4e1c7d148f80 description: '' @@ -20549,6 +21766,7 @@ https://bitbucket.org/blog/transition-jira-issues-on-merge: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://bitfieldconsulting.com/blog/container-security: content_hash: 282168fd3f7661a7ee1b9244f6346ca63dc9d7beb1aedb22160b1c017084e1b0 description: '' @@ -20559,12 +21777,14 @@ https://bitfieldconsulting.com/blog/container-security: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://bitfieldconsulting.com/posts/container-security: content_hash: eea2a126dcfdeca8f6681515263c8c6ac1f178df567e1493ff5acc5eb667857d health_score: 100.0 last_checked: 1779130494.95148 v1_locations: - docs/kubernetes.md + addition_method: manual https://bitnami.com/stacks/helm: content_hash: 03bf290dd9f82d5568fb9e779cdbb68434c8254c32466cb054a46462e7886b25 description: '' @@ -20576,6 +21796,7 @@ https://bitnami.com/stacks/helm: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://bitnami.com/stacks?stack=helm: ai_summary: The premier source for hardened, production-ready application and database Helm charts. Kept strictly up-to-date, Bitnami's repository provides secure, multi-architecture-supported @@ -20597,6 +21818,7 @@ https://bitnami.com/stacks?stack=helm: v2_locations: - helm.md year: '2026' + addition_method: manual https://biztechmagazine.com/article/2021/07/6-steps-improved-api-security: content_hash: 5680754f7d4460e5c0e4f41ad8fa608d436be49134af086810a76d2ac9198922 description: '' @@ -20613,6 +21835,7 @@ https://biztechmagazine.com/article/2021/07/6-steps-improved-api-security: v2_locations: - api.md year: N/A + addition_method: manual https://blackbird.a8r.io: ai_summary: Ambassador K8S Initializer is a browser-based wizard that creates custom templates for ingress rules, TLS configurations, and Kubernetes manifests, lowering @@ -20634,6 +21857,7 @@ https://blackbird.a8r.io: v2_locations: - scaffolding.md year: '2023' + addition_method: manual https://blackbird.a8r.io/initializer: health_score: 64.0 last_checked: 1779130494.964061 @@ -20649,6 +21873,7 @@ https://blackbird.a8r.io/initializer: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://blazemeter.com/blog/three-ways-devops-benefit-aws-codepipeline: content_hash: N/A description: '' @@ -20663,18 +21888,21 @@ https://blazemeter.com/blog/three-ways-devops-benefit-aws-codepipeline: v2_locations: - aws-devops.md year: N/A + addition_method: manual https://blocksandfiles.com/2020/01/30/kasten-k10-kubernetes-container-protection: content_hash: 009927989f37716a4096d75e7a48b307d7027fd6a6a45e2a9f2d729719484e38 health_score: 100.0 last_checked: 1779032883.09503 v1_locations: - docs/kubernetes-backup-migrations.md + addition_method: manual https://blocksandfiles.com/2020/06/05/ibm-spectrum-protect-plus: content_hash: d1f8113c18be1d713ec5496daf412e82d02393742f6be34e8434a0f0c63ff49d health_score: 100.0 last_checked: 1779030586.087425 v1_locations: - docs/kubernetes-backup-migrations.md + addition_method: manual https://blocksandfiles.com/2020/06/23/lightbits-labs-adds-kubernetes-table-stakes-csi-support: content_hash: 7ddf27a8e5114db682d4b1c06e08a66813e44a630c5eee5de240e174fbf5aca7 description: '' @@ -20686,6 +21914,7 @@ https://blocksandfiles.com/2020/06/23/lightbits-labs-adds-kubernetes-table-stake v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://blocksandfiles.com/2020/07/21/kubernetes-stateful-status: content_hash: decaa900a070ae7f1f5214e8f04900d2d92622f205876ddb2c0ab3d4dcef4577 description: '' @@ -20697,12 +21926,14 @@ https://blocksandfiles.com/2020/07/21/kubernetes-stateful-status: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blocksandfiles.com/2020/12/10/trilio-funding: content_hash: 667889df30f483ed8b16d1f2efee49cc41c6759234d06cd5cd22eeeb9a40b8ad health_score: 100.0 last_checked: 1779029559.043597 v1_locations: - docs/kubernetes-backup-migrations.md + addition_method: manual https://blocksandfiles.com/2020/12/22/the-storageless-storage-paradox: content_hash: 77964f82c6495fa5cd9056e4149397113a3f2b9867e959cd05912e98cc84234f description: '' @@ -20714,6 +21945,7 @@ https://blocksandfiles.com/2020/12/22/the-storageless-storage-paradox: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://blocksandfiles.com/2021/01/27/red-hat-openshift-container-storage-backup: content_hash: 2c5443d7dc6dbc75208fbe1f3b6995c448b37b26ca0cbf2007cbb8dcdf903f24 description: '' @@ -20726,6 +21958,7 @@ https://blocksandfiles.com/2021/01/27/red-hat-openshift-container-storage-backup v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://blocksandfiles.com/2021/08/05/kubernetes-storage-chinese-vendor-smartxs-iomesh-beats-portworx-longhorn-and-openebs: content_hash: 568c498e6ae20bb1f6c9cc0a1da3a7b44afd26d684c4f6e24b0edc91f3a9f191 description: '' @@ -20738,6 +21971,7 @@ https://blocksandfiles.com/2021/08/05/kubernetes-storage-chinese-vendor-smartxs- v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://blog.abaganon.com/going-global-with-kubernetes-490cf51e2bf8: content_hash: N/A description: '' @@ -20752,6 +21986,7 @@ https://blog.abaganon.com/going-global-with-kubernetes-490cf51e2bf8: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.acethecloud.com/a-step-by-step-guide-to-calculating-slas-slis-and-slos-for-your-it-services-6f0a07b67bb5: content_hash: N/A description: '' @@ -20767,6 +22002,7 @@ https://blog.acethecloud.com/a-step-by-step-guide-to-calculating-slas-slis-and-s v2_locations: - sre.md year: N/A + addition_method: manual https://blog.acethecloud.com/the-kubernetes-handbook-a-comprehensive-guide-of-100-q-a-e680199e6e22: content_hash: N/A description: '' @@ -20782,6 +22018,7 @@ https://blog.acethecloud.com/the-kubernetes-handbook-a-comprehensive-guide-of-10 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.adnansiddiqi.me/create-your-first-rest-api-in-fastapi: content_hash: f958572560bd65556e85614cbc8e241026aa80fb1af2de9cc551b51fc38c1016 health_score: 100.0 @@ -20794,6 +22031,7 @@ https://blog.adnansiddiqi.me/create-your-first-rest-api-in-fastapi: - docs/python.md v2_locations: - python.md + addition_method: manual https://blog.adnansiddiqi.me/getting-started-with-elasticsearch-7-in-python: content_hash: d1ab7edf2a53bc2d07fa99e781f9eafba4648328d2ef27628e7b8b92432051ae health_score: 100.0 @@ -20806,6 +22044,7 @@ https://blog.adnansiddiqi.me/getting-started-with-elasticsearch-7-in-python: - docs/python.md v2_locations: - python.md + addition_method: manual https://blog.adoptium.net/2021/08/using-jlink-in-dockerfiles: content_hash: 2d7547db4cb926da1c7e589cd57f48a1855fafc890bce2edb3ec5f141e836b7f description: '' @@ -20817,6 +22056,7 @@ https://blog.adoptium.net/2021/08/using-jlink-in-dockerfiles: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://blog.adoptopenjdk.net/2020/06/adoptopenjdk-11-new-default: content_hash: f37ac566c0fc667f77bd81d8b82a64bf837724cdb2f6f6ffa279454a3a6746b0 description: '' @@ -20833,6 +22073,7 @@ https://blog.adoptopenjdk.net/2020/06/adoptopenjdk-11-new-default: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://blog.aenix.io/argo-cd-vs-flux-cd-7b1d67a246ca: content_hash: N/A description: '' @@ -20847,6 +22088,7 @@ https://blog.aenix.io/argo-cd-vs-flux-cd-7b1d67a246ca: v2_locations: - flux.md year: N/A + addition_method: manual https://blog.aks.azure.com/2025/04/02/Scaling-Kubernetes-for-AI-and-Data-intensive-Workloads: ai_summary: Deep dives into Azure Kubernetes Service (AKS) Fleet Manager strategies to run multi-cluster AI workloads. Outlines global routing, high-density scheduling @@ -20879,6 +22121,7 @@ https://blog.aks.azure.com/2025/04/02/Scaling-Kubernetes-for-AI-and-Data-intensi - ai.md - azure.md year: '2025' + addition_method: manual https://blog.akuity.io/unveil-the-secret-ingredients-of-continuous-delivery-at-enterprise-scale-with-argo-cd-7c5b4057ee49: content_hash: N/A description: '' @@ -20894,6 +22137,7 @@ https://blog.akuity.io/unveil-the-secret-ingredients-of-continuous-delivery-at-e v2_locations: - argo.md year: N/A + addition_method: manual https://blog.alexellis.io/a-bit-of-istio-before-tea-time: content_hash: 6428c7d974ba5aaa0c540ee4e74671a6dafcc598b47e51da55c32499900619e9 description: '' @@ -20910,6 +22154,7 @@ https://blog.alexellis.io/a-bit-of-istio-before-tea-time: v2_locations: - demos.md year: N/A + addition_method: manual https://blog.alexellis.io/bare-metal-kubernetes-with-k3s: content_hash: c6fd6e5766ea6f12134d70afd594718a592355baf1b257768783b93f296b4e51 description: '' @@ -20926,6 +22171,7 @@ https://blog.alexellis.io/bare-metal-kubernetes-with-k3s: v2_locations: - rancher.md year: N/A + addition_method: manual https://blog.alexellis.io/building-containers-without-docker: content_hash: e4090e1e1b6ff5d8374bc7873941ec5798edfb2c8d3713c7ac1098c5ea08c797 description: '' @@ -20944,6 +22190,7 @@ https://blog.alexellis.io/building-containers-without-docker: - container-managers.md - docker.md year: N/A + addition_method: manual https://blog.alexellis.io/get-private-kubectl-access-anywhere: content_hash: f0fbd85d08cfb67d07984504f3ceacf5fcebc69355cd7525b9d45a4aa8199ac4 description: '' @@ -20962,6 +22209,7 @@ https://blog.alexellis.io/get-private-kubectl-access-anywhere: - kubectl-commands.md - kubernetes-networking.md year: N/A + addition_method: manual https://blog.alexellis.io/ingress-for-your-local-kubernetes-cluster: content_hash: 8db0f31edf391041032e498d22d047acd5a9ea2101ebdaa82500ac204d25a43f description: '' @@ -20978,6 +22226,7 @@ https://blog.alexellis.io/ingress-for-your-local-kubernetes-cluster: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.alexellis.io/primer-accessing-kubernetes-services: content_hash: 8f965e90ff516383e0a840a22fbfd14cb326d929734a994752132a0f68c7c926 description: '' @@ -20994,6 +22243,7 @@ https://blog.alexellis.io/primer-accessing-kubernetes-services: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.alexellis.io/troubleshooting-on-kubernetes: content_hash: a5764b02a2dd3ae91235ae94a8e613fa6ba5c804dd50b3d0b99ec7e486fc78d7 description: '' @@ -21010,6 +22260,7 @@ https://blog.alexellis.io/troubleshooting-on-kubernetes: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://blog.alexellis.io/what-if-your-pods-need-to-trust-self-signed-certificates: ai_summary: Evaluates options for mounting and trusting custom or self-signed Root Certificate Authorities (CAs) inside container environments. Curator insight shows @@ -21039,6 +22290,7 @@ https://blog.alexellis.io/what-if-your-pods-need-to-trust-self-signed-certificat v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.alluxi.com/8-habilidades-que-necesitas-para-ser-un-gran-programador-python: content_hash: N/A description: '' @@ -21054,6 +22306,7 @@ https://blog.alluxi.com/8-habilidades-que-necesitas-para-ser-un-gran-programador v2_locations: - python.md year: N/A + addition_method: manual https://blog.alterway.fr/en/building-a-continious-deployment-pipeline-with-kubernetes-and-concourse-ci.html: content_hash: de69c25e2dd9f5f785ec4290b72638f8306a2e2926845d76bfb60c66de52962d description: '' @@ -21070,6 +22323,7 @@ https://blog.alterway.fr/en/building-a-continious-deployment-pipeline-with-kuber v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://blog.amhaish.com/observing-the-k8-cluster-using-elk-stack-7d4264fdb0e3: content_hash: N/A description: '' @@ -21084,6 +22338,7 @@ https://blog.amhaish.com/observing-the-k8-cluster-using-elk-stack-7d4264fdb0e3: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual ? https://blog.annamcdougall.com/git-workflow-tutorial-start-using-git-today-with-basic-git-commands-ckdc1nvfs02zp66s1d4zydz47 : content_hash: N/A description: '' @@ -21099,6 +22354,7 @@ https://blog.amhaish.com/observing-the-k8-cluster-using-elk-stack-7d4264fdb0e3: v2_locations: - git.md year: N/A + addition_method: manual https://blog.antoinechoula.ga/native-eks-ingress-with-aws-load-balancer-controller: content_hash: N/A description: '' @@ -21113,6 +22369,7 @@ https://blog.antoinechoula.ga/native-eks-ingress-with-aws-load-balancer-controll v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.appdynamics.com/cloud/a-guide-to-performance-challenges-with-aws-ec2-part-1: content_hash: N/A description: '' @@ -21127,6 +22384,7 @@ https://blog.appdynamics.com/cloud/a-guide-to-performance-challenges-with-aws-ec v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://blog.appsignal.com/2021/01/06/microservices-monitoring-using-namespaces-for-data-structuring.html: content_hash: 9a3bad4d57b044b78d01511196e63123fc096e43aff3946e5297cd21be7c2e92 description: '' @@ -21144,6 +22402,7 @@ https://blog.appsignal.com/2021/01/06/microservices-monitoring-using-namespaces- v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.appstack.one/how-to-run-ghost-blog-inside-kubernetes: content_hash: N/A description: '' @@ -21158,6 +22417,7 @@ https://blog.appstack.one/how-to-run-ghost-blog-inside-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.aquasec.com/advanced-persistent-threat-techniques-container-attacks: ai_summary: 'An in-depth analysis of how advanced threat actors utilize system call injection and container escapes inside clusters. Contrast: Curator Insight focuses @@ -21187,6 +22447,7 @@ https://blog.aquasec.com/advanced-persistent-threat-techniques-container-attacks v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.aquasec.com/container-isolation-techniques: content_hash: 303ed5afff179f14bb43eed661ef6c2b9cf968333e64bc6f93884837683a9916 description: '' @@ -21202,6 +22463,7 @@ https://blog.aquasec.com/container-isolation-techniques: v2_locations: - docker.md year: N/A + addition_method: manual https://blog.aquasec.com/docker-official-images: ai_summary: An in-depth security analysis comparing vulnerabilities found across popular Docker Hub official base images using Trivy. The study provides concrete @@ -21230,6 +22492,7 @@ https://blog.aquasec.com/docker-official-images: v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.aquasec.com/kubernetes-ui-tools-security-threat: ai_summary: Crucial security review warning how misconfigured visual cluster admin panels can act as Remote Access Tools (RATs) for malicious actors to execute arbitrary @@ -21257,6 +22520,7 @@ https://blog.aquasec.com/kubernetes-ui-tools-security-threat: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.aquasec.com/kubernetes-version-1.23-security-features: content_hash: 7301b24d7a81bcd7819a6a8f1b18614a3f8e2194c70f495088c3d52825b80e57 description: '' @@ -21272,6 +22536,7 @@ https://blog.aquasec.com/kubernetes-version-1.23-security-features: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://blog.argoproj.io/5-new-git-commands-and-1-tip-youll-use-every-day-3c28e97c9321: ai_summary: Showcases modern Git commands introduced in recent releases, such as 'git switch', 'git restore', and the powerful multi-worktree setup via 'git worktree'. @@ -21300,6 +22565,7 @@ https://blog.argoproj.io/5-new-git-commands-and-1-tip-youll-use-every-day-3c28e9 v2_locations: - git.md year: N/A + addition_method: manual https://blog.argoproj.io/architecting-workflows-for-reliability-d33bd720c6cc: ai_summary: 'Curator Insight: Investigates patterns to ensure high-scale reliability when running millions of tasks inside Argo Workflows. Live Grounding: Analyzes @@ -21327,6 +22593,7 @@ https://blog.argoproj.io/architecting-workflows-for-reliability-d33bd720c6cc: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.argoproj.io/best-practices-for-multi-tenancy-in-argo-cd-273e25a047b0: ai_summary: Official best practices outlining multi-tenant cluster boundaries in Argo CD, explaining AppProjects configurations to isolate resources and limit @@ -21354,6 +22621,7 @@ https://blog.argoproj.io/best-practices-for-multi-tenancy-in-argo-cd-273e25a047b v2_locations: - argo.md year: N/A + addition_method: manual https://blog.argoproj.io/getting-started-with-applicationsets-9c961611bcf0: content_hash: d15ae5a8118854cbbddaa9945d10799dd3eab58276f910e4f1fa5cb44444b4f7 description: '' @@ -21369,6 +22637,7 @@ https://blog.argoproj.io/getting-started-with-applicationsets-9c961611bcf0: v2_locations: - demos.md year: N/A + addition_method: manual https://blog.argoproj.io/introducing-the-applicationset-controller-for-argo-cd-982e28b62dc5: content_hash: 1498fdf92ed29e4859ae7e8d08e26fa076ae13a9e76fe4acffe5aee76d4f715f description: '' @@ -21384,6 +22653,7 @@ https://blog.argoproj.io/introducing-the-applicationset-controller-for-argo-cd-9 v2_locations: - demos.md year: N/A + addition_method: manual https://blog.argoproj.io/introducing-the-appsource-controller-for-argocd-52f21d28d643: content_hash: 0976cdb987e570d0b1d8f698377cb28a496ab1300c3ef2c53a76420f541b57bb description: '' @@ -21399,6 +22669,7 @@ https://blog.argoproj.io/introducing-the-appsource-controller-for-argocd-52f21d2 v2_locations: - demos.md year: N/A + addition_method: manual https://blog.argoproj.io/new-sync-and-diff-strategies-in-argocd-44195d3f8b8c: ai_summary: Examines advanced diff and sync customization in modern Argo CD versions, clarifying sync waves and resource skip behaviors for complex helm-based applications. @@ -21424,6 +22695,7 @@ https://blog.argoproj.io/new-sync-and-diff-strategies-in-argocd-44195d3f8b8c: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.argoproj.io/practical-argo-workflows-hardening-dd8429acc1ce: ai_summary: 'Curator Insight: An authoritative security hardening guide designed to lock down Argo Workflows inside shared multi-tenant environments. Live Grounding: @@ -21451,6 +22723,7 @@ https://blog.argoproj.io/practical-argo-workflows-hardening-dd8429acc1ce: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.argoproj.io/whats-new-in-argo-workflows-v3-3-dd051d2f1c7: ai_summary: 'Curator Insight: Outlines the major architectural enhancements and UI features released in Argo Workflows version 3.3. Live Grounding: Highlights @@ -21478,6 +22751,7 @@ https://blog.argoproj.io/whats-new-in-argo-workflows-v3-3-dd051d2f1c7: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.arkey.fr/2020/06/28/using-jdk-flight-recorder-and-jdk-mission-control: content_hash: c40e85908155da699b1faae2be6e4447e09fb11aeab57f86b429f2036567d868 description: '' @@ -21494,6 +22768,7 @@ https://blog.arkey.fr/2020/06/28/using-jdk-flight-recorder-and-jdk-mission-contr v2_locations: - monitoring.md year: N/A + addition_method: manual https://blog.ashwinchat.com/9-months-of-full-time-vim: ai_summary: 'A developer''s personal case study evaluating the operational gains, transition challenges, and configuration tuning of migrating entirely to Neovim @@ -21525,6 +22800,7 @@ https://blog.ashwinchat.com/9-months-of-full-time-vim: v2_locations: - linux.md year: N/A + addition_method: manual https://blog.asmartbear.com/slc.html: content_hash: 6c0fc590a19170eb8a4c3b8f9994ee19d3a4f1642d03c3aceb136a207099be47 description: '' @@ -21541,6 +22817,7 @@ https://blog.asmartbear.com/slc.html: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://blog.awsfundamentals.com/aws-lambda-with-terraform: content_hash: a4ca5d1f961aa495c78890348841d90c637edea12fd961d96a9d4998f6a8db6c description: '' @@ -21553,6 +22830,7 @@ https://blog.awsfundamentals.com/aws-lambda-with-terraform: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.awsfundamentals.com/aws-s3-rm-removing-files: content_hash: 769d1ad539daa9d4c8f4a9bfdc75c86bec8cb096c4e9069638f51c990ffa4778 description: '' @@ -21565,6 +22843,7 @@ https://blog.awsfundamentals.com/aws-s3-rm-removing-files: v1_locations: - docs/aws-tools-scripts.md year: N/A + addition_method: manual https://blog.awsfundamentals.com/aws-s3-sync: content_hash: 3d1afe6db2f21d80c107552463a1344157332015f984db94a97c76778d8c82fe description: '' @@ -21577,6 +22856,7 @@ https://blog.awsfundamentals.com/aws-s3-sync: - docs/aws-storage.md - docs/aws-tools-scripts.md year: N/A + addition_method: manual https://blog.awsfundamentals.com/using-s3-with-terraform: content_hash: 8e0d4eb5e5e92f39257257cd278c94c44b4b786075d3e4e342e49905919de4ae description: '' @@ -21588,6 +22868,7 @@ https://blog.awsfundamentals.com/using-s3-with-terraform: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://blog.axiomio.com/seven-kubernetes-trends-to-watch-in-upcoming-years-e7d48e86c614: content_hash: N/A description: '' @@ -21602,6 +22883,7 @@ https://blog.axiomio.com/seven-kubernetes-trends-to-watch-in-upcoming-years-e7d4 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.axway.com/hybrid-integration/whats-ipaas: content_hash: N/A description: '' @@ -21616,6 +22898,7 @@ https://blog.axway.com/hybrid-integration/whats-ipaas: v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.azurebrains.com: content_hash: ad401755442b929d57d65c3711aa499a287595dd2580559ea23647698b7c0d1a health_score: 100.0 @@ -21627,6 +22910,7 @@ https://blog.azurebrains.com: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://blog.azurebrains.com/despliega-azure-function-terraform-azuredevops: health_score: 64.0 last_checked: 1779130494.938036 @@ -21638,6 +22922,7 @@ https://blog.azurebrains.com/despliega-azure-function-terraform-azuredevops: status: review_required v1_locations: - docs/azure.md + addition_method: manual https://blog.baeke.info/2022/06/02/trying-out-draft-2-on-aks: content_hash: 14c463ff8a68067856a25004c06bb2b0df9767e858aeb6c55b06cd1225057799 description: '' @@ -21649,6 +22934,7 @@ https://blog.baeke.info/2022/06/02/trying-out-draft-2-on-aks: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.baeke.info/2022/11/24/aks-workload-identity-revisited: content_hash: 80ab8d6dbbba013035979cc96899f41e021402649e69a33632580ab3256e041b description: '' @@ -21660,6 +22946,7 @@ https://blog.baeke.info/2022/11/24/aks-workload-identity-revisited: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.balasundar.com/automate-git-operations-using-python: content_hash: N/A description: '' @@ -21674,6 +22961,7 @@ https://blog.balasundar.com/automate-git-operations-using-python: v2_locations: - git.md year: N/A + addition_method: manual https://blog.balasundar.com/run-postman-collections-using-newman-and-python: content_hash: N/A description: '' @@ -21688,6 +22976,7 @@ https://blog.balasundar.com/run-postman-collections-using-newman-and-python: v2_locations: - postman.md year: N/A + addition_method: manual https://blog.bandowski.eu/tools-that-should-be-used-in-every-kubernetes-cluster-38969ed3e603: content_hash: N/A description: '' @@ -21703,6 +22992,7 @@ https://blog.bandowski.eu/tools-that-should-be-used-in-every-kubernetes-cluster- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.bigdataboutique.com/2021/07/tuning-elasticsearch-the-ideal-java-heap-size-2toq2j: content_hash: 5d8dc2c9c23e5cedbdc0703b26605b8dfe93b10ae967e6b4c6881b5feb0bfa7b description: '' @@ -21718,6 +23008,7 @@ https://blog.bigdataboutique.com/2021/07/tuning-elasticsearch-the-ideal-java-hea v2_locations: - monitoring.md year: N/A + addition_method: manual https://blog.bitsrc.io/api-vs-microservices-are-you-using-2-terms-for-the-same-concept-b51f13f5974e: content_hash: 377b1d9c112aa6baec79bd00d25b758c1a575fe5b4a0dd598c261b0fe3514a61 description: '' @@ -21734,6 +23025,7 @@ https://blog.bitsrc.io/api-vs-microservices-are-you-using-2-terms-for-the-same-c v2_locations: - api.md year: N/A + addition_method: manual https://blog.bitsrc.io/best-practices-for-writing-a-dockerfile-68893706c3: content_hash: e9336c292264bb11fca113a40550574b41302efe85e7d32128bf6defdd36b47c description: '' @@ -21749,6 +23041,7 @@ https://blog.bitsrc.io/best-practices-for-writing-a-dockerfile-68893706c3: v2_locations: - docker.md year: N/A + addition_method: manual https://blog.bitsrc.io/ci-cd-best-practices-bca0ef665677: ai_summary: 'Curator Insight: Practical recommendations for maximizing the performance and security of delivery loops. Live Grounding: Advocates for shifting security @@ -21776,6 +23069,7 @@ https://blog.bitsrc.io/ci-cd-best-practices-bca0ef665677: v2_locations: - cicd.md year: N/A + addition_method: manual https://blog.bitsrc.io/deep-dive-into-websockets-e6c4c7622423: content_hash: a97df1a28d941d6ed1ae7f0ce9cd01b582c5d44e71b70de59c3afcf531a2e8cd description: '' @@ -21791,6 +23085,7 @@ https://blog.bitsrc.io/deep-dive-into-websockets-e6c4c7622423: v2_locations: - api.md year: N/A + addition_method: manual https://blog.bitsrc.io/google-chrome-experimental-features-for-developers-a9a7cc9d1b30: content_hash: cfec9308d91fa9ce7b588f32686b0952d1b87c7f30cb31da991af88ccff54bdf description: '' @@ -21806,6 +23101,7 @@ https://blog.bitsrc.io/google-chrome-experimental-features-for-developers-a9a7cc v2_locations: - ChromeDevTools.md year: N/A + addition_method: manual https://blog.bitsrc.io/implementing-microservices-with-cqrs-2cecb0b09c66: content_hash: 8599be60ec1174446dae8fef32d067cd7e136fc62bcd1aa7ba2c63a001efe8ff description: '' @@ -21822,6 +23118,7 @@ https://blog.bitsrc.io/implementing-microservices-with-cqrs-2cecb0b09c66: v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.bitsrc.io/not-all-microservices-need-to-be-rest-3-alternatives-to-the-classic-41cedbf1a907: content_hash: af807c9a0e78bd23cf1c8e312277651d3c08e2f8ff485570c4e160640b337422 description: '' @@ -21838,6 +23135,7 @@ https://blog.bitsrc.io/not-all-microservices-need-to-be-rest-3-alternatives-to-t v2_locations: - api.md year: N/A + addition_method: manual https://blog.bitsrc.io/why-microservices-should-use-event-sourcing-9755a54ebfb4: ai_summary: Argues the case for event sourcing as a primary mechanism to store state in distributed microservice topologies. It highlights capabilities such as complete @@ -21867,6 +23165,7 @@ https://blog.bitsrc.io/why-microservices-should-use-event-sourcing-9755a54ebfb4: v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.bitsrc.iogithub-actions-or-jenkins-making-the-right-choice-for-you-9ac774684c8: content_hash: N/A description: '' @@ -21881,6 +23180,7 @@ https://blog.bitsrc.iogithub-actions-or-jenkins-making-the-right-choice-for-you- v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://blog.brujordet.no/post/homelab/using_custom_hardware_in_kubernetes: content_hash: ba1af04c007925193a049e9383ec2d73155ce4311d4c59cbe3c457e5edac52e4 description: '' @@ -21897,6 +23197,7 @@ https://blog.brujordet.no/post/homelab/using_custom_hardware_in_kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.byte.builders/post/openshift-mongodb: content_hash: 4bcce4ae8b0915607c565508ed17c7d5352086e21a44a81ac7c1d87ca7950c85 description: '' @@ -21908,6 +23209,7 @@ https://blog.byte.builders/post/openshift-mongodb: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.bytebytego.com/p/ep94-rest-api-cheatsheet: content_hash: 750d90b0b0b1fc9b00c24e1f84e73ff6fe46e4a17380230af2961366a66b2edc description: '' @@ -21924,6 +23226,7 @@ https://blog.bytebytego.com/p/ep94-rest-api-cheatsheet: v2_locations: - api.md year: N/A + addition_method: manual https://blog.chainguard.dev/cosign-verify-ecs: content_hash: 83e7fc1ec4acd2accf2dce9d6ad6c895266066e49c15ee6381e396a6cc72269e description: '' @@ -21935,6 +23238,7 @@ https://blog.chainguard.dev/cosign-verify-ecs: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://blog.christianposta.com/kubernetes/logging-into-a-kubernetes-cluster-with-kubectl: ai_summary: 'Curator Insight: Practical deep dive by Christian Posta detailing kubectl token flow and login mechanisms. Live Grounding: Explains underlying client certificate @@ -21963,6 +23267,7 @@ https://blog.christianposta.com/kubernetes/logging-into-a-kubernetes-cluster-wit v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.christianposta.com/microservices/do-i-need-an-api-gateway-if-i-have-a-service-mesh: content_hash: 9020e0eb8a225f788a4d4bc3f0b39833b5c61c015a63b02d8d4780f9ad050cbd description: '' @@ -21981,6 +23286,7 @@ https://blog.christianposta.com/microservices/do-i-need-an-api-gateway-if-i-have - api.md - servicemesh.md year: N/A + addition_method: manual https://blog.christianposta.com/microservices/istio-as-an-example-of-when-not-to-do-microservices: ai_summary: A classic architectural review using Istio's evolution as a case study. Examines how complex microservice structures can cause over-engineering, tracing @@ -22008,6 +23314,7 @@ https://blog.christianposta.com/microservices/istio-as-an-example-of-when-not-to v2_locations: - istio.md year: N/A + addition_method: manual https://blog.christophetd.fr/shifting-cloud-security-left-scanning-infrastructure-as-code-for-security-issues: ai_summary: 'A deep-dive analysis on shifting cloud security left by scanning Infrastructure as Code (IaC) templates for misconfigurations before deployment. Contrast: Curator @@ -22038,6 +23345,7 @@ https://blog.christophetd.fr/shifting-cloud-security-left-scanning-infrastructur v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.cloud-mercato.com/aws-m6i-the-why-you-should-abandon-your-m5: content_hash: a15f6556595ad7dae917c3f0ae80b585061fd2af4b2f5e44909ec2dffac80a65 description: '' @@ -22054,6 +23362,7 @@ https://blog.cloud-mercato.com/aws-m6i-the-why-you-should-abandon-your-m5: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://blog.cloud-mercato.com/new-http-benchmark-tool-pycurlb: ai_summary: A deep-dive introducing `pycurlb`, a fast performance tool wrapping libcurl for rapid HTTP request benchmarking in Python. Explores real-world performance @@ -22083,6 +23392,7 @@ https://blog.cloud-mercato.com/new-http-benchmark-tool-pycurlb: - performance-testing-with-jenkins-and-jmeter.md - monitoring.md year: N/A + addition_method: manual https://blog.cloud63.fr/landing-zone-networking-using-terraform: content_hash: d936da635fbab0f5d7d5c933484f8653dc2002d89519f70b92e045e5cec9129b description: '' @@ -22099,6 +23409,7 @@ https://blog.cloud63.fr/landing-zone-networking-using-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.cloudacode.com/how-to-autoscale-kubernetes-pods-based-on-ingress-request-prometheus-keda-and-k6-84ae4250a9f3: content_hash: N/A description: '' @@ -22114,6 +23425,7 @@ https://blog.cloudacode.com/how-to-autoscale-kubernetes-pods-based-on-ingress-re v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://blog.clouddrove.com/aws-eks-blue-green-deployment-with-best-practices-99be4b7baa38: content_hash: N/A description: '' @@ -22128,6 +23440,7 @@ https://blog.clouddrove.com/aws-eks-blue-green-deployment-with-best-practices-99 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.cloudera.com/scalability-of-kafka-messaging-using-consumer-groups: content_hash: 7bb8364f3489bbc3a2fbe534bda2709f846cb5751cdd208fc42acb056db1d604 description: '' @@ -22139,6 +23452,7 @@ https://blog.cloudera.com/scalability-of-kafka-messaging-using-consumer-groups: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://blog.cloudflare.com/automatic-remediation-of-kubernetes-nodes: content_hash: 15ba453427e2395d433e8712c78854a05cdfff4ed89e3f4ca8abe5b9a1f5e483 description: '' @@ -22155,6 +23469,7 @@ https://blog.cloudflare.com/automatic-remediation-of-kubernetes-nodes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.cloudflare.com/guest-blog-zero-trust-access-kubernetes: content_hash: 35859ed4fbeaf53d230f9b86c66668221e7faa7f418b2f5928728cc5b89c6c91 description: '' @@ -22171,6 +23486,7 @@ https://blog.cloudflare.com/guest-blog-zero-trust-access-kubernetes: v2_locations: - cloudflare.md year: N/A + addition_method: manual https://blog.cloudflare.com/how-we-use-hashicorp-nomad: ai_summary: Cloudflare's technical deep dive detailing their usage of Nomad and Consul to coordinate critical workloads across their global edge network. Provides @@ -22199,6 +23515,7 @@ https://blog.cloudflare.com/how-we-use-hashicorp-nomad: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://blog.cloudflare.com/http-2-for-web-developers: content_hash: 8f722b6dc18b363f17394b1f628326cab965a7b85108c84be777c13a3af9a05e description: '' @@ -22210,6 +23527,7 @@ https://blog.cloudflare.com/http-2-for-web-developers: v1_locations: - docs/networking.md year: N/A + addition_method: manual https://blog.cloudflare.com/moving-k8s-communication-to-grpc: content_hash: 3635dd41d1ebf7985a5b2198140039558c265bd44f98f03f46e93b6084dec841 description: '' @@ -22226,6 +23544,7 @@ https://blog.cloudflare.com/moving-k8s-communication-to-grpc: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.cloudflare.com/network-performance-update-full-stack-week: content_hash: 77ed6288b30e6b0c7aa385f40f08d5264546f43f820e5b74cee708d29e48ef38 description: '' @@ -22242,6 +23561,7 @@ https://blog.cloudflare.com/network-performance-update-full-stack-week: v2_locations: - cloudflare.md year: N/A + addition_method: manual https://blog.cloudflare.com/tools-for-debugging-testing-and-using-http-2: content_hash: af01f89af517a2b38c3e009fc990713cf9f30c915752e06972bc47f8271e17f5 description: '' @@ -22253,6 +23573,7 @@ https://blog.cloudflare.com/tools-for-debugging-testing-and-using-http-2: v1_locations: - docs/networking.md year: N/A + addition_method: manual https://blog.cloudflare.com/zero-trust-private-networking-rules: content_hash: 6d169df20a54f64857b0c9ce2556a26584eb23eea8b037564e910ac1b4ca241f description: '' @@ -22269,6 +23590,7 @@ https://blog.cloudflare.com/zero-trust-private-networking-rules: v2_locations: - cloudflare.md year: N/A + addition_method: manual https://blog.cloudgeni.ai/the-definitive-guide-to-importing-your-cloud-resources-into-iac: content_hash: 71abba1d0db9e77086e8a13d4c3be5e7449269af6a6bf887f9485734e492ffc2 description: '' @@ -22289,6 +23611,7 @@ https://blog.cloudgeni.ai/the-definitive-guide-to-importing-your-cloud-resources - iac.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://blog.cloudneutral.se/running-cockroachdb-tpc-c-benchmark-on-gke: content_hash: N/A description: '' @@ -22303,6 +23626,7 @@ https://blog.cloudneutral.se/running-cockroachdb-tpc-c-benchmark-on-gke: v2_locations: - databases.md year: N/A + addition_method: manual https://blog.cloudnloud.com/kubernetes-volume: content_hash: N/A description: '' @@ -22317,6 +23641,7 @@ https://blog.cloudnloud.com/kubernetes-volume: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual ? https://blog.cloudsecque.com/how-to-improve-the-security-of-your-applications-with-kubernetes-security-scanners-cda97fd2f574 : content_hash: N/A description: '' @@ -22332,6 +23657,7 @@ https://blog.cloudnloud.com/kubernetes-volume: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.cloudsigma.com/kubernetes-dns-service-a-beginners-guide: content_hash: 464e0d43ad6525b164d4760cd48dbb3e6aa37726e4f9ae55b5ba303847656519 description: '' @@ -22347,6 +23673,7 @@ https://blog.cloudsigma.com/kubernetes-dns-service-a-beginners-guide: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2022/11/14/overlapping-ip-addresses-in-a-hub-and-spoke-network-feat-avnm-ars: content_hash: ec0129b9b66d132ad886a572cb385bb4aef7a68ae0626d0d603ab0aff77afa85 description: '' @@ -22364,6 +23691,7 @@ https://blog.cloudtrooper.net/2022/11/14/overlapping-ip-addresses-in-a-hub-and-s v2_locations: - azure.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2023/02/06/virtual-network-gateways-routing-in-azure: content_hash: c27aa6327ffbadf0a4872015a6c1f6210a437cb6c3b5147454d5f8a773c64e21 description: '' @@ -22380,6 +23708,7 @@ https://blog.cloudtrooper.net/2023/02/06/virtual-network-gateways-routing-in-azu v2_locations: - azure.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2023/06/08/deploy-azure-network-as-code-as-a-champ: content_hash: 93ed1731c4a93b9697256d6aca285349d3482871aae522ff898e4e510b4d4517 description: '' @@ -22396,6 +23725,7 @@ https://blog.cloudtrooper.net/2023/06/08/deploy-azure-network-as-code-as-a-champ v2_locations: - azure.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2023/08/19/dry-terraform-code-for-private-link-and-dns: content_hash: 8b507909fc1d83297ee2379f11c42d371bfa6c2dab53819c7144e0e8c7e37a09 description: '' @@ -22412,6 +23742,7 @@ https://blog.cloudtrooper.net/2023/08/19/dry-terraform-code-for-private-link-and v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2024/01/23/azure-network-monitoring-with-synthetic-traffic: content_hash: a9d4edff52c51cd4f827009124027a438230645c44e85396aa66605fe231f4d0 description: '' @@ -22428,6 +23759,7 @@ https://blog.cloudtrooper.net/2024/01/23/azure-network-monitoring-with-synthetic v2_locations: - azure.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2025/02/17/private-link-reality-bites-service-endpoints-vs-private-link: content_hash: 94c7bedcb7e9629ecd976cd5036686b7cd8edfd1aae738680348bd8837559d29 description: '' @@ -22448,6 +23780,7 @@ https://blog.cloudtrooper.net/2025/02/17/private-link-reality-bites-service-endp - kubernetes-networking.md - networking.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2025/02/28/application-gateway-for-containers-a-not-so-gentle-intro-1: content_hash: 5c91736705f8b721c75dd34449420625a9018d04d7f1ffd3f2558314588e900b description: '' @@ -22468,6 +23801,7 @@ https://blog.cloudtrooper.net/2025/02/28/application-gateway-for-containers-a-no - kubernetes-networking.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2025/04/02/application-gateway-for-containers-a-not-so-gentle-intro-4: content_hash: fe78fc06782bd149ba0b4c4cbbc4ea969b1971bc8e63606b3bedaed1ac7f7eeb description: '' @@ -22489,6 +23823,7 @@ https://blog.cloudtrooper.net/2025/04/02/application-gateway-for-containers-a-no - kubernetes-networking.md - servicemesh.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2025/11/21/application-gateway-for-containers-istio-integration: ai_summary: A modern engineering analysis detailing the integration of Azure Application Gateway for Containers (AGC) with an internal Istio service mesh topology. Focuses @@ -22522,6 +23857,7 @@ https://blog.cloudtrooper.net/2025/11/21/application-gateway-for-containers-isti - kubernetes.md - azure.md year: N/A + addition_method: manual https://blog.cloudtrooper.net/2026/01/16/which-azure-network-is-cheaper: content_hash: acff82c309afdda742e0a6712f97da7e46cc907aa7ae181a7d283e9dba3f1af7 description: '' @@ -22542,6 +23878,7 @@ https://blog.cloudtrooper.net/2026/01/16/which-azure-network-is-cheaper: - azure.md - networking.md year: N/A + addition_method: manual https://blog.cloudyali.io/absolute-minimum-every-developer-must-know-about-aws-security: content_hash: N/A description: '' @@ -22557,6 +23894,7 @@ https://blog.cloudyali.io/absolute-minimum-every-developer-must-know-about-aws-s v2_locations: - aws.md year: N/A + addition_method: manual https://blog.codecentric.de/en/2021/03/github-actions-nextgen-cicd: content_hash: 189e0bee6485a9787eee65a60624bca6517c0370776ebb066fef0cccc25c9941 description: '' @@ -22569,6 +23907,7 @@ https://blog.codecentric.de/en/2021/03/github-actions-nextgen-cicd: v1_locations: - docs/git.md year: N/A + addition_method: manual https://blog.codefx.org/java/java-11-migration-guide: content_hash: 489cb940c9976b6c1ed035eded2eca42dea540b58b854f2766d65ff5f65e60c6 description: '' @@ -22580,6 +23919,7 @@ https://blog.codefx.org/java/java-11-migration-guide: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://blog.coderco.io/p/tcp-fundamentals-for-software-and: content_hash: 8dbc8e1cb838d1c969013a56669ea1e5bea1b6ce285e24bb340d65f3f3176a2b description: '' @@ -22597,6 +23937,7 @@ https://blog.coderco.io/p/tcp-fundamentals-for-software-and: v2_locations: - networking.md year: N/A + addition_method: manual https://blog.coderco.io/p/terraform-best-practices-series-lessons: content_hash: fd96b72faabfe2c3a0543264ad3b7f08ef425937a8d64f8c435d99a174c42195 description: '' @@ -22614,6 +23955,7 @@ https://blog.coderco.io/p/terraform-best-practices-series-lessons: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.coderco.io/p/terraform-best-practices-series-lessons-0cd: content_hash: 42c81113796cdbe211c8e1074b753caba0820e7710fed6041cfdd318c6e4ec1f description: '' @@ -22626,18 +23968,21 @@ https://blog.coderco.io/p/terraform-best-practices-series-lessons-0cd: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.codeswiftr.com/kubernetes-in-azure-a-step-by-step-guide-to-setting-up-a-production-ready-cluster-7336f78d5f7: content_hash: N/A health_score: 100.0 last_checked: 1779030854.331854 v1_locations: - docs/terraform.md + addition_method: manual https://blog.codeswiftr.com/kubernetes-in-azure-part-2-basic-deployment-to-aks-and-https-setup-112d43e979cb: content_hash: N/A health_score: 100.0 last_checked: 1779030589.30497 v1_locations: - docs/terraform.md + addition_method: manual ? https://blog.coffeeapplied.com/securing-aks-in-peered-virtual-networks-using-only-network-security-groups-nsgs-c43d6a215f32 : ai_summary: Technical guide detailing how to secure peered virtual networks in AKS using only Network Security Groups (NSGs). Explains how to block unauthorized @@ -22667,6 +24012,7 @@ https://blog.codeswiftr.com/kubernetes-in-azure-part-2-basic-deployment-to-aks-a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.container-solutions.com/7-cloud-native-trends-to-watch-in-2020: content_hash: 0b2eaca1906ac9316eb6a577de5ef68d5579220acddb74a827024b74f28ba2bd description: '' @@ -22683,6 +24029,7 @@ https://blog.container-solutions.com/7-cloud-native-trends-to-watch-in-2020: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.container-solutions.com/comparing-chaos-engineering-tools: content_hash: 6647928807ba93b6ae86f498107ea304bc054f1a6cb44815b0a8a2824a8dad2f description: '' @@ -22700,6 +24047,7 @@ https://blog.container-solutions.com/comparing-chaos-engineering-tools: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://blog.container-solutions.com/deployment-strategies: ai_summary: An exceptionally clear, classic reference outlining the pros, cons, and technical prerequisites of major Kubernetes deployment strategies, including @@ -22728,6 +24076,7 @@ https://blog.container-solutions.com/deployment-strategies: v2_locations: - cicd.md year: N/A + addition_method: manual https://blog.container-solutions.com/fluxcd-argocd-jenkins-x-gitops-tools: content_hash: a7eebe2f710f8ff790580c3a3866a0ac01578e1b845bc3241dec7c0dde27157d description: '' @@ -22745,6 +24094,7 @@ https://blog.container-solutions.com/fluxcd-argocd-jenkins-x-gitops-tools: v2_locations: - gitops.md year: N/A + addition_method: manual https://blog.container-solutions.com/fluxcd-argocd-or-jenkins-x-which-is-the-right-gitops-tool-for-you: content_hash: a7eebe2f710f8ff790580c3a3866a0ac01578e1b845bc3241dec7c0dde27157d description: '' @@ -22756,6 +24106,7 @@ https://blog.container-solutions.com/fluxcd-argocd-or-jenkins-x-which-is-the-rig v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://blog.container-solutions.com/gitops-limitations: content_hash: dad49eea9a9e4347ae15f0a92c06a55dffd389175b3728fb79cfc6da9eeb5027 description: '' @@ -22772,6 +24123,7 @@ https://blog.container-solutions.com/gitops-limitations: v2_locations: - gitops.md year: N/A + addition_method: manual https://blog.container-solutions.com/gitops-the-bad-and-the-ugly: content_hash: dad49eea9a9e4347ae15f0a92c06a55dffd389175b3728fb79cfc6da9eeb5027 description: '' @@ -22783,6 +24135,7 @@ https://blog.container-solutions.com/gitops-the-bad-and-the-ugly: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://blog.container-solutions.com/how-mature-is-your-microservices-architecture: content_hash: 6c7b92e8028b3abfaae5283cbe7285659124d9f67a4db74d7123b854652ae0cf description: '' @@ -22800,6 +24153,7 @@ https://blog.container-solutions.com/how-mature-is-your-microservices-architectu v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.container-solutions.com/kubernetes-operators-explained: content_hash: 51c718a0807e5bbf83aaeba06f99967f0f10abff7e368a8c442f711bac87006d description: '' @@ -22816,6 +24170,7 @@ https://blog.container-solutions.com/kubernetes-operators-explained: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://blog.container-solutions.com/the-birth-of-the-external-secrets-community: ai_summary: Chronicling the merger of GoDaddy's External Secrets and other community efforts into the unified External Secrets Operator (ESO). Explains how collaboration @@ -22843,6 +24198,7 @@ https://blog.container-solutions.com/the-birth-of-the-external-secrets-community v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.container-solutions.com/why-adopt-gitops: content_hash: 48ead29fa258b49f6c6873e095cc760f134773e3904dd9de76b1695ca1c9a85d description: '' @@ -22859,6 +24215,7 @@ https://blog.container-solutions.com/why-adopt-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://blog.couchbase.com/2016/january/nosql-in-the-perspective-of-industry-leaders: content_hash: N/A health_score: 100.0 @@ -22869,6 +24226,7 @@ https://blog.couchbase.com/2016/january/nosql-in-the-perspective-of-industry-lea - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://blog.couchbase.com/2016/july/docker-for-aws-getting-started-scaling-nodes: content_hash: N/A health_score: 100.0 @@ -22879,6 +24237,7 @@ https://blog.couchbase.com/2016/july/docker-for-aws-getting-started-scaling-node - docs/aws-containers.md v2_locations: - aws-containers.md + addition_method: manual https://blog.couchbase.com/how-to-build-observability-dashboards-prometheus-grafana-couchbase: content_hash: N/A description: '' @@ -22896,6 +24255,7 @@ https://blog.couchbase.com/how-to-build-observability-dashboards-prometheus-graf - nosql.md - prometheus.md year: N/A + addition_method: manual https://blog.couchbase.com/microservices-architecture-in-couchbase: content_hash: N/A description: '' @@ -22910,6 +24270,7 @@ https://blog.couchbase.com/microservices-architecture-in-couchbase: v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.crossplane.io/crossplane-openshift-operator-cloud-native-services: ai_summary: Deep dive into installing and operating Crossplane within Red Hat OpenShift. Shows how platform administrators can unify container scheduling and cloud service @@ -22939,6 +24300,7 @@ https://blog.crossplane.io/crossplane-openshift-operator-cloud-native-services: v2_locations: - crossplane.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/a-postgres-primer-for-oracle-dbas: content_hash: b1ef4c88fbbfd07dcf8edcae70a2e2d84ec29ae5bd86e7fdc84b0cc7b54b4758 description: '' @@ -22950,6 +24312,7 @@ https://blog.crunchydata.com/blog/a-postgres-primer-for-oracle-dbas: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/active-active-postgres-federation-on-kubernetes: content_hash: c591ab92e180b89d8cfdff37064b76dd98c08767b8d4b77cace072979ab7f502 description: '' @@ -22961,6 +24324,7 @@ https://blog.crunchydata.com/blog/active-active-postgres-federation-on-kubernete v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/announcing-google-cloud-storage-gcs-support-for-pgbackrest: content_hash: 5f71d1f79345c35215d7aa29ff70635244b95b0277e654506ecd17515e07b877 description: '' @@ -22973,6 +24337,7 @@ https://blog.crunchydata.com/blog/announcing-google-cloud-storage-gcs-support-fo v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/announcing-postgres-container-apps-easy-deploy-postgres-apps: content_hash: 87ce4ff02ab69141783924cbc4ba6c48c05d7d67261570d0d8f5f326123ef58f description: '' @@ -22985,6 +24350,7 @@ https://blog.crunchydata.com/blog/announcing-postgres-container-apps-easy-deploy v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/crunchy-postgres-operator-4.6.0: content_hash: a7e83515c52fb8f8b9baaa1d01a92926eadd5ba0d9ec925362a1cd6f9d37131f description: '' @@ -22996,6 +24362,7 @@ https://blog.crunchydata.com/blog/crunchy-postgres-operator-4.6.0: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/d-meta: content_hash: c414022c133096a2344c462863251c460a898aabadbc9a4aeea0b1e0cf928cb2 description: '' @@ -23008,6 +24375,7 @@ https://blog.crunchydata.com/blog/d-meta: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/generating-json-directly-from-postgres: content_hash: 2de7a79f26cf16a62177787f96514089a2634481a175791154994f03756fd2e7 description: '' @@ -23020,6 +24388,7 @@ https://blog.crunchydata.com/blog/generating-json-directly-from-postgres: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/gitops-postgres-kubernetes-helm: content_hash: 54a9d7674643cbd71739b364a39b2d0f38516df00f0d4cd06ed29fcd90ca253c description: '' @@ -23031,6 +24400,7 @@ https://blog.crunchydata.com/blog/gitops-postgres-kubernetes-helm: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/kube-cluster-from-scratch-on-rocky-8: content_hash: e106e0c141a7df7b9142c7f704cce26ba2fceea04a6c6905fbb456a39cd794b6 description: '' @@ -23043,6 +24413,7 @@ https://blog.crunchydata.com/blog/kube-cluster-from-scratch-on-rocky-8: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-deployment-strategies: content_hash: baf33b882e766907f5e9b188bb9cf504f4f97f158db74cec5355733ebd415c81 description: '' @@ -23055,6 +24426,7 @@ https://blog.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-depl v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/message-queuing-using-native-postgresql: content_hash: 619b139e521a691eaed8994004a45a0368e3465e1d3e5c04492eb41022aaf42b description: '' @@ -23066,6 +24438,7 @@ https://blog.crunchydata.com/blog/message-queuing-using-native-postgresql: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployments: content_hash: 3144488cb755c52229031d06800ae8f5461ffc5f54e9f4ca8d19bf177e28a199 description: '' @@ -23077,6 +24450,7 @@ https://blog.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployment v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/pgbackrest-point-in-time-recovery-using-crunchy-postgresql-operator: content_hash: acb1a24a36c4730a39bb1281d2cb4e8adcbc00c31d7aecafd610c02068d524b3 description: '' @@ -23089,6 +24463,7 @@ https://blog.crunchydata.com/blog/pgbackrest-point-in-time-recovery-using-crunch v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/postgres-indexes-for-newbies: content_hash: 8558fd1382c91b73d82087afe59ec9cf3540c84c33ae879ab90284c04f3ea362 description: '' @@ -23100,6 +24475,7 @@ https://blog.crunchydata.com/blog/postgres-indexes-for-newbies: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/postgresql-14-on-kubernetes: content_hash: aa3098126aaade9a1912d4daf3dedbd75aae5ba8203f50f7ea7d444f48bda6c6 description: '' @@ -23111,6 +24487,7 @@ https://blog.crunchydata.com/blog/postgresql-14-on-kubernetes: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/resize-postgres-kubernetes-volume-instance-sets: content_hash: cf5623b6a7f57cddd8abcdec4aa96b5194624c3f12fbe12c935a0959e6662883 description: '' @@ -23123,6 +24500,7 @@ https://blog.crunchydata.com/blog/resize-postgres-kubernetes-volume-instance-set v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/set-up-tls-for-postgresql-in-kubernetes: content_hash: 4c81d759080bf0cc90747cded5de918855698d974a361aac231710d88635f33d description: '' @@ -23134,6 +24512,7 @@ https://blog.crunchydata.com/blog/set-up-tls-for-postgresql-in-kubernetes: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: content_hash: 0ad72f5674ee2be654781a9a2e11791f8b3e0235cc7a4c4754e401b2baffbc3b description: '' @@ -23145,6 +24524,7 @@ https://blog.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/tentative-smarter-query-optimization-in-postgres-starts-with-pg_stat_statements: content_hash: f4935c64c03291395d95b724ea8b0fd0c7d39d029c7e15bbe115804f96324983 description: '' @@ -23156,6 +24536,7 @@ https://blog.crunchydata.com/blog/tentative-smarter-query-optimization-in-postgr v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/using-cert-manager-to-deploy-tls-for-postgres-on-kubernetes: content_hash: cae0f4f9e6a01905d0490400023699385593a1d823378294f7b14f72d2ef6af5 description: '' @@ -23167,6 +24548,7 @@ https://blog.crunchydata.com/blog/using-cert-manager-to-deploy-tls-for-postgres- v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/using-kubernetes-chances-are-you-need-a-database: content_hash: d7eca609c6f53c2cf226b5e7706ec41587be03c4f4c3440d3e0a20bbdc16d961 description: '' @@ -23179,6 +24561,7 @@ https://blog.crunchydata.com/blog/using-kubernetes-chances-are-you-need-a-databa v1_locations: - docs/databases.md year: N/A + addition_method: manual https://blog.crunchydata.com/blog/your-guide-to-connection-management-in-postgres: content_hash: 2e7aaf19c49e71a035774a9df6cb70569213069558b408ca1d98921d52f1fc92 description: '' @@ -23190,6 +24573,7 @@ https://blog.crunchydata.com/blog/your-guide-to-connection-management-in-postgre v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.crunchydata.com/news/next-generation-crunchy-postgres-for-kubernetes-released: content_hash: 49a3434ea2bf007170f19c52f99123dd63f410aeb19d66b55da41f6fe8e72b01 description: '' @@ -23202,6 +24586,7 @@ https://blog.crunchydata.com/news/next-generation-crunchy-postgres-for-kubernete v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.csanchez.org/2021/06/15/serverless-jenkins-pipelines-with-google-cloud-run: content_hash: 715726561e7b10dc3ae2430b33e3b6bc2851d1c2b4bf4f3c8c4f3ff19d1685dc description: '' @@ -23218,6 +24603,7 @@ https://blog.csanchez.org/2021/06/15/serverless-jenkins-pipelines-with-google-cl v2_locations: - jenkins.md year: N/A + addition_method: manual https://blog.cyble.com/2022/06/27/exposed-kubernetes-clusters: content_hash: c8e385b924674c3249a64dc341fe5bfca5c3df7f72e295c8d8bfc101fcf25376 description: '' @@ -23229,6 +24615,7 @@ https://blog.cyble.com/2022/06/27/exposed-kubernetes-clusters: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://blog.datumo.io/setting-up-kafka-on-kubernetes-an-easy-way-26ae150b9ca8: content_hash: N/A description: '' @@ -23243,6 +24630,7 @@ https://blog.datumo.io/setting-up-kafka-on-kubernetes-an-easy-way-26ae150b9ca8: v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.davesdomain.co.uk/posts/azure-rbac-constrained-delegation: content_hash: 6106369d97e724c1073df380fa30cf5e8ce344560e76bd66ae97504d9fd0ab15 description: '' @@ -23259,6 +24647,7 @@ https://blog.davesdomain.co.uk/posts/azure-rbac-constrained-delegation: v2_locations: - azure.md year: N/A + addition_method: manual https://blog.dbi-services.com/deploying-postgresql-in-minishiftopenshift: content_hash: cdb88ede1470b0373935547add7d5376331fcd61c375baac43f570d6f683e391 description: '' @@ -23270,6 +24659,7 @@ https://blog.dbi-services.com/deploying-postgresql-in-minishiftopenshift: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://blog.deckhouse.io/how-we-enjoyed-upgrading-a-bunch-of-kubernetes-clusters-from-v1-16-to-v1-19-7d664624b2c1: content_hash: N/A description: '' @@ -23285,6 +24675,7 @@ https://blog.deckhouse.io/how-we-enjoyed-upgrading-a-bunch-of-kubernetes-cluster v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.deref.io/containers-dont-solve-everything: content_hash: N/A description: '' @@ -23299,6 +24690,7 @@ https://blog.deref.io/containers-dont-solve-everything: v2_locations: - introduction.md year: N/A + addition_method: manual ? https://blog.desdelinux.net/microsoft-performance-tools-una-serie-de-herramientas-open-source-para-analizar-el-rendimiento-del-sistema : ai_summary: Análisis en español de Microsoft Performance-Tools, una suite de código abierto basada en .NET Core para recopilar trazas y métricas del sistema operativo @@ -23327,6 +24719,7 @@ https://blog.deref.io/containers-dont-solve-everything: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://blog.developer.adobe.com/exploring-kafka-producers-internals-37411b647d0f: content_hash: N/A description: '' @@ -23341,6 +24734,7 @@ https://blog.developer.adobe.com/exploring-kafka-producers-internals-37411b647d0 v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://blog.developersteve.com/canary-deployments-in-kubernetes-safely-releasing-new-features-with-confidence-f6eb3f0dab6f : content_hash: N/A description: '' @@ -23356,6 +24750,7 @@ https://blog.developer.adobe.com/exploring-kafka-producers-internals-37411b647d0 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.developersteve.com/gitops-for-kubernetes-canary-deployments-4aeab4043727: content_hash: N/A description: '' @@ -23370,6 +24765,7 @@ https://blog.developersteve.com/gitops-for-kubernetes-canary-deployments-4aeab40 v2_locations: - gitops.md year: N/A + addition_method: manual https://blog.devgenius.io/7-open-source-kubernetes-developer-tools-to-follow-in-2022-78a5e5dbd4e3: content_hash: N/A description: '' @@ -23385,6 +24781,7 @@ https://blog.devgenius.io/7-open-source-kubernetes-developer-tools-to-follow-in- v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.devgenius.io/all-you-need-to-know-about-debugging-kubernetes-cronjob-61989a998513: content_hash: N/A description: '' @@ -23399,6 +24796,7 @@ https://blog.devgenius.io/all-you-need-to-know-about-debugging-kubernetes-cronjo v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://blog.devgenius.io/argo-cd-introduction-4b16f50b0d56: content_hash: N/A description: '' @@ -23413,6 +24811,7 @@ https://blog.devgenius.io/argo-cd-introduction-4b16f50b0d56: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.devgenius.io/automate-kubernetes-with-python-2150c290afe7: content_hash: N/A description: '' @@ -23427,6 +24826,7 @@ https://blog.devgenius.io/automate-kubernetes-with-python-2150c290afe7: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://blog.devgenius.io/automated-dns-tls-with-external-dns-letsencrypt-on-kubernetes-6f4f41827df9: content_hash: N/A description: '' @@ -23442,6 +24842,7 @@ https://blog.devgenius.io/automated-dns-tls-with-external-dns-letsencrypt-on-kub v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.devgenius.io/backup-restore-and-migrate-kubernetes-cluster-resources-using-velero-a9b6997e4b54: content_hash: N/A description: '' @@ -23457,6 +24858,7 @@ https://blog.devgenius.io/backup-restore-and-migrate-kubernetes-cluster-resource v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://blog.devgenius.io/best-practice-and-cheat-sheet-for-rest-api-design-6a6e12dfa89f: content_hash: N/A description: '' @@ -23471,6 +24873,7 @@ https://blog.devgenius.io/best-practice-and-cheat-sheet-for-rest-api-design-6a6e v2_locations: - api.md year: N/A + addition_method: manual https://blog.devgenius.io/blue-green-deployment-with-kubernetes-b7595b17fe17: content_hash: N/A description: '' @@ -23485,6 +24888,7 @@ https://blog.devgenius.io/blue-green-deployment-with-kubernetes-b7595b17fe17: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/choosing-an-optimal-kubernetes-worker-node-size-e0eacab408c4: content_hash: N/A description: '' @@ -23500,6 +24904,7 @@ https://blog.devgenius.io/choosing-an-optimal-kubernetes-worker-node-size-e0eaca v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/container-namespace-introduction-6a1e26f8707a: content_hash: N/A description: '' @@ -23514,6 +24919,7 @@ https://blog.devgenius.io/container-namespace-introduction-6a1e26f8707a: v2_locations: - docker.md year: N/A + addition_method: manual https://blog.devgenius.io/daily-useful-kubernetes-aliases-c35f7f411f39: content_hash: N/A description: '' @@ -23528,6 +24934,7 @@ https://blog.devgenius.io/daily-useful-kubernetes-aliases-c35f7f411f39: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://blog.devgenius.io/devops-in-k8s-deployment-rolling-update-f022285c6f90: content_hash: N/A description: '' @@ -23542,6 +24949,7 @@ https://blog.devgenius.io/devops-in-k8s-deployment-rolling-update-f022285c6f90: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/devops-in-k8s-pod-cgroups-ed05181865f9: content_hash: N/A description: '' @@ -23556,6 +24964,7 @@ https://blog.devgenius.io/devops-in-k8s-pod-cgroups-ed05181865f9: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/devops-in-k8s-pod-downward-api-571399049013: content_hash: N/A description: '' @@ -23570,6 +24979,7 @@ https://blog.devgenius.io/devops-in-k8s-pod-downward-api-571399049013: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/devops-in-k8s-write-dockerfile-efficiently-37eaedf87163: content_hash: N/A description: '' @@ -23584,6 +24994,7 @@ https://blog.devgenius.io/devops-in-k8s-write-dockerfile-efficiently-37eaedf8716 v2_locations: - docker.md year: N/A + addition_method: manual https://blog.devgenius.io/devops-in-linux-systemd-introduction-db7f49cb566b: content_hash: N/A description: '' @@ -23598,6 +25009,7 @@ https://blog.devgenius.io/devops-in-linux-systemd-introduction-db7f49cb566b: v2_locations: - linux.md year: N/A + addition_method: manual https://blog.devgenius.io/distributed-monolith-1d2d9f86a68f: content_hash: N/A description: '' @@ -23612,6 +25024,7 @@ https://blog.devgenius.io/distributed-monolith-1d2d9f86a68f: v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.devgenius.io/explore-api-priority-and-fairness-to-ease-the-load-of-the-apiserver-a4fe9c4e7174: content_hash: N/A description: '' @@ -23627,6 +25040,7 @@ https://blog.devgenius.io/explore-api-priority-and-fairness-to-ease-the-load-of- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.devgenius.io/how-is-security-managed-in-kubernetes-clusters-addefffd2b0: content_hash: N/A description: '' @@ -23641,6 +25055,7 @@ https://blog.devgenius.io/how-is-security-managed-in-kubernetes-clusters-addefff v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.devgenius.io/how-to-use-redis-pub-sub-in-your-python-application-b6d5e11fc8de: content_hash: N/A description: '' @@ -23655,6 +25070,7 @@ https://blog.devgenius.io/how-to-use-redis-pub-sub-in-your-python-application-b6 v2_locations: - databases.md year: N/A + addition_method: manual https://blog.devgenius.io/introduction-to-python-dictionaries-89045c9bf315: content_hash: N/A description: '' @@ -23669,6 +25085,7 @@ https://blog.devgenius.io/introduction-to-python-dictionaries-89045c9bf315: v2_locations: - python.md year: N/A + addition_method: manual https://blog.devgenius.io/is-it-time-to-migrate-from-lens-to-openlens-75496e5758d8: content_hash: N/A description: '' @@ -23684,6 +25101,7 @@ https://blog.devgenius.io/is-it-time-to-migrate-from-lens-to-openlens-75496e5758 v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.devgenius.io/k8s-ipvs-mode-introduction-6457a02cd91a: content_hash: N/A description: '' @@ -23698,6 +25116,7 @@ https://blog.devgenius.io/k8s-ipvs-mode-introduction-6457a02cd91a: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.devgenius.io/k8s-kubecolor-introduction-3d650effc36f: content_hash: N/A description: '' @@ -23712,6 +25131,7 @@ https://blog.devgenius.io/k8s-kubecolor-introduction-3d650effc36f: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.devgenius.io/k8s-manage-multiple-clusters-using-kubectl-at-scale-9f200c692099: content_hash: N/A description: '' @@ -23726,6 +25146,7 @@ https://blog.devgenius.io/k8s-manage-multiple-clusters-using-kubectl-at-scale-9f v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://blog.devgenius.io/k8s-networking-calico-part1-7f74395b6fe2: content_hash: N/A description: '' @@ -23740,6 +25161,7 @@ https://blog.devgenius.io/k8s-networking-calico-part1-7f74395b6fe2: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.devgenius.io/k8s-pause-container-f7abd1e9b488: content_hash: N/A description: '' @@ -23754,6 +25176,7 @@ https://blog.devgenius.io/k8s-pause-container-f7abd1e9b488: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://blog.devgenius.io/k8s-troubleshooting-pod-in-terminating-or-unknown-status-2878f6ec66b8: content_hash: N/A description: '' @@ -23768,6 +25191,7 @@ https://blog.devgenius.io/k8s-troubleshooting-pod-in-terminating-or-unknown-stat v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://blog.devgenius.io/k8s-why-use-job-instead-of-pod-directly-48cf4e24a0df: content_hash: N/A description: '' @@ -23782,6 +25206,7 @@ https://blog.devgenius.io/k8s-why-use-job-instead-of-pod-directly-48cf4e24a0df: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/kubeflow-cloud-deployment-aws-46f739ccbb32: content_hash: N/A description: '' @@ -23796,6 +25221,7 @@ https://blog.devgenius.io/kubeflow-cloud-deployment-aws-46f739ccbb32: v2_locations: - mlops.md year: N/A + addition_method: manual https://blog.devgenius.io/kubernetes-blue-green-deployment-a69ed17cd4cd: content_hash: N/A description: '' @@ -23810,6 +25236,7 @@ https://blog.devgenius.io/kubernetes-blue-green-deployment-a69ed17cd4cd: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/kubernetes-deployment-strategy-explained-bf27fea088e1: content_hash: N/A description: '' @@ -23824,6 +25251,7 @@ https://blog.devgenius.io/kubernetes-deployment-strategy-explained-bf27fea088e1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/kubernetes-k8-high-level-overview-d4e8ef59de00: content_hash: N/A description: '' @@ -23838,6 +25266,7 @@ https://blog.devgenius.io/kubernetes-k8-high-level-overview-d4e8ef59de00: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/kubernetes-namespace-wide-network-policy-1126fafdf221: content_hash: N/A description: '' @@ -23852,6 +25281,7 @@ https://blog.devgenius.io/kubernetes-namespace-wide-network-policy-1126fafdf221: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.devgenius.io/kubernetes-on-proxmox-with-terraform-6880921af6e4: content_hash: N/A description: '' @@ -23866,6 +25296,7 @@ https://blog.devgenius.io/kubernetes-on-proxmox-with-terraform-6880921af6e4: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.devgenius.io/kustomize-simple-manifest-manipulation-9330f7f40d5d: content_hash: N/A description: '' @@ -23880,6 +25311,7 @@ https://blog.devgenius.io/kustomize-simple-manifest-manipulation-9330f7f40d5d: v2_locations: - kustomize.md year: N/A + addition_method: manual https://blog.devgenius.io/learn-kubernetes-programming-part-1-7384e5f3c481: content_hash: N/A description: '' @@ -23894,6 +25326,7 @@ https://blog.devgenius.io/learn-kubernetes-programming-part-1-7384e5f3c481: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://blog.devgenius.io/logging-in-python-adec94519755: content_hash: N/A description: '' @@ -23908,6 +25341,7 @@ https://blog.devgenius.io/logging-in-python-adec94519755: v2_locations: - python.md year: N/A + addition_method: manual https://blog.devgenius.io/passing-the-2023-certified-kubernetes-administrator-cka-exam-693d8f9bc711: content_hash: N/A description: '' @@ -23923,6 +25357,7 @@ https://blog.devgenius.io/passing-the-2023-certified-kubernetes-administrator-ck v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devgenius.io/rest-apis-with-python-f330c7ffc6ab: content_hash: N/A description: '' @@ -23937,6 +25372,7 @@ https://blog.devgenius.io/rest-apis-with-python-f330c7ffc6ab: v2_locations: - api.md year: N/A + addition_method: manual https://blog.devgenius.io/running-opentelemetry-demo-app-in-kubernetes-95dccd613e0b: content_hash: N/A description: '' @@ -23951,6 +25387,7 @@ https://blog.devgenius.io/running-opentelemetry-demo-app-in-kubernetes-95dccd613 v2_locations: - demos.md year: N/A + addition_method: manual https://blog.devgenius.io/scanning-kubernetes-yaml-files-for-security-e302542b5407: content_hash: N/A description: '' @@ -23965,6 +25402,7 @@ https://blog.devgenius.io/scanning-kubernetes-yaml-files-for-security-e302542b54 v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.devgenius.io/send-information-from-databricks-to-airflow-810a7d49ff81: content_hash: N/A description: '' @@ -23979,6 +25417,7 @@ https://blog.devgenius.io/send-information-from-databricks-to-airflow-810a7d49ff v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.devgenius.io/sso-authentication-for-applications-in-kubernetes-aedc3c189d89: content_hash: N/A description: '' @@ -23993,6 +25432,7 @@ https://blog.devgenius.io/sso-authentication-for-applications-in-kubernetes-aedc v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.devgenius.io/top-10-architecture-characteristics-non-functional-requirements-with-cheatsheat-7ad14bbb0a9b: content_hash: N/A description: '' @@ -24008,6 +25448,7 @@ https://blog.devgenius.io/top-10-architecture-characteristics-non-functional-req v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.devgenius.io/training-model-with-jenkins-using-docker-mlops-b18579ddb677: content_hash: N/A description: '' @@ -24022,6 +25463,7 @@ https://blog.devgenius.io/training-model-with-jenkins-using-docker-mlops-b18579d v2_locations: - mlops.md year: N/A + addition_method: manual https://blog.devgenius.io/when-k8s-pods-are-stuck-mounting-large-volumes-2915e6656cb8: content_hash: N/A description: '' @@ -24036,6 +25478,7 @@ https://blog.devgenius.io/when-k8s-pods-are-stuck-mounting-large-volumes-2915e66 v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://blog.devgenius.io/yaml-with-python-d6787a9bd8ab: content_hash: N/A description: '' @@ -24050,6 +25493,7 @@ https://blog.devgenius.io/yaml-with-python-d6787a9bd8ab: v2_locations: - yaml.md year: N/A + addition_method: manual https://blog.devgenius.io/zero-downtime-deployment-with-kubernetes-using-rolling-update-strategy-bff45de8c3c3: content_hash: N/A description: '' @@ -24065,6 +25509,7 @@ https://blog.devgenius.io/zero-downtime-deployment-with-kubernetes-using-rolling v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devops.dev/automating-kubernetes-deployments-with-helm-charts-baaec0e6fbc5: content_hash: N/A description: '' @@ -24083,6 +25528,7 @@ https://blog.devops.dev/automating-kubernetes-deployments-with-helm-charts-baaec - helm.md - kubernetes-tutorials.md year: N/A + addition_method: manual https://blog.devops.dev/blue-green-deployment-ci-cd-pipelines-with-docker-github-and-jenkins-6a262b2994c6: content_hash: N/A description: '' @@ -24098,6 +25544,7 @@ https://blog.devops.dev/blue-green-deployment-ci-cd-pipelines-with-docker-github v2_locations: - jenkins.md year: N/A + addition_method: manual https://blog.devops.dev/demystifying-kubernetes-understanding-ingress-configuration-and-best-practices-fb34e33e5f5f: content_hash: N/A description: '' @@ -24113,6 +25560,7 @@ https://blog.devops.dev/demystifying-kubernetes-understanding-ingress-configurat v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.devops.dev/deploying-and-monitoring-an-application-using-prometheus-on-kubernetes-cluster-483773f789f: content_hash: N/A description: '' @@ -24127,6 +25575,7 @@ https://blog.devops.dev/deploying-and-monitoring-an-application-using-prometheus v2_locations: - prometheus.md year: N/A + addition_method: manual https://blog.devops.dev/deploying-awesome-app-on-aws-serverless-services-step-by-step-guide-54bc89e4d236: content_hash: N/A description: '' @@ -24142,6 +25591,7 @@ https://blog.devops.dev/deploying-awesome-app-on-aws-serverless-services-step-by v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://blog.devops.dev/deploying-helm-charts-with-jenkins-and-groovy-a-comprehensive-guide-c2aa0f2bd424: content_hash: N/A description: '' @@ -24157,6 +25607,7 @@ https://blog.devops.dev/deploying-helm-charts-with-jenkins-and-groovy-a-comprehe v2_locations: - jenkins.md year: N/A + addition_method: manual ? https://blog.devops.dev/deploying-prometheus-and-grafana-in-a-multi-node-kubernetes-cluster-and-auto-scaling-with-keda-eccecfbd8950 : content_hash: N/A description: '' @@ -24172,6 +25623,7 @@ https://blog.devops.dev/deploying-helm-charts-with-jenkins-and-groovy-a-comprehe v2_locations: - prometheus.md year: N/A + addition_method: manual https://blog.devops.dev/devops-best-practices-for-continuous-delivery-2f0ebbae65c6: content_hash: N/A description: '' @@ -24186,6 +25638,7 @@ https://blog.devops.dev/devops-best-practices-for-continuous-delivery-2f0ebbae65 v2_locations: - devops.md year: N/A + addition_method: manual https://blog.devops.dev/end-to-end-devsecops-kubernetes-project-4259f90722ef: content_hash: N/A description: '' @@ -24200,6 +25653,7 @@ https://blog.devops.dev/end-to-end-devsecops-kubernetes-project-4259f90722ef: v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.devops.dev/generating-a-list-of-dictionaries-with-python-77fca1854911: content_hash: N/A description: '' @@ -24214,6 +25668,7 @@ https://blog.devops.dev/generating-a-list-of-dictionaries-with-python-77fca18549 v2_locations: - python.md year: N/A + addition_method: manual https://blog.devops.dev/gitops-at-scale-69639c9a3dd7: content_hash: N/A description: '' @@ -24228,6 +25683,7 @@ https://blog.devops.dev/gitops-at-scale-69639c9a3dd7: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.devops.dev/gitops-fundamentals-part-0-a8e63f8f9ce8: content_hash: N/A description: '' @@ -24242,6 +25698,7 @@ https://blog.devops.dev/gitops-fundamentals-part-0-a8e63f8f9ce8: v2_locations: - gitops.md year: N/A + addition_method: manual https://blog.devops.dev/hacking-kubernetes-in-aws-54f4681f1478: content_hash: N/A description: '' @@ -24256,6 +25713,7 @@ https://blog.devops.dev/hacking-kubernetes-in-aws-54f4681f1478: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.devops.dev/hosting-your-own-helm-chart-on-github-with-chart-releaser-a356ac10ce5c: content_hash: N/A description: '' @@ -24270,6 +25728,7 @@ https://blog.devops.dev/hosting-your-own-helm-chart-on-github-with-chart-release v2_locations: - helm.md year: N/A + addition_method: manual https://blog.devops.dev/how-to-create-an-aws-sandbox-account-using-terraform-c3592a6d8abd: content_hash: N/A description: '' @@ -24284,6 +25743,7 @@ https://blog.devops.dev/how-to-create-an-aws-sandbox-account-using-terraform-c35 v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.devops.dev/how-to-manage-multiple-environments-with-terraform-with-the-use-of-modules-d4ca512d7b4a: content_hash: N/A description: '' @@ -24299,6 +25759,7 @@ https://blog.devops.dev/how-to-manage-multiple-environments-with-terraform-with- v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.devops.dev/how-to-use-the-kubernetes-resource-recommender-tool-in-a-gke-cluster-ef48a6dea85c: content_hash: N/A description: '' @@ -24314,6 +25775,7 @@ https://blog.devops.dev/how-to-use-the-kubernetes-resource-recommender-tool-in-a v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.devops.dev/importance-of-logging-in-kubernetes-and-intro-to-grafana-loki-f8dc6f736e6: content_hash: N/A description: '' @@ -24329,6 +25791,7 @@ https://blog.devops.dev/importance-of-logging-in-kubernetes-and-intro-to-grafana v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://blog.devops.dev/kateyes-visual-kubernetes-explorer-c40510874969: content_hash: N/A description: '' @@ -24343,6 +25806,7 @@ https://blog.devops.dev/kateyes-visual-kubernetes-explorer-c40510874969: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.devops.dev/keda-autoscaling-kubernetes-apps-using-prometheus-da037fe572cf: content_hash: N/A description: '' @@ -24357,6 +25821,7 @@ https://blog.devops.dev/keda-autoscaling-kubernetes-apps-using-prometheus-da037f v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://blog.devops.dev/kubernetes-services-explained-with-examples-3d1897a875b7: content_hash: N/A description: '' @@ -24371,6 +25836,7 @@ https://blog.devops.dev/kubernetes-services-explained-with-examples-3d1897a875b7 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devops.dev/manage-secrets-on-aws-and-helm-as-environment-variables-f7ec998c58fc: content_hash: N/A description: '' @@ -24385,6 +25851,7 @@ https://blog.devops.dev/manage-secrets-on-aws-and-helm-as-environment-variables- v2_locations: - aws-security.md year: N/A + addition_method: manual https://blog.devops.dev/mastering-machine-learning-at-scale-with-azure-machine-learning-dfaa4bf4353c: content_hash: N/A description: '' @@ -24400,6 +25867,7 @@ https://blog.devops.dev/mastering-machine-learning-at-scale-with-azure-machine-l v2_locations: - mlops.md year: N/A + addition_method: manual https://blog.devops.dev/monitoring-a-spring-boot-application-in-kubernetes-with-prometheus-a2d4ec7f9922: content_hash: N/A description: '' @@ -24415,6 +25883,7 @@ https://blog.devops.dev/monitoring-a-spring-boot-application-in-kubernetes-with- v2_locations: - prometheus.md year: N/A + addition_method: manual https://blog.devops.dev/monitoring-mysql-using-prometheus-and-grafana-in-kubernetes-16e7ae3de5dd: content_hash: N/A description: '' @@ -24430,6 +25899,7 @@ https://blog.devops.dev/monitoring-mysql-using-prometheus-and-grafana-in-kuberne v2_locations: - prometheus.md year: N/A + addition_method: manual https://blog.devops.dev/networking-in-kubernetes-55dcf794b9cd: content_hash: N/A description: '' @@ -24444,6 +25914,7 @@ https://blog.devops.dev/networking-in-kubernetes-55dcf794b9cd: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.devops.dev/observability-better-ci-for-your-prometheus-alerts-32aaea3b3d77: content_hash: N/A description: '' @@ -24459,6 +25930,7 @@ https://blog.devops.dev/observability-better-ci-for-your-prometheus-alerts-32aae v2_locations: - prometheus.md year: N/A + addition_method: manual https://blog.devops.dev/observability-concept-in-prometheus-9f0093fa7495: content_hash: N/A description: '' @@ -24473,6 +25945,7 @@ https://blog.devops.dev/observability-concept-in-prometheus-9f0093fa7495: v2_locations: - prometheus.md year: N/A + addition_method: manual https://blog.devops.dev/prometheus-metrics-within-kubernetes-an-ariel-view-d1d3b7d75418: content_hash: N/A description: '' @@ -24488,6 +25961,7 @@ https://blog.devops.dev/prometheus-metrics-within-kubernetes-an-ariel-view-d1d3b v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://blog.devops.dev/stop-cloning-helm-charts-enough-b40fb5d67ac7: content_hash: N/A description: '' @@ -24502,6 +25976,7 @@ https://blog.devops.dev/stop-cloning-helm-charts-enough-b40fb5d67ac7: v2_locations: - helm.md year: N/A + addition_method: manual ? https://blog.devops.dev/stop-messing-up-with-git-follow-this-simple-and-effective-strategy-to-maintain-git-branches-cc378468cde6 : content_hash: N/A description: '' @@ -24517,6 +25992,7 @@ https://blog.devops.dev/stop-cloning-helm-charts-enough-b40fb5d67ac7: v2_locations: - git.md year: N/A + addition_method: manual https://blog.devops.dev/terraform-modules-db392bb7e950: content_hash: N/A description: '' @@ -24531,6 +26007,7 @@ https://blog.devops.dev/terraform-modules-db392bb7e950: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.devops.dev/tools-to-manage-kubernetes-15b675f407d4: content_hash: N/A description: '' @@ -24545,6 +26022,7 @@ https://blog.devops.dev/tools-to-manage-kubernetes-15b675f407d4: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.devops.dev/understanding-jobs-and-cronjobs-in-kubernetes-9db379562da: content_hash: N/A description: '' @@ -24559,6 +26037,7 @@ https://blog.devops.dev/understanding-jobs-and-cronjobs-in-kubernetes-9db379562d v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.devops.dev/using-vault-in-kubernetes-production-for-security-engineers-54d2f0aca4d1: content_hash: N/A description: '' @@ -24573,6 +26052,7 @@ https://blog.devops.dev/using-vault-in-kubernetes-production-for-security-engine v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.direktiv.io/building-a-simple-cloud-native-orchestrated-microservice-from-containers-39dbcb80b0d8: content_hash: N/A description: '' @@ -24588,6 +26068,7 @@ https://blog.direktiv.io/building-a-simple-cloud-native-orchestrated-microservic v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.direktiv.io/event-driven-orchestration-with-knative-part-1-fbdcc0e2ea03: content_hash: N/A description: '' @@ -24602,6 +26083,7 @@ https://blog.direktiv.io/event-driven-orchestration-with-knative-part-1-fbdcc0e2 v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.direktiv.io/redefining-event-driven-orchestration-for-automation-applications-ec07d79f21c0: content_hash: N/A description: '' @@ -24617,6 +26099,7 @@ https://blog.direktiv.io/redefining-event-driven-orchestration-for-automation-ap v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices: content_hash: N/A description: '' @@ -24631,6 +26114,7 @@ https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices: v2_locations: - docker.md year: N/A + addition_method: manual https://blog.doit-intl.com/aws-firewalls-101-how-and-when-to-use-each-one-d4ad8087a6b3: content_hash: N/A description: '' @@ -24645,6 +26129,7 @@ https://blog.doit-intl.com/aws-firewalls-101-how-and-when-to-use-each-one-d4ad80 v2_locations: - aws-security.md year: N/A + addition_method: manual https://blog.doit-intl.com/how-to-setup-multi-cluster-load-balancing-with-gke-4b407e1f3dff: content_hash: N/A description: '' @@ -24659,6 +26144,7 @@ https://blog.doit-intl.com/how-to-setup-multi-cluster-load-balancing-with-gke-4b v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.doit-intl.com/kubernetes-and-secrets-management-in-cloud-858533c20dca: content_hash: N/A description: '' @@ -24673,6 +26159,7 @@ https://blog.doit-intl.com/kubernetes-and-secrets-management-in-cloud-858533c20d v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.dream11engineering.com/finding-order-in-chaos-how-we-automated-performance-testing-with-torque-6eb63706fcea: content_hash: N/A description: '' @@ -24688,6 +26175,7 @@ https://blog.dream11engineering.com/finding-order-in-chaos-how-we-automated-perf v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://blog.dream11engineering.com/lessons-learned-from-running-graphql-at-scale-2ad60b3cefeb: content_hash: N/A description: '' @@ -24702,6 +26190,7 @@ https://blog.dream11engineering.com/lessons-learned-from-running-graphql-at-scal v2_locations: - api.md year: N/A + addition_method: manual https://blog.ediri.io/auto-docs-test-and-release-a-helm-chart-with-github-actions: content_hash: N/A description: '' @@ -24716,6 +26205,7 @@ https://blog.ediri.io/auto-docs-test-and-release-a-helm-chart-with-github-action v2_locations: - git.md year: N/A + addition_method: manual https://blog.ediri.io/digitalocean-kubernetes-challenge: content_hash: N/A description: '' @@ -24730,6 +26220,7 @@ https://blog.ediri.io/digitalocean-kubernetes-challenge: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.ediri.io/flux-with-buckets-is-this-still-gitops: content_hash: N/A description: '' @@ -24744,6 +26235,7 @@ https://blog.ediri.io/flux-with-buckets-is-this-still-gitops: v2_locations: - flux.md year: N/A + addition_method: manual https://blog.ediri.io/how-to-remove-a-stuck-namespace: content_hash: N/A description: '' @@ -24758,6 +26250,7 @@ https://blog.ediri.io/how-to-remove-a-stuck-namespace: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://blog.ediri.io/how-to-unit-test-your-helm-charts: content_hash: N/A description: '' @@ -24772,6 +26265,7 @@ https://blog.ediri.io/how-to-unit-test-your-helm-charts: v2_locations: - helm.md year: N/A + addition_method: manual https://blog.ediri.io/kubernetes-imagepullbackoff: content_hash: N/A description: '' @@ -24786,6 +26280,7 @@ https://blog.ediri.io/kubernetes-imagepullbackoff: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://blog.ediri.io/writing-kubernetes-policies-with-jspolicy: content_hash: N/A description: '' @@ -24801,6 +26296,7 @@ https://blog.ediri.io/writing-kubernetes-policies-with-jspolicy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.eduguru.in/mysql-2/mysql-create-index-on-table: content_hash: 7bc8d786800285edb9f0aa7df35e9203ba4d7f06dc5c1747b611c5059c6445ce description: '' @@ -24817,6 +26313,7 @@ https://blog.eduguru.in/mysql-2/mysql-create-index-on-table: v2_locations: - databases.md year: N/A + addition_method: manual https://blog.eisele.net/2015/11/http2-with-jboss-eap-7.html: content_hash: edb4acd4bdb527a8c0930550af364f88b5bd4e4aa7406a837c1dab1d9df92966 health_score: 100.0 @@ -24829,6 +26326,7 @@ https://blog.eisele.net/2015/11/http2-with-jboss-eap-7.html: - docs/networking.md v2_locations: - networking.md + addition_method: manual https://blog.envoyproxy.io/examining-load-balancing-algorithms-with-envoy-1be643ea121c: content_hash: 19936a92a127b6c806280f26fe124b3e8e222673c02c5775c9276686aa636280 description: '' @@ -24844,6 +26342,7 @@ https://blog.envoyproxy.io/examining-load-balancing-algorithms-with-envoy-1be643 v2_locations: - servicemesh.md year: N/A + addition_method: manual https://blog.equationlabs.io/managing-database-migrations-safely-in-high-replicated-k8s-deployment: content_hash: N/A description: '' @@ -24859,6 +26358,7 @@ https://blog.equationlabs.io/managing-database-migrations-safely-in-high-replica v2_locations: - databases.md year: N/A + addition_method: manual https://blog.executeautomation.com/running-jenkins-build-agent-within-docker-container-part-a: content_hash: N/A description: '' @@ -24874,6 +26374,7 @@ https://blog.executeautomation.com/running-jenkins-build-agent-within-docker-con v2_locations: - jenkins.md year: N/A + addition_method: manual https://blog.extremehacking.org/blog/2015/11/09/jmeter-web-application-testing-cheatsheet: content_hash: 42bc7ba6eb3f5f6c8b1f64f235d321e51dadbcb1bffb9d6eb0177b07002b68e0 health_score: 100.0 @@ -24885,12 +26386,14 @@ https://blog.extremehacking.org/blog/2015/11/09/jmeter-web-application-testing-c - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://blog.fastthread.io/2018/09/24/stackoverflowerror: content_hash: 18007107c1475ec2e8f911fbaf79aa33d8895210b4ea64457b086ea7a56df07a health_score: 100.0 last_checked: 1779030248.712894 v1_locations: - docs/java-and-java-performance-optimization.md + addition_method: manual https://blog.flant.com/advanced-helm-templating: content_hash: a46df6a082ca18727150607b565864b26be886ea4d4e219977f7c1fe629db2c4 description: '' @@ -24902,6 +26405,7 @@ https://blog.flant.com/advanced-helm-templating: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://blog.flant.com/chaos-engineering-in-kubernetes-open-source-tools: content_hash: e7e13d56bc586b5dc1c4c83bd7624f1b1326a5ebeadd9f9f8dcafd5c2b2a97d2 description: '' @@ -24913,6 +26417,7 @@ https://blog.flant.com/chaos-engineering-in-kubernetes-open-source-tools: v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://blog.flant.com/comparing-kubernetes-operators-for-postgresql: content_hash: 7c247c557ca0e7778d8bfb1fbe977f0b0f8b0caba414b1c171235484a88727e3 description: '' @@ -24924,6 +26429,7 @@ https://blog.flant.com/comparing-kubernetes-operators-for-postgresql: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://blog.flant.com/ha-keycloak-infinispan-kubernetes: content_hash: 8179038c36bb539c39c65093e16786767ad31ddd73fcfa345d67fe8891f1c07a description: '' @@ -24935,6 +26441,7 @@ https://blog.flant.com/ha-keycloak-infinispan-kubernetes: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://blog.flant.com/kubenav-managing-kubernetes-from-smartphone: content_hash: 33992fc42410ff2fff905bc3876c1606701e4aa1646ff08a0bc2a81a06072c5a description: '' @@ -24947,6 +26454,7 @@ https://blog.flant.com/kubenav-managing-kubernetes-from-smartphone: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.flant.com/kubernetes-security-with-kube-bench-and-kube-hunter: content_hash: e5c494288589795e300f17fcf224f45ce704cdc226a8e29fa4da0a28502cd707 description: '' @@ -24959,6 +26467,7 @@ https://blog.flant.com/kubernetes-security-with-kube-bench-and-kube-hunter: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://blog.flant.com/kubernetes-storage-performance-linstor-ceph-mayastor-vitastor: content_hash: 179a984f39cacacdd1566ac15e88b14c03998b87235d10969404240b26bc9df8 description: '' @@ -24971,6 +26480,7 @@ https://blog.flant.com/kubernetes-storage-performance-linstor-ceph-mayastor-vita v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://blog.flant.com/kui-hybrid-cli-gui-for-kubernetes: content_hash: fc0af26260476cffacbfd2299dc59f47587a9c053198466702946ebdc03aea82 description: '' @@ -24982,6 +26492,7 @@ https://blog.flant.com/kui-hybrid-cli-gui-for-kubernetes: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.flant.com/our-experience-with-postgres-operator-for-kubernetes-by-zalando: content_hash: b477f7ab3171c3b3598ebc5b96210dd6eb260756d7a9426cfc951d5be0d70f65 description: '' @@ -24994,6 +26505,7 @@ https://blog.flant.com/our-experience-with-postgres-operator-for-kubernetes-by-z v1_locations: - docs/demos.md year: N/A + addition_method: manual https://blog.flant.com/small-local-kubernetes-comparison: content_hash: c5bb9665f8bdf13201d6d7ba2608a51c690b1a3f5ff49b66a9b871d252afa65e description: '' @@ -25006,6 +26518,7 @@ https://blog.flant.com/small-local-kubernetes-comparison: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.flatturtle.com: content_hash: 3689380abe464b032304917069d1651486f422b2f51a24da2a74d313431907ae health_score: 100.0 @@ -25017,6 +26530,7 @@ https://blog.flatturtle.com: - docs/api.md v2_locations: - api.md + addition_method: manual https://blog.fleetdm.com/4-tips-for-github-actions-usability-2-debugging-4c0c920adfde: content_hash: 9a835d5751e0909490d1d91b4ccafe092b57d200aa2f00a0c0f3e818ea3f9083 description: '' @@ -25029,6 +26543,7 @@ https://blog.fleetdm.com/4-tips-for-github-actions-usability-2-debugging-4c0c920 v1_locations: - docs/git.md year: N/A + addition_method: manual https://blog.flipkart.tech/the-art-of-system-debugging-decoding-cpu-utilization-da75f09ef1ff: content_hash: N/A description: '' @@ -25046,6 +26561,7 @@ https://blog.flipkart.tech/the-art-of-system-debugging-decoding-cpu-utilization- - java-and-java-performance-optimization.md - linux.md year: N/A + addition_method: manual https://blog.flomesh.io/kubernetes-gateway-api-evolution-of-service-networking-aa76ec4efa7e: content_hash: N/A description: '' @@ -25060,6 +26576,7 @@ https://blog.flomesh.io/kubernetes-gateway-api-evolution-of-service-networking-a v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.flomesh.io/using-pipy-as-a-kubernetes-policy-engine-e70a23c8d54c: content_hash: N/A description: '' @@ -25074,6 +26591,7 @@ https://blog.flomesh.io/using-pipy-as-a-kubernetes-policy-engine-e70a23c8d54c: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.fourninecloud.com/kubernetes-monitoring-how-to-monitor-using-prometheus-f2eff767f6bb: ai_summary: A foundational tutorial detail step-by-step deployment of Prometheus on Kubernetes. It covers target discovery, metrics collection, and node exporter @@ -25102,6 +26620,7 @@ https://blog.fourninecloud.com/kubernetes-monitoring-how-to-monitor-using-promet v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://blog.frankel.ch/annotation-free-spring: content_hash: 69ced298c38e444443342ef44d01b93a80090a84bf2138e01b10fbab8dcdf5c7 description: '' @@ -25118,6 +26637,7 @@ https://blog.frankel.ch/annotation-free-spring: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://blog.frankel.ch/basics-access-kubernetes-pods: content_hash: 984f0d5afbf2285c60a81524a1eb20a0eed3c1ba5fcab26c84d4208c249778bf description: '' @@ -25134,6 +26654,7 @@ https://blog.frankel.ch/basics-access-kubernetes-pods: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.frankel.ch/kubernetes-extensibility: content_hash: 8f3a77bcdd4a4506a4a0dda4e31f433afebc71d0b96a24426d649787f37fcbab description: '' @@ -25150,6 +26671,7 @@ https://blog.frankel.ch/kubernetes-extensibility: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://blog.frankel.ch/learning-auditing-kubernetes-manifests: ai_summary: 'Curator Insight: Unique learning methodology based on static code analysis of raw Kubernetes manifests. Live Grounding: Teaches engineers how to spot structural @@ -25178,12 +26700,14 @@ https://blog.frankel.ch/learning-auditing-kubernetes-manifests: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.gceasy.io/2019/03/13/micrometrics-to-forecast-application-performance: content_hash: 6f929579bee5a08e10d0c37d8b1f2a78ba7fbe8b68e55b884406984e05a85c61 health_score: 100.0 last_checked: 1779031122.316734 v1_locations: - docs/java-and-java-performance-optimization.md + addition_method: manual https://blog.gceasy.io/2020/11/05/best-practices-java-memory-arguments-for-containers: content_hash: 508148182319a6736f3df50820e0b1ff67f15f67b29fc4f706cd002f1e9375d1 description: '' @@ -25195,6 +26719,7 @@ https://blog.gceasy.io/2020/11/05/best-practices-java-memory-arguments-for-conta v1_locations: - docs/java-and-java-performance-optimization.md year: N/A + addition_method: manual https://blog.gceasy.io/best-practices-java-memory-arguments-for-containers: ai_summary: Deep analysis of standard flags (like -XX:+UseContainerSupport and -XX:MaxRAMPercentage) needed to ensure JVM containers accurately dynamically self-size. @@ -25215,6 +26740,7 @@ https://blog.gceasy.io/best-practices-java-memory-arguments-for-containers: v2_locations: - java-and-java-performance-optimization.md year: '2022' + addition_method: manual https://blog.getambassador.io/best-tools-for-kubernetes-local-development-a-comprehensive-guide-3577d351d31e: content_hash: 4353192adbb552a70bf9192d04c9db6e5194aab52a90bd79f590397d897f21ed description: '' @@ -25231,6 +26757,7 @@ https://blog.getambassador.io/best-tools-for-kubernetes-local-development-a-comp v2_locations: - rancher.md year: N/A + addition_method: manual https://blog.getambassador.io/centralized-authentication-with-keycloak-and-ambassador-edge-stack-d509ffbc7b6f: ai_summary: A step-by-step implementation guide showing how to configure centralized authentication for Kubernetes workloads using Keycloak integrated with Ambassador @@ -25259,6 +26786,7 @@ https://blog.getambassador.io/centralized-authentication-with-keycloak-and-ambas v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.getambassador.io/debugging-go-microservices-in-kubernetes-with-vscode-a36beb48ef1: ai_summary: Explores techniques for real-time remote debugging of Go microservices running inside a Kubernetes cluster using Telepresence and VSCode, bridging local @@ -25288,6 +26816,7 @@ https://blog.getambassador.io/debugging-go-microservices-in-kubernetes-with-vsco - golang.md - visual-studio.md year: N/A + addition_method: manual https://blog.getambassador.io/externaltrafficpolicy-local-on-kubernetes-e66e498212f9: content_hash: c420c49d8ad4634996d851a8475879480c82aba2e9b221d10decebc7f930028e description: '' @@ -25304,6 +26833,7 @@ https://blog.getambassador.io/externaltrafficpolicy-local-on-kubernetes-e66e4982 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.getambassador.io/gitops-in-kubernetes-with-argocd-c6ea0e510741: ai_summary: Details GitOps mechanics using Ambassador Edge Stack for ingress and routing alongside Argo CD, ensuring cluster endpoints synchronize with application @@ -25331,6 +26861,7 @@ https://blog.getambassador.io/gitops-in-kubernetes-with-argocd-c6ea0e510741: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.getambassador.io/how-to-learn-kubernetes-prerequisites-paths-and-resources-9e044daee185: content_hash: 9c702c57cc0f01c80926c1adedf92a30dcb0363008e862cc1c19ce0bb1005cd3 description: '' @@ -25347,6 +26878,7 @@ https://blog.getambassador.io/how-to-learn-kubernetes-prerequisites-paths-and-re v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://blog.getambassador.io/implementing-grpc-web-with-emissary-ingress-22aa0d86aac: content_hash: 3add9c2f50b3b340c690b993fa234e6db5d0139b6bf12936bf39d321331d3c04 description: '' @@ -25362,28 +26894,34 @@ https://blog.getambassador.io/implementing-grpc-web-with-emissary-ingress-22aa0d v2_locations: - api.md year: N/A + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=04efb3b4b70a: status: online tags: - '[COMMUNITY-TOOL]' v2_locations: - istio.md + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=25c496762415: status: online + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=60de8626f769: status: online tags: - '[COMMUNITY-TOOL]' v2_locations: - istio.md + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=65af8561dca0: status: online + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=77ba3a21d2dd: status: online tags: - '[COMMUNITY-TOOL]' v2_locations: - istio.md + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=816ffb457b0d: content_hash: e6c4295e5216d84166c16e6ecbe410dc6b7d6e5f7632158a8c3eb0b24e40bf63 description: '' @@ -25398,21 +26936,27 @@ https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4 v2_locations: - istio.md year: N/A + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=a8be5865b1c9: status: online + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=c669845710fd: status: online tags: - '[COMMUNITY-TOOL]' v2_locations: - istio.md + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=c8191f4288c7: last_checked: 1779388424.623343 status: online + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=e61c67017989: status: online + addition_method: manual https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=ffbb9dbe21b4: status: online + addition_method: manual https://blog.getambassador.io/microservice-orchestration-best-practices-f32314dd6a12: content_hash: 1b7c2821a3b89d7b72ebf37e32e313df8e4b2b48af7ce1af0411eb4f42c5a31c description: '' @@ -25428,6 +26972,7 @@ https://blog.getambassador.io/microservice-orchestration-best-practices-f32314dd v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.getpostman.com: content_hash: N/A description: '' @@ -25442,6 +26987,7 @@ https://blog.getpostman.com: v2_locations: - postman.md year: N/A + addition_method: manual https://blog.gitguardian.com/github-security: ai_summary: An in-depth corporate case study and operational guide detailing the systematic threats of credential leakage in public and private Git environments. @@ -25471,6 +27017,7 @@ https://blog.gitguardian.com/github-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.gitguardian.com/hardening-your-k8-pt-1: ai_summary: A professional breakdown of modeling security threats across containerized infra. Analyzes the major interfaces and trust boundaries of control systems, @@ -25499,6 +27046,7 @@ https://blog.gitguardian.com/hardening-your-k8-pt-1: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.gitguardian.com/hardening-your-k8s-pt-2: ai_summary: Part two of a comprehensive practical guide on hardening Kubernetes installations, covering advanced topics such as RBAC auditing, log aggregation, @@ -25530,6 +27078,7 @@ https://blog.gitguardian.com/hardening-your-k8s-pt-2: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet: content_hash: cf7e4c27b72092e61100ff0a4f1e81e602bb867ef1504cc948feac705d167610 description: '' @@ -25546,6 +27095,7 @@ https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-chea v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://blog.gitguardian.com/kubernetes-tutorial-part-1-pods: ai_summary: A granular tutorial guiding developers on how to design and build secure Pod configurations. Curator insight instructs on eliminating default privileges @@ -25575,6 +27125,7 @@ https://blog.gitguardian.com/kubernetes-tutorial-part-1-pods: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.gitguardian.com/kubernetes-tutorial-part-2-network: ai_summary: Delves into network-level security configurations, detailing how to implement namespace isolation and default-deny policies. Curator insight highlights @@ -25604,6 +27155,7 @@ https://blog.gitguardian.com/kubernetes-tutorial-part-2-network: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.gitguardian.com/rewriting-git-history-cheatsheet: ai_summary: Outlines strict methodologies for removing sensitive credentials or bloated files permanently from a Git repository's history. It presents modern @@ -25635,6 +27187,7 @@ https://blog.gitguardian.com/rewriting-git-history-cheatsheet: v2_locations: - git.md year: N/A + addition_method: manual https://blog.gitguardian.com/secrets-credentials-api-git: ai_summary: This educational blog post outlines the threat vectors of hardcoded secrets in Git histories. It details the structural reasons why standard version @@ -25664,6 +27217,7 @@ https://blog.gitguardian.com/secrets-credentials-api-git: v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.gitguardian.com/what-is-policy-as-code-an-introduction-to-open-policy-agent: content_hash: 34359a122e909ff5ef0661e9ab2559594bf6dfd5b302318aa250989991664a51 description: '' @@ -25681,6 +27235,7 @@ https://blog.gitguardian.com/what-is-policy-as-code-an-introduction-to-open-poli v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.golang.org/gopls-vscode-go: content_hash: 8861dc71fc266c47c0c55b238c99731a247a08446a0dadb0536eea3eabce38f6 description: '' @@ -25692,6 +27247,7 @@ https://blog.golang.org/gopls-vscode-go: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://blog.gopaddle.io/2021/04/01/strange-things-you-never-knew-about-kubernetes-configmaps-on-day-one: content_hash: N/A description: '' @@ -25707,6 +27263,7 @@ https://blog.gopaddle.io/2021/04/01/strange-things-you-never-knew-about-kubernet v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.gougousis.net/file-permissions-the-painful-side-of-docker: content_hash: 2f79ef4dbe8490c9d96c935b4c968dcdce18570826278466e7686a9a2f1f9ce6 description: '' @@ -25722,6 +27279,7 @@ https://blog.gougousis.net/file-permissions-the-painful-side-of-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://blog.greenroots.info/how-not-to-use-git-in-practice-ten-git-usages-you-should-know-to-avoid: content_hash: N/A description: '' @@ -25737,6 +27295,7 @@ https://blog.greenroots.info/how-not-to-use-git-in-practice-ten-git-usages-you-s v2_locations: - git.md year: N/A + addition_method: manual https://blog.griddynamics.comdeveloping-a-modular-pipeline-library-to-improve-devops-collaboration: content_hash: N/A description: '' @@ -25752,6 +27311,7 @@ https://blog.griddynamics.comdeveloping-a-modular-pipeline-library-to-improve-de v2_locations: - demos.md year: N/A + addition_method: manual https://blog.gruntwork.io/a-comprehensive-guide-to-managing-secrets-in-your-terraform-code-1d586955ace1: content_hash: 935b612b7e5330a121d376233941de6ed474f1fc4e99aa7cfed204e57f57201b description: '' @@ -25764,6 +27324,7 @@ https://blog.gruntwork.io/a-comprehensive-guide-to-managing-secrets-in-your-terr v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.gruntwork.io/how-to-manage-multiple-environments-with-terraform-32c7bc5d692: content_hash: 03c0208ab6f794d3a785a19f027de6971e11993405a434e3ee12d391bcb60b99 description: '' @@ -25776,6 +27337,7 @@ https://blog.gruntwork.io/how-to-manage-multiple-environments-with-terraform-32c v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.gruntwork.io/how-to-use-terraform-as-a-team-251bc1104973: content_hash: dd4c9dd1812a29386c9e4ee994349ed39aa849132b38a4053643810961472174 description: '' @@ -25787,6 +27349,7 @@ https://blog.gruntwork.io/how-to-use-terraform-as-a-team-251bc1104973: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec: content_hash: a118bd30e118b7fca5e125d64e3d0ac4d6b08de582f3734188af32f07f0da3f5 description: '' @@ -25799,6 +27362,7 @@ https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-mu v1_locations: - docs/git.md year: N/A + addition_method: manual https://blog.gruntwork.io/introducing-the-gruntwork-module-service-and-architecture-catalogs-eb3a21b99f70: content_hash: 1f2bc141169d94e71efbbb48ac806230ddce8425e0794ce811510be8b361b3c4 description: '' @@ -25811,6 +27375,7 @@ https://blog.gruntwork.io/introducing-the-gruntwork-module-service-and-architect v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.gruntwork.io/terraform-tips-tricks-loops-if-statements-and-gotchas-f739bbae55f9: content_hash: c0bd066f3513f9951cf13b7c67920709ca8f16b3f0a7f81a19e3fbac3877a1bb description: '' @@ -25823,6 +27388,7 @@ https://blog.gruntwork.io/terraform-tips-tricks-loops-if-statements-and-gotchas- v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.gruntwork.io/why-we-use-terraform-and-not-chef-puppet-ansible-saltstack-or-cloudformation-7989dad2865c: content_hash: 23ea27bb5350b33fe078b6e450dd1da780baeb3a7c624cc2bd51def5ca0e0be6 description: '' @@ -25834,6 +27400,7 @@ https://blog.gruntwork.io/why-we-use-terraform-and-not-chef-puppet-ansible-salts v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.gskinner.com/archives/2022/01/flutter-easily-add-ci-testing-with-github-actions.html: content_hash: b84b6c0cec50af29b6aeb7f6b674aee5650de3d9d108fdf1a3d955bda9982e14 description: '' @@ -25850,6 +27417,7 @@ https://blog.gskinner.com/archives/2022/01/flutter-easily-add-ci-testing-with-gi v2_locations: - git.md year: N/A + addition_method: manual https://blog.gurock.com/what-is-devtestops: content_hash: 2139f1c6dea772bdc996a2479def6c1f6f0502d04cac10f709fbfc1086fc299c description: '' @@ -25861,6 +27429,7 @@ https://blog.gurock.com/what-is-devtestops: v1_locations: - docs/testops.md year: N/A + addition_method: manual https://blog.guybarrette.com/powershell-prompt-how-to-display-your-current-kubernetes-context-using-oh-my-posh-3: content_hash: 322db1d92e2eb99a3de03d1b1b92579ed51efa9167248e89212cd55c70312e86 description: '' @@ -25873,6 +27442,7 @@ https://blog.guybarrette.com/powershell-prompt-how-to-display-your-current-kuber v1_locations: - docs/azure.md year: N/A + addition_method: manual https://blog.harbur.io/demystifying-stateful-apps-on-kubernetes-by-deploying-an-etcd-cluster-b85bf8c16fea: content_hash: ac56b4ae1554d66101f68718294010f41b592feb9bc90b4bb54b59645b9b2242 description: '' @@ -25889,6 +27459,7 @@ https://blog.harbur.io/demystifying-stateful-apps-on-kubernetes-by-deploying-an- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.harbur.iothe-seven-steps-to-build-a-cloud-native-ci-cd-for-github-repos-using-tekton-31a445a3bde: content_hash: N/A description: '' @@ -25904,6 +27475,7 @@ https://blog.harbur.iothe-seven-steps-to-build-a-cloud-native-ci-cd-for-github-r v2_locations: - tekton.md year: N/A + addition_method: manual https://blog.heaphero.io: ai_summary: Portal exploring the HeapHero engine. Focuses on indexing memory leaks, analyzing garbage collection impact, and tracking unused objects from heap dumps. @@ -25930,6 +27502,7 @@ https://blog.heaphero.io: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://blog.heaphero.io/2020/10/16/what-is-gc-log-thread-dump-and-heapdump: content_hash: 559a9bd9d174e6ca3fb64b21c6115215522e36121bab8995b4d7c7efa055fc58 description: '' @@ -25946,6 +27519,7 @@ https://blog.heaphero.io/2020/10/16/what-is-gc-log-thread-dump-and-heapdump: v1_locations: - docs/java-and-java-performance-optimization.md year: N/A + addition_method: manual https://blog.heptio.com/kubectl-shell-autocomplete-heptioprotip-48dd023e0bf3: content_hash: f51b724db1b07500464e468f00b7cbbaaeebf13dc732f713a0ba9aab868a0cc0 description: '' @@ -25961,6 +27535,7 @@ https://blog.heptio.com/kubectl-shell-autocomplete-heptioprotip-48dd023e0bf3: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://blog.heroku.com/monolithic-applications-into-services: content_hash: 386f9bffe1485db033d860396b08009aae2e76a6a245a48f1dce0b1b623f75ab description: '' @@ -25972,6 +27547,7 @@ https://blog.heroku.com/monolithic-applications-into-services: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://blog.heyal.co.uk/unit-testing-helm-charts: ai_summary: Advanced engineering guide showing how to unit-test Helm templates using Golang. Demonstrates programmatically generating manifests and asserting correct @@ -26000,6 +27576,7 @@ https://blog.heyal.co.uk/unit-testing-helm-charts: v2_locations: - helm.md year: N/A + addition_method: manual https://blog.httpwatch.com/2015/01/16/a-simple-performance-comparison-of-https-spdy-and-http2/comment-page-1: content_hash: 0a6525f7b57befcd65510b8f15d56af33f4752b6d07fd5f1a25ac528af3f86e7 description: '' @@ -26011,6 +27588,7 @@ https://blog.httpwatch.com/2015/01/16/a-simple-performance-comparison-of-https-s v1_locations: - docs/networking.md year: N/A + addition_method: manual https://blog.hubspot.com/marketing/ipaas-vendors: ai_summary: A commercial and technical overview of the top 22 Integration Platform as a Service (iPaaS) vendor solutions. Useful for architectural selection phases @@ -26039,6 +27617,7 @@ https://blog.hubspot.com/marketing/ipaas-vendors: v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.hubspot.com/website/api-gateway-vs-load-balancer: content_hash: d78abb293afdd748459d4c3b01637b8e42884efc5363c0a35430311a760e2ebf description: '' @@ -26055,6 +27634,7 @@ https://blog.hubspot.com/website/api-gateway-vs-load-balancer: v2_locations: - api.md year: N/A + addition_method: manual https://blog.hubspot.es/marketing/matriz-raci: content_hash: a8e09366ba9672cb0215a40a88fa40d3a7a7d6a7f38d819c6bf1e1885deff524 description: '' @@ -26071,6 +27651,7 @@ https://blog.hubspot.es/marketing/matriz-raci: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://blog.hubspot.es/sales/producto-minimo-viable: content_hash: 3a1eb6b8fe63036f99f3887c655e034df208a67c89ac2590c8904c0b6badd43c description: '' @@ -26087,6 +27668,7 @@ https://blog.hubspot.es/sales/producto-minimo-viable: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://blog.identitydigest.com/azuread-federate-k8s: content_hash: N/A description: '' @@ -26101,6 +27683,7 @@ https://blog.identitydigest.com/azuread-federate-k8s: v2_locations: - azure.md year: N/A + addition_method: manual https://blog.inedo.com/devops/top-50-docker-tools: content_hash: 54409c8b31c60fc166eb6b6803c8334cfa9b73cf232da4e983bcd13f19af4ae5 health_score: 100.0 @@ -26112,6 +27695,7 @@ https://blog.inedo.com/devops/top-50-docker-tools: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://blog.inedo.com/top-50-docker-tools: content_hash: a0dcb2cd9ba8c0791271684dabb912ecd168d1711a53c4fdebbb2cf604815970 description: '' @@ -26123,6 +27707,7 @@ https://blog.inedo.com/top-50-docker-tools: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://blog.insight-services-apac.dev/2023/12/04/getting-started-bicep: content_hash: d138c637535a4ac4e6581da6fed739299bbbf35744fe2639d0a162949c0df6d9 health_score: 100.0 @@ -26134,6 +27719,7 @@ https://blog.insight-services-apac.dev/2023/12/04/getting-started-bicep: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://blog.ionelmc.ro/2015/01/02/speedup-pip-install: content_hash: 8c2bfa589677f08a493dc241a572d1e8ed9f587e67669b23ba5adb21169f800d health_score: 100.0 @@ -26146,6 +27732,7 @@ https://blog.ionelmc.ro/2015/01/02/speedup-pip-install: - docs/python.md v2_locations: - python.md + addition_method: manual https://blog.isaack.io/articles/2016-08/Jenkins-CICD-Getting-Started-With-Groovy-Part-1: content_hash: N/A description: '' @@ -26161,6 +27748,7 @@ https://blog.isaack.io/articles/2016-08/Jenkins-CICD-Getting-Started-With-Groovy v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://blog.ivnilv.com/posts/rotating-kops-etcd-certificates: ai_summary: Deep-dive operational guide detailing how to safely rotate etcd certificates within an AWS-based cluster provisioned by Kops. It walks through the sequence @@ -26190,6 +27778,7 @@ https://blog.ivnilv.com/posts/rotating-kops-etcd-certificates: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://blog.jcprz.com/my-tips-to-pass-the-cka-exam-and-whats-next-8df2c3d38a7e: content_hash: N/A description: '' @@ -26204,6 +27793,7 @@ https://blog.jcprz.com/my-tips-to-pass-the-cka-exam-and-whats-next-8df2c3d38a7e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.jessfraz.com/post/hard-multi-tenancy-in-kubernetes: content_hash: 69ab9681d87519f273ff950aae3e8debf36110f1b710058563ebc717a581b642 description: '' @@ -26220,6 +27810,7 @@ https://blog.jessfraz.com/post/hard-multi-tenancy-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.jetbrains.com/dotnet/2021/07/19/getting-started-with-asp-net-core-and-grpc: content_hash: 7ac20aa156b8103eb20d2ffa08c3cac571a36ebbe613a83f32739cbe9926b1e4 description: '' @@ -26236,6 +27827,7 @@ https://blog.jetbrains.com/dotnet/2021/07/19/getting-started-with-asp-net-core-a v2_locations: - dotnet.md year: N/A + addition_method: manual https://blog.jetbrains.com/teamcity/2019/03/configuration-as-code-part-1-getting-started-with-kotlin-dsl: content_hash: b8046670ef245fa2256a977b6d4f8b9258a468816cfcbb68505227e4c38f1d00 description: '' @@ -26253,6 +27845,7 @@ https://blog.jetbrains.com/teamcity/2019/03/configuration-as-code-part-1-getting v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://blog.jetstack.io/blog/istio-oidc: content_hash: be39845930a3d6afe74db883ff6be9f102e627caa67b028487b1c8954e77c821 description: '' @@ -26265,6 +27858,7 @@ https://blog.jetstack.io/blog/istio-oidc: - docs/demos.md - docs/istio.md year: N/A + addition_method: manual https://blog.jimmyray.io/discover-k8s-through-its-apis-e2f90937a19f: content_hash: N/A description: '' @@ -26279,6 +27873,7 @@ https://blog.jimmyray.io/discover-k8s-through-its-apis-e2f90937a19f: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.jimmyray.io/kubernetes-workload-identity-with-aws-sdk-for-go-v2-927d2f258057: content_hash: N/A description: '' @@ -26293,6 +27888,7 @@ https://blog.jimmyray.io/kubernetes-workload-identity-with-aws-sdk-for-go-v2-927 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html: content_hash: ba42513ef2f141489269a2da540726c72a282ae184f944412fa18d40ab2e5e00 description: '' @@ -26311,6 +27907,7 @@ https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html: - jenkins.md - java_frameworks.md year: N/A + addition_method: manual https://blog.johnfolberth.com: content_hash: 02344de112dc0acee15812f13928c845a122820051ea9574296215311253fe2d description: '' @@ -26328,6 +27925,7 @@ https://blog.johnfolberth.com: v2_locations: - azure.md year: N/A + addition_method: manual https://blog.jooq.org: content_hash: 1e7f49709aec073f95638fc0af14e7f4d8c57516de30de5a0e6ad1b8175834a5 description: '' @@ -26344,6 +27942,7 @@ https://blog.jooq.org: v2_locations: - databases.md year: N/A + addition_method: manual https://blog.joshgav.com/posts/cluster-level-multitenancy: content_hash: 66725cbc2ded270f9f214f6e358125cbc9c0a4b1e1bcbcbca8043601a8ea5dd3 description: '' @@ -26360,6 +27959,7 @@ https://blog.joshgav.com/posts/cluster-level-multitenancy: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.jromanmartin.io/2020/09/25/how-upgrade-strimzi-operator.html: ai_summary: Provides a practical, command-line step-by-step procedure to upgrade Strimzi Operator versions on live Kubernetes/OpenShift clusters while avoiding @@ -26388,6 +27988,7 @@ https://blog.jromanmartin.io/2020/09/25/how-upgrade-strimzi-operator.html: v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.jromanmartin.io/cheat-sheets: content_hash: 62ef786ca42cb0f7738d789cbb5215c08969a2c1eb175b81858a286330d5d246 description: '' @@ -26404,6 +28005,7 @@ https://blog.jromanmartin.io/cheat-sheets: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://blog.kasten.io/10-key-takeaways-from-kubernetes-backup-recovery-for-dummies: content_hash: N/A description: '' @@ -26418,6 +28020,7 @@ https://blog.kasten.io/10-key-takeaways-from-kubernetes-backup-recovery-for-dumm v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://blog.kasten.io/aks-and-storage-how-to-design-storage-for-cloud-native-applications: content_hash: N/A description: '' @@ -26433,6 +28036,7 @@ https://blog.kasten.io/aks-and-storage-how-to-design-storage-for-cloud-native-ap v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.kasten.io/aks-and-storage-performance-differences-among-kubernetes-storage-services: content_hash: N/A description: '' @@ -26448,6 +28052,7 @@ https://blog.kasten.io/aks-and-storage-performance-differences-among-kubernetes- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.kasten.io/benchmarking-kubernetes-storage-with-kubestr: content_hash: N/A description: '' @@ -26463,6 +28068,7 @@ https://blog.kasten.io/benchmarking-kubernetes-storage-with-kubestr: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://blog.kasten.io/concepts-behind-terraform-and-kubernetes: content_hash: N/A description: '' @@ -26478,6 +28084,7 @@ https://blog.kasten.io/concepts-behind-terraform-and-kubernetes: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.kasten.io/move-fast-and-test-in-kubernetes-without-breaking-things: content_hash: N/A description: '' @@ -26489,6 +28096,7 @@ https://blog.kasten.io/move-fast-and-test-in-kubernetes-without-breaking-things: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://blog.kasten.io/posts/extending-kubernetes-application-backup-and-mobility-to-the-edge-with-kasten-k10-v4.5: content_hash: N/A description: '' @@ -26504,6 +28112,7 @@ https://blog.kasten.io/posts/extending-kubernetes-application-backup-and-mobilit v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://blog.kasten.io/ransomware-protection-kasten-k10-v4: content_hash: N/A description: '' @@ -26518,6 +28127,7 @@ https://blog.kasten.io/ransomware-protection-kasten-k10-v4: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.kintone.io/entry/2021/01/14/160935: content_hash: 676e7643890290ea2f139af21ce3bba87e0bee829aa90c12b2e44e9402529792 description: '' @@ -26534,6 +28144,7 @@ https://blog.kintone.io/entry/2021/01/14/160935: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.kintone.io/entry/neco-registry: content_hash: 9315b55250720194829a8827003bffba626851658843533cb0ca27f72f790341 description: '' @@ -26550,6 +28161,7 @@ https://blog.kintone.io/entry/neco-registry: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.kintone.io/entry/pvc-autoresizer: content_hash: 3757cb8ec2d890fd3d87cca669ebd9866c0d3bf071784219650412a1bb97ae81 description: '' @@ -26566,6 +28178,7 @@ https://blog.kintone.io/entry/pvc-autoresizer: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.kloia.com/karpenter-cluster-autoscaler-76d7f7ec0d0e: content_hash: dc456b0ec8f845235e47996b50b5d31f93c19b576a78dd7534b50746a05e6bf2 description: '' @@ -26581,6 +28194,7 @@ https://blog.kloia.com/karpenter-cluster-autoscaler-76d7f7ec0d0e: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.knell.it/commands-kubernetes-should-adopt-from-red-hat-openshift: content_hash: 31cbfb4c1c83b83ba281bc9c10568cd543279227e913f2858dce892363838926 description: '' @@ -26592,6 +28206,7 @@ https://blog.knell.it/commands-kubernetes-should-adopt-from-red-hat-openshift: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.knell.it/making-your-helm-chart-observable-for-prometheus: content_hash: 41413740ec2d252a223a3474acdc4e253862a7f7915ac34606887f7642ec1d1c description: '' @@ -26603,6 +28218,7 @@ https://blog.knell.it/making-your-helm-chart-observable-for-prometheus: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://blog.knoldus.com/introduction-to-kubernetes-deployment-strategies: content_hash: N/A description: '' @@ -26617,6 +28233,7 @@ https://blog.knoldus.com/introduction-to-kubernetes-deployment-strategies: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.knoldus.com/introduction-to-kubernetes-deployment-strategies-part-2: content_hash: N/A description: '' @@ -26628,12 +28245,14 @@ https://blog.knoldus.com/introduction-to-kubernetes-deployment-strategies-part-2 v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.knoldus.com/monitoring-kafka-with-prometheus-and-grafana: content_hash: N/A health_score: 100.0 last_checked: 1779034330.411969 v1_locations: - docs/monitoring.md + addition_method: manual https://blog.kubecost.com/blog/aks-cost: content_hash: N/A description: '' @@ -26648,6 +28267,7 @@ https://blog.kubecost.com/blog/aks-cost: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.kubecost.com/blog/announcing-kubecost-first-round: content_hash: N/A health_score: 100.0 @@ -26658,6 +28278,7 @@ https://blog.kubecost.com/blog/announcing-kubecost-first-round: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://blog.kubecost.com/blog/kubernetes-kops: content_hash: N/A description: '' @@ -26672,6 +28293,7 @@ https://blog.kubecost.com/blog/kubernetes-kops: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://blog.kubecost.com/blog/kubernetes-labels: content_hash: N/A description: '' @@ -26686,6 +28308,7 @@ https://blog.kubecost.com/blog/kubernetes-labels: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.kubecost.com/blog/kubernetes-node-affinity: content_hash: N/A description: '' @@ -26700,6 +28323,7 @@ https://blog.kubecost.com/blog/kubernetes-node-affinity: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.kubecost.com/blog/rancher-vs-kubernetes: content_hash: N/A description: '' @@ -26714,6 +28338,7 @@ https://blog.kubecost.com/blog/rancher-vs-kubernetes: v2_locations: - rancher.md year: N/A + addition_method: manual https://blog.kubesimplify.com/diy-how-to-build-a-kubernetes-policy-engine: content_hash: N/A description: '' @@ -26729,6 +28354,7 @@ https://blog.kubesimplify.com/diy-how-to-build-a-kubernetes-policy-engine: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.kubesimplify.com/getting-started-with-ko-a-fast-container-image-builder-for-your-go-applications: content_hash: N/A description: '' @@ -26745,6 +28371,7 @@ https://blog.kubesimplify.com/getting-started-with-ko-a-fast-container-image-bui v2_locations: - container-managers.md year: N/A + addition_method: manual https://blog.kubesimplify.com/moving-code-between-git-repositories-with-copybara: content_hash: N/A description: '' @@ -26761,6 +28388,7 @@ https://blog.kubesimplify.com/moving-code-between-git-repositories-with-copybara v2_locations: - git.md year: N/A + addition_method: manual https://blog.kubesimplify.com/perform-crud-operations-on-kubernetes-using-golang: content_hash: N/A description: '' @@ -26777,6 +28405,7 @@ https://blog.kubesimplify.com/perform-crud-operations-on-kubernetes-using-golang v2_locations: - golang.md year: N/A + addition_method: manual https://blog.kubesimplify.com/yours-kindly-drone: content_hash: N/A description: '' @@ -26787,6 +28416,7 @@ https://blog.kubesimplify.com/yours-kindly-drone: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.kumomind.com/what-you-need-to-know-to-debug-a-preempted-pod-on-kubernetes: content_hash: N/A description: '' @@ -26801,6 +28431,7 @@ https://blog.kumomind.com/what-you-need-to-know-to-debug-a-preempted-pod-on-kube v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://blog.lealdasilva.com/vmware2proxmox: content_hash: N/A description: '' @@ -26815,6 +28446,7 @@ https://blog.lealdasilva.com/vmware2proxmox: v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.learncodeonline.in/everything-about-ansible-variables: content_hash: N/A description: '' @@ -26829,6 +28461,7 @@ https://blog.learncodeonline.in/everything-about-ansible-variables: v2_locations: - ansible.md year: N/A + addition_method: manual https://blog.learncodeonline.in/kubernetes: content_hash: N/A description: '' @@ -26843,6 +28476,7 @@ https://blog.learncodeonline.in/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.learncodeonline.in/kubernetes-cluster-deployment-on-centos-linux: content_hash: N/A description: '' @@ -26857,6 +28491,7 @@ https://blog.learncodeonline.in/kubernetes-cluster-deployment-on-centos-linux: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://blog.learncodeonline.in/kubernetes-scheduling-daemonset: content_hash: N/A description: '' @@ -26871,6 +28506,7 @@ https://blog.learncodeonline.in/kubernetes-scheduling-daemonset: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.learncodeonline.in/kubernetes-scheduling-taints-and-tolerations: content_hash: N/A description: '' @@ -26885,6 +28521,7 @@ https://blog.learncodeonline.in/kubernetes-scheduling-taints-and-tolerations: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.learncodeonline.in/managing-file-operations-with-ansible: content_hash: N/A description: '' @@ -26899,6 +28536,7 @@ https://blog.learncodeonline.in/managing-file-operations-with-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://blog.lelonek.me/liveness-and-readiness-probes-for-kubernetes-in-phoenix-application-890e24d0737e: content_hash: N/A description: '' @@ -26913,6 +28551,7 @@ https://blog.lelonek.me/liveness-and-readiness-probes-for-kubernetes-in-phoenix- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.lightspin.io/nginx-custom-snippets-cve-2021-25742: content_hash: N/A description: '' @@ -26927,6 +28566,7 @@ https://blog.lightspin.io/nginx-custom-snippets-cve-2021-25742: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.linkody.com/guides/google-search-operators-cheatsheet: content_hash: 9276b3aa524e64ac63936f9823376c2aa4c9c4687c1b3bd3259d9a01d3da12b4 description: '' @@ -26943,6 +28583,7 @@ https://blog.linkody.com/guides/google-search-operators-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://blog.logrocket.com/aws-amplify-and-react-native-a-tutorial: content_hash: f4a3d1810a7fe04d0aa7f45d83c37ab77f4bc77c18d1f7b0952f0feea46bfab2 description: '' @@ -26954,6 +28595,7 @@ https://blog.logrocket.com/aws-amplify-and-react-native-a-tutorial: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://blog.logrocket.com/aws-amplify-react-native-tutorial-examples: content_hash: 669340b031936fc894b9d2671ac52e79503187c77b673c0a78cd57cc699a39f7 health_score: 100.0 @@ -26965,6 +28607,7 @@ https://blog.logrocket.com/aws-amplify-react-native-tutorial-examples: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://blog.logrocket.com/build-blockchain-with-go: ai_summary: A guide illustrating how to build a basic blockchain protocol in Go from scratch. Walks through cryptography, hashing, transaction processing, and @@ -26987,6 +28630,7 @@ https://blog.logrocket.com/build-blockchain-with-go: v2_locations: - golang.md year: '2022' + addition_method: manual https://blog.logrocket.com/building-simple-app-go-postgresql: ai_summary: A hands-on tutorial on developing a database-backed CRUD application in Go using the PostgreSQL driver. Covers connection pool tuning and safe SQL @@ -27015,6 +28659,7 @@ https://blog.logrocket.com/building-simple-app-go-postgresql: v2_locations: - golang.md year: N/A + addition_method: manual https://blog.logrocket.com/django-rest-framework-alternatives: content_hash: e054557a858ffd667b6c6ec1112a0d4b193944ac5ed7ab89531c1b67c035a9c3 description: '' @@ -27031,6 +28676,7 @@ https://blog.logrocket.com/django-rest-framework-alternatives: v2_locations: - python.md year: N/A + addition_method: manual https://blog.logrocket.com/docker-alternatives: content_hash: bd8dcd5656dd095f5b7ea4c6fa770b60ab1d862581d0f8289f5b256ca4921634 health_score: 100.0 @@ -27043,6 +28689,7 @@ https://blog.logrocket.com/docker-alternatives: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://blog.logrocket.com/graphql-vs-grpc-vs-rest-choosing-right-api: content_hash: 31293a871de0150f7cc9e9b5d6f834b45c142a03e0d3ed4ab972be27e43e06ee description: '' @@ -27059,6 +28706,7 @@ https://blog.logrocket.com/graphql-vs-grpc-vs-rest-choosing-right-api: v2_locations: - api.md year: N/A + addition_method: manual https://blog.logrocket.com/guide-to-grpc-gateway: content_hash: ed7b744a630c58aca3b2c72778aeb6eb57378336daa1c013805bf92efe1cf00c description: '' @@ -27075,6 +28723,7 @@ https://blog.logrocket.com/guide-to-grpc-gateway: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.logrocket.com/how-to-build-blockchain-from-scratch-go: content_hash: a9c86d505e5090c914f4263890b5fed1707cf71cbd3a2b4396a62a1f9f72b1e4 description: '' @@ -27086,6 +28735,7 @@ https://blog.logrocket.com/how-to-build-blockchain-from-scratch-go: v1_locations: - docs/golang.md year: N/A + addition_method: manual https://blog.logrocket.com/kubevela-intro-better-way-ship-applications: content_hash: 326cee9ad7a2f37ec712f6483fb80178a0296d6f78276361e854f6016261a9e9 description: '' @@ -27102,6 +28752,7 @@ https://blog.logrocket.com/kubevela-intro-better-way-ship-applications: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.logrocket.com/top-10-vs-code-extensions-2021: content_hash: 5b4bbfb8253173ff6de52c52f82aea519892ee21b2008590e2258847cf9fbf9b description: '' @@ -27118,6 +28769,7 @@ https://blog.logrocket.com/top-10-vs-code-extensions-2021: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://blog.logrocket.com/top-docker-alternatives-2022: content_hash: 0359329a98b67214a271a8f5b64fe1770929d2a309fec47a4f02289ff66d8309 description: '' @@ -27129,6 +28781,7 @@ https://blog.logrocket.com/top-docker-alternatives-2022: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://blog.logrocket.com/working-supabase-studio: content_hash: 9a9a95c41eda71245f2c920f3677b59a8c153a9880ccd8fc733cf478b98a6eff description: '' @@ -27145,6 +28798,7 @@ https://blog.logrocket.com/working-supabase-studio: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://blog.lukechannings.com/2020-05-10-kubernetes-gitops-lessons.html: content_hash: c91c3a350ed1d3430347d5e98325754b6dd8b2ae5c9658033f13ec5595f193d0 description: '' @@ -27157,6 +28811,7 @@ https://blog.lukechannings.com/2020-05-10-kubernetes-gitops-lessons.html: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.marcnuri.com: content_hash: 935471c87ac46f59224c5eb53423eb34c3337f9e24ec1ea6615dcecdfad6fb58 description: '' @@ -27173,6 +28828,7 @@ https://blog.marcnuri.com: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://blog.marcnuri.com/eclipse-jkube-1-4-0: ai_summary: Detail-rich release note highlighting improvements, bug fixes, and support extensions introduced in version 1.4.0 of Eclipse JKube. @@ -27202,6 +28858,7 @@ https://blog.marcnuri.com/eclipse-jkube-1-4-0: - maven-gradle.md - kubernetes-client-libraries.md year: N/A + addition_method: manual https://blog.marcnuri.com/eclipse-jkube-introduction-kubernetes-openshift: ai_summary: Introductory technical blog discussing the architecture of Eclipse JKube and explaining how it decouples deployment mechanisms into Maven/Gradle plugins, @@ -27231,6 +28888,7 @@ https://blog.marcnuri.com/eclipse-jkube-introduction-kubernetes-openshift: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://blog.marcnuri.com/fabric8-kubernetes-java-client-and-quarkus-and-graalvm: content_hash: e661798ee0207d6df63a65909cdb86de9f52815b333a9f9b3709c3527950e49b description: '' @@ -27248,6 +28906,7 @@ https://blog.marcnuri.com/fabric8-kubernetes-java-client-and-quarkus-and-graalvm v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://blog.marcnuri.com/kubernetes-client-java-fabric8-introduction: content_hash: 62dfd563dbcf54ec1afe0261ac78ed7cfcea926e516b417f7eb0533755ea2d02 description: '' @@ -27264,6 +28923,7 @@ https://blog.marcnuri.com/kubernetes-client-java-fabric8-introduction: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://blog.mariano.cloud/do-you-even-jsonpath: content_hash: N/A description: '' @@ -27278,6 +28938,7 @@ https://blog.mariano.cloud/do-you-even-jsonpath: v2_locations: - yaml.md year: N/A + addition_method: manual https://blog.mayadata.io/container-attached-storage-cas-vs.-software-defined-storage-which-one-to-choose: content_hash: N/A description: '' @@ -27293,6 +28954,7 @@ https://blog.mayadata.io/container-attached-storage-cas-vs.-software-defined-sto v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://blog.mayadata.io/github-chaos-actions-in-your-ci/cd-workflow-part-1: content_hash: N/A description: '' @@ -27307,6 +28969,7 @@ https://blog.mayadata.io/github-chaos-actions-in-your-ci/cd-workflow-part-1: v2_locations: - git.md year: N/A + addition_method: manual https://blog.mayadata.io/kubernetes-storage-basics-pv-pvc-and-storageclass: content_hash: N/A description: '' @@ -27321,6 +28984,7 @@ https://blog.mayadata.io/kubernetes-storage-basics-pv-pvc-and-storageclass: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-now-with-python-3-support: content_hash: 453ad73435e885e8cb29d72a28dd79367973ed55a51f39bcfa4e50d7831f3089 health_score: 100.0 @@ -27333,6 +28997,7 @@ https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-now-with-python-3-s - docs/python.md v2_locations: - python.md + addition_method: manual https://blog.mimacom.com/automate-nexus: content_hash: N/A description: '' @@ -27347,6 +29012,7 @@ https://blog.mimacom.com/automate-nexus: v2_locations: - registries.md year: N/A + addition_method: manual https://blog.mimacom.com/git-aliases-you-wished-you-had: content_hash: N/A description: '' @@ -27361,6 +29027,7 @@ https://blog.mimacom.com/git-aliases-you-wished-you-had: v2_locations: - git.md year: N/A + addition_method: manual https://blog.mimacom.com/kubernetes-cheat-sheet: content_hash: N/A description: '' @@ -27375,6 +29042,7 @@ https://blog.mimacom.com/kubernetes-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://blog.mimacom.com/log4j-in-a-log4shell: content_hash: N/A description: '' @@ -27390,6 +29058,7 @@ https://blog.mimacom.com/log4j-in-a-log4shell: v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.min.io/best-practices-for-kubernetes-object-storage: content_hash: 5ea7ecdba38016590c6707b8f664060a491c3903240765977002e0874a9ab47f description: '' @@ -27401,6 +29070,7 @@ https://blog.min.io/best-practices-for-kubernetes-object-storage: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://blog.min.io/certificate-based-authentication-with-s3: content_hash: 4394025f35827d71f3ac31fed31ffba9dd162d059eb880ed6ebe15a665c23338 description: '' @@ -27412,6 +29082,7 @@ https://blog.min.io/certificate-based-authentication-with-s3: v1_locations: - docs/aws-storage.md year: N/A + addition_method: manual https://blog.min.io/monoclouds-vs-multiclouds-hybridclouds: content_hash: 5ea7ecdba38016590c6707b8f664060a491c3903240765977002e0874a9ab47f description: '' @@ -27423,6 +29094,7 @@ https://blog.min.io/monoclouds-vs-multiclouds-hybridclouds: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://blog.min.io/single-vs-multi-tenant: content_hash: 5ea7ecdba38016590c6707b8f664060a491c3903240765977002e0874a9ab47f description: '' @@ -27435,6 +29107,7 @@ https://blog.min.io/single-vs-multi-tenant: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://blog.min.io/the_way_of_the_cloud: content_hash: 5ea7ecdba38016590c6707b8f664060a491c3903240765977002e0874a9ab47f description: '' @@ -27447,6 +29120,7 @@ https://blog.min.io/the_way_of_the_cloud: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.min.io/why-kubernetes-managed: content_hash: 5ea7ecdba38016590c6707b8f664060a491c3903240765977002e0874a9ab47f description: '' @@ -27458,6 +29132,7 @@ https://blog.min.io/why-kubernetes-managed: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://blog.mineiros.io/how-to-keep-your-terraform-code-dry-by-using-terramate-be5807fef8f6: content_hash: N/A description: '' @@ -27468,6 +29143,7 @@ https://blog.mineiros.io/how-to-keep-your-terraform-code-dry-by-using-terramate- v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://blog.mineiros.io/introducing-terramate-an-orchestrator-and-code-generator-for-terraform-5e538c9ee055: content_hash: N/A description: '' @@ -27483,6 +29159,7 @@ https://blog.mineiros.io/introducing-terramate-an-orchestrator-and-code-generato v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.mongodirector.com/which-is-the-best-mongodb-gui: content_hash: N/A health_score: 100.0 @@ -27493,6 +29170,7 @@ https://blog.mongodirector.com/which-is-the-best-mongodb-gui: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://blog.netsil.com/kubernetes-vs-openshift-vs-tectonic-comparing-enterprise-options-e3a34dc60519: content_hash: N/A description: '' @@ -27508,6 +29186,7 @@ https://blog.netsil.com/kubernetes-vs-openshift-vs-tectonic-comparing-enterprise v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.newrelic.com/engineering/how-to-organize-kubernetes-clusters: content_hash: 34b93a040543d1f9729bf70360c63c6913483c7690ed74377a04cd49ac2f1adc description: '' @@ -27519,6 +29198,7 @@ https://blog.newrelic.com/engineering/how-to-organize-kubernetes-clusters: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.newrelic.com/engineering/how-to-use-kubernetes-volumes: content_hash: e2e5e0dff992f15a01fdce4a1ddfccd71b13bb1775f97372dec1b2ce9c18f4ab description: '' @@ -27531,6 +29211,7 @@ https://blog.newrelic.com/engineering/how-to-use-kubernetes-volumes: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://blog.newrelic.com/engineering/kubernetes-health-checks: content_hash: 4fd2012d435a50645805046545549336ce67b850662efbce88ec5c3ca4743134 description: '' @@ -27542,6 +29223,7 @@ https://blog.newrelic.com/engineering/kubernetes-health-checks: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.newrelic.com/engineering/kubernetes-request-and-limits: content_hash: 3b2d730249f135d5f551e2c729196140aadcca418ab2d5f7b1b642a7b0ae2663 description: '' @@ -27554,6 +29236,7 @@ https://blog.newrelic.com/engineering/kubernetes-request-and-limits: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.newrelic.com/engineering/opentelemetry-opentracing-opencensus: content_hash: c4de583d3b6057995fe832ecff2d9188e336e12fef6bfda94f58a8f5d76bbdc0 description: '' @@ -27566,6 +29249,7 @@ https://blog.newrelic.com/engineering/opentelemetry-opentracing-opencensus: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://blog.nillsf.com/index.php/2020/12/03/how-to-run-your-own-admission-controller-on-kubernetes: content_hash: 774dcc42b770528b5fd004dbf365d829e3f88d46c0f5d1fc47c39aae23b87558 description: '' @@ -27582,6 +29266,7 @@ https://blog.nillsf.com/index.php/2020/12/03/how-to-run-your-own-admission-contr v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.nillsf.com/index.php/2020/12/06/customize-core-dump-in-azure-kubernetes: ai_summary: Advanced debugging guide outlining how to customize Linux core dump generations on AKS nodes. Explains node configurations, file mounting steps, and @@ -27609,6 +29294,7 @@ https://blog.nillsf.com/index.php/2020/12/06/customize-core-dump-in-azure-kubern v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.nobugware.com/post/2019/nomad_an_alternative_to_kubernetes: ai_summary: A detailed analysis comparing Nomad's architectural simplicity against Kubernetes' complex control planes. Explores the decoupled single-binary paradigm @@ -27636,6 +29322,7 @@ https://blog.nobugware.com/post/2019/nomad_an_alternative_to_kubernetes: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://blog.nody.cc/posts/2020-06-kubernetes-network-policy-verification: ai_summary: Outlines a methodology to empirically test and verify active Kubernetes Network Policies. Details the usage of programmatic probes to transition network @@ -27667,6 +29354,7 @@ https://blog.nody.cc/posts/2020-06-kubernetes-network-policy-verification: - devsecops.md - kubernetes-networking.md year: N/A + addition_method: manual https://blog.nootch.net/post/kubernetes-at-home-with-k3s: content_hash: 4ffc6259215b867130666da97ff00b27041d92fb5403db610db31ba39a932243 description: '' @@ -27683,6 +29371,7 @@ https://blog.nootch.net/post/kubernetes-at-home-with-k3s: v2_locations: - rancher.md year: N/A + addition_method: manual https://blog.ogenki.io/post/terraform-controller: content_hash: 9d78c441e03f9f0d146882334e76a8b0a2e4bb6426eb41e08f621fdf3f585c74 description: '' @@ -27700,6 +29389,7 @@ https://blog.ogenki.io/post/terraform-controller: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.oliverjumpertz.dev/the-10-most-valuable-lessons-i-learned-as-a-developer: content_hash: N/A description: '' @@ -27714,6 +29404,7 @@ https://blog.oliverjumpertz.dev/the-10-most-valuable-lessons-i-learned-as-a-deve v2_locations: - developerportals.md year: N/A + addition_method: manual https://blog.openreplay.com/8-cool-vs-code-tips-to-make-your-workspace-more-personal: content_hash: 8a704484e51fe75e103c8636999b7d671d4e7e17c490f5dec1a4dc7041a2dd3f description: '' @@ -27730,6 +29421,7 @@ https://blog.openreplay.com/8-cool-vs-code-tips-to-make-your-workspace-more-pers v2_locations: - visual-studio.md year: N/A + addition_method: manual https://blog.openshift.com/500_pods_per_node: content_hash: e8cb1098fe34b77675ef3aae22554e9824287759ef54e290407325208c6a52e5 description: '' @@ -27741,6 +29433,7 @@ https://blog.openshift.com/500_pods_per_node: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/advanced-network-customizations-for-openshift-install: content_hash: c44273f5e49429789bb2ef18432dfdd8a35158ad19021a7a9b74cd513b2d7767 description: '' @@ -27752,6 +29445,7 @@ https://blog.openshift.com/advanced-network-customizations-for-openshift-install v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://blog.openshift.com/aws-and-red-hat-quickstart-workshop: content_hash: e23227f60378685a415b96c0c73a507ab461ddbb0bf594fce8be391b9c4d40a7 description: '' @@ -27765,6 +29459,7 @@ https://blog.openshift.com/aws-and-red-hat-quickstart-workshop: - docs/demos.md - docs/openshift.md year: N/A + addition_method: manual https://blog.openshift.com/cloud-native-ci-cd-with-openshift-pipelines: content_hash: 66015a0026f92adabf79475854c7c2f09f5b136dc1c40c7ff6e9d0244797ca14 description: '' @@ -27776,6 +29471,7 @@ https://blog.openshift.com/cloud-native-ci-cd-with-openshift-pipelines: v1_locations: - docs/tekton.md year: N/A + addition_method: manual https://blog.openshift.com/configure-the-openshift-image-registry-backed-by-openshift-container-storage: content_hash: cf2f0457cdc0d28f7cf398dc01abaeb74a63da266b8dcedfaf7badd6713c50f6 description: '' @@ -27788,6 +29484,7 @@ https://blog.openshift.com/configure-the-openshift-image-registry-backed-by-open v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/debugging-java-applications-on-openshift-kubernetes: content_hash: dda7ec361766f5f9f97c0a7b67370743ca08bf6ebd9d59b5c046e9646466dfaa description: '' @@ -27799,6 +29496,7 @@ https://blog.openshift.com/debugging-java-applications-on-openshift-kubernetes: v1_locations: - docs/java-and-java-performance-optimization.md year: N/A + addition_method: manual https://blog.openshift.com/deploying-jenkins-on-openshift-part-1: content_hash: b0c6304d42b8751b8593aa2f93281777cef36f3a81064d9f3ef84da953448fcd description: '' @@ -27810,6 +29508,7 @@ https://blog.openshift.com/deploying-jenkins-on-openshift-part-1: v1_locations: - docs/openshift-pipelines.md year: N/A + addition_method: manual https://blog.openshift.com/enabling-openshift-4-clusters-to-stop-and-resume-cluster-vms: content_hash: 5d8b2bf7e2ab6fccd522abb51222af09ae87f1bac8c08c329b0e7853b43f4b86 description: '' @@ -27821,6 +29520,7 @@ https://blog.openshift.com/enabling-openshift-4-clusters-to-stop-and-resume-clus v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/fine-grained-policy-enforcement-in-openshift-with-open-policy-agent: content_hash: 356195790f128135638d2857608626b4046248f2468393c1f7a36c640377ea20 description: '' @@ -27833,6 +29533,7 @@ https://blog.openshift.com/fine-grained-policy-enforcement-in-openshift-with-ope v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://blog.openshift.com/from-templates-to-openshift-helm-charts: content_hash: 23c0178f6a74ea15327784473eb11bab3091a702049e7ab659cfc3e1865c1551 description: '' @@ -27844,6 +29545,7 @@ https://blog.openshift.com/from-templates-to-openshift-helm-charts: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blog.openshift.com/fully-automated-management-of-egress-ips-with-the-egressip-ipam-operator: content_hash: d90202eddd2feaeb97e512c210a5ce2eefe6bae03a5b8e889d51fda5a30f1e53 description: '' @@ -27856,6 +29558,7 @@ https://blog.openshift.com/fully-automated-management-of-egress-ips-with-the-egr v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://blog.openshift.com/getting-started-with-kubevirt: content_hash: 804741305af57887ddd29deecdc7f7dd29ae40437cc499265ae19689822ddab3 description: '' @@ -27867,6 +29570,7 @@ https://blog.openshift.com/getting-started-with-kubevirt: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/guide-to-installing-an-okd-4-4-cluster-on-your-home-lab: content_hash: e5528bbb6cdf971d0a9f11ac7a1554b7b7c14a63bbbe57e2cbe66e8cfeae3593 description: '' @@ -27879,6 +29583,7 @@ https://blog.openshift.com/guide-to-installing-an-okd-4-4-cluster-on-your-home-l v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/how-full-is-my-cluster-part-5-a-capacity-management-dashboard: health_score: 100.0 last_checked: 1779130494.993694 @@ -27888,6 +29593,7 @@ https://blog.openshift.com/how-full-is-my-cluster-part-5-a-capacity-management-d - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://blog.openshift.com/improving-jenkins-performance-on-openshift-part-2: content_hash: 2be68ce83d0d14b94433db966657036f1581399d72f468b7dbaeab8dac77043d description: '' @@ -27899,6 +29605,7 @@ https://blog.openshift.com/improving-jenkins-performance-on-openshift-part-2: v1_locations: - docs/openshift-pipelines.md year: N/A + addition_method: manual https://blog.openshift.com/installing-okd-3-10-on-a-single-host: content_hash: f8b4a91e58817c13e797e40b3f5f7c03787096045236d5efad8f3e5912e06f24 description: '' @@ -27910,6 +29617,7 @@ https://blog.openshift.com/installing-okd-3-10-on-a-single-host: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://blog.openshift.com/introducing-red-hat-openshift-4: content_hash: 8eeb1602ac296b6dec91c336294538741685645ce8457831f36eab9bc7806eb2 description: '' @@ -27921,6 +29629,7 @@ https://blog.openshift.com/introducing-red-hat-openshift-4: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/introducing-red-hat-openshift-4-3-to-enhance-kubernetes-security: content_hash: 78cf251fc5aa752bdf396ea941bed11f674e4d1c867eb6e727f7194c4c0033dd description: '' @@ -27933,6 +29642,7 @@ https://blog.openshift.com/introducing-red-hat-openshift-4-3-to-enhance-kubernet v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/introducing-red-hat-quay: content_hash: 1baf5f911cbcbf5bbfb1568569add877ada16db1bdac25d8e734592102476e83 description: '' @@ -27944,6 +29654,7 @@ https://blog.openshift.com/introducing-red-hat-quay: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/kubernetes-pods-life: content_hash: 237760630b472db934ca3fd54ab1b5322bf319183bef07ca0190b40cf9489313 description: '' @@ -27955,6 +29666,7 @@ https://blog.openshift.com/kubernetes-pods-life: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blog.openshift.com/migrating-your-applications-to-openshift-4: content_hash: 6e5a92c89ed15c77c955d9f3653cfebd55ed8602396728207ab3c25c09f65252 description: '' @@ -27966,6 +29678,7 @@ https://blog.openshift.com/migrating-your-applications-to-openshift-4: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/openshift-4-2-vsphere-install-quickstart: content_hash: 2382019fda064b4eb92c534781e9c3a1c4af7ed697978ca9d34c9e002d116e36 description: '' @@ -27977,6 +29690,7 @@ https://blog.openshift.com/openshift-4-2-vsphere-install-quickstart: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://blog.openshift.com/openshift-4-2-vsphere-install-with-static-ips: content_hash: 923472ab323ecc771e0f7b2725a631aaf2995903539408a2eb37a644da41482d description: '' @@ -27988,6 +29702,7 @@ https://blog.openshift.com/openshift-4-2-vsphere-install-with-static-ips: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://blog.openshift.com/openshift-4-install-experience: content_hash: 31d6fcf6eba7cbcd9be0a84074aac62d76d06057d9d449042063391fc350724d description: '' @@ -27998,6 +29713,7 @@ https://blog.openshift.com/openshift-4-install-experience: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/openshift-and-network-security-zones-coexistence-approaches: content_hash: 9f161c0cbefe6c6cdae67be6897b6f6a98849f689a2e8cd0e1064d13ed53bce6 description: '' @@ -28009,6 +29725,7 @@ https://blog.openshift.com/openshift-and-network-security-zones-coexistence-appr v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/openshift-ecosystem-api-management-on-red-hat-openshift-with-3scale: content_hash: 95624ad111a5d1cb4f5fddb1d6b89c9f552a771342efc8a0a0a37199b65d90ed description: '' @@ -28020,6 +29737,7 @@ https://blog.openshift.com/openshift-ecosystem-api-management-on-red-hat-openshi v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://blog.openshift.com/performance-metrics-apm-spring-boot-microservices-openshift: content_hash: 757b673f26e4a597ed1435015796ff0779587ae94c9fa1757630a2b8eafcb602 description: '' @@ -28032,6 +29750,7 @@ https://blog.openshift.com/performance-metrics-apm-spring-boot-microservices-ope v1_locations: - docs/java-and-java-performance-optimization.md year: N/A + addition_method: manual https://blog.openshift.com/red-hat-openshift-service-mesh-is-now-available-what-you-should-know: content_hash: ab9dfe694a50e3bc9379640b34a4d1abcd2bf477ccb7984517976971e373bed4 description: '' @@ -28045,6 +29764,7 @@ https://blog.openshift.com/red-hat-openshift-service-mesh-is-now-available-what- - docs/istio.md - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/scaling-java-containers: content_hash: 4cdc41e3c27bec0962eef8e3de1ed3b88839f41924c5efa422f5ec8fd3a8209f description: '' @@ -28056,6 +29776,7 @@ https://blog.openshift.com/scaling-java-containers: v1_locations: - docs/java-and-java-performance-optimization.md year: N/A + addition_method: manual https://blog.openshift.com/simplifying-openshift-case-information-gathering-workflow-must-gather-operator: content_hash: 10606c39c7299abc5595e38e8c4e0670565b9948098c75bc8f8c6227b10f21de description: '' @@ -28070,6 +29791,7 @@ https://blog.openshift.com/simplifying-openshift-case-information-gathering-work v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/tag/multi-datacenter: content_hash: 59061a10347fc75bd5fa2369b54127132ffad40c32c587deecce26d77991ff96 description: '' @@ -28081,6 +29803,7 @@ https://blog.openshift.com/tag/multi-datacenter: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blog.openshift.com/tech-preview-get-visibility-into-your-openshift-costs-across-your-hybrid-infrastructure: content_hash: 1428a5ae61971718010953ecee394cccd83b448243f1f28e62251dd4aea74746 description: '' @@ -28093,6 +29816,7 @@ https://blog.openshift.com/tech-preview-get-visibility-into-your-openshift-costs v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/top-kubernetes-operators-advancing-across-the-operator-capability-model: content_hash: 3ba9b2a40bd6befd07a32cf222a628b50acd5e71e755d6a651b9b2ab6553764b description: '' @@ -28104,6 +29828,7 @@ https://blog.openshift.com/top-kubernetes-operators-advancing-across-the-operato v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://blog.openshift.com/troubleshooting-openshift-network-performance-with-a-netperf-daemonset: content_hash: 0ec30548d0537e94ec82be385fde4ad297f35d4da749c67d50468ecb22c26d16 description: '' @@ -28116,6 +29841,7 @@ https://blog.openshift.com/troubleshooting-openshift-network-performance-with-a- v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://blog.openshift.com/understanding-service-accounts-sccs: content_hash: 842bc59307f965f9cff2478ea94aa03346fc623714395d633d19f0db030b9fec description: '' @@ -28127,6 +29853,7 @@ https://blog.openshift.com/understanding-service-accounts-sccs: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://blog.openshift.com/using-openshift-3-on-your-local-environment: content_hash: ddb3789ba1e61dddba5449d8d96d8df272cd1105ffaac58a99a714ccba09a2c5 description: '' @@ -28142,6 +29869,7 @@ https://blog.openshift.com/using-openshift-3-on-your-local-environment: v2_locations: - ocp3.md year: N/A + addition_method: manual https://blog.openshift.combuild-kubernetes-operators-from-helm-charts-in-5-steps: content_hash: N/A description: '' @@ -28157,6 +29885,7 @@ https://blog.openshift.combuild-kubernetes-operators-from-helm-charts-in-5-steps v2_locations: - ocp4.md year: N/A + addition_method: manual https://blog.openshift.comfederation-v2-is-now-kubefed: content_hash: N/A description: '' @@ -28167,6 +29896,7 @@ https://blog.openshift.comfederation-v2-is-now-kubefed: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blog.openshift.comfull-cluster-part-2-protecting-nodes: content_hash: N/A description: '' @@ -28177,6 +29907,7 @@ https://blog.openshift.comfull-cluster-part-2-protecting-nodes: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blog.openshift.comfull-cluster-part-3-capacity-management: content_hash: N/A description: '' @@ -28187,6 +29918,7 @@ https://blog.openshift.comfull-cluster-part-3-capacity-management: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blog.openshift.comhelm-and-operators-on-openshift-part-1: content_hash: N/A description: '' @@ -28201,6 +29933,7 @@ https://blog.openshift.comhelm-and-operators-on-openshift-part-1: v2_locations: - ocp4.md year: N/A + addition_method: manual https://blog.openshift.comhelm-and-operators-on-openshift-part-2: content_hash: N/A description: '' @@ -28215,6 +29948,7 @@ https://blog.openshift.comhelm-and-operators-on-openshift-part-2: v2_locations: - ocp4.md year: N/A + addition_method: manual https://blog.openshift.comintroduction-to-gitops-with-openshift: content_hash: N/A description: '' @@ -28231,6 +29965,7 @@ https://blog.openshift.comintroduction-to-gitops-with-openshift: - gitops.md - ocp3.md year: N/A + addition_method: manual https://blog.openshift.comis-it-too-late-to-integrate-gitops: content_hash: N/A description: '' @@ -28247,6 +29982,7 @@ https://blog.openshift.comis-it-too-late-to-integrate-gitops: - gitops.md - ocp3.md year: N/A + addition_method: manual https://blog.openshift.comkubernetes-federation-v2-on-openshift-3-11: content_hash: N/A description: '' @@ -28257,6 +29993,7 @@ https://blog.openshift.comkubernetes-federation-v2-on-openshift-3-11: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blog.openshift.comopenshift-hive-cluster-as-a-service: content_hash: N/A description: '' @@ -28271,6 +30008,7 @@ https://blog.openshift.comopenshift-hive-cluster-as-a-service: v2_locations: - ocp4.md year: N/A + addition_method: manual https://blog.openshift.comusing-kubefed-to-deploy-applications-to-ocp3-and-ocp4-clusters: content_hash: N/A description: '' @@ -28285,6 +30023,7 @@ https://blog.openshift.comusing-kubefed-to-deploy-applications-to-ocp3-and-ocp4- v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://blog.opstree.com/2021/06/21/a-comparison-between-various-container-orchestration-services-ecs-vs-kubernetes: content_hash: N/A description: '' @@ -28300,6 +30039,7 @@ https://blog.opstree.com/2021/06/21/a-comparison-between-various-container-orche v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://blog.opstree.com/2021/11/16/aws-secret-manager: content_hash: N/A description: '' @@ -28314,6 +30054,7 @@ https://blog.opstree.com/2021/11/16/aws-secret-manager: v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.overops.com/devops-vs-sre-whats-the-difference-between-them-and-which-one-are-you: content_hash: N/A description: '' @@ -28329,6 +30070,7 @@ https://blog.overops.com/devops-vs-sre-whats-the-difference-between-them-and-whi v2_locations: - sre.md year: N/A + addition_method: manual https://blog.ovhcloud.com: content_hash: 5011650f6685d6388e7d9ac574a8ff70850c81c0b5d242f505a744fe9d1c3a3d health_score: 100.0 @@ -28340,6 +30082,7 @@ https://blog.ovhcloud.com: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://blog.palark.com/best-practices-for-deploying-highly-available-apps-in-kubernetes-part-1: content_hash: ea7a3da779fd8f1c58b966274e447717ddd8a06111538aad767d34f7ebbbdbdf description: '' @@ -28352,6 +30095,7 @@ https://blog.palark.com/best-practices-for-deploying-highly-available-apps-in-ku v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.palark.com/best-practices-for-deploying-highly-available-apps-in-kubernetes-part-2: content_hash: b11a9987e8e70e31dafcf4c2d0b4849d5e1d0fae9a94ee5a18d7cb50a483be0c description: '' @@ -28363,6 +30107,7 @@ https://blog.palark.com/best-practices-for-deploying-highly-available-apps-in-ku v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.palark.com/chaos-mesh-in-kubernetes: content_hash: 85724c3f018168790d1c9436ca07509f4d7415a4cd2b6997ce52543bebcaa571 description: '' @@ -28374,6 +30119,7 @@ https://blog.palark.com/chaos-mesh-in-kubernetes: v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://blog.palark.com/comparing-ingress-controllers-for-kubernetes: content_hash: d2872234c6d937b788cf4802a87047894c00ae1b0f5dd13d6ad6f1e0575af473 description: '' @@ -28385,6 +30131,7 @@ https://blog.palark.com/comparing-ingress-controllers-for-kubernetes: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://blog.palark.com/configmaps-in-kubernetes-how-they-work-and-what-you-should-remember: content_hash: c10ee371eb7b0bdeb4a24770c2b80ed805491874212b64e944f8204708922943 description: '' @@ -28397,6 +30144,7 @@ https://blog.palark.com/configmaps-in-kubernetes-how-they-work-and-what-you-shou v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.palark.com/failure-stories-elasticsearch-migration-within-kubernetes: content_hash: fea3b1d088ffe792d4087a4627051661fca68862f32ddada9d44906754f63335 description: '' @@ -28409,6 +30157,7 @@ https://blog.palark.com/failure-stories-elasticsearch-migration-within-kubernete v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.palark.com/kubernetes-services-interaction-monitoring-with-netflow: content_hash: 2c2c5d37bf809e0ced3d9bfa6aac00488551e9cb9ede17f460d16bbb813d02da description: '' @@ -28420,6 +30169,7 @@ https://blog.palark.com/kubernetes-services-interaction-monitoring-with-netflow: v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://blog.palark.com/kubernetes-snaphots-usage: content_hash: 91bcb37070c4a54dce3bd6d4dfb717e11e4e9242b4c0a7c45a78d5e0d6f5cd65 description: '' @@ -28432,6 +30182,7 @@ https://blog.palark.com/kubernetes-snaphots-usage: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://blog.palark.com/okteto-cloud-for-local-development-in-kubernetes: content_hash: 896b3e485b2707e5260dc6bc67d34548175f61426db6c7e6a50764d2f1c60667 description: '' @@ -28443,6 +30194,7 @@ https://blog.palark.com/okteto-cloud-for-local-development-in-kubernetes: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.palark.com/tag/kubernetes: content_hash: ce7431c7413501cd5372b177266d1483268d5b803196d04200f4592f5afbfb18 description: '' @@ -28454,6 +30206,7 @@ https://blog.palark.com/tag/kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.paloaltonetworks.com/2020/10/cloud-iam-misconfiguration-risks: content_hash: 55532c0c4d7d574b8ff3f08fa2013fc5edb6e3718fe5b20a18d2ba11c6a9b160 description: '' @@ -28466,6 +30219,7 @@ https://blog.paloaltonetworks.com/2020/10/cloud-iam-misconfiguration-risks: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://blog.pandorafms.org/network-commands: content_hash: N/A description: '' @@ -28480,6 +30234,7 @@ https://blog.pandorafms.org/network-commands: v2_locations: - linux.md year: N/A + addition_method: manual https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s: content_hash: 9773b78397e98f59e92c0bb3ccd4d221de1afa35c164b80d499cf408cd2b3a0a description: '' @@ -28496,6 +30251,7 @@ https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.pixielabs.ai/hybrid-architecture/hybrid-architecture: content_hash: N/A description: '' @@ -28511,6 +30267,7 @@ https://blog.pixielabs.ai/hybrid-architecture/hybrid-architecture: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.plasticscm.com/2018/09/add-mergebot-to-your-repo.html: content_hash: f5c9334b702ee92cff9b7dc1ef3a663f8fa0067b5b7983b40959de32614719d6 health_score: 100.0 @@ -28523,6 +30280,7 @@ https://blog.plasticscm.com/2018/09/add-mergebot-to-your-repo.html: - docs/git.md v2_locations: - git.md + addition_method: manual https://blog.polymatic.systems/service-mesh-wars-goodbye-istio-b047d9e533c7: content_hash: N/A description: '' @@ -28537,6 +30295,7 @@ https://blog.polymatic.systems/service-mesh-wars-goodbye-istio-b047d9e533c7: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://blog.postman.com/capture-responses-using-the-postman-proxy: content_hash: N/A description: '' @@ -28551,6 +30310,7 @@ https://blog.postman.com/capture-responses-using-the-postman-proxy: v2_locations: - api.md year: N/A + addition_method: manual https://blog.postman.com/how-to-choose-between-rest-vs-graphql-vs-grpc-vs-soap: content_hash: N/A description: '' @@ -28566,6 +30326,7 @@ https://blog.postman.com/how-to-choose-between-rest-vs-graphql-vs-grpc-vs-soap: v2_locations: - api.md year: N/A + addition_method: manual https://blog.postman.com/introducing-secret-variable-type-in-postman: content_hash: N/A description: '' @@ -28580,6 +30341,7 @@ https://blog.postman.com/introducing-secret-variable-type-in-postman: v2_locations: - postman.md year: N/A + addition_method: manual https://blog.postman.com/matrix-postman-internal-tool-microservices: content_hash: N/A description: '' @@ -28595,6 +30357,7 @@ https://blog.postman.com/matrix-postman-internal-tool-microservices: v2_locations: - postman.md year: N/A + addition_method: manual https://blog.postman.com/postman-first-5-things-to-try: content_hash: N/A description: '' @@ -28609,6 +30372,7 @@ https://blog.postman.com/postman-first-5-things-to-try: v2_locations: - postman.md year: N/A + addition_method: manual https://blog.postman.com/postmans-proxy-now-fully-supports-https-endpoints: content_hash: N/A description: '' @@ -28623,6 +30387,7 @@ https://blog.postman.com/postmans-proxy-now-fully-supports-https-endpoints: v2_locations: - postman.md year: N/A + addition_method: manual https://blog.postman.com/what-is-platformops: content_hash: N/A description: '' @@ -28637,6 +30402,7 @@ https://blog.postman.com/what-is-platformops: v2_locations: - devops.md year: N/A + addition_method: manual https://blog.powerupcloud.com/2016/02/07/aws-inventory-details-in-csv-using-lambda: content_hash: N/A health_score: 100.0 @@ -28647,6 +30413,7 @@ https://blog.powerupcloud.com/2016/02/07/aws-inventory-details-in-csv-using-lamb - docs/aws-serverless.md v2_locations: - aws-serverless.md + addition_method: manual https://blog.pragmaticengineer.com/advice-for-tech-workers-to-navigate-a-heated-job-market: ai_summary: A high-density strategic guide navigating the hyper-competitive tech hiring landscape from both candidate and leadership perspectives. Outlines structural @@ -28676,6 +30443,7 @@ https://blog.pragmaticengineer.com/advice-for-tech-workers-to-navigate-a-heated- v2_locations: - recruitment.md year: N/A + addition_method: manual https://blog.pragmaticengineer.com/project-management-at-big-tech: content_hash: fb1a439738dbd674f5b225a99f56b132d51d600df220715df451cb9cc8e12443 description: '' @@ -28693,6 +30461,7 @@ https://blog.pragmaticengineer.com/project-management-at-big-tech: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://blog.pragmaticengineer.com/typical-migration-approaches: content_hash: 86d996c59552fea4e09719df0d85af3ec83eea68365d3aa37920053ceaec8712 description: '' @@ -28709,6 +30478,7 @@ https://blog.pragmaticengineer.com/typical-migration-approaches: v2_locations: - introduction.md year: N/A + addition_method: manual https://blog.programster.org/docker-swarm-cheatsheet: content_hash: 5856ddf0ce7cf913f60596b86d3f81ce7d4a11159fe77269d83853d37c1f349e description: '' @@ -28725,6 +30495,7 @@ https://blog.programster.org/docker-swarm-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://blog.purestorage.com/stateful-kubernetes-pure-service-orchestrator-kontena-pharos: ai_summary: A historical look at combining the Kontena Pharos Kubernetes distribution with Pure Storage orchestrators to run heavy database workloads. Useful for documenting @@ -28751,6 +30522,7 @@ https://blog.purestorage.com/stateful-kubernetes-pure-service-orchestrator-konte v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://blog.px.dev/autoscaling-custom-k8s-metric: content_hash: 6e9592c54996fe059321f07fabc7da8390cc3d121257cf9aee890c612c50304a description: '' @@ -28768,6 +30540,7 @@ https://blog.px.dev/autoscaling-custom-k8s-metric: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://blog.px.dev/container-filesystems: content_hash: eebb6fee2e723155d8a9aac900af6752abffdd1ef7a9fb5928b6ea8247eead1f description: '' @@ -28784,6 +30557,7 @@ https://blog.px.dev/container-filesystems: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.px.dev/etcd-6-tips: content_hash: 15b28ac928ffca141f4c42f470c18ae073d87fea55753500de09f9c79e245c3d description: '' @@ -28800,6 +30574,7 @@ https://blog.px.dev/etcd-6-tips: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.px.dev/k8s-operator: content_hash: d96f7e1a5651c87d2a71914399cd32375de3b68ab3ee936126bb41a7e7626e99 description: '' @@ -28817,6 +30592,7 @@ https://blog.px.dev/k8s-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-first-application: content_hash: 14c29a2777e5a6b1611d378fda6c0d6fbe0e629b4e3903f1d4d6d57d1221527c description: '' @@ -28828,6 +30604,7 @@ https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-first-application: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://blog.rackspace.com/patch-and-ami-management-for-windows-on-aws: content_hash: 437095daca7d97ee976cd6c57d1134654a0bffe399850834757a8dd858f284f5 health_score: 100.0 @@ -28840,6 +30617,7 @@ https://blog.rackspace.com/patch-and-ami-management-for-windows-on-aws: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://blog.radwell.codes/2021/05/best-kubernetes-distribution-for-local-environments: ai_summary: An evaluation of local Kubernetes distributions, analyzing parameters like image caching, multi-node configuration support, and CPU/RAM usage across @@ -28869,6 +30647,7 @@ https://blog.radwell.codes/2021/05/best-kubernetes-distribution-for-local-enviro v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.radwell.codes/2021/05/provisioning-single-node-kubernetes-cluster-using-kubeadm-on-ubuntu-20-04: ai_summary: Guides the reader through a slimmed-down kubeadm installation tailored for developer testing environments on a single Ubuntu VM. Includes the crucial @@ -28898,6 +30677,7 @@ https://blog.radwell.codes/2021/05/provisioning-single-node-kubernetes-cluster-u v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://blog.ratnopamc.com/reduce-cross-az-traffic-costs-on-eks-using-topology-aware-hints: content_hash: N/A description: '' @@ -28913,6 +30693,7 @@ https://blog.ratnopamc.com/reduce-cross-az-traffic-costs-on-eks-using-topology-a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.realkinetic.com/its-time-to-retire-terraform-30545fd5f186: content_hash: ac4ff0f1e92780fcdc6cd759fd12c4f749284037a485552e319a229570fa9c7f description: '' @@ -28928,6 +30709,7 @@ https://blog.realkinetic.com/its-time-to-retire-terraform-30545fd5f186: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.redbrickai.com/blog-posts/fast-meta-sam-for-medical-imaging: content_hash: N/A description: '' @@ -28943,6 +30725,7 @@ https://blog.redbrickai.com/blog-posts/fast-meta-sam-for-medical-imaging: v2_locations: - ai.md year: N/A + addition_method: manual https://blog.rewanthtammana.com/creating-malicious-admission-controllers: content_hash: N/A description: '' @@ -28957,6 +30740,7 @@ https://blog.rewanthtammana.com/creating-malicious-admission-controllers: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.rewanthtammana.com/hardening-kaniko-build-process-with-linux-capabilities: content_hash: N/A description: '' @@ -28971,6 +30755,7 @@ https://blog.rewanthtammana.com/hardening-kaniko-build-process-with-linux-capabi v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.risingstack.com/argo-cd-kubernetes-tutorial: ai_summary: A detailed step-by-step tutorial introducing Argo CD deployment mechanics. Walks engineers through application creation, manual syncs, and automated reconciliation @@ -28999,6 +30784,7 @@ https://blog.risingstack.com/argo-cd-kubernetes-tutorial: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.risingstack.com/designing-microservices-architecture-for-failure: ai_summary: 'Curator Insight: Covers critical resilience patterns designed to keep distributed software up when individual microservices crash. Live Grounding: Discusses @@ -29027,6 +30813,7 @@ https://blog.risingstack.com/designing-microservices-architecture-for-failure: v2_locations: - faq.md year: N/A + addition_method: manual https://blog.robertsimoes.org/posts/four-wings-of-software-engineers: content_hash: N/A description: '' @@ -29041,6 +30828,7 @@ https://blog.robertsimoes.org/posts/four-wings-of-software-engineers: v2_locations: - recruitment.md year: N/A + addition_method: manual https://blog.rtwilson.com/my-top-5-new-python-modules-of-2015: content_hash: 0a3c53e8b316924bc970019bb5b626801cbe199fbe8fc0189c95d40297434b94 health_score: 100.0 @@ -29053,6 +30841,7 @@ https://blog.rtwilson.com/my-top-5-new-python-modules-of-2015: - docs/python.md v2_locations: - python.md + addition_method: manual https://blog.rubyroidlabs.com/2016/04/postgresql-9-5: content_hash: N/A health_score: 100.0 @@ -29063,6 +30852,7 @@ https://blog.rubyroidlabs.com/2016/04/postgresql-9-5: - docs/aws-databases.md v2_locations: - aws-databases.md + addition_method: manual https://blog.runx.dev/3-things-i-hate-about-kubernetes-49f1656baeaa: content_hash: N/A description: '' @@ -29077,6 +30867,7 @@ https://blog.runx.dev/3-things-i-hate-about-kubernetes-49f1656baeaa: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.runx.dev/5-common-kubernetes-mistakes-and-how-to-avoid-them-150607beb475: content_hash: N/A description: '' @@ -29091,6 +30882,7 @@ https://blog.runx.dev/5-common-kubernetes-mistakes-and-how-to-avoid-them-150607b v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.runx.dev/will-that-kubernetes-v1-22-upgrade-break-my-application-cc339dc2e2c7: content_hash: N/A description: '' @@ -29105,6 +30897,7 @@ https://blog.runx.dev/will-that-kubernetes-v1-22-upgrade-break-my-application-cc v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://blog.scaleway.com/how-to-deploy-and-distribute-the-workload-on-a-multi-cloud-kubernetes-environment: content_hash: 70e02f3237e2d19e30a467db58f89a3eac0587a286f147482a4ae7528c27a90c description: '' @@ -29117,6 +30910,7 @@ https://blog.scaleway.com/how-to-deploy-and-distribute-the-workload-on-a-multi-c v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://blog.scaleway.com/saas-multi-tenant-vs-multi-instance-architectures: content_hash: 1d5982314c11696e253ed690609482ee21310325a46be485a1ce97743593f78d description: '' @@ -29130,6 +30924,7 @@ https://blog.scaleway.com/saas-multi-tenant-vs-multi-instance-architectures: - docs/introduction.md - docs/scaleway.md year: N/A + addition_method: manual https://blog.scaleway.com/understanding-kubernetes-autoscaling: content_hash: a9023f1430aa0d47d7a17aa03c09c852c43f5fa9f5d8b413b5422141a167c606 description: '' @@ -29141,6 +30936,7 @@ https://blog.scaleway.com/understanding-kubernetes-autoscaling: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://blog.scottlowe.org/2016/03/22/using-docker-machine-with-aws: content_hash: 996a8430130c07b8539da9cab1f5352a77cb12e74e7e5c6405b36f5cb99f6df4 health_score: 100.0 @@ -29153,6 +30949,7 @@ https://blog.scottlowe.org/2016/03/22/using-docker-machine-with-aws: - docs/aws-containers.md v2_locations: - aws-containers.md + addition_method: manual https://blog.scottlowe.org/2020/06/16/using-kubectl-via-an-ssh-tunnel: content_hash: 3b77c660be9c276f6f136beffbf4580255c95f99a7f16bdc3e545f1f472b489d description: '' @@ -29169,6 +30966,7 @@ https://blog.scottlowe.org/2020/06/16/using-kubectl-via-an-ssh-tunnel: v2_locations: - demos.md year: N/A + addition_method: manual https://blog.scrumstudy.com/scrum-and-kanban-alike-or-different-2: content_hash: b4c122767bdd962c6fea16a3c58a8a4eeff5095ea088913513f5208ae0fd7388 health_score: 100.0 @@ -29181,6 +30979,7 @@ https://blog.scrumstudy.com/scrum-and-kanban-alike-or-different-2: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://blog.searce.com/devtron-one-stop-shop-for-all-kubernetes-deployments-6f1c111a7ba1: content_hash: N/A description: '' @@ -29195,6 +30994,7 @@ https://blog.searce.com/devtron-one-stop-shop-for-all-kubernetes-deployments-6f1 v2_locations: - devops-tools.md year: N/A + addition_method: manual https://blog.searce.com/jenkins-distributed-cluster-using-dynamic-build-agents-on-gke-e2262a59dcb3: content_hash: N/A description: '' @@ -29210,6 +31010,7 @@ https://blog.searce.com/jenkins-distributed-cluster-using-dynamic-build-agents-o v2_locations: - jenkins.md year: N/A + addition_method: manual https://blog.searce.com/optimize-cost-for-aws-eks-cluster-using-spotinst-ffcebe8e3571: content_hash: N/A description: '' @@ -29224,6 +31025,7 @@ https://blog.searce.com/optimize-cost-for-aws-eks-cluster-using-spotinst-ffcebe8 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.searce.com/single-pod-access-mode-for-persistent-volumes-on-kubernetes-4cf79200aa9a: content_hash: N/A description: '' @@ -29238,6 +31040,7 @@ https://blog.searce.com/single-pod-access-mode-for-persistent-volumes-on-kuberne v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.searce.com/transform-kubernetes-manifests-into-helm-chart-f3d100688423: content_hash: N/A description: '' @@ -29252,6 +31055,7 @@ https://blog.searce.com/transform-kubernetes-manifests-into-helm-chart-f3d100688 v2_locations: - helm.md year: N/A + addition_method: manual https://blog.seifbassem.com/blogs/posts/azure-arc-ssh: content_hash: 3258055b908f320395fcf0d27a1a5e3ae97164fe6f1c1dd24db969956bdc0704 health_score: 100.0 @@ -29263,12 +31067,14 @@ https://blog.seifbassem.com/blogs/posts/azure-arc-ssh: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://blog.seifbassem.com/blogs/posts/azure-naming-tool: content_hash: b43758c2ee6b9c8bcb25c93c193ddf79c96b134199fea227cb411562c29c0e49 health_score: 100.0 last_checked: 1779130494.932962 v1_locations: - docs/azure.md + addition_method: manual https://blog.shippable.com/how-to-be-a-great-devops-engineer: content_hash: N/A description: '' @@ -29283,6 +31089,7 @@ https://blog.shippable.com/how-to-be-a-great-devops-engineer: v2_locations: - devops.md year: N/A + addition_method: manual https://blog.shreyaspatil.dev/automate-library-publishing-to-maven-central-with-github-actions-workflow-dispatch: content_hash: 405b60a12ebcc60047e01cedc71171305d7d58cc3ec382de925f48ee047b16e7 description: '' @@ -29300,6 +31107,7 @@ https://blog.shreyaspatil.dev/automate-library-publishing-to-maven-central-with- v2_locations: - git.md year: N/A + addition_method: manual https://blog.sighup.io/an-introduction-to-hierarchical-namespace-controller-hnc: content_hash: 2533f40e00841eae974e8710ecaca27d41ce6be92130c4dc056325d31dba622a description: '' @@ -29317,6 +31125,7 @@ https://blog.sighup.io/an-introduction-to-hierarchical-namespace-controller-hnc: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.sighup.io/how-to-run-kubernetes-without-docker: content_hash: 6cce4fd35412201495488b6ac1f5d10312f703df17b6ce6500796b7ea930e6a6 description: '' @@ -29333,6 +31142,7 @@ https://blog.sighup.io/how-to-run-kubernetes-without-docker: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.sighup.io/keycloak-ha-on-kubernetes: ai_summary: This operations manual outlines the steps required to deploy a resilient, high-availability Keycloak cluster on Kubernetes. It explains configuring backend @@ -29361,6 +31171,7 @@ https://blog.sighup.io/keycloak-ha-on-kubernetes: v2_locations: - devsecops.md year: N/A + addition_method: manual https://blog.sigstore.dev/how-to-verify-container-images-with-kyverno-using-kms-cosign-and-workload-identity-1e07d2b85061: content_hash: f6ef7e6261cbaf286fd33a192671831afa301d3f2e7d525e3d0e84971984e8a2 description: '' @@ -29378,6 +31189,7 @@ https://blog.sigstore.dev/how-to-verify-container-images-with-kyverno-using-kms- v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.siliconvalve.com/posts/2024/02/06/analysing-git-commit-history-using-azure-data-explorer: content_hash: b3372d6827ba058327f4cb0cced5ff1ee44f3685647b601598df4c9018b2276d description: '' @@ -29394,6 +31206,7 @@ https://blog.siliconvalve.com/posts/2024/02/06/analysing-git-commit-history-usin v2_locations: - azure.md year: N/A + addition_method: manual https://blog.sixeyed.com/you-cant-always-have-kubernetes-running-containers-in-azure-vm-scale-sets: content_hash: 4f249e3d1643d7b4d1dbfeee629852c50f7d08dcbe769ebd5659f98ed701afa3 description: '' @@ -29411,6 +31224,7 @@ https://blog.sixeyed.com/you-cant-always-have-kubernetes-running-containers-in-a v2_locations: - azure.md year: N/A + addition_method: manual https://blog.sldk.de/2021/02/introduction-to-gitops-on-kubernetes-with-flux-v2: content_hash: 92a80a9716dd6c244af76ef83fe40d51f19aca8fb8cf9f7c153658232397f2da description: '' @@ -29427,6 +31241,7 @@ https://blog.sldk.de/2021/02/introduction-to-gitops-on-kubernetes-with-flux-v2: v2_locations: - flux.md year: N/A + addition_method: manual https://blog.slycreator.com/network-policies-understanding-kubernetes-network-policies: content_hash: N/A description: '' @@ -29442,6 +31257,7 @@ https://blog.slycreator.com/network-policies-understanding-kubernetes-network-po v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.sonatype.com/achieving-ci/cd-with-kubernetes: content_hash: 8a9f4e9111c40252f87cc0d63dad277be6dd8d40f780a6056eec61a75a219459 description: '' @@ -29453,6 +31269,7 @@ https://blog.sonatype.com/achieving-ci/cd-with-kubernetes: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://blog.sonatype.com/new-cloud-native-ci/cd-projects-openshift-and-tekton: content_hash: 5e8e23b3064531a9a1a80b25d4f3246e1fc02fa2deb596d3c30ffff686d0f881 description: '' @@ -29464,6 +31281,7 @@ https://blog.sonatype.com/new-cloud-native-ci/cd-projects-openshift-and-tekton: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://blog.sonatype.com/python-packages-upload-your-aws-keys-env-vars-secrets-to-web: content_hash: 21eaec12364609a146d3f83fab8f0252432eb164a4488f041da520454e5eb8fe description: '' @@ -29476,6 +31294,7 @@ https://blog.sonatype.com/python-packages-upload-your-aws-keys-env-vars-secrets- v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://blog.sonatype.com/using-nexus-3-as-your-repository-part-3-docker-images: content_hash: f66223c15fe543495b6255c2a07bc52b0c3634674c80bb4a5378931e1c88b8b1 description: '' @@ -29488,6 +31307,7 @@ https://blog.sonatype.com/using-nexus-3-as-your-repository-part-3-docker-images: v1_locations: - docs/registries.md year: N/A + addition_method: manual ? https://blog.sonnes.cloud/introducing-azure-devops-backup-tool-1-1-0-0-major-update-with-new-features-bug-fixes-and-enhanced-security : content_hash: e73f8d92a71cc540c3e0a6c40c54006f6cb196d2eddd3c800e5d9db3559626ee description: '' @@ -29505,6 +31325,7 @@ https://blog.sonatype.com/using-nexus-3-as-your-repository-part-3-docker-images: v2_locations: - azure.md year: N/A + addition_method: manual https://blog.stack-labs.com/code/kustomize-101: content_hash: 338a96ead57cfa519776313f69e6c71dc17c690560e7089bff833cd3e1a64d15 description: '' @@ -29521,6 +31342,7 @@ https://blog.stack-labs.com/code/kustomize-101: v2_locations: - kustomize.md year: N/A + addition_method: manual ? https://blog.stackademic.com/advanced-end-to-end-devsecops-kubernetes-three-tier-project-using-aws-eks-argocd-prometheus-fbbfdb956d1a : content_hash: N/A description: '' @@ -29536,6 +31358,7 @@ https://blog.stack-labs.com/code/kustomize-101: v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://blog.stackademic.com/advanced-end-to-end-devsecops-kubernetes-three-tier-project-using-azure-aks-fluxcd-prometheus-cca3c5e61953 : content_hash: N/A description: '' @@ -29551,6 +31374,7 @@ https://blog.stack-labs.com/code/kustomize-101: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://blog.stackademic.com/create-the-aws-eks-cluster-with-a-managed-node-group-using-custom-launch-templates-185744a0cc79 : content_hash: N/A description: '' @@ -29566,6 +31390,7 @@ https://blog.stack-labs.com/code/kustomize-101: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.stackademic.com/mastering-local-microservices-debugging-with-mirrord-0a99443c1544: content_hash: N/A description: '' @@ -29580,6 +31405,7 @@ https://blog.stackademic.com/mastering-local-microservices-debugging-with-mirror v2_locations: - visual-studio.md year: N/A + addition_method: manual https://blog.stephane-robert.info/post/ansible-utiliser-mysql-comme-inventaire-dynamique: content_hash: 6cd03de5b5b04e268234feee697254eab389a89dd08e2112923e4dc92ffbc8f7 description: '' @@ -29597,6 +31423,7 @@ https://blog.stephane-robert.info/post/ansible-utiliser-mysql-comme-inventaire-d v2_locations: - demos.md year: N/A + addition_method: manual https://blog.streammonkey.com/how-we-serverlessly-migrated-1-58-billion-elasticsearch-documents-33ad3d0d7c4f: content_hash: N/A description: '' @@ -29612,6 +31439,7 @@ https://blog.streammonkey.com/how-we-serverlessly-migrated-1-58-billion-elastics v2_locations: - monitoring.md year: N/A + addition_method: manual https://blog.styra.com/blog/5-opa-deployment-performance-models-for-microservices: content_hash: N/A description: '' @@ -29626,6 +31454,7 @@ https://blog.styra.com/blog/5-opa-deployment-performance-models-for-microservice v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.styra.com/blog/dynamic-policy-composition-for-opa: content_hash: N/A description: '' @@ -29640,6 +31469,7 @@ https://blog.styra.com/blog/dynamic-policy-composition-for-opa: v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.styra.com/blog/integrating-identity-oauth2-and-openid-connect-in-open-policy-agent: content_hash: N/A description: '' @@ -29655,6 +31485,7 @@ https://blog.styra.com/blog/integrating-identity-oauth2-and-openid-connect-in-op v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.styra.com/blog/open-policy-agent-the-top-5-kubernetes-admission-control-policies: content_hash: N/A description: '' @@ -29670,6 +31501,7 @@ https://blog.styra.com/blog/open-policy-agent-the-top-5-kubernetes-admission-con v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.styra.com/blog/policy-based-infrastructure-guardrails-with-terraform-and-opa: content_hash: N/A description: '' @@ -29685,6 +31517,7 @@ https://blog.styra.com/blog/policy-based-infrastructure-guardrails-with-terrafor v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.styra.com/blog/rego-unit-testing: content_hash: N/A description: '' @@ -29699,6 +31532,7 @@ https://blog.styra.com/blog/rego-unit-testing: v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.styra.com/blog/using-opa-with-gitops-to-speed-cloud-native-development: content_hash: N/A description: '' @@ -29713,6 +31547,7 @@ https://blog.styra.com/blog/using-opa-with-gitops-to-speed-cloud-native-developm v2_locations: - securityascode.md year: N/A + addition_method: manual https://blog.styra.com/blog/why-rbac-is-not-enough-for-kubernetes-api-security: content_hash: N/A description: '' @@ -29727,6 +31562,7 @@ https://blog.styra.com/blog/why-rbac-is-not-enough-for-kubernetes-api-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://blog.suhailkakar.com/web-30-terms-and-their-definitions-in-plain-english: content_hash: N/A description: '' @@ -29741,6 +31577,7 @@ https://blog.suhailkakar.com/web-30-terms-and-their-definitions-in-plain-english v2_locations: - web3.md year: N/A + addition_method: manual https://blog.t-systems-mms.com/tech-insights/ansible-lets-encrypt-collection: content_hash: 44c92574e1c4cfe7e316248ce25f73f17f3451289de45d253078c0f090b55654 description: '' @@ -29752,6 +31589,7 @@ https://blog.t-systems-mms.com/tech-insights/ansible-lets-encrypt-collection: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://blog.tanmaysarkar.tech/beginners-guide-to-argo-cd: content_hash: N/A description: '' @@ -29766,6 +31604,7 @@ https://blog.tanmaysarkar.tech/beginners-guide-to-argo-cd: v2_locations: - argo.md year: N/A + addition_method: manual https://blog.teamhephy.info/blog/posts/tutorials/running-workflow-without-any-loadbalancer.html: content_hash: N/A description: '' @@ -29780,6 +31619,7 @@ https://blog.teamhephy.info/blog/posts/tutorials/running-workflow-without-any-lo v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://blog.techiescamp.com/docs/jenkins-multibranch-pipeline: content_hash: d862a999a2f40762119bbbf7e3fb2c8e7656bd1caffe8f7b84efa8f10d943b56 description: '' @@ -29791,6 +31631,7 @@ https://blog.techiescamp.com/docs/jenkins-multibranch-pipeline: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://blog.techiescamp.com/docs/wcurl: ai_summary: Curator Insight provides detailed operational steps for using the newly developed `wcurl` tool. Live Grounding underlines its functional benefits, showcasing @@ -29820,6 +31661,7 @@ https://blog.techiescamp.com/docs/wcurl: v2_locations: - linux.md year: N/A + addition_method: manual https://blog.techiescamp.com/jenkins-course: content_hash: 7e5a9fc36f9dccd1108d93b35ac323f328af55e5ff1180bb922ae3f0b859a132 description: '' @@ -29836,6 +31678,7 @@ https://blog.techiescamp.com/jenkins-course: v2_locations: - jenkins.md year: N/A + addition_method: manual https://blog.techknowtrendz.com/taking-amazon-eks-anywhere-for-a-spin: content_hash: N/A description: '' @@ -29850,6 +31693,7 @@ https://blog.techknowtrendz.com/taking-amazon-eks-anywhere-for-a-spin: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.teclado.com/python-methods-instance-static-class: content_hash: 3197fa515238cfe9a19747035cc024d6f98ad44a1ccf1abda865a2a398c64378 description: '' @@ -29866,6 +31710,7 @@ https://blog.teclado.com/python-methods-instance-static-class: v2_locations: - python.md year: N/A + addition_method: manual https://blog.teemo.co/terraform-in-10-commands-e737dfd8bf31: content_hash: d0fe5f8241d4763858deb2f0b6026fb9661d927f1fc7da36c90c430ef7973fdc description: '' @@ -29881,6 +31726,7 @@ https://blog.teemo.co/terraform-in-10-commands-e737dfd8bf31: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.tekspace.io/deploying-kubernetes-dashboard-in-k3s-cluster: ai_summary: Practical setup guide explaining how to deploy and configure the native Kubernetes Dashboard inside lightweight K3s cluster architectures safely. @@ -29907,6 +31753,7 @@ https://blog.tekspace.io/deploying-kubernetes-dashboard-in-k3s-cluster: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.thundra.io/4-software-testing-roles: content_hash: N/A description: '' @@ -29921,6 +31768,7 @@ https://blog.thundra.io/4-software-testing-roles: v2_locations: - qa.md year: N/A + addition_method: manual https://blog.thundra.io/dry-dont-repeat-yourself-on-the-cloud-with-pulumi: content_hash: N/A description: '' @@ -29935,6 +31783,7 @@ https://blog.thundra.io/dry-dont-repeat-yourself-on-the-cloud-with-pulumi: v2_locations: - pulumi.md year: N/A + addition_method: manual https://blog.thundra.io/how-to-fix-your-failing-end-to-end-tests: content_hash: N/A description: '' @@ -29949,6 +31798,7 @@ https://blog.thundra.io/how-to-fix-your-failing-end-to-end-tests: v2_locations: - qa.md year: N/A + addition_method: manual https://blog.thundra.io/how-to-set-up-a-ci-pipeline-in-github-actions: content_hash: N/A description: '' @@ -29963,6 +31813,7 @@ https://blog.thundra.io/how-to-set-up-a-ci-pipeline-in-github-actions: v2_locations: - git.md year: N/A + addition_method: manual https://blog.thundra.io/the-ci/cd-war-of-2021-a-look-at-the-most-popular-technologies: content_hash: N/A description: '' @@ -29977,6 +31828,7 @@ https://blog.thundra.io/the-ci/cd-war-of-2021-a-look-at-the-most-popular-technol v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://blog.thundra.io/top-10-github-actions-you-should-use-to-set-up-your-ci/cd-pipeline: content_hash: N/A description: '' @@ -29992,6 +31844,7 @@ https://blog.thundra.io/top-10-github-actions-you-should-use-to-set-up-your-ci/c v2_locations: - git.md year: N/A + addition_method: manual https://blog.thundra.io/what-ci-observability-means-for-devops: content_hash: N/A description: '' @@ -30006,6 +31859,7 @@ https://blog.thundra.io/what-ci-observability-means-for-devops: v2_locations: - monitoring.md year: N/A + addition_method: manual https://blog.thundra.io/why-a-ci/cd-pipeline-makes-good-business-sense: content_hash: N/A description: '' @@ -30020,6 +31874,7 @@ https://blog.thundra.io/why-a-ci/cd-pipeline-makes-good-business-sense: v2_locations: - cicd.md year: N/A + addition_method: manual https://blog.thundra.io/why-should-you-run-all-your-tests-in-docker: content_hash: N/A description: '' @@ -30034,6 +31889,7 @@ https://blog.thundra.io/why-should-you-run-all-your-tests-in-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://blog.tilt.dev/2021/03/18/kubernetes-is-so-simple.html: content_hash: 3b9ebe5c1c19cb995ce1890328e3f6d35921508345608392b00457a73114ef23 description: '' @@ -30050,6 +31906,7 @@ https://blog.tilt.dev/2021/03/18/kubernetes-is-so-simple.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.tobias-huebner.org/low-budget-kubernetes-self-hosted-series: content_hash: N/A description: '' @@ -30064,6 +31921,7 @@ https://blog.tobias-huebner.org/low-budget-kubernetes-self-hosted-series: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://blog.tomarrell.com/post/traefik_v2_on_kubernetes: ai_summary: An operations blog outlining Traefik v2.2 deployment using Kustomize overlays. Although the specific Traefik CRD API versions are legacy, the architectural @@ -30094,6 +31952,7 @@ https://blog.tomarrell.com/post/traefik_v2_on_kubernetes: - web-servers.md - kustomize.md year: N/A + addition_method: manual https://blog.trello.com/es/conflictos-en-el-trabajo: content_hash: 24b3855caf57cd6e912308df9fedc04e61f97c66c71acdbcf741c44acca3369a description: '' @@ -30110,6 +31969,7 @@ https://blog.trello.com/es/conflictos-en-el-trabajo: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://blog.trello.com/is-it-time-to-leave: ai_summary: Provides a cognitive framework for parsing temporary career burnout from systemic, unfixable job dissatisfaction. Outlines systematic diagnostic steps @@ -30138,6 +31998,7 @@ https://blog.trello.com/is-it-time-to-leave: v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/processing-billions-of-events-in-real-time-at-twitter- : content_hash: N/A description: '' @@ -30152,6 +32013,7 @@ https://blog.trello.com/is-it-time-to-leave: v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.twstewart.me/posts/cdk8s-python: content_hash: 9578805ce4f6097d0619db6bbf41901b8a5397cd7b1c29efd596795af567358f description: '' @@ -30168,6 +32030,7 @@ https://blog.twstewart.me/posts/cdk8s-python: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://blog.udemy.com/devops-engineer: content_hash: N/A description: '' @@ -30183,6 +32046,7 @@ https://blog.udemy.com/devops-engineer: v2_locations: - devops.md year: N/A + addition_method: manual https://blog.usejournal.com/building-a-serverless-back-end-with-aws-5bb3642a3f4: content_hash: N/A description: '' @@ -30197,6 +32061,7 @@ https://blog.usejournal.com/building-a-serverless-back-end-with-aws-5bb3642a3f4: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://blog.usejournal.com/spice-up-your-kubernetes-environment-with-aws-lambda-a07d81347607: content_hash: N/A description: '' @@ -30212,6 +32077,7 @@ https://blog.usejournal.com/spice-up-your-kubernetes-environment-with-aws-lambda v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://blog.usejournal.com/useful-tools-for-better-kubernetes-development-87820c2b9435: content_hash: N/A description: '' @@ -30226,6 +32092,7 @@ https://blog.usejournal.com/useful-tools-for-better-kubernetes-development-87820 v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://blog.varunsingh.in/5-python-tricks-that-made-me-a-good-python-developer: content_hash: N/A description: '' @@ -30240,6 +32107,7 @@ https://blog.varunsingh.in/5-python-tricks-that-made-me-a-good-python-developer: v2_locations: - python.md year: N/A + addition_method: manual https://blog.vizuri.com/red-hat-openshift-service-on-aws-rosa-positions-openshift-for-mainstream-adoption: content_hash: N/A description: '' @@ -30256,6 +32124,7 @@ https://blog.vizuri.com/red-hat-openshift-service-on-aws-rosa-positions-openshif v2_locations: - ocp4.md year: N/A + addition_method: manual ? https://blog.webhose.io/2015/08/16/dead-simple-for-devs-python-crawler-script-for-extracting-structured-data-from-any-almost-website-into-csv : content_hash: N/A health_score: 100.0 @@ -30266,6 +32135,7 @@ https://blog.vizuri.com/red-hat-openshift-service-on-aws-rosa-positions-openshif - docs/python.md v2_locations: - python.md + addition_method: manual https://blog.werf.io/canary-releases-in-kubernetes-based-on-ingress-nginx-controller-96193efe34f9: content_hash: N/A description: '' @@ -30280,6 +32150,7 @@ https://blog.werf.io/canary-releases-in-kubernetes-based-on-ingress-nginx-contro v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blog.werf.io/deploying-helm-charts-with-dependencies-in-kubernetes-via-werf-17e5457cdd3f: content_hash: N/A description: '' @@ -30295,6 +32166,7 @@ https://blog.werf.io/deploying-helm-charts-with-dependencies-in-kubernetes-via-w v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.werf.io/running-one-time-tasks-and-debugging-images-in-the-kubernetes-cluster-using-werf-936d6dc483e2: content_hash: N/A description: '' @@ -30310,6 +32182,7 @@ https://blog.werf.io/running-one-time-tasks-and-debugging-images-in-the-kubernet v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.werf.io/werf-v1-2-is-now-stable-heres-what-it-is-all-about-832ed647810f: content_hash: N/A description: '' @@ -30324,6 +32197,7 @@ https://blog.werf.io/werf-v1-2-is-now-stable-heres-what-it-is-all-about-832ed647 v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://blog.wesleyac.com/posts/timezone-bullshit: ai_summary: A deeply informative and pragmatic engineering exploration of timezone complexities in systems engineering. It provides invaluable advice on hardware @@ -30351,6 +32225,7 @@ https://blog.wesleyac.com/posts/timezone-bullshit: v2_locations: - linux.md year: N/A + addition_method: manual https://blog.workwell.io/how-to-manage-your-kafka-consumers-from-the-producer-9933b88085dd: content_hash: N/A description: '' @@ -30365,6 +32240,7 @@ https://blog.workwell.io/how-to-manage-your-kafka-consumers-from-the-producer-99 v2_locations: - message-queue.md year: N/A + addition_method: manual https://blog.wut.dev/2024/07/05/moving-aws-accounts-within-organization.html: content_hash: 1a4a0d6f11e5833347a5e4649288c405798b2a3837482ee499b9e2cf18aefe94 description: '' @@ -30377,6 +32253,7 @@ https://blog.wut.dev/2024/07/05/moving-aws-accounts-within-organization.html: v1_locations: - docs/aws-security.md year: N/A + addition_method: manual https://blog.xmi.fr/posts/terraform-vs-bicep: content_hash: 6ef98700fca4ce279184624a43b0be848570736e07f4282879c91d26d0eb232a description: '' @@ -30394,6 +32271,7 @@ https://blog.xmi.fr/posts/terraform-vs-bicep: v2_locations: - terraform.md year: N/A + addition_method: manual https://blog.xolo.io/es/es-rentable-ser-aut%C3%B3nomo-en-espa%C3%B1a: ai_summary: Financial feasibility analysis for freelancers operating in Spain. Computes the real cost of social security contributions, corporate taxes, and operating @@ -30421,6 +32299,7 @@ https://blog.xolo.io/es/es-rentable-ser-aut%C3%B3nomo-en-espa%C3%B1a: v2_locations: - freelancing.md year: N/A + addition_method: manual https://blog.yannickreekmans.be/secretless-applications-add-permissions-to-a-managed-identity: content_hash: bfddc91a6b060690155d0d550daa57cea1336543aa53ffdbf9c557c2be1064ee description: '' @@ -30438,6 +32317,7 @@ https://blog.yannickreekmans.be/secretless-applications-add-permissions-to-a-man v2_locations: - azure.md year: N/A + addition_method: manual https://blog.ycrash.io/2021/06/28/dmesg-unix-linux-command-beginners-introduction-with-examples: ai_summary: Curator Insight details how `dmesg` can be used to read the kernel ring buffer for hardware event diagnostics. Live Grounding highlights its critical @@ -30468,6 +32348,7 @@ https://blog.ycrash.io/2021/06/28/dmesg-unix-linux-command-beginners-introductio v2_locations: - linux.md year: N/A + addition_method: manual https://blog.yugabyte.com/are-stored-procedures-and-triggers-anti-patterns-in-the-cloud-native-world: content_hash: 1d7b9b4bc6faab251c9d936e51c2aba7ca6cb03fc6ad09a9fa9e299c3218d863 description: '' @@ -30484,6 +32365,7 @@ https://blog.yugabyte.com/are-stored-procedures-and-triggers-anti-patterns-in-th v2_locations: - databases.md year: N/A + addition_method: manual https://blog.yugabyte.com/highly-available-prometheus-metrics-for-distributed-sql-with-thanos-on-gke: content_hash: fc6b2550a0f18b4d15abf1bc32ecf6ce7a8ebb0be3b02782e53cb63ca2347f70 description: '' @@ -30499,6 +32381,7 @@ https://blog.yugabyte.com/highly-available-prometheus-metrics-for-distributed-sq v2_locations: - prometheus.md year: N/A + addition_method: manual https://blog.zelarsoft.com/website-monitoring-by-using-prometheus-blackbox-exporter-with-grafana-c4004bb03131: content_hash: N/A description: '' @@ -30514,6 +32397,7 @@ https://blog.zelarsoft.com/website-monitoring-by-using-prometheus-blackbox-expor v2_locations: - prometheus.md year: N/A + addition_method: manual https://blogit.create.pt/miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365: content_hash: c59d7bb27dd896ba14e436a7ebc5fea69a654e1f412aac7d239f7990863f5d04 description: '' @@ -30530,6 +32414,7 @@ https://blogit.create.pt/miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant v2_locations: - azure.md year: N/A + addition_method: manual https://blogopenshift.com/full-cluster-capacity-management-monitoring-openshift: content_hash: N/A description: '' @@ -30540,6 +32425,7 @@ https://blogopenshift.com/full-cluster-capacity-management-monitoring-openshift: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blogopenshift.com/how-full-is-my-cluster-part-4-right-sizing-pods-with-vertical-pod-autoscaler: content_hash: N/A description: '' @@ -30550,6 +32436,7 @@ https://blogopenshift.com/how-full-is-my-cluster-part-4-right-sizing-pods-with-v v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://blogopenshift.com/openshift-authentication-integration-with-argocd: content_hash: N/A description: '' @@ -30566,6 +32453,7 @@ https://blogopenshift.com/openshift-authentication-integration-with-argocd: - gitops.md - ocp3.md year: N/A + addition_method: manual https://blogs.akamai.com/2012/07/spdy-and-websocket-support-at-akamai.html: content_hash: N/A description: '' @@ -30580,6 +32468,7 @@ https://blogs.akamai.com/2012/07/spdy-and-websocket-support-at-akamai.html: v2_locations: - api.md year: N/A + addition_method: manual https://blogs.aws.amazon.com: ai_summary: The primary hub for all official updates, product announcements, and architectural insights directly from AWS engineers. Grounding confirms its role @@ -30606,6 +32495,7 @@ https://blogs.aws.amazon.com: v2_locations: - aws-architecture.md year: '2025' + addition_method: manual https://blogs.aws.amazon.com/application-management: content_hash: a9948712727a9cf51681e94710a6d3d8ae0f41dde4878fff237aa9758c60dcd5 description: '' @@ -30617,6 +32507,7 @@ https://blogs.aws.amazon.com/application-management: v1_locations: - docs/aws-devops.md year: N/A + addition_method: manual ? https://blogs.aws.amazon.com/application-management/post/Tx3PE3JTSVJSFI7/AWS-CodeDeploy-Deploying-from-a-Development-Account-to-a-Production-Account : content_hash: 42b71b86ba900864161826a636a6e2fa0a1de363644ee49c22321c8f8336c246 health_score: 100.0 @@ -30628,6 +32519,7 @@ https://blogs.aws.amazon.com/application-management: - docs/aws-devops.md v2_locations: - aws-devops.md + addition_method: manual https://blogs.aws.amazon.com/application-management/post/TxMJROUIFQZ4HS/Setting-Up-the-Jenkins-Plugin-for-AWS-CodeDeploy: content_hash: 9985b1cbd2149c493c144c55ac2e9fe6985860cdb08bfce86d099d2478dc639d description: '' @@ -30638,6 +32530,7 @@ https://blogs.aws.amazon.com/application-management/post/TxMJROUIFQZ4HS/Setting- v1_locations: - docs/aws-devops.md year: N/A + addition_method: manual https://blogs.aws.amazon.com/bigdata: content_hash: eb221163f347bd4a6867ce6ff136a1dfc8847a5af1a20df02cea3e11800a319b health_score: 100.0 @@ -30650,6 +32543,7 @@ https://blogs.aws.amazon.com/bigdata: - docs/aws-data.md v2_locations: - aws-data.md + addition_method: manual https://blogs.aws.amazon.com/bigdata/post/Tx2D93GZRHU3TES/Using-Spark-SQL-for-ETL: content_hash: e73371464de29ccf2ad7e794e35ed0d63cb5e19c87dd71cbb4e2e6b175bfaac5 health_score: 100.0 @@ -30661,6 +32555,7 @@ https://blogs.aws.amazon.com/bigdata/post/Tx2D93GZRHU3TES/Using-Spark-SQL-for-ET - docs/aws-data.md v2_locations: - aws-data.md + addition_method: manual https://blogs.aws.amazon.com/security: content_hash: 9b4b5114a24452582318fe32a28f73dcbee8d30fc8bf0c1764ceb1669d3802c1 health_score: 100.0 @@ -30673,6 +32568,7 @@ https://blogs.aws.amazon.com/security: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual ? https://blogs.aws.amazon.com/security/post/Tx14ADBJOCAT9NS/How-to-Record-and-Govern-Your-IAM-Resource-Configurations-Using-AWS-Config : content_hash: 1365f1522c105801441e85c44559ea5c3dd870f30dc3b7b630f3a986d265ff0e health_score: 100.0 @@ -30684,6 +32580,7 @@ https://blogs.aws.amazon.com/security: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual ? https://blogs.aws.amazon.com/security/post/Tx1G747SE1R2ZWE/How-to-Reduce-Security-Threats-and-Operating-Costs-Using-AWS-WAF-and-Amazon-Clou : content_hash: 3aa4e5aaf762af32599062728ae737d242af23318b4e172be958f0a4c3939b6d health_score: 100.0 @@ -30694,6 +32591,7 @@ https://blogs.aws.amazon.com/security: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual ? https://blogs.aws.amazon.com/security/post/Tx1LPI2H6Q6S5KC/How-to-Automatically-Update-Your-Security-Groups-for-Amazon-CloudFront-and-AWS-W : content_hash: f4592d04a5c8e5362ab4c1b4d018443709015e0a060851035eccdd9461e29c60 health_score: 100.0 @@ -30705,6 +32603,7 @@ https://blogs.aws.amazon.com/security: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual ? https://blogs.aws.amazon.com/security/post/Tx223ZW25YRPRKV/How-to-Use-AWS-WAF-to-Block-IP-Addresses-That-Generate-Bad-Requests : content_hash: 3aa4e5aaf762af32599062728ae737d242af23318b4e172be958f0a4c3939b6d health_score: 100.0 @@ -30715,6 +32614,7 @@ https://blogs.aws.amazon.com/security: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual ? https://blogs.aws.amazon.com/security/post/Tx2CGWIB8SBYW2J/How-to-Use-SAML-to-Automatically-Direct-Federated-Users-to-a-Specific-AWS-Manage : content_hash: 7a31981d14048f2082ed662b3bb6505c37f35b444269085e490ee10bda2ba2d5 health_score: 100.0 @@ -30726,6 +32626,7 @@ https://blogs.aws.amazon.com/security: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://blogs.aws.amazon.com/security/post/Tx2N52FR8XGJVL3/The-Most-Viewed-AWS-Security-Blog-Posts-so-Far-in-2016: content_hash: 77c337d21391d25dbe00e9c3c54c050f005995524ec9e6fefd122dde3aff6b02 health_score: 100.0 @@ -30737,6 +32638,7 @@ https://blogs.aws.amazon.com/security/post/Tx2N52FR8XGJVL3/The-Most-Viewed-AWS-S - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://blogs.aws.amazon.com/security/post/Tx2OB7YGHMB7WCM/Adhere-to-IAM-Best-Practices-in-2016: content_hash: 9885425da847a76c1f3ce733c1ba99f5e1068aa411e9b0d685d2c43feffc5e89 health_score: 100.0 @@ -30748,6 +32650,7 @@ https://blogs.aws.amazon.com/security/post/Tx2OB7YGHMB7WCM/Adhere-to-IAM-Best-Pr - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual ? https://blogs.aws.amazon.com/security/post/Tx3KVD6T490MM47/In-Case-You-Missed-These-AWS-Security-Blog-Posts-from-June-July-and-August : content_hash: e5a82f3c14da98d088f008799ee1b12f952567a003d57c635443a4136678a41d health_score: 100.0 @@ -30759,6 +32662,7 @@ https://blogs.aws.amazon.com/security/post/Tx2OB7YGHMB7WCM/Adhere-to-IAM-Best-Pr - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://blogs.aws.amazon.com/security/post/Tx3PTTZB14FWPBA/Announcing-Industry-Best-Practices-for-Securing-AWS-Resources: content_hash: d4e06c005441b1b89f2e5185cedc7e1eeb896e56400bf4d9792849419c169d64 health_score: 100.0 @@ -30770,6 +32674,7 @@ https://blogs.aws.amazon.com/security/post/Tx3PTTZB14FWPBA/Announcing-Industry-B - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://blogs.aws.amazon.com/security/post/Tx4QX7W51NDSLO/The-Most-Popular-AWS-Security-Blog-Posts-in-2015: content_hash: 95f8495e6eae736a95a80f721b080a8a7f709337149972431f9d8af638f397f1 health_score: 100.0 @@ -30781,6 +32686,7 @@ https://blogs.aws.amazon.com/security/post/Tx4QX7W51NDSLO/The-Most-Popular-AWS-S - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual ? https://blogs.aws.amazon.com/security/post/Tx6QAIBSQTJPHB/Updated-Whitepaper-Available-AWS-Best-Practices-for-DDoS-Resiliency : content_hash: b92b0ba8d47f83d6d399fc2ccd034ab22509bf49e70e4dcbf3c8627f34a36d61 health_score: 100.0 @@ -30792,6 +32698,7 @@ https://blogs.aws.amazon.com/security/post/Tx4QX7W51NDSLO/The-Most-Popular-AWS-S - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://blogs.aws.amazon.com/security/post/TxK5WUJK3DG9G8/How-to-Restrict-Amazon-S3-Bucket-Access-to-a-Specific-IAM-Role: content_hash: 624a8c96f64ee33f315b00e03bdeb62063deb6b695e5486f7af0ae75a1157196 health_score: 100.0 @@ -30803,6 +32710,7 @@ https://blogs.aws.amazon.com/security/post/TxK5WUJK3DG9G8/How-to-Restrict-Amazon - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://blogs.aws.amazon.com/security/post/TxLEHNNDPUFDU9/Automated-Reasoning-and-Amazon-s2n: content_hash: 5283993aafa81e2e4f773b326f2b7a86a2dda554941e1c155054b767bdc67f2f health_score: 100.0 @@ -30814,6 +32722,7 @@ https://blogs.aws.amazon.com/security/post/TxLEHNNDPUFDU9/Automated-Reasoning-an - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://blogs.elconfidencial.com/deportes/tribuna/2022-08-03/alpine-aston-martin-lawrence-stroll-luca-de-meo_3470693: content_hash: 37fc0bb2e812f572629a4ca2c4f9a66aa7b1d86a6858c77940136f11f366216d description: '' @@ -30826,6 +32735,7 @@ https://blogs.elconfidencial.com/deportes/tribuna/2022-08-03/alpine-aston-martin v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://blogs.elconfidencial.com/tecnologia/tribuna/2021-06-02/talento-informatica-startups-silicon-valley-google_3112087: content_hash: 253202836a82403c4ed6341886eecdeb295bd9aca79b11b2cd8592789d58c505 description: '' @@ -30838,6 +32748,7 @@ https://blogs.elconfidencial.com/tecnologia/tribuna/2021-06-02/talento-informati v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://blogs.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecnologia-startups-apps_3373786: content_hash: ce9bae6189aa3e2d1249ef9aa45e8cf854dbb05ad01574222b8ae04ade49919f description: '' @@ -30850,12 +32761,14 @@ https://blogs.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tec v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://blogs.gartner.com/cameron_haight/2014/10/13/getting-your-arms-around-devops-devops-patterns-and-practices: content_hash: N/A health_score: 100.0 last_checked: 1779031720.544391 v1_locations: - docs/devops.md + addition_method: manual https://blogs.letusdevops.com/p/how-much-programming-should-i-know: content_hash: N/A description: '' @@ -30871,6 +32784,7 @@ https://blogs.letusdevops.com/p/how-much-programming-should-i-know: v2_locations: - sre.md year: N/A + addition_method: manual https://blogs.msdn.microsoft.com/pythonengineering: content_hash: 9c37f998ef636a86b49d0894583ca4e2c457cdda7628c60aaa751ed14678d40d description: '' @@ -30882,6 +32796,7 @@ https://blogs.msdn.microsoft.com/pythonengineering: v1_locations: - docs/python.md year: N/A + addition_method: manual https://blogs.mulesoft.com/dev/api-dev/apis-versus-web-services: content_hash: f6b5380402c85b2c24a12bf83ecb4b9fff40d8c7e4c4c645335cf8f94f3e3467 description: '' @@ -30897,6 +32812,7 @@ https://blogs.mulesoft.com/dev/api-dev/apis-versus-web-services: v2_locations: - api.md year: N/A + addition_method: manual https://blogs.mulesoft.com/dev/resources-dev/k8s-kubernetes: content_hash: 2a9d3f8aa2faecaa265c2c27bc5c64bbb90f2bad6cf106d9927bf4392a2073f4 description: '' @@ -30912,6 +32828,7 @@ https://blogs.mulesoft.com/dev/resources-dev/k8s-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blogs.nakam.org/what-happens-when-k8s-edition: content_hash: N/A description: '' @@ -30926,6 +32843,7 @@ https://blogs.nakam.org/what-happens-when-k8s-edition: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://blogs.opentext.com/understanding-kubernetes-within-containers: content_hash: 37d2e0e300a75f34eb73d1c08e8af4f351e8e42f7ba17fd922cbd7bc6a21ed15 description: '' @@ -30941,6 +32859,7 @@ https://blogs.opentext.com/understanding-kubernetes-within-containers: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://blogs.oracle.com/cloud-infrastructure/announcing-private-kubernetes-clusters: content_hash: N/A description: '' @@ -30955,6 +32874,7 @@ https://blogs.oracle.com/cloud-infrastructure/announcing-private-kubernetes-clus v2_locations: - oraclecloud.md year: N/A + addition_method: manual https://blogs.oracle.com/cloud-infrastructure/post/introducing-free-java-license: content_hash: N/A description: '' @@ -30965,6 +32885,7 @@ https://blogs.oracle.com/cloud-infrastructure/post/introducing-free-java-license v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://blogs.oracle.com/maa/post/oracle-rac-on-docker-now-with-full-production-support: content_hash: N/A description: '' @@ -30979,6 +32900,7 @@ https://blogs.oracle.com/maa/post/oracle-rac-on-docker-now-with-full-production- v2_locations: - oraclecloud.md year: N/A + addition_method: manual https://blogs.oracle.com/oracleuniversity/post/hands-on-labs-oci-training: content_hash: N/A description: '' @@ -30994,6 +32916,7 @@ https://blogs.oracle.com/oracleuniversity/post/hands-on-labs-oci-training: v2_locations: - oraclecloud.md year: N/A + addition_method: manual https://blogs.sap.com/2020/10/18/continuous-quality-using-plugins-and-jenkins-abap-ui5: content_hash: 51039ffab6b4f158503dfde35e638ce69d49b92ec7cbee3f004314bf7e326b67 description: '' @@ -31009,6 +32932,7 @@ https://blogs.sap.com/2020/10/18/continuous-quality-using-plugins-and-jenkins-ab v2_locations: - jenkins.md year: N/A + addition_method: manual https://blogs.sap.com/2020/10/22/ci-cd-tools-for-sap-cloud-platform-abap-environment: content_hash: 2bca0bdb8d5f91a298d545e66855e514b11957b83afbda806fbee19bd9bde47f description: '' @@ -31024,6 +32948,7 @@ https://blogs.sap.com/2020/10/22/ci-cd-tools-for-sap-cloud-platform-abap-environ v2_locations: - jenkins.md year: N/A + addition_method: manual https://blogs.sap.com/2021/05/06/decentralized-gitops-over-environments: content_hash: dc824c9443825309c3c981ec7aac30419ccfdc79dc2f417b4cac511a357dc05c description: '' @@ -31039,6 +32964,7 @@ https://blogs.sap.com/2021/05/06/decentralized-gitops-over-environments: v2_locations: - gitops.md year: N/A + addition_method: manual https://blogs.sap.com/2021/07/04/cloud-integration-with-commerce-azure-blob-storage-using-rest-api: content_hash: 2b28dd7920f9b1257b5e936edfe3d84fb0f75dbde18d337b028094c627ea4a0e description: '' @@ -31055,6 +32981,7 @@ https://blogs.sap.com/2021/07/04/cloud-integration-with-commerce-azure-blob-stor v2_locations: - demos.md year: N/A + addition_method: manual https://blogs.sap.com/2021/07/29/sap-cloud-integration-automated-testing-using-jenkins-and-pipeline-as-a-code-approach: content_hash: ae5af0d2f339a3d9bab1cc3a8d659985e2d8a579cf9aeb3b384653b3ce327e97 description: '' @@ -31071,6 +32998,7 @@ https://blogs.sap.com/2021/07/29/sap-cloud-integration-automated-testing-using-j v2_locations: - jenkins.md year: N/A + addition_method: manual https://blogs.sap.com/2021/12/13/a-practical-guide-to-devops-for-sap-erp: content_hash: 8681d76793a336686794665c5381a6f066f498a5529556c6bc69047c39fef876 description: '' @@ -31086,6 +33014,7 @@ https://blogs.sap.com/2021/12/13/a-practical-guide-to-devops-for-sap-erp: v2_locations: - devops.md year: N/A + addition_method: manual https://blogs.sap.com/2021/12/26/cloud-integration-with-commerce-azure-blob-storage-using-rest-api-part-2: content_hash: 2b28dd7920f9b1257b5e936edfe3d84fb0f75dbde18d337b028094c627ea4a0e description: '' @@ -31102,6 +33031,7 @@ https://blogs.sap.com/2021/12/26/cloud-integration-with-commerce-azure-blob-stor v2_locations: - demos.md year: N/A + addition_method: manual https://blogs.splunk.com/2016/06/22/aws-video: content_hash: f8e4b711eb6b8c9a93ce562e998ce192752966639b80e2401212882bea910847 health_score: 100.0 @@ -31112,6 +33042,7 @@ https://blogs.splunk.com/2016/06/22/aws-video: - docs/aws-monitoring.md v2_locations: - aws-monitoring.md + addition_method: manual https://blogs.vmware.com/management/2020/06/devops-culture.html: content_hash: 689ba7cff08abd990c9a8544a843a9b9e79830ba1a9c199231bb8e184e45891e description: '' @@ -31129,6 +33060,7 @@ https://blogs.vmware.com/management/2020/06/devops-culture.html: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://blogs.vmware.com/networkvirtualization/2020/03/vmware-tanzu-service-mesh-built-on-vmware-nsx-is-now-available.html: ai_summary: Introduces VMware Tanzu Service Mesh, engineered on NSX technology to support high-performance secure traffic, global load-balancing, and end-to-end @@ -31158,6 +33090,7 @@ https://blogs.vmware.com/networkvirtualization/2020/03/vmware-tanzu-service-mesh v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://blogs.vmware.com/vov/2018/08/06/how-to-deconstruct-a-monolith-using-microservices-getting-ready-for-cloud-native: content_hash: 653b1d455c93953c18d9873baeff335c82f0cd3baff7d458af268eb6c8246565 description: '' @@ -31175,6 +33108,7 @@ https://blogs.vmware.com/vov/2018/08/06/how-to-deconstruct-a-monolith-using-micr v2_locations: - introduction.md year: N/A + addition_method: manual https://blogs.vmware.com/vsphere/2019/08/introducing-project-pacific.html: ai_summary: The original deep-dive announcement introducing Project Pacific, which natively refactored VMware vSphere 7 around the Kubernetes control plane. Provided @@ -31202,6 +33136,7 @@ https://blogs.vmware.com/vsphere/2019/08/introducing-project-pacific.html: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://blogs.windows.com/msedgedev/2020/10/01/microsoft-edge-tools-vscode: content_hash: 65f6856312bca89409d44de67ee2633b7915ae38c3e0dbfc1bbf04c9832dc12d description: '' @@ -31218,6 +33153,7 @@ https://blogs.windows.com/msedgedev/2020/10/01/microsoft-edge-tools-vscode: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://bloo.media/blog/producto-minimo-viable-mvp: content_hash: 32163534f489f26e3854edc47bc9fb24fc5d1f1abcc95f34bdded115f44fcc54 description: '' @@ -31234,6 +33170,7 @@ https://bloo.media/blog/producto-minimo-viable-mvp: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://blue-clouds.com/category/study-guide: ai_summary: An advanced study guide mapping out complex multi-tier architectural migrations, hybrid connectivity, disaster recovery plans, and cost optimization @@ -31261,6 +33198,7 @@ https://blue-clouds.com/category/study-guide: v2_locations: - aws-training.md year: N/A + addition_method: manual https://bootcamp.uxdesign.cc/a-quick-win-to-prepare-for-every-meeting-using-templates-d2359c849433: content_hash: N/A description: '' @@ -31275,6 +33213,7 @@ https://bootcamp.uxdesign.cc/a-quick-win-to-prepare-for-every-meeting-using-temp v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://bootcamp.uxdesign.cc/popular-tech-stack-for-startups-in-2022-f3b53f50c18: content_hash: N/A description: '' @@ -31289,6 +33228,7 @@ https://bootcamp.uxdesign.cc/popular-tech-stack-for-startups-in-2022-f3b53f50c18 v2_locations: - introduction.md year: N/A + addition_method: manual https://boozangfromthetrenches.com/root-cause-analysis-in-test-automation/9: content_hash: N/A description: '' @@ -31303,6 +33243,7 @@ https://boozangfromthetrenches.com/root-cause-analysis-in-test-automation/9: v2_locations: - qa.md year: N/A + addition_method: manual https://bors.tech: content_hash: 113e0b9480b7c250bf3c54e9890c8a97d71824b142ad5157c40d2a9b950804ab description: '' @@ -31319,6 +33260,7 @@ https://bors.tech: v2_locations: - git.md year: N/A + addition_method: manual https://botkube.io: content_hash: 593c5c6067eaeb4ee09d1fa4e63dfa64c790b6061a5579952d39f9a9815d78b2 health_score: 100.0 @@ -31332,6 +33274,7 @@ https://botkube.io: v2_locations: - kubernetes-tools.md - kubernetes-monitoring.md + addition_method: manual https://boxunix.com/2020/05/15/a-better-way-of-organizing-your-kubernetes-manifest-files: ai_summary: Curator Insight provides architectural structures for dividing, tagging, and organizing massive collections of Kubernetes YAML manifests. Live Grounding @@ -31362,6 +33305,7 @@ https://boxunix.com/2020/05/15/a-better-way-of-organizing-your-kubernetes-manife - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://boxunix.com/2022/02/05/developers-guide-to-writing-a-good-helm-chart: ai_summary: A comprehensive guide outline covering best practices in writing high-quality Helm charts. It addresses templates organization, variable naming conventions, @@ -31389,6 +33333,7 @@ https://boxunix.com/2022/02/05/developers-guide-to-writing-a-good-helm-chart: v2_locations: - helm.md year: N/A + addition_method: manual https://bqstack.com/b/detail/109: description: '' health_score: 80.0 @@ -31403,11 +33348,13 @@ https://bqstack.com/b/detail/109: v2_locations: - monitoring.md year: N/A + addition_method: manual https://bqstack.com/blog/monitoring-application-using-elastic-apm: health_score: 64.0 last_checked: 1779130494.921789 v1_locations: - docs/monitoring.md + addition_method: manual https://braindose.blog/2020/03/18/4-key-characteristics-of-gitops: content_hash: ab5f2cb623dbd7db0fae608cc1a3b0d3d6f01a25d428979f3c66a01a538a2678 description: '' @@ -31424,6 +33371,7 @@ https://braindose.blog/2020/03/18/4-key-characteristics-of-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://bravenewgeek.com/the-observability-pipeline: content_hash: 4a3fc3e9df330f11e19f47ce4a2c99ddd8fd126c0ae4715fa3021d78b6ca1a98 description: '' @@ -31439,6 +33387,7 @@ https://bravenewgeek.com/the-observability-pipeline: v2_locations: - monitoring.md year: N/A + addition_method: manual https://brennerm.github.io/posts/k8s-operators-with-python-part-1.html: content_hash: cc5be0c4145665ff21c584e3ac68459e235a48d1fcf44cb7e9e349010d39f3ab description: '' @@ -31450,6 +33399,7 @@ https://brennerm.github.io/posts/k8s-operators-with-python-part-1.html: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://brennerm.github.io/posts/kubernetes-overview-diagrams.html: content_hash: b563ca9cbdec756f611652d334383c490e4bfd94fb3fc105a9aa5296b174df67 description: '' @@ -31461,6 +33411,7 @@ https://brennerm.github.io/posts/kubernetes-overview-diagrams.html: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://brennerm.github.io/posts/setting-up-eks-with-irsa-using-terraform.html: content_hash: 6dcf3b994b06d2c909e2bd1e6797c6bfc963e9194c84d216edaa866484130e0c description: '' @@ -31472,6 +33423,7 @@ https://brennerm.github.io/posts/setting-up-eks-with-irsa-using-terraform.html: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://brianchristner.io/how-to-use-docker-scan: content_hash: e3008d9dab4acd1bceeedd0fbddc88e1135219d1e69c0a6560810c145d6e2e54 description: '' @@ -31488,6 +33440,7 @@ https://brianchristner.io/how-to-use-docker-scan: v2_locations: - docker.md year: N/A + addition_method: manual https://bridgecrew.io: content_hash: N/A description: '' @@ -31502,6 +33455,7 @@ https://bridgecrew.io: v2_locations: - devsecops.md year: N/A + addition_method: manual https://bridgecrew.io/blog/5-common-kubernetes-misconfigs-and-how-to-fix-them: content_hash: N/A description: '' @@ -31516,6 +33470,7 @@ https://bridgecrew.io/blog/5-common-kubernetes-misconfigs-and-how-to-fix-them: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://bridgecrew.io/blog/5-tips-for-securely-adopting-infrastructure-as-code: content_hash: N/A description: '' @@ -31530,6 +33485,7 @@ https://bridgecrew.io/blog/5-tips-for-securely-adopting-infrastructure-as-code: v2_locations: - iac.md year: N/A + addition_method: manual https://bridgecrew.io/blog/advanced-terraform-security-pro-tips-for-secure-infrastructure-as-code: content_hash: N/A description: '' @@ -31545,6 +33501,7 @@ https://bridgecrew.io/blog/advanced-terraform-security-pro-tips-for-secure-infra v2_locations: - terraform.md year: N/A + addition_method: manual https://bridgecrew.io/blog/applying-kubernetes-security-best-practices-to-helm-charts: content_hash: N/A description: '' @@ -31559,6 +33516,7 @@ https://bridgecrew.io/blog/applying-kubernetes-security-best-practices-to-helm-c v2_locations: - helm.md year: N/A + addition_method: manual https://bridgecrew.io/blog/best-practices-for-aws-tagging-with-yor: content_hash: N/A description: '' @@ -31573,6 +33531,7 @@ https://bridgecrew.io/blog/best-practices-for-aws-tagging-with-yor: v2_locations: - aws.md year: N/A + addition_method: manual https://bridgecrew.io/blog/kubernetes-devsecops-principles: content_hash: N/A description: '' @@ -31588,6 +33547,7 @@ https://bridgecrew.io/blog/kubernetes-devsecops-principles: v2_locations: - devsecops.md year: N/A + addition_method: manual https://bridgecrew.io/blog/open-source-helm-security-research: content_hash: N/A description: '' @@ -31603,6 +33563,7 @@ https://bridgecrew.io/blog/open-source-helm-security-research: v2_locations: - helm.md year: N/A + addition_method: manual https://bridgecrew.io/blog/open-source-helm-security-research-part-2: content_hash: N/A description: '' @@ -31614,6 +33575,7 @@ https://bridgecrew.io/blog/open-source-helm-security-research-part-2: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://bridgecrew.io/blog/open-source-helm-security-research-part-3: content_hash: N/A description: '' @@ -31625,6 +33587,7 @@ https://bridgecrew.io/blog/open-source-helm-security-research-part-3: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://bridgecrew.io/blog/terraform-security-101-best-practices-for-secure-infrastructure-as-code: content_hash: N/A description: '' @@ -31640,6 +33603,7 @@ https://bridgecrew.io/blog/terraform-security-101-best-practices-for-secure-infr v2_locations: - terraform.md year: N/A + addition_method: manual https://bridgecrew.io/blog/tutorial-incorporate-iac-security-in-your-ci-cd-pipeline-with-bridgecrew-jenkins-and-github: content_hash: N/A description: '' @@ -31655,6 +33619,7 @@ https://bridgecrew.io/blog/tutorial-incorporate-iac-security-in-your-ci-cd-pipel v2_locations: - devsecops.md year: N/A + addition_method: manual https://bsucaciu.com/?p=4645: content_hash: N/A description: '' @@ -31669,6 +33634,7 @@ https://bsucaciu.com/?p=4645: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://btholt.github.io/intro-to-web-dev-v2/intro: content_hash: 3e4c4d8b29430916d2bbcd881e6cd2b36d9f0cc5ff1dfd7262488f8aa2b770e6 health_score: 100.0 @@ -31676,6 +33642,7 @@ https://btholt.github.io/intro-to-web-dev-v2/intro: needs_ai_refresh: true v1_locations: - docs/javascript.md + addition_method: manual https://buff.ly/3sl0yYu: content_hash: N/A description: '' @@ -31691,6 +33658,7 @@ https://buff.ly/3sl0yYu: v2_locations: - terraform.md year: N/A + addition_method: manual https://buggyapp.ycrash.io: content_hash: 2e4b923e750d49ebd709e511636c981af1b8117f19ab71a801d650da03daf3d7 description: '' @@ -31707,6 +33675,7 @@ https://buggyapp.ycrash.io: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://build.thebeat.co/a-curious-case-of-aws-nlb-timeouts-in-kubernetes-522bd88a3399: content_hash: N/A description: '' @@ -31721,6 +33690,7 @@ https://build.thebeat.co/a-curious-case-of-aws-nlb-timeouts-in-kubernetes-522bd8 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://build5nines.com: content_hash: 16b80bddb1d38bbb82189f646fadb38bebc5094904d1ca1c4dffa188133a16e4 description: '' @@ -31737,6 +33707,7 @@ https://build5nines.com: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/analyzing-ibms-acquisition-of-hashicorp-a-game-changer-in-hybrid-cloud-management: content_hash: 407219367a27bee30cd3b74dd496dc817c0ac95531c706f84e90e28a599e1a88 description: '' @@ -31754,6 +33725,7 @@ https://build5nines.com/analyzing-ibms-acquisition-of-hashicorp-a-game-changer-i v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/azure-cdn-endpoint-interactive-map: content_hash: 6b609a8f60a5d424519071b5f82dd6e74eb737b23bc5ae2864de82c5fde00543 description: '' @@ -31771,6 +33743,7 @@ https://build5nines.com/azure-cdn-endpoint-interactive-map: v2_locations: - azure.md year: N/A + addition_method: manual https://build5nines.com/azure-cli-check-if-blob-exists-in-azure-storage: content_hash: 6809ff7c80a251f797294216a0a70e43130a4e0ec5029be90b83a3edfa6245ed description: '' @@ -31787,6 +33760,7 @@ https://build5nines.com/azure-cli-check-if-blob-exists-in-azure-storage: v2_locations: - azure.md year: N/A + addition_method: manual https://build5nines.com/azure-functions-cost-considerations-and-optimization: content_hash: c6c902db143faecd6eae1b7eb9508faf35bbd5cc55543bba2f1fdd6aa041946e description: '' @@ -31807,6 +33781,7 @@ https://build5nines.com/azure-functions-cost-considerations-and-optimization: - azure.md - serverless.md year: N/A + addition_method: manual ? https://build5nines.com/azure-pipeline-publish-unit-test-and-code-coverage-results-with-net-solution-using-vstest-cobertura-and-coverlet : content_hash: 20250a156dabdfa531f28a30b1acbb236e72f40d20cf023f062109865f8c4c9c description: '' @@ -31824,6 +33799,7 @@ https://build5nines.com/azure-functions-cost-considerations-and-optimization: v2_locations: - azure.md year: N/A + addition_method: manual https://build5nines.com/azure-resource-tags-important-organization-strategies-and-tips: content_hash: e3bc24233a2de5dd1d1d7a22ece4cf8dffc34ee4e18b7c59aa6fb0534eb76340 description: '' @@ -31841,6 +33817,7 @@ https://build5nines.com/azure-resource-tags-important-organization-strategies-an v2_locations: - azure.md year: N/A + addition_method: manual https://build5nines.com/beginners-guide-to-pulumi-ci-cd-pipelines: content_hash: 8acdbdca83d22901b1c24728781ad01d8c6314266844d41712ea2867e9db4c44 description: '' @@ -31857,6 +33834,7 @@ https://build5nines.com/beginners-guide-to-pulumi-ci-cd-pipelines: v2_locations: - pulumi.md year: N/A + addition_method: manual https://build5nines.com/benefits-of-convention-over-configuration-for-iac-deployment-projects: content_hash: dbbcf6c725bf6ca26433ee487b2b92ef8c4767a93d2fca65ed4b8744a75c2da5 description: '' @@ -31874,6 +33852,7 @@ https://build5nines.com/benefits-of-convention-over-configuration-for-iac-deploy v2_locations: - iac.md year: N/A + addition_method: manual ? https://build5nines.com/best-practices-to-promote-from-dev-to-prod-environments-with-hashicorp-terraform-using-workspaces-and-folders : content_hash: 0dc6e4342298e817640f5f9189b9b40b1cce67acfadc11c925912ce7bd0680f6 description: '' @@ -31891,6 +33870,7 @@ https://build5nines.com/benefits-of-convention-over-configuration-for-iac-deploy v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/configuring-github-actions-to-run-jobs-on-specific-branches: content_hash: b1cbcacb6fa26ea200cd5329f900acae092f04c0d2243fb2c9cd1f30a0ad2a4b description: '' @@ -31907,6 +33887,7 @@ https://build5nines.com/configuring-github-actions-to-run-jobs-on-specific-branc v2_locations: - git.md year: N/A + addition_method: manual https://build5nines.com/configuring-manual-triggers-in-github-actions-with-workflow_dispatch: content_hash: 8f0b0140f6d96f2e27d21676513dffb1c716588165d2fb97602214021b00fff2 description: '' @@ -31923,6 +33904,7 @@ https://build5nines.com/configuring-manual-triggers-in-github-actions-with-workf v2_locations: - git.md year: N/A + addition_method: manual https://build5nines.com/deploy-terraform-using-azure-devops-yaml-pipelines: content_hash: 5bae478972537c2125131f99d56fca06c101503f8312f620b906d35774b07a2f description: '' @@ -31939,6 +33921,7 @@ https://build5nines.com/deploy-terraform-using-azure-devops-yaml-pipelines: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/deploying-hub-and-spoke-network-topology-in-microsoft-azure-using-terraform: content_hash: 00d01d65cc144baaf10554fd18bc5fd39493c3746790a4e5343c17950290dfb5 description: '' @@ -31956,6 +33939,7 @@ https://build5nines.com/deploying-hub-and-spoke-network-topology-in-microsoft-az v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/get-started-with-azure-bicep: content_hash: b415617051e7383893a919020514acc55de5c812e37599dab868cd0e6bd5ccda description: '' @@ -31972,6 +33956,7 @@ https://build5nines.com/get-started-with-azure-bicep: v2_locations: - azure.md year: N/A + addition_method: manual https://build5nines.com/get-started-with-terraform-on-microsoft-azure: content_hash: 7e507c8f70a8ca7c3029423f7040ceb31e552e5e2916f5cb0813a2e85d1294ea description: '' @@ -31988,6 +33973,7 @@ https://build5nines.com/get-started-with-terraform-on-microsoft-azure: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/git-merge-repositories-with-history: ai_summary: A highly technical step-by-step workflow for consolidating completely disjointed repositories into a unified target while fully preserving commit history. @@ -32016,6 +34002,7 @@ https://build5nines.com/git-merge-repositories-with-history: v2_locations: - git.md year: N/A + addition_method: manual https://build5nines.com/git-reset-undo-most-recent-local-commit: ai_summary: Step-by-step documentation focusing on reversing the latest committed changes locally. Evaluates command scenarios utilizing the 'HEAD~1' targeting @@ -32044,6 +34031,7 @@ https://build5nines.com/git-reset-undo-most-recent-local-commit: v2_locations: - git.md year: N/A + addition_method: manual https://build5nines.com/github-actions-get-current-branch-name-for-git-repo: content_hash: b1c60a474140d43d56681f922305a534f3f4eef8d6504819dbe2a3645e8f3366 description: '' @@ -32060,6 +34048,7 @@ https://build5nines.com/github-actions-get-current-branch-name-for-git-repo: v2_locations: - git.md year: N/A + addition_method: manual https://build5nines.com/github-actions-run-pandoc-to-convert-markdown-to-word-document: ai_summary: 'A step-by-step implementation guide demonstrating how to use GitHub Actions and Pandoc to dynamically convert Markdown documentation into Microsoft @@ -32092,6 +34081,7 @@ https://build5nines.com/github-actions-run-pandoc-to-convert-markdown-to-word-do v2_locations: - mkdocs.md year: N/A + addition_method: manual https://build5nines.com/how-to-determine-url-a-local-git-repository-was-originally-cloned-from: ai_summary: Technical walkthrough explaining how to extract the original clone URL from local Git configurations. It details the utilization of `git remote -v` and @@ -32122,6 +34112,7 @@ https://build5nines.com/how-to-determine-url-a-local-git-repository-was-original v2_locations: - git.md year: N/A + addition_method: manual https://build5nines.com/introducing-microsoft-copilot-for-azure: content_hash: 2db44988926cda5199f821c3a12412bb6449d696fc47166dafb16217b3d7a11c description: '' @@ -32138,6 +34129,7 @@ https://build5nines.com/introducing-microsoft-copilot-for-azure: v2_locations: - azure.md year: N/A + addition_method: manual https://build5nines.com/ipv4-address-cidr-range-reference-and-calculator: content_hash: 28722d6a33096f55b6958813d686b5be4f906febfa38ff3b753fe8e1c1c94d16 description: '' @@ -32154,6 +34146,7 @@ https://build5nines.com/ipv4-address-cidr-range-reference-and-calculator: v2_locations: - networking.md year: N/A + addition_method: manual https://build5nines.com/output-link-to-azure-resources-from-terraform-project: content_hash: 1bb0f5a609b2099bf8139f14e006450a4972f29545579b44836b4418d5af3499 description: '' @@ -32170,6 +34163,7 @@ https://build5nines.com/output-link-to-azure-resources-from-terraform-project: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/read-and-write-azure-blob-storage-with-javascript: content_hash: b2fe72d6c5ef2e304b92e1857324d0acf6ea6cfd44f24ac65802c223b396900e description: '' @@ -32186,6 +34180,7 @@ https://build5nines.com/read-and-write-azure-blob-storage-with-javascript: v2_locations: - azure.md year: N/A + addition_method: manual https://build5nines.com/should-terraform-lock-hcl-file-be-added-to-gitignore-or-committed-to-git-repo: content_hash: 08a04d71669ef32e8c3b7b2089aab51231a9f134eb17cc05721f2265bbdb51d3 description: '' @@ -32203,6 +34198,7 @@ https://build5nines.com/should-terraform-lock-hcl-file-be-added-to-gitignore-or- v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-best-practices-for-writing-clean-readable-and-maintainable-code: content_hash: f3dafa12468c410fe04df8ca8813a23cb04875d151678bc4ab7397240817c821 description: '' @@ -32220,6 +34216,7 @@ https://build5nines.com/terraform-best-practices-for-writing-clean-readable-and- v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-code-project-organization-strategies-based-on-team-workload-or-monolithic: content_hash: 3c868e70a467eb30ee6b83a8e9345550bfb569e03316c874472b8f2db68a57b6 description: '' @@ -32237,6 +34234,7 @@ https://build5nines.com/terraform-code-project-organization-strategies-based-on- v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-conditional-if-variable-does-not-exist-try-function: content_hash: 1160f4211a14b083bfa48360a1ef7d00155161935c5daeabe1728ef9b9aa943d description: '' @@ -32254,6 +34252,7 @@ https://build5nines.com/terraform-conditional-if-variable-does-not-exist-try-fun v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-create-an-aks-cluster: ai_summary: Step-by-step walkthrough explaining the provisioning of fully functioning AKS clusters using Terraform HCL. Provides modular templates containing standard @@ -32284,6 +34283,7 @@ https://build5nines.com/terraform-create-an-aks-cluster: - managed-kubernetes-in-public-cloud.md - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-deploy-azure-app-service-with-key-vault-secret-integration: content_hash: 6cc74c9118558e44ce5aeb171325e0c5325839adc4378321889e2b4730e8558b description: '' @@ -32301,6 +34301,7 @@ https://build5nines.com/terraform-deploy-azure-app-service-with-key-vault-secret v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-deploy-azure-expressroute-circuit-with-vnet-gateway: content_hash: f5e37260d5611512cd59e0338bced122279193a779127309927c0e2e001377e9 description: '' @@ -32318,6 +34319,7 @@ https://build5nines.com/terraform-deploy-azure-expressroute-circuit-with-vnet-ga v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-deploy-azure-function-app-with-consumption-plan: content_hash: 23e90dd2a2e7a52316e93a5474471e3c5f8e40609c999c14b046179290f4df22 description: '' @@ -32334,6 +34336,7 @@ https://build5nines.com/terraform-deploy-azure-function-app-with-consumption-pla v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-feature-flags-environment-toggle-design-patterns: content_hash: 4ba11bfd7e11af241e3537a42d9341cf112e2037086e781e072fce017893c540 description: '' @@ -32350,6 +34353,7 @@ https://build5nines.com/terraform-feature-flags-environment-toggle-design-patter v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-get-user-principal-name-upn-of-user-running-deployment-without-entra-id-read-permissions: content_hash: 78e80649dbb531d50b289994795766365e1ae99b77f00d9ed6e91a9c93431957 description: '' @@ -32371,6 +34375,7 @@ https://build5nines.com/terraform-get-user-principal-name-upn-of-user-running-de - devops.md - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-github-actions-automated-deployment: content_hash: 4ff909dab71902ee62c7ff91c0004b20ecdd1b96e3caa4a3d3a2f7017e460a4a description: '' @@ -32387,6 +34392,7 @@ https://build5nines.com/terraform-github-actions-automated-deployment: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-how-are-data-sources-used: content_hash: 84d502178d7a3365e4f7b82dffa3e7467d7522142db56d5decb5281cd900cc62 description: '' @@ -32403,6 +34409,7 @@ https://build5nines.com/terraform-how-are-data-sources-used: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-how-to-for_each-through-a-listobjects: content_hash: 434ff3e21c7b6eed625c7101e0fb44496315ea35e5a6d55c77defdd15c4cbc76 description: '' @@ -32419,6 +34426,7 @@ https://build5nines.com/terraform-how-to-for_each-through-a-listobjects: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-how-to-join-and-split-strings: content_hash: 0806dab74f3534fe653535127357d20459f668251c6407fc8ce02a21b50e9317 description: '' @@ -32435,6 +34443,7 @@ https://build5nines.com/terraform-how-to-join-and-split-strings: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-import-existing-azure-resources-into-state-tfstate: content_hash: 4bd765201188a8e812507763c7df09eb0d6a35538e6c84cdf42d14b8516967ae description: '' @@ -32451,6 +34460,7 @@ https://build5nines.com/terraform-import-existing-azure-resources-into-state-tfs v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-ip-functions-for-managing-ip-addresses-cidr-blocks-and-subnets: content_hash: f880fdf435e836a6525c30815c6d2ebc7bf3c1e40d4fc16c3d37e8c5f5e0357f description: '' @@ -32468,6 +34478,7 @@ https://build5nines.com/terraform-ip-functions-for-managing-ip-addresses-cidr-bl v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-modules-using-git-branch-as-source: content_hash: d59559d997eb5d44cf34f85b0af956ebeb9f2cfc05953ffe9f2e4de7b5c7c404 description: '' @@ -32484,6 +34495,7 @@ https://build5nines.com/terraform-modules-using-git-branch-as-source: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-remove-resource-from-state-file-tfstate: content_hash: e2c11c1f63ddbbe23158ac211374ae8027ffa288de63cd8c7d84667bfa9104b8 description: '' @@ -32500,6 +34512,7 @@ https://build5nines.com/terraform-remove-resource-from-state-file-tfstate: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-split-main-tf-into-seperate-files: content_hash: 7abd27bc958a89006ee435ba34d701cc33a9b23b081a0d7afc9088daca1edbae description: '' @@ -32516,6 +34529,7 @@ https://build5nines.com/terraform-split-main-tf-into-seperate-files: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-state-management-explained: content_hash: 40e417e215a98e8436ecb7863c30d3a487d8d3b90ca698825cb8b0f51c17c07a description: '' @@ -32532,6 +34546,7 @@ https://build5nines.com/terraform-state-management-explained: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/terraform-workflow-process-explained: content_hash: dedae8ebe067d53bfb129c9bb99e98decf1ca0b793e3b982000fb5aa93b3f311 description: '' @@ -32548,6 +34563,7 @@ https://build5nines.com/terraform-workflow-process-explained: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/using-azapi-terraform-provider-dynamic-properties-feature-instead-of-jsonencode: content_hash: ead9fd30a992ffe1b332959f1ddb3fc17f485c5626acf2f2c6426dfd7711aea8 description: '' @@ -32565,6 +34581,7 @@ https://build5nines.com/using-azapi-terraform-provider-dynamic-properties-featur v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/what-is-azure-private-link-and-how-to-deploy-with-terraform: content_hash: 410743b09ee3e81a8d41eb14e7496ed8f8f53f59c94cddb4f7925535abd919d3 description: '' @@ -32581,6 +34598,7 @@ https://build5nines.com/what-is-azure-private-link-and-how-to-deploy-with-terraf v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/what-is-podman-and-how-does-it-compare-to-docker: content_hash: ab479b3a94a5fe3c94407e96d95dac88dd81edacb0a8322b84dcef1dee5feaff description: '' @@ -32601,6 +34619,7 @@ https://build5nines.com/what-is-podman-and-how-does-it-compare-to-docker: - container-managers.md - docker.md year: N/A + addition_method: manual https://build5nines.com/what-is-the-hashicorp-infrastructure-cloud: content_hash: 9a2958b068ba3aed05b3396bec34b0a98deeee01584fe94d5f50732f1e64e2dd description: '' @@ -32617,6 +34636,7 @@ https://build5nines.com/what-is-the-hashicorp-infrastructure-cloud: v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/why-do-azure-resource-groups-have-an-azure-region-association: content_hash: 307176a9f23d6cd622ea08343fd6c3fe5bf3f03e395e844d2f917971fba72be7 description: '' @@ -32633,6 +34653,7 @@ https://build5nines.com/why-do-azure-resource-groups-have-an-azure-region-associ v2_locations: - azure.md year: N/A + addition_method: manual https://build5nines.com/why-hashicorp-terraform-is-essential-for-sres-and-devops-engineers: content_hash: 7c993073dfbb4b3a982695359aef6cec5cda12feb5af432d2f8423ffd589ee9e description: '' @@ -32650,6 +34671,7 @@ https://build5nines.com/why-hashicorp-terraform-is-essential-for-sres-and-devops v2_locations: - terraform.md year: N/A + addition_method: manual https://build5nines.com/working-with-yaml-in-terraform-using-the-yamldecode-and-yamlencode-functions: content_hash: b25ccbcbccca9f2b446b263114eb9abfc238a107b6a4a1eb6423e1c26678e3c7 description: '' @@ -32667,6 +34689,7 @@ https://build5nines.com/working-with-yaml-in-terraform-using-the-yamldecode-and- v2_locations: - terraform.md year: N/A + addition_method: manual https://buildah.io: content_hash: 26eccdc36e29d3bc7ee2e0421ac3de7b803943297983d5dd041250481698d70d description: '' @@ -32687,6 +34710,7 @@ https://buildah.io: - docker.md - ocp4.md year: N/A + addition_method: manual https://buildbot.net: ai_summary: An open-source, highly customizable Python-based continuous integration framework. While largely replaced in modern microservice deployments by container-native @@ -32717,6 +34741,7 @@ https://buildbot.net: - devops.md - jenkins-alternatives.md year: N/A + addition_method: manual https://builder.aws.com/build/workshops?trk=265ae1c7-2dfc-44c6-bc73-a4d991b8bd7f&sc_channel=el: content_hash: a78c2397e91ab049995ef550deeeb51c5036386b5463601127d060c29dd824ef health_score: 100.0 @@ -32729,6 +34754,7 @@ https://builder.aws.com/build/workshops?trk=265ae1c7-2dfc-44c6-bc73-a4d991b8bd7f - docs/aws.md v2_locations: - aws.md + addition_method: manual https://builder.aws.com/learn: ai_summary: An official community hub connecting cloud builders with modern development labs, learning blueprints, and architectural expert-led events. @@ -32751,6 +34777,7 @@ https://builder.aws.com/learn: - jenkins.md - aws-training.md year: '2023' + addition_method: manual https://builder.aws.com/learn/topics/kubernetes: ai_summary: AWS builder portal hub focusing on EKS and cloud-native practices, featuring deep-dives, developer tutorials, and best practices. @@ -32771,6 +34798,7 @@ https://builder.aws.com/learn/topics/kubernetes: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://buildkite.com/blog/manage-your-ci-cd-resources-as-code-with-terraform: content_hash: 6e60855bb79fea8d1c27acc199537c91cb51965c181917531a1dc3d7f8a19128 description: '' @@ -32782,6 +34810,7 @@ https://buildkite.com/blog/manage-your-ci-cd-resources-as-code-with-terraform: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://buildkite.com/resources/blog/manage-your-ci-cd-resources-as-code-with-terraform: content_hash: b34be8dfc6c38934e12f62e527542b2d3a7d68913ce7539ed2d19cdcec1bb37e health_score: 100.0 @@ -32793,6 +34822,7 @@ https://buildkite.com/resources/blog/manage-your-ci-cd-resources-as-code-with-te - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://buildpacks.io: content_hash: 3c6e2e996798573c839a60fb1e98f345cdef042ec5a00a9a2a79e479610fda0c description: '' @@ -32809,6 +34839,7 @@ https://buildpacks.io: v2_locations: - docker.md year: N/A + addition_method: manual https://buoyant.io/2020/12/23/kubernetes-network-policies-with-cilium-and-linkerd: content_hash: 9a91aa0e2d5841dc7a31016812fcbf89b098309351b6c0ec6a87bbc9e508b0c6 description: '' @@ -32820,6 +34851,7 @@ https://buoyant.io/2020/12/23/kubernetes-network-policies-with-cilium-and-linker v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://buoyant.io/2021/12/14/locking-down-network-traffic-between-kubernetes-namespaces: content_hash: b380f5fc91409b3183b3ec2c2ceb03ab21070159f2a02ea7a9d23b923079b527 description: '' @@ -32832,6 +34864,7 @@ https://buoyant.io/2021/12/14/locking-down-network-traffic-between-kubernetes-na v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://buoyant.io/blog/multi-cluster-multi-region-setup-using-linkerd-service-mesh: content_hash: 806ffecf5ae5226be545e068c41116b149a73d5dadf0477f174fcc7668b6ac5d description: '' @@ -32843,6 +34876,7 @@ https://buoyant.io/blog/multi-cluster-multi-region-setup-using-linkerd-service-m v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://buoyant.io/service-mesh-academy/upgrading-to-linkerd-2-12: content_hash: 0bd3ff1427d340b94bb5bd5e4f7ad555d2ee8cc00aeda421200842357f3e66ff description: '' @@ -32855,6 +34889,7 @@ https://buoyant.io/service-mesh-academy/upgrading-to-linkerd-2-12: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual ? https://business.vogue.es/carrera/articulos/adios-jefes-toxicos-la-salud-organizacional-rentabilidad-residen-liderazgo-gentil/533 : content_hash: 5df82bbbbf9f0e5eb149d2cf75d13f91a91e3d0c234f4e914ea49c8c61dc42dd description: '' @@ -32872,6 +34907,7 @@ https://buoyant.io/service-mesh-academy/upgrading-to-linkerd-2-12: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://businessinsider.mx/trucos-chatgpt-aminorar-carga-laboranl_vida-profesional: content_hash: N/A description: '' @@ -32887,6 +34923,7 @@ https://businessinsider.mx/trucos-chatgpt-aminorar-carga-laboranl_vida-profesion v2_locations: - chatgpt.md year: N/A + addition_method: manual https://buttondown.com/nelhage/archive/two-reasons-kubernetes-is-so-complex: content_hash: 19070a2fa5756cf3a3da7e56645880bb0b6471751801284aeb0a9656357cba95 health_score: 100.0 @@ -32899,6 +34936,7 @@ https://buttondown.com/nelhage/archive/two-reasons-kubernetes-is-so-complex: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://buttondown.email/nelhage/archive/two-reasons-kubernetes-is-so-complex: content_hash: 46e3c7e8d5b5807e129ecd8092b3d9ffe1a497dac937f4e99509ca4aa88e0ff9 description: '' @@ -32910,6 +34948,7 @@ https://buttondown.email/nelhage/archive/two-reasons-kubernetes-is-so-complex: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://buttons.github.io: ai_summary: A popular web resource that allows developers to generate customizable, lightweight, unofficial GitHub badges and buttons for their landing pages. These @@ -32939,6 +34978,7 @@ https://buttons.github.io: v2_locations: - git.md year: N/A + addition_method: manual https://bytebytego.com: content_hash: 16f3df3f8be236dfb55033802e0be1ba41bdfb16487b4ce617c4278c35f1b981 health_score: 100.0 @@ -32946,6 +34986,7 @@ https://bytebytego.com: needs_ai_refresh: true v1_locations: - docs/introduction.md + addition_method: manual https://bytebytego.com/courses/system-design-interview/scale-from-zero-to-millions-of-users: content_hash: b3719168ed37bd0df4a4b35e41cd741141ae84add96b62bd372b858719911e13 description: '' @@ -32963,6 +35004,7 @@ https://bytebytego.com/courses/system-design-interview/scale-from-zero-to-millio v2_locations: - introduction.md year: N/A + addition_method: manual https://byteman.jboss.org: ai_summary: A highly flexible bytecode injection tool that simplifies tracing, monitoring, and chaos testing in Java applications. Uses side-loaded rules to inject diagnostics @@ -32990,6 +35032,7 @@ https://byteman.jboss.org: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://bytes.devopscube.com/p/pod-priority-preemption-explained: content_hash: 056deec35e817d04bd0fdf68132a823fdd51ab8b7bea5d322f996fb3b163fd66 health_score: 100.0 @@ -33002,6 +35045,7 @@ https://bytes.devopscube.com/p/pod-priority-preemption-explained: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://cal.com: content_hash: 9755929bf801dcf03565a952f51354fcc39146f1e8c670f693aef3bd52c4b99a description: '' @@ -33018,6 +35062,7 @@ https://cal.com: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://calculadora.malt.es: ai_summary: Una herramienta interactiva de Malt diseñada para calcular de forma transparente las tarifas diarias (TJM) de profesionales autónomos en función de @@ -33046,6 +35091,7 @@ https://calculadora.malt.es: v2_locations: - freelancing.md year: N/A + addition_method: manual https://calculator.aws: content_hash: 54b0d80bda668e25e5f493e7ba2c4c93bf29f97b5d4c5fc3c2f051285a8eded8 description: '' @@ -33062,6 +35108,7 @@ https://calculator.aws: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://calendly.com: content_hash: cddbaa45189ae4299db3fe570eeebdc8e22cf6b4eec85ce5fd6056e0e1e9e956 description: '' @@ -33078,6 +35125,7 @@ https://calendly.com: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://camel.apache.org: content_hash: d0f28851957487ed5c659c78ba812e6fa3d607a8487ffff7c7dce884f47ebfd7 description: '' @@ -33099,6 +35147,7 @@ https://camel.apache.org: v2_locations: - message-queue.md year: N/A + addition_method: manual https://camel.apache.org/camel-k/2.10.x: ai_summary: Core documentation for Apache Camel K, a lightweight cloud-native integration platform built on Kubernetes. It utilizes the Operator Pattern to run integration @@ -33122,6 +35171,7 @@ https://camel.apache.org/camel-k/2.10.x: v2_locations: - message-queue.md year: '2024' + addition_method: manual https://camel.apache.org/camel-k/latest: content_hash: a44c353a72cca566d0511b89b7e2c83ff6ae5b6a344a84a2140773f47f549e21 description: '' @@ -33133,6 +35183,7 @@ https://camel.apache.org/camel-k/latest: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://camunda.com/blog/2022/02/how-we-overcame-long-running-job-limitations-in-jenkins-declarative-pipelines: content_hash: 325086eebf5808bfac2d73f0bcd944a0dfae13ce76723c383febdf4f03ff677b description: '' @@ -33150,6 +35201,7 @@ https://camunda.com/blog/2022/02/how-we-overcame-long-running-job-limitations-in v2_locations: - jenkins.md year: N/A + addition_method: manual https://camunda.com/platform/zeebe: ai_summary: Camunda's cloud-native workflow engine, Zeebe. Built specifically to orchestrate distributed microservices, Zeebe parses BPMN 2.0 structures and implements @@ -33172,6 +35224,7 @@ https://camunda.com/platform/zeebe: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://canine.sh: ai_summary: An ultra-lightweight, developer-friendly Platform-as-a-Service (PaaS) built on top of Kubernetes. Focuses on minimizing the friction of infrastructure @@ -33204,6 +35257,7 @@ https://canine.sh: - kubernetes-tools.md - cicd.md year: N/A + addition_method: manual https://canonical.com/blog/gitops-with-azure-arc-and-charmed-kubernetes: ai_summary: A technical guide illustrating the integration of Charmed Kubernetes with Azure Arc to orchestrate hybrid-cloud resources. Demonstrates how GitOps @@ -33228,6 +35282,7 @@ https://canonical.com/blog/gitops-with-azure-arc-and-charmed-kubernetes: - gitops.md - kubernetes-on-premise.md year: '2021' + addition_method: manual https://canonical.com/juju: ai_summary: 'The canonical toolset for automating cloud operations using Juju charms. Simplifies the installation of Charmed Kubernetes clusters across various clouds. @@ -33251,6 +35306,7 @@ https://canonical.com/juju: - kubernetes.md - kubernetes-on-premise.md year: '2026' + addition_method: manual https://canonical.com/microk8s: ai_summary: A lightweight, production-grade, single-package Kubernetes distribution by Canonical. It features automatic updates, high-availability cluster builds, @@ -33273,6 +35329,7 @@ https://canonical.com/microk8s: v2_locations: - kubernetes-on-premise.md year: '2026' + addition_method: manual https://canvatechblog.com/supporting-gpu-accelerated-machine-learning-with-kubernetes-and-nix-7c1da8e42f61: content_hash: b9b5fd72d59db2b6e2e2f5fbfbb353ae5dda03d983539e32afe2bb2ae3b80124 description: '' @@ -33285,6 +35342,7 @@ https://canvatechblog.com/supporting-gpu-accelerated-machine-learning-with-kuber v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://capistranorb.com: content_hash: c09e9f12516ac13c0c769fa565080e12b3c6ef604ee8ede18d009f3de931d491 description: '' @@ -33301,6 +35359,7 @@ https://capistranorb.com: v2_locations: - ansible.md year: N/A + addition_method: manual https://capstonec.com/2020/10/08/cloud-native-app-architecture-patterns: content_hash: aa215df3ccd0f0ddf5abe6b1d246b8934fe240ae2c2ae081132d0bc73dc81a6c description: '' @@ -33317,6 +35376,7 @@ https://capstonec.com/2020/10/08/cloud-native-app-architecture-patterns: v2_locations: - introduction.md year: N/A + addition_method: manual https://carlos-piqueres.medium.com/product-backlog-vs-sprint-backlog-c951f972e979: content_hash: N/A description: '' @@ -33331,6 +35391,7 @@ https://carlos-piqueres.medium.com/product-backlog-vs-sprint-backlog-c951f972e97 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual ? https://carlos.mendible.com/2021/08/02/aks-persistent-volume-claim-with-an-azure-file-storage-protected-with-a-private-endpoint : ai_summary: Hands-on guide to configuring Persistent Volume Claims in AKS bound to Azure Files storage via secure Private Endpoints. Eliminates public access @@ -33360,6 +35421,7 @@ https://carlos-piqueres.medium.com/product-backlog-vs-sprint-backlog-c951f972e97 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://carlosalca.medium.com/how-to-manage-all-my-k8s-secrets-in-git-securely-with-bitnami-sealed-secrets-43580b8fa0c7: content_hash: N/A description: '' @@ -33375,6 +35437,7 @@ https://carlosalca.medium.com/how-to-manage-all-my-k8s-secrets-in-git-securely-w v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://carlosthe19916.wordpress.com/2020/04/12/rhamt-in-github-actions: content_hash: N/A description: '' @@ -33391,6 +35454,7 @@ https://carlosthe19916.wordpress.com/2020/04/12/rhamt-in-github-actions: v2_locations: - ocp4.md year: N/A + addition_method: manual https://carvel.dev/kapp: content_hash: 86b6a26c1381fec6ede2ecbd749bd2918fcffda552631446dea6cb25064cbcb8 description: '' @@ -33407,6 +35471,7 @@ https://carvel.dev/kapp: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://cassandra.apache.org: content_hash: a0c95e266920c2bf5121c0d1637de17ca6a3386b7017f09b3dba3ad4a420e46a health_score: 100.0 @@ -33419,6 +35484,7 @@ https://cassandra.apache.org: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://cast.ai: ai_summary: Enterprise-grade automated container management and FinOps scaling engine. Performs real-time node selection, spot instance provisioning, and cluster rightsizing @@ -33448,6 +35514,7 @@ https://cast.ai: - ai.md - finops.md year: N/A + addition_method: manual https://cast.ai/blog/8-best-practices-to-reduce-your-aws-bill-for-kubernetes: content_hash: 26de6f0da4566f3152142989f891360128975525d7afe08f76661a190ed6da41 description: '' @@ -33459,6 +35526,7 @@ https://cast.ai/blog/8-best-practices-to-reduce-your-aws-bill-for-kubernetes: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cast.ai/blog/aws-eks-vs-ecs-vs-fargate-where-to-manage-your-kubernetes: ai_summary: Comparative evaluation analyzing resource isolation, infrastructure management, and compute overhead between EKS, ECS, and AWS Fargate. Highlights @@ -33490,6 +35558,7 @@ https://cast.ai/blog/aws-eks-vs-ecs-vs-fargate-where-to-manage-your-kubernetes: - managed-kubernetes-in-public-cloud.md - aws-containers.md year: N/A + addition_method: manual https://cast.ai/blog/cloud-pricing-comparison: content_hash: 4f06725a1272a920b43449fbfa99c44e8d99d7fe096ae37235c85e811cad584b health_score: 100.0 @@ -33502,6 +35571,7 @@ https://cast.ai/blog/cloud-pricing-comparison: - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://cast.ai/blog/eks-cost-optimization: ai_summary: A deep-dive guide specifying concrete mechanisms to scale down unnecessary cloud spending inside EKS clusters. Provides strategies for dynamic right-sizing, @@ -33525,6 +35595,7 @@ https://cast.ai/blog/eks-cost-optimization: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://cast.ai/blog/eks-security-checklist-10-best-practices-for-a-secure-cluster: ai_summary: An actionable security checklist compiled by Cast.ai, detailing major cluster isolation and hardening vectors for EKS. Highlights include IAM role configurations, @@ -33554,6 +35625,7 @@ https://cast.ai/blog/eks-security-checklist-10-best-practices-for-a-secure-clust v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cast.ai/blog/guide-to-kubernetes-autoscaling-for-cloud-cost-optimization: content_hash: cf23b77aa4194665973d5cafea22174b6ec14f240ef5dea2301669b30515a3f5 description: '' @@ -33570,6 +35642,7 @@ https://cast.ai/blog/guide-to-kubernetes-autoscaling-for-cloud-cost-optimization v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://cast.ai/blog/keep-your-aws-kubernetes-costs-in-check-with-intelligent-allocation: content_hash: 96f551bd8bcb4ccc1234a100696a036f5919d4c780898f58a87502dd17b7a3c9 description: '' @@ -33587,6 +35660,7 @@ https://cast.ai/blog/keep-your-aws-kubernetes-costs-in-check-with-intelligent-al v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://cast.ai/blog/kubernetes-labels-expert-guide-with-10-best-practices: content_hash: fc2dc88a464c5869b7af6e36ebc35a33de0bb4a94d166797c9de3573d29ff681 description: '' @@ -33603,6 +35677,7 @@ https://cast.ai/blog/kubernetes-labels-expert-guide-with-10-best-practices: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://cast.ai/blog/kubernetes-namespace-how-to-use-it-to-organize-and-optimize-costs: content_hash: 98e550ed6a15c3b18b79b0d146bc1659f832da3a26565d8dc33c6fa64147b856 description: '' @@ -33619,6 +35694,7 @@ https://cast.ai/blog/kubernetes-namespace-how-to-use-it-to-organize-and-optimize v2_locations: - kubernetes.md year: N/A + addition_method: manual https://cast.ai/blog/kubernetes-security-10-best-practices: ai_summary: Synthesizes expert advice and industry-proven practices for comprehensive cluster defense. Curator insight focuses on the absolute necessity of etcd encryption, @@ -33649,6 +35725,7 @@ https://cast.ai/blog/kubernetes-security-10-best-practices: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://cast.ai/blog/ultimate-cloud-pricing-comparison-aws-vs-azure-vs-google-cloud-in-2021: content_hash: 499ac9dfd5ce764260f27a2f0023f41d6e07f2de3d9fe617594db9cd4b0305fa description: '' @@ -33661,6 +35738,7 @@ https://cast.ai/blog/ultimate-cloud-pricing-comparison-aws-vs-azure-vs-google-cl v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://catalog.ngc.nvidia.com/orgs/nvidia/helm-charts/gpu-operator: content_hash: 22fbbbb9c7ab7d91273363383c1703ce2f15f43f4ae7acc04ee7e66e98d2eca7 description: '' @@ -33677,6 +35755,7 @@ https://catalog.ngc.nvidia.com/orgs/nvidia/helm-charts/gpu-operator: v2_locations: - mlops.md year: N/A + addition_method: manual https://catalog.redhat.com/en: content_hash: 5dcf9edb59e9c3d4a5194ef21adab5bc7c3d088544f6e8f9eb8be9d0ecefd6f6 health_score: 100.0 @@ -33689,6 +35768,7 @@ https://catalog.redhat.com/en: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://catalog.redhat.com/en/software/containers/explore: content_hash: 0f187dd7f5c30950ece591fbdc9de621e27b149f82e69c7938c0336f440523d4 health_score: 100.0 @@ -33701,6 +35781,7 @@ https://catalog.redhat.com/en/software/containers/explore: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://catalog.redhat.com/software/containers/explore: content_hash: 04784ae711d2e8e483cbe1f2df0afc96144c04646dca1ab975bea5117cb17eb9 description: '' @@ -33712,6 +35793,7 @@ https://catalog.redhat.com/software/containers/explore: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://catonmat.net/gnu-coreutils-cheat-sheet: content_hash: c18d54281566f3a38a80c7ca4cb4267b270a396801f2fb2946ffe3963d887a78 description: '' @@ -33728,6 +35810,7 @@ https://catonmat.net/gnu-coreutils-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://caylent.com/blog/beginners-guide-to-using-terraform-with-aws: content_hash: 4a3c8359589ab0b8c32dd2b27c53abc25a082c642dc4387043d977cac1422b66 health_score: 100.0 @@ -33740,6 +35823,7 @@ https://caylent.com/blog/beginners-guide-to-using-terraform-with-aws: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://caylent.com/blog/pragmatic-enterprise-cicd: ai_summary: A comprehensive article providing a pragmatic blueprint for building, scaling, and managing enterprise CI/CD workflows on AWS infrastructure. Covers @@ -33762,6 +35846,7 @@ https://caylent.com/blog/pragmatic-enterprise-cicd: v2_locations: - cicd.md year: '2023' + addition_method: manual https://caylent.com/insights: content_hash: 8e3fbfb8716823d8f499bc03643c5786ff0e9ce354aa6302883e4e46c1ceea11 health_score: 100.0 @@ -33774,6 +35859,7 @@ https://caylent.com/insights: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://cbui.dev/every-company-has-an-old-production-aws-account: content_hash: 90f1321e1b7d6bf8d73defa89de2947c0e2f35e1631a5ad1da0aa193da0ffd15 description: '' @@ -33785,6 +35871,7 @@ https://cbui.dev/every-company-has-an-old-production-aws-account: v1_locations: - docs/aws-architecture.md year: N/A + addition_method: manual https://ccseyhan.medium.com/what-is-terraform-reusability-and-how-to-achieve-it-97d9565e394d: content_hash: N/A description: '' @@ -33799,6 +35886,7 @@ https://ccseyhan.medium.com/what-is-terraform-reusability-and-how-to-achieve-it- v2_locations: - terraform.md year: N/A + addition_method: manual https://cd.foundation/blog/2020/02/11/announcing-the-cd-foundation-mlops-sig: content_hash: N/A description: '' @@ -33813,6 +35901,7 @@ https://cd.foundation/blog/2020/02/11/announcing-the-cd-foundation-mlops-sig: v2_locations: - mlops.md year: N/A + addition_method: manual https://cd.foundation/blog/2021/02/01/trends-that-will-define-ci-cd-in-2021: content_hash: N/A description: '' @@ -33827,6 +35916,7 @@ https://cd.foundation/blog/2021/02/01/trends-that-will-define-ci-cd-in-2021: v2_locations: - cicd.md year: N/A + addition_method: manual https://cd.foundation/blog/2021/03/24/intro-to-deployment-strategies-blue-green-canary-and-more: content_hash: N/A description: '' @@ -33842,6 +35932,7 @@ https://cd.foundation/blog/2021/03/24/intro-to-deployment-strategies-blue-green- v2_locations: - cicd.md year: N/A + addition_method: manual https://cd.foundation/blog/2021/08/03/cd-foundation-shipwright-announcement: content_hash: N/A description: '' @@ -33857,6 +35948,7 @@ https://cd.foundation/blog/2021/08/03/cd-foundation-shipwright-announcement: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://cd.foundation/blog/2021/09/02/bringing-blue-ocean-into-the-future-of-jenkins: content_hash: N/A description: '' @@ -33871,6 +35963,7 @@ https://cd.foundation/blog/2021/09/02/bringing-blue-ocean-into-the-future-of-jen v2_locations: - jenkins.md year: N/A + addition_method: manual https://cd.foundation/blog/2021/09/02/going-cloud-native-with-jenkins-kubernetes-operator: content_hash: N/A description: '' @@ -33885,6 +35978,7 @@ https://cd.foundation/blog/2021/09/02/going-cloud-native-with-jenkins-kubernetes v2_locations: - jenkins.md year: N/A + addition_method: manual https://cdk8s.io: content_hash: c1c4c569f0b7ecb96be651eb66524175e061cecaae1e0d514f309312ffde679b description: '' @@ -33901,16 +35995,19 @@ https://cdk8s.io: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg: content_hash: 55513f3aa5f9a3c961db3c8e2d4073f19791b5506b58080c37774a2521d2bc80 health_score: 100.0 last_checked: 1779130494.93582 v1_locations: [] + addition_method: manual https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg: content_hash: N/A health_score: 100.0 last_checked: 1779030230.614773 v1_locations: [] + addition_method: manual https://cdn2.hubspot.net/hubfs/5111483/docker-swarm-cheatsheet-sematext.pdf: content_hash: 7a3ce8ff7fe5b9c19f1d60d1c35a8b1ed5c7c367b66fc075a0f0477129e5433f description: '' @@ -33922,6 +36019,7 @@ https://cdn2.hubspot.net/hubfs/5111483/docker-swarm-cheatsheet-sematext.pdf: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://ceph.io: content_hash: 9efcac7cc2becf9adad53abf0f808e22a4cff63f1c6e14a89d4346bde78b1118 description: '' @@ -33934,6 +36032,7 @@ https://ceph.io: - docs/kubernetes-storage.md - docs/ocp4.md year: N/A + addition_method: manual https://ceph.io/en: content_hash: 788bdc0b58c98d22c5886667b17de7e2c48058c6fd923576032264cdfdb83ff0 health_score: 100.0 @@ -33947,6 +36046,7 @@ https://ceph.io/en: v2_locations: - ocp4.md - kubernetes-storage.md + addition_method: manual https://cert-manager.io: content_hash: 3319fb9a343bc9f18c66e87a7d13335af1a15990eec219b1d56a34d45af73d75 description: '' @@ -33958,6 +36058,7 @@ https://cert-manager.io: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://cert-manager.io/docs: ai_summary: The main technical documentation page for cert-manager, the industry-standard PKI and TLS certificate operator for automating certificates generation and renewal. @@ -33984,6 +36085,7 @@ https://cert-manager.io/docs: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://cgruver.github.io/okd4-upi-lab-setup: content_hash: b8ccb1a27216b09312f41053cc559f37dacce3234dd6c96f3c0fb7019d45cac3 description: '' @@ -34000,6 +36102,7 @@ https://cgruver.github.io/okd4-upi-lab-setup: v2_locations: - ocp4.md year: N/A + addition_method: manual https://chaimeleon.eu: content_hash: 42c1779eb8776708c46c7b8e189ec590e3acd5bda5226437dbc8bf525ff829dd description: '' @@ -34016,6 +36119,7 @@ https://chaimeleon.eu: v2_locations: - customer.md year: N/A + addition_method: manual https://chaitu-kopparthi.medium.com/scaling-kubernetes-workloads-using-custom-prometheus-metrics-1eb64b23919e: content_hash: N/A description: '' @@ -34031,6 +36135,7 @@ https://chaitu-kopparthi.medium.com/scaling-kubernetes-workloads-using-custom-pr v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://chakray.com/11-steps-achieving-successful-api-management-strategy: content_hash: 63a948974e26e727afd1f2ba4871ba45b979f66c7accdc3b7446cd85d719f0c5 health_score: 100.0 @@ -34042,6 +36147,7 @@ https://chakray.com/11-steps-achieving-successful-api-management-strategy: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://chakray.com/api-strategy-how-to-create-an-api-marketplace: content_hash: 5445a0aa0301bfb8196cfc109ce699100636fccdf9d864060674b8ac5813912c health_score: 100.0 @@ -34053,6 +36159,7 @@ https://chakray.com/api-strategy-how-to-create-an-api-marketplace: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://chakray.com/es/11-pasos-lograr-estrategia-api-management-exitosa: content_hash: ca6be385a0abb330bc81045279a88f4f60e303792d1ff82440acd3beca654bc3 health_score: 100.0 @@ -34064,6 +36171,7 @@ https://chakray.com/es/11-pasos-lograr-estrategia-api-management-exitosa: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://chakray.com/es/por-que-api-lifecycle-management-imprescindible-api-organizacion: content_hash: 25fbe5b86a94803a22456633d5e95da79434dc602337feb5e12b0acefb8689e4 health_score: 100.0 @@ -34075,6 +36183,7 @@ https://chakray.com/es/por-que-api-lifecycle-management-imprescindible-api-organ - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://chakray.com/why-api-lifecycle-management-is-must-organisation-apis: content_hash: 47bf99bccdc942876063c2b60d755b911e364ee5ea248e18e134eb3998b8680a health_score: 100.0 @@ -34086,6 +36195,7 @@ https://chakray.com/why-api-lifecycle-management-is-must-organisation-apis: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://changelog.com/posts/monoliths-are-the-future: content_hash: 9f2db67f2f6dfd9cb750abc7ae8004101200bb8be5824ac38e2a2d3064cde589 description: '' @@ -34102,6 +36212,7 @@ https://changelog.com/posts/monoliths-are-the-future: v2_locations: - introduction.md year: N/A + addition_method: manual https://channel9.msdn.com/Shows/Azure-Friday/Troubleshoot-AKS-cluster-issues-with-AKS-Diagnostics-and-AKS-Periscope: content_hash: 0ca2f54c5d9c0374a3dce4bec755d410d99560b49878fb5ed76f1e261709e1c0 description: '' @@ -34113,6 +36224,7 @@ https://channel9.msdn.com/Shows/Azure-Friday/Troubleshoot-AKS-cluster-issues-wit v1_locations: - docs/demos.md year: N/A + addition_method: manual https://chaordic.io/blog/is-nomad-a-better-kubernetes: ai_summary: Explores the core performance profiles, security characteristics, and structural ease-of-use cases that might make Nomad a superior choice over Kubernetes @@ -34140,6 +36252,7 @@ https://chaordic.io/blog/is-nomad-a-better-kubernetes: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://chaos-mesh.org: content_hash: 618120857fbfc5e393b84980bdb6c3a8f23a60ad2536bb1d066af9e99a71a215 description: '' @@ -34156,6 +36269,7 @@ https://chaos-mesh.org: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://chaos-mesh.org/blog/chaos-mesh-1.0-chaos-engineering-on-kubernetes-made-easier: content_hash: 8ab276d20b30d5ab666701b815b990dc2a352f3daaaf0fe0bcd54272771ec822 description: '' @@ -34172,6 +36286,7 @@ https://chaos-mesh.org/blog/chaos-mesh-1.0-chaos-engineering-on-kubernetes-made- v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://chaoslever.com/cl-20240118: content_hash: cecbceb9e641d4ef6f87a22bd2da38306d57c36c0ae1f099ca4c91fb38b51373 description: '' @@ -34181,6 +36296,7 @@ https://chaoslever.com/cl-20240118: title: Redefining Virtualization in the VMware Acquisition Era v1_locations: [] year: N/A + addition_method: manual https://charbelnemnom.com/az-305-exam-study-guide-azure-solutions-architect: content_hash: N/A description: '' @@ -34196,6 +36312,7 @@ https://charbelnemnom.com/az-305-exam-study-guide-azure-solutions-architect: v2_locations: - azure.md year: N/A + addition_method: manual https://charbelnemnom.com/move-files-between-azure-file-share-tiers: content_hash: N/A description: '' @@ -34211,6 +36328,7 @@ https://charbelnemnom.com/move-files-between-azure-file-share-tiers: v2_locations: - azure.md year: N/A + addition_method: manual https://charlesleifer.com/blog/nginx-a-caching-thumbnailing-reverse-proxying-image-server-: content_hash: 46349069e96364b10237f878500a8af932dd9c4a372ab997cb5e823d99a9586c health_score: 100.0 @@ -34223,6 +36341,7 @@ https://charlesleifer.com/blog/nginx-a-caching-thumbnailing-reverse-proxying-ima - docs/caching.md v2_locations: - caching.md + addition_method: manual https://chartcenter.io: ai_summary: JFrog's central repository designed to offer security-vetted and rich-metadata indexing for public Helm charts. Although largely integrated into newer Artifactory @@ -34249,6 +36368,7 @@ https://chartcenter.io: v2_locations: - helm.md year: N/A + addition_method: manual https://charts.helm.sh/incubator: content_hash: e464628b109a18243d20de7076f39a68b9c31c9fe39cd1f9081e3c5212f1b1a1 description: '' @@ -34260,6 +36380,7 @@ https://charts.helm.sh/incubator: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://charts.helm.sh/stable: content_hash: 8a3d7cfafdc9ca73319a41d1ea19dd3bb374478df43f01dc2f6f6ebe7a83f608 description: '' @@ -34271,6 +36392,7 @@ https://charts.helm.sh/stable: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://chat.openai.com/g/g-6eSNNNvsB-kubernetes-terraformer: content_hash: 3ccf42afa321a0727ce2d26d5dc835ebc42ef14d36031a9bcccbd6d08c9d2992 description: '' @@ -34281,6 +36403,7 @@ https://chat.openai.com/g/g-6eSNNNvsB-kubernetes-terraformer: v1_locations: - docs/chatgpt.md year: N/A + addition_method: manual https://chat.openai.com/g/g-TCE8R7bcL-kube-debugger: content_hash: 279699b1dcda43d88ceb728e324a3ade57b984d56da97d1a7e0513232592a591 description: '' @@ -34292,6 +36415,7 @@ https://chat.openai.com/g/g-TCE8R7bcL-kube-debugger: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://chatgpt.com/g/g-6eSNNNvsB-kubernetes-terraformer: ai_summary: Specialized custom GPT designed to translate raw Kubernetes service architectures into robust, production-ready declarative Terraform configuration @@ -34313,6 +36437,7 @@ https://chatgpt.com/g/g-6eSNNNvsB-kubernetes-terraformer: v2_locations: - chatgpt.md year: '2024' + addition_method: manual https://chatgpt.com/g/g-TCE8R7bcL-kube-debugger: content_hash: cf4701b11b404924d6eeba0039c875fe2ea498cd6b2fd452ea3372110f9c81d6 health_score: 100.0 @@ -34325,6 +36450,7 @@ https://chatgpt.com/g/g-TCE8R7bcL-kube-debugger: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://che.openshift.io/dashboard: content_hash: 11584a0e88590b8261d5afddbc79b20c5fcfc44c74b31a85093789130bdad170 description: '' @@ -34336,6 +36462,7 @@ https://che.openshift.io/dashboard: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://cheat.sh: content_hash: N/A description: '' @@ -34351,6 +36478,7 @@ https://cheat.sh: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://cheatography.com: content_hash: 2b8f83619c0b6f4ed496830a26c76e72f47fa0f2bc5c48ea13ed06264b04ead0 description: '' @@ -34367,6 +36495,7 @@ https://cheatography.com: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://cheatography.com/funthomas424242/cheat-sheets/jenkins: content_hash: 4306b29e930d0ef12d54fc7b6edffa859813cd7caef68800f30a40e5802c3904 description: '' @@ -34383,6 +36512,7 @@ https://cheatography.com/funthomas424242/cheat-sheets/jenkins: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://cheatography.com/mikesac/cheat-sheets/maven: content_hash: ab83eefe907132736dfe17062357d0fccdcc6c4ff28c8439545c2f5f93e4db25 health_score: 100.0 @@ -34395,6 +36525,7 @@ https://cheatography.com/mikesac/cheat-sheets/maven: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://cheatsheet.dennyzhang.com/cheatsheet-kubernetes-a4: content_hash: N/A description: '' @@ -34409,6 +36540,7 @@ https://cheatsheet.dennyzhang.com/cheatsheet-kubernetes-a4: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://cheatsheet.dennyzhang.com/cheatsheet-ssh-a4: content_hash: N/A description: '' @@ -34423,6 +36555,7 @@ https://cheatsheet.dennyzhang.com/cheatsheet-ssh-a4: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html: content_hash: 8571a08bd84e2682d47a5e0186b32d7f0ddac9928b79c21894b400140df640d0 description: '' @@ -34441,6 +36574,7 @@ https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html: - cheatsheets.md - docker.md year: N/A + addition_method: manual https://cheatsheetseries.owasp.org/index.html: content_hash: 02f6177e69794769692f2beb729d006618c3e3822a3f7b17b17e9013e04c6ff0 description: '' @@ -34457,6 +36591,7 @@ https://cheatsheetseries.owasp.org/index.html: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://chrisarcand.com/purposeful-commits: ai_summary: 'Curator Insight: Explores the cultural developer hygiene of crafting clear, logical git commits. Live Grounding: Details how concise commit histories @@ -34489,6 +36624,7 @@ https://chrisarcand.com/purposeful-commits: - devops.md - git.md year: N/A + addition_method: manual https://chrisedrego.medium.com/kubernetes-autoscaling-series-cluster-autoscaler-5d60c10c3dc1: content_hash: N/A description: '' @@ -34504,6 +36640,7 @@ https://chrisedrego.medium.com/kubernetes-autoscaling-series-cluster-autoscaler- v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://chrisedrego.medium.com/power-of-priorityclass-in-kubernetes-87505260ecb6: content_hash: N/A description: '' @@ -34518,6 +36655,7 @@ https://chrisedrego.medium.com/power-of-priorityclass-in-kubernetes-87505260ecb6 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://chrishaessig.medium.com/multi-cluster-setup-with-istio-c1c6437f4e8c: content_hash: N/A description: '' @@ -34532,6 +36670,7 @@ https://chrishaessig.medium.com/multi-cluster-setup-with-istio-c1c6437f4e8c: v2_locations: - istio.md year: N/A + addition_method: manual https://chrisshort.net: content_hash: d1f386191b3ac5fc5320974e3d5ebaeaa29cfd359429d90e57db76666bf16f3c health_score: 100.0 @@ -34543,6 +36682,7 @@ https://chrisshort.net: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://chrisshort.net/abstracts/gitops-implementation-devops: content_hash: 758fd3b4d9fbfb60c228963072bf6b41a16956fa95da2388e4624e7b3a0e31fb description: '' @@ -34554,6 +36694,7 @@ https://chrisshort.net/abstracts/gitops-implementation-devops: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://chrisshort.net/gitops-an-implementation-of-devops: content_hash: 27d1095f38878a6de9f75466e7830e80a2eeb9cc8cf3298c9badf6b18b14c9cb description: '' @@ -34565,6 +36706,7 @@ https://chrisshort.net/gitops-an-implementation-of-devops: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://christianhuth.de/commands-kubernetes-should-adopt-from-red-hat-openshift: content_hash: 9ae4f60837226413dd9a42f14d134e264c8b3c7d4617d3dad21f8f8ead95f625 health_score: 100.0 @@ -34576,6 +36718,7 @@ https://christianhuth.de/commands-kubernetes-should-adopt-from-red-hat-openshift - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://christianhuth.de/making-your-helm-chart-observable-for-prometheus: ai_summary: A practical engineering guide detailing how to expose Prometheus metrics from custom Helm charts. It explores configuring PodMonitors and ServiceMonitors @@ -34597,6 +36740,7 @@ https://christianhuth.de/making-your-helm-chart-observable-for-prometheus: v2_locations: - helm.md year: '2022' + addition_method: manual https://christianmartinezfinancialfox.medium.com/how-to-use-chatgpt-to-improve-your-microsft-excel-skills-41817b6465df: content_hash: N/A description: '' @@ -34612,6 +36756,7 @@ https://christianmartinezfinancialfox.medium.com/how-to-use-chatgpt-to-improve-y v2_locations: - chatgpt.md year: N/A + addition_method: manual ? https://christianmartinezfinancialfox.medium.com/tableaugpt-the-ultimate-guide-on-how-to-utilize-its-full-potential-445939e3833d : content_hash: N/A description: '' @@ -34626,6 +36771,7 @@ https://christianmartinezfinancialfox.medium.com/how-to-use-chatgpt-to-improve-y v2_locations: - chatgpt.md year: N/A + addition_method: manual https://christopher-lawshe.medium.com/building-infrastructure-with-terraform-ec2-jenkins-s3-and-more-4ec30f53a44a: content_hash: N/A description: '' @@ -34641,6 +36787,7 @@ https://christopher-lawshe.medium.com/building-infrastructure-with-terraform-ec2 v2_locations: - demos.md year: N/A + addition_method: manual https://christophermeiklejohn.com/filibuster/2022/03/19/understanding-faults.html: content_hash: 6bc38d9bffee0cddbc83a2e5ecec84ac122db0193fc0c3e2247c46ac3c2212b6 description: '' @@ -34658,6 +36805,7 @@ https://christophermeiklejohn.com/filibuster/2022/03/19/understanding-faults.htm v2_locations: - introduction.md year: N/A + addition_method: manual https://chrome.google.com/webstore/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb: content_hash: 4111869a4150c031d07af43bb10caded83eb3f8280cbc4f76154e51f4dc8d167 description: '' @@ -34669,6 +36817,7 @@ https://chrome.google.com/webstore/detail/json-viewer/efknglbfhoddmmfabeihlemgek v1_locations: - docs/ChromeDevTools.md year: N/A + addition_method: manual https://chrome.google.com/webstore/detail/monitor-me-jenkins/jhbokpimjgedmpcmfoghhiokhpihlkgc: content_hash: 3d99a9dbc54f776e21060d7efcad59bc54fb57684e071b020bb515eef26cbb87 description: '' @@ -34680,6 +36829,7 @@ https://chrome.google.com/webstore/detail/monitor-me-jenkins/jhbokpimjgedmpcmfog v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://chromeos.dev/en/linux: content_hash: 9ca376ccb91087975fe2732418251abe4c7e246439815b13b12de3aad58c4de1 description: '' @@ -34696,6 +36846,7 @@ https://chromeos.dev/en/linux: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://chromewebstore.google.com/detail/empty-title/jhbokpimjgedmpcmfoghhiokhpihlkgc: content_hash: f37f4ee63d0a72d91d157007ce4c43ef892c00e480015d299521cae7d35475d2 health_score: 100.0 @@ -34708,6 +36859,7 @@ https://chromewebstore.google.com/detail/empty-title/jhbokpimjgedmpcmfoghhiokhpi - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://chromewebstore.google.com/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb: content_hash: 5dd6fd5e3efb7b8ae5510f90e3669d5ffa143b3e085205bb8f11f2b48a91fc25 health_score: 100.0 @@ -34720,12 +36872,14 @@ https://chromewebstore.google.com/detail/json-viewer/efknglbfhoddmmfabeihlemgekh - docs/ChromeDevTools.md v2_locations: - ChromeDevTools.md + addition_method: manual https://chromewebstore.google.com/detail/yaml-validator/gjgbohnlhijomhfiflapnlnmcpckgigg: content_hash: 3d99a9dbc54f776e21060d7efcad59bc54fb57684e071b020bb515eef26cbb87 health_score: 100.0 last_checked: 1779030413.391475 v1_locations: - docs/yaml.md + addition_method: manual https://cicadatesting.github.io/cicada-2: content_hash: 3c257fdf8ea749d5061bea96a3716a95507b51cd26db9c2feeee1ec227d2f70d description: '' @@ -34742,6 +36896,7 @@ https://cicadatesting.github.io/cicada-2: v2_locations: - testops.md year: N/A + addition_method: manual https://cidr.xyz: content_hash: 4425cfc10e8b02cfaca3628808c87b308d2fb2940d894805ef9d6cfa6c306cc0 description: '' @@ -34758,6 +36913,7 @@ https://cidr.xyz: v2_locations: - networking.md year: N/A + addition_method: manual https://cilium.io: ai_summary: An eBPF-powered open-source project that provides high-performance, secure, and observable networking, load balancing, and network security for Kubernetes @@ -34788,6 +36944,7 @@ https://cilium.io: - kubernetes-security.md - kubernetes-networking.md year: N/A + addition_method: manual https://cilium.io/blog/2021/02/10/network-policy-editor: content_hash: 95667181436010afbed1bdbf62c578388accbabd1e6d005ee82f906d4feea34a description: '' @@ -34805,6 +36962,7 @@ https://cilium.io/blog/2021/02/10/network-policy-editor: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://cilium.io/blog/2021/05/11/cni-benchmark: content_hash: fea74157a1ddfaa8dc14841427a2edbe5cb2ab18eb5203718cd3e3816fb79b96 description: '' @@ -34821,6 +36979,7 @@ https://cilium.io/blog/2021/05/11/cni-benchmark: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://cilium.io/blog/2021/05/20/cilium-110: content_hash: f1f02c6eaf3e03bedefe71496307aea7adf0453837380181281beb40225e8a23 description: '' @@ -34838,6 +36997,7 @@ https://cilium.io/blog/2021/05/20/cilium-110: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://cincodias.elpais.com/cincodias/2022/02/08/fortunas/1644336556_587972.html: ai_summary: Analyzes how the global shift to remote work and distributed teams has boosted the supply and demand of high-skilled freelance contractors in technical @@ -34865,6 +37025,7 @@ https://cincodias.elpais.com/cincodias/2022/02/08/fortunas/1644336556_587972.htm v2_locations: - freelancing.md year: N/A + addition_method: manual https://cincodias.elpais.com/cincodias/2022/03/31/companias/1648738965_952353.html: content_hash: 12879e9d0de44e1a2bc549b15466811ac25dc78d71864406168fcef02b04bc8e description: '' @@ -34882,6 +37043,7 @@ https://cincodias.elpais.com/cincodias/2022/03/31/companias/1648738965_952353.ht v2_locations: - introduction.md year: N/A + addition_method: manual https://cioperu.pe/articulo/30477/devops-5-formas-de-impulsar-la-utilizacion-de-feature-flags: content_hash: N/A description: '' @@ -34896,6 +37058,7 @@ https://cioperu.pe/articulo/30477/devops-5-formas-de-impulsar-la-utilizacion-de- v2_locations: - git.md year: N/A + addition_method: manual https://circleci.com: content_hash: 43c1f35c642e3996382d2b9bd05e8f6510abc2e9da565bd6d3fafe0ec5f15917 description: '' @@ -34912,6 +37075,7 @@ https://circleci.com: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://circleci.com/blog/adding-approval-jobs-to-your-ci-pipeline: content_hash: d6208f4c8bee68479827e82a5119972376a8e7896689b17971a5f4faabf673aa description: '' @@ -34928,6 +37092,7 @@ https://circleci.com/blog/adding-approval-jobs-to-your-ci-pipeline: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://circleci.com/blog/building-cicd-pipelines-using-dynamic-config: content_hash: 48522cbed5bfe313ec122106c77e8f6422423febc537ea6dd122507d5f105307 description: '' @@ -34944,6 +37109,7 @@ https://circleci.com/blog/building-cicd-pipelines-using-dynamic-config: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://circleci.com/blog/getting-started-with-kubernetes-how-to-set-up-your-first-cluster: content_hash: 2f9579e83f297784ca2b272d38ff107dc661fb2f209e16e48eb6b0efb01efa7b description: '' @@ -34960,6 +37126,7 @@ https://circleci.com/blog/getting-started-with-kubernetes-how-to-set-up-your-fir v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://circleci.com/blog/learn-iac-part02: content_hash: 34d91e34d37554b9e8a954fa4e75e57b129748fb1e5737f8c8b10089b1c05624 description: '' @@ -34972,6 +37139,7 @@ https://circleci.com/blog/learn-iac-part02: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://circleci.com/blog/learn-iac-part1: content_hash: d2f0ba9c366622a597cee1467bdb2fcc6e3f2770b6271188ffcf835905cd88ce description: '' @@ -34989,6 +37157,7 @@ https://circleci.com/blog/learn-iac-part1: v2_locations: - terraform.md year: N/A + addition_method: manual https://circleci.com/blog/learn-iac-part3: content_hash: bf3cea43b8603f9944f74f4e07212c7103b24298aeb18ab642835d286f388efc description: '' @@ -35001,6 +37170,7 @@ https://circleci.com/blog/learn-iac-part3: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://circleci.com/blog/parameters-in-pipeline-config: content_hash: 053e62b925c7d3841f51e76cb78f9a78d8f69521aa6e096fcbd4935427e4f4dc description: '' @@ -35017,6 +37187,7 @@ https://circleci.com/blog/parameters-in-pipeline-config: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://circleci.com/blog/relational-db-testing: content_hash: 9d30fea813e61e6acb63368309dec6d24c989127f7fd0089ca996f5b99092295 description: '' @@ -35033,6 +37204,7 @@ https://circleci.com/blog/relational-db-testing: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://circleci.com/blog/top-5-ci-cd-best-practices: ai_summary: 'Curator Insight: Outlines optimal pipeline management techniques centered around speed and reliability metrics. Live Grounding: Emphasizes keeping builds @@ -35061,6 +37233,7 @@ https://circleci.com/blog/top-5-ci-cd-best-practices: v2_locations: - cicd.md year: N/A + addition_method: manual https://circleci.com/blog/unit-testing-vs-integration-testing: content_hash: 9d69e198017b04d83c122318767dfaa07339c54fe0b5537469499c167aa2a94d description: '' @@ -35077,6 +37250,7 @@ https://circleci.com/blog/unit-testing-vs-integration-testing: v2_locations: - qa.md year: N/A + addition_method: manual https://clarusway.com/top-21-devops-tools: ai_summary: Comprehensive market snapshot from 2021 enumerating critical DevOps technologies. While highly localized to historical toolchains, it provides a comparative @@ -35104,6 +37278,7 @@ https://clarusway.com/top-21-devops-tools: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://claude101.com: ai_summary: Comprehensive guides to mastering Anthropic's Claude. Focuses on system instructions, complex XML markup injection, custom tool calls, and API configuration @@ -35136,6 +37311,7 @@ https://claude101.com: - developerportals.md - chatgpt.md year: N/A + addition_method: manual https://clavinjune.dev/en/blogs/working-with-remote-docker-using-docker-context: content_hash: N/A description: '' @@ -35150,6 +37326,7 @@ https://clavinjune.dev/en/blogs/working-with-remote-docker-using-docker-context: v2_locations: - docker.md year: N/A + addition_method: manual https://cleancloud-k8s.com/2022/01/19/handling-multiline-logging-with-loki-and-fluent-bit-on-kubernetes: content_hash: N/A description: '' @@ -35165,6 +37342,7 @@ https://cleancloud-k8s.com/2022/01/19/handling-multiline-logging-with-loki-and-f v2_locations: - grafana.md year: N/A + addition_method: manual https://cli.github.com: ai_summary: GitHub's official command-line interface (gh) brings pull requests, issues, releases, and actions directly to the terminal. It serves as an essential @@ -35195,6 +37373,7 @@ https://cli.github.com: v2_locations: - git.md year: N/A + addition_method: manual https://click.palletsprojects.com: content_hash: a3a7956f6cbeebd3430bda1dc775475abef06df992f9c485324f37efb2355caf description: '' @@ -35206,6 +37385,7 @@ https://click.palletsprojects.com: v1_locations: - docs/python.md year: N/A + addition_method: manual https://click.palletsprojects.com/en/stable: content_hash: e94f4e8e8758360b6743491b20bbc12e05340bec70ebd3300eb54b989940b4fb health_score: 100.0 @@ -35217,6 +37397,7 @@ https://click.palletsprojects.com/en/stable: - docs/python.md v2_locations: - python.md + addition_method: manual https://clickhouse.com: content_hash: 60e11c4ed292895a232da7da9e29613294c6a2c429da960e252705ce43d27747 description: '' @@ -35233,6 +37414,7 @@ https://clickhouse.com: v2_locations: - databases.md year: N/A + addition_method: manual https://cloud-and-devops.hashnode.dev/git-007-learn-advanced-git-topics-like-a-pro: content_hash: N/A description: '' @@ -35248,6 +37430,7 @@ https://cloud-and-devops.hashnode.dev/git-007-learn-advanced-git-topics-like-a-p v2_locations: - git.md year: N/A + addition_method: manual https://cloud-melon.com/2019/12/26/under-the-hood-of-kubernetes-and-microservices: content_hash: N/A description: '' @@ -35262,6 +37445,7 @@ https://cloud-melon.com/2019/12/26/under-the-hood-of-kubernetes-and-microservice v2_locations: - introduction.md year: N/A + addition_method: manual https://cloud-viadee.medium.com/gitops-for-it-architects-6312e7822819: content_hash: N/A description: '' @@ -35277,6 +37461,7 @@ https://cloud-viadee.medium.com/gitops-for-it-architects-6312e7822819: v2_locations: - flux.md year: N/A + addition_method: manual https://cloud.google.com: content_hash: e6a9b8d71cf67d8617b3fdd28c742b1b9f72f2f4b471930116d027760a393b09 description: '' @@ -35293,6 +37478,7 @@ https://cloud.google.com: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/anthos: content_hash: adfa87302bf9829128390578b39b95c8228298e81fb42888b3d39fead84058b6 description: '' @@ -35304,6 +37490,7 @@ https://cloud.google.com/anthos: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/anthos/config-management: content_hash: fcc08473aca3f4b3fe70682d5e0fff8199e030234af3625bf4b6bbbac805b2ac description: '' @@ -35315,6 +37502,7 @@ https://cloud.google.com/anthos/config-management: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://cloud.google.com/apigee: content_hash: ac9f47045fb056f293aa9f76d29eb7fe8466950da5c5d254bcb559b099edaa00 description: '' @@ -35331,6 +37519,7 @@ https://cloud.google.com/apigee: v2_locations: - developerportals.md year: N/A + addition_method: manual https://cloud.google.com/appsheet: content_hash: d8866b4291368aedd1f10c3c5d273ebcbaaba6a4f7ea0712a85c9261ac8bdf32 description: '' @@ -35342,6 +37531,7 @@ https://cloud.google.com/appsheet: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/architecture/creating-cicd-pipeline-vsts-compute-engine: content_hash: 1b3ddfc45f20060eb31a723da7e99953d21db74272de65a350c744d4f34eadd4 description: '' @@ -35354,6 +37544,7 @@ https://cloud.google.com/architecture/creating-cicd-pipeline-vsts-compute-engine v1_locations: - docs/azure.md year: N/A + addition_method: manual https://cloud.google.com/architecture/owasp-top-ten-mitigation: content_hash: b844f6610515322361bf5bdf0bdb1696c29d93edf3a3f96c65f925fe0d027d9d description: '' @@ -35365,6 +37556,7 @@ https://cloud.google.com/architecture/owasp-top-ten-mitigation: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual ? https://cloud.google.com/architecture/partners/a-hybrid-cloud-native-devsecops-pipeline-with-jfrog-artifactory-and-gke-on-prem : content_hash: 85a29bd7f17d232ecb81d29855f2b229464de646d2e7cce92aea6cdd4691837b health_score: 64.0 @@ -35377,6 +37569,7 @@ https://cloud.google.com/architecture/owasp-top-ten-mitigation: status: review_required v1_locations: - docs/GoogleCloudPlatform.md + addition_method: manual https://cloud.google.com/blog/products/ai-machine-learning/google-cloud-managed-mcp-for-gemini: ai_summary: 'Curator Insight: Announcement of Google Cloud''s Managed MCP platform for enterprise Gemini integrations. @@ -35407,6 +37600,7 @@ https://cloud.google.com/blog/products/ai-machine-learning/google-cloud-managed- v2_locations: - ai-agents-mcp.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/api-management/google-cloud-announces-apigee-integration: content_hash: 01739e938aa64a20f73179373be11724186723a385bc3e52ac0f5aa8474baf8e description: '' @@ -35424,6 +37618,7 @@ https://cloud.google.com/blog/products/api-management/google-cloud-announces-api v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/application-development/access-an-orgs-custom-code-repo-from-cloud-code-ides: content_hash: 16d866b19b41a5a50a519f3437542e5e98823f6c269242dc9b0273c070beaee7 description: '' @@ -35441,6 +37636,7 @@ https://cloud.google.com/blog/products/application-development/access-an-orgs-cu v2_locations: - demos.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/application-development/google-cloud-cli-declarative-export-preview: content_hash: 264abc7fdb747ba915a5e33ce4d896fffa53a5ba1c3deea2c0b1962122191090 description: '' @@ -35458,6 +37654,7 @@ https://cloud.google.com/blog/products/application-development/google-cloud-cli- v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/application-development/introducing-cloud-shell-editor: content_hash: 6e44b0b6217d3f6bda6536ec6a6b4c0ab49ac30ccac5be0a54555e0a94380efa description: '' @@ -35474,6 +37671,7 @@ https://cloud.google.com/blog/products/application-development/introducing-cloud v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/application-development/kubernetes-development-simplified-skaffold-is-now-ga: content_hash: 511aa6d2209ff34637d7851bcf8d6738064791808986e6ab4baf0549c242ce6c description: '' @@ -35485,6 +37683,7 @@ https://cloud.google.com/blog/products/application-development/kubernetes-develo v1_locations: - docs/scaffolding.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/compute/guide-to-cost-optimization-through-automated-vm-management: content_hash: 22a7e1614b9b036315b9423370b138f5e7247bedfb2d9184be923280a4e39283 description: '' @@ -35501,6 +37700,7 @@ https://cloud.google.com/blog/products/compute/guide-to-cost-optimization-throug v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes: content_hash: 540691550bffcf41c1a19a2dd4196f138fb567cdad742477f9f0e9e8afab007f health_score: 100.0 @@ -35513,6 +37713,7 @@ https://cloud.google.com/blog/products/containers-kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual ? https://cloud.google.com/blog/products/containers-kubernetes/5-ways-google-cloud-is-making-gke-the-best-place-to-run-kubernetes : ai_summary: Reflects on GKE's history and core features. Explains earlier architectural trends, the introduction of multi-cluster designs, and foundations that shaped @@ -35534,6 +37735,7 @@ https://cloud.google.com/blog/products/containers-kubernetes: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2020' + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes/announcing-spot-pods-for-gke-autopilot: ai_summary: Announces and reviews the engineering mechanics of GKE Autopilot Spot Pods. Analyzes how fault-tolerant workloads can utilize dynamic pricing discounts @@ -35562,6 +37764,7 @@ https://cloud.google.com/blog/products/containers-kubernetes/announcing-spot-pod v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes/gke-cost-optimization-insights-now-ga: ai_summary: Discusses the general availability of GKE's built-in cost optimization dashboards, highlighting over-provisioned namespaces and idle node resources. @@ -35591,6 +37794,7 @@ https://cloud.google.com/blog/products/containers-kubernetes/gke-cost-optimizati v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes/google-cloud-anthos-multicloud-api-and-gke-on-azure-ga: content_hash: 6db838ab78c776da7f7f2eb38cadd4e3792e1e6a36f6b60818a5e46453333eea description: '' @@ -35608,6 +37812,7 @@ https://cloud.google.com/blog/products/containers-kubernetes/google-cloud-anthos v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-autopilot: ai_summary: Announces the launch of GKE Autopilot. Discusses its billing models based on active pod specifications and automated node scaling, shifting infrastructure @@ -35635,6 +37840,7 @@ https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-aut v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-multi-cluster-services: ai_summary: Introduces GKE Multi-Cluster Services (MCS). Focuses on cross-cluster discovery models that let disparate GKE instances interact securely without needing @@ -35663,6 +37869,7 @@ https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-mul v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-control-plane-metrics-are-generally-available: ai_summary: Details GKE control plane performance exposure via Prometheus-compatible endpoints. Covers observability practices for API server request latency, etcd @@ -35690,6 +37897,7 @@ https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-control- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes/multi-cluster-kubernetes-with-gke-at-geotab: ai_summary: Enterprise architectural case study outlining a multi-cluster GKE topology. Explores ingress-routing, fleet management policies, and configuration synchronization @@ -35718,6 +37926,7 @@ https://cloud.google.com/blog/products/containers-kubernetes/multi-cluster-kuber v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/containers-kubernetes/the-rise-and-future-of-kubernetes-and-open-source-at-google: content_hash: d426c0f05035363a9515273d2a68c6cff5bf5c953a6868e7768f541614b41d97 description: '' @@ -35735,6 +37944,7 @@ https://cloud.google.com/blog/products/containers-kubernetes/the-rise-and-future v2_locations: - kubernetes.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/data-analytics/create-templates-from-any-dataflow-pipeline: ai_summary: A technical look at creating and managing GCP Dataflow templates. Details packaging patterns that permit modular, parameter-driven run execution of streaming @@ -35756,6 +37966,7 @@ https://cloud.google.com/blog/products/data-analytics/create-templates-from-any- v2_locations: - message-queue.md year: '2021' + addition_method: manual https://cloud.google.com/blog/products/databases/to-run-or-not-to-run-a-database-on-kubernetes-what-to-consider: content_hash: 293bb9e30046d444196ef31b6e5078cf8bc68b67666ae4063b4f3ef6560e145a description: '' @@ -35773,6 +37984,7 @@ https://cloud.google.com/blog/products/databases/to-run-or-not-to-run-a-database v2_locations: - databases.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/devops-sre: ai_summary: An official Google Cloud guide highlighting operational synergies and clear organizational distinctions between SRE and DevOps execution models. @@ -35793,6 +38005,7 @@ https://cloud.google.com/blog/products/devops-sre: v2_locations: - sre.md year: '2024' + addition_method: manual https://cloud.google.com/blog/products/devops-sre/announcing-dora-2021-accelerate-state-of-devops-report: content_hash: b5a55c2b81c5237e364deac3ccfbd8fa68a4acfab1c6c6e6e3b6242527688a82 description: '' @@ -35810,6 +38023,7 @@ https://cloud.google.com/blog/products/devops-sre/announcing-dora-2021-accelerat - devops.md - index.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/devops-sre/easy-managed-prometheus-metrics-service-for-kubernetes: content_hash: 5e2e2963c4294b32790025abbd122d9941b0102dab1e9f4f2c8093f027978d50 description: '' @@ -35827,6 +38041,7 @@ https://cloud.google.com/blog/products/devops-sre/easy-managed-prometheus-metric v2_locations: - prometheus.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/devops-sre/google-cloud-deploy-automates-deploys-to-gke: content_hash: 031c0181250c45e97ae1e6a59e8dc6af1d90334f9b13c8f759825ec38a6b3326 description: '' @@ -35844,6 +38059,7 @@ https://cloud.google.com/blog/products/devops-sre/google-cloud-deploy-automates- v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/devops-sre/google-cloud-deploy-now-ga: content_hash: b7cd4a4f0397c7faaad7c50a227b30192a99941b6d0c6cc3e11e6fc52a7ba6f2 description: '' @@ -35861,6 +38077,7 @@ https://cloud.google.com/blog/products/devops-sre/google-cloud-deploy-now-ga: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/devops-sre/sre-at-google-our-complete-list-of-cre-life-lessons: ai_summary: An essential collection of enterprise insights gathered by Google Customer Reliability Engineers (CRE). Translates massive Google-scale SRE rules into practical @@ -35888,6 +38105,7 @@ https://cloud.google.com/blog/products/devops-sre/sre-at-google-our-complete-lis v2_locations: - sre.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/gcp/5-google-cloud-product-cheat-sheets-2021: content_hash: eb7f5e4d7c996116a962635e4cf8ad88a1f6fab40e45dab5a074cbf5401beb21 description: '' @@ -35905,6 +38123,7 @@ https://cloud.google.com/blog/products/gcp/5-google-cloud-product-cheat-sheets-2 v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/gcp/sre-vs-devops-competing-standards-or-close-friends: content_hash: 14034c4e627b26362a22dc64bff02c23c4b32a949f6154256e9171bfe2517b7f description: '' @@ -35916,6 +38135,7 @@ https://cloud.google.com/blog/products/gcp/sre-vs-devops-competing-standards-or- v1_locations: - docs/sre.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/identity-security/announcing-general-availability-of-google-cloud-ids: content_hash: 1ed8fe8591c6a39de4f6246a21df4c38d22f96d38254eae2117f67a977795567 description: '' @@ -35933,6 +38153,7 @@ https://cloud.google.com/blog/products/identity-security/announcing-general-avai v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/identity-security/enabling-keyless-authentication-from-github-actions: content_hash: 0105af3bc0311276c38af9e754dbe6511fe3298af88387d789a6109a0e4e727b description: '' @@ -35949,6 +38170,7 @@ https://cloud.google.com/blog/products/identity-security/enabling-keyless-authen v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual ? https://cloud.google.com/blog/products/identity-security/how-to-authenticate-service-accounts-to-help-keep-applications-secure : content_hash: f8072889682829cadb298501a1eba0ce4090efc6e5e7e6af41bdf3ad9e9c5e62 description: '' @@ -35966,6 +38188,7 @@ https://cloud.google.com/blog/products/identity-security/enabling-keyless-authen v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/networking/how-to-use-new-traffic-control-features-in-cloud-load-balancing: ai_summary: Outlines advanced load balancing features on Google Cloud external application proxies. Shows how request mirroring, canary weighted splits, and URL manipulations @@ -35987,6 +38210,7 @@ https://cloud.google.com/blog/products/networking/how-to-use-new-traffic-control v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://cloud.google.com/blog/products/networking/private-service-connect-is-now-generally-available: content_hash: 7ffdeb1a43d28926444b4577286b37e248b0f046ac85355b9e034b992bb028da description: '' @@ -36004,6 +38228,7 @@ https://cloud.google.com/blog/products/networking/private-service-connect-is-now v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/networking/traffic-director-supports-proxyless-grpc: content_hash: a6a3ecc5c49e84f297701b5832a8d8c39b25c8da168ff05aa13c14018ec16055 health_score: 100.0 @@ -36016,6 +38241,7 @@ https://cloud.google.com/blog/products/networking/traffic-director-supports-prox - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://cloud.google.com/blog/products/operations/better-access-to-observability-data-for-virtual-machines: content_hash: e13417d82d6d445ee2877ba05f9b8d262756372e10b5d891b6f570953780e37e description: '' @@ -36033,6 +38259,7 @@ https://cloud.google.com/blog/products/operations/better-access-to-observability v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/operations/introducing-google-cloud-managed-service-for-prometheus: content_hash: 38423ec901bfc180119685094aeee720d888515a234af53ccf61ce7c2017bc6b description: '' @@ -36049,6 +38276,7 @@ https://cloud.google.com/blog/products/operations/introducing-google-cloud-manag v2_locations: - prometheus.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/operations/troubleshooting-services-on-google-kubernetes-engine: content_hash: 9801008a5b6e951f44b0e39395856319d1869c644fc024d06d1e3b65f3e30c5e description: '' @@ -36066,6 +38294,7 @@ https://cloud.google.com/blog/products/operations/troubleshooting-services-on-go v2_locations: - demos.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/operations/use-ansible-to-deploy-the-google-cloud-ops-agent: content_hash: 3e2d98f01c61dc122bb17d20588faa0d5a19231ed34674da76ce2cce4780bc1e description: '' @@ -36082,6 +38311,7 @@ https://cloud.google.com/blog/products/operations/use-ansible-to-deploy-the-goog v2_locations: - ansible.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/serverless/learn-how-to-use-advanced-vpc-functionality-with-your-cloud-functions: content_hash: 9b10cefadcfc28f657fc0ec6f9b59a7babaab55f8ac2c46c25117e2df34757d5 description: '' @@ -36098,6 +38328,7 @@ https://cloud.google.com/blog/products/serverless/learn-how-to-use-advanced-vpc- v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/serverless/the-next-big-evolution-in-cloud-computing: content_hash: 2966021ae4b69a1b17d7cc5beed4202de051f1a252eb97ec6aed02aa6ecf5082 description: '' @@ -36114,6 +38345,7 @@ https://cloud.google.com/blog/products/serverless/the-next-big-evolution-in-clou v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/products/storage-data-transfer/google-cloud-launches-backups-for-gke: ai_summary: Deep dive into the native GKE Backup service, designed for stateful application restoration and cluster disaster recovery. Discusses how to safeguard @@ -36144,6 +38376,7 @@ https://cloud.google.com/blog/products/storage-data-transfer/google-cloud-launch - managed-kubernetes-in-public-cloud.md - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/anthos/windows-server-support-comes-to-anthos-on-prem: content_hash: 309abc9bd02a50c482f6c5f413e8fcac3961e42dee4492b0e0f37d8e32481960 description: '' @@ -36160,6 +38393,7 @@ https://cloud.google.com/blog/topics/anthos/windows-server-support-comes-to-anth v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/cloud-first/key-metrics-to-measure-impact-of-cloud-finops: content_hash: e47e108364121c91e8ed2ebb3f8c5c10e17a94ab7cec1c54170aa6acc0dceb7f description: '' @@ -36177,6 +38411,7 @@ https://cloud.google.com/blog/topics/cloud-first/key-metrics-to-measure-impact-o v2_locations: - finops.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/cloud-dns-explained: content_hash: e765ad2dbc1577d11c0c061a686020a3f989875ab4fefb45991c97218fc556e3 description: '' @@ -36193,6 +38428,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/cloud-dns-explaine v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/container-story-google-kubernetes-engine: content_hash: 88498d55e355a0ea03771eb646a314f4b2218ba48c0dc038813adc683ba69d9b description: '' @@ -36209,6 +38445,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/container-story-go v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/demystifying-cloud-spanner-multi-region-configurations: content_hash: c950aecede4fb5c5e09c597b0e84839820f0c593fe94861b9c8598c2082010d8 description: '' @@ -36225,6 +38462,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/demystifying-cloud v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/devops-and-cicd-google-cloud-explained: content_hash: d11fc3cc46348ff1f25727b4b07c245dce93c6da9e2f01c5b5cbcf8d898870cc description: '' @@ -36241,6 +38479,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/devops-and-cicd-go v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/google-cloud-networking-overview: content_hash: 3abcd77b2f9a7633c627f0f922377a0b0e33c8a0bac304f85964dcf0e1ed330e description: '' @@ -36257,6 +38496,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/google-cloud-netwo v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/how-transfer-your-data-google-cloud: content_hash: 726a81c2a3e32320b86b306ac48b8dad0d60ff5dc1f10500e912d95b8923ae6e description: '' @@ -36273,6 +38513,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/how-transfer-your- v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual ? https://cloud.google.com/blog/topics/developers-practitioners/how-use-machine-learning-model-google-sheet-using-bigquery-ml : content_hash: 8782a59fa877513d4f95e40454bad85cc2ba01388f1482d91cf2965fa17d8f75 description: '' @@ -36290,6 +38531,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/how-transfer-your- v2_locations: - mlops.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/introducing-google-cloud-architecture-diagramming-tool: content_hash: 65b3fa7a717dfa6c0566e54165fdd947aeb2ad24a96b79d9f55462239cb9895a description: '' @@ -36301,6 +38543,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/introducing-google v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual ? https://cloud.google.com/blog/topics/developers-practitioners/level-up-your-agents-announcing-googles-official-skills-repository : ai_summary: 'Curator Insight: Google''s official skills repository and toolkit for modular agentic development. @@ -36335,6 +38578,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/introducing-google - kubernetes.md - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/microservices-architecture-google-cloud: content_hash: aab9b2c168ae4df38cb3055770a5ed5970abd919e44d0b09a7f839f3668cc00f description: '' @@ -36351,6 +38595,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/microservices-arch v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/service-directory-cheat-sheet: content_hash: b77a818c1e91fc5e12edf2fca9c57540828935fc839c895830f5b0c4c34aff37 description: '' @@ -36367,6 +38612,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/service-directory- v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/service-orchestration-google-cloud: content_hash: 73d3b74fb1d463b8146d6ba061de4b4d7b4e26d475ff2844de2eb3ca6825416c description: '' @@ -36383,6 +38629,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/service-orchestrat v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/testing-cloud-sql-failover-where-begin: content_hash: f172c294c39696beb149b2b2261b34c738c66d238fbdd9e16ff4fca3ae356cfc description: '' @@ -36399,6 +38646,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/testing-cloud-sql- v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/traffic-director-explained: content_hash: d701ca3f55178c4efea59322ab28d37ae91505b7cfbd821f9f9b1b2c62fdded5 description: '' @@ -36415,6 +38663,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/traffic-director-e v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-cdn-and-how-does-it-work: content_hash: a2fced32ac07cf72c69329aa7c780db7b7293edfa14c587ce5beedb2f789062e description: '' @@ -36431,6 +38680,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-cdn-and v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-load-balancing: content_hash: 4e9b313c31ca1ddef15df788e54b49d1134304fb7f45b34613fe5eec99c6f66a description: '' @@ -36447,6 +38697,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-load-ba v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual ? https://cloud.google.com/blog/topics/developers-practitioners/where-should-i-run-my-stuff-choosing-google-cloud-compute-option : content_hash: 9ee7162e3857afe7b2b6d619c71e24fa770d4c66d4518f086a5cdc3a6df7d6f0 description: '' @@ -36464,6 +38715,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-load-ba v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers-practitioners/your-google-cloud-database-options-explained: content_hash: c368af7fa7522674ff2763e7e3860504d9599cd2a86ac73ffa9cf399ff18e011 description: '' @@ -36480,6 +38732,7 @@ https://cloud.google.com/blog/topics/developers-practitioners/your-google-cloud- v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/developers/introducing-google-cloud-architecture-diagramming-tool: content_hash: f4ee019296efda6e073b6caf251f0e958f9d4423b1b341863f690ad92dd07cee health_score: 100.0 @@ -36492,6 +38745,7 @@ https://cloud.google.com/blog/topics/developers/introducing-google-cloud-archite - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://cloud.google.com/blog/topics/kubernetes-best-practices: content_hash: 645c54eba5f478c3dafa2f56b4bd1e65967e9a639861920bde3a4545fcc6950b description: '' @@ -36503,6 +38757,7 @@ https://cloud.google.com/blog/topics/kubernetes-best-practices: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/threat-intelligence/azure-run-command-dummies: content_hash: 59a6105d7176482d543067c0e57e79c0f14e3ddc4a152a7859e4c2051de9fa3e health_score: 100.0 @@ -36515,6 +38770,7 @@ https://cloud.google.com/blog/topics/threat-intelligence/azure-run-command-dummi - docs/azure.md v2_locations: - azure.md + addition_method: manual https://cloud.google.com/blog/topics/training-certifications/google-cloud-to-train-more-than-40-million-with-cloud-skills: content_hash: 4621c57f848e74a61f1a8789203a4c8353f3a8e9cc56054423646797420f9291 description: '' @@ -36532,6 +38788,7 @@ https://cloud.google.com/blog/topics/training-certifications/google-cloud-to-tra v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/blog/topics/training-certifications/new-learning-hub-and-benefits-for-google-cloud-innovators: content_hash: 4f9732efb1ffc727f285f5ae7c007d2a5297cb221cd87967d594df341c8ba13d description: '' @@ -36549,6 +38806,7 @@ https://cloud.google.com/blog/topics/training-certifications/new-learning-hub-an v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/build: content_hash: 630f8892ab4925432c4324daa92969bcfb7ab4ac26440ac0a87a6bed7180e299 health_score: 100.0 @@ -36565,6 +38823,7 @@ https://cloud.google.com/build: - GoogleCloudPlatform.md - devops.md - jenkins-alternatives.md + addition_method: manual https://cloud.google.com/cloud-build: content_hash: d3ad7f441f8f8e07b2e0458ccd41d11759ee549013639c2291c95983ba8b1b48 description: '' @@ -36578,6 +38837,7 @@ https://cloud.google.com/cloud-build: - docs/devops.md - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://cloud.google.com/code: content_hash: 86ddc7156ac3f9ffb4c60700e76d475d8f31dbc8c3652b3c8fe47c96e45be8b1 description: '' @@ -36600,6 +38860,7 @@ https://cloud.google.com/code: - scaffolding.md - visual-studio.md year: N/A + addition_method: manual https://cloud.google.com/code/docs/vscode/yaml-editing: content_hash: 556028c2596bffed5964078f30273137ff9106d33108d52182900383fc1f696d description: '' @@ -36611,6 +38872,7 @@ https://cloud.google.com/code/docs/vscode/yaml-editing: v1_locations: - docs/scaffolding.md year: N/A + addition_method: manual https://cloud.google.com/config-connector/docs/overview: content_hash: c270e33efcd5c0823ef24bdeae2fb857b6978176031adea9e02d4e30de45af2f description: '' @@ -36623,12 +38885,14 @@ https://cloud.google.com/config-connector/docs/overview: - docs/iac.md - docs/kubernetes-tools.md year: N/A + addition_method: manual https://cloud.google.com/deploy/docs/deploy-app-run: content_hash: 4a085e12d289cf09fb38d4da6fa82de03871fbde23b0dde54fafe5a04942ae0b health_score: 100.0 last_checked: 1779031378.103544 v1_locations: - docs/GoogleCloudPlatform.md + addition_method: manual https://cloud.google.com/devops: content_hash: 12deb1957d00ca8db1c437ba92346fb71367b6688b813051440bc60c042bb3ac description: '' @@ -36647,6 +38911,7 @@ https://cloud.google.com/devops: - GoogleCloudPlatform.md - devops.md year: N/A + addition_method: manual https://cloud.google.com/docs/compare: content_hash: a8a2df130c90cdf017eb1df82aecd89472870ae41708456dd21565ff28a376eb description: '' @@ -36658,6 +38923,7 @@ https://cloud.google.com/docs/compare: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/docs/compare/aws: content_hash: a8a2df130c90cdf017eb1df82aecd89472870ae41708456dd21565ff28a376eb description: '' @@ -36668,6 +38934,7 @@ https://cloud.google.com/docs/compare/aws: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/docs/get-started/aws-azure-gcp-service-comparison: content_hash: a8a2df130c90cdf017eb1df82aecd89472870ae41708456dd21565ff28a376eb description: '' @@ -36679,6 +38946,7 @@ https://cloud.google.com/docs/get-started/aws-azure-gcp-service-comparison: v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://cloud.google.com/docs/terraform/blueprints/terraform-blueprints: content_hash: 1fcd8e89b1155f9c05a2c0272b56e9e2ede48c5cf306c0f3e52b3c47b30cc0f0 description: '' @@ -36691,6 +38959,7 @@ https://cloud.google.com/docs/terraform/blueprints/terraform-blueprints: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloud.google.com/free/docs/aws-azure-gcp-service-comparison: content_hash: a8a2df130c90cdf017eb1df82aecd89472870ae41708456dd21565ff28a376eb description: '' @@ -36702,6 +38971,7 @@ https://cloud.google.com/free/docs/aws-azure-gcp-service-comparison: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/icons: content_hash: c03dbc70976ee9d01dfade0bd7e6881dd44019c584c50413c360d63111abe724 description: '' @@ -36718,6 +38988,7 @@ https://cloud.google.com/icons: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://cloud.google.com/kubernetes-engine: ai_summary: The main technical documentation page for GKE (Google Kubernetes Engine). Details foundational and advanced options, covering Autopilot architecture, GKE @@ -36748,6 +39019,7 @@ https://cloud.google.com/kubernetes-engine: - GoogleCloudPlatform.md - matrix-table.md year: N/A + addition_method: manual https://cloud.google.com/kubernetes-engine/docs/add-on/config-sync/overview: content_hash: 25b42ba5af8095cdf7cdca04ed1638ef649c9002b2b7f31062383db8ad5e9d8d description: '' @@ -36760,6 +39032,7 @@ https://cloud.google.com/kubernetes-engine/docs/add-on/config-sync/overview: - docs/GoogleCloudPlatform.md - docs/gitops.md year: N/A + addition_method: manual https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview: content_hash: 6c7e8ff6a16711149ea844f2a73d71b0c76f0b670587902bc48f3422528c6f05 description: '' @@ -36771,6 +39044,7 @@ https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler: content_hash: f3e7dc19972fd949569ff95d314c41307b4511538f3200f3d6f72d299b01ec51 description: '' @@ -36782,6 +39056,7 @@ https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns: content_hash: 9c0b476cc6e65f6e9c7dab7bceaee961455ca79bd3e315274fb8bc35d17fe70f description: '' @@ -36793,6 +39068,7 @@ https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/kubernetes-engine/docs/how-to/nodelocal-dns-cache: content_hash: 98d312c228fdf745ee5d9761b5d652c7be3ea833318aaaac166cb85646f02d1a description: '' @@ -36804,6 +39080,7 @@ https://cloud.google.com/kubernetes-engine/docs/how-to/nodelocal-dns-cache: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloud.google.com/kubernetes-engine/kubernetes-comic: content_hash: 23c9f05fa1fb5ab875e75eaa9da0686722049516b5965c672995c7eb296c76ed description: '' @@ -36820,6 +39097,7 @@ https://cloud.google.com/kubernetes-engine/kubernetes-comic: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://cloud.google.com/kubernetes-engine/pricing: content_hash: 213284d629954b3e8277ff847378866f145661324caf3811acd41a0c4767fc87 description: '' @@ -36836,6 +39114,7 @@ https://cloud.google.com/kubernetes-engine/pricing: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://cloud.google.com/learn/what-is-kubernetes: content_hash: d820ff91187debcbd1d6338d372ccd1922cc11b9de9ee806f3013c887a37a8ac description: '' @@ -36854,6 +39133,7 @@ https://cloud.google.com/learn/what-is-kubernetes: - kubernetes.md - introduction.md year: N/A + addition_method: manual https://cloud.google.com/load-balancing/docs/l7-internal: content_hash: 0358d7abcd2001b6cecfe24bd5fa3d9322cbc9dbd2d179ab95398cd120f09544 description: '' @@ -36865,6 +39145,7 @@ https://cloud.google.com/load-balancing/docs/l7-internal: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://cloud.google.com/products: content_hash: 77e401c1b24aefad36df33de4ff26f6593110495d21721f817e708c056f29728 health_score: 100.0 @@ -36879,6 +39160,7 @@ https://cloud.google.com/products: v2_locations: - GoogleCloudPlatform.md - cheatsheets.md + addition_method: manual https://cloud.google.com/products/tools: content_hash: 3db7c8b6bd11089650c7492280c746354f10fafe8eb6b3cfd199c7e2f04ed7bf description: '' @@ -36897,6 +39179,7 @@ https://cloud.google.com/products/tools: - GoogleCloudPlatform.md - devops.md year: N/A + addition_method: manual https://cloud.google.com/pubsub/docs/overview: content_hash: e5e1d093f0b7a07978b7949436c3370ac75623cdc7c16a8253173fb946b77684 description: '' @@ -36908,6 +39191,7 @@ https://cloud.google.com/pubsub/docs/overview: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://cloud.google.com/sdk/docs/cheatsheet?hl=en: content_hash: 2b0d84422f65434bc08295a17e2a33b78e6179bc16da8542b40b919272143b2a description: '' @@ -36918,6 +39202,7 @@ https://cloud.google.com/sdk/docs/cheatsheet?hl=en: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/secret-manager/docs/analyze-resources: content_hash: c735c200db8c18ca7897f72139e023374a99151bed6533e781eddd3e981cf664 description: '' @@ -36929,6 +39214,7 @@ https://cloud.google.com/secret-manager/docs/analyze-resources: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://cloud.google.com/secret-manager/docs/best-practices: content_hash: 306a9fb18f7dccb3a4a1acd2fca8911d2d19e2f937478e823813516ce1a60941 description: '' @@ -36940,6 +39226,7 @@ https://cloud.google.com/secret-manager/docs/best-practices: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual ? https://cloud.google.com/solutions/partners/a-hybrid-cloud-native-devsecops-pipeline-with-jfrog-artifactory-and-gke-on-prem : content_hash: 783c158129177f2f0fb2c8bdf11047426fe434952288d7e3b447dbb549658596 description: '' @@ -36952,6 +39239,7 @@ https://cloud.google.com/secret-manager/docs/best-practices: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.google.com/solutions/partners/openshift-on-gcp: content_hash: 7e5eabc736c0d974d46dad7bb7852eab4a8b14161e3b8e88e2f95615d49365ff description: '' @@ -36963,6 +39251,7 @@ https://cloud.google.com/solutions/partners/openshift-on-gcp: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://cloud.google.com/stackdriver/docs/managed-prometheus: content_hash: f571ea6b28358ea92a85fa6c278092925f8baee7b08ccc94fabe8384320d1d03 description: '' @@ -36974,6 +39263,7 @@ https://cloud.google.com/stackdriver/docs/managed-prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://cloud.google.com/traffic-director: content_hash: 65889699950dbbb99111f54dac73f0ee63263752abe96a80671850b3ab08d39f description: '' @@ -36985,6 +39275,7 @@ https://cloud.google.com/traffic-director: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://cloud.google.com/vpc/docs/vpc: content_hash: 83c6a9217b27295702d80c7edf220fafa7f0b202a39338da65d477d3e82c06d4 description: '' @@ -36996,6 +39287,7 @@ https://cloud.google.com/vpc/docs/vpc: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://cloud.hashicorp.com: content_hash: N/A description: '' @@ -37010,6 +39302,7 @@ https://cloud.hashicorp.com: v2_locations: - terraform.md year: N/A + addition_method: manual https://cloud.ibm.com/docs/containers?topic=containers-troubleshoot_cluster_autoscaler: content_hash: 1142cb40f1aba306988fb0c11b3ebf298859fa28c987de64a172edb183484287 description: '' @@ -37025,6 +39318,7 @@ https://cloud.ibm.com/docs/containers?topic=containers-troubleshoot_cluster_auto v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://cloud.ibm.com/docs/openshift?topic=openshift-ingress: content_hash: 1142cb40f1aba306988fb0c11b3ebf298859fa28c987de64a172edb183484287 description: '' @@ -37040,6 +39334,7 @@ https://cloud.ibm.com/docs/openshift?topic=openshift-ingress: v2_locations: - openshift.md year: N/A + addition_method: manual https://cloud.ibm.com/docs/openshift?topic=openshift-security: content_hash: 1142cb40f1aba306988fb0c11b3ebf298859fa28c987de64a172edb183484287 description: '' @@ -37056,6 +39351,7 @@ https://cloud.ibm.com/docs/openshift?topic=openshift-security: v2_locations: - ocp4.md year: N/A + addition_method: manual https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-scalable-webapp-kubernetes: content_hash: 1142cb40f1aba306988fb0c11b3ebf298859fa28c987de64a172edb183484287 description: '' @@ -37072,6 +39368,7 @@ https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-scalable- v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://cloud.netapp.com/blog/prepare-for-the-day-of-all-cloud: content_hash: N/A health_score: 100.0 @@ -37082,6 +39379,7 @@ https://cloud.netapp.com/blog/prepare-for-the-day-of-all-cloud: - docs/aws-architecture.md v2_locations: - aws-architecture.md + addition_method: manual https://cloud.redhat.com/blog/a-guide-to-ingress-controllers-in-openshift: content_hash: 9d46757ce5d4cba6c56b4a7709008ba6a21b32982743350ee2b826f65b31fe95 description: '' @@ -37093,6 +39391,7 @@ https://cloud.redhat.com/blog/a-guide-to-ingress-controllers-in-openshift: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/a-guide-to-secrets-management-with-gitops-and-kubernetes: content_hash: 818fc6e5120537db4ce8d106a7585aa05d2bffb8b5978d9feb40a15b6a34090c description: '' @@ -37105,6 +39404,7 @@ https://cloud.redhat.com/blog/a-guide-to-secrets-management-with-gitops-and-kube v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/announcing-bring-your-own-host-support-for-windows-nodes-to-red-hat-openshift: content_hash: 35468242925a4b30c516d959bd46b4d5236842986f3b584403de40e0b1adeb15 description: '' @@ -37117,6 +39417,7 @@ https://cloud.redhat.com/blog/announcing-bring-your-own-host-support-for-windows v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/application-management-in-kubernetes-environments-with-helm-charts-and-kubernetes-operators: content_hash: 2e74d50eb14514b33928964120729469c9b14eca346606edc3bb488b2263a324 description: '' @@ -37129,6 +39430,7 @@ https://cloud.redhat.com/blog/application-management-in-kubernetes-environments- v1_locations: - docs/helm.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/automate-your-security-practices-and-policies-on-openshift-with-kyverno: content_hash: 516449dc1bbddd4641b23e50c5005a2d0c32b6a8835d2778462b25cf86fc4785 description: '' @@ -37141,6 +39443,7 @@ https://cloud.redhat.com/blog/automate-your-security-practices-and-policies-on-o v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/chaos-engineering-with-litmuschaos: content_hash: 661cbcf835acd301d1f0f9d3b528c4792b03c3f996462e8715c68fbb07ea0823 description: '' @@ -37151,6 +39454,7 @@ https://cloud.redhat.com/blog/chaos-engineering-with-litmuschaos: v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/check-out-our-new-look: content_hash: 406b1756cadb625bad5710589c77bfb058970eee4c1027d9e3208c8919debc98 description: '' @@ -37162,6 +39466,7 @@ https://cloud.redhat.com/blog/check-out-our-new-look: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/cloud-devops-with-openshift-and-jfrog: content_hash: 06512cf9036be6f21863121a0246001475ff5658b60450b2abd0249dd99c42a7 description: '' @@ -37173,6 +39478,7 @@ https://cloud.redhat.com/blog/cloud-devops-with-openshift-and-jfrog: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/getting-started-in-openshift: content_hash: 83a8fd127638344fc703ed4beccce47fb3f678ac94edf6f9c0c8f0d169fdc182 description: '' @@ -37184,6 +39490,7 @@ https://cloud.redhat.com/blog/getting-started-in-openshift: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/getting-started-running-spark-workloads-on-openshift: content_hash: 69402e8f6e4224ee97f646b366a8c6a16f406178dec129dd4956822ad9e64148 description: '' @@ -37195,6 +39502,7 @@ https://cloud.redhat.com/blog/getting-started-running-spark-workloads-on-openshi v1_locations: - docs/kubernetes-bigdata.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/global-load-balancer-approaches: content_hash: 7b5bc3bd75a54735aeffa5677c66dd447598194ca64b774feda07c1bc3ac8573 description: '' @@ -37206,6 +39514,7 @@ https://cloud.redhat.com/blog/global-load-balancer-approaches: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual ? https://cloud.redhat.com/blog/how-to-build-a-disconnected-openshift-cluster-with-mirror-registries-on-rhel-coreos-using-podman-and-systemd : content_hash: 69d1e896e9bbacf9467d3ec4dbadb3b2590796f2d48f41a72333b97f8413f0e7 description: '' @@ -37218,6 +39527,7 @@ https://cloud.redhat.com/blog/global-load-balancer-approaches: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/how-to-modernize-virtualized-workloads: content_hash: 90526a73a4d0f876531a3a074a5f5240d99c8b805087a57b5fe4820f5499a9f6 description: '' @@ -37229,6 +39539,7 @@ https://cloud.redhat.com/blog/how-to-modernize-virtualized-workloads: v1_locations: - docs/introduction.md year: N/A + addition_method: manual ? https://cloud.redhat.com/blog/how-to-observe-your-clusters-with-red-hat-advanced-cluster-management-customize-the-grafana-dashboard : content_hash: 835e59ba8e5fab8717e5a0d179f7792344eb1da73ca65a09c5b954905660e067 description: '' @@ -37241,6 +39552,7 @@ https://cloud.redhat.com/blog/how-to-modernize-virtualized-workloads: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/how-to-use-argocd-deployments-with-github-tokens: content_hash: 7a7301da4ef4cf3ae62cb06ee30c6c43badba14e368e5f8d1a86024e93b0a93f description: '' @@ -37252,6 +39564,7 @@ https://cloud.redhat.com/blog/how-to-use-argocd-deployments-with-github-tokens: v1_locations: - docs/argo.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/log4shell-practical-mitigations-and-impact-analysis: content_hash: e60f4283252ea9e31177f7404a56830d542a436e75f35cf0a61a703b3a30b1a7 description: '' @@ -37264,6 +39577,7 @@ https://cloud.redhat.com/blog/log4shell-practical-mitigations-and-impact-analysi v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/monitoring-infrastructure-openshift-4.x-using-zabbix-operator: content_hash: 7b797b937e6db80a3393bded93ae24731ab99fd7708b19461509928c81ccf6f0 description: '' @@ -37275,6 +39589,7 @@ https://cloud.redhat.com/blog/monitoring-infrastructure-openshift-4.x-using-zabb v1_locations: - docs/monitoring.md year: N/A + addition_method: manual ? https://cloud.redhat.com/blog/openshift-commons-briefing-database-disaster-recovery-made-easy-with-annette-clewett-red-hat-and-andrew-lecuyer-crunchy-data : content_hash: 6eb93d328f91b3eb9d2a99bdd9bad4167b4a55670db124f74ac211e6e2b03a7d description: '' @@ -37287,6 +39602,7 @@ https://cloud.redhat.com/blog/monitoring-infrastructure-openshift-4.x-using-zabb v1_locations: - docs/databases.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/openshift-sandboxed-containers-101: content_hash: 4ad8cb79b23f6839b34ee297173077f17d7b5e924da07651fdcc802f88043c03 description: '' @@ -37298,6 +39614,7 @@ https://cloud.redhat.com/blog/openshift-sandboxed-containers-101: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/openshift-sandboxed-containers-operator-from-zero-to-hero-the-hard-way: content_hash: 81a5959f8270f61831132202977dc62db97a00c85c2b40c2e49bce7a76d53d49 description: '' @@ -37310,6 +39627,7 @@ https://cloud.redhat.com/blog/openshift-sandboxed-containers-operator-from-zero- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/openshift-virtualization-on-amazon-web-services: content_hash: 2a2153ddd47982a950e32dd22fbd21e3051bde3b50e62f3df4cc184cb05c84c3 description: '' @@ -37321,6 +39639,7 @@ https://cloud.redhat.com/blog/openshift-virtualization-on-amazon-web-services: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/red-hat-container-community-of-practice-operators: content_hash: dba65671976494ef6fdeabd728d2d867c171ac9de6a408a91918b6f8b65f342b description: '' @@ -37332,6 +39651,7 @@ https://cloud.redhat.com/blog/red-hat-container-community-of-practice-operators: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/red-hat-openshift-4.8-is-now-generally-available: content_hash: a54975761ed228ae5860b4ca529890d491f63731f0e5232c21b989ca91e1b199 description: '' @@ -37343,6 +39663,7 @@ https://cloud.redhat.com/blog/red-hat-openshift-4.8-is-now-generally-available: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/red-hat-openshift-4.9-is-now-generally-available: content_hash: 2ff5a3af3d6ea22d236b5815f5fea617d8c8aa2d1d03ed3e50c89228515fdfb7 description: '' @@ -37354,6 +39675,7 @@ https://cloud.redhat.com/blog/red-hat-openshift-4.9-is-now-generally-available: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/sandboxed-containers-operator-from-zero-to-hero-the-hard-way-part-2: content_hash: 0496ad94d3c3371132a9304769684728dfdc75af8263cc246a2d7cb22db74d21 description: '' @@ -37365,6 +39687,7 @@ https://cloud.redhat.com/blog/sandboxed-containers-operator-from-zero-to-hero-th v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual ? https://cloud.redhat.com/blog/scale-your-application-containers-on-red-hat-openshift-service-on-aws-rosa-clusters-using-amazon-efs-storage : content_hash: 6003253496523db4d1906f6e656324ef80bf5e1ebd9ccabef7f76ac2abb88eb3 description: '' @@ -37377,6 +39700,7 @@ https://cloud.redhat.com/blog/sandboxed-containers-operator-from-zero-to-hero-th v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/simplifying-database-cloud-service-access: content_hash: 88e8e4601859a8ecf3f0f3e80354b50006b6fffd3129525ec6a64759c4d54fa8 description: '' @@ -37388,6 +39712,7 @@ https://cloud.redhat.com/blog/simplifying-database-cloud-service-access: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/top-open-source-kubernetes-security-tools-of-2021: content_hash: 87094b6ac62f26ba7424cae996db29735db7b905a1fb8ea7ee9fb32c14efc00b description: '' @@ -37400,6 +39725,7 @@ https://cloud.redhat.com/blog/top-open-source-kubernetes-security-tools-of-2021: - docs/devsecops.md - docs/kubernetes-security.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/velero-backup-and-restore-of-an-application-using-gp2-storageclass-on-rosa: content_hash: c51febf5ee412f42536ccab1aa83b7e9210600cd124b9f5db6add2e60dec7c74 description: '' @@ -37412,6 +39738,7 @@ https://cloud.redhat.com/blog/velero-backup-and-restore-of-an-application-using- v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://cloud.redhat.com/blog/virtual-machines-as-code-with-openshift-gitops-and-openshift-virtualization: content_hash: 773aa5322e51e8d84dfbaf6fc1801d04ad52387239e7d99e6e393b0ddddddefe description: '' @@ -37424,6 +39751,7 @@ https://cloud.redhat.com/blog/virtual-machines-as-code-with-openshift-gitops-and v1_locations: - docs/demos.md year: N/A + addition_method: manual https://cloud.redhat.com/openshift/install: content_hash: 5c8411c63c6f815af302a34082cbbc1c393f24c2e1e12d1f77aa866020faf6c5 description: '' @@ -37434,6 +39762,7 @@ https://cloud.redhat.com/openshift/install: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://cloud.spring.io/spring-cloud-config/reference/html: content_hash: 5d46ac1341d4df88718da2a0ef64021c1782e52462f13b37e1924ab22394fdf5 description: '' @@ -37450,12 +39779,14 @@ https://cloud.spring.io/spring-cloud-config/reference/html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://cloud.spring.io/spring-cloud-config/spring-cloud-config.html: content_hash: 7b01ee5f15ecf4f94471e5e0c5754265c9c8cfca41bb89622c6da4c8c946a652 health_score: 100.0 last_checked: 1779029060.797214 v1_locations: - docs/java_frameworks.md + addition_method: manual https://cloud.spring.io/spring-cloud-vault/reference/html: content_hash: 4ff2c579edaf6df959713363d1bff0947a5ad6b9486442fb69a03010c9136550 description: '' @@ -37472,12 +39803,14 @@ https://cloud.spring.io/spring-cloud-vault/reference/html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://cloud.tilt.dev: content_hash: 02ec5ceba1c9af46add34ef52184e32f7ac7e673d891c7354e6acc57cae6c5e3 health_score: 100.0 last_checked: 1779032457.261039 v1_locations: - docs/kubernetes-based-devel.md + addition_method: manual https://cloud.vmware.com/tanzu: content_hash: N/A description: '' @@ -37494,6 +39827,7 @@ https://cloud.vmware.com/tanzu: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://cloudacademy.com/blog/ansible-aws: content_hash: 134fef69216beb450a2a5bb0e9665d411870b64755791b9ab46e95e64340e9c5 health_score: 100.0 @@ -37506,6 +39840,7 @@ https://cloudacademy.com/blog/ansible-aws: - docs/python.md v2_locations: - python.md + addition_method: manual https://cloudacademy.com/blog/devops-why-is-it-important-to-decouple-deployment-from-release: content_hash: 134fef69216beb450a2a5bb0e9665d411870b64755791b9ab46e95e64340e9c5 description: '' @@ -37518,6 +39853,7 @@ https://cloudacademy.com/blog/devops-why-is-it-important-to-decouple-deployment- v1_locations: - docs/devops.md year: N/A + addition_method: manual https://cloudacademy.com/blog/migrating-data-to-aws: ai_summary: Curator Insight offers a high-level technical evaluation of the AWS Schema Conversion Tool (SCT) workflow. Live Grounding shows its practical usefulness @@ -37546,6 +39882,7 @@ https://cloudacademy.com/blog/migrating-data-to-aws: v2_locations: - aws-databases.md year: '2018' + addition_method: manual https://cloudark.medium.com/kubernetes-custom-controllers-b6c7d0668fdf: content_hash: N/A description: '' @@ -37560,6 +39897,7 @@ https://cloudark.medium.com/kubernetes-custom-controllers-b6c7d0668fdf: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://cloudark.medium.com/whats-cooking-in-your-kubernetes-namespace-9200be114f8: content_hash: N/A description: '' @@ -37574,6 +39912,7 @@ https://cloudark.medium.com/whats-cooking-in-your-kubernetes-namespace-9200be114 v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://cloudblog.withgoogle.com/products/containers-kubernetes/5-ways-google-cloud-is-making-gke-the-best-place-to-run-kubernetes/amp : content_hash: 9a3f37e7d47121cff49f55f57871a2211df7e6e676ffd71c953315899111fe34 description: '' @@ -37585,6 +39924,7 @@ https://cloudark.medium.com/whats-cooking-in-your-kubernetes-namespace-9200be114 v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloudblog.withgoogle.com/products/data-analytics/create-templates-from-any-dataflow-pipeline/amp: content_hash: a8ca6bdd3f53d118120ea45c41cac9518922f0f5e1801319b856363b028b8984 description: '' @@ -37596,6 +39936,7 @@ https://cloudblog.withgoogle.com/products/data-analytics/create-templates-from-a v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://cloudblog.withgoogle.com/products/networking/how-to-use-new-traffic-control-features-in-cloud-load-balancing/amp: content_hash: d530452f118af06797c01a3e4f55c89a5600b3aae7ad285b8f33ebdf95c569bb description: '' @@ -37607,6 +39948,7 @@ https://cloudblog.withgoogle.com/products/networking/how-to-use-new-traffic-cont v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloudblog.withgoogle.com/products/networking/traffic-director-supports-proxyless-grpc/amp: content_hash: cf08549b7c62783bb6d1e87a6a83e21ea19d00a953ad48c70632bd45617b8ec1 description: '' @@ -37618,6 +39960,7 @@ https://cloudblog.withgoogle.com/products/networking/traffic-director-supports-p v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual ? https://cloudblogs.microsoft.com/opensource/2021/07/09/simple-steps-to-create-scalable-processes-to-deploy-ml-models-as-microservices : content_hash: 6443ff0f45ff8de94b3c653ae505b267cea8a3cd631af7ae05ce8ca829176f84 description: '' @@ -37630,6 +39973,7 @@ https://cloudblog.withgoogle.com/products/networking/traffic-director-supports-p v1_locations: - docs/mlops.md year: N/A + addition_method: manual ? https://cloudblogs.microsoft.com/sqlserver/2020/06/23/expanding-sql-server-big-data-clusters-capabilities-now-on-red-hat-openshift : content_hash: ba857844c41b48bfb93967f65c433587122334f93aafb523902a237a1232e57a description: '' @@ -37645,6 +39989,7 @@ https://cloudblog.withgoogle.com/products/networking/traffic-director-supports-p v2_locations: - databases.md year: N/A + addition_method: manual https://cloudbuild.co.uk/free-automated-lets-encrypt-certificates-in-azure-key-vault-with-acme-bot-a-step-by-step-guide: content_hash: 907fdc5822cc0bde586ab17ea29641e402be4a631dfb73b57bb315e7b22f76c0 description: '' @@ -37665,6 +40010,7 @@ https://cloudbuild.co.uk/free-automated-lets-encrypt-certificates-in-azure-key-v - aws-security.md - kubernetes.md year: N/A + addition_method: manual https://cloudbuild.co.uk/how-to-install-terraform: content_hash: bba1bc1b1d3e5cecb3e7fb025f98580d52c19ea033aac8d88fbd0e250af8e1ec description: '' @@ -37681,6 +40027,7 @@ https://cloudbuild.co.uk/how-to-install-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://cloudbuild.co.uk/part-2-terraform-with-azure-how-to-install-azure-cli: content_hash: 3c8c459adf21aa2620ff7a950846d14806305026bb4bad3a44df1b18e313d774 description: '' @@ -37692,6 +40039,7 @@ https://cloudbuild.co.uk/part-2-terraform-with-azure-how-to-install-azure-cli: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudbuild.co.uk/part-3-terraform-with-azure-how-to-install-visual-studio-code: content_hash: 422fb4e68387d0c4620b11b26efea4aa0d614b93d40fedf59f509240023de9de description: '' @@ -37704,6 +40052,7 @@ https://cloudbuild.co.uk/part-3-terraform-with-azure-how-to-install-visual-studi v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudbuild.co.uk/part-4-terraform-with-azure-how-to-install-azure-terraform-plugin-in-visual-code: content_hash: ea5c85ad6822d8f381c38343bef47750b62c4c0772f04fbdfdc8032314bafb90 description: '' @@ -37716,6 +40065,7 @@ https://cloudbuild.co.uk/part-4-terraform-with-azure-how-to-install-azure-terraf v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudbuild.co.uk/part-5-terraform-with-azure-install-git-and-enable-in-visual-studio-code: content_hash: d7b5942b2ea8e5d203e3953324ae9b755ca5ae9311e3f326998657736b7215ba description: '' @@ -37728,6 +40078,7 @@ https://cloudbuild.co.uk/part-5-terraform-with-azure-install-git-and-enable-in-v v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudbuild.co.uk/part-6-terraform-with-azure-deploy-resources-in-azure: content_hash: d5182c856fcb8dfb2db6c7a1a43845d5ebc8bda1cf1d0f29b00fa59575101fbe description: '' @@ -37739,6 +40090,7 @@ https://cloudbuild.co.uk/part-6-terraform-with-azure-deploy-resources-in-azure: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudbuild.co.uk/part-7-terraform-with-azure-deploy-a-variables-file-in-terraform: content_hash: a16177a49d199b271c688f6c9585c364cf2962894ca617cfe7688dcb7e909df2 description: '' @@ -37751,6 +40103,7 @@ https://cloudbuild.co.uk/part-7-terraform-with-azure-deploy-a-variables-file-in- v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudbuild.co.uk/part-8-terraform-with-azure-deploy-a-terraform-tfvars-file: content_hash: 9bc00781c3d4751cec28a15f8d39e04d20880043ddd36a3a320fa51540ecc7a0 description: '' @@ -37764,6 +40117,7 @@ https://cloudbuild.co.uk/part-8-terraform-with-azure-deploy-a-terraform-tfvars-f v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudcanvas.co: content_hash: N/A description: '' @@ -37782,6 +40136,7 @@ https://cloudcanvas.co: - cloud-asset-inventory.md - iac.md year: N/A + addition_method: manual https://cloudcraft.co: content_hash: 63633940b9f2ee9beb433e854c279d5186a83775046e3217eb5b8964b3811447 description: '' @@ -37793,6 +40148,7 @@ https://cloudcraft.co: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://cloudforecast.io/blog/cadvisor-and-kubernetes-monitoring-guide: content_hash: bf5dc982058b7fdc84bf4223725edd1e154eb055fe5dd0d9079296dbd9a795d0 description: '' @@ -37808,6 +40164,7 @@ https://cloudforecast.io/blog/cadvisor-and-kubernetes-monitoring-guide: v2_locations: - monitoring.md year: N/A + addition_method: manual https://cloudhero.io/creating-users-for-your-kubernetes-cluster: content_hash: 898c716d176cdc4627f1d1676038c39fe34eac73d1576238e486860c1483a91c description: '' @@ -37824,6 +40181,7 @@ https://cloudhero.io/creating-users-for-your-kubernetes-cluster: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://cloudhut.dev/blog/2021-06-24-running-kafka-on-kubernetes: content_hash: N/A description: '' @@ -37838,6 +40196,7 @@ https://cloudhut.dev/blog/2021-06-24-running-kafka-on-kubernetes: v2_locations: - message-queue.md year: N/A + addition_method: manual https://cloudify.co/blog/ansible-terraform-and-cloudify: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37849,6 +40208,7 @@ https://cloudify.co/blog/ansible-terraform-and-cloudify: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudify.co/blog/ansible-vs-terraform: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37860,6 +40220,7 @@ https://cloudify.co/blog/ansible-vs-terraform: v1_locations: - docs/iac.md year: N/A + addition_method: manual https://cloudify.co/blog/aws-eks-vs-ecs-vs-fargate: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37871,6 +40232,7 @@ https://cloudify.co/blog/aws-eks-vs-ecs-vs-fargate: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloudify.co/blog/docker-vs-kubernetes-comparison: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37882,6 +40244,7 @@ https://cloudify.co/blog/docker-vs-kubernetes-comparison: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://cloudify.co/blog/infrastructure-as-code-is-it-really-enough-for-devops: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37894,6 +40257,7 @@ https://cloudify.co/blog/infrastructure-as-code-is-it-really-enough-for-devops: v1_locations: - docs/iac.md year: N/A + addition_method: manual https://cloudify.co/blog/migrating-pods-containerized-applications-nodes-kubernetes-cluster-using-cloudify: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37906,6 +40270,7 @@ https://cloudify.co/blog/migrating-pods-containerized-applications-nodes-kuberne v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://cloudify.co/blog/overcoming-devsecops-delivery-pipeline-challenges: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37917,6 +40282,7 @@ https://cloudify.co/blog/overcoming-devsecops-delivery-pipeline-challenges: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://cloudify.co/blog/simplifying-hybrid-cloud-deployments-with-aws-eks-and-outpost: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37928,6 +40294,7 @@ https://cloudify.co/blog/simplifying-hybrid-cloud-deployments-with-aws-eks-and-o v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://cloudify.co/everything-you-need-to-know-about-hybrid-cloud: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37940,6 +40307,7 @@ https://cloudify.co/everything-you-need-to-know-about-hybrid-cloud: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://cloudify.co/terraform-integration: content_hash: 4ff5c776040d1834c7c9298b0dd760123eae537f2aa3f6a80dc1103ef7404d95 description: '' @@ -37952,6 +40320,7 @@ https://cloudify.co/terraform-integration: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://cloudkatha.com/aws-s3-storage-classes-everything-you-need-to-know: ai_summary: A complete comparative guide to S3 Storage Classes, detailing Standard, Intelligent-Tiering, Standard-IA, One Zone-IA, and Glacier options. Analyzes pricing @@ -37978,6 +40347,7 @@ https://cloudkatha.com/aws-s3-storage-classes-everything-you-need-to-know: v2_locations: - aws-storage.md year: N/A + addition_method: manual https://cloudkatha.com/difference-between-root-user-and-iam-user-in-aws-you-need-to-know: content_hash: aa09768fa80744d3899b3fa10377e42c1f0dacebba8f8eeeaffd39f7ea8a975f description: '' @@ -37994,6 +40364,7 @@ https://cloudkatha.com/difference-between-root-user-and-iam-user-in-aws-you-need v2_locations: - aws-security.md year: N/A + addition_method: manual https://cloudkatha.com/how-to-configure-aws-sqs-dead-letter-queue-using-cloudformation: content_hash: 0f5f852c8574acbbc74b83e26f79b3442c47ec144b51895cbc686c6c63225451 description: '' @@ -38009,6 +40380,7 @@ https://cloudkatha.com/how-to-configure-aws-sqs-dead-letter-queue-using-cloudfor v2_locations: - aws-iac.md year: N/A + addition_method: manual https://cloudkatha.com/how-to-create-an-s3-bucket-using-cloudformation: content_hash: 69ae691e7c4c2a2c879db5dcd8f327696f273961da4a39102ae579053d5ccd92 description: '' @@ -38024,6 +40396,7 @@ https://cloudkatha.com/how-to-create-an-s3-bucket-using-cloudformation: v2_locations: - aws-iac.md year: N/A + addition_method: manual https://cloudkatha.com/how-to-create-iam-role-using-cloudformation: content_hash: 158b8946301d4598f3651ba3f7dc3301a6f8b253cb9e5d9624f91bb91635cb5e description: '' @@ -38039,6 +40412,7 @@ https://cloudkatha.com/how-to-create-iam-role-using-cloudformation: v2_locations: - aws-iac.md year: N/A + addition_method: manual https://cloudkatha.com/how-to-setup-budget-in-aws-to-keep-your-bill-in-check: content_hash: 0991ec36cf5ef9239c7bb458a1052135c775457a4031f7381c8990efd1f3f4a2 description: '' @@ -38054,6 +40428,7 @@ https://cloudkatha.com/how-to-setup-budget-in-aws-to-keep-your-bill-in-check: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://cloudkatha.com/how-to-setup-s3-bucket-cors-configuration-using-cloudformation: content_hash: 605966b654915b84aea787513c353d43187c965a6fa1477d3380a4d4249f7d44 description: '' @@ -38069,6 +40444,7 @@ https://cloudkatha.com/how-to-setup-s3-bucket-cors-configuration-using-cloudform v2_locations: - aws-iac.md year: N/A + addition_method: manual https://cloudkatha.com/how-to-use-cloudformation-to-create-sns-topic-and-subscription: content_hash: b26dd594a995722769695de08ba4b73a07cbed4f0b6fdaf6b83d34f8ea8d3955 description: '' @@ -38084,6 +40460,7 @@ https://cloudkatha.com/how-to-use-cloudformation-to-create-sns-topic-and-subscri v2_locations: - aws-iac.md year: N/A + addition_method: manual https://cloudkatha.com/is-s3-region-specific-or-global-what-do-you-think: ai_summary: Clarifies the architectural paradox of Amazon S3's namespace being globally unique while data is stored physically in regional clusters. Details the implications @@ -38110,6 +40487,7 @@ https://cloudkatha.com/is-s3-region-specific-or-global-what-do-you-think: v2_locations: - aws-storage.md year: N/A + addition_method: manual https://cloudkatha.com/why-s3-bucket-names-are-unique-globally: ai_summary: Explores the technical constraints under the hood that necessitate globally unique S3 bucket names. Outlines DNS mapping to S3 regional endpoints and the @@ -38136,6 +40514,7 @@ https://cloudkatha.com/why-s3-bucket-names-are-unique-globally: v2_locations: - aws-storage.md year: N/A + addition_method: manual https://cloudnativeengineer.substack.com/p/prepare-for-your-cka-exam-e1c33883eaf2: content_hash: N/A description: '' @@ -38151,6 +40530,7 @@ https://cloudnativeengineer.substack.com/p/prepare-for-your-cka-exam-e1c33883eaf v2_locations: - kubernetes.md year: N/A + addition_method: manual https://cloudnativeislamabad.hashnode.dev/introduction-to-docker-part-1: content_hash: N/A description: '' @@ -38165,6 +40545,7 @@ https://cloudnativeislamabad.hashnode.dev/introduction-to-docker-part-1: v2_locations: - docker.md year: N/A + addition_method: manual https://cloudnativeislamabad.hashnode.dev/virtualization-vs-containerization: content_hash: N/A description: '' @@ -38179,6 +40560,7 @@ https://cloudnativeislamabad.hashnode.dev/virtualization-vs-containerization: v2_locations: - introduction.md year: N/A + addition_method: manual https://cloudnativenow.com: content_hash: 6a3865f85810d49686e46315c50e79ee2d70d2238e2f6f1580ee40e5f43b2820 health_score: 100.0 @@ -38191,6 +40573,7 @@ https://cloudnativenow.com: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://cloudnativenow.com/editorial-calendar/cloud-native-security/the-what-and-why-of-cloud-native-security: ai_summary: 'Deconstructs cloud-native security according to the 4Cs (Cloud, Cluster, Container, Code) structural model. Contrast: Curator Insight presents an abstract @@ -38214,6 +40597,7 @@ https://cloudnativenow.com/editorial-calendar/cloud-native-security/the-what-and v2_locations: - devsecops.md year: '2021' + addition_method: manual https://cloudnativenow.com/features/4-expert-level-things-i-wish-id-known-about-kubernetes: content_hash: 50769b63295568f18ccc44d782ac33c1e3158b7e83f7f2107c76809dc91c46d2 health_score: 84.0 @@ -38225,6 +40609,7 @@ https://cloudnativenow.com/features/4-expert-level-things-i-wish-id-known-about- - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://cloudnativenow.com/features/9-open-source-developer-tools-for-kubernetes: content_hash: 5b10c16b8cee1450fcc77bb53075fd3728426c293688d84e17dd5d4af1c122c0 health_score: 100.0 @@ -38237,6 +40622,7 @@ https://cloudnativenow.com/features/9-open-source-developer-tools-for-kubernetes - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://cloudnativenow.com/features/assessing-the-true-cost-of-kubernetes: content_hash: 76b468019716c1e396ede63a9adc0a8d900f8d42900bcb2b36679e371bb35961 health_score: 100.0 @@ -38249,6 +40635,7 @@ https://cloudnativenow.com/features/assessing-the-true-cost-of-kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://cloudnativenow.com/features/deploying-kubernetes-on-bare-metal: ai_summary: An architectural guide exploring the benefits and challenges of deploying production-grade Kubernetes directly onto bare-metal servers. It details how bypassing @@ -38272,6 +40659,7 @@ https://cloudnativenow.com/features/deploying-kubernetes-on-bare-metal: v2_locations: - kubernetes-on-premise.md year: '2022' + addition_method: manual https://cloudnativenow.com/features/gitlab-brings-kubernetes-operator-to-red-hat-openshift: ai_summary: This industry report analyzes GitLab's strategic expansion to the Red Hat OpenShift ecosystem through its official Kubernetes Operator. Modern cloud-native @@ -38296,6 +40684,7 @@ https://cloudnativenow.com/features/gitlab-brings-kubernetes-operator-to-red-hat v2_locations: - git.md year: '2021' + addition_method: manual https://cloudnativenow.com/features/gitops-the-missing-link-for-ci-cd-for-kubernetes: content_hash: 54b92223d8f5d450d2ecf0fe4656aae162ce47d08bd4fa70260f4c739ab8ecf5 health_score: 100.0 @@ -38308,6 +40697,7 @@ https://cloudnativenow.com/features/gitops-the-missing-link-for-ci-cd-for-kubern - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://cloudnativenow.com/features/gitops-workflows-expanding-beyond-kubernetes-clusters: content_hash: c0a534d5ef44b10c595bb5b931c7069cc6e71c8ebc050f432998eb3d147e927e health_score: 100.0 @@ -38320,6 +40710,7 @@ https://cloudnativenow.com/features/gitops-workflows-expanding-beyond-kubernetes - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://cloudnativenow.com/features/kubernetes-enables-devops-as-a-service-daas: content_hash: 2f38252910e6b3d10e50a945fd13b5e1669bc6b83b33bfdacd565393b71e7338 health_score: 100.0 @@ -38332,6 +40723,7 @@ https://cloudnativenow.com/features/kubernetes-enables-devops-as-a-service-daas: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://cloudnativenow.com/features/kubernetes-security-in-your-ci-cd-pipeline: ai_summary: Examines security best practices for embedding Kubernetes-focused vulnerability, manifest, and policy scanning within continuous deployment lifecycles. Discusses @@ -38355,6 +40747,7 @@ https://cloudnativenow.com/features/kubernetes-security-in-your-ci-cd-pipeline: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://cloudnativenow.com/features/linkerds-cncf-graduation-due-to-its-simplicity: content_hash: b40e2c34fd4bffa74127c30d2d3663f0b3f9c54c5a70e793b144f2da405cfb20 health_score: 100.0 @@ -38367,6 +40760,7 @@ https://cloudnativenow.com/features/linkerds-cncf-graduation-due-to-its-simplici - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://cloudnativenow.com/features/red-hat-ibm-launch-konveyor-to-aggregate-kubernetes-tools: content_hash: af9b5d725d36d69e1e14223fce3985e69ebec3e7a3758e2cefa5a9bf705d7214 health_score: 100.0 @@ -38379,6 +40773,7 @@ https://cloudnativenow.com/features/red-hat-ibm-launch-konveyor-to-aggregate-kub - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://cloudnativenow.com/features/red-hat-simplifies-kubernetes-cluster-management: content_hash: 11b4eb1553eb2485d5e352bf719c5d2baa8134d85d693a6a2fbcc5648341117c health_score: 100.0 @@ -38391,6 +40786,7 @@ https://cloudnativenow.com/features/red-hat-simplifies-kubernetes-cluster-manage - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://cloudnativenow.com/features/siloscape-the-dark-side-of-kubernetes: ai_summary: 'An analytical threat intelligence piece investigating Siloscape, a malware strain designed to compromise Windows containers in Kubernetes clusters. @@ -38414,6 +40810,7 @@ https://cloudnativenow.com/features/siloscape-the-dark-side-of-kubernetes: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://cloudnativenow.com/features/the-4-levels-of-gitops-maturity: content_hash: 7d5f023af7db75922ac2ca5931c5693cb5cb6be576eb521df62049047d75e301 health_score: 100.0 @@ -38426,6 +40823,7 @@ https://cloudnativenow.com/features/the-4-levels-of-gitops-maturity: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://cloudnativenow.com/features/the-rise-of-the-kubemaster: content_hash: 8149221c614e31d61b3432239b8ffb4ccf6a5ddb112fe2e005dc87abaee71db7 health_score: 84.0 @@ -38443,6 +40841,7 @@ https://cloudnativenow.com/features/the-rise-of-the-kubemaster: v2_locations: - index.md - kubernetes.md + addition_method: manual https://cloudnativenow.com/features/whats-the-difference-between-docker-and-kubernetes: content_hash: 55fa6e86c75c5665255f9d9f3bbb1104bc00209030c3b4aadbadf9e2db3ed270 health_score: 100.0 @@ -38455,6 +40854,7 @@ https://cloudnativenow.com/features/whats-the-difference-between-docker-and-kube - docs/docker.md v2_locations: - docker.md + addition_method: manual https://cloudnativenow.com/features/when-is-kubernetes-service-ownership-the-right-fit: content_hash: dc9a73f0f759cef8d90951b9d5068867359a4e5c56e1488c6f9d4d81522c2728 health_score: 84.0 @@ -38466,6 +40866,7 @@ https://cloudnativenow.com/features/when-is-kubernetes-service-ownership-the-rig - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://cloudnativenow.com/features/when-is-service-mesh-worth-it: content_hash: 0a87675c3670c1c66e69862aeefe3fd76e568bab53fbf053c39ffa51911a207c health_score: 100.0 @@ -38478,6 +40879,7 @@ https://cloudnativenow.com/features/when-is-service-mesh-worth-it: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://cloudnativenow.com/features/when-kubernetes-as-a-service-doesnt-cut-it: ai_summary: A strategic critique detailing scenarios where managed cloud Kubernetes services fall short of enterprise requirements, necessitating custom bare-metal @@ -38501,6 +40903,7 @@ https://cloudnativenow.com/features/when-kubernetes-as-a-service-doesnt-cut-it: v2_locations: - kubernetes-on-premise.md year: '2021' + addition_method: manual https://cloudnativenow.com/kubeconcnc/kubernetes-true-superpower-is-its-control-plane: content_hash: e90d7e55ddde4aaf4eb8e6cd6a7a74c7ff65c459ae7ee730bf58d54c4910ccd6 health_score: 84.0 @@ -38512,6 +40915,7 @@ https://cloudnativenow.com/kubeconcnc/kubernetes-true-superpower-is-its-control- - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://cloudnativenow.com/topics/cloudnativedevelopment/how-docker-and-kubernetes-work-together: health_score: 100.0 last_checked: 1779130495.013866 @@ -38522,6 +40926,7 @@ https://cloudnativenow.com/topics/cloudnativedevelopment/how-docker-and-kubernet - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://cloudnativenow.com/topics/cloudnativedevelopment/how-the-rise-of-containers-will-drive-devops: content_hash: 2793765cb759caaae6b90145c869feadaf2d48c69cdbb08891e34ff527253401 health_score: 100.0 @@ -38534,6 +40939,7 @@ https://cloudnativenow.com/topics/cloudnativedevelopment/how-the-rise-of-contain - docs/devops.md v2_locations: - devops.md + addition_method: manual https://cloudnativenow.com/topics/cloudnativedevelopment/ibm-leverages-containers-to-advance-devops-on-mainframes: content_hash: 689fd1a40636b24cc057fc34a473e735dc772bdd146ab73bc6cb949a8d83462d health_score: 100.0 @@ -38546,6 +40952,7 @@ https://cloudnativenow.com/topics/cloudnativedevelopment/ibm-leverages-container - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://cloudnativenow.com/topics/cloudnativedevelopment/red-hat-adds-java-runtime-for-kubernetes-to-subscription: content_hash: 047ce29f0158a8947a72aa5d8cd04fdbe4ffb0d4bcbd486e86edc9b471d75d79 health_score: 100.0 @@ -38558,6 +40965,7 @@ https://cloudnativenow.com/topics/cloudnativedevelopment/red-hat-adds-java-runti - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://cloudnativenow.com/topics/cloudnativeplatforms/10-best-practices-worth-implementing-to-adopt-kubernetes: health_score: 100.0 last_checked: 1779130495.009634 @@ -38568,6 +40976,7 @@ https://cloudnativenow.com/topics/cloudnativeplatforms/10-best-practices-worth-i - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://cloudnativenow.com/topics/cloudnativeplatforms/overcoming-kubernetes-infrastructure-challenges: content_hash: 2afa5ca912d6ef464c9eaaea839e95c7f06146df56463d5ebd7cbb7e736e08ad health_score: 100.0 @@ -38580,6 +40989,7 @@ https://cloudnativenow.com/topics/cloudnativeplatforms/overcoming-kubernetes-inf - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual ? https://cloudnativenow.com/topics/cloudnativeplatforms/rancher-labs-adds-support-for-longhorn-storage-on-kubernetes-clusters : content_hash: 37fe183c04e21683a23dd98df7a2267889c5feec4f24498699814a43d4a2530c health_score: 100.0 @@ -38592,6 +41002,7 @@ https://cloudnativenow.com/topics/cloudnativeplatforms/overcoming-kubernetes-inf - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://cloudnativenow.com/topics/cloudnativeplatforms/red-hat-delivers-latest-kubernetes-enhancements: content_hash: 38c6c61647ba63fd0c852f1379cfa67e1d631adfdfc0a3ca172449a09b5d688a health_score: 100.0 @@ -38604,6 +41015,7 @@ https://cloudnativenow.com/topics/cloudnativeplatforms/red-hat-delivers-latest-k - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://cloudnativenow.com/topics/cloudnativeplatforms/red-hat-integrates-kubevirt-with-kubernetes-management-platform-from-sap : content_hash: d711d1db52f437b1326ad69a173293c8220736e93e741435927f9a9cac8913c9 health_score: 100.0 @@ -38616,6 +41028,7 @@ https://cloudnativenow.com/topics/cloudnativeplatforms/red-hat-delivers-latest-k - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://cloudnativenow.com/topics/cloudnativeplatforms/red-hat-platform-brings-kafka-closer-to-kubernetes: ai_summary: Discusses Strimzi operators on Red Hat OpenShift, evaluating how declaratively defined operators streamline stateful deployments and coordinate safe, automated @@ -38637,6 +41050,7 @@ https://cloudnativenow.com/topics/cloudnativeplatforms/red-hat-platform-brings-k v2_locations: - message-queue.md year: '2020' + addition_method: manual https://cloudnativenow.com/topics/cloudnativesecurity/how-to-secure-your-kubernetes-cluster: ai_summary: A strategic guide to establishing cluster-wide security policies. It details the layers of security required from the underlying cloud provider network @@ -38658,6 +41072,7 @@ https://cloudnativenow.com/topics/cloudnativesecurity/how-to-secure-your-kuberne v2_locations: - kubernetes-security.md year: '2020' + addition_method: manual https://cloudnativenow.com/topics/gitops-workflows-and-principles-for-kubernetes: content_hash: 0a4a059b581b1016f1dec53a6f7913b3d2421bbb98a395375407be4a8bdba703 health_score: 100.0 @@ -38670,6 +41085,7 @@ https://cloudnativenow.com/topics/gitops-workflows-and-principles-for-kubernetes - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://cloudnativenow.com/uncategorized/9-pillars-of-engineering-devops-with-kubernetes: content_hash: 218f367918f73d6864c50a9aa4a6e59751ac51446633a932c53b5e9e2de21ab4 health_score: 100.0 @@ -38682,6 +41098,7 @@ https://cloudnativenow.com/uncategorized/9-pillars-of-engineering-devops-with-ku - docs/devops.md v2_locations: - devops.md + addition_method: manual https://cloudnativesimplified.substack.com/p/tool-series-1-kcp: content_hash: N/A description: '' @@ -38696,17 +41113,20 @@ https://cloudnativesimplified.substack.com/p/tool-series-1-kcp: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://cloudnativetoolkit.dev/adopting/use-cases/gitops/gitops-ibm-cloud-paks: health_score: 80.0 last_checked: 1779034223.844624 v1_locations: - docs/demos.md + addition_method: manual https://cloudogu.com/en/blog: content_hash: a298f16198354314893af506971dfe33f8360dfd30b68edde8fbd91bd720eb5c health_score: 100.0 last_checked: 1779029574.052336 v1_locations: - docs/demos.md + addition_method: manual https://cloudogu.com/en/blog/cd-with-nexus-jenkins-ces: content_hash: cd1c538590522bb92b28c310c1eae9a40183f00c3b7e9e461185a61ce67a05a2 description: '' @@ -38719,6 +41139,7 @@ https://cloudogu.com/en/blog/cd-with-nexus-jenkins-ces: - docs/demos.md - docs/registries.md year: N/A + addition_method: manual https://cloudogu.com/en/blog/gitops-tools: content_hash: 06987b214919f107e8536704903b9f4e23f12bd696c9e980b2c38e40edf4d567 description: '' @@ -38730,6 +41151,7 @@ https://cloudogu.com/en/blog/gitops-tools: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://cloudogu.com/en/blog/kubernetes-least-privilege-gcp-example: content_hash: 97772e220e38d7f3baa85d8b4a2b65cdbf81514cdd3af55b8e6178e224a66e6e description: '' @@ -38742,6 +41164,7 @@ https://cloudogu.com/en/blog/kubernetes-least-privilege-gcp-example: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://cloudonaut.io/advanved-aws-networking-pitfalls-that-you-should-avoid: content_hash: 3aef64a00f2bdc09327902dbe0edacc68339baf8a08b3426e8b2c9b16a122476 description: '' @@ -38758,6 +41181,7 @@ https://cloudonaut.io/advanved-aws-networking-pitfalls-that-you-should-avoid: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://cloudonaut.io/aws-client-vpn-connected-with-the-cloud: content_hash: 7646ec7c4f734489b0ad7785101f7f3db28a10bfc76926a324e48fb91554b4d7 description: '' @@ -38774,6 +41198,7 @@ https://cloudonaut.io/aws-client-vpn-connected-with-the-cloud: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://cloudonaut.io/ec2-checklist-seven-things-to-do-after-launching-an-instance: content_hash: dac8aff6b4f699aed2d9899b5d87654d008e314c2b1ce8ab70283ee9c9efac63 description: '' @@ -38790,6 +41215,7 @@ https://cloudonaut.io/ec2-checklist-seven-things-to-do-after-launching-an-instan v2_locations: - aws.md year: N/A + addition_method: manual https://cloudonaut.io/getting-started-with-aws-cf-templates: content_hash: b53d3dd4bd23754eacf992b8dead88b3c5c9c136fe9e16eae2a13ab2a7c2f1ca description: '' @@ -38806,6 +41232,7 @@ https://cloudonaut.io/getting-started-with-aws-cf-templates: v2_locations: - aws-iac.md year: N/A + addition_method: manual https://cloudonaut.io/scaling-container-clusters-on-aws-ecs-eks: ai_summary: Deep comparison analyzing container scaling mechanics and metrics between ECS (using ASGs) and EKS (using Cluster Autoscaler). The analysis explains scale-up @@ -38837,6 +41264,7 @@ https://cloudonaut.io/scaling-container-clusters-on-aws-ecs-eks: - managed-kubernetes-in-public-cloud.md - aws-containers.md year: N/A + addition_method: manual https://cloudonaut.io/seamless-ec2-monitoring-with-the-unified-cloudwatch-agent: content_hash: 4ef98ba11e10e28bf4c00dbdbff15ef21342c28f0529779b2e5342cd08c1f68e description: '' @@ -38853,6 +41281,7 @@ https://cloudonaut.io/seamless-ec2-monitoring-with-the-unified-cloudwatch-agent: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://cloudonaut.io/serverless-hybrid-cloud-accessing-an-api-gateway-via-vpn-or-direct-connect: ai_summary: An advanced networking guide explaining patterns to safely route traffic between corporate private datacenters and Amazon API Gateway endpoints using VPN @@ -38883,6 +41312,7 @@ https://cloudonaut.io/serverless-hybrid-cloud-accessing-an-api-gateway-via-vpn-o v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://cloudonaut.io/terraform-can-you-keep-a-secret: content_hash: ca2d7cd5b9d06306de6f6d45fce2128505f3768ab4d64e48f069ff329dae5559 description: '' @@ -38899,6 +41329,7 @@ https://cloudonaut.io/terraform-can-you-keep-a-secret: v2_locations: - terraform.md year: N/A + addition_method: manual https://cloudonaut.io/what-architects-need-to-know-about-networking-on-aws: content_hash: 46646af41b8dbf57bbe6132c565ce2a57651d735e13eef659213994ac72a20a1 description: '' @@ -38915,6 +41346,7 @@ https://cloudonaut.io/what-architects-need-to-know-about-networking-on-aws: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://cloudowski.com: content_hash: 034442683e7e9999d54756210e8067e219f53ddc0c5bb256f01b8916d0da27d2 description: '' @@ -38931,6 +41363,7 @@ https://cloudowski.com: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://cloudowski.com/articles/honest-review-of-openshift-4: content_hash: d8fa11d4cdcf93bf74b29f78035f6179acf3b1685f928654fb7ba1f178ccf62e description: '' @@ -38947,6 +41380,7 @@ https://cloudowski.com/articles/honest-review-of-openshift-4: v2_locations: - ocp4.md year: N/A + addition_method: manual https://cloudowski.com/articles/jenkins-on-openshift: ai_summary: Explores Cloud-Native custom Jenkins practices optimized specifically for OpenShift environments. Introduces the application of dynamic pod templates, @@ -38975,6 +41409,7 @@ https://cloudowski.com/articles/jenkins-on-openshift: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://cloudowski.com/articles/why-managing-container-images-on-openshift-is-better-than-on-kubernetes: ai_summary: A technical architectural review contrasting OpenShift ImageStreams with standard Kubernetes container registry integrations. It explains how ImageStreams @@ -39004,6 +41439,7 @@ https://cloudowski.com/articles/why-managing-container-images-on-openshift-is-be - registries.md - ocp4.md year: N/A + addition_method: manual https://cloudpak8s.io: content_hash: N/A description: '' @@ -39020,6 +41456,7 @@ https://cloudpak8s.io: - ibm_cloud.md - openshift.md year: N/A + addition_method: manual https://cloudpak8s.io/apps/cp4a_overview: content_hash: N/A description: '' @@ -39038,6 +41475,7 @@ https://cloudpak8s.io/apps/cp4a_overview: - ibm_cloud.md - openshift.md year: N/A + addition_method: manual https://cloudpundit.com/2020/09/22/dont-boil-the-ocean-to-create-your-cloud: content_hash: 72e1b457330adad46dc28c211d9ce1039151df04dfe6522a3c145d93b57d9d31 description: '' @@ -39054,6 +41492,7 @@ https://cloudpundit.com/2020/09/22/dont-boil-the-ocean-to-create-your-cloud: v2_locations: - introduction.md year: N/A + addition_method: manual https://cloudscaling.com/blog/cloud-computing/the-history-of-pets-vs-cattle: content_hash: 1aa81e57f5bc53282fa442bb5b9bb10291527c021434a3be4ec7fae27882d1df health_score: 100.0 @@ -39068,6 +41507,7 @@ https://cloudscaling.com/blog/cloud-computing/the-history-of-pets-vs-cattle: v2_locations: - introduction.md - about.md + addition_method: manual https://cloudskills.io/blog/git-azure-devops: content_hash: 0f6f4a758b9bf5b93d6bd08641f5e3509efd1b680b57e34fd366d1d5c1c84203 description: '' @@ -39080,6 +41520,7 @@ https://cloudskills.io/blog/git-azure-devops: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://cloudtips.nl/the-maester-terraform-module-8c68b2b68c51: content_hash: N/A description: '' @@ -39098,6 +41539,7 @@ https://cloudtips.nl/the-maester-terraform-module-8c68b2b68c51: - kubernetes-tools.md - terraform.md year: N/A + addition_method: manual https://cloudtweaks.com/2019/05/devops-secure-and-scalable-ci-cd-pipeline-with-aws: ai_summary: A practical guide illustrating architectural patterns for building resilient and secure continuous integration and delivery pipelines within the AWS ecosystem. @@ -39128,6 +41570,7 @@ https://cloudtweaks.com/2019/05/devops-secure-and-scalable-ci-cd-pipeline-with-a - devops-tools.md - devops.md year: N/A + addition_method: manual https://cloudyuga.guru/blogs/k8s-qos-oomkilled: content_hash: 5471315fe7b2783b67d3423605497653767f21d30a440cfb51866a404a8b5d79 health_score: 100.0 @@ -39140,6 +41583,7 @@ https://cloudyuga.guru/blogs/k8s-qos-oomkilled: - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://cloudyuga.guru/hands_on_lab/k8s-qos-oomkilled: content_hash: cd75e5580b09ed11ee77f578f2ad7892db76470d91d4b4574f69dda3abfec66c description: '' @@ -39152,6 +41596,7 @@ https://cloudyuga.guru/hands_on_lab/k8s-qos-oomkilled: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://cluster-api.sigs.k8s.io: ai_summary: The official Kubernetes Special Interest Group (SIG) project extending Kubernetes with declarative, Kubernetes-style APIs to manage the lifecycle of @@ -39183,6 +41628,7 @@ https://cluster-api.sigs.k8s.io: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class: content_hash: 8582ca861508ecd7136652bf48badabb290a3df5435676697444daf07f7148df description: '' @@ -39204,6 +41650,7 @@ https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class: - iac.md - kubernetes.md year: N/A + addition_method: manual https://cmcrowell.com/cheat-sheet: content_hash: d1cb9bd58892d19b1e64ad84e00b9297f9ebd63961d692f263246110267fc92e description: '' @@ -39220,6 +41667,7 @@ https://cmcrowell.com/cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://cmder.net: content_hash: fa2497b2062a9ac2f0b6adedfd771d38685f51faf00822e020b02ee9f9562230 description: '' @@ -39236,6 +41684,7 @@ https://cmder.net: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://cnab.io: content_hash: 1f6ccadf4fe55b28fe56a25d41820dde0db95bf5f7d69b897890d2d1013be317 description: '' @@ -39253,6 +41702,7 @@ https://cnab.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://code-dog.app: content_hash: 98841417eb6e422dfd5f661abd3bf31cf6b5a767f55823bfde792ade881952eb description: '' @@ -39269,6 +41719,7 @@ https://code-dog.app: v2_locations: - git.md year: N/A + addition_method: manual https://code-maze.com/ci-jenkins-docker: content_hash: 91e45913601121fd8a728ebaaf3ee131149ceb6e9fb5a84bf553833d41ecc263 description: '' @@ -39285,6 +41736,7 @@ https://code-maze.com/ci-jenkins-docker: v2_locations: - jenkins.md year: N/A + addition_method: manual https://code.egym.de/horizontal-pod-autoscaler-in-kubernetes-part-1-simple-autoscaling-using-metrics-server-929e96cc2ab2: content_hash: 4b31f7445cee6655193b83ff118a12c17c1fdeab5e636ec21e7f49d94e6d6a9f description: '' @@ -39301,6 +41753,7 @@ https://code.egym.de/horizontal-pod-autoscaler-in-kubernetes-part-1-simple-autos v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://code.egym.de/vertical-pod-autoscaler-in-kubernetes-b12a5c61393f: content_hash: 70fbfbbe2cb5d6d4b276586d02cc636685b996e41120229067e155cc29f55de1 description: '' @@ -39316,6 +41769,7 @@ https://code.egym.de/vertical-pod-autoscaler-in-kubernetes-b12a5c61393f: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://code.joejag.com/2021/i-am-aws-certified-should-you-trust-me.html: ai_summary: An analytical, engineering-focused case critique dissecting the real-world operational value of cloud credentials versus actual system debugging experience. @@ -39342,6 +41796,7 @@ https://code.joejag.com/2021/i-am-aws-certified-should-you-trust-me.html: v2_locations: - elearning.md year: N/A + addition_method: manual https://code.likeagirl.io/docker-setup-simple-application-with-mongodb-for-data-storage-272bdb3036ad: content_hash: N/A description: '' @@ -39357,6 +41812,7 @@ https://code.likeagirl.io/docker-setup-simple-application-with-mongodb-for-data- v2_locations: - nosql.md year: N/A + addition_method: manual https://code.tutsplus.com/tutorials/rest-vs-grpc-battle-of-the-apis--cms-30711: content_hash: N/A description: '' @@ -39371,6 +41827,7 @@ https://code.tutsplus.com/tutorials/rest-vs-grpc-battle-of-the-apis--cms-30711: v2_locations: - api.md year: N/A + addition_method: manual https://code.visualstudio.com: content_hash: c3c50a8f061161616e6c3a3783c83deffa3891653bae2a24cfe414f69e3e58d6 description: '' @@ -39387,6 +41844,7 @@ https://code.visualstudio.com: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/blogs/2021/06/10/remote-repositories: content_hash: e3767f503d90547e090c4895a5cb574e94dd947cf8af0bda1408bc5ec0f5cd77 description: '' @@ -39403,6 +41861,7 @@ https://code.visualstudio.com/blogs/2021/06/10/remote-repositories: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/blogs/2021/10/20/vscode-dev?WT.mc_id=devcloud-46480-cxa: content_hash: 77e9ffd05ce9c5bc89094f10ffe02454d9be4e754cf99edb47e4fb29e5066dd9 description: '' @@ -39414,6 +41873,7 @@ https://code.visualstudio.com/blogs/2021/10/20/vscode-dev?WT.mc_id=devcloud-4648 v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/docs/azure/kubernetes: content_hash: 6c06929236af06eafecdc5a45ed2ec89a83144f4df8b0dbd20731faf2ffa0c40 description: '' @@ -39430,6 +41890,7 @@ https://code.visualstudio.com/docs/azure/kubernetes: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/docs/copilot/overview: content_hash: 146c1d3f794a0d9c79c45d1d9be96516d6a6174f75f3a2c0df57ac82f9826d46 description: '' @@ -39446,6 +41907,7 @@ https://code.visualstudio.com/docs/copilot/overview: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/docs/datascience/data-wrangler: content_hash: 6b151dd3240977cb18c76aa240be56fb4d4fb8bce8a9d87f67f1a9465bde497a description: '' @@ -39466,6 +41928,7 @@ https://code.visualstudio.com/docs/datascience/data-wrangler: - demos.md - visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/docs/editor/integrated-terminal: content_hash: 59d82b23dc3e37c81cdd54c0eb808b62b2433fc566eea0670cd208bfa4077466 description: '' @@ -39477,6 +41940,7 @@ https://code.visualstudio.com/docs/editor/integrated-terminal: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/docs/editor/versioncontrol: content_hash: 08a30b246d1c850dfc56949b05d5bdeb0712aa55d87aa8ab17c2b977c1b8c9a0 description: '' @@ -39488,6 +41952,7 @@ https://code.visualstudio.com/docs/editor/versioncontrol: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/docs/java/java-project: ai_summary: Official documentation detailing project management configurations, build tool integration (Maven/Gradle), and workspace settings for Java development @@ -39517,6 +41982,7 @@ https://code.visualstudio.com/docs/java/java-project: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://code.visualstudio.com/docs/sourcecontrol/overview: content_hash: ca9d892187473e14d09fb96087e961ef9a13f9dbbb6c07142cc0b7f22419d0fd health_score: 100.0 @@ -39529,6 +41995,7 @@ https://code.visualstudio.com/docs/sourcecontrol/overview: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://code.visualstudio.com/docs/terminal/basics: content_hash: bc875417bf381c54b67f6509195ddbf988e2585a10083abe52c8e9ade592f68f health_score: 100.0 @@ -39541,6 +42008,7 @@ https://code.visualstudio.com/docs/terminal/basics: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf: content_hash: 6b4c15228763e7088a84b43e8b4063c22658fc9bdf8f903e10d3d039b9253d06 description: '' @@ -39557,6 +42025,7 @@ https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf: content_hash: adc8651d12a6efca877f34991a1dae66a6f7f3da3e0a29d654fb9145d9b0398d description: '' @@ -39573,6 +42042,7 @@ https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf: content_hash: b506af005a8a81952aed09e56515b127eae6cfd30f1bfbb563c86e5d5ef53d35 description: '' @@ -39589,6 +42059,7 @@ https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/updates: content_hash: 616b20408208ff618eb627b4845cffa696d673acafca27d440b77d95b6d7e902 description: '' @@ -39600,6 +42071,7 @@ https://code.visualstudio.com/updates: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://code.visualstudio.com/updates/v1_120: content_hash: 1cec3d87564a1c68f19475ed0cc875323d68bb5d474b0db3a601f50b4c927093 health_score: 100.0 @@ -39612,6 +42084,7 @@ https://code.visualstudio.com/updates/v1_120: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://code.visualstudio.com/updates/v1_120/v1_46: health_score: 64.0 last_checked: 1779130495.00055 @@ -39627,6 +42100,7 @@ https://code.visualstudio.com/updates/v1_120/v1_46: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://code.visualstudio.com/updates/v1_46: content_hash: 20bc67890f72a2ec85a95c3b852c2e894cd61d69ed160ee6171864b94c7fd564 description: '' @@ -39638,6 +42112,7 @@ https://code.visualstudio.com/updates/v1_46: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://codebeautify.org/yaml-validator: ai_summary: A popular web-based utility for validating, formatting, and parsing YAML configuration data structures. It allows cloud-native engineers to instantly @@ -39667,6 +42142,7 @@ https://codebeautify.org/yaml-validator: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://codeberg.org/hjacobs/kube-downscaler: content_hash: 282b96be5a901f9ad83e66bb7c4b5fe961801e7d2ff5f39ce9bd17f5d9ac0d16 description: '' @@ -39683,6 +42159,7 @@ https://codeberg.org/hjacobs/kube-downscaler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://codeberg.org/hjacobs/kube-janitor: content_hash: cb54d2f5d93f3e1fac684b9b86ef71cf1900b75a1972d9706ffc91ab45e4c4c0 description: '' @@ -39699,6 +42176,7 @@ https://codeberg.org/hjacobs/kube-janitor: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://codeburst.io/7-kubernetes-security-best-practices-you-must-follow-ae32f1ed6444: ai_summary: A quick-reference article outlining seven fundamental security best practices for Kubernetes. It focuses on enabling RBAC, isolating network policies, @@ -39725,6 +42203,7 @@ https://codeburst.io/7-kubernetes-security-best-practices-you-must-follow-ae32f1 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://codeburst.io/a-resource-for-all-things-git-b63d6626beca: ai_summary: An extensive index of books, terminal extensions, interactive games, and developer platforms designed to train engineers on Git capabilities. This @@ -39752,6 +42231,7 @@ https://codeburst.io/a-resource-for-all-things-git-b63d6626beca: v2_locations: - git.md year: N/A + addition_method: manual https://codeburst.io/creating-a-local-development-kubernetes-cluster-with-k3s-and-traefik-proxy-7a5033cb1c2d: content_hash: a9a31b9bd9e31abde48529da315eef3fb260b244667386c760638031848b9f8c description: '' @@ -39768,6 +42248,7 @@ https://codeburst.io/creating-a-local-development-kubernetes-cluster-with-k3s-an v2_locations: - rancher.md year: N/A + addition_method: manual https://codeburst.io/debug-your-code-using-git-bisect-45db2983cc69: ai_summary: A highly practical tutorial on utilizing `git bisect` to locate bad commits via an automated binary search process. It details how developers can @@ -39795,6 +42276,7 @@ https://codeburst.io/debug-your-code-using-git-bisect-45db2983cc69: v2_locations: - git.md year: N/A + addition_method: manual https://codeburst.io/getting-started-with-kubernetes-deploy-a-docker-container-with-kubernetes-in-5-minutes-eb4be0e96370: content_hash: cbd7edcdec6e299dfecf7a7c042d81c17948f01ee0c43673d07366454c28f6d6 description: '' @@ -39811,6 +42293,7 @@ https://codeburst.io/getting-started-with-kubernetes-deploy-a-docker-container-w v2_locations: - demos.md year: N/A + addition_method: manual https://codeburst.io/google-kubernetes-engine-logging-by-example-df6946dcba6b: ai_summary: A practical exploration of structural application logging inside GKE via Cloud Logging. Covers structured JSON formatting, log filtration techniques, @@ -39838,6 +42321,7 @@ https://codeburst.io/google-kubernetes-engine-logging-by-example-df6946dcba6b: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://codeburst.io/kubernetes-ckad-weekly-challenges-overview-and-tips-7282b36a2681: content_hash: a6d477e65c3fc27835ad5e52d7cf6743eb8cbbb26fbb4d45b740ac6a1a1abbb6 description: '' @@ -39853,6 +42337,7 @@ https://codeburst.io/kubernetes-ckad-weekly-challenges-overview-and-tips-7282b36 v2_locations: - demos.md year: N/A + addition_method: manual https://codeburst.io/spinnaker-by-example-part-1-c4de9180d689: content_hash: 3712780b91ff314cb747343c152b0eebb686c08ec47d514b20a606652df12956 description: '' @@ -39868,6 +42353,7 @@ https://codeburst.io/spinnaker-by-example-part-1-c4de9180d689: v2_locations: - demos.md year: N/A + addition_method: manual https://codeburst.io/spinnaker-by-example-part-2-6f92a1fdaedf: content_hash: 46ddc3899543235a90ecfa0209e0aaa7ea6f4bc9aaa0f9943b8b89c63d393fc2 description: '' @@ -39883,6 +42369,7 @@ https://codeburst.io/spinnaker-by-example-part-2-6f92a1fdaedf: v2_locations: - demos.md year: N/A + addition_method: manual https://codeburst.io/spinnaker-by-example-part-3-c6ed9ac5f8ce: content_hash: 316f42a79c05f687e47962b9e921bf698b354a5361f5ad3b35a567ab27a57f40 description: '' @@ -39898,6 +42385,7 @@ https://codeburst.io/spinnaker-by-example-part-3-c6ed9ac5f8ce: v2_locations: - demos.md year: N/A + addition_method: manual https://codecatalyst.aws/explore: content_hash: e65bb57be61bdb25a3b26f49329655dacb9a46827f58ee5daef5cb3d5784e17e description: '' @@ -39914,6 +42402,7 @@ https://codecatalyst.aws/explore: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://codeengineered.com/blog/2020/helm-find-charts: ai_summary: A reference article identifying leading public and private directories for sourcing Helm charts. It helps developers locate stable, community-vetted @@ -39942,6 +42431,7 @@ https://codeengineered.com/blog/2020/helm-find-charts: v2_locations: - helm.md year: N/A + addition_method: manual https://codefresh.io: content_hash: c5b89e256399ff84c91434c748a633841df6651452f4ae81f74a024bd49eb2e0 description: '' @@ -39953,6 +42443,7 @@ https://codefresh.io: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://codefresh.io/about-gitops/applied-gitops-with-kustomize: content_hash: 5ae0c238d46eba463cdda45774b93efa0d0f7aba222e154d930a8c8c08578f8d description: '' @@ -39964,6 +42455,7 @@ https://codefresh.io/about-gitops/applied-gitops-with-kustomize: v1_locations: - docs/kustomize.md year: N/A + addition_method: manual https://codefresh.io/about-gitops/branches-gitops-environments: content_hash: 397a3d4f5a4148567ab3711ffd6ce687b01d79b986b884abe8ece82fdecab472 description: '' @@ -39975,6 +42467,7 @@ https://codefresh.io/about-gitops/branches-gitops-environments: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://codefresh.io/about-gitops/gitops-for-infrastructure-and-applications: content_hash: 4686d66e56913576d702fb3e56a63f7b09223ffdbb0deae915c87273ff68872e description: '' @@ -39987,6 +42480,7 @@ https://codefresh.io/about-gitops/gitops-for-infrastructure-and-applications: v1_locations: - docs/crossplane.md year: N/A + addition_method: manual https://codefresh.io/about-gitops/pains-gitops-1-0: content_hash: 397a3d4f5a4148567ab3711ffd6ce687b01d79b986b884abe8ece82fdecab472 description: '' @@ -39998,6 +42492,7 @@ https://codefresh.io/about-gitops/pains-gitops-1-0: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://codefresh.io/blog/how-to-model-your-gitops-environments-and-promote-releases-between-them: content_hash: 5537a86599bc756fe86bcb381db7c1793dd000a2271c19b1498049e5eaeef55c description: '' @@ -40010,6 +42505,7 @@ https://codefresh.io/blog/how-to-model-your-gitops-environments-and-promote-rele v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://codefresh.io/blog/kubernetes-antipatterns-1: content_hash: 52117933a51b0c11f94eea34f73056b95ccdc390c540dca952a7245ada44824e description: '' @@ -40021,6 +42517,7 @@ https://codefresh.io/blog/kubernetes-antipatterns-1: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://codefresh.io/blog/kubernetes-antipatterns-2: content_hash: 0d6362111d7da6211c8c0cd56f07cad69fd8e085d59248fbf9985c42bcad657d description: '' @@ -40032,6 +42529,7 @@ https://codefresh.io/blog/kubernetes-antipatterns-2: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://codefresh.io/blog/progressive-delivery-for-kubernetes-config-maps-using-argo-rollouts: content_hash: 6b198f49d9711a497f15a6da56c880503e1892be42d081099d23dd665ad03a41 description: '' @@ -40044,6 +42542,7 @@ https://codefresh.io/blog/progressive-delivery-for-kubernetes-config-maps-using- v1_locations: - docs/argo.md year: N/A + addition_method: manual https://codefresh.io/blog/using-argo-cd-and-kustomize-for-configmap-rollouts: content_hash: 5a67092ce19f58852c67a8dc5e4e6174e05c0f4d80b5f27505a2d97d3e6944c8 description: '' @@ -40055,6 +42554,7 @@ https://codefresh.io/blog/using-argo-cd-and-kustomize-for-configmap-rollouts: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://codefresh.io/containers/docker-anti-patterns: content_hash: 66f2b0a65719e381fe146228bf5a8003f14301362b775cc4975a8498d80acb20 description: '' @@ -40066,6 +42566,7 @@ https://codefresh.io/containers/docker-anti-patterns: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://codefresh.io/devops/pains-gitops-1-0: content_hash: 397a3d4f5a4148567ab3711ffd6ce687b01d79b986b884abe8ece82fdecab472 description: '' @@ -40077,6 +42578,7 @@ https://codefresh.io/devops/pains-gitops-1-0: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://codefresh.io/helm-tutorial/kanban-promotion-boards: content_hash: 397a3d4f5a4148567ab3711ffd6ce687b01d79b986b884abe8ece82fdecab472 description: '' @@ -40088,6 +42590,7 @@ https://codefresh.io/helm-tutorial/kanban-promotion-boards: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://codefresh.io/helm-tutorial/taking-helm-3-spin: content_hash: 397a3d4f5a4148567ab3711ffd6ce687b01d79b986b884abe8ece82fdecab472 description: '' @@ -40099,6 +42602,7 @@ https://codefresh.io/helm-tutorial/taking-helm-3-spin: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://codefresh.io/helm-tutorial/using-helm-with-gitops: content_hash: 580236e6727d60c7192f915d47ac819ff0a88b1165845d880227b3d65994db08 description: '' @@ -40110,6 +42614,7 @@ https://codefresh.io/helm-tutorial/using-helm-with-gitops: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://codefresh.io/howtos/local-k8s-draft-skaffold-garden: content_hash: 397a3d4f5a4148567ab3711ffd6ce687b01d79b986b884abe8ece82fdecab472 description: '' @@ -40122,6 +42627,7 @@ https://codefresh.io/howtos/local-k8s-draft-skaffold-garden: v1_locations: - docs/scaffolding.md year: N/A + addition_method: manual https://codefresh.io/kubernetes-tutorial/okteto: content_hash: 397a3d4f5a4148567ab3711ffd6ce687b01d79b986b884abe8ece82fdecab472 description: '' @@ -40133,6 +42639,7 @@ https://codefresh.io/kubernetes-tutorial/okteto: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://codefresh.io/kubernetes-tutorial/telepresence-2-local-development: content_hash: 397a3d4f5a4148567ab3711ffd6ce687b01d79b986b884abe8ece82fdecab472 description: '' @@ -40144,6 +42651,7 @@ https://codefresh.io/kubernetes-tutorial/telepresence-2-local-development: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://codegiant.io/home: ai_summary: An integrated development platform offering secure Git repositories, issue tracking, continuous integration, and documentation hosting in a unified, @@ -40171,6 +42679,7 @@ https://codegiant.io/home: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://codely.com/en: ai_summary: A high-end educational platform focused heavily on Domain-Driven Design (DDD), clean architecture patterns, and resilient microservices systems. Features @@ -40192,6 +42701,7 @@ https://codely.com/en: v2_locations: - elearning.md year: '2025' + addition_method: manual https://codely.tv: content_hash: 6eb312b14121050a88491bcf4d3cabc8e781402c55b54298304ea21c762ee80e description: '' @@ -40203,6 +42713,7 @@ https://codely.tv: v1_locations: - docs/elearning.md year: N/A + addition_method: manual https://codeopinion.com/event-sourcing-vs-event-driven-architecture: ai_summary: Clarifies the critical distinctions and synergies between Event Sourcing (capturing state transitions as events) and Event-Driven Architecture (broadcasting @@ -40232,6 +42743,7 @@ https://codeopinion.com/event-sourcing-vs-event-driven-architecture: v2_locations: - message-queue.md year: N/A + addition_method: manual https://codeopinion.com/splitting-up-a-monolith-into-microservices: content_hash: 70b94f92e5164e5ef49988e1e8044c9203d567a4bb0084f6447408259720e2b4 description: '' @@ -40248,6 +42760,7 @@ https://codeopinion.com/splitting-up-a-monolith-into-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://codeopinion.com/troubleshooting-kafka-with-2000-microservices: content_hash: a33e7dad3c326169d823352e3d64ca282067c6866a1dc1b617d70d832955f90c description: '' @@ -40264,6 +42777,7 @@ https://codeopinion.com/troubleshooting-kafka-with-2000-microservices: v2_locations: - demos.md year: N/A + addition_method: manual https://codersociety.com/blog/articles/helm-best-practices: ai_summary: Curation of 13 battle-tested engineering guidelines for authoring Helm Charts. Covers formatting patterns, values mapping, naming rules, and GitOps integration @@ -40292,6 +42806,7 @@ https://codersociety.com/blog/articles/helm-best-practices: v2_locations: - helm.md year: N/A + addition_method: manual https://coderstan.com/2022/07/15/spark-on-kubernetes-launching-millions-of-spark-executors: ai_summary: Curator Insight details lessons from Databricks' deployment of millions of Spark executors on Kubernetes. Live Grounding highlights Spark's core challenges @@ -40321,6 +42836,7 @@ https://coderstan.com/2022/07/15/spark-on-kubernetes-launching-millions-of-spark v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://codesolid.com/how-to-use-docker-with-python: content_hash: 9894e546ae25873525dd7b3d586ff3fc1aa219d095b1513a57de85f93410efe7 description: '' @@ -40337,6 +42853,7 @@ https://codesolid.com/how-to-use-docker-with-python: v2_locations: - docker.md year: N/A + addition_method: manual https://codesolid.com/python-lists: content_hash: f46beeb0fb7ec33c66b26135d1a06b1fef673b1cdad38394031cbb96eea0d11f description: '' @@ -40354,6 +42871,7 @@ https://codesolid.com/python-lists: v2_locations: - python.md year: N/A + addition_method: manual https://codewithme.cloud/posts/2024/02/why-arent-you-using-secretless-authentication: content_hash: e3b62b1cd6a56d7374594e85fdc8d298d6d664d3b595d17c8cb6928252b2fb66 description: '' @@ -40370,6 +42888,7 @@ https://codewithme.cloud/posts/2024/02/why-arent-you-using-secretless-authentica v2_locations: - azure.md year: N/A + addition_method: manual https://codingfriend.medium.com/docker-swarm-cheatsheet-22665e3278b1: content_hash: N/A description: '' @@ -40384,6 +42903,7 @@ https://codingfriend.medium.com/docker-swarm-cheatsheet-22665e3278b1: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://codingharbour.com/kafkacat-cheatsheet: content_hash: 962ba54372cf872030ff78d0934992bd90f27dfad36e607d1ae77d21cd4593de description: '' @@ -40399,6 +42919,7 @@ https://codingharbour.com/kafkacat-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://codingpotions.com/salarios-programadores-2021: ai_summary: Provides a thorough compensation breakdown across different technical roles, experience levels (Junior, Mid, Senior), and geographical regions within @@ -40427,6 +42948,7 @@ https://codingpotions.com/salarios-programadores-2021: v2_locations: - recruitment.md year: N/A + addition_method: manual https://colab.research.google.com/drive/1m6ZjIJBxU20kxI9zTZqeMEVSq1FL0pNa?usp=sharing: content_hash: cbc6133002b8dc0dc56ddde5c8c7b54b676c1ba874e17b68f47df0262b029dda description: '' @@ -40438,6 +42960,7 @@ https://colab.research.google.com/drive/1m6ZjIJBxU20kxI9zTZqeMEVSq1FL0pNa?usp=sh v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://collabnix.com/10-kubernetes-best-practices-to-get-you-started: content_hash: 0aa858ab5507849a01a81e411995fa8dbb371172665d7d8af92d5ca2b9c8d853 description: '' @@ -40454,6 +42977,7 @@ https://collabnix.com/10-kubernetes-best-practices-to-get-you-started: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://collabnix.com/applying-devsecops-practices-to-kubernetes: ai_summary: Explains how to integrate DevSecOps methodologies directly into the lifecycle of containerized infrastructure. Curator insight covers pipeline integration @@ -40483,6 +43007,7 @@ https://collabnix.com/applying-devsecops-practices-to-kubernetes: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://collabnix.com/kubernetes-crud-operation-using-go-on-docker-desktop: ai_summary: Curator Insight details setting up a local Docker Desktop Kubernetes instance and running basic CRUD client-go scripts. Live Grounding identifies this @@ -40513,6 +43038,7 @@ https://collabnix.com/kubernetes-crud-operation-using-go-on-docker-desktop: v2_locations: - golang.md year: N/A + addition_method: manual https://collabnix.com/the-rise-of-kubernetes-and-ai-kubectl-openai-plugin: ai_summary: Technical walkthrough on using the kubectl-openai plugin. Details how natural language prompts are parsed and securely converted into compliant Kubernetes @@ -40540,6 +43066,7 @@ https://collabnix.com/the-rise-of-kubernetes-and-ai-kubectl-openai-plugin: v2_locations: - ai.md year: N/A + addition_method: manual https://collabnix.com/the-ultimate-docker-tutorial-for-automation-testing: content_hash: aed028e7bdde7c1b2f466371430c68b29d4c344ad201695ad903798bd5869109 description: '' @@ -40556,6 +43083,7 @@ https://collabnix.com/the-ultimate-docker-tutorial-for-automation-testing: v2_locations: - qa.md year: N/A + addition_method: manual https://collabnix.com/top-10-kubernetes-tools-you-need-for-2021: content_hash: b888503a01bfc2f9e036c3459bf30a7de6d32f88cfd03e29d8a65198c2cd9c4e description: '' @@ -40572,6 +43100,7 @@ https://collabnix.com/top-10-kubernetes-tools-you-need-for-2021: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://collabnix.github.io/docker-community-extensions: content_hash: f0cebdbd56496c3f4a341f77708ada40c3ee3c5af23f72d3e518811ab6057dd3 description: '' @@ -40589,6 +43118,7 @@ https://collabnix.github.io/docker-community-extensions: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://collabnix.github.io/kubetools: content_hash: 6c490400234f24034695b7d0c7caf515bc83cea300edb468aedbd52b5b7d233b description: '' @@ -40608,6 +43138,7 @@ https://collabnix.github.io/kubetools: - index.md - other-awesome-lists.md year: N/A + addition_method: manual https://collabnix.github.io/terraform: content_hash: ce4adad23d6eeaba9338db1c82d63ecd0666b38e743f7f8613293b1d6015595b description: '' @@ -40624,6 +43155,7 @@ https://collabnix.github.io/terraform: v2_locations: - demos.md year: N/A + addition_method: manual https://commandline.ninja: content_hash: 1af047a9c10eaed308365fecf6f1da78af5007e7f43aef7f133fe86f101efae6 health_score: 100.0 @@ -40635,6 +43167,7 @@ https://commandline.ninja: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://commandline.ninja/use-powershell-to-find-services-configured-to-run-as-another-user: health_score: 100.0 last_checked: 1779130494.984175 @@ -40645,6 +43178,7 @@ https://commandline.ninja/use-powershell-to-find-services-configured-to-run-as-a - docs/azure.md v2_locations: - azure.md + addition_method: manual https://commandline.ninja/video-intro-to-secret-management-with-powershell: content_hash: efaa7bc185752cfeceb73adff75a1e011c6172e980623cec233d5233499d6e2f health_score: 100.0 @@ -40656,6 +43190,7 @@ https://commandline.ninja/video-intro-to-secret-management-with-powershell: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://commons.openshift.org: content_hash: 7fdf64e9e314828035ac3c120d792bd87e6ad7749985b7436038ca29501d66f7 description: '' @@ -40672,6 +43207,7 @@ https://commons.openshift.org: v2_locations: - openshift.md year: N/A + addition_method: manual ? https://community.atlassian.com/forums/Bitbucket-questions/configure-bitbucket-pipelines-yml-to-automatically-merge-feature/qaq-p/793222 : content_hash: 1fa9b8c1f6f34f0deb4e230fc74d3591b26a07b944bdd57ddb89334b274cf006 health_score: 100.0 @@ -40684,6 +43220,7 @@ https://commons.openshift.org: - docs/git.md v2_locations: - git.md + addition_method: manual ? https://community.atlassian.com/t5/Bitbucket-questions/configure-bitbucket-pipelines-yml-to-automatically-merge-feature/qaq-p/793222 : content_hash: 2b584970715dc3d5c30767ce150487542996519d242bb8ebb7f8aab8c4a56321 description: '' @@ -40695,6 +43232,7 @@ https://commons.openshift.org: v1_locations: - docs/git.md year: N/A + addition_method: manual https://community.aws/kubernetes: content_hash: 54afa79a4b27d7657455be5dfb12c3c6dccb1580b6ab07a0ccdcc4aa9d558fb1 description: '' @@ -40706,6 +43244,7 @@ https://community.aws/kubernetes: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://community.aws/training: content_hash: 54afa79a4b27d7657455be5dfb12c3c6dccb1580b6ab07a0ccdcc4aa9d558fb1 description: '' @@ -40717,6 +43256,7 @@ https://community.aws/training: v1_locations: - docs/aws-training.md year: N/A + addition_method: manual https://community.dataminer.services/ci-cd-and-the-agile-principles: ai_summary: 'Curator Insight: Maps technical CI/CD mechanisms onto Agile software development principles and continuous collaboration. Live Grounding: Outlines @@ -40745,6 +43285,7 @@ https://community.dataminer.services/ci-cd-and-the-agile-principles: v2_locations: - cicd.md year: N/A + addition_method: manual https://community.f5.com/kb/technicalarticles/what-is-kubernetes/281010: content_hash: e514f134cded165e502508fd4605297e05d6cfeb7e44c3418bbb27e91e558952 health_score: 100.0 @@ -40757,6 +43298,7 @@ https://community.f5.com/kb/technicalarticles/what-is-kubernetes/281010: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual ? https://community.hpe.com/hpeb/plugins/custom/hp/hpebresponsive/custom.bounce_endpoint?referer=https%3A%2F%2Fcommunity.hpe.com%2Ft5%2FHPE-Ezmeral-Uncut%2FContainers-vs-VMs-What-s-the-difference%2Fba-p%2F7147090 : content_hash: 7ff8146752d9d73e6db7e721e89341a01ab0e165897c6fd2b7049cbb5dd24e50 health_score: 100.0 @@ -40768,6 +43310,7 @@ https://community.f5.com/kb/technicalarticles/what-is-kubernetes/281010: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://community.hpe.com/t5/HPE-Ezmeral-Uncut/Containers-vs-VMs-What-s-the-difference/ba-p/7147090: content_hash: N/A description: '' @@ -40778,6 +43321,7 @@ https://community.hpe.com/t5/HPE-Ezmeral-Uncut/Containers-vs-VMs-What-s-the-diff v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://community.ibm.com/community/user/blogs/daniel-jast1/2023/12/07/red-hat-aap-on-ibm-z-and-linuxone: content_hash: ce82d29bab71989bca5ebc3b1c87c819851e2893d571db8c30ba8d49a8fe7d61 health_score: 100.0 @@ -40790,6 +43334,7 @@ https://community.ibm.com/community/user/blogs/daniel-jast1/2023/12/07/red-hat-a - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/daniel-jast1/2023/12/07/red-hat-aap-on-ibm-z-and-linuxone: content_hash: f09f305ca59cf7262b8e6524e8a1c938459967978dbfd81603e04c20a1468d7f description: '' @@ -40802,6 +43347,7 @@ https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/daniel-jast1/20 v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://community.jenkins.io/t/dsty-jenkins-std-lib-shared-library-interact-with-files-directories-using-groovy/398: content_hash: caa678d0d64780aeaeb21d1f7592cf7740f04b4dffff89f4afd94adcaa5f9735 description: '' @@ -40819,12 +43365,14 @@ https://community.jenkins.io/t/dsty-jenkins-std-lib-shared-library-interact-with v2_locations: - jenkins.md year: N/A + addition_method: manual https://community.ops.io/danielepolencic/how-do-you-gracefully-shut-down-pods-in-kubernetes-30fa: content_hash: b7db082d16131c0763c39ec0de3b9988fef03c7a4c45fce8af4f9f8f2744f99c health_score: 100.0 last_checked: 1779034030.811729 v1_locations: - docs/kubernetes.md + addition_method: manual https://community.ops.io/danielepolencic/learning-how-an-ingress-controller-works-by-building-one-in-bash-3fni: content_hash: c86c77e22847bd508f28035062797465bcc31cf91c9d41910e36633442453ae8 description: '' @@ -40841,12 +43389,14 @@ https://community.ops.io/danielepolencic/learning-how-an-ingress-controller-work v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://community.ops.io/danielepolencic/memory-requests-and-limits-in-kubernetes-217g: content_hash: ed82ad26511f68631ed1c429fb5c2afd4eca94287476983d2a11460e33a58167 health_score: 100.0 last_checked: 1779032236.324038 v1_locations: - docs/kubernetes.md + addition_method: manual https://community.ops.io/danielepolencic/pod-rebalancing-and-allocations-in-kubernetes-4kim: content_hash: 7f3c21f7be00aaab29e7341ea83a34c5f9e9026ee1f573f015e68d46b0159482 description: '' @@ -40863,6 +43413,7 @@ https://community.ops.io/danielepolencic/pod-rebalancing-and-allocations-in-kube v2_locations: - kubernetes.md year: N/A + addition_method: manual https://community.ops.io/jatin/ci-cd-101-with-gitlab-4pol: ai_summary: A community tutorial introducing the basic principles of continuous integration and continuous deployment within the GitLab platform. It provides @@ -40893,6 +43444,7 @@ https://community.ops.io/jatin/ci-cd-101-with-gitlab-4pol: v2_locations: - git.md year: N/A + addition_method: manual https://community.ops.io/javi_labs/configuring-aks-to-read-secrets-and-certificates-from-azure-keyvaults-17o1: ai_summary: Details the structural mapping required to link AKS with Azure Key Vault using the Secrets Store CSI Driver. Synthesizes community configurations with @@ -40924,6 +43476,7 @@ https://community.ops.io/javi_labs/configuring-aks-to-read-secrets-and-certifica v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://community.ops.io/javi_labs/one-day-wake-up-to-a-crashed-aks-cluster-and-this-is-what-i-did-to-get-it-back-to-life-1592 : ai_summary: Incident response case study details diagnostic processes used to recover a crashed AKS cluster. Walks through API troubleshooting, control plane investigations, @@ -40953,6 +43506,7 @@ https://community.ops.io/javi_labs/configuring-aks-to-read-secrets-and-certifica v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://community.ops.io/the_cozma/k8s-fix-helm-release-failing-with-an-upgrade-still-in-progress-4660: content_hash: 76cf6fa98eeb0411087796f4fdfe4c49809397d5272efcac1b6689a120717da2 health_score: 100.0 @@ -40960,6 +43514,7 @@ https://community.ops.io/the_cozma/k8s-fix-helm-release-failing-with-an-upgrade- needs_ai_refresh: true v1_locations: - docs/helm.md + addition_method: manual https://community.suse.com/feed: content_hash: 34ba4e7abe647a914590586b14c1a912645e472e8ed237f208f998258f63b570 description: '' @@ -40971,6 +43526,7 @@ https://community.suse.com/feed: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://community.suse.com/posts/13903989: content_hash: 1797c2868a3500d0e03ea1732ac628a9d7d4e7e3960647a0857c514ed62352c5 description: '' @@ -40982,6 +43538,7 @@ https://community.suse.com/posts/13903989: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://community.suse.com/posts/comparing-modern-day-container-image-builders-jib-buildpacks-and-docker: content_hash: 1797c2868a3500d0e03ea1732ac628a9d7d4e7e3960647a0857c514ed62352c5 description: '' @@ -40994,6 +43551,7 @@ https://community.suse.com/posts/comparing-modern-day-container-image-builders-j v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://community.suse.com/posts/stupid-simple-kubernetes-deployments-services-and-ingresses-explained: content_hash: 34ba4e7abe647a914590586b14c1a912645e472e8ed237f208f998258f63b570 description: '' @@ -41006,6 +43564,7 @@ https://community.suse.com/posts/stupid-simple-kubernetes-deployments-services-a v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://community.theforeman.org/t/rfc-operations-ansible-collection/20971: content_hash: 92962beeef327cbfdfcb9af9fee23f569527276fbd2a6437a795120a54076c96 description: '' @@ -41017,6 +43576,7 @@ https://community.theforeman.org/t/rfc-operations-ansible-collection/20971: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://comparecloud.in: content_hash: b30bb884cd78d7c1edacaeee250ad1c581400c25cf2766d6bfda9fc206f4c80a description: '' @@ -41033,6 +43593,7 @@ https://comparecloud.in: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://compliantkubernetes.io: content_hash: f6c7b2f28b6b77b811949cec18a48afb24bfaab0da55cbd8633c28d7ce00f7dd description: '' @@ -41046,6 +43607,7 @@ https://compliantkubernetes.io: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://computerhoy.20minutos.es: ai_summary: Curator Insight provides a layperson's primer into how artificial neural networks learn patterns from vast datasets. Live Grounding shows this Spanish-language @@ -41070,6 +43632,7 @@ https://computerhoy.20minutos.es: - git.md - ai.md year: '2023' + addition_method: manual https://computerhoy.com/software/github-copilot-x-nueva-ia-parecida-chatgpt-destinada-ayudar-programadores-1219266: content_hash: 1b1519ec52478d41664ae4b1de86f7f2c9b5d9e1e5a2528283049a6bd1315b60 description: '' @@ -41082,6 +43645,7 @@ https://computerhoy.com/software/github-copilot-x-nueva-ia-parecida-chatgpt-dest v1_locations: - docs/git.md year: N/A + addition_method: manual https://computerhoy.com/tecnologia/deep-learning-considera-revolucion-ia-1241180: content_hash: 22927715adb24c462a6477176d78b472795a69ce2327403e042e106bca68a4ed description: '' @@ -41094,6 +43658,7 @@ https://computerhoy.com/tecnologia/deep-learning-considera-revolucion-ia-1241180 v1_locations: - docs/ai.md year: N/A + addition_method: manual https://computingforgeeks.com/build-aws-ec2-machine-images-with-packer-and-ansible: content_hash: 35fe8de32103a4848ce722be46697f92867b1998f4c3e7589b4d3e0ee3e14272 description: '' @@ -41111,6 +43676,7 @@ https://computingforgeeks.com/build-aws-ec2-machine-images-with-packer-and-ansib v2_locations: - terraform.md year: N/A + addition_method: manual https://computingforgeeks.com/kubectl-cheat-sheet-for-kubernetes-cka-exam-prep: content_hash: 7762c695f4e1b9e5356cebf49678de04400d82847582778924802a08bdc95200 description: '' @@ -41123,6 +43689,7 @@ https://computingforgeeks.com/kubectl-cheat-sheet-for-kubernetes-cka-exam-prep: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://computingforgeeks.com/kubectl-cheat-sheet-kubernetes: content_hash: a0b36e5798076b23930e5057c69e0cbac835349a67010681b26ce667c6d5bc8c health_score: 100.0 @@ -41135,6 +43702,7 @@ https://computingforgeeks.com/kubectl-cheat-sheet-kubernetes: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://computingforgeeks.com/ssh-cheatsheet-for-sysadmins: content_hash: bb41cc4d0305ad2aa0484c684dd7df147d5a7baa27cf8aa7381dcb74f0d0011a description: '' @@ -41146,6 +43714,7 @@ https://computingforgeeks.com/ssh-cheatsheet-for-sysadmins: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://computingforgeeks.com/ssh-commands-cheat-sheet-linux: content_hash: ce89dcdc88ac5b91b5d933ab8f86885c0ffc6ca73ee259131c4386e5b6965a39 health_score: 100.0 @@ -41158,6 +43727,7 @@ https://computingforgeeks.com/ssh-commands-cheat-sheet-linux: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://concourse-ci.org: content_hash: 2f17a232440c2d9ea6aa9a5ec2f410eb9ada14e81dbf72ca0b1f0ea075211666 description: '' @@ -41174,6 +43744,7 @@ https://concourse-ci.org: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://confluence.atlassian.com/bitbucketserver/automatic-branch-merging-776639993.html: content_hash: 9dc6efca5a222eda0b67c6115125ce8e2438b0805ef530b58997e604338171e9 description: '' @@ -41190,6 +43761,7 @@ https://confluence.atlassian.com/bitbucketserver/automatic-branch-merging-776639 v2_locations: - git.md year: N/A + addition_method: manual https://confluence.atlassian.com/bitbucketserver/branches-776639968.html: ai_summary: Bitbucket's enterprise-grade documentation for setting up native branching structures. Explains automated pull request integrations, merge checks, branch @@ -41211,6 +43783,7 @@ https://confluence.atlassian.com/bitbucketserver/branches-776639968.html: v2_locations: - git.md year: '2022' + addition_method: manual https://confluence.atlassian.com/bitbucketserver/checks-for-merging-pull-requests-776640039.html: content_hash: 50b111f50ffaef4f1b20f38de716b0efce27b43c6561fb4ea37bf8dbdec90bb0 description: '' @@ -41227,6 +43800,7 @@ https://confluence.atlassian.com/bitbucketserver/checks-for-merging-pull-request v2_locations: - git.md year: N/A + addition_method: manual https://confluence.atlassian.com/bitbucketserver/using-branches-in-bitbucket-server-776639968.html: content_hash: bc93901ac186ff796e4750c6ef05682c84c3dd0a71fea342a1c2316e643e7fbf description: '' @@ -41238,6 +43812,7 @@ https://confluence.atlassian.com/bitbucketserver/using-branches-in-bitbucket-ser v1_locations: - docs/git.md year: N/A + addition_method: manual https://confluence.sakaiproject.org/display/REL/Maven+release+plugin+cheat+sheet: content_hash: N/A description: '' @@ -41248,6 +43823,7 @@ https://confluence.sakaiproject.org/display/REL/Maven+release+plugin+cheat+sheet v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://conjure-up.io: content_hash: 6dd11f73ac72feaba19d04d02df52351050e2cf9701a46e219eb47d3bb1d2f93 description: '' @@ -41260,6 +43836,7 @@ https://conjure-up.io: - docs/kubernetes-on-premise.md - docs/matrix-table.md year: N/A + addition_method: manual https://console.cloud.google.com/products: content_hash: 9531ccf5dea1fa26a180b8c16e0f8800b3b2edfd77e0aacadcd512453292021a description: '' @@ -41271,6 +43848,7 @@ https://console.cloud.google.com/products: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://console.kubestellar.io: content_hash: f624cf1a2a553fab72cc11117f1760bccfa4704e814702d77d96f3e5578a11c2 description: '' @@ -41287,12 +43865,14 @@ https://console.kubestellar.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://console.redhat.com/openshift/install: content_hash: 7df901d0941ab61e9431c5b1d3b3c54c4d74b40eaea52f20102997567a61d654 health_score: 100.0 last_checked: 1779130494.959005 v1_locations: - docs/ocp4.md + addition_method: manual https://container-registry.com/posts/productivity-lift-buildkit-cli-for-kubectl: content_hash: 3cb1af83b144f3664ec4f3c5746840ce7d61fd30bdea360ccd0359a7c351b7a3 description: '' @@ -41311,6 +43891,7 @@ https://container-registry.com/posts/productivity-lift-buildkit-cli-for-kubectl: - kubernetes-tools.md - kubectl-commands.md year: N/A + addition_method: manual https://containerd.io: content_hash: 7a97653beaa8a2ff38354c0c0031e58f25bd9e9874e0b04825ddf3507a24c558 description: '' @@ -41327,6 +43908,7 @@ https://containerd.io: v2_locations: - container-managers.md year: N/A + addition_method: manual ? https://containerjournal-com.cdn.ampproject.org/c/s/containerjournal.com/topics/container-ecosystems/prometheus-monitoring-ecosystem-begins-to-mature/amp : content_hash: e55fb1a1d731153e943b68844af12dcce8bfac917c98ffdea64c80da0607dd47 description: '' @@ -41343,6 +43925,7 @@ https://containerd.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://containerjournal.com: content_hash: cae37ad52cf0876c8d16712f142d9b3dc9d1ffd440d5f7a856c4d383d35cde66 description: '' @@ -41354,6 +43937,7 @@ https://containerjournal.com: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://containerjournal.com/editorial-calendar/best-of-2021/kubernetes-enables-devops-as-a-service-daas: content_hash: df18aa86dad46a306133d5a6e852cfc00fcc699e4e9b3c4c97f4bf3d1351d152 description: '' @@ -41366,6 +43950,7 @@ https://containerjournal.com/editorial-calendar/best-of-2021/kubernetes-enables- v1_locations: - docs/devops.md year: N/A + addition_method: manual https://containerjournal.com/editorial-calendar/cloud-native-security/the-what-and-why-of-cloud-native-security: content_hash: 8344b412fd45623dc7a7aeca0bb3c25cbed87ed1bd4e0644d1a89ded052438bf description: '' @@ -41377,6 +43962,7 @@ https://containerjournal.com/editorial-calendar/cloud-native-security/the-what-a v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://containerjournal.com/features/4-expert-level-things-i-wish-id-known-about-kubernetes: content_hash: 98a4fcc13243b3e6be9f29e2bf7d418b58fa7537b404915d40ab2e96116fb06e description: '' @@ -41388,6 +43974,7 @@ https://containerjournal.com/features/4-expert-level-things-i-wish-id-known-abou v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://containerjournal.com/features/9-open-source-developer-tools-for-kubernetes: content_hash: 9833d37eff7c92ef4c2d1eb159e0e6925f56ff2a9ddea8f73d0eb8131f2cc94b description: '' @@ -41399,6 +43986,7 @@ https://containerjournal.com/features/9-open-source-developer-tools-for-kubernet v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://containerjournal.com/features/assessing-the-true-cost-of-kubernetes: content_hash: 49424c5e3c9e7fb7548dc700eff92dedcd6dc46f65b2aa72980b9b75c96f7c2b description: '' @@ -41410,6 +43998,7 @@ https://containerjournal.com/features/assessing-the-true-cost-of-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://containerjournal.com/features/deploying-kubernetes-on-bare-metal: content_hash: f8384d4535b32a8f60a62963a6ef6d71970cef796cb7da4ba37e34e0b6cc835c description: '' @@ -41421,6 +44010,7 @@ https://containerjournal.com/features/deploying-kubernetes-on-bare-metal: v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://containerjournal.com/features/gitlab-brings-kubernetes-operator-to-red-hat-openshift: content_hash: 1285e895276d4fc22bd29843f0c5e9f8e688780bca3a879aba0d8e489a6cb96d description: '' @@ -41432,6 +44022,7 @@ https://containerjournal.com/features/gitlab-brings-kubernetes-operator-to-red-h v1_locations: - docs/git.md year: N/A + addition_method: manual https://containerjournal.com/features/gitops-the-missing-link-for-ci-cd-for-kubernetes: content_hash: 115b2525b2fd5fc752b409cf408b80fafc8dc4e6d9c5fafcb4cfe461b479ee56 description: '' @@ -41444,6 +44035,7 @@ https://containerjournal.com/features/gitops-the-missing-link-for-ci-cd-for-kube v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://containerjournal.com/features/gitops-workflows-and-principles-for-kubernetes: content_hash: 33291f3777ddf6b084de8c633b1375b44a04f53243b5d4fdb81ff949468f298e description: '' @@ -41455,6 +44047,7 @@ https://containerjournal.com/features/gitops-workflows-and-principles-for-kubern v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://containerjournal.com/features/gitops-workflows-expanding-beyond-kubernetes-clusters: content_hash: b5478095811e234e7d18e0715c749bac43a01b2596c1532ecc6588ac9cf458da description: '' @@ -41466,6 +44059,7 @@ https://containerjournal.com/features/gitops-workflows-expanding-beyond-kubernet v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://containerjournal.com/features/kubernetes-enables-devops-as-a-service-daas: content_hash: df18aa86dad46a306133d5a6e852cfc00fcc699e4e9b3c4c97f4bf3d1351d152 description: '' @@ -41477,6 +44071,7 @@ https://containerjournal.com/features/kubernetes-enables-devops-as-a-service-daa v1_locations: - docs/devops.md year: N/A + addition_method: manual https://containerjournal.com/features/kubernetes-security-in-your-ci-cd-pipeline: content_hash: 18177d0221bd38ebdff17840fade2ff49c79f27734fce3d9ff27cbf9a6da2185 description: '' @@ -41488,6 +44083,7 @@ https://containerjournal.com/features/kubernetes-security-in-your-ci-cd-pipeline v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://containerjournal.com/features/linkerds-cncf-graduation-due-to-its-simplicity: content_hash: 40dd2dcacc1b17cc72cae629743a684537a0d5d3ffb03880c35386b28fbe3cce description: '' @@ -41499,6 +44095,7 @@ https://containerjournal.com/features/linkerds-cncf-graduation-due-to-its-simpli v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://containerjournal.com/features/red-hat-ibm-launch-konveyor-to-aggregate-kubernetes-tools: content_hash: 44f8d2e908688fe542734390ec32d58430651efccde27a24dc749faac34340bd description: '' @@ -41511,6 +44108,7 @@ https://containerjournal.com/features/red-hat-ibm-launch-konveyor-to-aggregate-k v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://containerjournal.com/features/red-hat-simplifies-kubernetes-cluster-management: content_hash: b7057b78ff9f06ce1ec588b406b5651860ffe08f4b90521d13645e0bfeea22f1 description: '' @@ -41522,6 +44120,7 @@ https://containerjournal.com/features/red-hat-simplifies-kubernetes-cluster-mana v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://containerjournal.com/features/siloscape-the-dark-side-of-kubernetes: content_hash: 8cb6f103700f3f4e68f1f9d839715d92e8a015840887eb604b9def1045315ead description: '' @@ -41533,6 +44132,7 @@ https://containerjournal.com/features/siloscape-the-dark-side-of-kubernetes: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://containerjournal.com/features/the-4-levels-of-gitops-maturity: content_hash: 4aced4975cdc14feae083ed46231e0e78834b50c0f7cf5500328bcd89cebf0e1 description: '' @@ -41544,6 +44144,7 @@ https://containerjournal.com/features/the-4-levels-of-gitops-maturity: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://containerjournal.com/features/the-rise-of-the-kubemaster: content_hash: d1f382d5091057dd16c31c2addea3dbd843147c5712e89fa0885937917dc374c description: '' @@ -41555,6 +44156,7 @@ https://containerjournal.com/features/the-rise-of-the-kubemaster: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://containerjournal.com/features/whats-the-difference-between-docker-and-kubernetes: content_hash: 367763ff938c7d58fda67a549a836b53e076d20592561a9e08ca10463106407d description: '' @@ -41566,6 +44168,7 @@ https://containerjournal.com/features/whats-the-difference-between-docker-and-ku v1_locations: - docs/docker.md year: N/A + addition_method: manual https://containerjournal.com/features/when-is-kubernetes-service-ownership-the-right-fit: content_hash: 262baa135af3a72c904f412c031ca4610c44673f56de85842a64d35b9f1edc64 description: '' @@ -41577,6 +44180,7 @@ https://containerjournal.com/features/when-is-kubernetes-service-ownership-the-r v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://containerjournal.com/features/when-is-service-mesh-worth-it: content_hash: 92bee09d8ff2d4afc51dc76df42d0c4b138fdf586562d2bbd734060bd4744ece description: '' @@ -41588,6 +44192,7 @@ https://containerjournal.com/features/when-is-service-mesh-worth-it: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://containerjournal.com/features/when-kubernetes-as-a-service-doesnt-cut-it: content_hash: ce128728e75e1d95d413ac134f0b05c5857e0e42824f193344c6a0bbe987ab6e description: '' @@ -41599,6 +44204,7 @@ https://containerjournal.com/features/when-kubernetes-as-a-service-doesnt-cut-it v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://containerjournal.com/kubeconcnc/kubernetes-true-superpower-is-its-control-plane: content_hash: 3323f7dcae5c69991efd0392a2b0395ffb34a04a014cc44e70e22099916678b9 description: '' @@ -41610,6 +44216,7 @@ https://containerjournal.com/kubeconcnc/kubernetes-true-superpower-is-its-contro v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-ecosystems/how-docker-and-kubernetes-work-together: content_hash: 27fe12c7b9c2df088fc66fcfeca41212c15bb3e05cf49d11d1b9c931980dd23e description: '' @@ -41621,6 +44228,7 @@ https://containerjournal.com/topics/container-ecosystems/how-docker-and-kubernet v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-ecosystems/how-the-rise-of-containers-will-drive-devops: content_hash: f1f828429993e29ad6c60d80e1e0547c8382ff8b3b49724a6ebad013f85a5b3f description: '' @@ -41632,6 +44240,7 @@ https://containerjournal.com/topics/container-ecosystems/how-the-rise-of-contain v1_locations: - docs/devops.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-ecosystems/ibm-leverages-containers-to-advance-devops-on-mainframes: content_hash: eddb7796f04c9d9e2b5c88269e867b5b9e023dca1cc1c1adb9342d358852ff73 description: '' @@ -41643,6 +44252,7 @@ https://containerjournal.com/topics/container-ecosystems/ibm-leverages-container v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-ecosystems/red-hat-adds-java-runtime-for-kubernetes-to-subscription: content_hash: 58dece3caa9e25eba3e1a9bbdee906e91cb4ac1283dae9c72ed4191c520d9071 description: '' @@ -41654,6 +44264,7 @@ https://containerjournal.com/topics/container-ecosystems/red-hat-adds-java-runti v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-management/10-best-practices-worth-implementing-to-adopt-kubernetes: content_hash: 85ea2132330db4d11bc25198717656da096248bf34fec3f02632fa22d4f92aa5 description: '' @@ -41665,6 +44276,7 @@ https://containerjournal.com/topics/container-management/10-best-practices-worth v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-management/overcoming-kubernetes-infrastructure-challenges: content_hash: b95f995494d58be8b16741e9444f61b4917cdb4af67aba726f5ee48666a0e10c description: '' @@ -41676,6 +44288,7 @@ https://containerjournal.com/topics/container-management/overcoming-kubernetes-i v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual ? https://containerjournal.com/topics/container-management/rancher-labs-adds-support-for-longhorn-storage-on-kubernetes-clusters : content_hash: 222a0e1580bbc38bfd03a90bb365527262b63b2cb315b1c5beb7fc139d7e908d description: '' @@ -41688,6 +44301,7 @@ https://containerjournal.com/topics/container-management/overcoming-kubernetes-i v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-management/red-hat-delivers-latest-kubernetes-enhancements: content_hash: 1fe92296b762ecad9852974bbe2fc7aa96919719b8cea2fc632e1210dd7cbdeb description: '' @@ -41699,6 +44313,7 @@ https://containerjournal.com/topics/container-management/red-hat-delivers-latest v1_locations: - docs/ocp4.md year: N/A + addition_method: manual ? https://containerjournal.com/topics/container-management/red-hat-integrates-kubevirt-with-kubernetes-management-platform-from-sap : content_hash: 48e477a8cb19ae505ba43ad890022ab68fc6df95ae843cda7ccb782bb81a6620 description: '' @@ -41711,6 +44326,7 @@ https://containerjournal.com/topics/container-management/red-hat-delivers-latest v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-management/red-hat-platform-brings-kafka-closer-to-kubernetes: content_hash: a04ad889910405ad5e405eac3d828e849fa4ffc6a63abb5a0155cc9b50a560a3 description: '' @@ -41722,6 +44338,7 @@ https://containerjournal.com/topics/container-management/red-hat-platform-brings v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://containerjournal.com/topics/container-security/how-to-secure-your-kubernetes-cluster: content_hash: a8581516b5dd0e9167d9b31034a35d4bec2fbb5d5eff63bedd13eac8a4e65bd4 description: '' @@ -41733,6 +44350,7 @@ https://containerjournal.com/topics/container-security/how-to-secure-your-kubern v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://containerjournal.com/uncategorized/9-pillars-of-engineering-devops-with-kubernetes: content_hash: 0e169677be9635e01ec8229b7247fce3195bb4dbd5b1261ac58b777932d23d03 description: '' @@ -41744,6 +44362,7 @@ https://containerjournal.com/uncategorized/9-pillars-of-engineering-devops-with- v1_locations: - docs/devops.md year: N/A + addition_method: manual https://containerssh.io: content_hash: c774f9e7a5e06e492c407eeab6b2906b6156918e6630dfd7cf52fdbfcb86dfc5 description: '' @@ -41760,6 +44379,7 @@ https://containerssh.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://containo.us/blog/kubernetes-ingress-service-api-demystified: content_hash: a0608224d88cd687fb7b2d54f142a10d61f9b5cb67e60150f441396423733966 description: '' @@ -41771,6 +44391,7 @@ https://containo.us/blog/kubernetes-ingress-service-api-demystified: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://containo.us/maesh: content_hash: 3cbd4dc9f94726298ade097c84b034551fc2cd2e75bf5f384b0dc696a10ef6a1 description: '' @@ -41782,6 +44403,7 @@ https://containo.us/maesh: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://contains.dev/blog/optimizing-docker-image-size: content_hash: N/A description: '' @@ -41796,6 +44418,7 @@ https://contains.dev/blog/optimizing-docker-image-size: v2_locations: - docker.md year: N/A + addition_method: manual https://content.techgig.com/5-best-devops-practices-for-beginners/articleshow/81368965.cms: content_hash: 06872c33f5d7ef894dd006cba688641fc6f62898678892bdb7cd02479ae7b53b description: '' @@ -41812,6 +44435,7 @@ https://content.techgig.com/5-best-devops-practices-for-beginners/articleshow/81 v2_locations: - devops.md year: N/A + addition_method: manual https://continuousdelivery.com/implementing/patterns: ai_summary: 'Curator Insight: Canonical reference index for continuous delivery methodologies based on Dave Farley and Jez Humble''s foundational work. Live Grounding: @@ -41842,6 +44466,7 @@ https://continuousdelivery.com/implementing/patterns: v2_locations: - cicd.md year: N/A + addition_method: manual https://contractortaxation.com/contracting-in-spain: ai_summary: Tax guide analyzing the operational structures (autonomous status, SL, or umbrella corp) for international contractors relocating to Spain. @@ -41867,6 +44492,7 @@ https://contractortaxation.com/contracting-in-spain: v2_locations: - freelancing.md year: N/A + addition_method: manual https://cookbook.learndataengineering.com/docs/05-CaseStudies: content_hash: 744d9dfeb9becf75c6f6a7fcf62f8a8f1f2bfcf622defaf289ed258d6da24271 description: '' @@ -41883,6 +44509,7 @@ https://cookbook.learndataengineering.com/docs/05-CaseStudies: v2_locations: - introduction.md year: N/A + addition_method: manual https://cookbook.openshift.org: content_hash: 303ad16a9b13a7b4b01b2c3aadc499912e39a13a6a5cf45ce8dabc4dfe899fcc description: '' @@ -41899,6 +44526,7 @@ https://cookbook.openshift.org: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://cookbook.openshift.org/image-registry-and-image-streams/how-do-i-import-an-image-from-an-external-image.html: content_hash: 59a094ae2258328133fa6501cb2393c6270b0b05589194d20f4314e854c4c3f6 description: '' @@ -41916,6 +44544,7 @@ https://cookbook.openshift.org/image-registry-and-image-streams/how-do-i-import- v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://coolify.io: ai_summary: An open-source, self-hosted platform alternative to Heroku. Lets users host databases, APIs, and frontend systems on their own servers (Docker, Swarm) @@ -41943,6 +44572,7 @@ https://coolify.io: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://copilot.github.com: content_hash: 838bc4a28da9091162117c4c3cf5182f089f1695468ca2e18730af311c5856b0 description: '' @@ -41954,6 +44584,7 @@ https://copilot.github.com: - docs/devel-sites.md - docs/git.md year: N/A + addition_method: manual https://copr.fedorainfracloud.org: content_hash: 1fd02a8f378ca2a00c0ee2ec3258049822b9ba4aa32e1e6597e9eee74326159a description: '' @@ -41965,6 +44596,7 @@ https://copr.fedorainfracloud.org: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://copr.fedorainfracloud.org/coprs: ai_summary: An easy-to-use build system that provides a personal repository (COPR) for Fedora and EPEL packages. Allows developers to package third-party software @@ -41986,6 +44618,7 @@ https://copr.fedorainfracloud.org/coprs: v2_locations: - linux.md year: '2026' + addition_method: manual https://copyconstruct.medium.com/testing-in-production-the-safe-way-18ca102d0ef1: content_hash: N/A description: '' @@ -42000,18 +44633,21 @@ https://copyconstruct.medium.com/testing-in-production-the-safe-way-18ca102d0ef1 v2_locations: - qa.md year: N/A + addition_method: manual https://coreos.com/blog/introducing-ignition.html: content_hash: fe3b00fc9855e8f639ff3144a9426dbe138a0fc8ac6c3d5d5c1f62df62660602 health_score: 100.0 last_checked: 1779030202.155985 v1_locations: - docs/ocp4.md + addition_method: manual https://coreos.com/ignition/docs/latest/what-is-ignition.html: content_hash: f9762d829597d6b30fc553e86d294c3fcb736171d602ae58e3639cfcb9c48d27 health_score: 100.0 last_checked: 1779029269.807507 v1_locations: - docs/ocp4.md + addition_method: manual https://cormachogan.com/2020/04/01/a-first-look-at-vsphere-with-kubernetes-in-action: ai_summary: A detailed technical review showing vSphere with Kubernetes in a live environment. Reviews how the Supervisor Cluster exposes Kubernetes native primitives @@ -42041,6 +44677,7 @@ https://cormachogan.com/2020/04/01/a-first-look-at-vsphere-with-kubernetes-in-ac v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://cormachogan.com/2020/04/07/building-a-tkg-guest-cluster-in-vsphere-with-kubernetes: ai_summary: A practical walk-through detailing how to construct and deploy a Tanzu Kubernetes Grid (TKG) guest cluster. Covers configuration details including Cluster @@ -42069,6 +44706,7 @@ https://cormachogan.com/2020/04/07/building-a-tkg-guest-cluster-in-vsphere-with- v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://cortexmetrics.io: content_hash: 0e2564036cdc30398abfbd9e5a0ee1fe07eb77a2f15debf87b3986a33e4af8c6 description: '' @@ -42085,6 +44723,7 @@ https://cortexmetrics.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://coruzant.com/appdev/kubernetes-management-tools-and-best-practices: content_hash: 6b7f924aa5fdd8b13b3e24d3c6bb038193e29f6d06481b69e6bed0afcbfa4b78 description: '' @@ -42101,6 +44740,7 @@ https://coruzant.com/appdev/kubernetes-management-tools-and-best-practices: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://couchdb.apache.org: content_hash: 98a95ed02d024039b46cc22cfaf6f1bdcbce880e2982a00aeff791a94fe25a45 health_score: 100.0 @@ -42113,6 +44753,7 @@ https://couchdb.apache.org: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://courses.devopscube.com/l/products: content_hash: 505a1bfe95e1cf625225cc25efc7e958c051995af82f59024728197c54c5d914 health_score: 100.0 @@ -42125,6 +44766,7 @@ https://courses.devopscube.com/l/products: - docs/kustomize.md v2_locations: - kustomize.md + addition_method: manual https://courses.mooc.fi/org/uh-cs/courses/devops-with-kubernetes: content_hash: 5f7cbed81a011193b24135e98b1654945c887352cc39c829ae0e9ae7b8d760cb health_score: 100.0 @@ -42138,6 +44780,7 @@ https://courses.mooc.fi/org/uh-cs/courses/devops-with-kubernetes: v2_locations: - kubernetes-tutorials.md - index.md + addition_method: manual https://craig-godden-payne.medium.com/how-does-ingress-work-in-kubernetes-f3b121d0351f: content_hash: N/A description: '' @@ -42152,6 +44795,7 @@ https://craig-godden-payne.medium.com/how-does-ingress-work-in-kubernetes-f3b121 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://crc.dev: content_hash: N/A description: '' @@ -42167,6 +44811,7 @@ https://crc.dev: v2_locations: - ocp4.md year: N/A + addition_method: manual https://creately.com/blog/business/how-to-set-kpis-for-team-members: content_hash: 0688b3db1197d257f8fe034c30757d1b1b2672b4805af35704cd27b34007a662 description: '' @@ -42182,6 +44827,7 @@ https://creately.com/blog/business/how-to-set-kpis-for-team-members: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://creately.com/blog/diagrams/what-is-a-kanban-board: content_hash: 77bd91dc8db799733ae86236f0770b2addc8ce9924ccba12c3902d6a915ef247 description: '' @@ -42193,6 +44839,7 @@ https://creately.com/blog/diagrams/what-is-a-kanban-board: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://creately.com/blog/project-management/what-is-a-kanban-board: content_hash: c11e4f8b77d3a18adc362f44c9648376156318e85d71669a91e0e98f7b8f4ec7 health_score: 100.0 @@ -42205,6 +44852,7 @@ https://creately.com/blog/project-management/what-is-a-kanban-board: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://cri-o.io: content_hash: 2d6e02d66c45c843da0bb74c2bca7a37de86939ac170fecd576c1d1cc6d68036 description: '' @@ -42224,6 +44872,7 @@ https://cri-o.io: - container-managers.md - index.md year: N/A + addition_method: manual https://cribl.io/blog/using-prometheus-for-agentless-monitoring: content_hash: 1a7e211d9f28017bfed17905a9d0cf32c455bb37c4f75b841f087e530f4d7b89 description: '' @@ -42240,6 +44889,7 @@ https://cribl.io/blog/using-prometheus-for-agentless-monitoring: v2_locations: - prometheus.md year: N/A + addition_method: manual https://cronicaglobal.elespanol.com/vida/20240604/roberto-ardon-incepto-ia-pueden-pedir-imposibles/860164103_0.html: content_hash: 185dd02f6b0bc7ade6014427c46492a41adcdebec1a423b4363de15751eea128 description: '' @@ -42257,6 +44907,7 @@ https://cronicaglobal.elespanol.com/vida/20240604/roberto-ardon-incepto-ia-puede v2_locations: - customer.md year: N/A + addition_method: manual https://crontab.guru: content_hash: 2e604eb39a911cc8ef3d17d141519eeb6f65f22caac1588e64860f4efa8f3086 description: '' @@ -42273,6 +44924,7 @@ https://crontab.guru: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://crossplane.io: content_hash: 30311266c2e7eba4eaf746dbf25e5577f1f6e00305381acbaca7b8d1f8dbffcc description: '' @@ -42284,6 +44936,7 @@ https://crossplane.io: v1_locations: - docs/crossplane.md year: N/A + addition_method: manual https://crunchtools.com/comparison-linux-container-images: content_hash: 628ba048eb56af40d645938ba8729634e41b4d22ac652e2311166729a7a14261 health_score: 100.0 @@ -42296,6 +44949,7 @@ https://crunchtools.com/comparison-linux-container-images: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://crunchtools.com/moving-linux-services-to-containers: content_hash: 61777b2297641311c598f6ac9a3cc0adf4b0e2165039da215abefdb1734c8cbe health_score: 100.0 @@ -42308,6 +44962,7 @@ https://crunchtools.com/moving-linux-services-to-containers: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://crunchtools.com/should-i-use-docker-compose-or-podman-compose-with-podman: content_hash: 816be9da6ce6ea8bae62d7337d6f2616aae3d8368380a3de999ccd885a95546e health_score: 100.0 @@ -42320,6 +44975,7 @@ https://crunchtools.com/should-i-use-docker-compose-or-podman-compose-with-podma - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions: ai_summary: Low-level cryptographic recipe details for implementing Scrypt KDF in Python. Part of the cryptography package, offering precise tuning of memory cost @@ -42347,6 +45003,7 @@ https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions: v2_locations: - devsecops.md year: N/A + addition_method: manual https://css-tricks.com/a-gentle-introduction-to-using-a-docker-container-as-a-dev-environment: content_hash: 9b79025c28aacb39ecee1c616c9a341d7182a1add537e20ba29d7534bd2d003c description: '' @@ -42363,6 +45020,7 @@ https://css-tricks.com/a-gentle-introduction-to-using-a-docker-container-as-a-de v2_locations: - docker.md year: N/A + addition_method: manual https://css-tricks.com/better-collaboration-with-pull-requests: content_hash: 671cb527229ae45887bdcdd1f49a593c53d4e1bc2005be9589bc1f5a3aa2d86d description: '' @@ -42374,6 +45032,7 @@ https://css-tricks.com/better-collaboration-with-pull-requests: v1_locations: - docs/git.md year: N/A + addition_method: manual https://css-tricks.com/branching-strategies-in-git: content_hash: acf98bd232f422612e0b993fdd58946024ee0f37e6c4e4048b4fc3b8d8568e30 description: '' @@ -42385,6 +45044,7 @@ https://css-tricks.com/branching-strategies-in-git: v1_locations: - docs/git.md year: N/A + addition_method: manual https://css-tricks.com/cherry-picking-commits-in-git: content_hash: 8da2f6a5b112766c0c75d979eff7d04286e80557de5841657b8c81ee299ba731 description: '' @@ -42396,6 +45056,7 @@ https://css-tricks.com/cherry-picking-commits-in-git: v1_locations: - docs/git.md year: N/A + addition_method: manual https://css-tricks.com/creating-the-perfect-commit-in-git: ai_summary: Discusses the philosophy and composition of highly structured commits, focusing on atomic change separation, patch staging ('git add -p'), and clean @@ -42425,6 +45086,7 @@ https://css-tricks.com/creating-the-perfect-commit-in-git: v2_locations: - git.md year: N/A + addition_method: manual https://css-tricks.com/git-switching-unstaged-changes-to-a-new-branch: ai_summary: Offers concrete workflows for isolating and moving accidental master/main modifications into a cleanly isolated feature branch. Demonstrates terminal patterns @@ -42453,6 +45115,7 @@ https://css-tricks.com/git-switching-unstaged-changes-to-a-new-branch: v2_locations: - git.md year: N/A + addition_method: manual https://css-tricks.com/how-to-automate-project-versioning-and-releases-with-continuous-deployment: content_hash: 2428e8130d6d3c36eb096a98d6189e029c0d4cdfd02acd0791f8f3223e98d4a2 description: '' @@ -42470,6 +45133,7 @@ https://css-tricks.com/how-to-automate-project-versioning-and-releases-with-cont v2_locations: - git.md year: N/A + addition_method: manual https://css-tricks.com/interactive-rebase-clean-up-your-commit-history: content_hash: 3ff16cfded927f39622546f3b7ea9e3df3735e292cd4133de3caab23bc400303 description: '' @@ -42482,6 +45146,7 @@ https://css-tricks.com/interactive-rebase-clean-up-your-commit-history: v1_locations: - docs/git.md year: N/A + addition_method: manual https://css-tricks.com/kubernetes-explained-simply-containers-pods-and-images: content_hash: 034a42f53af67eef720e54f1fdf5a24b0f3f09c613891e75855a4f585153ba8f description: '' @@ -42498,6 +45163,7 @@ https://css-tricks.com/kubernetes-explained-simply-containers-pods-and-images: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://css-tricks.com/merge-conflicts-what-they-are-and-how-to-deal-with-them: content_hash: 98d375711a55d8c99f4e766a978dcc137424d970a53a01b57d9368951883c1ab description: '' @@ -42510,6 +45176,7 @@ https://css-tricks.com/merge-conflicts-what-they-are-and-how-to-deal-with-them: v1_locations: - docs/git.md year: N/A + addition_method: manual https://css-tricks.com/rebase-vs-merge-integrating-changes-in-git: content_hash: 54db81d34305da265552b4bbe0b4f4e41ddf1cf8f0d732798fc2836e297242b6 description: '' @@ -42522,6 +45189,7 @@ https://css-tricks.com/rebase-vs-merge-integrating-changes-in-git: v1_locations: - docs/git.md year: N/A + addition_method: manual https://css-tricks.com/the-many-faces-of-vs-code-in-the-browser: content_hash: cfe0392b4f72cd29b3ed8d3ccd8ba8603cdec0afa07e3055c49663cab0d94600 description: '' @@ -42533,6 +45201,7 @@ https://css-tricks.com/the-many-faces-of-vs-code-in-the-browser: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://css-tricks.com/using-the-reflog-to-restore-lost-commits: content_hash: eab9b8026ddc56ee65b3efbbd853721e2caaef9e6ce9a545c102a6b3c472e88b description: '' @@ -42544,6 +45213,7 @@ https://css-tricks.com/using-the-reflog-to-restore-lost-commits: v1_locations: - docs/git.md year: N/A + addition_method: manual https://cssnectar.com: ai_summary: Curated design gallery aggregating modern CSS styles and interactive layout experiments. Serves as a performance-minded reference portal for advanced @@ -42571,6 +45241,7 @@ https://cssnectar.com: v2_locations: - javascript.md year: N/A + addition_method: manual https://cult.honeypot.io/reads/best-frontend-javascript-frameworks-learn-2021: content_hash: N/A description: '' @@ -42585,6 +45256,7 @@ https://cult.honeypot.io/reads/best-frontend-javascript-frameworks-learn-2021: v2_locations: - javascript.md year: N/A + addition_method: manual https://curity.io/resources/client-security: ai_summary: Analyzes security patterns and best practices for implementing secure clients within modern web architecture. Curator insight focuses on preventing @@ -42614,6 +45286,7 @@ https://curity.io/resources/client-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://curity.io/resources/learn/oauth-overview: ai_summary: An authoritative reference detailing the core flows, mechanics, and actors within the OAuth 2.0 authorization framework. Curator insight describes @@ -42645,6 +45318,7 @@ https://curity.io/resources/learn/oauth-overview: - kubernetes-security.md - oauth.md year: N/A + addition_method: manual https://curity.io/resources/learn/openid-connect-overview: ai_summary: Provides a comprehensive introduction to OpenID Connect (OIDC), the identity layer built directly on top of OAuth 2.0. Curator insight highlights @@ -42676,6 +45350,7 @@ https://curity.io/resources/learn/openid-connect-overview: - kubernetes-security.md - oauth.md year: N/A + addition_method: manual https://cursor.com/blog/cloud-agent-development-environments: ai_summary: Analyzes the infrastructure required to run high-autonomy AI coding agents. Discusses secure sandboxing, runtime requirements, and interactive execution @@ -42707,6 +45382,7 @@ https://cursor.com/blog/cloud-agent-development-environments: - devops.md - kubernetes.md year: N/A + addition_method: manual https://cursor.com/docs/bugbot: ai_summary: Official documentation explaining the Cursor Bugbot's dynamic execution tiering, balancing deep semantic analysis and token limits against codebase complexity @@ -42739,6 +45415,7 @@ https://cursor.com/docs/bugbot: - kubernetes-tools.md - devops-tools.md year: N/A + addition_method: manual https://cursor.com/es/learn: ai_summary: 'Curator Insight: Comprehensive educational course focused on maximizing efficiency within Cursor AI Editor. @@ -42774,6 +45451,7 @@ https://cursor.com/es/learn: - developerportals.md - ai-agents-mcp.md year: N/A + addition_method: manual https://cybernews.com/cloud/trouble-in-paradise-it-professionals-unhappy-with-cloud-services: content_hash: N/A description: '' @@ -42789,6 +45467,7 @@ https://cybernews.com/cloud/trouble-in-paradise-it-professionals-unhappy-with-cl v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://cyberscoop.com/log4j-hack-security-update-ransomware: ai_summary: Analyses the operational friction organizations face when executing rapid security updates on complex dependency trees. Examines how systemic patching @@ -42811,6 +45490,7 @@ https://cyberscoop.com/log4j-hack-security-update-ransomware: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://cyble.com/blog/exposed-kubernetes-clusters: ai_summary: A threat analysis analyzing the exposure of insecure Kubernetes endpoints on the public web. Details common scanning methods and real-world exploitation @@ -42832,6 +45512,7 @@ https://cyble.com/blog/exposed-kubernetes-clusters: v2_locations: - kubernetes-security.md year: '2022' + addition_method: manual https://cybozu-go.github.io/moco: content_hash: 4c1a0f9a38a3e44a57be62b978fd5dcf0915ea106cef5e4f683345e3bd18e380 description: '' @@ -42848,6 +45529,7 @@ https://cybozu-go.github.io/moco: v2_locations: - databases.md year: N/A + addition_method: manual https://cycle.io: ai_summary: A low-overhead, managed SaaS container orchestration engine built directly on bare-metal virtual networks. Simplifies infrastructure delivery by removing @@ -42876,6 +45558,7 @@ https://cycle.io: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://czakozoltan08.medium.com/stupid-simple-scalability-dc4a7fbe67d6: content_hash: N/A description: '' @@ -42890,6 +45573,7 @@ https://czakozoltan08.medium.com/stupid-simple-scalability-dc4a7fbe67d6: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://d1.awsstatic.com/whitepapers/Overview-AWS-Lambda-Security.pdf: ai_summary: This comprehensive security whitepaper explores the micro-VM virtualization boundaries powered by AWS Firecracker that isolate Lambda executions. It details @@ -42919,6 +45603,7 @@ https://d1.awsstatic.com/whitepapers/Overview-AWS-Lambda-Security.pdf: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://d1.awsstatic.com/whitepapers/architecting-amazon-eks-for-pci-dss-compliance.pdf: ai_summary: High-density security blueprint analyzing steps to implement PCI DSS compliance requirements on Amazon EKS. It explores data protection strategies, @@ -42950,6 +45635,7 @@ https://d1.awsstatic.com/whitepapers/architecting-amazon-eks-for-pci-dss-complia v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://daffodilsw.medium.com/what-is-infrastructure-automation-in-devops-d9681870b07d: content_hash: N/A description: '' @@ -42964,6 +45650,7 @@ https://daffodilsw.medium.com/what-is-infrastructure-automation-in-devops-d96818 v2_locations: - iac.md year: N/A + addition_method: manual https://dafriedman97.github.io/mlbook/content/introduction.html: content_hash: 5ca1fb22598c7d4d9b2ff924a78c6654a22344457380374b59b945b70b95b46c description: '' @@ -42980,6 +45667,7 @@ https://dafriedman97.github.io/mlbook/content/introduction.html: v2_locations: - mlops.md year: N/A + addition_method: manual https://dagger.io: content_hash: 1e8e45a56a193c308fac04c5d096c63e5d4d75b134f91d5a825c0463b42a8e9f description: '' @@ -42997,6 +45685,7 @@ https://dagger.io: - jenkins-alternatives.md - index.md year: N/A + addition_method: manual https://dagster.io/blog/skip-kafka-use-postgres-message-queue: ai_summary: An architectural exploration evaluating the use of PostgreSQL as a highly concurrent transactional queue using `FOR UPDATE SKIP LOCKED`. Suggests a lightweight @@ -43025,6 +45714,7 @@ https://dagster.io/blog/skip-kafka-use-postgres-message-queue: v2_locations: - message-queue.md year: N/A + addition_method: manual https://daily.dev/blog/building-a-fault-tolerant-event-driven-architecture-with-google-cloud-pulumi-and-debezium: ai_summary: An infrastructure guide detailing the automated configuration of a fault-tolerant event-driven backend. Demonstrates the step-by-step deployment of Google Cloud @@ -43054,6 +45744,7 @@ https://daily.dev/blog/building-a-fault-tolerant-event-driven-architecture-with- v2_locations: - message-queue.md year: N/A + addition_method: manual https://dailymotion-oss.github.io/octopilot: content_hash: 60671081c7796482391bf00029192f7c5994610045b872ce582170dfa9bb9190 description: '' @@ -43070,6 +45761,7 @@ https://dailymotion-oss.github.io/octopilot: v2_locations: - gitops.md year: N/A + addition_method: manual https://dani-izquierdo95.medium.com/mysql-automated-backup-on-openshift-k8s-3690280d304f: content_hash: N/A description: '' @@ -43085,6 +45777,7 @@ https://dani-izquierdo95.medium.com/mysql-automated-backup-on-openshift-k8s-3690 v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://daniel.haxx.se/blog/2015/12/14/curl-and-http2-by-default: content_hash: 57e8fa96945c1837406860b990e77dbced88104ceb5f442aa5404e1c1fce7bed health_score: 100.0 @@ -43092,6 +45785,7 @@ https://daniel.haxx.se/blog/2015/12/14/curl-and-http2-by-default: needs_ai_refresh: true v1_locations: - docs/networking.md + addition_method: manual https://daniel.haxx.se/blog/2015/12/20/a-2015-retrospective: content_hash: 983e842572cd0289af8791ef009e0ed8f5c97f75903abb9590794d001b074367 health_score: 100.0 @@ -43099,6 +45793,7 @@ https://daniel.haxx.se/blog/2015/12/20/a-2015-retrospective: needs_ai_refresh: true v1_locations: - docs/networking.md + addition_method: manual https://daniel.haxx.se/blog/wp-content/uploads/2020/01/sticker-cheat-sheet.png: content_hash: 5cade48c3a2b87ade3cf43c85735bf549dda7ce90ce20403564108a00a592bfb description: '' @@ -43115,6 +45810,7 @@ https://daniel.haxx.se/blog/wp-content/uploads/2020/01/sticker-cheat-sheet.png: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://danielkummer.github.io/git-flow-cheatsheet/index.html: ai_summary: A highly interactive and multilingual cheat sheet illustrating the lifecycle of branches in Vincent Driessen's GitFlow model. This reference acts as an indispensable, @@ -43145,6 +45841,7 @@ https://danielkummer.github.io/git-flow-cheatsheet/index.html: - git.md - cheatsheets.md year: N/A + addition_method: manual https://danielmangum.com/posts/controller-runtime-client-go-rate-limiting: content_hash: 5cb28cadf869cd692e2d338e343bb1644b169243615a69e4e095b97ad57c5f93 description: '' @@ -43161,6 +45858,7 @@ https://danielmangum.com/posts/controller-runtime-client-go-rate-limiting: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://danielmangum.com/posts/how-kubernetes-validates-custom-resources: content_hash: 6162ee080b2b989e6dc592fb954de562e3f9823939aff19fe096f4cad3c0ee49 description: '' @@ -43177,6 +45875,7 @@ https://danielmangum.com/posts/how-kubernetes-validates-custom-resources: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://danielmangum.com/posts/k8s-asa-the-storage-interface: content_hash: af62e2d7a77f0d598e231234bf168c365c0e55ee7dd4f22534eae523c29a3009 description: '' @@ -43193,6 +45892,7 @@ https://danielmangum.com/posts/k8s-asa-the-storage-interface: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://dannys.cloud/10-best-free-aws-learning-resources-for-beginners: content_hash: N/A description: '' @@ -43207,6 +45907,7 @@ https://dannys.cloud/10-best-free-aws-learning-resources-for-beginners: v2_locations: - aws.md year: N/A + addition_method: manual https://dannys.cloud/autocomplete-cloudformation-resources-vs-code: content_hash: N/A description: '' @@ -43221,6 +45922,7 @@ https://dannys.cloud/autocomplete-cloudformation-resources-vs-code: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://danoncoding.com/tricky-kubernetes-memory-management-for-java-applications-d2f88dd4e9f6: content_hash: N/A description: '' @@ -43236,6 +45938,7 @@ https://danoncoding.com/tricky-kubernetes-memory-management-for-java-application v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dapr.io: ai_summary: Curator Insight presents Dapr as a portable, event-driven runtime that simplifies building resilient, distributed microservices. Live Grounding highlights @@ -43268,6 +45971,7 @@ https://dapr.io: - serverless.md - kubernetes.md year: N/A + addition_method: manual https://darryl-ruggles.cloud/aws-sso-credentials-with-multiple-accounts: content_hash: 976a04dabaa3d7e772ccd3e8f7f4be3258b490009cf7e3918aa21ca6c4909243 description: '' @@ -43284,6 +45988,7 @@ https://darryl-ruggles.cloud/aws-sso-credentials-with-multiple-accounts: v2_locations: - aws-security.md year: N/A + addition_method: manual https://darumatic.com/blog/improve_kubectl_command_with_krew: content_hash: ff84e41b5c0fbcfc559e71deab7f289713d2bfcd715075215ca4bbea1a01bf8d description: '' @@ -43300,6 +46005,7 @@ https://darumatic.com/blog/improve_kubectl_command_with_krew: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://darumatic.com/blog/podman_introduction: content_hash: c71c50c6177b1ac4a53cd2a44f5d0fb511b539659e10782192a1f6bc5c219aaa description: '' @@ -43316,6 +46022,7 @@ https://darumatic.com/blog/podman_introduction: v2_locations: - container-managers.md year: N/A + addition_method: manual https://dashbird.io/blog/aws-application-load-balancer: content_hash: c3cc8df00ac5fef2e7d25252a4193b854ea48f79dd965d57a6e0f67404977e0b description: '' @@ -43332,6 +46039,7 @@ https://dashbird.io/blog/aws-application-load-balancer: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://dashbird.io/blog/aws-relational-database-rds: content_hash: e995ac79ad740f95d639b3f2bdf16584f25443a988d156d52d959cf292565102 health_score: 100.0 @@ -43340,6 +46048,7 @@ https://dashbird.io/blog/aws-relational-database-rds: v1_locations: - docs/aws-databases.md - docs/aws.md + addition_method: manual https://dashbird.io/blog/aws-s3-python-tricks: content_hash: 8e29e22b0d8afe1f750d773fd7895df1946136bbc9d647ea58cf6fbfbfcc10ce description: '' @@ -43356,6 +46065,7 @@ https://dashbird.io/blog/aws-s3-python-tricks: v2_locations: - python.md year: N/A + addition_method: manual https://dashbird.io/blog/aws-secrets-manager-python: content_hash: 7b91eef891ade92ca8f1d09d80cecac63e3f6006b9cd5d1b5588bebd441848a7 description: '' @@ -43372,6 +46082,7 @@ https://dashbird.io/blog/aws-secrets-manager-python: v2_locations: - python.md year: N/A + addition_method: manual https://dashbird.io/blog/aws-sns: content_hash: a7fc4111abfb63c7ee2812b3334ef40a55c090b49e7e988a929be56f2023280f health_score: 100.0 @@ -43379,6 +46090,7 @@ https://dashbird.io/blog/aws-sns: needs_ai_refresh: true v1_locations: - docs/aws-messaging.md + addition_method: manual https://dashbird.io/blog/boto3-aws-python: content_hash: 109d8028602b642c6946f16830c7b7cc8f0163430ccd4e6a5c2c35a074ac0990 description: '' @@ -43395,6 +46107,7 @@ https://dashbird.io/blog/boto3-aws-python: v2_locations: - python.md year: N/A + addition_method: manual https://dashbird.io/blog/deploying-aws-lambda-with-docker: ai_summary: An analysis of AWS Lambda's support for container images (OCI specifications), evaluating the deployment pipeline and containerized execution cold starts. It @@ -43426,6 +46139,7 @@ https://dashbird.io/blog/deploying-aws-lambda-with-docker: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://dashbird.io/blog/monitoring-vs-observability: content_hash: a5a47b316b74741c79de01ebbddadbd1df25f3a716873e4f5df21bd9a99d854e description: '' @@ -43442,6 +46156,7 @@ https://dashbird.io/blog/monitoring-vs-observability: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dashbird.io/blog/optimizing-aws-lambda-for-production: ai_summary: Highly actionable technical tips covering memory tuning, global state reuse, connection pooling, and payload size optimization to reduce execution duration @@ -43471,6 +46186,7 @@ https://dashbird.io/blog/optimizing-aws-lambda-for-production: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://dashbird.io/blog/serverless-case-study-coca-cola: content_hash: d77f56fc7f87b1cfd8c78c5824f488d9ff47d09839b553e699a947272fb7cdb0 description: '' @@ -43487,6 +46203,7 @@ https://dashbird.io/blog/serverless-case-study-coca-cola: v2_locations: - serverless.md year: N/A + addition_method: manual https://dashbird.io/blog/use-aws-free: content_hash: 716de04fe41d380fe42b686888ff4fd127fe1e2e41e95d00cf5b644614f95db8 description: '' @@ -43503,6 +46220,7 @@ https://dashbird.io/blog/use-aws-free: v2_locations: - aws.md year: N/A + addition_method: manual https://databricks.com/blog/2020/09/11/announcing-databricks-labs-terraform-integration-on-aws-and-azure.html: content_hash: 705b224a9a99a869e13792f7e1bee4bb83da368060fb07ce704a4c18d0c218a5 description: '' @@ -43514,6 +46232,7 @@ https://databricks.com/blog/2020/09/11/announcing-databricks-labs-terraform-inte v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://datacrazyworld.com/index.php/2025/03/16/automatiza-backups-de-sql-server-con-powershell: content_hash: 66ad66393871e7d7738581930a73ba5f83a08a8e13add3bcf4221e39f1b230f4 description: '' @@ -43532,6 +46251,7 @@ https://datacrazyworld.com/index.php/2025/03/16/automatiza-backups-de-sql-server - databases.md - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://dataengineeringcentral.substack.com/p/why-is-everyone-trying-to-kill-airflow?sd=pf: content_hash: N/A description: '' @@ -43547,6 +46267,7 @@ https://dataengineeringcentral.substack.com/p/why-is-everyone-trying-to-kill-air v2_locations: - message-queue.md year: N/A + addition_method: manual https://datafix.com.au/BASHing: ai_summary: A rich curation of techniques and workflows for executing data operations using native command-line utilities. It showcases advanced pipelines involving @@ -43574,6 +46295,7 @@ https://datafix.com.au/BASHing: v2_locations: - linux.md year: N/A + addition_method: manual https://datascientest.com/en/azure-devops-pipeline-yaml-why-configure-ci-cd-pipelines-with-yaml: content_hash: 6dbb214b320f30956ba3abb8622b5a1ba7502c277d219811533572a2e076232e description: '' @@ -43586,6 +46308,7 @@ https://datascientest.com/en/azure-devops-pipeline-yaml-why-configure-ci-cd-pipe v1_locations: - docs/azure.md year: N/A + addition_method: manual https://datascientest.com/en/azure-devops-vs-github-actions-which-is-the-best-ci-cd-tool: content_hash: 8898b001b276356acce78fd70da23c18794c137681e208b6ca9d2056934f4445 description: '' @@ -43597,6 +46320,7 @@ https://datascientest.com/en/azure-devops-vs-github-actions-which-is-the-best-ci v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://datastation.multiprocess.io/blog/2022-03-03-improving-go-json-encoding-performance-for-large-arrays-of-objects.html : ai_summary: An insightful profiling case study on optimizing JSON serialization speeds in Go for large object payloads, highlighting GC allocation metrics and @@ -43626,6 +46350,7 @@ https://datascientest.com/en/azure-devops-vs-github-actions-which-is-the-best-ci v2_locations: - golang.md year: N/A + addition_method: manual https://datree.io/blog/git-commit-message-conventions-for-readable-git-log: content_hash: 1fb19f74bda643388d08f5b4dd46eab5b7cb5616b679576ce18de7530f52e0b1 description: '' @@ -43637,6 +46362,7 @@ https://datree.io/blog/git-commit-message-conventions-for-readable-git-log: v1_locations: - docs/git.md year: N/A + addition_method: manual https://datree.io/blog/useful-git-commands-list: content_hash: 6016e4eecbe1350639055aee133cff5ff509790ff0233e35c47fd00c7c38a9ca description: '' @@ -43648,6 +46374,7 @@ https://datree.io/blog/useful-git-commands-list: v1_locations: - docs/git.md year: N/A + addition_method: manual https://datree.io/resources/argocd-best-practices-you-should-know: content_hash: c63ae131429a92f8f9b779333811592360a2d23d22cefa4e72962f71884e077e description: '' @@ -43659,6 +46386,7 @@ https://datree.io/resources/argocd-best-practices-you-should-know: v1_locations: - docs/argo.md year: N/A + addition_method: manual https://datree.io/resources/eks-1-22-upgrade-tutorial: content_hash: 3f8136951d1a1e6eafc35b588a4118b8a4e65d6d525502f539850ee5e35b211d description: '' @@ -43670,6 +46398,7 @@ https://datree.io/resources/eks-1-22-upgrade-tutorial: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://datree.io/resources/kubernetes-readiness-and-liveness-probes-best-practices: content_hash: e033761c60b8f2f0ba027dbdf531f2ee9cf70ac448517ef79194c72226b51a60 description: '' @@ -43681,6 +46410,7 @@ https://datree.io/resources/kubernetes-readiness-and-liveness-probes-best-practi v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dave.cheney.net/high-performance-json.html: ai_summary: A deep technical analysis exploring performance tuning mechanics during JSON compilation inside Go. Targets heap allocation constraints, parsing loops, @@ -43710,12 +46440,14 @@ https://dave.cheney.net/high-performance-json.html: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://dave.cheney.net/paste/ingress-is-dead-long-live-ingressroute.pdf: content_hash: c572b2801fb6cdb1b94c0d3eed7d2ecd548425aac9c849464856f7ff30b50211 health_score: 100.0 last_checked: 1779030208.744608 v1_locations: - docs/kubernetes-networking.md + addition_method: manual https://daveops.xyz/2020/08/25/administrar-usuarios-en-eks: content_hash: N/A description: '' @@ -43730,6 +46462,7 @@ https://daveops.xyz/2020/08/25/administrar-usuarios-en-eks: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://daveops.xyz/en/2020/09/18/running-db-migrations-on-kubernetes-with-helm: content_hash: N/A description: '' @@ -43744,6 +46477,7 @@ https://daveops.xyz/en/2020/09/18/running-db-migrations-on-kubernetes-with-helm: v2_locations: - helm.md year: N/A + addition_method: manual https://davidsr.me/deploy-azure-waf-with-terraform-and-azure-devops: content_hash: N/A description: '' @@ -43759,6 +46493,7 @@ https://davidsr.me/deploy-azure-waf-with-terraform-and-azure-devops: v2_locations: - demos.md year: N/A + addition_method: manual https://davidwalsh.name/more-awesome-git-aliases: ai_summary: A curated set of advanced Git alias definitions targeting productivity improvements. Focuses on parsing, pretty-printing logs, tracking status flags, @@ -43787,6 +46522,7 @@ https://davidwalsh.name/more-awesome-git-aliases: v2_locations: - git.md year: N/A + addition_method: manual https://davidxiang.com/2021/01/10/kafka-as-a-database: ai_summary: Evaluates the controversial 'Kafka as a database' design model. Analyzes the trade-offs of using Kafka for data persistence, explaining limits on random @@ -43814,6 +46550,7 @@ https://davidxiang.com/2021/01/10/kafka-as-a-database: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dbafromthecold.com/2020/04/08/adjusting-pod-eviction-time-in-kubernetes: content_hash: c6672a0165e081bedbd79c97f3cbc938430e6707b1d6e3eed9df7754dc3b8c9f description: '' @@ -43830,6 +46567,7 @@ https://dbafromthecold.com/2020/04/08/adjusting-pod-eviction-time-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dbasecenter.com/blog/the-top-5-mysql-performance-variables: content_hash: N/A description: '' @@ -43844,6 +46582,7 @@ https://dbasecenter.com/blog/the-top-5-mysql-performance-variables: v2_locations: - databases.md year: N/A + addition_method: manual https://dbatools.io: content_hash: a70715bc53afa059848195d36e313974857bb8e0a37648e2e75713ea5b9023b1 description: '' @@ -43860,6 +46599,7 @@ https://dbatools.io: v2_locations: - azure.md year: N/A + addition_method: manual https://ddev.com: content_hash: d2ee386f7a1d6910abb97b1cdb81faf45d930a166da44a1c1fb9f6b2adc6fa5c description: '' @@ -43876,6 +46616,7 @@ https://ddev.com: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://debezium.io: ai_summary: The industry-leading, open-source distributed platform for Change Data Capture (CDC). Built on top of Apache Kafka, it taps database transaction logs @@ -43905,6 +46646,7 @@ https://debezium.io: v2_locations: - message-queue.md year: N/A + addition_method: manual https://debezium.io/blog/2020/02/25/lessons-learned-running-debezium-with-postgresql-on-rds: ai_summary: A highly valuable technical case study sharing performance profiles, optimization constraints, and gotchas when operating Debezium alongside Amazon @@ -43935,6 +46677,7 @@ https://debezium.io/blog/2020/02/25/lessons-learned-running-debezium-with-postgr v2_locations: - message-queue.md year: N/A + addition_method: manual https://debezium.io/blog/2021/10/20/using-debezium-create-data-lake-with-apache-iceberg: ai_summary: Explains how to feed streaming transaction logs directly into Apache Iceberg storage using Debezium CDC and Kafka Connect. Outlines strategies for @@ -43963,6 +46706,7 @@ https://debezium.io/blog/2021/10/20/using-debezium-create-data-lake-with-apache- v2_locations: - message-queue.md year: N/A + addition_method: manual https://debuild.co: content_hash: 1eaaf94d204dd7f252129a9fead48a50962e2f5ac72da3b526a80060ad69c1ae description: '' @@ -43979,6 +46723,7 @@ https://debuild.co: v2_locations: - devops.md year: N/A + addition_method: manual https://decisivedevops.com/kubernetes-events-news-feed-of-your-kubernetes-cluster-826e08892d7a: content_hash: 134f63f2931ddf7830152d43c41b430f875d341dc060efbe5b51f8771bbc1cb1 description: '' @@ -43995,6 +46740,7 @@ https://decisivedevops.com/kubernetes-events-news-feed-of-your-kubernetes-cluste v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://declarando.es: ai_summary: Automated tax advisor and accounting platform tailored for Spanish freelancers, optimizing tax deductions and filing quarterly declarations dynamically. [SPANISH @@ -44022,6 +46768,7 @@ https://declarando.es: v2_locations: - freelancing.md year: N/A + addition_method: manual https://decodingml.substack.com: content_hash: N/A description: '' @@ -44036,6 +46783,7 @@ https://decodingml.substack.com: v2_locations: - mlops.md year: N/A + addition_method: manual https://decodingml.substack.com/p/how-to-ensure-your-models-are-fail: content_hash: N/A description: '' @@ -44050,6 +46798,7 @@ https://decodingml.substack.com/p/how-to-ensure-your-models-are-fail: v2_locations: - mlops.md year: N/A + addition_method: manual https://deepsource.com/blog/zero-downtime-deployment: content_hash: b6dd6293431ecad3f9f05632785eb534b7ebb26cff5230387037565d07be2888 health_score: 100.0 @@ -44061,6 +46810,7 @@ https://deepsource.com/blog/zero-downtime-deployment: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://deepsource.io/blog/zero-downtime-deployment: content_hash: 1cbfd14171774ccc28b2985299a66a8326911c882f102d2b33d4c5de4d13cced description: '' @@ -44072,6 +46822,7 @@ https://deepsource.io/blog/zero-downtime-deployment: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://deeptimittalblogger.medium.com/event-driven-architecture-111f504a8cbc: content_hash: N/A description: '' @@ -44086,6 +46837,7 @@ https://deeptimittalblogger.medium.com/event-driven-architecture-111f504a8cbc: v2_locations: - introduction.md year: N/A + addition_method: manual https://dekorate.io: content_hash: 645ca04946ff400a49afe337cbf4cfc3eff0f69a21b425fb34405531fec9c779 description: '' @@ -44104,6 +46856,7 @@ https://dekorate.io: - java_frameworks.md - kubernetes-tools.md year: N/A + addition_method: manual https://denic.hashnode.dev/resources-to-crush-the-technical-interview: content_hash: N/A description: '' @@ -44118,6 +46871,7 @@ https://denic.hashnode.dev/resources-to-crush-the-technical-interview: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://deniscooper.co.uk/azure-devops-terraform-pipeline: ai_summary: A production-grade, step-by-step tutorial on building a fully secure and automated Terraform deployment pipeline within Azure DevOps. Provides robust, @@ -44151,6 +46905,7 @@ https://deniscooper.co.uk/azure-devops-terraform-pipeline: - terraform.md - azure.md year: N/A + addition_method: manual ? https://denniszielke.medium.com/using-azure-container-apps-at-scale-instead-of-your-building-your-own-naas-on-top-of-k8s-7c4760c2511f : content_hash: N/A description: '' @@ -44166,6 +46921,7 @@ https://deniscooper.co.uk/azure-devops-terraform-pipeline: v2_locations: - azure.md year: N/A + addition_method: manual https://deors.wordpress.com/2019/04/25/jenkins-ci-pipeline-java-spring-boot-maven-docker: content_hash: 1bb4a1e5a4582cacf5384645a3dd90982e92db22cb9924a9f1c6c52d08013e3c description: '' @@ -44177,6 +46933,7 @@ https://deors.wordpress.com/2019/04/25/jenkins-ci-pipeline-java-spring-boot-mave v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://dev-k8sref-io.web.app: content_hash: 5dacdb499a905810bdbccea8cd35180c925a7b9f60e4db2d92ab5b8000a2ce19 description: '' @@ -44195,6 +46952,7 @@ https://dev-k8sref-io.web.app: - kubernetes.md - cheatsheets.md year: N/A + addition_method: manual https://dev-vibe.medium.com/encrypt-helm-sensitive-data-9d7622e41d00: content_hash: N/A description: '' @@ -44209,6 +46967,7 @@ https://dev-vibe.medium.com/encrypt-helm-sensitive-data-9d7622e41d00: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dev.to/_nicolas_louis_/how-to-run-docker-on-windows-without-docker-desktop-hik: content_hash: 1be9bde3e98af2966cb245241044651c9165c9929f767279181e58578ebd38cf description: '' @@ -44225,6 +46984,7 @@ https://dev.to/_nicolas_louis_/how-to-run-docker-on-windows-without-docker-deskt v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/aashiya123/git-commands-cheatsheet-advanced-20-git-commands-advanced--35i3: content_hash: 82d72858f13914c12791f98784b555f57cdc2dbf2c77cd925fe85313768ef6de description: '' @@ -44241,6 +47001,7 @@ https://dev.to/aashiya123/git-commands-cheatsheet-advanced-20-git-commands-advan v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/abdorah/how-to-create-production-docker-image-ready-for-deployment-4bbe: content_hash: c4395d4788daf6c6e05a055cfc706982964b2ec672dbce048a7a16f381e19a3c description: '' @@ -44257,6 +47018,7 @@ https://dev.to/abdorah/how-to-create-production-docker-image-ready-for-deploymen v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/abhinavd26/all-about-k3s-lightweight-kubernetes-3ell: content_hash: d35ea7c3f516460172057d93d91ee20add9c38f81ae7ece026eda74fde3eb07a description: '' @@ -44273,6 +47035,7 @@ https://dev.to/abhinavd26/all-about-k3s-lightweight-kubernetes-3ell: v2_locations: - rancher.md year: N/A + addition_method: manual https://dev.to/actitime/whats-wrong-with-measuring-developer-performance-10-best-metrics-5620: content_hash: c7c864de64dc2096d6742a75cadd66d30a84428c00b3dbe9739406af220a54cd description: '' @@ -44289,6 +47052,7 @@ https://dev.to/actitime/whats-wrong-with-measuring-developer-performance-10-best v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://dev.to/ajeetraina/top-200-kubernetes-tools-for-devops-engineer-like-you-3h7e: content_hash: df90aba87b4844ffdf3021a6f15d30fb892e50676beee253a6ed1500e3c62488 description: '' @@ -44300,6 +47064,7 @@ https://dev.to/ajeetraina/top-200-kubernetes-tools-for-devops-engineer-like-you- v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://dev.to/aksrao1998/dockerize-a-golang-http-server-and-deploy-it-on-kubernetes-592j: ai_summary: Curator Insight explains how to wrap a basic Go HTTP server into a Docker container and set up K8s deployment manifests. Live Grounding identifies this @@ -44327,6 +47092,7 @@ https://dev.to/aksrao1998/dockerize-a-golang-http-server-and-deploy-it-on-kubern v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/aleksk1ng/go-kafka-and-grpc-clean-architecture-cqrs-microservices-with-jaeger-tracing-45bj: content_hash: e421305af311d45da0cb9503cc07b2faa016d78f2356bb438a7900193c6016b6 description: '' @@ -44344,6 +47110,7 @@ https://dev.to/aleksk1ng/go-kafka-and-grpc-clean-architecture-cqrs-microservices v2_locations: - demos.md year: N/A + addition_method: manual https://dev.to/amanhimself/how-to-configure-vscode-bracket-pair-colors-natively-3nl: content_hash: 1c9f12f772ceeff004b5e5fdc0c4ca72cb3d59abef463c093f11b05477bf25fd description: '' @@ -44360,6 +47127,7 @@ https://dev.to/amanhimself/how-to-configure-vscode-bracket-pair-colors-natively- v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/amplication/extending-gitops-effortless-continuous-integration-and-deployment-on-kubernetes-1oem: ai_summary: 'Curator Insight: Examines the convergence of Continuous Integration (CI) and GitOps (CD) loops on Kubernetes clusters. Live Grounding: Covers the @@ -44389,6 +47157,7 @@ https://dev.to/amplication/extending-gitops-effortless-continuous-integration-an v2_locations: - argo.md year: N/A + addition_method: manual https://dev.to/ankit01oss/5-github-projects-to-make-you-a-better-devops-engineer-2fkl: content_hash: ec4ed82471cf8a1501ac672b8a6bd474996ab6482908150732eed89849c1beff description: '' @@ -44405,6 +47174,7 @@ https://dev.to/ankit01oss/5-github-projects-to-make-you-a-better-devops-engineer v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/appland/video-visualize-the-architecture-of-your-java-app-in-vs-code-in-2-minutes-568j: content_hash: d1ad685891679905b0fdd1b94502225d97ab2a117764266aaa045729d40d16af description: '' @@ -44417,6 +47187,7 @@ https://dev.to/appland/video-visualize-the-architecture-of-your-java-app-in-vs-c v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://dev.to/appmap/video-visualize-the-architecture-of-your-java-app-in-vs-code-in-2-minutes-568j: content_hash: 5d75699b6e05e806c15e427a611979a335a5648d9e046d8a46105a75733f72b3 health_score: 100.0 @@ -44428,6 +47199,7 @@ https://dev.to/appmap/video-visualize-the-architecture-of-your-java-app-in-vs-co - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://dev.to/arpanadhikari/reusable-aws-iam-role-for-service-accounts-irsa-for-k8s-terraform-module-2og2: content_hash: 1c5bb36ead2e87b8636c6f77d1e61540d2c8f2d76ac2e8fa7ca4426484944879 description: '' @@ -44445,6 +47217,7 @@ https://dev.to/arpanadhikari/reusable-aws-iam-role-for-service-accounts-irsa-for v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/arunkc/get-started-with-apache-airflow-1218: ai_summary: A step-by-step introduction to Apache Airflow design patterns. Covers the core orchestration concepts including DAG definitions, basic Python operators, @@ -44473,6 +47246,7 @@ https://dev.to/arunkc/get-started-with-apache-airflow-1218: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dev.to/attaullahshafiq10/dev-ops-59dm: content_hash: 6c7f5966c73ed119f3969315108dde3d3138430ce88b5167477418503de13f12 description: '' @@ -44489,6 +47263,7 @@ https://dev.to/attaullahshafiq10/dev-ops-59dm: v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/aurelievache/kubernetes-sketchnotes-pods-4ib0: content_hash: b2b699b83a16e47c8408c1f1326cb60b7c8a403ad60aa2acc4de5d0a8660c98a description: '' @@ -44505,6 +47280,7 @@ https://dev.to/aurelievache/kubernetes-sketchnotes-pods-4ib0: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/aurelievache/understanding-istio-part-1-istio-components-4ik5: ai_summary: An introductory, visual guide breaking down Istio's main components. Explains how the service proxy layer links with control planes to control cluster @@ -44532,6 +47308,7 @@ https://dev.to/aurelievache/understanding-istio-part-1-istio-components-4ik5: v2_locations: - istio.md year: N/A + addition_method: manual https://dev.to/aurelievache/understanding-istio-part-16-observability-metrics-2m8p: content_hash: eeb17a9dc77ef7ee62db1b0a1001391a4f5e4a4d3429daa87bdc4e4439cd24a1 description: '' @@ -44543,6 +47320,7 @@ https://dev.to/aurelievache/understanding-istio-part-16-observability-metrics-2m v1_locations: - docs/istio.md year: N/A + addition_method: manual https://dev.to/aurelievache/understanding-istio-part-9-destinationrule-1g7e: content_hash: 2e623cf8725bd47f95788b1f66fb1e12be17c6cb2ef27abbcf4b38fee0bd9754 description: '' @@ -44554,6 +47332,7 @@ https://dev.to/aurelievache/understanding-istio-part-9-destinationrule-1g7e: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://dev.to/aurelievache/understanding-kubernetes-part-22-limitrange-144l: content_hash: 301f91367c37369ac6a5cd8cd95be5342e9853be59111dcca3c836d2e9a2f317 description: '' @@ -44570,6 +47349,7 @@ https://dev.to/aurelievache/understanding-kubernetes-part-22-limitrange-144l: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/aurelievache/understanding-kubernetes-part-48-kubernetes-127-changelog-1alk: content_hash: 6d869606aa2bcaf5675f2cae2462dfcaa81be1c7b0c86e90fe479f7aff73d051 description: '' @@ -44586,6 +47366,7 @@ https://dev.to/aurelievache/understanding-kubernetes-part-48-kubernetes-127-chan v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://dev.to/aws-builders/adding-an-ebs-volume-to-a-running-aws-ec2-instance-311l: ai_summary: A step-by-step tutorial on attaching, partition formatting (ext4/xfs), and mounting a new EBS volume onto an active Linux EC2 instance without triggering @@ -44613,6 +47394,7 @@ https://dev.to/aws-builders/adding-an-ebs-volume-to-a-running-aws-ec2-instance-3 v2_locations: - aws-storage.md year: N/A + addition_method: manual https://dev.to/aws-builders/amazon-vpc-lattice-build-applications-not-networks-59j8: content_hash: 63f6b0988c2581ebd7fcca523842097930c5e344f540ab433848a2b3d7769f21 description: '' @@ -44629,6 +47411,7 @@ https://dev.to/aws-builders/amazon-vpc-lattice-build-applications-not-networks-5 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://dev.to/aws-builders/aws-app-runner-how-to-deploy-containerized-applications-using-app-runner-1f7c: content_hash: bf78ad5936189a9509648f87176f2cf4fc0d19a42ff1dcafdd814bd753d0bdd7 description: '' @@ -44646,6 +47429,7 @@ https://dev.to/aws-builders/aws-app-runner-how-to-deploy-containerized-applicati v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://dev.to/aws-builders/aws-waf-web-application-firewall-deep-dive-15bd: content_hash: 3a80cdd7603750904141e7fa95650400a46f82132e0bbd3fb5185b6e29e25f59 description: '' @@ -44662,6 +47446,7 @@ https://dev.to/aws-builders/aws-waf-web-application-firewall-deep-dive-15bd: v2_locations: - aws-security.md year: N/A + addition_method: manual https://dev.to/aws-builders/best-practices-for-securing-kubernetes-deployments-1jg6: ai_summary: Focuses on deployment hardening guidelines tailored for AWS Elastic Kubernetes Service (EKS) and native clusters. Curator insight outlines using IAM @@ -44692,6 +47477,7 @@ https://dev.to/aws-builders/best-practices-for-securing-kubernetes-deployments-1 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/aws-builders/best-practices-when-designing-aws-architecture-4c8d: content_hash: 0b3ed91b300dc97b96241ed4a089fb7260d0734b0b386735043aab5923dec739 description: '' @@ -44708,6 +47494,7 @@ https://dev.to/aws-builders/best-practices-when-designing-aws-architecture-4c8d: v2_locations: - aws.md year: N/A + addition_method: manual https://dev.to/aws-builders/continuous-integration-and-deployment-on-aws-and-a-wishlist-for-cicd-tools-on-aws-5a13: content_hash: 2b6293eccc0da35ddea64c465b8570b7ea93bc572361cc4e4f6cf5f20aa1547b description: '' @@ -44725,6 +47512,7 @@ https://dev.to/aws-builders/continuous-integration-and-deployment-on-aws-and-a-w v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual ? https://dev.to/aws-builders/creating-a-rest-api-with-infrastructure-as-code-terraform-serverless-lambda-python-part-2-cicd-g8h : content_hash: 426456bb6aaab7dc48df122c3fe1851efc48a18367c39bf13648c643e04ab976 description: '' @@ -44742,6 +47530,7 @@ https://dev.to/aws-builders/continuous-integration-and-deployment-on-aws-and-a-w v2_locations: - demos.md year: N/A + addition_method: manual https://dev.to/aws-builders/creating-an-eks-cluster-and-node-group-with-terraform-1lf6: content_hash: 19d1b66cc986a07075cb31f17ddbe4b99ad2b969ddf36dd931e3eb8b91c4277d description: '' @@ -44758,6 +47547,7 @@ https://dev.to/aws-builders/creating-an-eks-cluster-and-node-group-with-terrafor v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/deploying-a-containerized-app-to-ecs-fargate-using-a-private-ecr-repo-terragrunt-5b8a: content_hash: 373e5dead01f7b0324347137dfd11ff6ea6d086db4483cbac2c376541f1cffbe description: '' @@ -44775,6 +47565,7 @@ https://dev.to/aws-builders/deploying-a-containerized-app-to-ecs-fargate-using-a v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/devops-made-easy-install-aws-cli-ecs-cli-docker-terraform-using-chocolatey-2lld: content_hash: ea7c0679ad854390725f0c14407c0e78fa4c6420aabe2db3113370604058421e description: '' @@ -44795,6 +47586,7 @@ https://dev.to/aws-builders/devops-made-easy-install-aws-cli-ecs-cli-docker-terr - aws.md - devops.md year: N/A + addition_method: manual https://dev.to/aws-builders/disaster-recovery-cheat-sheetwrite-up-o62: content_hash: 018a1be0e9f16a4e41494c451fe41970425f9a7cc83a68b5d8b3951cf485de8b description: '' @@ -44811,6 +47603,7 @@ https://dev.to/aws-builders/disaster-recovery-cheat-sheetwrite-up-o62: v2_locations: - aws.md year: N/A + addition_method: manual https://dev.to/aws-builders/eks-iam-deep-dive-136d: ai_summary: High-density security deep-dive analyzing EKS cluster credential boundaries. It contrasts AWS IAM authentication mechanics with standard OIDC federated identity @@ -44840,6 +47633,7 @@ https://dev.to/aws-builders/eks-iam-deep-dive-136d: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/aws-builders/event-driven-architectures-using-aws-with-example-3d2d: ai_summary: A walkthrough demonstrating modern event-driven designs inside AWS utilizing S3, EventBridge, and Lambda functions to process user events asynchronously. It @@ -44868,6 +47662,7 @@ https://dev.to/aws-builders/event-driven-architectures-using-aws-with-example-3d v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://dev.to/aws-builders/from-scratch-oidc-providers-252d: content_hash: f0ff4bac2559ad73ca83231e90f1d5ebf8ddecc31f80cd019b3a2729e31958d8 description: '' @@ -44884,6 +47679,7 @@ https://dev.to/aws-builders/from-scratch-oidc-providers-252d: v2_locations: - demos.md year: N/A + addition_method: manual https://dev.to/aws-builders/getting-started-with-sns-and-sqs-3m4i: content_hash: d5e5404ba6a913ac9cff8c71e56300a8b9a5e810337ad012ea3c88562bc8a857 description: '' @@ -44900,6 +47696,7 @@ https://dev.to/aws-builders/getting-started-with-sns-and-sqs-3m4i: v2_locations: - aws-messaging.md year: N/A + addition_method: manual https://dev.to/aws-builders/go-fast-and-reduce-risk-using-cdk-to-deploy-your-serverless-applications-on-aws-2i3k: ai_summary: An analysis of the benefits of using AWS Cloud Development Kit (CDK) over static YAML structures to model, provision, and deploy serverless systems. @@ -44930,6 +47727,7 @@ https://dev.to/aws-builders/go-fast-and-reduce-risk-using-cdk-to-deploy-your-ser v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://dev.to/aws-builders/how-to-automate-aws-ebs-snapshots-54og: content_hash: d8f988155f3dc6392f55a3b4351325a232bd6610717cbec81abe8d9ec1d5f922 description: '' @@ -44946,6 +47744,7 @@ https://dev.to/aws-builders/how-to-automate-aws-ebs-snapshots-54og: v2_locations: - aws-backup.md year: N/A + addition_method: manual https://dev.to/aws-builders/how-to-deploy-a-serverless-website-with-terraform-5677: content_hash: 11b455ddabd0ebfc9b79d458700bd822a160a6293632c84388a3c2a1d2d6ee97 description: '' @@ -44962,6 +47761,7 @@ https://dev.to/aws-builders/how-to-deploy-a-serverless-website-with-terraform-56 v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/how-to-get-started-with-devops-what-skills-should-we-start-with-5efp: content_hash: c75d30b24c8b6333d67f9ec07e0874b3a9ce68599491cc95601f877139c90fcc description: '' @@ -44979,6 +47779,7 @@ https://dev.to/aws-builders/how-to-get-started-with-devops-what-skills-should-we v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/aws-builders/how-well-architected-enables-junior-engineers-24j: ai_summary: An insightful discussion of how implementing the AWS Well-Architected Framework lowers cognitive load and serves as an educational baseline for junior @@ -45008,6 +47809,7 @@ https://dev.to/aws-builders/how-well-architected-enables-junior-engineers-24j: v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://dev.to/aws-builders/install-manage-amazon-eks-add-ons-with-terraform-2dea: content_hash: 717374a72d37dd853213e3148977bc4f8a0632ec5334c368d592c37de8314e20 description: '' @@ -45019,6 +47821,7 @@ https://dev.to/aws-builders/install-manage-amazon-eks-add-ons-with-terraform-2de v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/introduction-to-aws-sam-serverless-application-model-12oc: ai_summary: An introductory developer guide detailing the AWS Serverless Application Model (SAM) structure, syntax, and CLI environment options. It highlights how @@ -45048,6 +47851,7 @@ https://dev.to/aws-builders/introduction-to-aws-sam-serverless-application-model v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://dev.to/aws-builders/karpenter-the-better-autoscaling-solution-for-kubernetes-part-1-4pd5: content_hash: 52684b303712c02fba044f9de1e86d423c2661b1ea2e580d270fd480421cf085 description: '' @@ -45065,6 +47869,7 @@ https://dev.to/aws-builders/karpenter-the-better-autoscaling-solution-for-kubern v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://dev.to/aws-builders/keycloak-with-nginx-ingress-6fo: ai_summary: A practical guide explaining how to deploy and configure Keycloak behind an NGINX Ingress Controller. It covers reverse proxy headers, TLS termination, @@ -45092,6 +47897,7 @@ https://dev.to/aws-builders/keycloak-with-nginx-ingress-6fo: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dev.to/aws-builders/manage-webhooks-at-scale-with-aws-serverless-fof: ai_summary: A developer guide on engineering highly resilient, scale-out webhook processing systems using AWS API Gateway, SQS queues, and downstream Lambda consumers. @@ -45121,6 +47927,7 @@ https://dev.to/aws-builders/manage-webhooks-at-scale-with-aws-serverless-fof: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://dev.to/aws-builders/many-free-and-useful-aws-official-dev-and-user-guides-54ci: content_hash: 798d57ba809df995fe02eccfacaabfdff5554132188197fb9345ba05a794a0d1 description: '' @@ -45137,6 +47944,7 @@ https://dev.to/aws-builders/many-free-and-useful-aws-official-dev-and-user-guide v2_locations: - aws.md year: N/A + addition_method: manual https://dev.to/aws-builders/my-service-mesh-journey-with-terraform-on-aws-cloud-part-1-3hee: content_hash: b9f7bea40b3856fd321e4467edfadc449c4910ef28fa2479249138fa1ddb3e68 description: '' @@ -45154,6 +47962,7 @@ https://dev.to/aws-builders/my-service-mesh-journey-with-terraform-on-aws-cloud- v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/my-service-mesh-journey-with-terraform-on-aws-cloud-part-2-58fd: content_hash: 29b6f622fd24cc86d21212bc1936f25d4a3eb1b63b93e5681839cdc2d54b611f description: '' @@ -45171,6 +47980,7 @@ https://dev.to/aws-builders/my-service-mesh-journey-with-terraform-on-aws-cloud- v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/navigating-aws-eks-with-terraform-understanding-vpc-essentials-for-eks-cluster-management-51e3: content_hash: 78f3328087015fc8f7197887905cb599bc1ade2e588c5775dbf5b3a266f84a04 description: '' @@ -45188,6 +47998,7 @@ https://dev.to/aws-builders/navigating-aws-eks-with-terraform-understanding-vpc- v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/platform-engineering-and-internal-developer-platform-3deb: content_hash: 2c6e8f64c6e804d01e925b7abd527d23415e4d683388c365ef69957e40781aec description: '' @@ -45204,6 +48015,7 @@ https://dev.to/aws-builders/platform-engineering-and-internal-developer-platform v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/aws-builders/provisioning-aws-infrastructure-using-terraform-and-jenkins-cicd-pgj: content_hash: eca6b8340370fa34517d3c11310f81c68018f9cdc60de29df67ace34845b81a3 description: '' @@ -45220,6 +48032,7 @@ https://dev.to/aws-builders/provisioning-aws-infrastructure-using-terraform-and- v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/sharing-secrets-to-ecs-in-an-aws-multi-account-architecture-5h1i: content_hash: 2401a15d78859ca198646a50797931b24b10df0648ccfbe9da4e4f4a2184b47f description: '' @@ -45236,6 +48049,7 @@ https://dev.to/aws-builders/sharing-secrets-to-ecs-in-an-aws-multi-account-archi v2_locations: - aws-containers.md year: N/A + addition_method: manual https://dev.to/aws-builders/un-modelo-de-eda-event-driven-architectures-4d9f: content_hash: 174f6c5d7d4e0e2ba970f52049e213a5d8e2e036dc6e484deabcb509f0fa4b66 description: '' @@ -45252,6 +48066,7 @@ https://dev.to/aws-builders/un-modelo-de-eda-event-driven-architectures-4d9f: v2_locations: - introduction.md year: N/A + addition_method: manual https://dev.to/aws-builders/unleashing-the-power-of-cdk-and-terraform-in-cloud-deployments-5680: content_hash: e8d1ab8ac5a87556b876d6b1d2ba2cbf38012f09dde212a0599233e02e923803 description: '' @@ -45269,6 +48084,7 @@ https://dev.to/aws-builders/unleashing-the-power-of-cdk-and-terraform-in-cloud-d v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/aws-builders/when-to-sns-or-sqs-2aji: content_hash: 8f5dd1421913f6536482c0eb8c967dbfc42f54e5cc5fe9d7783a99c49d136785 description: '' @@ -45285,6 +48101,7 @@ https://dev.to/aws-builders/when-to-sns-or-sqs-2aji: v2_locations: - aws-messaging.md year: N/A + addition_method: manual https://dev.to/aws-heroes/automatic-api-key-rotation-for-amazon-managed-grafana-2h68: content_hash: 660d73ed84560d57e03a3df09dcfee0ae8582e931e86030fcad14d627bd2adbc description: '' @@ -45301,6 +48118,7 @@ https://dev.to/aws-heroes/automatic-api-key-rotation-for-amazon-managed-grafana- v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://dev.to/aws-heroes/serverless-beyond-the-basics-kom: content_hash: 221e8568426260289129c07f175a6a1b2f79e39ac11209f9bd4f5378a8b9ade1 description: '' @@ -45317,6 +48135,7 @@ https://dev.to/aws-heroes/serverless-beyond-the-basics-kom: v2_locations: - serverless.md year: N/A + addition_method: manual https://dev.to/aws/10-new-aws-amplify-features-to-check-out-4291: content_hash: a59a56fccd042e5aaa9ab978078f9eaec6618cf31e4d391cb640a34c6ed1885e description: '' @@ -45333,6 +48152,7 @@ https://dev.to/aws/10-new-aws-amplify-features-to-check-out-4291: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://dev.to/azure/my-top-5-visual-studio-code-extensions-for-azure-developers-1odo: content_hash: 2bd85c6273966b32f09bde7333ad65a01396ebc40043f1e158efc7f00cc4a22a description: '' @@ -45349,6 +48169,7 @@ https://dev.to/azure/my-top-5-visual-studio-code-extensions-for-azure-developers v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/balwanishivam/data-migration-from-monolith-to-microservice-in-django-5b9m: content_hash: ecf0b643ead0ad985fb5facb2d725469f31d449554cd78837626c31207318af7 description: '' @@ -45365,6 +48186,7 @@ https://dev.to/balwanishivam/data-migration-from-monolith-to-microservice-in-dja v2_locations: - python.md year: N/A + addition_method: manual https://dev.to/baransel/a-git-cheat-sheet-4mab: content_hash: 253978560035c700a19da10de11d048854388336e089d1da3d4022806ac42b90 description: '' @@ -45381,6 +48203,7 @@ https://dev.to/baransel/a-git-cheat-sheet-4mab: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/bekbrace/new-rules-in-github-git-push-u-origin-main-2k82: content_hash: b4236667c74efe81a6d56e3b071a30674acc1bb6c6f97a8640ff64fd053c05ff health_score: 100.0 @@ -45388,6 +48211,7 @@ https://dev.to/bekbrace/new-rules-in-github-git-push-u-origin-main-2k82: needs_ai_refresh: true v1_locations: - docs/git.md + addition_method: manual https://dev.to/bennyfmo_237/deploying-basic-infrastructure-on-aws-with-terraform-1k68: content_hash: d528c054b1c1833a7fc4029ccd2781fa9adf87a700e330ba7f2105449c9689d5 description: '' @@ -45404,6 +48228,7 @@ https://dev.to/bennyfmo_237/deploying-basic-infrastructure-on-aws-with-terraform v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/bhanufyi/effective-terraform-variable-management-in-github-actions-488l: content_hash: fa058bb131d2d557cbfe1f1c3d45f1471012738d835968a5db954b005a51adb4 description: '' @@ -45420,6 +48245,7 @@ https://dev.to/bhanufyi/effective-terraform-variable-management-in-github-action v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/bobbyiliev/introduction-to-bash-scripting-5571: content_hash: c0cf142c0a8b4180746da7276210f08474d686ea5ba2b200c4cf1278154e1d16 description: '' @@ -45431,6 +48257,7 @@ https://dev.to/bobbyiliev/introduction-to-bash-scripting-5571: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9: content_hash: 251ff4848a7d57bfa649529fd060b3fcf38c07437a10a449f67498e66c214f75 description: '' @@ -45447,6 +48274,7 @@ https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://dev.to/camptocamp-ops/towards-a-modular-devops-stack-257c: ai_summary: Analyzes the rise of custom developer platforms. Details how standardizing Kubernetes configuration tools builds resilient, decoupled internal cloud services. @@ -45473,6 +48301,7 @@ https://dev.to/camptocamp-ops/towards-a-modular-devops-stack-257c: v2_locations: - argo.md year: N/A + addition_method: manual https://dev.to/cedricclyburn/containers-without-docker-podman-buildah-and-skopeo-1eal: content_hash: 27df4d20c29791a56f728c29e2f1126271014ad797bda8d3eb4d50b182853bbb description: '' @@ -45489,6 +48318,7 @@ https://dev.to/cedricclyburn/containers-without-docker-podman-buildah-and-skopeo v2_locations: - container-managers.md year: N/A + addition_method: manual https://dev.to/chefgs/deploy-kubernetes-resources-in-minikube-cluster-using-terraform-1p8o: content_hash: bbf5428aa049ecde612549df5837c1b2830bc22bd50822ec8667327d8dab19f4 description: '' @@ -45505,6 +48335,7 @@ https://dev.to/chefgs/deploy-kubernetes-resources-in-minikube-cluster-using-terr v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/chefgs/getting-started-tutorial-for-learning-kubernetes-455e: content_hash: 41729b1d0908724134a55a8b007ac91c00c87f44fa70d3c23db406d10e310af0 description: '' @@ -45521,6 +48352,7 @@ https://dev.to/chefgs/getting-started-tutorial-for-learning-kubernetes-455e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/chinmay13/aws-networking-with-terraform-vpc-transit-gateway-between-vpcs-1ne4: content_hash: c66bd00719dfef0db9a34d15cbf7eb073bd1f40260ff5aa376bf1d58c1f5d5ad description: '' @@ -45538,6 +48370,7 @@ https://dev.to/chinmay13/aws-networking-with-terraform-vpc-transit-gateway-betwe v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/christle/moving-azure-functions-from-aks-to-container-apps-k60: ai_summary: Comparative guide detailing migration of Azure Functions from AKS environments to serverless Azure Container Apps (ACA). Focuses on scaling efficiencies using @@ -45565,6 +48398,7 @@ https://dev.to/christle/moving-azure-functions-from-aks-to-container-apps-k60: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/cloudforecast/kubernetes-cost-management-and-analysis-guide-1e1b: content_hash: 8f8a23ee7496c79ecbf20d74c4913480958f2c80c3dbb83c618a478f731bacb3 description: '' @@ -45581,6 +48415,7 @@ https://dev.to/cloudforecast/kubernetes-cost-management-and-analysis-guide-1e1b: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/cloudskills/packer-and-terraform-with-immutable-infrastructure-47ja: content_hash: 66035af7fb66d63f809b53cd4cb021a315acb03b8392c284d191381faded2cf3 description: '' @@ -45597,6 +48432,7 @@ https://dev.to/cloudskills/packer-and-terraform-with-immutable-infrastructure-47 v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/codefreshio/kubernetes-deployment-antipatterns-part-1-2116: content_hash: 5bf62436047309a6c14587c7475eadec0c64bb4ecf729d7ef3117818091f81b9 description: '' @@ -45613,6 +48449,7 @@ https://dev.to/codefreshio/kubernetes-deployment-antipatterns-part-1-2116: v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://dev.to/codereviewdoctor/the-json-trick-25-of-python-devs-dont-know-about-including-devs-at-microsoft-sentry-unicef-and-more-4h10 : ai_summary: A practical engineering post detailing high-efficiency compilation tricks for Python JSON libraries. Explores native decoders and alternative serialization @@ -45642,6 +48479,7 @@ https://dev.to/codefreshio/kubernetes-deployment-antipatterns-part-1-2116: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://dev.to/codewithtee/git-cheat-sheet-20-commands-i-use-everyday-47h9: content_hash: 965cd22e4a152a23f882fba7bb9456f23e7eb2690dad01cd95af14bc9b560e2d description: '' @@ -45658,6 +48496,7 @@ https://dev.to/codewithtee/git-cheat-sheet-20-commands-i-use-everyday-47h9: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/colbygarland/using-vs-code-to-git-rebase-1lc: content_hash: 42d16de19498969c4c367d80c435908ad6f3e31cfc885c1a93ed18baeec73a39 description: '' @@ -45674,6 +48513,7 @@ https://dev.to/colbygarland/using-vs-code-to-git-rebase-1lc: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/colocodes/github-copilot-blew-my-mind-on-a-code-along-exercise-186n: content_hash: 6496ead2a254d9c000008a6b898c392eca84a522f3975d84cb424e9f7f9ebe2d description: '' @@ -45690,6 +48530,7 @@ https://dev.to/colocodes/github-copilot-blew-my-mind-on-a-code-along-exercise-18 v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/colocodes/learn-how-to-use-git-and-github-in-a-team-like-a-pro-2dk7: ai_summary: A collaborative developer guide targeting team branch management, pull request review cycles, and team synchronization patterns. Outlines strategic approaches @@ -45717,6 +48558,7 @@ https://dev.to/colocodes/learn-how-to-use-git-and-github-in-a-team-like-a-pro-2d v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/colocodes/learn-how-to-use-git-and-github-in-a-team-like-a-pro-part-2-11j: content_hash: f7a664f0524b624b67c1557d1acdba2e922ccd0d519386fa0be8566a9c8044c1 description: '' @@ -45728,6 +48570,7 @@ https://dev.to/colocodes/learn-how-to-use-git-and-github-in-a-team-like-a-pro-pa v1_locations: - docs/git.md year: N/A + addition_method: manual https://dev.to/crenshaw_dev/the-three-meanings-of-template-in-argo-workflows-2paf: ai_summary: 'Curator Insight: Decodes the highly overloaded concept of ''templates'' inside the Argo Workflows architecture, defining Container, Script, and Resource @@ -45756,6 +48599,7 @@ https://dev.to/crenshaw_dev/the-three-meanings-of-template-in-argo-workflows-2pa v2_locations: - argo.md year: N/A + addition_method: manual https://dev.to/cvitaa11/running-dapr-on-kubernetes-89g: content_hash: 14c5ac75ddf186b94ffacb8f2b1c916e23a483c163fba14663daa6bf97ab3912 description: '' @@ -45772,6 +48616,7 @@ https://dev.to/cvitaa11/running-dapr-on-kubernetes-89g: v2_locations: - serverless.md year: N/A + addition_method: manual https://dev.to/cyclops-ui/five-tools-to-make-your-k8s-experience-more-enjoyable-5d85: content_hash: f965a3ce5ac3df37332c0d52e88b692729e0e3a8ba7da4325760cf90ae069759 description: '' @@ -45788,6 +48633,7 @@ https://dev.to/cyclops-ui/five-tools-to-make-your-k8s-experience-more-enjoyable- v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://dev.to/d1020/price-comparison-of-popular-serverless-architecture-providers-2jk9: content_hash: 5c835a1befacc5899e32bfff344745d809e73e9d79ebbe91a188eb2d25a3f05c health_score: 100.0 @@ -45799,6 +48645,7 @@ https://dev.to/d1020/price-comparison-of-popular-serverless-architecture-provide - docs/serverless.md v2_locations: - serverless.md + addition_method: manual https://dev.to/danielepolencic/binding-aws-iam-roles-to-kubernetes-service-account-for-on-prem-clusters-1icc: ai_summary: 'Curator Insight: Technical guide on binding AWS IAM roles directly to ServiceAccounts inside on-premises nodes. Live Grounding: Offers an architecturally @@ -45829,12 +48676,14 @@ https://dev.to/danielepolencic/binding-aws-iam-roles-to-kubernetes-service-accou v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/danielepolencic/labels-and-annotations-in-kubernetes-j4i: content_hash: 6a085f58946e31684ad903aa6105075a24cb82c57b1a914de5fc04fb404bb6a5 health_score: 100.0 last_checked: 1779029984.8598 v1_locations: - docs/kubernetes.md + addition_method: manual https://dev.to/danielepolencic/request-based-autoscaling-in-kubernetes-scaling-to-zero-2i73: content_hash: 279251be8aea0a7c310a2284093e53b93262e9fd0a5126ba32bbf3b566026882 description: '' @@ -45852,6 +48701,7 @@ https://dev.to/danielepolencic/request-based-autoscaling-in-kubernetes-scaling-t v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://dev.to/danielepolencic/scaling-kubernetes-to-multiple-clusters-and-regionss-294b: content_hash: 4689078869e4dbf943765dc3d915cba3443e011280965d941494c463796a6786 description: '' @@ -45869,6 +48719,7 @@ https://dev.to/danielepolencic/scaling-kubernetes-to-multiple-clusters-and-regio v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://dev.to/danielepolencic/the-kubernetes-api-architecture-1pi9: content_hash: f1c547b48d3dd3c2e3a32625ebe39f546c7199e855f963e1ca50e2992f9661f9 description: '' @@ -45885,6 +48736,7 @@ https://dev.to/danielepolencic/the-kubernetes-api-architecture-1pi9: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/danielkolb/nosql-database-design-for-e-commerce-apps-in-2021-390e: content_hash: dcec512db517a27a3d31b1c3a9ae692d7f1e4e2b65b214f3d40329784bfaeb90 description: '' @@ -45901,6 +48753,7 @@ https://dev.to/danielkolb/nosql-database-design-for-e-commerce-apps-in-2021-390e v2_locations: - nosql.md year: N/A + addition_method: manual https://dev.to/dashaun/k3s-on-raspberry-pi-and-clusterhat-m6k: content_hash: bea16639900c60c29ef342fb5e97f9ac5dd5862bc4b2ba1950e058c1db02cfe2 description: '' @@ -45917,6 +48770,7 @@ https://dev.to/dashaun/k3s-on-raspberry-pi-and-clusterhat-m6k: v2_locations: - rancher.md year: N/A + addition_method: manual https://dev.to/datreeio/a-deep-dive-into-kubernetes-schema-validation-39ll: content_hash: c2b7e258c7e89d08bbb4a3e05fa9e70ee8df7a2a88811369ed397713722808ac description: '' @@ -45933,6 +48787,7 @@ https://dev.to/datreeio/a-deep-dive-into-kubernetes-schema-validation-39ll: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/de_maric/learn-how-to-use-kafkacat-the-most-versatile-kafka-cli-client-1kb4: ai_summary: 'Curator Insight: Guide to Kafkacat (now rebranded as kcat), the developer''s favorite Swiss Army knife CLI. Live Grounding: Walks through real-world piping, @@ -45963,6 +48818,7 @@ https://dev.to/de_maric/learn-how-to-use-kafkacat-the-most-versatile-kafka-cli-c v2_locations: - message-queue.md year: N/A + addition_method: manual https://dev.to/deotyma/how-to-change-an-image-with-python-518d: content_hash: f4ee1ccb5081a3b65199ef521c96c6145eb3769d6a8ee78875a07630e7324630 description: '' @@ -45979,6 +48835,7 @@ https://dev.to/deotyma/how-to-change-an-image-with-python-518d: v2_locations: - python.md year: N/A + addition_method: manual https://dev.to/devland/20-git-commands-that-will-make-you-a-version-control-pro-149p: content_hash: cbd19c2b2962abed7b208129e09d993a740f07eedd7429e46d7e6c6cb2411448 description: '' @@ -45995,6 +48852,7 @@ https://dev.to/devland/20-git-commands-that-will-make-you-a-version-control-pro- v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/devopsvn/kubernetes-practice-logging-with-logstash-and-fluentd-by-sidecar-container-16oi: ai_summary: A practical walkthrough deploying a sidecar container pattern for log extraction using Logstash and Fluentd. Demonstrates how to ship multi-line log @@ -46023,6 +48881,7 @@ https://dev.to/devopsvn/kubernetes-practice-logging-with-logstash-and-fluentd-by v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual ? https://dev.to/devsatasurion/deploying-applications-with-github-actions-and-argocd-to-eks-best-practices-and-techniques-4epc : ai_summary: 'Curator Insight: Walkthrough for building a secure deployment pipeline connecting GitHub Actions, Argo CD, and AWS EKS. Live Grounding: Focuses on modern @@ -46052,6 +48911,7 @@ https://dev.to/devopsvn/kubernetes-practice-logging-with-logstash-and-fluentd-by v2_locations: - argo.md year: N/A + addition_method: manual https://dev.to/devteam/how-we-made-the-markdown-toolbar-4f09: ai_summary: 'An engineering deep-dive by the Dev.to development team detailing the design, performance considerations, and implementation of their native, high-performance @@ -46082,6 +48942,7 @@ https://dev.to/devteam/how-we-made-the-markdown-toolbar-4f09: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://dev.to/dhirajpatra/how-to-start-with-kubernetes-for-begginer-309e: content_hash: 796721f88e20b38cdefe27b91740c4c85c12798e01b678c9a16a7845954af420 description: '' @@ -46098,6 +48959,7 @@ https://dev.to/dhirajpatra/how-to-start-with-kubernetes-for-begginer-309e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/dhravya/docker-explained-to-a-5-year-old-2cbg: content_hash: b8d936c8feaca375079f09bfaac224d1ce7c45544cdfe648954f9d187f17b2a7 description: '' @@ -46114,6 +48976,7 @@ https://dev.to/dhravya/docker-explained-to-a-5-year-old-2cbg: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/dineshrathee12/how-to-copy-a-security-group-with-rules-from-one-aws-account-to-another-account-36mb: content_hash: eafee41c038a8cbff03f1b0dad9f9a2f957b1b8776048d09b230545190c49317 description: '' @@ -46131,6 +48994,7 @@ https://dev.to/dineshrathee12/how-to-copy-a-security-group-with-rules-from-one-a v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://dev.to/doabledanny/git-cheat-sheet-50-commands-free-pdf-and-poster-4gcn: content_hash: 4de1dc5843c413b2e05ae64893fd8cdb5e2eb0fda37e816321aec6d7ad63056f description: '' @@ -46147,6 +49011,7 @@ https://dev.to/doabledanny/git-cheat-sheet-50-commands-free-pdf-and-poster-4gcn: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/docker/9-docker-extensions-every-developer-must-try-1no2: content_hash: db6e8e431ef8794e425508deb422bdfa9ca9c227110e4db0e4146dea6ebdafae description: '' @@ -46163,6 +49028,7 @@ https://dev.to/docker/9-docker-extensions-every-developer-must-try-1no2: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/docker/top-200-kubernetes-tools-for-devops-engineer-like-you-3h7e: content_hash: f2917385193aab7345388fd9c942a39cdcd78fbab92e33a54cb2186a7ae13416 health_score: 100.0 @@ -46175,6 +49041,7 @@ https://dev.to/docker/top-200-kubernetes-tools-for-devops-engineer-like-you-3h7e - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://dev.to/dollardhingra/code-quality-tools-in-python-4k2a: content_hash: b853055bd6f2efb13cb8fbe0fa1621036c93580e645a9fa556ae701d5f3270b2 description: '' @@ -46191,6 +49058,7 @@ https://dev.to/dollardhingra/code-quality-tools-in-python-4k2a: v2_locations: - python.md year: N/A + addition_method: manual https://dev.to/dollardhingra/python-code-best-practices-4k96: content_hash: 2885ab1f78c71a656b582abe555c3aa01e120876590c0a07b849ba1ae4a4e02f description: '' @@ -46207,6 +49075,7 @@ https://dev.to/dollardhingra/python-code-best-practices-4k96: v2_locations: - python.md year: N/A + addition_method: manual https://dev.to/douglasmakey/implementing-a-simple-k8s-admission-controller-in-go-2dcg: content_hash: 538118833b055c90b01e4b06e1bb9e970ba1892d16ba34137b9edf80e6a29376 description: '' @@ -46223,6 +49092,7 @@ https://dev.to/douglasmakey/implementing-a-simple-k8s-admission-controller-in-go v2_locations: - demos.md year: N/A + addition_method: manual https://dev.to/dsudia/how-to-integrate-docker-jetbrains-into-telepresence-31op: ai_summary: Integration guide detailing how to hook Telepresence routing engines up with local JetBrains IDE debuggers and Docker engines for seamless local microservice @@ -46250,6 +49120,7 @@ https://dev.to/dsudia/how-to-integrate-docker-jetbrains-into-telepresence-31op: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://dev.to/duckinm/superb-vscode-extensions-changing-your-coding-life-2cmb: content_hash: 6a80a307fcfcc49614358f0555fa87a6088cdb7f5bf2a840a74113f9b57f88f6 description: '' @@ -46266,6 +49137,7 @@ https://dev.to/duckinm/superb-vscode-extensions-changing-your-coding-life-2cmb: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/eavnitech/send-notification-to-slack-from-the-jenkins-ci-job-and-jenkinsfile-e-avni-tech-2lm5: content_hash: a72a898df92bcb7a88c5cebb65c450033dd03256e602fbb0cea8e2c485424826 description: '' @@ -46282,6 +49154,7 @@ https://dev.to/eavnitech/send-notification-to-slack-from-the-jenkins-ci-job-and- v2_locations: - jenkins.md year: N/A + addition_method: manual https://dev.to/eckelon/how-to-monitor-nginx-in-kubernetes-with-prometheus-j5f: content_hash: c952bdd4ee34d567a337648eb68642f3410811d420d24f63970dd7a381b4f26e description: '' @@ -46298,6 +49171,7 @@ https://dev.to/eckelon/how-to-monitor-nginx-in-kubernetes-with-prometheus-j5f: v2_locations: - prometheus.md year: N/A + addition_method: manual https://dev.to/edlegaultle/introduction-to-helm-50jl: content_hash: 5dc83ff27c34dd1693000dbeefd6bb1f0fb65ec2465ee04a34bf9c9018fa8255 description: '' @@ -46309,6 +49183,7 @@ https://dev.to/edlegaultle/introduction-to-helm-50jl: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://dev.to/eldadak/open-a-command-prompt-in-a-kubernetes-cluster-206g: content_hash: c26eb0de788e23c0873c87db4a43f8bc0f0fed934afaee24b0c8a6c714c3657d description: '' @@ -46325,6 +49200,7 @@ https://dev.to/eldadak/open-a-command-prompt-in-a-kubernetes-cluster-206g: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://dev.to/ender_minyard/full-stack-developer-s-roadmap-2k12: content_hash: 140719611e7c2f2bf1df2a2b977fcacebc8f9cc124e87339385d4dd9ed5f797d description: '' @@ -46341,6 +49217,7 @@ https://dev.to/ender_minyard/full-stack-developer-s-roadmap-2k12: v2_locations: - introduction.md year: N/A + addition_method: manual https://dev.to/env0/terraform-destroy-command-a-guide-to-controlled-infrastructure-removal-4af8: content_hash: de1ee6d9044d2cc17d47244bbcd0835db4e97f80cffed08c9fa2f7f8f9c1d6f1 description: '' @@ -46353,6 +49230,7 @@ https://dev.to/env0/terraform-destroy-command-a-guide-to-controlled-infrastructu v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://dev.to/envzero/terraform-destroy-command-a-guide-to-controlled-infrastructure-removal-4af8: content_hash: 1756149836c8ec0db362ba7533bd09da24d3a1dd5d512a7c7feb606c9833e810 health_score: 100.0 @@ -46365,6 +49243,7 @@ https://dev.to/envzero/terraform-destroy-command-a-guide-to-controlled-infrastru - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://dev.to/ericawanja/git-and-github-for-beginners-33a0: ai_summary: A fundamental introduction detailing Git concepts such as local repositories, commit history, and upstream synchronization. Best suited as a reference for developers @@ -46393,6 +49272,7 @@ https://dev.to/ericawanja/git-and-github-for-beginners-33a0: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/estherwanjiru/introduction-to-git-and-github-25ei: ai_summary: Basic guide defining tracking protocols, file states (modified, staged, committed), and the architectural distinction between Git (the engine) and GitHub @@ -46421,6 +49301,7 @@ https://dev.to/estherwanjiru/introduction-to-git-and-github-25ei: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/everythingdevops/how-to-run-minikube-on-apple-m1-chip-without-docker-desktop-h76: content_hash: 1915526226130b87b4a75a71e73dffb3273a3d282f3e892e5c8bac690df14b8f description: '' @@ -46433,6 +49314,7 @@ https://dev.to/everythingdevops/how-to-run-minikube-on-apple-m1-chip-without-doc v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://dev.to/faruqt/how-to-connect-django-to-reactjs-part-2-2oje: content_hash: c01e01cddc6449749557fd67cad7c087e7c4abf2d3abed82b7eb0110ee612e61 description: '' @@ -46444,6 +49326,7 @@ https://dev.to/faruqt/how-to-connect-django-to-reactjs-part-2-2oje: v1_locations: - docs/python.md year: N/A + addition_method: manual https://dev.to/fermyon/scaling-sidecars-to-zero-in-kubernetes-2m23: content_hash: 9892faefe9e1a9d246663493c7df89a5b426f41946934982de3c7cde13f16c97 description: '' @@ -46460,6 +49343,7 @@ https://dev.to/fermyon/scaling-sidecars-to-zero-in-kubernetes-2m23: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/fidalmathew/session-based-vs-token-based-authentication-which-is-better-227o: ai_summary: Compares traditional stateful server sessions with stateless cryptographic tokens (like JWTs). Breaks down the security trade-offs, revocation mechanics, @@ -46489,6 +49373,7 @@ https://dev.to/fidalmathew/session-based-vs-token-based-authentication-which-is- v2_locations: - devsecops.md year: N/A + addition_method: manual https://dev.to/fkurz/detecting-kubernetes-api-deprecations-with-pluto-3g2m: content_hash: daf162f8d40c4fc0b5f25e6b43e6871a2fb1595eaa15fd6a5382fb9d19609d9d description: '' @@ -46505,6 +49390,7 @@ https://dev.to/fkurz/detecting-kubernetes-api-deprecations-with-pluto-3g2m: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://dev.to/fllstck/rapid-api-creation-with-aws-amplify-3c8i: content_hash: c12845a0dddb93f9aaa38718e2eccbc50d2c645462fd6409f232390ade9f58fc description: '' @@ -46521,6 +49407,7 @@ https://dev.to/fllstck/rapid-api-creation-with-aws-amplify-3c8i: v2_locations: - api.md year: N/A + addition_method: manual https://dev.to/francescoxx/java-crud-rest-api-using-spring-boot-hibernate-postgres-docker-and-docker-compose-5cln: content_hash: d5315b48585e42e738731fb460d9af710d2559835ffe89b2eacb1b79f221478a description: '' @@ -46538,6 +49425,7 @@ https://dev.to/francescoxx/java-crud-rest-api-using-spring-boot-hibernate-postgr v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dev.to/franciscogm/aws-cli-sso-made-easy-3bh9: content_hash: 6f0575bd56eec6b140eb59d5f19ba76ac4f0667aaa9edc7cef09b5dd6b0bb65f description: '' @@ -46554,6 +49442,7 @@ https://dev.to/franciscogm/aws-cli-sso-made-easy-3bh9: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://dev.to/francoislp/post-mortem-1h30-downtime-on-a-saturday-morning-5af0: ai_summary: A detailed post-mortem documenting a 1.5-hour system outage caused by conflicting Helm upgrades and state locks, with valuable architectural takeaways @@ -46582,6 +49471,7 @@ https://dev.to/francoislp/post-mortem-1h30-downtime-on-a-saturday-morning-5af0: v2_locations: - helm.md year: N/A + addition_method: manual https://dev.to/g_abud/advanced-git-reference-1o9j: ai_summary: A highly dense developer guide covering the advanced Git commands that solve complex history management challenges. It covers interactive rebasing configurations, @@ -46610,6 +49500,7 @@ https://dev.to/g_abud/advanced-git-reference-1o9j: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/gabrielbiasi/automatic-sso-in-kubernetes-workloads-using-a-sidecar-container-3752: ai_summary: Explains how to offload authentication requirements from applications by wrapping workloads with a sidecar proxy. Curator insight details setting up @@ -46640,6 +49531,7 @@ https://dev.to/gabrielbiasi/automatic-sso-in-kubernetes-workloads-using-a-sideca v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/gbengelebs/setting-up-a-ci-cd-pipeline-using-azure-devops-4gb: content_hash: 145435c21083a4d84372b23f8414661bc6b29bc235db493fcb8ab638c6fa69bb description: '' @@ -46656,6 +49548,7 @@ https://dev.to/gbengelebs/setting-up-a-ci-cd-pipeline-using-azure-devops-4gb: v2_locations: - azure.md year: N/A + addition_method: manual https://dev.to/gianlucam76/centralized-add-on-management-across-n-kubernetes-clusters-308k: content_hash: 3190a052c1e43c633c69b524025e1cbbd1d014949b6bdfec3f845a4a5abcc862 description: '' @@ -46672,6 +49565,7 @@ https://dev.to/gianlucam76/centralized-add-on-management-across-n-kubernetes-clu v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/gitguardian/kubernetes-hardening-tutorial-part-3-authn-authz-logging-auditing-3fec: ai_summary: Explains setup routines for Authentication, RBAC systems, and event logging patterns. Demonstrates how proper audit streams act as reactive verification @@ -46700,6 +49594,7 @@ https://dev.to/gitguardian/kubernetes-hardening-tutorial-part-3-authn-authz-logg v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/github/3-ways-to-backup-your-code-even-if-you-dont-know-git-1o5l: ai_summary: Introduces basic to intermediate data protection strategies for ensuring development work is never lost. Geared toward beginners and non-Git users, covering @@ -46728,6 +49623,7 @@ https://dev.to/github/3-ways-to-backup-your-code-even-if-you-dont-know-git-1o5l: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/github/how-do-i-resolve-merge-conflicts-5438: ai_summary: Official guide showing how to identify and manually resolve file-level diff collision blocks during merge commands. Emphasizes visual tools and command @@ -46756,6 +49652,7 @@ https://dev.to/github/how-do-i-resolve-merge-conflicts-5438: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/github/how-to-edit-a-github-action-3j14: content_hash: d779bde5cb5fb30bc31a3d74b69b64d21a820cccbdefa1a38b26d50dc1154a91 description: '' @@ -46772,6 +49669,7 @@ https://dev.to/github/how-to-edit-a-github-action-3j14: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/github/how-to-never-type-passwords-when-using-git-18bb: ai_summary: A highly accessible tutorial detailing how to set up passwordless Git operations using secure SSH keys or credential managers. By eliminating manual @@ -46802,6 +49700,7 @@ https://dev.to/github/how-to-never-type-passwords-when-using-git-18bb: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/github/how-to-undo-pushed-commits-with-git-2pe6: content_hash: 270e7297810848c392d254b26b0321b6c03d6f7c6937f71b2e583bf6d358823e description: '' @@ -46813,6 +49712,7 @@ https://dev.to/github/how-to-undo-pushed-commits-with-git-2pe6: v1_locations: - docs/git.md year: N/A + addition_method: manual https://dev.to/github/visualize-github-pages-build-logs-1mc1: ai_summary: 'A debugging guide that illustrates how to locate, read, and interpret build and compilation logs within GitHub Actions to resolve static site generation @@ -46843,6 +49743,7 @@ https://dev.to/github/visualize-github-pages-build-logs-1mc1: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://dev.to/github/whats-the-difference-between-a-github-action-and-a-workflow-2gba: ai_summary: A structural overview explaining the conceptual boundaries and configuration differences between reusable individual step blocks (Actions) and the orchestration @@ -46870,6 +49771,7 @@ https://dev.to/github/whats-the-difference-between-a-github-action-and-a-workflo v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/gitlive/gitlive-now-works-with-any-git-repository-in-vs-code-304o: content_hash: e7c4eedcc93cbb1b8dcb22f726a5e51e8cac0c55c301fba584c1e0821e00692a description: '' @@ -46886,6 +49788,7 @@ https://dev.to/gitlive/gitlive-now-works-with-any-git-repository-in-vs-code-304o v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/gofirefly/terraform-modules-for-advanced-users-4n56: content_hash: 2cd5a3c181c73df0954ff1a135f55457a23692eef1294cc2d4d233c5ca1f65fd description: '' @@ -46902,6 +49805,7 @@ https://dev.to/gofirefly/terraform-modules-for-advanced-users-4n56: v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/gonedark/3-git-commands-i-use-every-day: ai_summary: A developer-focused guide that presents three highly useful, daily Git commands that optimize version control workflows. It covers custom formatting @@ -46929,6 +49833,7 @@ https://dev.to/gonedark/3-git-commands-i-use-every-day: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/grayhat/devops-101-introduction-to-ansible-1n64: content_hash: c1a39207415b1a228728799ff6c6cc749471b248180dff0ed072a13105d8565d description: '' @@ -46945,6 +49850,7 @@ https://dev.to/grayhat/devops-101-introduction-to-ansible-1n64: v2_locations: - ansible.md year: N/A + addition_method: manual https://dev.to/gre9ory/hull-tutorial-01-introducing-hull-the-helm-universal-layer-library-4njb: ai_summary: Introduction to HULL (Helm Universal Layer Library), showing how it abstracts boilerplate Helm templates via standard JSON/YAML schema specifications, @@ -46972,6 +49878,7 @@ https://dev.to/gre9ory/hull-tutorial-01-introducing-hull-the-helm-universal-laye v2_locations: - helm.md year: N/A + addition_method: manual https://dev.to/grrywlsn/self-service-infrastructure-as-code-23bl: content_hash: 2eccc7655731fd48ffe492113b1217ed5cb185c9013fe3a2d77c8bbeed68f430 description: '' @@ -46988,6 +49895,7 @@ https://dev.to/grrywlsn/self-service-infrastructure-as-code-23bl: v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/harishash/vs-code-extensions-to-increase-your-productivity-eeb: content_hash: e2b18af5f9d47afe0555c5be7f06c027ff88b75f9138482eafbac8a2a97e6cbf description: '' @@ -47004,6 +49912,7 @@ https://dev.to/harishash/vs-code-extensions-to-increase-your-productivity-eeb: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/heroku/deploying-your-first-golang-webapp-11b3: ai_summary: A quickstart tutorial covering local compilation and cloud deployment of Go web applications. While slightly legacy, it provides robust fundamental @@ -47032,6 +49941,7 @@ https://dev.to/heroku/deploying-your-first-golang-webapp-11b3: v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/hey_atharva/git-it-right-git-cheatsheet-4o0h: content_hash: 39e28a242afd1cece6f8172298f0557fc71281d83be85e77cf4b3dac50e1e2f5 health_score: 100.0 @@ -47043,6 +49953,7 @@ https://dev.to/hey_atharva/git-it-right-git-cheatsheet-4o0h: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://dev.to/hkhelil/building-a-kubernetes-operator-with-an-nginx-crd-3lil: content_hash: e802ea13e6a83b5ddcfdb9136089c0325f0ac9c5fd63842f0867b29efd91d15b description: '' @@ -47059,6 +49970,7 @@ https://dev.to/hkhelil/building-a-kubernetes-operator-with-an-nginx-crd-3lil: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://dev.to/hood/docker-cmd-vs-entrypoint-explaining-the-difference-55g7: content_hash: 388271585fc79f4e52bc41f8d26ec1927e27ef1e171db5298290b0caf86be0fe description: '' @@ -47075,6 +49987,7 @@ https://dev.to/hood/docker-cmd-vs-entrypoint-explaining-the-difference-55g7: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/iainfreestone/10-trending-projects-on-github-for-web-developers-3rd-december-2021-12f5: content_hash: cb0305e60ad2e2ca6f6df8091c58e41f0888bf7cb69687d773417e9a1094b4af description: '' @@ -47092,6 +50005,7 @@ https://dev.to/iainfreestone/10-trending-projects-on-github-for-web-developers-3 v2_locations: - devel-sites.md year: N/A + addition_method: manual https://dev.to/iamunnip/building-a-local-kubernetes-cluster-using-k3d-2p3d: content_hash: cefd25a0ae4a4af16b71999f3659e3b060389e15d7e36bb31ad2a7574aaed141 description: '' @@ -47108,6 +50022,7 @@ https://dev.to/iamunnip/building-a-local-kubernetes-cluster-using-k3d-2p3d: v2_locations: - rancher.md year: N/A + addition_method: manual https://dev.to/ifierygod/git-and-github-the-complete-guides-chapter-6-2c74: ai_summary: This educational chapter offers a granular breakdown of GitHub merge mechanics, detailing the technical and operational differences between standard @@ -47139,6 +50054,7 @@ https://dev.to/ifierygod/git-and-github-the-complete-guides-chapter-6-2c74: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/ifierygod/series/14420: ai_summary: A comprehensive community collection of guides detailing Git and GitHub workflows from initial commits to advanced repository structures. It provides @@ -47169,6 +50085,7 @@ https://dev.to/ifierygod/series/14420: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/imjoseangel/creating-a-blockchain-in-60-lines-of-python-2hlc: content_hash: f02234493a741379902a22981e05391c7659038ecf2d6857e2d4d6368e895591 description: '' @@ -47185,6 +50102,7 @@ https://dev.to/imjoseangel/creating-a-blockchain-in-60-lines-of-python-2hlc: v2_locations: - python.md year: N/A + addition_method: manual https://dev.to/imjoseangel/tune-up-your-kubernetes-application-performance-with-a-small-dns-configuration-1o46: content_hash: 5c738e337cbb18a3122c01e1fbe20a668f6cdabddc92329185f6188a10e17dc0 description: '' @@ -47202,6 +50120,7 @@ https://dev.to/imjoseangel/tune-up-your-kubernetes-application-performance-with- v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://dev.to/insha/javascript-array-and-its-methods-432k: ai_summary: A handbook defining native array manipulation methods including map, filter, and reduce operations, key to high-density data transformation in node @@ -47229,6 +50148,7 @@ https://dev.to/insha/javascript-array-and-its-methods-432k: v2_locations: - javascript.md year: N/A + addition_method: manual https://dev.to/intuitdev/migrating-cicd-from-jenkins-to-argo-1km4: ai_summary: A comprehensive real-world migration case study detailing how Intuit transitioned high-volume CI/CD pipelines from Jenkins to Kubernetes-native Argo @@ -47261,6 +50181,7 @@ https://dev.to/intuitdev/migrating-cicd-from-jenkins-to-argo-1km4: - jenkins.md - cicd.md year: N/A + addition_method: manual https://dev.to/irakan/is-jwt-really-a-good-fit-for-authentication-1khm: ai_summary: A critical assessment of JWT (JSON Web Token) overuse in generic web application sessions. Highlights architectural challenges surrounding stateless @@ -47290,6 +50211,7 @@ https://dev.to/irakan/is-jwt-really-a-good-fit-for-authentication-1khm: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dev.to/itsahsanmangal/building-a-robust-cicd-pipeline-with-docker-a-comprehensive-guide-4k8b: content_hash: fbc30480dcc8f283be65fc1574caf85fc8366fd4f76ef5d1c999291d252b4556 description: '' @@ -47307,6 +50229,7 @@ https://dev.to/itsahsanmangal/building-a-robust-cicd-pipeline-with-docker-a-comp v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/jarjanazy/the-simple-guide-to-dockerizing-spring-boot-og4: content_hash: 9514d8b99feb01d0cfe6b8a0443c6b3427c4491fd7f0ceda6880334c985010d3 description: '' @@ -47323,6 +50246,7 @@ https://dev.to/jarjanazy/the-simple-guide-to-dockerizing-spring-boot-og4: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dev.to/javiermarasco/https-with-ingress-controller-cert-manager-and-duckdns-in-akskubernetes-2jd1: ai_summary: Step-by-step lab tutorial for establishing dynamic public DNS routing on AKS using DuckDNS, Nginx Ingress, and automatic TLS configurations with cert-manager. @@ -47351,6 +50275,7 @@ https://dev.to/javiermarasco/https-with-ingress-controller-cert-manager-and-duck v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/javinpaul/5-best-java-frameworks-to-learn-in-2022-for-microservices-and-cloud-native-development-4732: content_hash: 0fbea705cacd5b0c29a71fb67b830a888e4406074b2d981c9af7afe5c9299872 description: '' @@ -47368,6 +50293,7 @@ https://dev.to/javinpaul/5-best-java-frameworks-to-learn-in-2022-for-microservic v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dev.to/javinpaul/5-books-and-courses-to-learn-object-oriented-programming-in-depth-4kff: content_hash: 5c9dcb1b58670c00b0683642ec1c57054c905220e9fbc278d85dadf4029e4b86 description: '' @@ -47384,6 +50310,7 @@ https://dev.to/javinpaul/5-books-and-courses-to-learn-object-oriented-programmin v2_locations: - devel-sites.md year: N/A + addition_method: manual https://dev.to/javinpaul/7-api-tools-for-rest-developers-and-testers-n67: content_hash: dcbb1ed0df60740e7cf7e63aa6bd204677b8703fa1151fea61d3f1d23138d107 description: '' @@ -47402,6 +50329,7 @@ https://dev.to/javinpaul/7-api-tools-for-rest-developers-and-testers-n67: - api.md - devel-sites.md year: N/A + addition_method: manual https://dev.to/javinpaul/7-free-courses-to-learn-microsoft-azure-cloud-platform-bg4: content_hash: f54228157a95d5d8ef50b7e096a1e947ed3a88c533c978d65677a8e177c71b52 description: '' @@ -47418,6 +50346,7 @@ https://dev.to/javinpaul/7-free-courses-to-learn-microsoft-azure-cloud-platform- v2_locations: - azure.md year: N/A + addition_method: manual https://dev.to/javinpaul/how-to-become-a-certified-aws-solution-architect-in-2022-35ad: ai_summary: A strategic study roadmap mapping the preparation phase for the Solutions Architect Associate exam. Explores critical service architectures, database options, @@ -47445,6 +50374,7 @@ https://dev.to/javinpaul/how-to-become-a-certified-aws-solution-architect-in-202 v2_locations: - aws-training.md year: N/A + addition_method: manual https://dev.to/javinpaul/my-favorite-free-courses-to-learn-docker-and-containers-in-2023-1ldo: content_hash: 1d6576087c33c3462953e68eec280bb47b5160a6d94a960f284036cbeef7fd3e description: '' @@ -47462,6 +50392,7 @@ https://dev.to/javinpaul/my-favorite-free-courses-to-learn-docker-and-containers v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/javinpaul/why-developers-should-learn-docker-and-kubernetes-in-2023-4hof: content_hash: d91f91b03cb6a37f2bebc52a6f4ab16288c3593db2fad5ba029fea96705bc867 description: '' @@ -47478,6 +50409,7 @@ https://dev.to/javinpaul/why-developers-should-learn-docker-and-kubernetes-in-20 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/jburroughs/1-tip-to-double-your-productivity-using-postman-3bdm: content_hash: 1de74a5fd5eefc99a72e20492cbee5ccb804e0d9dec9f17e403f2c5a1be1b914 description: '' @@ -47494,6 +50426,7 @@ https://dev.to/jburroughs/1-tip-to-double-your-productivity-using-postman-3bdm: v2_locations: - postman.md year: N/A + addition_method: manual https://dev.to/jcoelho/8-jenkins-plugins-i-cant-live-without-3bin: content_hash: 04eb9fbad9b885d20b15082fd9244adf2ddd72dcd594394d7e7912711a9ed9d1 description: '' @@ -47510,6 +50443,7 @@ https://dev.to/jcoelho/8-jenkins-plugins-i-cant-live-without-3bin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dev.to/jcofman/make-vs-code-better-by-editing-and-updating-some-settings-4m9a: content_hash: 69570e2290637c945cdbdf55230398de1c18b26573b1c0c23251dcb207d34d0d description: '' @@ -47526,6 +50460,7 @@ https://dev.to/jcofman/make-vs-code-better-by-editing-and-updating-some-settings v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/jonatan5524/build-my-own-kubernetes-journey-1a3j: content_hash: 4b8aa102279f2647f59ca1997d58468f0c6325df7a7a16c7b52ae317491839ff description: '' @@ -47542,6 +50477,7 @@ https://dev.to/jonatan5524/build-my-own-kubernetes-journey-1a3j: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/josephmidura/how-to-manage-multiple-ssh-key-pairs-1ik: ai_summary: An entry-level handbook outlining local client configurations for multi-identity SSH environments. It guides administrators through isolating workspace profiles @@ -47571,6 +50507,7 @@ https://dev.to/josephmidura/how-to-manage-multiple-ssh-key-pairs-1ik: v2_locations: - linux.md year: N/A + addition_method: manual https://dev.to/kameshsampath/simplify-your-dockerfile-1j5k: content_hash: 6075dced017048f2da7d1f7a224afd04db0b36c5fe2c19f6fcd818b395d38216 description: '' @@ -47588,6 +50525,7 @@ https://dev.to/kameshsampath/simplify-your-dockerfile-1j5k: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/kanani_nirav/50-linux-commands-every-developer-need-to-know-with-example-mc: ai_summary: Curator Insight organizes 50 critical Linux commands that every software developer must master. Live Grounding confirms this as a top-tier learning asset @@ -47618,6 +50556,7 @@ https://dev.to/kanani_nirav/50-linux-commands-every-developer-need-to-know-with- v2_locations: - linux.md year: N/A + addition_method: manual https://dev.to/karaluton/explain-like-i-m-five-git-rebase-vs-merging-1k69: ai_summary: Simplifies the complex conceptual difference between standard Git merges and linear rebases. Uses clear visual modeling to demonstrate how commit logs @@ -47647,6 +50586,7 @@ https://dev.to/karaluton/explain-like-i-m-five-git-rebase-vs-merging-1k69: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/karaluton/what-exactly-is-the-dom-jhg: content_hash: 57bfb59f72033b49ac97dd76f4c46fea14c0d7d4a0c93c6ce0fa1cd3e56ef206 health_score: 100.0 @@ -47654,6 +50594,7 @@ https://dev.to/karaluton/what-exactly-is-the-dom-jhg: needs_ai_refresh: true v1_locations: - docs/javascript.md + addition_method: manual https://dev.to/karanpratapsingh/top-5-docker-best-practices-57oh: content_hash: 58a3652b37ca5c48207407c55ec0add8d7c1bbc18f9e59147344d20a83dad125 description: '' @@ -47670,6 +50611,7 @@ https://dev.to/karanpratapsingh/top-5-docker-best-practices-57oh: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/katalon/top-15-automated-api-testing-tools-lasted-update-32ip: content_hash: 5988db36af582bcd2f63cdf927653a73651bd3dceb8e3660ff67fff6eb7b8efe description: '' @@ -47686,6 +50628,7 @@ https://dev.to/katalon/top-15-automated-api-testing-tools-lasted-update-32ip: v2_locations: - api.md year: N/A + addition_method: manual https://dev.to/katiatalhi/introduction-to-kustomize-how-to-customize-kubernetes-objects-3e08: content_hash: 63819d3fe5be662858319bdeb0471797b9238a056145c10e9283182dc38ff4f0 description: '' @@ -47703,6 +50646,7 @@ https://dev.to/katiatalhi/introduction-to-kustomize-how-to-customize-kubernetes- v2_locations: - kustomize.md year: N/A + addition_method: manual https://dev.to/ken_mwaura1/getting-started-with-flask-and-docker-3ie8: content_hash: a178567bd116dee892a7153d55ca41bba3c655fc489950fa52ecb144d4481fad description: '' @@ -47719,6 +50663,7 @@ https://dev.to/ken_mwaura1/getting-started-with-flask-and-docker-3ie8: v2_locations: - python.md year: N/A + addition_method: manual https://dev.to/kennethatria/setting-up-a-ci-cd-with-jenkins-4hln: content_hash: 28b2d2f1dc0b04903d2fb80cbebb2e7e67ae0ba71a73780308834831ca39506b description: '' @@ -47735,6 +50680,7 @@ https://dev.to/kennethatria/setting-up-a-ci-cd-with-jenkins-4hln: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dev.to/khmarbaise/maven-plugin-configuration-the-unknown-tiny-details-1emm: ai_summary: An advanced analysis of Maven plugin parameter configurations. Clarifies property overrides, injection mechanisms, and execution phase traps in complex @@ -47762,6 +50708,7 @@ https://dev.to/khmarbaise/maven-plugin-configuration-the-unknown-tiny-details-1e v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dev.to/kodekloud/your-roadmap-to-become-a-devops-engineer-in-2020-i1n: content_hash: 0543a02fd80bd93a5bd91ac8512872a18ad4ed74aed3441563675ab70a0f3791 description: '' @@ -47778,6 +50725,7 @@ https://dev.to/kodekloud/your-roadmap-to-become-a-devops-engineer-in-2020-i1n: v2_locations: - devops.md year: N/A + addition_method: manual ? https://dev.to/koladev/test-driven-development-with-django-unit-testing-integration-testing-with-docker-flask-github-actions-2047 : content_hash: 08827d680c6c2554ed126821e50b1fb8f3260468404b87c9e44d9bd899c60c60 description: '' @@ -47795,6 +50743,7 @@ https://dev.to/kodekloud/your-roadmap-to-become-a-devops-engineer-in-2020-i1n: v2_locations: - qa.md year: N/A + addition_method: manual https://dev.to/kooldev/use-kool-to-dockerize-your-local-development-environment-the-right-way-18gl: content_hash: 370a16673c69dbea723eb1266f75deb2e05b5e0914f18f1dfb3aacadd929a582 description: '' @@ -47812,6 +50761,7 @@ https://dev.to/kooldev/use-kool-to-dockerize-your-local-development-environment- v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/ksingh7/the-most-elegant-way-to-performance-test-your-microservices-running-on-kubernetes-2mo2: ai_summary: A structured guide demonstrating elegant and scalable patterns for performance testing distributed microservices. Focuses on cluster-native deployments and simulating @@ -47840,6 +50790,7 @@ https://dev.to/ksingh7/the-most-elegant-way-to-performance-test-your-microservic v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dev.to/kubestack/a-better-way-to-provision-kubernetes-resources-using-terraform-355n: content_hash: 9f856025b1ba8d93af70ee7c811c4eea686816bd3a718d3a7ae9e5d87b9871a7 description: '' @@ -47857,6 +50808,7 @@ https://dev.to/kubestack/a-better-way-to-provision-kubernetes-resources-using-te v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/kubona_my/docker-101-124e: content_hash: 012d4d7e514878b08617f64a7203f27cbd2bd71be614f9ec4841c466a5aed1ee description: '' @@ -47873,6 +50825,7 @@ https://dev.to/kubona_my/docker-101-124e: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/leading-edje/introduction-to-helm-50jl: ai_summary: Accessible and clear introduction detailing core Helm entities (charts, repositories, releases). Excellent read for cloud engineers looking to grasp basic @@ -47895,6 +50848,7 @@ https://dev.to/leading-edje/introduction-to-helm-50jl: v2_locations: - helm.md year: '2020' + addition_method: manual https://dev.to/leandronsp/git-fundamentals-a-complete-guide-do7: ai_summary: An exceptional, deep-dive architectural exploration of Git's data structure foundation, illustrating the exact workings of blobs, trees, and commit pointers. @@ -47924,6 +50878,7 @@ https://dev.to/leandronsp/git-fundamentals-a-complete-guide-do7: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/leandronsp/kubernetes-101-part-i-the-fundamentals-23a1: content_hash: 93147eb88c20e635532021e587d06f98b08b6fa72f814ce54abcdf0e7b1bf51f description: '' @@ -47940,6 +50895,7 @@ https://dev.to/leandronsp/kubernetes-101-part-i-the-fundamentals-23a1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/leandronsp/kubernetes-101-part-ii-pods-19pb: content_hash: 43f34a5fd99481ab34294765778b698bc4e60e8fd324aa3be67a47a13087c5f4 description: '' @@ -47951,6 +50907,7 @@ https://dev.to/leandronsp/kubernetes-101-part-ii-pods-19pb: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dev.to/leandronsp/kubernetes-101-part-iii-controllers-and-self-healing-4ki5: content_hash: e337b9a5e35eb8438b7eb8ca567d65590db6dd3d0df4c10dbb1c221bc29520bd description: '' @@ -47962,6 +50919,7 @@ https://dev.to/leandronsp/kubernetes-101-part-iii-controllers-and-self-healing-4 v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dev.to/leandronsp/kubernetes-101-part-iv-deployments-20m3: content_hash: 6d2713148cf65cdb3a89c8c9fd7ff60390146c91ec2b5a043968f47d9155a28b description: '' @@ -47973,6 +50931,7 @@ https://dev.to/leandronsp/kubernetes-101-part-iv-deployments-20m3: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dev.to/leandronsp/kubernetes-101-part-v-statefulsets-5dob: content_hash: fe63cd873d53f6c50ff8578c17e46db035450797d7a86083d199ded75dc2c00c description: '' @@ -47984,6 +50943,7 @@ https://dev.to/leandronsp/kubernetes-101-part-v-statefulsets-5dob: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dev.to/leandronsp/kubernetes-101-part-vi-daemonsets-1ph0: content_hash: 9f49feebfd17a53c5a183b8df3f018f07401edde7c0996ef6b8094fcccbd45db description: '' @@ -47995,6 +50955,7 @@ https://dev.to/leandronsp/kubernetes-101-part-vi-daemonsets-1ph0: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dev.to/leandronsp/kubernetes-101-part-vii-jobs-and-cronjobs-12kg: content_hash: fde206ab1a7dc279296a0954a7ce71b315d27e2aabb045460ce62f39cf29bd75 description: '' @@ -48006,6 +50967,7 @@ https://dev.to/leandronsp/kubernetes-101-part-vii-jobs-and-cronjobs-12kg: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dev.to/leandronsp/kubernetes-101-part-viii-networking-fundamentals-mo7: content_hash: 3818d848786706a9a7097a039e75df88fccf8ed03614b5849d85a8fd9b49ca4b description: '' @@ -48017,6 +50979,7 @@ https://dev.to/leandronsp/kubernetes-101-part-viii-networking-fundamentals-mo7: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dev.to/leroykayanda/kubernetes-monitoring-using-grafana-3dhc: ai_summary: A deployment guide detailing how to build a unified log and metrics tracking pipeline using Prometheus, Grafana, and Loki (the PLG stack). Focuses @@ -48046,6 +51009,7 @@ https://dev.to/leroykayanda/kubernetes-monitoring-using-grafana-3dhc: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://dev.to/levivm/how-to-use-ssh-and-ssh-agent-forwarding-more-secure-ssh-2c32: ai_summary: 'An architectural deep-dive analyzing the inner workings and severe security vulnerabilities of SSH agent forwarding, detailing safe alternatives @@ -48076,6 +51040,7 @@ https://dev.to/levivm/how-to-use-ssh-and-ssh-agent-forwarding-more-secure-ssh-2c v2_locations: - linux.md year: N/A + addition_method: manual https://dev.to/lisahjung/beginner-s-guide-to-understanding-the-relevance-of-your-search-with-elasticsearch-and-kibana-29n6: content_hash: d06983a4053207242735dfdf15be0359816000771f2a6879ecc179359fde3438 description: '' @@ -48093,6 +51058,7 @@ https://dev.to/lisahjung/beginner-s-guide-to-understanding-the-relevance-of-your v2_locations: - monitoring.md year: N/A + addition_method: manual https://dev.to/lizardkinglk/username-validator-1n8g: ai_summary: A practical walk-through explaining regular expressions and string checking techniques to construct secure and robust validation logic. @@ -48119,6 +51085,7 @@ https://dev.to/lizardkinglk/username-validator-1n8g: v2_locations: - javascript.md year: N/A + addition_method: manual https://dev.to/lostintangent/10-awesome-things-you-can-do-with-github-dev-5fm7: ai_summary: This guide details 10 highly useful features of github.dev, the web-based, zero-install IDE that opens immediately when pressing '.' inside any GitHub repository. @@ -48149,6 +51116,7 @@ https://dev.to/lostintangent/10-awesome-things-you-can-do-with-github-dev-5fm7: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/lucasepe/watch-and-react-to-kubernetes-objects-changes-3kcg: ai_summary: Curator Insight outlines how to implement event-driven watches in Kubernetes using the Go client-go SDK. Live Grounding shows this is a foundational guide @@ -48179,6 +51147,7 @@ https://dev.to/lucasepe/watch-and-react-to-kubernetes-objects-changes-3kcg: v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/madmaxx/how-to-make-exclusive-locks-in-kubernetes-23if: content_hash: 0c88c2fab94b2a77daf90cd199bdd9ef9913443ee61e01f12042d73b0eaac24f description: '' @@ -48195,6 +51164,7 @@ https://dev.to/madmaxx/how-to-make-exclusive-locks-in-kubernetes-23if: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/madza/19-valuable-github-repositories-for-beginner-developers-3i18: content_hash: 74a70e33a6e447631a87206d8c2f6f799c377273b89f6091d6e653e52d6212c5 description: '' @@ -48211,6 +51181,7 @@ https://dev.to/madza/19-valuable-github-repositories-for-beginner-developers-3i1 v2_locations: - devel-sites.md year: N/A + addition_method: manual https://dev.to/mage_ai/ci-cd-automating-our-build-and-deploy-process-2i91: content_hash: 4cf2a5293c6cff0a420da6eda76dda43a098b383433b99446e70cd90cbdb89ec description: '' @@ -48227,6 +51198,7 @@ https://dev.to/mage_ai/ci-cd-automating-our-build-and-deploy-process-2i91: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://dev.to/mahmoudessam/python-dictionary-methods-explanation-and-visualization-1l64: content_hash: 9fa4b8312e6deaca65317e0f65592118fb2c73398b3c885402fd1dd210925b1b description: '' @@ -48243,6 +51215,7 @@ https://dev.to/mahmoudessam/python-dictionary-methods-explanation-and-visualizat v2_locations: - python.md year: N/A + addition_method: manual https://dev.to/majidqafouri/microservice-roadmap-4mci: content_hash: b088fd5ae5281fa6cf27205a14e78b358b783e977e6cb8c7cc1560f880b4d632 description: '' @@ -48254,6 +51227,7 @@ https://dev.to/majidqafouri/microservice-roadmap-4mci: v1_locations: - docs/faq.md year: N/A + addition_method: manual https://dev.to/mariamarsh/10-best-github-repos-for-developers-5gmp: content_hash: 77866aa218153dd5255c3652eac8c6ffba63885658b18afec3401dea202dfc54 description: '' @@ -48270,6 +51244,7 @@ https://dev.to/mariamarsh/10-best-github-repos-for-developers-5gmp: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://dev.to/mattiasfjellstrom/kubernetes-101-security-concepts-2f4f: ai_summary: Explains introductory security concepts in Kubernetes, targeting beginner operators and developers. Curator insight highlights the core mechanisms of namespace @@ -48299,6 +51274,7 @@ https://dev.to/mattiasfjellstrom/kubernetes-101-security-concepts-2f4f: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/mattqafouri/microservice-roadmap-4mci: ai_summary: 'Curator Insight: A complete self-paced technical roadmap for engineers transitioning from monolith architectures to microservice environments. Live Grounding: @@ -48321,6 +51297,7 @@ https://dev.to/mattqafouri/microservice-roadmap-4mci: v2_locations: - faq.md year: '2023' + addition_method: manual https://dev.to/mauriciolinhares/rate-limiting-http-requests-in-go-using-redis-51m7: ai_summary: A code-heavy guide illustrating how to implement distributed rate-limiting middleware in Go using Redis token bucket algorithms. Vital for securing public @@ -48349,6 +51326,7 @@ https://dev.to/mauriciolinhares/rate-limiting-http-requests-in-go-using-redis-51 v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/mavensingh/advantages-and-disadvantages-of-go-5gha: ai_summary: A high-level evaluation of Go's strengths (such as concurrency models and compiling speeds) balanced against its notable limits, such as strict syntax @@ -48377,6 +51355,7 @@ https://dev.to/mavensingh/advantages-and-disadvantages-of-go-5gha: v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/maxx_don/implement-azure-ad-workload-identity-on-aks-with-terraform-3oho: ai_summary: Highly structured guide demonstrating how to use Terraform to set up Azure AD Workload Identity on AKS. Explains how to establish federation credentials @@ -48406,6 +51385,7 @@ https://dev.to/maxx_don/implement-azure-ad-workload-identity-on-aks-with-terrafo v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/mbagley1020/price-comparison-of-popular-serverless-architecture-providers-2jk9: content_hash: de3143b1cfd7a3efdc955a4d569b047e4a66f129930b5136ba58c352b9a5f23c description: '' @@ -48417,6 +51397,7 @@ https://dev.to/mbagley1020/price-comparison-of-popular-serverless-architecture-p v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://dev.to/mda590/using-kyverno-policies-for-kubernetes-governance-3e17: content_hash: ea1ffe99c5a75a4093f6243789caab5dcc734435fd3d4737d7ae9b8eb11e8dba description: '' @@ -48433,6 +51414,7 @@ https://dev.to/mda590/using-kyverno-policies-for-kubernetes-governance-3e17: v2_locations: - securityascode.md year: N/A + addition_method: manual https://dev.to/memark/autoprovisioning-nfs-volumes-in-eks-with-cdk-4fn9: ai_summary: A developer-oriented tutorial for programmatically provisioning NFS volume drivers within EKS using the AWS CDK. It demonstrates dynamic persistent @@ -48462,6 +51444,7 @@ https://dev.to/memark/autoprovisioning-nfs-volumes-in-eks-with-cdk-4fn9: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/mikeyglitz/proactive-kubernetes-monitoring-with-alerting-58en: ai_summary: Explains how to set up proactive alerts inside Kubernetes using Prometheus rules paired with Slack webhooks. Walks through alert configurations for pending @@ -48490,6 +51473,7 @@ https://dev.to/mikeyglitz/proactive-kubernetes-monitoring-with-alerting-58en: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://dev.to/milu_franz/git-explained-the-basics-igc: ai_summary: A friendly visual tutorial that clarifies how Git tracks file states across the local environment. It explains how changes move between the Working @@ -48517,6 +51501,7 @@ https://dev.to/milu_franz/git-explained-the-basics-igc: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/mkalioby/django-apps-on-kubernetes-2edo: content_hash: dff18d1d71d0aef984ea6ef68fcfb623ad4d75d5996c50f102082999f4a6f34f description: '' @@ -48533,6 +51518,7 @@ https://dev.to/mkalioby/django-apps-on-kubernetes-2edo: v2_locations: - demos.md year: N/A + addition_method: manual https://dev.to/mkdev/kubernetes-capacity-and-resource-management-its-not-what-you-think-it-is-1oik: content_hash: c74125203208a1a2d796a945b41cd243072737c7e6e22384138c4c360bab17aa description: '' @@ -48550,6 +51536,7 @@ https://dev.to/mkdev/kubernetes-capacity-and-resource-management-its-not-what-yo v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/moesif/api-management-vs-api-gateway-and-where-does-api-analytics-and-monitoring-fit-4g75: content_hash: 6084af808484202a1667b5239b9ef86c59242e4db897378b80ff5304fc8621e4 description: '' @@ -48567,6 +51554,7 @@ https://dev.to/moesif/api-management-vs-api-gateway-and-where-does-api-analytics v2_locations: - developerportals.md year: N/A + addition_method: manual https://dev.to/monarene/dynamic-volume-provisioning-in-kubernetes-with-aws-and-terraform-3m6h: content_hash: f602dde2ab99b5c404db0cbff6233edd088c6a7428c6d34fb507dd476fb0ceb9 description: '' @@ -48584,6 +51572,7 @@ https://dev.to/monarene/dynamic-volume-provisioning-in-kubernetes-with-aws-and-t v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/msfaizi/kubernetes-cheatsheet-essential-commands-and-concepts-for-efficient-container-orchestration-201n: content_hash: 56cbd87f4a9448d617c449821104ae4e939b0ad0a1ae4d455d74eecc02a4c7ae description: '' @@ -48601,6 +51590,7 @@ https://dev.to/msfaizi/kubernetes-cheatsheet-essential-commands-and-concepts-for v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/mstryoda/configure-rbac-in-kubernetes-like-a-boss-h67: ai_summary: 'Curator Insight: Tactical guide detailing production-grade RBAC naming conventions and structure. Live Grounding: Features rapid-fire configurations @@ -48629,6 +51619,7 @@ https://dev.to/mstryoda/configure-rbac-in-kubernetes-like-a-boss-h67: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://dev.to/mtulio/deep-dive-into-aws-oidc-identity-provider-when-installing-openshift-with-iam-sts-manual-sts-support-1bo7 : content_hash: a4125c1bc99b1d490db9618a45878e5eda3557dd37f8952c16a7ca6356f4a5d8 description: '' @@ -48646,6 +51637,7 @@ https://dev.to/mstryoda/configure-rbac-in-kubernetes-like-a-boss-h67: v2_locations: - ocp4.md year: N/A + addition_method: manual https://dev.to/mwafrika/how-to-use-git-stash-command-22bk: ai_summary: Quick operational guide focusing on practical everyday Git stash operations. Outlines how to isolate unstaged changes quickly without committing incomplete @@ -48674,6 +51666,7 @@ https://dev.to/mwafrika/how-to-use-git-stash-command-22bk: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/nagatodev/how-to-connect-django-to-reactjs-part-2-2oje: content_hash: 4b555c6ed0c319cebe490b1163b372e60eab8e4c379ba3f4701a50c04d1686d5 health_score: 100.0 @@ -48685,6 +51678,7 @@ https://dev.to/nagatodev/how-to-connect-django-to-reactjs-part-2-2oje: - docs/python.md v2_locations: - python.md + addition_method: manual https://dev.to/narasimha1997/communication-between-microservices-in-a-kubernetes-cluster-1n41: content_hash: 4b10984851cede5a6dd2bbe77ebf937559801520135213132cef123d17f20ac6 description: '' @@ -48702,6 +51696,7 @@ https://dev.to/narasimha1997/communication-between-microservices-in-a-kubernetes v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://dev.to/navneet7716/optimizing-sql-queries-h9j: content_hash: e47da956d25dae3a84b06800931293388c1711608cc42b392b37f573ddf71960 description: '' @@ -48718,6 +51713,7 @@ https://dev.to/navneet7716/optimizing-sql-queries-h9j: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/nazliander/using-selenium-within-a-docker-container-ghp: content_hash: 842b5f77e74898fbbf8e2ececc3ae40b27c272ca625447116a036fc465135525 description: '' @@ -48734,6 +51730,7 @@ https://dev.to/nazliander/using-selenium-within-a-docker-container-ghp: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://dev.to/niveditacoder/default-kyverno-policies-for-openebs-4abf: content_hash: 9ff4068050fc09a0a07f31d8c42e2f04303a242bb35310cace796a8766effa70 description: '' @@ -48750,6 +51747,7 @@ https://dev.to/niveditacoder/default-kyverno-policies-for-openebs-4abf: v2_locations: - securityascode.md year: N/A + addition_method: manual https://dev.to/novu/how-to-add-in-app-notifications-to-any-web-app-1b4n: ai_summary: Step-by-step architectural tutorial detailing real-time in-app notification infrastructure integrations using Novu. Explores WebSocket connections, transaction @@ -48778,6 +51776,7 @@ https://dev.to/novu/how-to-add-in-app-notifications-to-any-web-app-1b4n: v2_locations: - javascript.md year: N/A + addition_method: manual https://dev.to/o1lab/how-to-build-7-000-rest-apis-within-2-mins-node-js-mysql-470b: ai_summary: Technical deep dive showing rapid database-to-API automation workflows using relational database schemas. Focuses on minimizing operational overhead @@ -48806,6 +51805,7 @@ https://dev.to/o1lab/how-to-build-7-000-rest-apis-within-2-mins-node-js-mysql-47 v2_locations: - javascript.md year: N/A + addition_method: manual https://dev.to/okimotomizuho/open-source-multiple-branches-and-git-merges-2f69: ai_summary: Analyzes branch tracking strategies specifically tailored for maintaining sanity in large, multi-contributor open-source systems. Discusses the downstream @@ -48834,6 +51834,7 @@ https://dev.to/okimotomizuho/open-source-multiple-branches-and-git-merges-2f69: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/okimotomizuho/open-source-my-first-pull-request-1356: ai_summary: A step-by-step walkthrough of the fork-and-pull model used for open-source contributions. It explains upstream synchronization, clean branch isolation, and @@ -48862,6 +51863,7 @@ https://dev.to/okimotomizuho/open-source-my-first-pull-request-1356: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/opensauced/how-to-create-a-good-pull-request-template-and-why-you-should-add-gifs-4i0l: ai_summary: Focuses on optimizing developer collaboration via structured PR templates. Details patterns for scaffolding instructions, checklist blocks, and visual assets @@ -48891,6 +51893,7 @@ https://dev.to/opensauced/how-to-create-a-good-pull-request-template-and-why-you v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/otomato_io/liveness-probes-feel-the-pulse-of-the-app-133e: content_hash: 5a95db9aaa5df991749cd5250a061204d36851619e2c4ba2e652e482fca3ef6c description: '' @@ -48907,6 +51910,7 @@ https://dev.to/otomato_io/liveness-probes-feel-the-pulse-of-the-app-133e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/otomato_io/local-kubernetes-development-with-skaffold-i0k: ai_summary: Explains how to customize Skaffold profiles for high-performance dev environments. Details hot-reload integrations and remote debugger port attachments. @@ -48933,6 +51937,7 @@ https://dev.to/otomato_io/local-kubernetes-development-with-skaffold-i0k: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://dev.to/otomato_io/pixie-an-x-ray-machine-for-kubernetes-traffic-23pd: content_hash: e498286f13bf67872de3253d5aa756bb3ae8a7febb06d8301ac8031d1294b9e9 description: '' @@ -48949,6 +51954,7 @@ https://dev.to/otomato_io/pixie-an-x-ray-machine-for-kubernetes-traffic-23pd: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://dev.to/otomato_io/possible-paths-2hfc: ai_summary: Demystifies the operational concepts of TLS, explaining how Certificate Authorities (CAs) and mutual TLS (mTLS) protect application network pathways. @@ -48975,6 +51981,7 @@ https://dev.to/otomato_io/possible-paths-2hfc: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/otomer/my-12-favorite-chrome-extensions-as-a-web-developer-56eg: content_hash: 8351a7b46a7aebbb012ded7fd5f23bd0d26d3f2e9a115bbc58dc4f80a636d863 description: '' @@ -48991,6 +51998,7 @@ https://dev.to/otomer/my-12-favorite-chrome-extensions-as-a-web-developer-56eg: v2_locations: - ChromeDevTools.md year: N/A + addition_method: manual https://dev.to/pacheco/create-a-restful-api-with-golang-from-scratch-42g2: ai_summary: A step-by-step guide to building a clean, native REST API from scratch in Go using standard mux frameworks. Excellent for microservice engineers. [SPANISH @@ -49019,6 +52027,7 @@ https://dev.to/pacheco/create-a-restful-api-with-golang-from-scratch-42g2: v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/paru429/beginner-s-guide-to-docker-and-docker-cli-commands-1p75: content_hash: 26f506d4288914f3a7c9a5e5c0377d22e4e3987a3e16818af7f3eadfa36a869c description: '' @@ -49035,6 +52044,7 @@ https://dev.to/paru429/beginner-s-guide-to-docker-and-docker-cli-commands-1p75: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/pavanbelagatti/configure-kubernetes-readiness-and-liveness-probes-tutorial-478p: content_hash: 4e91356b24d45b28168640d2c5c5c14fdafe3267263246dbe883e817a95360da description: '' @@ -49052,6 +52062,7 @@ https://dev.to/pavanbelagatti/configure-kubernetes-readiness-and-liveness-probes v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/pavanbelagatti/deploy-any-aiml-application-on-kubernetes-a-step-by-step-guide-2i37: content_hash: e037601828b04076fe4f36f327761ff62d0a5b6904babe413f97c168ca78b49e description: '' @@ -49069,6 +52080,7 @@ https://dev.to/pavanbelagatti/deploy-any-aiml-application-on-kubernetes-a-step-b v2_locations: - mlops.md year: N/A + addition_method: manual https://dev.to/pavanbelagatti/devops-trends-for-developers-in-2023-345b: content_hash: d241d582a4702d3e17f6095345fc452fd4feb9dced63f769601a70e7c46dc1b4 description: '' @@ -49085,6 +52097,7 @@ https://dev.to/pavanbelagatti/devops-trends-for-developers-in-2023-345b: v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/pavanbelagatti/kubernetes-kustomize-tutorial-a-beginner-friendly-developer-guide-322n: content_hash: 66b1f1b0f1e539b365c5988cc0b0984322aef6b96db1b692bc3af013bba9b781 description: '' @@ -49101,6 +52114,7 @@ https://dev.to/pavanbelagatti/kubernetes-kustomize-tutorial-a-beginner-friendly- v2_locations: - kustomize.md year: N/A + addition_method: manual https://dev.to/pavanbelagatti/kubernetes-security-best-practices-for-developers-2b92: ai_summary: Tailored specifically for application developers to guide secure manifest construction and safe build configurations. Curator insight details practical @@ -49130,6 +52144,7 @@ https://dev.to/pavanbelagatti/kubernetes-security-best-practices-for-developers- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/pavanbelagatti/learn-how-to-set-kubernetes-resource-requests-and-limits-23n2: content_hash: 4a051c1d0ab6767f87ff4d385d6310a4d41ab8e84197e9a56b4b788fde96ed84 description: '' @@ -49147,6 +52162,7 @@ https://dev.to/pavanbelagatti/learn-how-to-set-kubernetes-resource-requests-and- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/pavanbelagatti/scaling-your-application-with-kubernetes-5715: content_hash: 6facc772f2c1827b57a5387ac2215b5ad445560cdba1d2d1d44941cc43caed88 description: '' @@ -49163,6 +52179,7 @@ https://dev.to/pavanbelagatti/scaling-your-application-with-kubernetes-5715: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://dev.to/pavanbelagatti/using-terraform-to-manage-infrastructure-resources-32da: content_hash: 24b106bdef7f7802303b19b856458d260227bb82849ce6857adb445e7e57e85b description: '' @@ -49179,6 +52196,7 @@ https://dev.to/pavanbelagatti/using-terraform-to-manage-infrastructure-resources v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/permit_io/load-external-data-into-opa-the-good-the-bad-and-the-ugly-26lc: content_hash: 91e815cd1013249b7e9b2358dc3f3f2c2c3e6665afa5a148af30cbc2f6264944 description: '' @@ -49195,6 +52213,7 @@ https://dev.to/permit_io/load-external-data-into-opa-the-good-the-bad-and-the-ug v2_locations: - securityascode.md year: N/A + addition_method: manual https://dev.to/pghildiyal/series/14818: content_hash: 0ed2a7e31a302d0aff880bcd7d476c29d378220d907b4e11d4763b6eebf88efd description: '' @@ -49211,6 +52230,7 @@ https://dev.to/pghildiyal/series/14818: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://dev.to/playfulprogramming/a-better-way-to-code-documentation-driven-development-1kem: content_hash: 063429ea32ead18265d4ad787d055092849e257e54f23f40b1269a81ea7343bf health_score: 100.0 @@ -49223,6 +52243,7 @@ https://dev.to/playfulprogramming/a-better-way-to-code-documentation-driven-deve - docs/devel-sites.md v2_locations: - devel-sites.md + addition_method: manual https://dev.to/playfulprogramming/the-awesome-side-of-github-awesome-lists-2a5h: content_hash: 7b539733d8e67d7417effbe0495eb95b77d7a35eb00c106fb40934567d4c4360 health_score: 100.0 @@ -49236,6 +52257,7 @@ https://dev.to/playfulprogramming/the-awesome-side-of-github-awesome-lists-2a5h: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://dev.to/playfulprogramming/visual-studio-code-tips-tricks-command-palette-and-its-friends-2bhi: content_hash: a824e90b306b8dab1169e4a155d4930248fe6a04cb84fc750ed17d6759086db9 health_score: 100.0 @@ -49248,6 +52270,7 @@ https://dev.to/playfulprogramming/visual-studio-code-tips-tricks-command-palette - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://dev.to/playfulprogramming/visual-studio-code-tips-tricks-snippets-5041: content_hash: edf392dc2c19ed07bf450e9cd61bc41ef9fcf154144fe80bbac395c8cb914ac5 health_score: 100.0 @@ -49259,6 +52282,7 @@ https://dev.to/playfulprogramming/visual-studio-code-tips-tricks-snippets-5041: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://dev.to/pmbanugo/faas-on-kubernetes-from-aws-lambda-api-gateway-to-knative-kong-api-gateway-4n84: content_hash: 05b7198ac56481161712a1f4ea8d33055b584bc4409edf0c38ebb9dde3418fd2 description: '' @@ -49276,6 +52300,7 @@ https://dev.to/pmbanugo/faas-on-kubernetes-from-aws-lambda-api-gateway-to-knativ v2_locations: - serverless.md year: N/A + addition_method: manual ? https://dev.to/pmbanugo/goodbye-dockerfiles-build-secure-optimised-nodejs-container-images-with-cloud-native-buildpacks-489p : content_hash: 9870a19d70664e47db39f992c1908bfe6bb0d4a52aacffb41afdd4767c0fa565 description: '' @@ -49293,6 +52318,7 @@ https://dev.to/pmbanugo/faas-on-kubernetes-from-aws-lambda-api-gateway-to-knativ v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/pragyanatvade/docker-commands-cheat-sheet-47n4: content_hash: b58ba234b9c2cf60ddde3a5e2852946f70c63056d7a767bff3dbc02bdf69b2b2 description: '' @@ -49309,6 +52335,7 @@ https://dev.to/pragyanatvade/docker-commands-cheat-sheet-47n4: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/prasenjeetsymon/docker-from-zero-to-hero-part-1-3a45: content_hash: 97905acea90d7fe61e20a6067163453b4a32425cd0cedd41fe9154e7329b48c7 description: '' @@ -49325,6 +52352,7 @@ https://dev.to/prasenjeetsymon/docker-from-zero-to-hero-part-1-3a45: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/purveshshende2/git-for-beginners-3il6: ai_summary: Explains core Git fundamentals such as repositories, the working directory, the staging area, and local commits. This guide is written specifically for newcomers @@ -49353,6 +52381,7 @@ https://dev.to/purveshshende2/git-for-beginners-3il6: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/pwd9000/connect-terraform-to-azure-devops-git-repos-over-ssh-163c: content_hash: b745107e9ef164affb9c14ab606a1b67d36f355d3a10d3e700b3ce4b0285859c description: '' @@ -49364,6 +52393,7 @@ https://dev.to/pwd9000/connect-terraform-to-azure-devops-git-repos-over-ssh-163c v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://dev.to/pwd9000/series/16567: content_hash: 4d4c1749732120d4c6edc5e1209ac416018b2d4573f9dce1d94ed789dee13c59 description: '' @@ -49380,6 +52410,7 @@ https://dev.to/pwd9000/series/16567: v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/pwd9000/terraform-complex-variable-types-173e: content_hash: ccc836673f845a730401191c4cf02f1beb743ab65feb8e1a9045f4f6a3b4c638 description: '' @@ -49391,6 +52422,7 @@ https://dev.to/pwd9000/terraform-complex-variable-types-173e: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://dev.to/pwd9000/terraform-iac-scanning-with-trivy-3cai: content_hash: 1d10bfed516965c4413318093b17c7118abafb92e1bfb5d76db24eedbb69c9dd description: '' @@ -49402,6 +52434,7 @@ https://dev.to/pwd9000/terraform-iac-scanning-with-trivy-3cai: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://dev.to/pwd9000/terraform-understanding-the-lifecycle-block-4f6e: content_hash: db3c11fc54e40a28f3a9ae6cb9b839fe9e3d39674997eb4ef15dcf1273061cde description: '' @@ -49413,6 +52446,7 @@ https://dev.to/pwd9000/terraform-understanding-the-lifecycle-block-4f6e: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://dev.to/rahulrai/practical-introduction-to-kubernetes-autoscaling-tools-with-linode-kubernetes-engine-2i7k: ai_summary: Technical guide to deploying and tuning Cluster Autoscaler and Horizontal Pod Autoscaler (HPA) on the Linode Kubernetes Engine (LKE). Features step-by-step @@ -49441,6 +52475,7 @@ https://dev.to/rahulrai/practical-introduction-to-kubernetes-autoscaling-tools-w v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/ranga_vadhineni/thunder-client-http-client-extension-for-vs-code-30i9: content_hash: f7bda43d22cd14c8408451a431de9924c852d2b27e22c93ed00b5670c0924001 description: '' @@ -49457,6 +52492,7 @@ https://dev.to/ranga_vadhineni/thunder-client-http-client-extension-for-vs-code- v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/razgandeanu/selenium-cheat-sheet-9lc: content_hash: 15baf977d706e4623aeb2aa517fce0d2746a07c08bb97efc6679f17050260c33 description: '' @@ -49473,6 +52509,7 @@ https://dev.to/razgandeanu/selenium-cheat-sheet-9lc: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dev.to/rdvansloten/getting-started-with-windows-containers-on-azure-kubernetes-service-46ce: ai_summary: Getting started guide for provisioning Windows Container pools on AKS. Details networking adjustments, pod YAML configurations, and active directory @@ -49501,6 +52538,7 @@ https://dev.to/rdvansloten/getting-started-with-windows-containers-on-azure-kube v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/render/git-organized-a-better-git-flow-56go: ai_summary: Explores structured methodologies to maintain a clean git history during iterative engineering sprints. Highlights commit squashing, interactive rebasing, @@ -49529,6 +52567,7 @@ https://dev.to/render/git-organized-a-better-git-flow-56go: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/rinkiyakedad/using-kyverno-to-enforce-eks-best-practices-cad: content_hash: 910bcd519ff75c206a78c9889e9f887002bcc1bd382954b0831d5b8f6cfc0e88 description: '' @@ -49545,6 +52584,7 @@ https://dev.to/rinkiyakedad/using-kyverno-to-enforce-eks-best-practices-cad: v2_locations: - securityascode.md year: N/A + addition_method: manual https://dev.to/rtpro/helm-release-time-to-livettl-for-temporary-environments-1239: ai_summary: Practical implementation patterns for enforcing a Time-To-Live (TTL) on Helm releases. Crucial technique for cleaning up dynamic, ephemeral preview @@ -49573,6 +52613,7 @@ https://dev.to/rtpro/helm-release-time-to-livettl-for-temporary-environments-123 v2_locations: - helm.md year: N/A + addition_method: manual https://dev.to/run-x/devops-is-not-automation-2amo: content_hash: 4a01ef2f9b6c51c80d44f01dffecd9b898063f95174315fd3612a49cafd00c5e description: '' @@ -49589,6 +52630,7 @@ https://dev.to/run-x/devops-is-not-automation-2amo: v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/sagary2j/elk-stack-deployment-using-minikube-single-node-architecture-16cl: content_hash: 268211ed343357db5fdc4f70eaf8494aa57c89729fbc0585ec184ea1aa70ee06 description: '' @@ -49605,6 +52647,7 @@ https://dev.to/sagary2j/elk-stack-deployment-using-minikube-single-node-architec v2_locations: - monitoring.md year: N/A + addition_method: manual https://dev.to/saintdle/deploying-nvidia-gpu-enabled-tanzu-kubernetes-clusters-40ma: ai_summary: An in-depth guide detailing how to provision Nvidia GPU acceleration inside Tanzu Kubernetes Grid (TKG) guest clusters. Covers configuration of GPU @@ -49634,6 +52677,7 @@ https://dev.to/saintdle/deploying-nvidia-gpu-enabled-tanzu-kubernetes-clusters-4 v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://dev.to/samuelfaure/how-atomic-git-commits-dramatically-increased-my-productivity-and-will-increase-yours-too-4a84: ai_summary: Practical, insight-led guide highlighting the productivity jump from committing singular, well-isolated changes. Outlines why micro-level atomic commits @@ -49664,6 +52708,7 @@ https://dev.to/samuelfaure/how-atomic-git-commits-dramatically-increased-my-prod v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/scalyr/kubernetes-tutorial-learn-the-basics-and-get-started-5dgh: content_hash: 220020424190e1c9b359670e3884127af6aabf82fa5a10612e93ae93c1c1f117 description: '' @@ -49680,6 +52725,7 @@ https://dev.to/scalyr/kubernetes-tutorial-learn-the-basics-and-get-started-5dgh: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/scottshipp/series/15100: ai_summary: 'A comprehensive multi-part series detailing the configuration of a personal knowledge management system utilizing Markdown and Git version control. @@ -49711,6 +52757,7 @@ https://dev.to/scottshipp/series/15100: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://dev.to/semaphore/ci-cd-continuous-integration-delivery-explained-75l: ai_summary: 'Curator Insight: Clear conceptual breakdown of CI, CD, and Continuous Deployment lifecycle phases. Live Grounding: Maintained by Semaphore CI, offering @@ -49739,6 +52786,7 @@ https://dev.to/semaphore/ci-cd-continuous-integration-delivery-explained-75l: v2_locations: - cicd.md year: N/A + addition_method: manual https://dev.to/sergomz/construyendo-un-mvp-sin-base-de-datos-1i4k: content_hash: c6bb61b7a02ab4d2c1bc1686aaaafe85d662006ceeb9302270427fa43552716c description: '' @@ -49755,6 +52803,7 @@ https://dev.to/sergomz/construyendo-un-mvp-sin-base-de-datos-1i4k: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://dev.to/setevoy/apache-druid-overview-running-in-kubernetes-and-monitoring-with-prometheus-g5j: content_hash: ba38688daa197ea0247f7bc4e8d822b4734dc756f04b6a09e32be4083dbf6b82 description: '' @@ -49772,6 +52821,7 @@ https://dev.to/setevoy/apache-druid-overview-running-in-kubernetes-and-monitorin v2_locations: - databases.md year: N/A + addition_method: manual https://dev.to/shreyazz/javascript-objects-57ob: ai_summary: Foundational guide reviewing object composition, prototype structures, and memory behaviors in modern ECMAScript specifications. @@ -49798,6 +52848,7 @@ https://dev.to/shreyazz/javascript-objects-57ob: v2_locations: - javascript.md year: N/A + addition_method: manual https://dev.to/shreyazz/make-your-own-api-under-30-lines-of-code-4doh: content_hash: 10bbc736f6d015d8b700e46a422e46ea10c685860523afcb8c2a45e2cea40e50 description: '' @@ -49814,6 +52865,7 @@ https://dev.to/shreyazz/make-your-own-api-under-30-lines-of-code-4doh: v2_locations: - api.md year: N/A + addition_method: manual https://dev.to/signoz/docker-101-introduction-to-docker-1kbm: content_hash: cbfdaba6a4b29ceffe800073b147f42bb99b6f27627c9b2168bc09c9f6e67c95 description: '' @@ -49830,6 +52882,7 @@ https://dev.to/signoz/docker-101-introduction-to-docker-1kbm: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/solegaonkar/prevent-configuration-errors-in-kubernetes-30dn: content_hash: 74d3b6abf086117ce012d53dcc9a63f792e62e2406f3a7f3cb9ae7cc9c294c74 description: '' @@ -49846,6 +52899,7 @@ https://dev.to/solegaonkar/prevent-configuration-errors-in-kubernetes-30dn: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/sourcegraph/15-developer-tools-to-make-you-super-productive-2g0a: content_hash: d2ee65d1babd3eb3b359b0aeb4215bc8da68af396bc3cc1c8aa5564d5c78e96f description: '' @@ -49862,6 +52916,7 @@ https://dev.to/sourcegraph/15-developer-tools-to-make-you-super-productive-2g0a: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://dev.to/sowmenappd/build-a-highly-available-node-js-application-using-docker-nginx-and-aws-elb-3cjp: content_hash: b6236a33f5e52404f1c9edddf8f16597b64a0aee4baa40e5fbca8861a5205bc0 description: '' @@ -49879,6 +52934,7 @@ https://dev.to/sowmenappd/build-a-highly-available-node-js-application-using-doc v2_locations: - demos.md year: N/A + addition_method: manual https://dev.to/spacelift/how-to-manage-terraform-with-github-actions-5b10: content_hash: 3df7f4e409bab929156eef4c61e90325174729c4365a773c088b2acc5e56be49 description: '' @@ -49895,6 +52951,7 @@ https://dev.to/spacelift/how-to-manage-terraform-with-github-actions-5b10: v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/spacelift/using-terraform-yaml-functions-3ade: content_hash: e844e7aa00fb25b79d0d5bef96ba88c37dc2c8761b822132431c3c9ba0665cd2 description: '' @@ -49911,6 +52968,7 @@ https://dev.to/spacelift/using-terraform-yaml-functions-3ade: v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/stack-labs/how-to-switch-container-runtime-in-a-kubernetes-cluster-1628: content_hash: e5345cf5d54236e00be81048d71c37cc54528bd38432711ebf03d8a924dad555 description: '' @@ -49927,6 +52985,7 @@ https://dev.to/stack-labs/how-to-switch-container-runtime-in-a-kubernetes-cluste v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/stack-labs/manage-your-secrets-in-git-with-sops-for-kubernetes-57me: ai_summary: Explores GitOps practices with Mozilla SOPS, integrating decryption directly into ArgoCD and Flux deployments. Ensures security while tracking configuration @@ -49954,6 +53013,7 @@ https://dev.to/stack-labs/manage-your-secrets-in-git-with-sops-for-kubernetes-57 v2_locations: - devsecops.md year: N/A + addition_method: manual https://dev.to/stack-labs/store-your-kubernetes-secrets-in-git-thanks-to-kubeseal-hello-sealedsecret-2i6h: ai_summary: Introduces Bitnami's Sealed Secrets (kubeseal), highlighting how asymmetric public-key cryptography allows engineers to securely check encrypted credentials @@ -49982,6 +53042,7 @@ https://dev.to/stack-labs/store-your-kubernetes-secrets-in-git-thanks-to-kubesea v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/star_trooper/git-it-right-git-cheatsheet-4o0h: content_hash: 2e3cf9db6d400122842164eb2b8fc3b5ee9e194d518aa9b1556d028e8fd6993e description: '' @@ -49993,6 +53054,7 @@ https://dev.to/star_trooper/git-it-right-git-cheatsheet-4o0h: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://dev.to/stefanprodan/a-gitops-recipe-for-progressive-delivery-2pa3: ai_summary: Details a practical architectural recipe for implementing Progressive Delivery using Flagger, Istio, and GitOps workflows. Explains how to automate @@ -50023,6 +53085,7 @@ https://dev.to/stefanprodan/a-gitops-recipe-for-progressive-delivery-2pa3: v2_locations: - istio.md year: N/A + addition_method: manual https://dev.to/swordheath/great-github-repositories-that-developers-love-1g97: content_hash: 68343d4f422545f3fb1fde60bb260700b572d149b3ce50fd30ecf5d464eff8e0 description: '' @@ -50040,6 +53103,7 @@ https://dev.to/swordheath/great-github-repositories-that-developers-love-1g97: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://dev.to/t/kubernetes: content_hash: afb33c84db9d096718f63b923b925d0adfa0aa270d29c99d858d2c430945ff1a description: '' @@ -50056,6 +53120,7 @@ https://dev.to/t/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/tahsinature/get-lazy-with-lazygit-4h37: ai_summary: A walkthrough of 'lazygit', a terminal UI layout for Git. It outlines how this tool accelerates advanced tasks like fast interactive rebase operations, @@ -50085,6 +53150,7 @@ https://dev.to/tahsinature/get-lazy-with-lazygit-4h37: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/techworld_with_nana/how-i-learn-new-technologies-as-a-devops-engineer-without-being-overwhelmed--495e: content_hash: bf29406c1462eb717f9cd975f63c933003fc3ae0ad1afb9ff7744bff25d6faca description: '' @@ -50102,6 +53168,7 @@ https://dev.to/techworld_with_nana/how-i-learn-new-technologies-as-a-devops-engi v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/techworld_with_nana/kubernetes-backup-restore-made-easy-2nlg: content_hash: 4664c57dca5cffe10c799abf28fd76c153b3172e5dacf10daa8e40afc2d38ad4 description: '' @@ -50118,6 +53185,7 @@ https://dev.to/techworld_with_nana/kubernetes-backup-restore-made-easy-2nlg: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://dev.to/techworld_with_nana/kubernetes-crash-course-for-absolute-beginners-35pc: content_hash: c7b4d68b36f24108b176c88f84aaedb5f6b077cc309ef1bd8df5ddf6a1ba2a8f description: '' @@ -50134,6 +53202,7 @@ https://dev.to/techworld_with_nana/kubernetes-crash-course-for-absolute-beginner v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://dev.to/techworld_with_nana/top-8-docker-best-practices-for-using-docker-in-production-1m39: content_hash: 1833b3b13da574e0807af7ec20fbabbbd3095d1690c44303a3a957767d3776ce description: '' @@ -50150,6 +53219,7 @@ https://dev.to/techworld_with_nana/top-8-docker-best-practices-for-using-docker- v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/thecoollearner/getting-started-with-javascript-modules-2mkg: ai_summary: Introduces JavaScript's module pattern history, comparing ES6 export/import definitions with legacy CommonJS modules. @@ -50176,6 +53246,7 @@ https://dev.to/thecoollearner/getting-started-with-javascript-modules-2mkg: v2_locations: - javascript.md year: N/A + addition_method: manual https://dev.to/theghostmac/understanding-and-crafting-http-middlewares-in-go-3183: ai_summary: Walks through the mechanics of composing HTTP middlewares in Go using standard library handlers. Covers routing interceptors, logging, and CORS negotiation @@ -50204,6 +53275,7 @@ https://dev.to/theghostmac/understanding-and-crafting-http-middlewares-in-go-318 v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/thegroo/running-kafka-on-kubernetes-for-local-development-2a54: ai_summary: 'Curator Insight: Practical setup workflow for running local Kafka configurations under Minikube or Docker Desktop. Live Grounding: Explains minimal YAML profiles @@ -50233,6 +53305,7 @@ https://dev.to/thegroo/running-kafka-on-kubernetes-for-local-development-2a54: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/aks-vs-eks-vs-gke-2459: ai_summary: Community comparison comparing control plane cost, upgrade reliability, networking plugins, and developer experience across AKS, EKS, and GKE. @@ -50259,6 +53332,7 @@ https://dev.to/thenjdevopsguy/aks-vs-eks-vs-gke-2459: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/ci-with-datree-4h8d: content_hash: b92ac38dba2a8eb9c57ac0d73ccba3f103a6d8eec50bb8cfabc2bd626905c1a2 description: '' @@ -50275,6 +53349,7 @@ https://dev.to/thenjdevopsguy/ci-with-datree-4h8d: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/creating-a-custom-resource-definition-in-kubernetes-2k7o: content_hash: 60e17ae02fcd472007ac2b8788d96280c6873d7969a5a0c2298273dabab0d865 description: '' @@ -50292,6 +53367,7 @@ https://dev.to/thenjdevopsguy/creating-a-custom-resource-definition-in-kubernete v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/creating-your-platform-engineering-environment-4hpa: content_hash: aa36e85f6bf1cb4e3a9a857678a7f778220791731fe76811beee1b66f8e762ba description: '' @@ -50308,6 +53384,7 @@ https://dev.to/thenjdevopsguy/creating-your-platform-engineering-environment-4hp v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/devops-vs-sre-what-s-the-difference-560d: ai_summary: An introductory analysis exploring how DevOps and SRE differ conceptually and operationally. It illustrates how SRE provides the programmatic solutions @@ -50336,6 +53413,7 @@ https://dev.to/thenjdevopsguy/devops-vs-sre-what-s-the-difference-560d: v2_locations: - sre.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/getting-started-with-go-golang-5eh8: ai_summary: Provides DevOps engineers with an approachable blueprint to learn Go. Teaches syntax foundations, environmental variable setups, and building basic @@ -50364,6 +53442,7 @@ https://dev.to/thenjdevopsguy/getting-started-with-go-golang-5eh8: v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/getting-started-with-skaffold-5120: content_hash: 877041b4c9903408da304f2389882c1c25e5a451e116f07b2c2c9acdf9ec2643 description: '' @@ -50375,6 +53454,7 @@ https://dev.to/thenjdevopsguy/getting-started-with-skaffold-5120: v1_locations: - docs/scaffolding.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/impacts-of-not-setting-requests-limits-and-quotas-5f4b: content_hash: 61ef938be3391e592df0e04de43687f3500f38dd3a857ad792d4606524dfe322 description: '' @@ -50391,6 +53471,7 @@ https://dev.to/thenjdevopsguy/impacts-of-not-setting-requests-limits-and-quotas- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/implementing-datadog-for-kubernetes-586e: content_hash: 09afe97df7d65304d7c4b2d2af24d66c13d3c4b4b158a17633cb98c91681803a description: '' @@ -50402,6 +53483,7 @@ https://dev.to/thenjdevopsguy/implementing-datadog-for-kubernetes-586e: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/linkerd-and-gitops-115a: content_hash: 0d55096450d19e7e682a7678cbfdf924dc50f077c1129832579442c7e24787a1 description: '' @@ -50418,6 +53500,7 @@ https://dev.to/thenjdevopsguy/linkerd-and-gitops-115a: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/monitoring-aks-with-prometheus-and-grafana-9o8: ai_summary: Hands-on guide to implementing monitoring on AKS using Prometheus and Grafana. Explains how to deploy scraping targets, configure local metric storage, @@ -50446,6 +53529,7 @@ https://dev.to/thenjdevopsguy/monitoring-aks-with-prometheus-and-grafana-9o8: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/platform-engineering-on-kubernetes-part-4-internal-developer-platforms-1kmh: content_hash: 12a3c92db71125d470ef14bf10f2b8f04652debcfaf42ee192c81d35d20318ac description: '' @@ -50463,6 +53547,7 @@ https://dev.to/thenjdevopsguy/platform-engineering-on-kubernetes-part-4-internal v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/securing-kubernetes-pods-for-production-workloads-51oh: ai_summary: A specialized checklist for locking down Pod setups in highly regulated production networks. Curator insight addresses how to enforce non-root execution, @@ -50492,6 +53577,7 @@ https://dev.to/thenjdevopsguy/securing-kubernetes-pods-for-production-workloads- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/the-4-cs-of-kubernetes-security-3i9e: ai_summary: 'An educational guide summarizing the security dimensions defined by the CNCF ''4C'' model: Cloud, Cluster, Container, and Code. Curator insight outlines @@ -50520,6 +53606,7 @@ https://dev.to/thenjdevopsguy/the-4-cs-of-kubernetes-security-3i9e: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/what-is-a-kubernetes-operator-53kb: content_hash: b6a5b4f8a6bc48835096538f60c4904e9a8433d6e1959b5edd0777f89b55eca7 description: '' @@ -50536,6 +53623,7 @@ https://dev.to/thenjdevopsguy/what-is-a-kubernetes-operator-53kb: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/what-is-platform-engineering-and-what-is-it-not-2jb8: content_hash: 963224acbc752815dc2756494cbd1d5883ed09a11021e38738dc4687f5bbad25 description: '' @@ -50552,6 +53640,7 @@ https://dev.to/thenjdevopsguy/what-is-platform-engineering-and-what-is-it-not-2j v2_locations: - devops.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/what-problem-is-kubernetes-actually-trying-to-solve-3g1n: content_hash: ad9b5545d9fecf9f45c565eefc6e21caf6598177a22bb903be3cb90d4cd2038c description: '' @@ -50568,6 +53657,7 @@ https://dev.to/thenjdevopsguy/what-problem-is-kubernetes-actually-trying-to-solv v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/thenjdevopsguy/what-you-need-to-break-into-devops-and-sre-3fp5: ai_summary: A comprehensive skills matrix designed for software engineers transitioning into DevOps and SRE domains. The roadmap covers essential technologies including @@ -50596,6 +53686,7 @@ https://dev.to/thenjdevopsguy/what-you-need-to-break-into-devops-and-sre-3fp5: v2_locations: - sre.md year: N/A + addition_method: manual https://dev.to/thenomadevel/top-5-best-git-extensions-for-vs-code-you-must-have-40b6: content_hash: 485bc4b3db6c4b87ff13d6acf007a4fd2c2ef6c479157130084738ecf68aa95d description: '' @@ -50612,6 +53703,7 @@ https://dev.to/thenomadevel/top-5-best-git-extensions-for-vs-code-you-must-have- v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/this-is-learning/a-better-way-to-code-documentation-driven-development-1kem: content_hash: 8a9b8e2ef0c8fe600aa38789739aa41496672fab29e57a23082395a776d77243 description: '' @@ -50623,6 +53715,7 @@ https://dev.to/this-is-learning/a-better-way-to-code-documentation-driven-develo v1_locations: - docs/devel-sites.md year: N/A + addition_method: manual https://dev.to/this-is-learning/the-awesome-side-of-github-awesome-lists-2a5h: content_hash: f373cb8bcba316947e8b0a23e7128168e4bbe014c9fbd523189bd2fd3ea0f2b5 description: '' @@ -50633,6 +53726,7 @@ https://dev.to/this-is-learning/the-awesome-side-of-github-awesome-lists-2a5h: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://dev.to/this-is-learning/visual-studio-code-tips-tricks-command-palette-and-its-friends-2bhi: content_hash: 5ab14f417b2138039edfcacf3d2bab52b1082060b9a9e3922c289e09cde8a267 description: '' @@ -50644,6 +53738,7 @@ https://dev.to/this-is-learning/visual-studio-code-tips-tricks-command-palette-a v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://dev.to/this-is-learning/visual-studio-code-tips-tricks-snippets-5041: content_hash: dc132c265e6d4121cf717908f1de239b08c0189f6be0f135b758f9d5f23eb95e description: '' @@ -50655,6 +53750,7 @@ https://dev.to/this-is-learning/visual-studio-code-tips-tricks-snippets-5041: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://dev.to/tiangolo/https-for-developers-1774: content_hash: 21e73329801eb0b4b5f13a8b7e1b7c4760196597822d918426fdf2d59b4a8b4d description: '' @@ -50671,6 +53767,7 @@ https://dev.to/tiangolo/https-for-developers-1774: v2_locations: - developerportals.md year: N/A + addition_method: manual https://dev.to/timtsoitt/argo-cd-and-sealed-secrets-is-a-perfect-match-1dbf: ai_summary: 'Curator Insight: Explores the integration of Bitnami Sealed Secrets with Argo CD for safe GitOps secret workflows. Live Grounding: Demonstrates how @@ -50699,6 +53796,7 @@ https://dev.to/timtsoitt/argo-cd-and-sealed-secrets-is-a-perfect-match-1dbf: v2_locations: - argo.md year: N/A + addition_method: manual https://dev.to/timtsoitt/one-technique-to-save-your-aws-eks-ip-addresses-10x-2ocn: ai_summary: A highly practical guide detailing how to mitigate IPv4 exhaustion in EKS clusters by leveraging custom networking features within the AWS VPC CNI. @@ -50729,6 +53827,7 @@ https://dev.to/timtsoitt/one-technique-to-save-your-aws-eks-ip-addresses-10x-2oc v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/tmchuynh/vscode-extensions-im-in-love-with-oab: content_hash: 65decd757a05a334d4b88897f0d284f0d714a06c3bfa98e71e9bbc8784536e4b description: '' @@ -50745,6 +53844,7 @@ https://dev.to/tmchuynh/vscode-extensions-im-in-love-with-oab: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dev.to/tngeene/when-are-microservices-appropriate-g2n: ai_summary: 'Curator Insight: A practical assessment framework for evaluating whether an engineering team should divide a system into microservices. Live Grounding: @@ -50773,6 +53873,7 @@ https://dev.to/tngeene/when-are-microservices-appropriate-g2n: v2_locations: - faq.md year: N/A + addition_method: manual https://dev.to/treva123mutebi/getting-started-with-go-lang-1g0: ai_summary: A basic introduction to the Go environment setup, variables, syntax, and package structures. Ideal for developers getting started with the language @@ -50801,6 +53902,7 @@ https://dev.to/treva123mutebi/getting-started-with-go-lang-1g0: v2_locations: - golang.md year: N/A + addition_method: manual https://dev.to/tutorialboy/a-detailed-brief-about-offence-and-defence-on-cloud-security-etcd-risks-4h02: content_hash: 105d32d4a6573f691ffaf4a5f0bf4843bb292120661fd6dbb4cc022a4ce85fa3 description: '' @@ -50818,6 +53920,7 @@ https://dev.to/tutorialboy/a-detailed-brief-about-offence-and-defence-on-cloud-s v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/tutorialboy/a-detailed-talk-about-k8s-cluster-security-from-the-perspective-of-attackers-part-1-3mm5: ai_summary: A detailed technical review mapping vulnerability configurations from an attacker's point of view. Examines the impact of insecure cluster APIs and @@ -50846,6 +53949,7 @@ https://dev.to/tutorialboy/a-detailed-talk-about-k8s-cluster-security-from-the-p v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dev.to/tylerlwsmith/one-does-not-just-containerize-an-app-5eae: content_hash: e7d6369bc2372634315f68853fc58b700fdacae1543dcf42a57c27ba83d20935 description: '' @@ -50862,6 +53966,7 @@ https://dev.to/tylerlwsmith/one-does-not-just-containerize-an-app-5eae: v2_locations: - docker.md year: N/A + addition_method: manual https://dev.to/typeable/when-it-pays-to-choose-microservices-12h5: content_hash: c0db44bca8217fdd2b956006063ef6fb53a097af19a2ca4d08abca8772b1f681 description: '' @@ -50878,6 +53983,7 @@ https://dev.to/typeable/when-it-pays-to-choose-microservices-12h5: v2_locations: - introduction.md year: N/A + addition_method: manual https://dev.to/unfor19/writing-bash-scripts-like-a-pro-part-1-styling-guide-4bin: ai_summary: Part of a highly-rated developer guide focusing on styling, naming conventions, and code organization rules in Bash. It proposes clean formatting practices that @@ -50906,6 +54012,7 @@ https://dev.to/unfor19/writing-bash-scripts-like-a-pro-part-1-styling-guide-4bin v2_locations: - linux.md year: N/A + addition_method: manual https://dev.to/urstrulyvishwak/convert-nested-json-to-simple-json-in-javascript-4a34: ai_summary: A focused code guide discussing programmatic flattening techniques for complex, nested JavaScript object trees. Essential for preparing nested JSON payloads @@ -50935,6 +54042,7 @@ https://dev.to/urstrulyvishwak/convert-nested-json-to-simple-json-in-javascript- - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://dev.to/valeriavg/master-git-in-7-minutes-gai: ai_summary: A highly concentrated crash course designed to take developers from a blank terminal to initializing repositories, staging changes, pushing commits, @@ -50964,6 +54072,7 @@ https://dev.to/valeriavg/master-git-in-7-minutes-gai: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/varbsan/a-simplified-convention-for-naming-branches-and-commits-in-git-il4: ai_summary: Proposes an elegant, highly structured system for classifying branches (e.g., `feat/`, `fix/`, `docs/`) and structuring commit histories. This guide @@ -50994,6 +54103,7 @@ https://dev.to/varbsan/a-simplified-convention-for-naming-branches-and-commits-i v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/verifacrew/how-to-assume-an-aws-iam-role-from-a-service-account-in-eks-with-terraform-28gd: content_hash: 51f8b2f5681e5ea9fc0e9e75cf77bb62335da0c56a1c1516f16185622bbf18a4 description: '' @@ -51011,6 +54121,7 @@ https://dev.to/verifacrew/how-to-assume-an-aws-iam-role-from-a-service-account-i v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/vikcodes/yq-a-command-line-tool-that-will-help-you-handle-your-yaml-resources-better-8j9: ai_summary: Curator Insight provides a practical guide on installing and utilizing yq for system automation. Live Grounding covers everyday command examples, including @@ -51041,6 +54152,7 @@ https://dev.to/vikcodes/yq-a-command-line-tool-that-will-help-you-handle-your-ya - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://dev.to/vikrantnegi/become-a-vs-code-ninja-with-these-extensions-and-tools-2020-1119: content_hash: 0edc80316bb0e60b7696d00837a97c7dfd520625e99841fa4857e5dd448c0c09 health_score: 100.0 @@ -51048,6 +54160,7 @@ https://dev.to/vikrantnegi/become-a-vs-code-ninja-with-these-extensions-and-tool needs_ai_refresh: true v1_locations: - docs/visual-studio.md + addition_method: manual https://dev.to/vinod827/scale-your-apps-using-keda-in-kubernetes-4i3h: content_hash: 7f6e92bb8dab2c4a9f7aee5ee2f58e3d0f0380b6cc7bfe8cdfa26b5897d31e29 description: '' @@ -51064,6 +54177,7 @@ https://dev.to/vinod827/scale-your-apps-using-keda-in-kubernetes-4i3h: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://dev.to/vivekanandrapaka/access-secrets-from-akv-using-managed-identities-for-aks-91p: ai_summary: Detailed guide on using Managed Identities to access secrets in Azure Key Vault (AKV) from AKS. Explains how to configure the Secrets Store CSI Driver @@ -51092,6 +54206,7 @@ https://dev.to/vivekanandrapaka/access-secrets-from-akv-using-managed-identities v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dev.to/vromanov/kubernetes-services-1bj: content_hash: 39864b9d6fecb2e7bfece3e1173948474624825dd446cc1f08b8b95152ac9190 description: '' @@ -51108,6 +54223,7 @@ https://dev.to/vromanov/kubernetes-services-1bj: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dev.to/why_and_how/top-3-sites-for-programmers-4bmc: content_hash: 7b822a4ed64d8f2d43e453845cd5bbf9b60806790c3610cd7b30b8281aa040c5 description: '' @@ -51124,6 +54240,7 @@ https://dev.to/why_and_how/top-3-sites-for-programmers-4bmc: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://dev.to/wiggitywhitney/9-waa-w-what-is-knative-serving-a-friendly-guide-28f6: content_hash: bbac3e952e4d90355887965dc0b02644925c5b4ebb6018874959b7407201d894 description: '' @@ -51140,6 +54257,7 @@ https://dev.to/wiggitywhitney/9-waa-w-what-is-knative-serving-a-friendly-guide-2 v2_locations: - demos.md year: N/A + addition_method: manual https://dev.to/wkrzywiec/automating-quality-checks-for-kubernetes-yamls-398: ai_summary: A technical blueprint describing automated configuration pipeline testing using modern git hooks and validation platforms. Helps engineers automate linting @@ -51171,6 +54289,7 @@ https://dev.to/wkrzywiec/automating-quality-checks-for-kubernetes-yamls-398: - yaml.md - kubernetes-tools.md year: N/A + addition_method: manual https://dev.to/yenyih/10-useful-git-tips-to-improve-your-workflow-kf1: ai_summary: Explains critical commands for repository organization, such as automated remote cleaning, custom aliases, complex log sorting, and advanced diff settings. @@ -51200,6 +54319,7 @@ https://dev.to/yenyih/10-useful-git-tips-to-improve-your-workflow-kf1: v2_locations: - git.md year: N/A + addition_method: manual https://dev.to/yet_anotherdev/aws-rds-scaling-postgres-30ic: content_hash: 999b3302a1db7921bf73eb13a529ac1714ebd9d3cfe71964a3cee2737c1b9274 description: '' @@ -51216,6 +54336,7 @@ https://dev.to/yet_anotherdev/aws-rds-scaling-postgres-30ic: v2_locations: - terraform.md year: N/A + addition_method: manual https://dev.to/yugabyte/rest-data-service-on-yugabytedb-postgresql-5f2h: content_hash: c7943a3a4b44be97f42f03e21eee5593b03a72856226905acefacd6fde50337a description: '' @@ -51232,6 +54353,7 @@ https://dev.to/yugabyte/rest-data-service-on-yugabytedb-postgresql-5f2h: v2_locations: - databases.md year: N/A + addition_method: manual https://dev.to/zenika/eks-10-tips-to-reduce-the-bill-up-to-90-on-aws-managed-kubernetes-clusters-epe: content_hash: 1d2981938ab5c8dc7735ac6031930b485b9b3efed7bc424b1c0cd50965861920 description: '' @@ -51249,6 +54371,7 @@ https://dev.to/zenika/eks-10-tips-to-reduce-the-bill-up-to-90-on-aws-managed-kub v2_locations: - finops.md year: N/A + addition_method: manual https://dev.to/zinox9/git-github-cheatsheet-22ok: content_hash: 47cda1f3a203e5c8e427ffb413041e204dba272a5ce37351cf5b11a381906ab6 description: '' @@ -51265,6 +54388,7 @@ https://dev.to/zinox9/git-github-cheatsheet-22ok: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://devblogs.microsoft.com/azure-sdk/announcing-azure-mcp-server-2-0-stable-release: ai_summary: 'Curator Insight: Announcement of Microsoft Azure''s MCP Server 2.0 release for agentic automation. @@ -51300,6 +54424,7 @@ https://devblogs.microsoft.com/azure-sdk/announcing-azure-mcp-server-2-0-stable- - devops.md - azure.md year: N/A + addition_method: manual https://devblogs.microsoft.com/azure-sql/devops-for-azure-sql: content_hash: 766c69b07e6c64034c662a6661fec4d6f433498f6068c4e404e48058d6ba5409 description: '' @@ -51316,6 +54441,7 @@ https://devblogs.microsoft.com/azure-sql/devops-for-azure-sql: v2_locations: - databases.md year: N/A + addition_method: manual ? https://devblogs.microsoft.com/commandline/distro-installation-added-to-wsl-install-in-windows-10-insiders-preview-build-20246 : content_hash: 0622911970038098d3e082d9ce4bb88f89843ac888bf742558e803de3c994046 description: '' @@ -51333,6 +54459,7 @@ https://devblogs.microsoft.com/azure-sql/devops-for-azure-sql: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual ? https://devblogs.microsoft.com/commandline/take-your-linux-development-experience-in-windows-to-the-next-level-with-wsl-and-visual-studio-code-remote : content_hash: 4e705b8a34861a0a3025c6cb3ee902560a62da6d9004014d3a426e22aebdec2d description: '' @@ -51350,6 +54477,7 @@ https://devblogs.microsoft.com/azure-sql/devops-for-azure-sql: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://devblogs.microsoft.com/commandline/windows-terminal-1-0: content_hash: 046f04a4f9e9d395321d3cbdee8839a5d4924afa1310554f9a37a50e2ec10214 description: '' @@ -51366,6 +54494,7 @@ https://devblogs.microsoft.com/commandline/windows-terminal-1-0: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/azure-devops-demo-generator-is-now-open-source: content_hash: d4b03047813a484f99645b75d3182e735740f0979304f16b31f22a5e5ba87b7f description: '' @@ -51382,6 +54511,7 @@ https://devblogs.microsoft.com/devops/azure-devops-demo-generator-is-now-open-so v2_locations: - demos.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/azure-devops-mcp-server-public-preview: ai_summary: The official public announcement details the release and capabilities of the Azure DevOps MCP server. Highlights the architectural integration of Large @@ -51414,6 +54544,7 @@ https://devblogs.microsoft.com/devops/azure-devops-mcp-server-public-preview: - azure.md - cicd.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/controlling-release-pipelines-with-gates-and-azure-policy-compliance: content_hash: 537d7c2ed9ea6df23c2613db89f985e09c29a9d7f2679ad84b3e8df60bd946ca description: '' @@ -51431,6 +54562,7 @@ https://devblogs.microsoft.com/devops/controlling-release-pipelines-with-gates-a v2_locations: - azure.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/devops-dojo-culture-and-mindset: content_hash: 9c0164fbbe6a43f4977c4babab41d336f3267df725396c1b79695fda1acea307 description: '' @@ -51447,6 +54579,7 @@ https://devblogs.microsoft.com/devops/devops-dojo-culture-and-mindset: v2_locations: - devops.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/introduction-to-azure-devops-workload-identity-federation-oidc-with-terraform: content_hash: 40e8ab0fc6d2406ad6a88816cd2fa20b0a306bbef0ef2201243d2321f9b4f649 description: '' @@ -51464,6 +54597,7 @@ https://devblogs.microsoft.com/devops/introduction-to-azure-devops-workload-iden v2_locations: - terraform.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/monitoring-azure-by-using-grafana-dashboards: content_hash: d78c793ff53520c90e1cd80493efc2116e8b522c3083b38ce5572a412c3012aa description: '' @@ -51480,6 +54614,7 @@ https://devblogs.microsoft.com/devops/monitoring-azure-by-using-grafana-dashboar v2_locations: - grafana.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/release-flow-how-we-do-branching-on-the-vsts-team: ai_summary: Detailed breakdown of the 'Release Flow' branching strategy utilized by Microsoft's Azure DevOps/VSTS engineering teams. It explains how Microsoft @@ -51508,6 +54643,7 @@ https://devblogs.microsoft.com/devops/release-flow-how-we-do-branching-on-the-vs v2_locations: - git.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/update-to-ado-allowed-ip-addresses: ai_summary: Official documentation outlines the network security updates for Azure DevOps, focusing on the transitioning IP address ranges and service tags. Crucial @@ -51540,6 +54676,7 @@ https://devblogs.microsoft.com/devops/update-to-ado-allowed-ip-addresses: - devops.md - azure.md year: N/A + addition_method: manual https://devblogs.microsoft.com/devops/what-is-infrastructure-as-code: content_hash: a08e325a69df222c127150ab7a2095886bd246e7f9acc71f8521e29f56303e91 description: '' @@ -51556,6 +54693,7 @@ https://devblogs.microsoft.com/devops/what-is-infrastructure-as-code: v2_locations: - terraform.md year: N/A + addition_method: manual https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet: content_hash: fdc64a976214e8289825afdd9865dca7c78ece1ebb2d1c3417f02d12495eeae1 description: '' @@ -51572,6 +54710,7 @@ https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet: v2_locations: - dotnet.md year: N/A + addition_method: manual https://devblogs.microsoft.com/dotnet/devops-for-dotnet-maui: content_hash: 90e463f2e591d907a333f0ca898b90e93dc6586f6a298c357bb340c346455ae6 description: '' @@ -51588,6 +54727,7 @@ https://devblogs.microsoft.com/dotnet/devops-for-dotnet-maui: v2_locations: - dotnet.md year: N/A + addition_method: manual https://devblogs.microsoft.com/dotnet/dotnet-loves-github-actions: content_hash: d123a800df89f92b46638f713c50f6c81bc1a4687cfcec3dd4ce9b0520602f12 description: '' @@ -51604,6 +54744,7 @@ https://devblogs.microsoft.com/dotnet/dotnet-loves-github-actions: v2_locations: - git.md year: N/A + addition_method: manual https://devblogs.microsoft.com/dotnet/extend-your-coding-agent-with-dotnet-skills: ai_summary: Step-by-step instruction illustrating how to inject specialized .NET SDK contexts and compilation knowledge bases into autonomous coding agents to @@ -51635,6 +54776,7 @@ https://devblogs.microsoft.com/dotnet/extend-your-coding-agent-with-dotnet-skill - dotnet.md - developerportals.md year: N/A + addition_method: manual https://devblogs.microsoft.com/dotnet/introducing-compatible-frameworks-on-nuget-org: content_hash: f989b272d02358348e70a0aa8f9342cba46726ad4d5ef25f8e52d02cd3f8f5b1 health_score: 100.0 @@ -51646,6 +54788,7 @@ https://devblogs.microsoft.com/dotnet/introducing-compatible-frameworks-on-nuget - docs/dotnet.md v2_locations: - dotnet.md + addition_method: manual ? https://devblogs.microsoft.com/engineering-at-microsoft/you-cant-have-security-for-devops-until-you-have-devops-for-security : ai_summary: 'An elite architectural case study detailing how Microsoft treats internal security pipelines as first-class, agile software products. Contrast: Curator @@ -51677,6 +54820,7 @@ https://devblogs.microsoft.com/dotnet/introducing-compatible-frameworks-on-nuget v2_locations: - devsecops.md year: N/A + addition_method: manual https://devblogs.microsoft.com/java/deploy-spring-boot-applications-by-leveraging-enterprise-best-practices: content_hash: f4180a0e3457e306e8339d22b54e19b920dbc418ce8836a11f2b08a8e99d986c description: '' @@ -51694,6 +54838,7 @@ https://devblogs.microsoft.com/java/deploy-spring-boot-applications-by-leveragin v2_locations: - azure.md year: N/A + addition_method: manual https://devblogs.microsoft.com/nuget/introducing-compatible-frameworks-on-nuget-org: content_hash: 1c3b848cc78c7d698563667cd8d07008b0131249d15fb3ad98deadf3419712c9 description: '' @@ -51705,6 +54850,7 @@ https://devblogs.microsoft.com/nuget/introducing-compatible-frameworks-on-nuget- v1_locations: - docs/dotnet.md year: N/A + addition_method: manual https://devblogs.microsoft.com/powershell-community: content_hash: ee34901b32aaa3460bd9d64c2247ff1db7b353305b74ceb67574b06e0a9e8222 description: '' @@ -51721,6 +54867,7 @@ https://devblogs.microsoft.com/powershell-community: v2_locations: - azure.md year: N/A + addition_method: manual https://devblogs.microsoft.com/powershell-community/my-crescendo-journey: content_hash: eda5707ef7eb186de59d2954e8895b8157185a8eed2e2094cc673ca9b4a5d038 description: '' @@ -51736,6 +54883,7 @@ https://devblogs.microsoft.com/powershell-community/my-crescendo-journey: v2_locations: - azure.md year: N/A + addition_method: manual https://devblogs.microsoft.com/powershell/announcing-powershell-crescendo-preview-1: content_hash: d7ab7730940c66bcfefb6573ba33fea5cf21ea140e2e553f23427faba3193475 description: '' @@ -51752,6 +54900,7 @@ https://devblogs.microsoft.com/powershell/announcing-powershell-crescendo-previe v2_locations: - azure.md year: N/A + addition_method: manual https://devblogs.microsoft.com/powershell/when-powershellget-v1-fails-to-install-the-nuget-provider: content_hash: 11c621487b40c505c910f7f218cde57ee1f8d9c3ec7437e2d5270df51956f7f9 description: '' @@ -51769,6 +54918,7 @@ https://devblogs.microsoft.com/powershell/when-powershellget-v1-fails-to-install v2_locations: - azure.md year: N/A + addition_method: manual https://devblogs.microsoft.com/python: content_hash: 8fc2ba72f6f5f6e32dc7bf39915c16decf2cd0f56fcdd75920cde3ca5c9dc6e7 health_score: 100.0 @@ -51780,6 +54930,7 @@ https://devblogs.microsoft.com/python: - docs/python.md v2_locations: - python.md + addition_method: manual https://devblogs.microsoft.com/python/need-an-intro-to-vs-code-let-tech-with-tim-help: content_hash: cecdc9b823d90ae65f7a8ae41ca669f2e46aebff396dae8f33478d5aad1f9740 description: '' @@ -51796,6 +54947,7 @@ https://devblogs.microsoft.com/python/need-an-intro-to-vs-code-let-tech-with-tim v2_locations: - visual-studio.md year: N/A + addition_method: manual https://devblogs.microsoft.com/python/python-in-visual-studio-code-january-2021-release: content_hash: 8fe7a9acfd94049f5778316907e6eb016c37ce35c2ce669222b8faec91e33fd4 description: '' @@ -51812,6 +54964,7 @@ https://devblogs.microsoft.com/python/python-in-visual-studio-code-january-2021- v2_locations: - visual-studio.md year: N/A + addition_method: manual https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2020-release: content_hash: 212ed024f7a32b8d578740bcc23b03238e694c7b449ec5639d8b9d130287f67d description: '' @@ -51823,6 +54976,7 @@ https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2020- v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2020-release: content_hash: 81a19f4be8cec07bff109941011c5ab80ad5b97897963683670d1994fec93df1 description: '' @@ -51839,6 +54993,7 @@ https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-202 v2_locations: - visual-studio.md year: N/A + addition_method: manual https://devcentral.f5.com/s/articles/What-is-Kubernetes: content_hash: 34bf775c76d7e566c08111b776c7716e6458b1150de38836ae66a3cb6a831aaf description: '' @@ -51849,6 +55004,7 @@ https://devcentral.f5.com/s/articles/What-is-Kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://devclass.com/2020/05/04/openshift-4-4-goes-all-out-on-mixed-workloads-puts-observability-at-devs-fingertips: content_hash: fae4ef7efae01fe55d239088842f947b260cdfe87144c720af98212f54a0aef1 description: '' @@ -51861,6 +55017,7 @@ https://devclass.com/2020/05/04/openshift-4-4-goes-all-out-on-mixed-workloads-pu v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://devclass.com/2020/10/06/rancher-2_5: content_hash: 192335406d002d9a302ac5e993b362bb0fbe76b6e3001b03ce29aa4d05534e1b description: '' @@ -51873,6 +55030,7 @@ https://devclass.com/2020/10/06/rancher-2_5: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://devclass.com/2021/01/07/prometheus-2_24: content_hash: 3000d5872bdb56b68595575dba96199d9ea6822084eef856bcd7fab7770c715c description: '' @@ -51885,6 +55043,7 @@ https://devclass.com/2021/01/07/prometheus-2_24: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://devclass.com/2021/01/13/sysdig-container-security-and-usage-report-2021: content_hash: f02ac942d7788b7e81bf6e2cd9c956ebb0ca133e5c1841c8969d1dd80ebcfe5d description: '' @@ -51897,6 +55056,7 @@ https://devclass.com/2021/01/13/sysdig-container-security-and-usage-report-2021: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://devclass.com/2021/01/26/haproxy-ingress-controller-1_5: content_hash: cfa3bafb58d8c38f6dc6983fa9674e1904589a0b3cababfd1f87f5f863f2dea7 description: '' @@ -51909,6 +55069,7 @@ https://devclass.com/2021/01/26/haproxy-ingress-controller-1_5: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual ? https://devclass.com/2021/03/23/gitlab-march-release-focuses-on-security-and-scalability-pops-in-support-for-red-hat-openshift : content_hash: 7a07c927fada98dc8589370927fd7635d60381f4fddffe33a56db29710d64d55 description: '' @@ -51921,6 +55082,7 @@ https://devclass.com/2021/01/26/haproxy-ingress-controller-1_5: v1_locations: - docs/git.md year: N/A + addition_method: manual ? https://devclass.com/2021/04/09/kubernetes-1-21-unloads-pod-security-adds-dual-ipv4-ipv6-networking-and-shuts-down-gracefully : content_hash: eae117e4bba5ef1e7248bd09d64bbcdbc1b70023e4cc9108909f90405ca5141a description: '' @@ -51933,6 +55095,7 @@ https://devclass.com/2021/01/26/haproxy-ingress-controller-1_5: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://devclass.com/2021/04/20/apache-kafka-2-8-0-previews-life-without-zookeeper: content_hash: 80bac013480a550aa2ecb45953f82a09811e09fe22af233d2ac7b504ecfddf13 description: '' @@ -51944,6 +55107,7 @@ https://devclass.com/2021/04/20/apache-kafka-2-8-0-previews-life-without-zookeep v1_locations: - docs/message-queue.md year: N/A + addition_method: manual ? https://devclass.com/2021/09/02/rancher-presents-first-big-release-after-suse-acquisition-ups-game-on-hosted-cluster-provisioning : content_hash: 98ee5af66405b6c31143439f91c6b24c9b9f72c9415f012bf10f860feba8ecd7 description: '' @@ -51956,6 +55120,7 @@ https://devclass.com/2021/04/20/apache-kafka-2-8-0-previews-life-without-zookeep v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://devclass.com/2021/12/09/terraform_-_1: content_hash: f85077ae2c1a14179c8a029ed97c27f550a406fc1b1e553644c5c0e97a984104 description: '' @@ -51968,6 +55133,7 @@ https://devclass.com/2021/12/09/terraform_-_1: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://devconnected.com/complete-node-exporter-mastery-with-prometheus: content_hash: N/A description: '' @@ -51982,6 +55148,7 @@ https://devconnected.com/complete-node-exporter-mastery-with-prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://devconnected.com/how-to-delete-file-on-git: content_hash: N/A description: '' @@ -51996,6 +55163,7 @@ https://devconnected.com/how-to-delete-file-on-git: v2_locations: - git.md year: N/A + addition_method: manual https://devdocs.io: content_hash: 095137ddc721b5694e667d6243c0d867c3687bed5d01c64b8f1a4113e6a5c276 description: '' @@ -52014,6 +55182,7 @@ https://devdocs.io: - api.md - other-awesome-lists.md year: N/A + addition_method: manual https://devdocs.io/git: ai_summary: A highly responsive, clean documentation aggregator providing quick lookup mechanisms for Git's extensive command-line utility set. It serves as an @@ -52042,6 +55211,7 @@ https://devdocs.io/git: v2_locations: - git.md year: N/A + addition_method: manual https://devdosvid.blog/2022/01/16/some-techniques-to-enhance-your-terraform-proficiency: content_hash: 50a48b347fda1e2c415d21df4b5870852317b8a09d8c1ba0d987f854bbdc912a health_score: 100.0 @@ -52054,6 +55224,7 @@ https://devdosvid.blog/2022/01/16/some-techniques-to-enhance-your-terraform-prof - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://devdosvid.blog/2023/04/16/hello-terraform-data-goodbye-null-resource: content_hash: b7c28f05710a49d6e4cfa4ae30ffdc76899d59a075846b8603e901051476d101 description: '' @@ -52070,6 +55241,7 @@ https://devdosvid.blog/2023/04/16/hello-terraform-data-goodbye-null-resource: v2_locations: - terraform.md year: N/A + addition_method: manual https://devdriven.by: content_hash: N/A description: '' @@ -52084,6 +55256,7 @@ https://devdriven.by: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://devdriven.by/promotion: content_hash: N/A description: '' @@ -52100,6 +55273,7 @@ https://devdriven.by/promotion: - about.md - project-management-methodology.md year: N/A + addition_method: manual ? https://developer.amazon.com/en-US/blogs/alexa/post/TxDJWS16KUPVKO/new-alexa-skills-kit-template-build-a-trivia-skill-in-under-an-hou : health_score: 100.0 last_checked: 1779130494.964425 @@ -52110,6 +55284,7 @@ https://devdriven.by/promotion: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual ? https://developer.amazon.com/public/community/post/TxDJWS16KUPVKO/New-Alexa-Skills-Kit-Template-Build-a-Trivia-Skill-in-under-an-Hour : content_hash: 8e96448440f09a39d19274a0c88b5b9771e2360b300ab51c9191d4d47e0f4582 description: '' @@ -52120,6 +55295,7 @@ https://devdriven.by/promotion: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://developer.android.com: content_hash: 1ad84189a6249db589a0614c6d18572051285740e958c8af51b15381e3e4e038 description: '' @@ -52136,6 +55312,7 @@ https://developer.android.com: v2_locations: - developerportals.md year: N/A + addition_method: manual https://developer.apple.com: content_hash: 7a6f3bd645577ad8b0d89e42b0fa2ebbfba08f14bbe7f06e6e61f1cdad0e9811 description: '' @@ -52152,6 +55329,7 @@ https://developer.apple.com: v2_locations: - developerportals.md year: N/A + addition_method: manual https://developer.chrome.com/docs/devtools: content_hash: 43cd9acae065fec262d637f19fe1be4442b71aaaf49713dc02692117377237c9 health_score: 100.0 @@ -52164,6 +55342,7 @@ https://developer.chrome.com/docs/devtools: - docs/ChromeDevTools.md v2_locations: - ChromeDevTools.md + addition_method: manual https://developer.confluent.io: ai_summary: 'Curator Insight: Confluent''s central education portal containing exhaustive learning paths for Apache Kafka. Live Grounding: Houses premium-grade technical @@ -52193,6 +55372,7 @@ https://developer.confluent.io: v2_locations: - message-queue.md year: N/A + addition_method: manual https://developer.confluent.io/confluent-tutorials/count-messages/ksql: ai_summary: A precise development recipe outlining how to count incoming records inside Apache Kafka topics using ksqlDB. Details the construction of stateful @@ -52215,6 +55395,7 @@ https://developer.confluent.io/confluent-tutorials/count-messages/ksql: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://developer.confluent.io/confluent-tutorials/joining-stream-table/kstreams: content_hash: 75cd977e60dc982f4cf24f5a12c03d837ca7ae5b39376c7391e06777b36e2bcc health_score: 100.0 @@ -52222,6 +55403,7 @@ https://developer.confluent.io/confluent-tutorials/joining-stream-table/kstreams needs_ai_refresh: true v1_locations: - docs/message-queue.md + addition_method: manual https://developer.confluent.io/tutorials: ai_summary: The premier tutorial index hosted by Confluent. Provides a rich set of runnable recipes demonstrating microservice streaming actions, temporal joins, @@ -52248,6 +55430,7 @@ https://developer.confluent.io/tutorials: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://developer.confluent.io/what-is-apache-kafka: ai_summary: A foundational, highly descriptive reference for Kafka basics. Explains structural layouts of partitions, records, offsets, log retention, and replication, @@ -52269,6 +55452,7 @@ https://developer.confluent.io/what-is-apache-kafka: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://developer.cyberark.com/blog/istio-oidc-authentication: content_hash: 8fbbb1105fe03bb08d0b6285a7f3c1b3c643e8c9f88ff9e21d8370db41004468 health_score: 100.0 @@ -52282,6 +55466,7 @@ https://developer.cyberark.com/blog/istio-oidc-authentication: v2_locations: - demos.md - istio.md + addition_method: manual https://developer.db.com: content_hash: 29ca68ca3cac3f0b61167413d6f45a4e326c3c36f744d230aa64e950f8148125 description: '' @@ -52298,6 +55483,7 @@ https://developer.db.com: v2_locations: - developerportals.md year: N/A + addition_method: manual https://developer.hashicorp.com: content_hash: b8e2e5812423e219d972fd49a2f1cf9cfb4e7f2c0c3729b423822091170e324c description: '' @@ -52315,6 +55501,7 @@ https://developer.hashicorp.com: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://developer.hashicorp.com/consul: content_hash: 2360ee2fc627a6783cc14416b77341be9d1ce0e37d2c817b2ac85958642fc11f health_score: 100.0 @@ -52327,6 +55514,7 @@ https://developer.hashicorp.com/consul: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://developer.hashicorp.com/consul/docs/connect: content_hash: fbaa5d15cade4648505dfed0d873b40f020f4124f9e38b649f04b08a439d1516 health_score: 100.0 @@ -52339,6 +55527,7 @@ https://developer.hashicorp.com/consul/docs/connect: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://developer.hashicorp.com/consul/docs/north-south/ingress-gateway/k8s: content_hash: 2459b943b3947492ef22721ea5a2cad86b924af44bb9f15b062709f536fdd9b6 health_score: 100.0 @@ -52351,6 +55540,7 @@ https://developer.hashicorp.com/consul/docs/north-south/ingress-gateway/k8s: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://developer.hashicorp.com/consul/tutorials/archive/kubernetes-consul-design-patterns: content_hash: 639898447828c16fa72194fbd4bacc005bce1c12499a532c1068f02305ae9dc6 health_score: 100.0 @@ -52363,6 +55553,7 @@ https://developer.hashicorp.com/consul/tutorials/archive/kubernetes-consul-desig - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://developer.hashicorp.com/consul/tutorials/get-started-kubernetes/kubernetes-gs-deploy?in=consul%2Fkubernetes: content_hash: 7f03ec1672394305066ce77cc847c577cee833b87e146a8a12963a77d775b38b health_score: 100.0 @@ -52375,6 +55566,7 @@ https://developer.hashicorp.com/consul/tutorials/get-started-kubernetes/kubernet - docs/demos.md v2_locations: - demos.md + addition_method: manual https://developer.hashicorp.com/nomad: ai_summary: HashiCorp's lightweight, flexible enterprise-grade scheduler designed to deploy containerized, non-containerized, and legacy applications. It scales @@ -52398,6 +55590,7 @@ https://developer.hashicorp.com/nomad: v2_locations: - kubernetes-alternatives.md year: '2026' + addition_method: manual https://developer.hashicorp.com/nomad/docs/k8s-nomad: ai_summary: Deep architectural documentation comparing scheduling logic, API designs, and cluster management methods in both Nomad and Kubernetes environments. @@ -52418,6 +55611,7 @@ https://developer.hashicorp.com/nomad/docs/k8s-nomad: v2_locations: - kubernetes-alternatives.md year: '2025' + addition_method: manual https://developer.hashicorp.com/packer: content_hash: d58aaccd5044cc01a037e82c905de970c4d27762301f9df736169602a744629c health_score: 100.0 @@ -52430,6 +55624,7 @@ https://developer.hashicorp.com/packer: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/packer/docs: content_hash: 0f32ee4174b65b7975ea04814b9ba7111542039abf0453d69996f967ef29909b health_score: 100.0 @@ -52442,6 +55637,7 @@ https://developer.hashicorp.com/packer/docs: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/packer/tutorials/aws-get-started/aws-get-started-build-image: content_hash: 023ad544787716fd49a4ba84732df51fab9b3d16cb566a5313051e257a084bb7 health_score: 100.0 @@ -52454,6 +55650,7 @@ https://developer.hashicorp.com/packer/tutorials/aws-get-started/aws-get-started - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform: content_hash: 5a2a968fd9bb00788b389bab7e71378235d9c0cd402ebac33f54f4604c351251 health_score: 100.0 @@ -52466,6 +55663,7 @@ https://developer.hashicorp.com/terraform: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/cli/commands: content_hash: fb673c8fcd64b87793075f05dd2570a0e48fbe65dded108158f3391c8cfc666f health_score: 100.0 @@ -52478,6 +55676,7 @@ https://developer.hashicorp.com/terraform/cli/commands: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://developer.hashicorp.com/terraform/cli/commands/graph: content_hash: 0d35b6369aeb2bdbba4eaa9b57de21fe135ac4da5c30265b821c4dc544c81451 health_score: 100.0 @@ -52485,6 +55684,7 @@ https://developer.hashicorp.com/terraform/cli/commands/graph: needs_ai_refresh: true v1_locations: - docs/terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part3: content_hash: 8b750cb3c96e94f908899c873939978a4c6499baddaa5fbdbf44026bd8cf9337 description: '' @@ -52501,6 +55701,7 @@ https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part3 v2_locations: - terraform.md year: N/A + addition_method: manual https://developer.hashicorp.com/terraform/language/modules/develop/refactoring: content_hash: 8d26303a9f27001e2a2df718281d778f14278fb540f54add42cfb2fad9cecc23 health_score: 100.0 @@ -52513,6 +55714,7 @@ https://developer.hashicorp.com/terraform/language/modules/develop/refactoring: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/language/provisioners: content_hash: e05b17c2a4cabef9fab26afa4538ff318595743d7eea70011a3fad0dc60a1762 health_score: 100.0 @@ -52525,6 +55727,7 @@ https://developer.hashicorp.com/terraform/language/provisioners: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/plugin/sdkv2: content_hash: 4eb9178cdcce264d5cda61eb2b792e6e159b165cd8463bed723d7bc64b9a1bb2 health_score: 100.0 @@ -52537,6 +55740,7 @@ https://developer.hashicorp.com/terraform/plugin/sdkv2: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/tutorials/automation/github-actions: content_hash: 145a3c32a1fa89ce6e3f10863acfb6934b49e58b18eeb3b6c67c959e8aa0291a health_score: 100.0 @@ -52549,6 +55753,7 @@ https://developer.hashicorp.com/terraform/tutorials/automation/github-actions: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/tutorials/aws-get-started/infrastructure-as-code: content_hash: 22566d8b4ed4ff299ba09e5a1bf267ba4d2023235fe42f458f517eccf287c52b health_score: 100.0 @@ -52561,6 +55766,7 @@ https://developer.hashicorp.com/terraform/tutorials/aws-get-started/infrastructu - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/tutorials/aws/aws-default-tags: content_hash: 0676e42facfa4d84f0f1b1a5cf34bd26f338bc3e0de2c675810d3388b8750550 health_score: 100.0 @@ -52573,6 +55779,7 @@ https://developer.hashicorp.com/terraform/tutorials/aws/aws-default-tags: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/tutorials/aws/lambda-api-gateway: content_hash: 1bde079edb0feea54bfc33b732bef2226b44332a381aa42ac1ad6d159f4c19e6 health_score: 100.0 @@ -52585,6 +55792,7 @@ https://developer.hashicorp.com/terraform/tutorials/aws/lambda-api-gateway: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/tutorials/cloud/cloud-agents: content_hash: c0be33ed515bcc7c0dbe17ca17dba5b593dcc16a87f42ca2c179d2fe5715ff6e health_score: 100.0 @@ -52597,6 +55805,7 @@ https://developer.hashicorp.com/terraform/tutorials/cloud/cloud-agents: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/tutorials/networking/multicloud-kubernetes: content_hash: 21281e2d9ac2e6324b2f20dc5e8a7205f176b9b347cd3aef8b05827b696a6db6 health_score: 100.0 @@ -52609,6 +55818,7 @@ https://developer.hashicorp.com/terraform/tutorials/networking/multicloud-kubern - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/terraform/tutorials/policy: content_hash: 95cc53e913c0715bf87ebb02d75fe23fca2cb7a4a75f18f33eeea58dffb6e4c6 health_score: 100.0 @@ -52621,6 +55831,7 @@ https://developer.hashicorp.com/terraform/tutorials/policy: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/vault: ai_summary: The unified documentation portal for HashiCorp Vault. Serves as the authoritative source for deployment guides, architectural blueprints, and dynamic @@ -52642,6 +55853,7 @@ https://developer.hashicorp.com/vault: v2_locations: - devsecops.md year: '2026' + addition_method: manual https://developer.hashicorp.com/vault/tutorials/kubernetes-introduction/kubernetes-external-vault: ai_summary: Step-by-step tutorial on integrating Kubernetes secrets management with an external HashiCorp Vault instance. Curator insight shows how to securely inject @@ -52667,6 +55879,7 @@ https://developer.hashicorp.com/vault/tutorials/kubernetes-introduction/kubernet v2_locations: - kubernetes-security.md year: '2023' + addition_method: manual https://developer.hashicorp.com/vault/tutorials/operations/codify-mgmt-enterprise: content_hash: 7c0bf6f34c84ac8e91fb799fbba4749c286261a2b9c006e6aee6fdea3b7733ea health_score: 100.0 @@ -52679,6 +55892,7 @@ https://developer.hashicorp.com/vault/tutorials/operations/codify-mgmt-enterpris - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://developer.hashicorp.com/waypoint: content_hash: aa3d46e28464c8c33af689f0b72c02b24f1ce8e56844f4f206e89e960eb0511e health_score: 100.0 @@ -52693,6 +55907,7 @@ https://developer.hashicorp.com/waypoint: v2_locations: - gitops.md - jenkins-alternatives.md + addition_method: manual https://developer.ibm.com/apiconnect: content_hash: f16bb806f2e06f47cd4db89ca013916a2550979ec77d065a6711cc9af657c2fd description: '' @@ -52705,6 +55920,7 @@ https://developer.ibm.com/apiconnect: - docs/developerportals.md - docs/ibm_cloud.md year: N/A + addition_method: manual https://developer.ibm.com/articles/secure-microservices-by-monitoring-behavior: content_hash: 3ad8273a470b61347050bd4ef76261404ba1e507987d4f190058375a466a8613 description: '' @@ -52716,6 +55932,7 @@ https://developer.ibm.com/articles/secure-microservices-by-monitoring-behavior: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://developer.ibm.com/blogs/gitops-best-practices-for-the-real-world: content_hash: 71dca4e440e2ba95043afa20eebc792ac852e819e888c7f6a1b7c19766875082 description: '' @@ -52732,6 +55949,7 @@ https://developer.ibm.com/blogs/gitops-best-practices-for-the-real-world: v2_locations: - gitops.md year: N/A + addition_method: manual https://developer.ibm.com/javasdk: content_hash: N/A description: '' @@ -52746,6 +55964,7 @@ https://developer.ibm.com/javasdk: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developer.ibm.com/technologies/containers: ai_summary: An IBM research guide focused on safeguarding containerized microservices by modeling normal system and network boundaries. Explains how to actively flag @@ -52768,6 +55987,7 @@ https://developer.ibm.com/technologies/containers: v2_locations: - devsecops.md year: '2020' + addition_method: manual https://developer.ibm.com/tutorials/examples-differentiate-openshift-kubernetes: content_hash: dccb572c57fe34782ac76a592833ccab472de6ef6c372caecc50999c5fb04e7a description: '' @@ -52784,6 +56004,7 @@ https://developer.ibm.com/tutorials/examples-differentiate-openshift-kubernetes: v2_locations: - demos.md year: N/A + addition_method: manual https://developer.ibm.com/wasdev: content_hash: N/A description: '' @@ -52798,6 +56019,7 @@ https://developer.ibm.com/wasdev: v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://developer.ibm.com/wasdev/downloads: content_hash: N/A description: '' @@ -52812,12 +56034,14 @@ https://developer.ibm.com/wasdev/downloads: v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://developer.ibm.com/wasdev/downloads/liberty-profile-using-non-eclipse-environments: content_hash: N/A health_score: 100.0 last_checked: 1779030720.932766 v1_locations: - docs/ibm_cloud.md + addition_method: manual https://developer.ibm.com/wasdev/websphere-liberty: content_hash: N/A description: '' @@ -52836,6 +56060,7 @@ https://developer.ibm.com/wasdev/websphere-liberty: - java_app_servers.md - java_frameworks.md year: N/A + addition_method: manual https://developer.ing.com: content_hash: f8d659f2459e6a3a6316ff324e2eb986b1fa02156ad05b5a4b785bc494f21e3c description: '' @@ -52847,6 +56072,7 @@ https://developer.ing.com: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://developer.ing.com/api-marketplace/marketplace: content_hash: d591b8fd7543487475cca8026999135b26f3b0ee73dd28c72819be35c22fd0b8 description: '' @@ -52857,6 +56083,7 @@ https://developer.ing.com/api-marketplace/marketplace: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://developer.ing.com/openbanking: content_hash: 1dbba63d9c4f86640b2a283890419437a85b7192209ad4b0e08e529bd3d505c0 health_score: 100.0 @@ -52868,12 +56095,14 @@ https://developer.ing.com/openbanking: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://developer.ing.com/openbanking/api-marketplace/marketplace: content_hash: 1dbba63d9c4f86640b2a283890419437a85b7192209ad4b0e08e529bd3d505c0 health_score: 100.0 last_checked: 1779130494.961149 v1_locations: - docs/developerportals.md + addition_method: manual https://developer.mobileconnect.io: content_hash: N/A description: '' @@ -52888,6 +56117,7 @@ https://developer.mobileconnect.io: v2_locations: - developerportals.md year: N/A + addition_method: manual https://developer.mongodb.com/quickstart/cheat-sheet: content_hash: da2782e23f8c104a3faa2f037001d4b8e6d522bb96382b92923b9f51c9597870 description: '' @@ -52899,6 +56129,7 @@ https://developer.mongodb.com/quickstart/cheat-sheet: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox: content_hash: 4717162243bf6194fdf69a29ac1eff36f7379f8a2a70c3af33ddd108915427eb description: '' @@ -52909,6 +56140,7 @@ https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox: v1_locations: - docs/ChromeDevTools.md year: N/A + addition_method: manual https://developer.okta.com/blog/2020/03/23/microservice-security-patterns: ai_summary: Outlines core secure design patterns for microservices, focusing on Mutual TLS (mTLS), API Gateway pattern, Edge-to-service security (OAuth2/JWT tokens), @@ -52937,6 +56169,7 @@ https://developer.okta.com/blog/2020/03/23/microservice-security-patterns: v2_locations: - devsecops.md year: N/A + addition_method: manual https://developer.okta.com/blog/2020/05/04/spring-vault: content_hash: d1ce7ea0f8e4e84b5211fa80b31f5370a3ed10ecf48491fe3b7a54dd859a3caf description: '' @@ -52948,6 +56181,7 @@ https://developer.okta.com/blog/2020/05/04/spring-vault: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://developer.okta.com/blog/2020/12/07/spring-cloud-config: content_hash: 97a0d32ef1f215ec88948769b278d2528bd0e6b2cc4740607b61736fa751ff2d description: '' @@ -52964,6 +56198,7 @@ https://developer.okta.com/blog/2020/12/07/spring-cloud-config: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developer.okta.com/blog/2021/02/05/okta-ansible: content_hash: 73b2f84e9ac4d51b96db585e4047138a06e4a76a77deadf2bae18d07a45bb1bc description: '' @@ -52980,6 +56215,7 @@ https://developer.okta.com/blog/2021/02/05/okta-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://developer.okta.com/blog/2021/04/23/elasticsearch-go-developers-guide: ai_summary: A developer's guide demonstrating how to connect, index, and query Elasticsearch instances natively using the official Go client driver. Illustrates clean integration @@ -53008,6 +56244,7 @@ https://developer.okta.com/blog/2021/04/23/elasticsearch-go-developers-guide: v2_locations: - golang.md year: N/A + addition_method: manual https://developer.okta.com/blog/2021/07/08/jenkins-ci-dotnet-update-secrets: content_hash: d0c4b59f20e97b190bae43f985cdef3e1c427a2e4746b2e9a5823d98c0f0d69a description: '' @@ -53024,6 +56261,7 @@ https://developer.okta.com/blog/2021/07/08/jenkins-ci-dotnet-update-secrets: v2_locations: - jenkins.md year: N/A + addition_method: manual https://developer.okta.com/blog/2022/01/06/native-java-helidon: content_hash: 1e78f7be976fa563b6ed7da5336fbd67fb610a8340e00a006fb40f90ed9c94b2 description: '' @@ -53040,6 +56278,7 @@ https://developer.okta.com/blog/2022/01/06/native-java-helidon: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developer.okta.com/blog/2022/10/20/spring-vault: content_hash: 961d249e568d28a9c66acc51e1c1fc252d360cd34f22ec05bd14ca2c9457874b health_score: 100.0 @@ -53051,6 +56290,7 @@ https://developer.okta.com/blog/2022/10/20/spring-vault: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://developer.rabobank.nl: content_hash: N/A description: '' @@ -53065,6 +56305,7 @@ https://developer.rabobank.nl: v2_locations: - developerportals.md year: N/A + addition_method: manual https://developer.rabobank.nl/api-marketplace: content_hash: N/A description: '' @@ -53075,6 +56316,7 @@ https://developer.rabobank.nl/api-marketplace: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://developer.squareup.com/blog/kubernetes-pod-security-policies: ai_summary: 'Curator Insight: Historical engineering post detailing Square''s journey implementing early-generation PSP blocks. Live Grounding: Excellent case study @@ -53103,6 +56345,7 @@ https://developer.squareup.com/blog/kubernetes-pod-security-policies: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://developerblog.redhat.com/tag/varnish: content_hash: N/A description: '' @@ -53117,6 +56360,7 @@ https://developerblog.redhat.com/tag/varnish: v2_locations: - caching.md year: N/A + addition_method: manual https://developerhub.santander.com: content_hash: N/A description: '' @@ -53131,6 +56375,7 @@ https://developerhub.santander.com: v2_locations: - developerportals.md year: N/A + addition_method: manual https://developers.google.com/machine-learning/crash-course?hl=es-419: ai_summary: Google's formal, highly optimized machine learning crash course. Grounding indicates it offers a highly technical path for systems engineers wishing to deploy @@ -53163,6 +56408,7 @@ https://developers.google.com/machine-learning/crash-course?hl=es-419: - introduction.md - elearning.md year: N/A + addition_method: manual https://developers.google.com/machine-learning/glossary: content_hash: 1889ca81d1fcd0bc8194c1f377e15a15c23e859f139bf580644788038a8b4cd2 description: '' @@ -53179,6 +56425,7 @@ https://developers.google.com/machine-learning/glossary: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.googleblog.com/2015/02/introducing-grpc-new-open-source-http2.html: content_hash: bcc1ed479a6194711afb162a9c0881af63c0981252a324b7d774e66cf95ade77 description: '' @@ -53195,6 +56442,7 @@ https://developers.googleblog.com/2015/02/introducing-grpc-new-open-source-http2 v2_locations: - api.md year: N/A + addition_method: manual https://developers.redhat.com: content_hash: N/A description: '' @@ -53211,6 +56459,7 @@ https://developers.redhat.com: - message-queue.md - openshift.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/05/17/integrating-systems-apache-camel-and-quarkus-red-hat-openshift: ai_summary: Practical walk-through highlighting the integration of legacy enterprise environments using Apache Camel Quarkus extensions (Camel K) on OpenShift. It @@ -53241,6 +56490,7 @@ https://developers.redhat.com/articles/2021/05/17/integrating-systems-apache-cam v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/05/19/micropipenv-installing-python-dependencies-containerized-applications: content_hash: N/A description: '' @@ -53257,6 +56507,7 @@ https://developers.redhat.com/articles/2021/05/19/micropipenv-installing-python- v2_locations: - python.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/05/20/shenandoah-garbage-collection-openjdk-16-concurrent-reference-processing: ai_summary: Deep dive into OpenJDK 16's concurrent reference processing in the Shenandoah Garbage Collector. Discusses structural barrier enhancements that limit GC pauses @@ -53284,6 +56535,7 @@ https://developers.redhat.com/articles/2021/05/20/shenandoah-garbage-collection- v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/05/21/build-your-own-rpm-package-sample-go-program: ai_summary: Curator Insight guides through building custom RPM package scripts using a Go sample program. Live Grounding proves its continued relevance for enterprise @@ -53313,6 +56565,7 @@ https://developers.redhat.com/articles/2021/05/21/build-your-own-rpm-package-sam v2_locations: - linux.md year: N/A + addition_method: manual ? https://developers.redhat.com/articles/2021/05/24/build-lean-java-containers-new-red-hat-universal-base-images-openjdk-runtime : content_hash: N/A description: '' @@ -53329,6 +56582,7 @@ https://developers.redhat.com/articles/2021/05/21/build-your-own-rpm-package-sam v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/05/24/deploy-helm-charts-jenkins-cicd-red-hat-openshift-4: ai_summary: Red Hat developer guide demonstrating automated Helm deployments through Jenkins on OpenShift 4. Covers pipeline definitions, credentials handling, and @@ -53361,6 +56615,7 @@ https://developers.redhat.com/articles/2021/05/24/deploy-helm-charts-jenkins-cic - demos.md - jenkins.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/05/25/red-hat-universal-base-image-and-docker-hub-why-should-developers-care: content_hash: N/A description: '' @@ -53377,6 +56632,7 @@ https://developers.redhat.com/articles/2021/05/25/red-hat-universal-base-image-a v2_locations: - docker.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/06/14/application-modernization-patterns-apache-kafka-debezium-and-kubernetes: content_hash: N/A description: '' @@ -53393,6 +56649,7 @@ https://developers.redhat.com/articles/2021/06/14/application-modernization-patt v2_locations: - introduction.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/06/18/perform-kaniko-build-red-hat-openshift-cluster-and-push-image-registry: content_hash: N/A description: '' @@ -53409,6 +56666,7 @@ https://developers.redhat.com/articles/2021/06/18/perform-kaniko-build-red-hat-o v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://developers.redhat.com/articles/2021/06/25/making-java-programs-cloud-ready-part-1-incremental-approach-using-jakarta-ee : content_hash: N/A description: '' @@ -53425,6 +56683,7 @@ https://developers.redhat.com/articles/2021/06/18/perform-kaniko-build-red-hat-o v2_locations: - java_frameworks.md year: N/A + addition_method: manual ? https://developers.redhat.com/articles/2021/06/28/making-java-programs-cloud-ready-part-2-upgrade-legacy-java-application-jakarta : content_hash: N/A description: '' @@ -53441,6 +56700,7 @@ https://developers.redhat.com/articles/2021/06/18/perform-kaniko-build-red-hat-o v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/06/30/implementing-apache-activemq-style-broker-meshes-apache-artemis: ai_summary: Focuses on establishing distributed, multi-broker network configurations (broker meshes) using Apache Artemis. It highlights migration techniques from @@ -53470,6 +56730,7 @@ https://developers.redhat.com/articles/2021/06/30/implementing-apache-activemq-s v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/01/how-expose-websocket-endpoint-using-red-hat-3scale-api-management: content_hash: N/A description: '' @@ -53486,6 +56747,7 @@ https://developers.redhat.com/articles/2021/07/01/how-expose-websocket-endpoint- v2_locations: - developerportals.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/01/resteasy-reactive-and-more-quarkus-20: content_hash: N/A description: '' @@ -53501,6 +56763,7 @@ https://developers.redhat.com/articles/2021/07/01/resteasy-reactive-and-more-qua v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/07/getting-started-red-hat-openshift-streams-apache-kafka: content_hash: N/A description: '' @@ -53516,6 +56779,7 @@ https://developers.redhat.com/articles/2021/07/07/getting-started-red-hat-opensh v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/07/managing-api-life-cycle-event-driven-architecture-practical-approach: ai_summary: 'Curator Insight: Best practices on governing async APIs and schema definitions inside microservice ecosystems. Live Grounding: Focuses on AsyncAPI @@ -53544,6 +56808,7 @@ https://developers.redhat.com/articles/2021/07/07/managing-api-life-cycle-event- v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/08/troubleshooting-application-performance-red-hat-openshift-metrics-part-1: content_hash: N/A description: '' @@ -53560,6 +56825,7 @@ https://developers.redhat.com/articles/2021/07/08/troubleshooting-application-pe v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/16/how-secure-apache-kafka-schemas-red-hat-integration-service-registry-20: ai_summary: 'Curator Insight: Security-focused guide for configuring and shielding the API schema registry. Live Grounding: Details RBAC integration, TLS communication, @@ -53589,6 +56855,7 @@ https://developers.redhat.com/articles/2021/07/16/how-secure-apache-kafka-schema v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/20/deploy-nodejs-applications-red-hat-openshift-helm: ai_summary: Developer-centric walkthrough for wrapping Node.js applications into compliant Helm charts for OpenShift deployment, showing the end-to-end development-to-production @@ -53617,6 +56884,7 @@ https://developers.redhat.com/articles/2021/07/20/deploy-nodejs-applications-red v2_locations: - helm.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/21/bootstrap-gitops-red-hat-openshift-pipelines-and-kam-cli: content_hash: N/A description: '' @@ -53633,6 +56901,7 @@ https://developers.redhat.com/articles/2021/07/21/bootstrap-gitops-red-hat-opens v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/23/jdk-flight-recorder-support-graalvm-native-image-journey-so-far: ai_summary: Reviews progress in compiling low-overhead JVM diagnostics natively inside GraalVM images. Analyzes memory footprint tracking constraints and compilation @@ -53660,6 +56929,7 @@ https://developers.redhat.com/articles/2021/07/23/jdk-flight-recorder-support-gr v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/26/modernizing-applications-apache-camel-javascript-and-red-hat-openshift: content_hash: N/A description: '' @@ -53676,6 +56946,7 @@ https://developers.redhat.com/articles/2021/07/26/modernizing-applications-apach v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/29/troubleshooting-application-performance-red-hat-openshift-metrics-part-4: content_hash: N/A description: '' @@ -53692,6 +56963,7 @@ https://developers.redhat.com/articles/2021/07/29/troubleshooting-application-pe v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/07/30/customer-suggestions-improved-cicd-red-hat-openshift: last_checked: 1779388568.487668 status: online @@ -53699,6 +56971,7 @@ https://developers.redhat.com/articles/2021/07/30/customer-suggestions-improved- - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://developers.redhat.com/articles/2021/08/03/managing-gitops-control-planes-secure-gitops-practices: content_hash: N/A description: '' @@ -53715,6 +56988,7 @@ https://developers.redhat.com/articles/2021/08/03/managing-gitops-control-planes v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/08/04/managing-stateful-applications-kubernetes-operators-golang: content_hash: N/A description: '' @@ -53731,6 +57005,7 @@ https://developers.redhat.com/articles/2021/08/04/managing-stateful-applications v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/08/04/opening-black-boxes-statement-tracing: content_hash: N/A description: '' @@ -53741,6 +57016,7 @@ https://developers.redhat.com/articles/2021/08/04/opening-black-boxes-statement- v1_locations: - docs/qa.md year: N/A + addition_method: manual ? https://developers.redhat.com/articles/2021/08/11/how-maximize-data-storage-microservices-and-kubernetes-part-1-introduction : content_hash: N/A description: '' @@ -53757,6 +57033,7 @@ https://developers.redhat.com/articles/2021/08/04/opening-black-boxes-statement- v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/08/11/simplify-load-balancing-api-gateways-using-red-hat-3scale-api-management: content_hash: N/A description: '' @@ -53773,6 +57050,7 @@ https://developers.redhat.com/articles/2021/08/11/simplify-load-balancing-api-ga v2_locations: - developerportals.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/08/12/build-and-deploy-microservices-kubernetes-and-dapr: content_hash: N/A description: '' @@ -53789,6 +57067,7 @@ https://developers.redhat.com/articles/2021/08/12/build-and-deploy-microservices v2_locations: - serverless.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/08/20/composable-software-catalogs-kubernetes-easier-way-update-containerized: content_hash: N/A description: '' @@ -53805,6 +57084,7 @@ https://developers.redhat.com/articles/2021/08/20/composable-software-catalogs-k v2_locations: - ocp4.md year: N/A + addition_method: manual ? https://developers.redhat.com/articles/2021/08/26/introduction-nodejs-reference-architecture-part-5-building-good-containers : ai_summary: Red Hat's authoritative architectural guide on building robust, lean OCI containers for Node.js. Outlines parent image selections, non-root user setups, @@ -53832,6 +57112,7 @@ https://developers.redhat.com/articles/2021/08/20/composable-software-catalogs-k v2_locations: - javascript.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/08/30/automate-red-hat-jboss-web-server-deployments-ansible: content_hash: N/A description: '' @@ -53848,6 +57129,7 @@ https://developers.redhat.com/articles/2021/08/30/automate-red-hat-jboss-web-ser v2_locations: - ansible.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/08/31/why-should-i-choose-quarkus-over-spring-my-microservices: content_hash: N/A description: '' @@ -53863,6 +57145,7 @@ https://developers.redhat.com/articles/2021/08/31/why-should-i-choose-quarkus-ov v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/09/01/outbox-pattern-apache-kafka-and-debezium: ai_summary: 'Curator Insight: Deep technical analysis of resolving dual-write problems using CDC and the Outbox Pattern. Live Grounding: Uses Debezium and Apache Kafka @@ -53891,6 +57174,7 @@ https://developers.redhat.com/articles/2021/09/01/outbox-pattern-apache-kafka-an v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/09/06/improving-cicd-red-hat-openshift: content_hash: N/A description: '' @@ -53905,6 +57189,7 @@ https://developers.redhat.com/articles/2021/09/06/improving-cicd-red-hat-openshi v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/09/16/shenandoah-openjdk-17-sub-millisecond-gc-pauses: content_hash: N/A description: '' @@ -53920,6 +57205,7 @@ https://developers.redhat.com/articles/2021/09/16/shenandoah-openjdk-17-sub-mill v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/09/20/quarkus-spring-developers-getting-started: content_hash: N/A description: '' @@ -53935,6 +57221,7 @@ https://developers.redhat.com/articles/2021/09/20/quarkus-spring-developers-gett v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/09/21/distributed-transaction-patterns-microservices-compared: ai_summary: Analyzes and contrasts critical transactional strategies for microservice boundaries, including 2PC (Two-Phase Commit), Sagas, and Outbox patterns. It highlights @@ -53965,6 +57252,7 @@ https://developers.redhat.com/articles/2021/09/21/distributed-transaction-patter v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/09/22/thoth-prescriptions-resolving-python-dependencies: content_hash: N/A description: '' @@ -53980,6 +57268,7 @@ https://developers.redhat.com/articles/2021/09/22/thoth-prescriptions-resolving- v2_locations: - python.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/09/27/four-reasons-developers-should-use-ansible: content_hash: N/A description: '' @@ -53995,6 +57284,7 @@ https://developers.redhat.com/articles/2021/09/27/four-reasons-developers-should v2_locations: - ansible.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/09/28/set-modcluster-red-hat-jboss-web-server-ansible: content_hash: N/A description: '' @@ -54011,6 +57301,7 @@ https://developers.redhat.com/articles/2021/09/28/set-modcluster-red-hat-jboss-w v2_locations: - ansible.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/10/01/new-application-samples-red-hat-openshift-48: content_hash: N/A description: '' @@ -54026,6 +57317,7 @@ https://developers.redhat.com/articles/2021/10/01/new-application-samples-red-ha v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/10/04/get-started-openshift-service-registry: last_checked: 1779388566.814727 status: online @@ -54033,6 +57325,7 @@ https://developers.redhat.com/articles/2021/10/04/get-started-openshift-service- - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://developers.redhat.com/articles/2021/10/11/get-started-openshift-service-registry: content_hash: N/A description: '' @@ -54047,6 +57340,7 @@ https://developers.redhat.com/articles/2021/10/11/get-started-openshift-service- v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/10/11/quarkus-spring-developers-kubernetes-native-design-patterns: content_hash: N/A description: '' @@ -54063,6 +57357,7 @@ https://developers.redhat.com/articles/2021/10/11/quarkus-spring-developers-kube v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/11/02/how-choose-best-java-garbage-collector: ai_summary: Architect guide comparing major modern GCs (G1, ZGC, Shenandoah) against application profiles to balance maximum throughput, latency tolerances, and system @@ -54089,6 +57384,7 @@ https://developers.redhat.com/articles/2021/11/02/how-choose-best-java-garbage-c v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/11/04/boost-throughput-resteasy-reactive-quarkus-22: content_hash: N/A description: '' @@ -54105,6 +57401,7 @@ https://developers.redhat.com/articles/2021/11/04/boost-throughput-resteasy-reac v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/11/04/generating-pseudorandom-numbers-python: content_hash: N/A description: '' @@ -54120,6 +57417,7 @@ https://developers.redhat.com/articles/2021/11/04/generating-pseudorandom-number v2_locations: - python.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/11/15/net-60-now-available-rhel-and-openshift: content_hash: N/A description: '' @@ -54135,6 +57433,7 @@ https://developers.redhat.com/articles/2021/11/15/net-60-now-available-rhel-and- v2_locations: - dotnet.md year: N/A + addition_method: manual ? https://developers.redhat.com/articles/2021/11/15/red-hat-software-collections-38-and-red-hat-developer-toolset-11-now-generally : content_hash: N/A description: '' @@ -54151,6 +57450,7 @@ https://developers.redhat.com/articles/2021/11/15/net-60-now-available-rhel-and- v2_locations: - devel-sites.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/11/18/build-and-store-universal-application-images-openshift: content_hash: N/A description: '' @@ -54167,6 +57467,7 @@ https://developers.redhat.com/articles/2021/11/18/build-and-store-universal-appl v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/11/22/bring-your-kubernetes-workloads-edge: content_hash: N/A description: '' @@ -54182,6 +57483,7 @@ https://developers.redhat.com/articles/2021/11/22/bring-your-kubernetes-workload v2_locations: - edge-computing.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/11/23/faster-way-access-jdk-flight-recorder-data: ai_summary: Explores programmatic, low-latency access to JDK Flight Recorder data streams at runtime. Provides architecture blueprints for exporting profiling telemetry @@ -54209,6 +57511,7 @@ https://developers.redhat.com/articles/2021/11/23/faster-way-access-jdk-flight-r v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/11/30/modernizing-enterprise-java-cloud-native-guide-developers: content_hash: N/A description: '' @@ -54225,6 +57528,7 @@ https://developers.redhat.com/articles/2021/11/30/modernizing-enterprise-java-cl v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/12/06/improve-your-kafka-connect-builds-debezium: ai_summary: A practical walk-through of the Strimzi Operator build processes for deploying optimized Kafka Connect container environments on Kubernetes. Illustrates @@ -54252,6 +57556,7 @@ https://developers.redhat.com/articles/2021/12/06/improve-your-kafka-connect-bui v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/12/13/remote-debugging-kubernetes-using-vs-code: content_hash: N/A description: '' @@ -54267,6 +57572,7 @@ https://developers.redhat.com/articles/2021/12/13/remote-debugging-kubernetes-us v2_locations: - visual-studio.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2021/12/16/secure-your-kubernetes-deployments-ebpf: ai_summary: Technical article explaining the operational advantages of using eBPF for cloud-native workload defense. Curator insight explains how eBPF operates @@ -54295,6 +57601,7 @@ https://developers.redhat.com/articles/2021/12/16/secure-your-kubernetes-deploym v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/01/11/5-design-principles-microservices: content_hash: N/A description: '' @@ -54310,6 +57617,7 @@ https://developers.redhat.com/articles/2022/01/11/5-design-principles-microservi v2_locations: - introduction.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/01/13/developers-guide-cicd-and-gitops-jenkins-pipelines: content_hash: N/A description: '' @@ -54326,6 +57634,7 @@ https://developers.redhat.com/articles/2022/01/13/developers-guide-cicd-and-gito v2_locations: - jenkins.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/01/17/reduce-size-container-images-dockerslim: content_hash: N/A description: '' @@ -54341,6 +57650,7 @@ https://developers.redhat.com/articles/2022/01/17/reduce-size-container-images-d v2_locations: - docker.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/02/02/protect-secrets-git-cleansmudge-filter: ai_summary: An architectural guide demonstrating how to use Git clean and smudge filters to automatically encrypt files before committing and decrypt them on checkout. @@ -54368,6 +57678,7 @@ https://developers.redhat.com/articles/2022/02/02/protect-secrets-git-cleansmudg v2_locations: - devsecops.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/03/10/which-better-single-kafka-cluster-rule-them-all-or-many: ai_summary: 'Curator Insight: Comparative design analysis evaluating consolidated vs. decentralized cluster strategies. Live Grounding: Evaluates multi-tenancy, @@ -54396,6 +57707,7 @@ https://developers.redhat.com/articles/2022/03/10/which-better-single-kafka-clus v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/06/20/8-open-source-kubernetes-security-tools: content_hash: N/A description: '' @@ -54411,6 +57723,7 @@ https://developers.redhat.com/articles/2022/06/20/8-open-source-kubernetes-secur v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/07/20/git-workflows-best-practices-gitops-deployments: content_hash: N/A description: '' @@ -54427,6 +57740,7 @@ https://developers.redhat.com/articles/2022/07/20/git-workflows-best-practices-g v2_locations: - gitops.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/08/30/kubernetes-101-developers-names-ports-yaml-files-and-more: content_hash: N/A description: '' @@ -54443,6 +57757,7 @@ https://developers.redhat.com/articles/2022/08/30/kubernetes-101-developers-name v2_locations: - kubernetes.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/09/07/how-set-your-gitops-directory-structure: content_hash: N/A description: '' @@ -54459,6 +57774,7 @@ https://developers.redhat.com/articles/2022/09/07/how-set-your-gitops-directory- v2_locations: - gitops.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/09/27/end-end-field-level-encryption-apache-kafka-connect: ai_summary: 'Curator Insight: Security implementation guide on field-level crypto for data pipelines. Live Grounding: Addresses PCI/GDPR requirements by demonstrating @@ -54488,6 +57804,7 @@ https://developers.redhat.com/articles/2022/09/27/end-end-field-level-encryption v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/10/24/podman-expands-desktop: content_hash: N/A description: '' @@ -54503,6 +57820,7 @@ https://developers.redhat.com/articles/2022/10/24/podman-expands-desktop: v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/10/25/how-install-vms-and-ansible-automation-platform-mac-m1: content_hash: N/A description: '' @@ -54519,6 +57837,7 @@ https://developers.redhat.com/articles/2022/10/25/how-install-vms-and-ansible-au v2_locations: - ansible.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2022/12/20/gitops-cookbook-kubernetes-automation-practice: content_hash: N/A description: '' @@ -54534,6 +57853,7 @@ https://developers.redhat.com/articles/2022/12/20/gitops-cookbook-kubernetes-aut v2_locations: - gitops.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2023/01/04/how-use-fabric8-java-client-kubernetes: content_hash: N/A description: '' @@ -54549,6 +57869,7 @@ https://developers.redhat.com/articles/2023/01/04/how-use-fabric8-java-client-ku v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2023/01/24/how-generate-code-using-fabric8-kubernetes-client: content_hash: N/A description: '' @@ -54564,6 +57885,7 @@ https://developers.redhat.com/articles/2023/01/24/how-generate-code-using-fabric v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2023/02/14/remote-container-development-vs-code-and-podman: content_hash: N/A description: '' @@ -54580,6 +57902,7 @@ https://developers.redhat.com/articles/2023/02/14/remote-container-development-v v2_locations: - visual-studio.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2023/03/16/how-deploy-openshift-azure-gui-part-1: content_hash: N/A description: '' @@ -54596,6 +57919,7 @@ https://developers.redhat.com/articles/2023/03/16/how-deploy-openshift-azure-gui v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2023/03/17/deploy-openshift-azure-gitops-part-2: content_hash: N/A description: '' @@ -54607,6 +57931,7 @@ https://developers.redhat.com/articles/2023/03/17/deploy-openshift-azure-gitops- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2024/06/06/enhance-kubernetes-deployment-efficiency-argo-cd-and-applicationset: ai_summary: 'Curator Insight: An authoritative Red Hat guide detailing the features and performance metrics of the Argo CD ApplicationSet controller. Live Grounding: @@ -54636,6 +57961,7 @@ https://developers.redhat.com/articles/2024/06/06/enhance-kubernetes-deployment- v2_locations: - argo.md year: N/A + addition_method: manual https://developers.redhat.com/articles/2025/06/25/how-kruize-optimizes-openshift-workloads: ai_summary: Provides a comprehensive overview of how Kruize Autotune optimizes resource efficiency in OpenShift and Kubernetes workloads. Evaluates real-time scaling @@ -54666,6 +57992,7 @@ https://developers.redhat.com/articles/2025/06/25/how-kruize-optimizes-openshift - openshift.md - kubernetes-tools.md year: N/A + addition_method: manual https://developers.redhat.com/articles/quarkus-quick-start-guide-kubernetes-native-java-stack: content_hash: N/A description: '' @@ -54682,6 +58009,7 @@ https://developers.redhat.com/articles/quarkus-quick-start-guide-kubernetes-nati v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/articles/ubi-faq: content_hash: N/A description: '' @@ -54697,6 +58025,7 @@ https://developers.redhat.com/articles/ubi-faq: v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog: last_checked: 1779388541.70272 status: online @@ -54704,6 +58033,7 @@ https://developers.redhat.com/blog: - '[COMMUNITY-TOOL]' v2_locations: - caching.md + addition_method: manual https://developers.redhat.com/blog/2016/03/09/more-about-docker-images-size: content_hash: N/A description: '' @@ -54719,6 +58049,7 @@ https://developers.redhat.com/blog/2016/03/09/more-about-docker-images-size: v2_locations: - docker.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2017/08/16/troubleshooting-java-applications-on-openshift: content_hash: N/A description: '' @@ -54736,6 +58067,7 @@ https://developers.redhat.com/blog/2017/08/16/troubleshooting-java-applications- - monitoring.md - ocp3.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2017/10/05/jdbc-master-slave-persistence-setup-activemq-using-postgresql-database: ai_summary: Guides system administrators through building a JDBC Master-Slave active/passive high-availability messaging layer in ActiveMQ backed by a PostgreSQL cluster. @@ -54763,6 +58095,7 @@ https://developers.redhat.com/blog/2017/10/05/jdbc-master-slave-persistence-setu v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction: content_hash: N/A description: '' @@ -54778,6 +58111,7 @@ https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-in v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2018/05/30/3scale-api-gateway-policies: content_hash: N/A description: '' @@ -54793,6 +58127,7 @@ https://developers.redhat.com/blog/2018/05/30/3scale-api-gateway-policies: v2_locations: - developerportals.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2018/06/28/why-kubernetes-is-the-new-application-server: content_hash: N/A description: '' @@ -54808,6 +58143,7 @@ https://developers.redhat.com/blog/2018/06/28/why-kubernetes-is-the-new-applicat v2_locations: - introduction.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2018/08/29/intro-to-podman: content_hash: N/A description: '' @@ -54823,6 +58159,7 @@ https://developers.redhat.com/blog/2018/08/29/intro-to-podman: v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2018/09/24/the-future-of-java-and-openjdk-updates-without-oracle-support: content_hash: N/A description: '' @@ -54839,6 +58176,7 @@ https://developers.redhat.com/blog/2018/09/24/the-future-of-java-and-openjdk-upd v2_locations: - java_frameworks.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2018/09/26/source-versus-binary-s2i-workflows-with-red-hat-openshift-application-runtimes : ai_summary: Delivers technical insight on Source-to-Image (S2I) execution modes, comparing continuous deployment direct from code versus deploying pre-compiled @@ -54865,6 +58203,7 @@ https://developers.redhat.com/blog/2018/09/24/the-future-of-java-and-openjdk-upd v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2018/10/12/securing-net-core-on-openshift-using-https: content_hash: N/A description: '' @@ -54880,6 +58219,7 @@ https://developers.redhat.com/blog/2018/10/12/securing-net-core-on-openshift-usi v2_locations: - ocp3.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2018/11/15/rhel8-introducing-appstreams: last_checked: 1779388644.752583 status: online @@ -54887,6 +58227,7 @@ https://developers.redhat.com/blog/2018/11/15/rhel8-introducing-appstreams: - '[COMMUNITY-TOOL]' v2_locations: - devel-sites.md + addition_method: manual https://developers.redhat.com/blog/2018/11/21/eclipse-microprofile-for-spring-boot-developers: content_hash: N/A description: '' @@ -54902,6 +58243,7 @@ https://developers.redhat.com/blog/2018/11/21/eclipse-microprofile-for-spring-bo v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2018/11/22/automated-performance-testing-kubernetes-openshift: content_hash: N/A description: '' @@ -54918,6 +58260,7 @@ https://developers.redhat.com/blog/2018/11/22/automated-performance-testing-kube v2_locations: - monitoring.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/01/03/leveraging-openshift-or-kubernetes-for-automated-performance-tests-part-2: content_hash: N/A description: '' @@ -54934,6 +58277,7 @@ https://developers.redhat.com/blog/2019/01/03/leveraging-openshift-or-kubernetes v2_locations: - monitoring.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/02/21/podman-and-buildah-for-docker-users: content_hash: N/A description: '' @@ -54951,6 +58295,7 @@ https://developers.redhat.com/blog/2019/02/21/podman-and-buildah-for-docker-user - ocp4.md - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/02/27/sidecars-analyze-debug-network-traffic-kubernetes-pod: content_hash: N/A description: '' @@ -54967,6 +58312,7 @@ https://developers.redhat.com/blog/2019/02/27/sidecars-analyze-debug-network-tra v2_locations: - openshift.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/05/02/get-started-with-jenkins-ci-cd-in-red-hat-openshift-4: ai_summary: 'Curator Insight: A technical guide focused on setting up traditional Jenkins CI/CD servers inside OpenShift 4. @@ -54997,6 +58343,7 @@ https://developers.redhat.com/blog/2019/05/02/get-started-with-jenkins-ci-cd-in- v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/07/08/10-tips-for-reviewing-code-you-dont-like: ai_summary: Provides key strategies and human-centric engineering guidelines for conducting constructive code reviews when encountering architectures or patterns @@ -55024,6 +58371,7 @@ https://developers.redhat.com/blog/2019/07/08/10-tips-for-reviewing-code-you-don v2_locations: - cicd.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/09/05/red-hat-openshift-4-on-your-laptop-introducing-red-hat-codeready-containers: content_hash: N/A description: '' @@ -55039,6 +58387,7 @@ https://developers.redhat.com/blog/2019/09/05/red-hat-openshift-4-on-your-laptop v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/09/09/install-3scale-multitenant-in-7-commands: content_hash: N/A description: '' @@ -55054,6 +58403,7 @@ https://developers.redhat.com/blog/2019/09/09/install-3scale-multitenant-in-7-co v2_locations: - developerportals.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/09/12/jakarta-ee-8-the-new-era-of-java-ee-explained: content_hash: N/A description: '' @@ -55069,6 +58419,7 @@ https://developers.redhat.com/blog/2019/09/12/jakarta-ee-8-the-new-era-of-java-e v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/10/02/autowire-microprofile-into-spring-with-quarkus: content_hash: N/A description: '' @@ -55084,6 +58435,7 @@ https://developers.redhat.com/blog/2019/10/02/autowire-microprofile-into-spring- v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/10/09/what-is-red-hat-universal-base-image: content_hash: N/A description: '' @@ -55099,6 +58451,7 @@ https://developers.redhat.com/blog/2019/10/09/what-is-red-hat-universal-base-ima v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/11/18/how-quarkus-brings-imperative-and-reactive-programming-together: content_hash: N/A description: '' @@ -55115,6 +58468,7 @@ https://developers.redhat.com/blog/2019/11/18/how-quarkus-brings-imperative-and- v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/11/19/decoupling-microservices-with-apache-camel-and-debezium: ai_summary: Explains how to decouple distributed database structures in microservices by employing a combination of Debezium (for Change Data Capture) and Apache Camel @@ -55143,6 +58497,7 @@ https://developers.redhat.com/blog/2019/11/19/decoupling-microservices-with-apac v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/11/27/handling-angular-environments-in-continuous-delivery-with-red-hat-openshift: content_hash: N/A description: '' @@ -55161,6 +58516,7 @@ https://developers.redhat.com/blog/2019/11/27/handling-angular-environments-in-c - ocp3.md - angular.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2019/12/04/understanding-red-hat-amq-streams-components-for-openshift-and-kubernetes-part-1 : ai_summary: Part 1 of an analytical breakdown detailing the components of Red Hat AMQ Streams (built on Strimzi). Explains operators, ZooKeeper configurations, @@ -55189,6 +58545,7 @@ https://developers.redhat.com/blog/2019/11/27/handling-angular-environments-in-c v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2019/12/16/getting-started-with-red-hat-integration-service-registry: ai_summary: An introductory architecture guide describing the capabilities of the Red Hat Integration Service Registry. Reviews standard patterns for managing API @@ -55216,6 +58573,7 @@ https://developers.redhat.com/blog/2019/12/16/getting-started-with-red-hat-integ v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/01/01/skupper-io-let-your-services-communicate-across-kubernetes-clusters: content_hash: N/A description: '' @@ -55232,6 +58590,7 @@ https://developers.redhat.com/blog/2020/01/01/skupper-io-let-your-services-commu v2_locations: - openshift.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/01/09debugging-applications-within-red-hat-openshift-containers: health_score: 100.0 last_checked: 1779130494.950861 @@ -55241,6 +58600,7 @@ https://developers.redhat.com/blog/2020/01/09debugging-applications-within-red-h - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://developers.redhat.com/blog/2020/01/15installing-debugging-tools-into-a-red-hat-openshift-container-with-oc-inject: content_hash: N/A description: '' @@ -55256,6 +58616,7 @@ https://developers.redhat.com/blog/2020/01/15installing-debugging-tools-into-a-r v2_locations: - ocp3.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/01/22/operator-pattern-rest-api-for-kubernetes-and-red-hat-openshift: content_hash: N/A description: '' @@ -55272,6 +58633,7 @@ https://developers.redhat.com/blog/2020/01/22/operator-pattern-rest-api-for-kube v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/02/05/customizing-openshift-project-creation: content_hash: N/A description: '' @@ -55287,6 +58649,7 @@ https://developers.redhat.com/blog/2020/02/05/customizing-openshift-project-crea v2_locations: - ocp3.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/02/13/openshift-actions-deploy-to-red-hat-openshift-directly-from-your-github-repository : ai_summary: Detailed instructional guide describing the integration of GitHub Actions runners with OpenShift API end-points. Facilitates smooth continuous deployment @@ -55314,6 +58677,7 @@ https://developers.redhat.com/blog/2020/02/05/customizing-openshift-project-crea v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/02/14/using-secrets-in-apache-kafka-connect-configuration: ai_summary: 'Curator Insight: Security patterns for avoiding plain-text secrets inside Kafka Connect configurations. Live Grounding: Outlines setting up native @@ -55342,6 +58706,7 @@ https://developers.redhat.com/blog/2020/02/14/using-secrets-in-apache-kafka-conn v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/03/19/testing-memory-based-horizontal-pod-autoscaling-on-openshift: content_hash: N/A description: '' @@ -55358,6 +58723,7 @@ https://developers.redhat.com/blog/2020/03/19/testing-memory-based-horizontal-po v2_locations: - ocp3.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/03/24/red-hat-universal-base-images-for-docker-users: content_hash: N/A description: '' @@ -55373,6 +58739,7 @@ https://developers.redhat.com/blog/2020/03/24/red-hat-universal-base-images-for- v2_locations: - docker.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/03/25/low-code-microservices-orchestration-with-syndesis: ai_summary: Detailed demonstration of leveraging Syndesis for visual, low-code orchestration of enterprise microservices. It highlights quick deployment cycles, declarative @@ -55400,6 +58767,7 @@ https://developers.redhat.com/blog/2020/03/25/low-code-microservices-orchestrati v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/04/01/set-up-red-hat-amq-streams-custom-certificates-on-openshift-update: ai_summary: Demonstrates replacing auto-generated certificates with custom enterprise CA certs to implement secured TLS and mTLS configurations inside Strimzi-managed @@ -55427,6 +58795,7 @@ https://developers.redhat.com/blog/2020/04/01/set-up-red-hat-amq-streams-custom- v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/04/08/why-kubernetes-native-instead-of-cloud-native: ai_summary: 'Curator Insight: Highlights the distinction between applications run on cloud infrastructure and systems designed specifically to leverage native Kubernetes @@ -55454,6 +58823,7 @@ https://developers.redhat.com/blog/2020/04/08/why-kubernetes-native-instead-of-c v2_locations: - faq.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/04/10/migrating-a-spring-boot-microservices-application-to-quarkus: content_hash: N/A description: '' @@ -55470,6 +58840,7 @@ https://developers.redhat.com/blog/2020/04/10/migrating-a-spring-boot-microservi v2_locations: - java_frameworks.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/04/13/red-hat-data-grid-8-0-brings-new-server-architecture-improved-rest-api-and-more : content_hash: N/A description: '' @@ -55486,6 +58857,7 @@ https://developers.redhat.com/blog/2020/04/10/migrating-a-spring-boot-microservi v2_locations: - caching.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/04/14/capture-database-changes-with-debezium-apache-kafka-connectors: ai_summary: A hands-on manual detailing the implementation of Debezium to safely convert relational database modifications into real-time Kafka event feeds. Outlines @@ -55513,6 +58885,7 @@ https://developers.redhat.com/blog/2020/04/14/capture-database-changes-with-debe v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/04/24/build-and-deploy-a-serverless-app-with-camel-k-and-red-hat-openshift-serverless-1-5-0-tech-preview : content_hash: N/A description: '' @@ -55529,6 +58902,7 @@ https://developers.redhat.com/blog/2020/04/14/capture-database-changes-with-debe v2_locations: - serverless.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/04/27/building-kubernetes-applications-on-openshift-with-red-hat-marketplace: content_hash: N/A description: '' @@ -55545,6 +58919,7 @@ https://developers.redhat.com/blog/2020/04/27/building-kubernetes-applications-o v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/04/27/modern-web-applications-on-openshift-part-4-openshift-pipelines: ai_summary: 'Curator Insight: Part 4 of a developer series focusing on deployment pipelines for modern JavaScript web applications. @@ -55574,6 +58949,7 @@ https://developers.redhat.com/blog/2020/04/27/modern-web-applications-on-openshi v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/04/30/serverless-applications-made-faster-and-simpler-with-openshift-serverless-ga: content_hash: N/A description: '' @@ -55590,6 +58966,7 @@ https://developers.redhat.com/blog/2020/04/30/serverless-applications-made-faste v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/01/automated-api-testing-for-the-kie-server: content_hash: N/A description: '' @@ -55607,6 +58984,7 @@ https://developers.redhat.com/blog/2020/05/01/automated-api-testing-for-the-kie- - postman.md - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/07/open-data-hub-0-6-brings-component-updates-and-kubeflow-architecture: ai_summary: Highlights components within Open Data Hub v0.6 release, evaluating the integrated Kubeflow-aligned architectural updates for containerized machine @@ -55634,6 +59012,7 @@ https://developers.redhat.com/blog/2020/05/07/open-data-hub-0-6-brings-component v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/11/top-10-must-know-kubernetes-design-patterns: content_hash: N/A description: '' @@ -55649,6 +59028,7 @@ https://developers.redhat.com/blog/2020/05/11/top-10-must-know-kubernetes-design v2_locations: - kubernetes.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/12/six-reasons-to-love-camel-k: ai_summary: Outlines six key architectural advantages of Camel K, including fast deployment loops, native Quarkus optimization, low memory footprints, and serverless @@ -55677,6 +59057,7 @@ https://developers.redhat.com/blog/2020/05/12/six-reasons-to-love-camel-k: v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/15/change-data-capture-for-microservices-without-writing-any-code: ai_summary: Walkthrough detailing how to set up out-of-the-box Change Data Capture architectures using Debezium without custom application-level code. It demonstrates @@ -55706,6 +59087,7 @@ https://developers.redhat.com/blog/2020/05/15/change-data-capture-for-microservi v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/18/deploy-and-bind-enterprise-grade-microservices-with-kubernetes-operators: content_hash: N/A description: '' @@ -55721,6 +59103,7 @@ https://developers.redhat.com/blog/2020/05/18/deploy-and-bind-enterprise-grade-m v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/19/extending-kafka-connectivity-with-apache-camel-kafka-connectors: ai_summary: Outlines how the Camel Kafka Connector framework allows developers to utilize Camel's extensive component suite as standard Kafka Connect sources or @@ -55750,6 +59133,7 @@ https://developers.redhat.com/blog/2020/05/19/extending-kafka-connectivity-with- v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/20/getting-started-with-the-fabric8-kubernetes-java-client: ai_summary: Technical introduction to utilizing the Fabric8 Kubernetes Java Client SDK. Details how to perform CRUD operations on Kubernetes APIs, deploy custom @@ -55779,6 +59163,7 @@ https://developers.redhat.com/blog/2020/05/20/getting-started-with-the-fabric8-k - openshift-pipelines.md - kubernetes-client-libraries.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/26/build-a-go-application-using-openshift-pipelines: content_hash: N/A description: '' @@ -55794,6 +59179,7 @@ https://developers.redhat.com/blog/2020/05/26/build-a-go-application-using-opens v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/28/how-the-fabric8-maven-plug-in-deploys-java-applications-to-openshift: content_hash: N/A description: '' @@ -55809,6 +59195,7 @@ https://developers.redhat.com/blog/2020/05/28/how-the-fabric8-maven-plug-in-depl v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/05/28/quarkus-a-kubernetes-native-java-runtime-now-fully-supported-by-red-hat: content_hash: N/A description: '' @@ -55824,6 +59211,7 @@ https://developers.redhat.com/blog/2020/05/28/quarkus-a-kubernetes-native-java-r v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/02/how-the-fabric8-maven-plug-in-deploys-java-applications-to-openshift: ai_summary: Technical blog demonstrating how the legacy Fabric8 Maven plugin simplifies deployment of enterprise Java applications to Red Hat OpenShift. Discusses internal @@ -55852,6 +59240,7 @@ https://developers.redhat.com/blog/2020/06/02/how-the-fabric8-maven-plug-in-depl v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/04/an-easier-way-to-create-custom-jenkins-containers: ai_summary: Explains streamlined procedures for producing custom, secure Jenkins container images for deployment. Focuses on minimizing layers, loading plug-ins @@ -55880,6 +59269,7 @@ https://developers.redhat.com/blog/2020/06/04/an-easier-way-to-create-custom-jen - openshift-pipelines.md - demos.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/06/04/the-road-to-quarkus-ga-completing-the-first-supported-kubernetes-native-java-stack : content_hash: N/A description: '' @@ -55896,6 +59286,7 @@ https://developers.redhat.com/blog/2020/06/04/an-easier-way-to-create-custom-jen v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/12/event-streaming-and-data-federation-a-citizen-integrators-story: ai_summary: Examines low-code patterns for connecting real-time streaming architectures with legacy enterprise databases. Explains how federation tools bridge information @@ -55922,6 +59313,7 @@ https://developers.redhat.com/blog/2020/06/12/event-streaming-and-data-federatio v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/12/how-to-install-codeready-workspaces-in-a-restricted-openshift-4-environment: content_hash: N/A description: '' @@ -55938,6 +59330,7 @@ https://developers.redhat.com/blog/2020/06/12/how-to-install-codeready-workspace v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/16/enterprise-kubernetes-development-with-odo-the-cli-tool-for-developers: ai_summary: Introduces the 'odo' command-line application to software engineers targeting Kubernetes clusters. Details workflow optimizations, container build @@ -55965,6 +59358,7 @@ https://developers.redhat.com/blog/2020/06/16/enterprise-kubernetes-development- v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/17/red-hat-jboss-enterprise-application-platform-expansion-pack-1-0-released: content_hash: N/A description: '' @@ -55983,6 +59377,7 @@ https://developers.redhat.com/blog/2020/06/17/red-hat-jboss-enterprise-applicati - demos.md - java_app_servers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/17/support-for-graphql-with-open-liberty-20-0-0-6: content_hash: N/A description: '' @@ -55998,6 +59393,7 @@ https://developers.redhat.com/blog/2020/06/17/support-for-graphql-with-open-libe v2_locations: - ibm_cloud.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/06/19/develop-and-test-a-quarkus-client-on-red-hat-codeready-containers-with-red-hat-data-grid-8-0 : content_hash: N/A description: '' @@ -56014,6 +59410,7 @@ https://developers.redhat.com/blog/2020/06/17/support-for-graphql-with-open-libe v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/22/a-development-roadmap-for-open-data-hub: ai_summary: A development roadmap overview outlining core development visions and tooling tracks designed for the Open Data Hub analytics platform. @@ -56040,6 +59437,7 @@ https://developers.redhat.com/blog/2020/06/22/a-development-roadmap-for-open-dat v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/06/30/kourier-a-lightweight-knative-serving-ingress: content_hash: N/A description: '' @@ -56055,6 +59453,7 @@ https://developers.redhat.com/blog/2020/06/30/kourier-a-lightweight-knative-serv v2_locations: - servicemesh.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/07/01/develop-eclipse-microprofile-applications-on-red-hat-jboss-enterprise-application-platform-expansion-pack-1-0-with-red-hat-codeready-workspaces : content_hash: N/A description: '' @@ -56072,6 +59471,7 @@ https://developers.redhat.com/blog/2020/06/30/kourier-a-lightweight-knative-serv v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/07/02/build-a-simple-cloud-native-change-data-capture-pipeline: ai_summary: Illustrates how to engineer a low-latency, cloud-native CDC pipeline utilizing Debezium connectors alongside open database architectures. Explores @@ -56098,6 +59498,7 @@ https://developers.redhat.com/blog/2020/07/02/build-a-simple-cloud-native-change v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/07/20/best-practices-using-health-checks-in-the-openshift-4-5-web-console: content_hash: N/A description: '' @@ -56114,6 +59515,7 @@ https://developers.redhat.com/blog/2020/07/20/best-practices-using-health-checks v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/07/31/choosing-the-right-asynchronous-messaging-infrastructure-for-the-job: ai_summary: Lays out a decision framework for choosing between broker-based messaging (e.g., AMQP, ActiveMQ), event-streaming (e.g., Apache Kafka), and cloud-native @@ -56144,6 +59546,7 @@ https://developers.redhat.com/blog/2020/07/31/choosing-the-right-asynchronous-me v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/03/authorizing-multi-language-microservices-with-louketo-proxy: ai_summary: A legacy deep dive outlining multi-language microservices authorization using Louketo Proxy (formerly Gatekeeper). As Louketo Proxy has been archived @@ -56171,6 +59574,7 @@ https://developers.redhat.com/blog/2020/08/03/authorizing-multi-language-microse v2_locations: - devsecops.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/04/http-based-kafka-messaging-with-red-hat-amq-streams: ai_summary: An architectural guide detailing how to use the HTTP Bridge component inside AMQ Streams. Allows web and legacy application services to publish and @@ -56200,6 +59604,7 @@ https://developers.redhat.com/blog/2020/08/04/http-based-kafka-messaging-with-re - message-queue.md - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/05/monitoring-net-core-applications-on-kubernetes: content_hash: N/A description: '' @@ -56215,6 +59620,7 @@ https://developers.redhat.com/blog/2020/08/05/monitoring-net-core-applications-o v2_locations: - monitoring.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/07/a-deep-dive-into-keycloak: ai_summary: A thorough engineering deep-dive on Keycloak’s architecture, configuration, and extensibility. The article walks through key concepts including realms, clients, @@ -56241,6 +59647,7 @@ https://developers.redhat.com/blog/2020/08/07/a-deep-dive-into-keycloak: v2_locations: - devsecops.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/14/introduction-to-strimzi-apache-kafka-on-kubernetes-kubecon-europe-2020: ai_summary: 'Curator Insight: Detailed breakdown of the Strimzi operator architectural internals from KubeCon. Live Grounding: Evaluates how the operator automates bootstrap, @@ -56269,6 +59676,7 @@ https://developers.redhat.com/blog/2020/08/14/introduction-to-strimzi-apache-kaf v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/14/openshift-for-kubernetes-developers-getting-started: content_hash: N/A description: '' @@ -56285,6 +59693,7 @@ https://developers.redhat.com/blog/2020/08/14/openshift-for-kubernetes-developer v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/21/hello-world-tutorial-with-kubernetes-operators: content_hash: N/A description: '' @@ -56300,6 +59709,7 @@ https://developers.redhat.com/blog/2020/08/21/hello-world-tutorial-with-kubernet v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/24/java-development-on-top-of-kubernetes-using-eclipse-jkube: ai_summary: Exploring developer loop workflows utilizing Eclipse JKube to build, deploy, and debug Java applications in real-time inside a local or remote Kubernetes @@ -56332,6 +59742,7 @@ https://developers.redhat.com/blog/2020/08/24/java-development-on-top-of-kuberne - kubernetes-client-libraries.md - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/25/get-started-with-jdk-flight-recorder-in-openjdk-8u: ai_summary: Outlines configuring and analyzing OpenJDK 8u runtime events utilizing JDK Flight Recorder (JFR) and Mission Control. Essential for debugging containerized @@ -56359,6 +59770,7 @@ https://developers.redhat.com/blog/2020/08/25/get-started-with-jdk-flight-record v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/08/26/connecting-external-clients-to-red-hat-amq-broker-on-red-hat-openshift: ai_summary: A walkthrough explaining how to securely configure ingress and network protocols to route client applications external to OpenShift directly into containerized @@ -56387,6 +59799,7 @@ https://developers.redhat.com/blog/2020/08/26/connecting-external-clients-to-red v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/03/introduction-to-tekton-and-argo-cd-for-multicluster-development: content_hash: N/A description: '' @@ -56403,6 +59816,7 @@ https://developers.redhat.com/blog/2020/09/03/introduction-to-tekton-and-argo-cd v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/03/the-present-and-future-of-ci-cd-with-gitops-on-red-hat-openshift: ai_summary: Analyzes the convergence of OpenShift Pipelines (Tekton-based) and OpenShift GitOps (Argo CD-based) to deliver unified, declarative software delivery. Discusses @@ -56431,6 +59845,7 @@ https://developers.redhat.com/blog/2020/09/03/the-present-and-future-of-ci-cd-wi v2_locations: - cicd.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/09/04/migrate-your-java-apps-to-containers-with-migration-toolkit-for-applications-5-0 : content_hash: N/A description: '' @@ -56447,6 +59862,7 @@ https://developers.redhat.com/blog/2020/09/03/the-present-and-future-of-ci-cd-wi v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/09/cloud-native-java-applications-made-easy-eclipse-jkube-1-0-0-now-available: ai_summary: Launch announcement of Eclipse JKube 1.0.0 detailing its design philosophy, architectural decoupling from old Fabric8 dependencies, and its seamless integration @@ -56477,6 +59893,7 @@ https://developers.redhat.com/blog/2020/09/09/cloud-native-java-applications-mad - maven-gradle.md - kubernetes-client-libraries.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/09/09/install-red-hat-openshift-operators-on-your-laptop-using-red-hat-codeready-containers-and-red-hat-marketplace : content_hash: N/A description: '' @@ -56493,6 +59910,7 @@ https://developers.redhat.com/blog/2020/09/09/cloud-native-java-applications-mad v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/10/from-code-to-production-with-openshift-pipelines-and-argo-cd: content_hash: N/A description: '' @@ -56509,6 +59927,7 @@ https://developers.redhat.com/blog/2020/09/10/from-code-to-production-with-opens v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/11/5-tips-for-developing-kubernetes-operators-with-the-new-operator-sdk: content_hash: N/A description: '' @@ -56525,6 +59944,7 @@ https://developers.redhat.com/blog/2020/09/11/5-tips-for-developing-kubernetes-o v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/11/quarkus-and-jakarta-ee-together-or-not: content_hash: N/A description: '' @@ -56540,6 +59960,7 @@ https://developers.redhat.com/blog/2020/09/11/quarkus-and-jakarta-ee-together-or v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/21/migrating-from-fabric8-maven-plugin-to-eclipse-jkube-1-0-0: ai_summary: Step-by-step technical guide highlighting the namespace transitions, configuration changes, and structural refactoring required when migrating legacy @@ -56570,6 +59991,7 @@ https://developers.redhat.com/blog/2020/09/21/migrating-from-fabric8-maven-plugi - maven-gradle.md - kubernetes-client-libraries.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/24/set-up-continuous-integration-for-net-core-with-openshift-pipelines: content_hash: N/A description: '' @@ -56585,6 +60007,7 @@ https://developers.redhat.com/blog/2020/09/24/set-up-continuous-integration-for- v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/25/rootless-containers-with-podman-the-basics: content_hash: N/A description: '' @@ -56600,6 +60023,7 @@ https://developers.redhat.com/blog/2020/09/25/rootless-containers-with-podman-th v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/09/28/build-a-data-streaming-pipeline-using-kafka-streams-and-quarkus: ai_summary: Demonstrates the construction of microsecond-responsive streams using the Kafka Streams API paired with Quarkus. Explores native execution compilation @@ -56626,6 +60050,7 @@ https://developers.redhat.com/blog/2020/09/28/build-a-data-streaming-pipeline-us v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/10/01/building-modern-ci-cd-workflows-for-serverless-applications-with-red-hat-openshift-pipelines-and-argo-cd-part-1 : content_hash: N/A description: '' @@ -56642,6 +60067,7 @@ https://developers.redhat.com/blog/2020/09/28/build-a-data-streaming-pipeline-us v2_locations: - demos.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/10/01/command-line-cluster-management-with-red-hat-openshifts-new-web-terminal-tech-preview : content_hash: N/A description: '' @@ -56658,6 +60084,7 @@ https://developers.redhat.com/blog/2020/09/28/build-a-data-streaming-pipeline-us v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/10/06/kubernetes-integration-and-more-in-odo-2-0: ai_summary: Discusses major enhancements in 'odo 2.0', highlighting strict Devfile standards support and the capability to deploy to arbitrary Kubernetes engines @@ -56684,6 +60111,7 @@ https://developers.redhat.com/blog/2020/10/06/kubernetes-integration-and-more-in v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/10/09/static-analysis-with-kubeaudit-for-red-hat-openshift: content_hash: N/A description: '' @@ -56699,6 +60127,7 @@ https://developers.redhat.com/blog/2020/10/09/static-analysis-with-kubeaudit-for v2_locations: - testops.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/10/14/building-modern-ci-cd-workflows-for-serverless-applications-with-red-hat-openshift-pipelines-and-argo-cd-part-2 : content_hash: N/A description: '' @@ -56710,6 +60139,7 @@ https://developers.redhat.com/blog/2020/10/09/static-analysis-with-kubeaudit-for v1_locations: - docs/demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/10/15/checkpointing-java-from-outside-of-java: ai_summary: Introduces techniques to checkpoint running Java processes from the OS level using CRIU. Essential groundwork for achieving instant-start capabilities @@ -56737,6 +60167,7 @@ https://developers.redhat.com/blog/2020/10/15/checkpointing-java-from-outside-of v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/10/22/persistent-storage-in-action-understanding-red-hat-openshifts-persistent-volume-framework : content_hash: N/A description: '' @@ -56755,6 +60186,7 @@ https://developers.redhat.com/blog/2020/10/15/checkpointing-java-from-outside-of - kubernetes-storage.md - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/10/29/collect-jdk-flight-recorder-events-at-runtime-with-jmc-agent: ai_summary: Demonstrates using the JDK Mission Control (JMC) Agent to dynamically inject JFR events into running JVMs. Enables real-time production diagnostics @@ -56783,6 +60215,7 @@ https://developers.redhat.com/blog/2020/10/29/collect-jdk-flight-recorder-events v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/10/29/new-custom-metrics-and-air-gapped-installation-in-red-hat-3scale-api-management-2-9 : content_hash: N/A description: '' @@ -56799,6 +60232,7 @@ https://developers.redhat.com/blog/2020/10/29/collect-jdk-flight-recorder-events v2_locations: - developerportals.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/10/30/whats-new-in-fabric8-kubernetes-java-client-4-12-0: content_hash: N/A description: '' @@ -56814,6 +60248,7 @@ https://developers.redhat.com/blog/2020/10/30/whats-new-in-fabric8-kubernetes-ja v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/11/16/devfiles-and-kubernetes-cluster-support-in-openshift-connector-0-2-0-extension-for-vs-code : content_hash: N/A description: '' @@ -56830,6 +60265,7 @@ https://developers.redhat.com/blog/2020/10/30/whats-new-in-fabric8-kubernetes-ja v2_locations: - visual-studio.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/11/19/transitioning-from-docker-to-podman: content_hash: N/A description: '' @@ -56845,6 +60281,7 @@ https://developers.redhat.com/blog/2020/11/19/transitioning-from-docker-to-podma v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/11/20/kubectl-developer-tips-for-the-kubernetes-command-line: content_hash: N/A description: '' @@ -56861,6 +60298,7 @@ https://developers.redhat.com/blog/2020/11/20/kubectl-developer-tips-for-the-kub v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/11/24/authentication-and-authorization-using-the-keycloak-rest-api: content_hash: N/A description: '' @@ -56876,6 +60314,7 @@ https://developers.redhat.com/blog/2020/11/24/authentication-and-authorization-u v2_locations: - devsecops.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/11/25/how-to-configure-yaml-schema-to-make-editing-files-easier: ai_summary: Curator Insight shows how to configure IDE and code editors with automated JSON/YAML Schemas. Live Grounding validates that binding schemas to Kubernetes @@ -56906,6 +60345,7 @@ https://developers.redhat.com/blog/2020/11/25/how-to-configure-yaml-schema-to-ma - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2020/11/26/event-driven-distributed-service-orchestration-with-serverless-workflow: content_hash: N/A description: '' @@ -56922,6 +60362,7 @@ https://developers.redhat.com/blog/2020/11/26/event-driven-distributed-service-o v2_locations: - serverless.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2020/12/08/spring-boot-to-quarkus-migrations-and-more-in-red-hats-migration-toolkit-for-applications-5-1-0 : content_hash: N/A description: '' @@ -56938,6 +60379,7 @@ https://developers.redhat.com/blog/2020/11/26/event-driven-distributed-service-o v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/01/08/message-broker-integration-made-simple-with-red-hat-fuse: content_hash: N/A description: '' @@ -56954,6 +60396,7 @@ https://developers.redhat.com/blog/2021/01/08/message-broker-integration-made-si v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/01/11/getting-started-with-buildah: content_hash: N/A description: '' @@ -56969,6 +60412,7 @@ https://developers.redhat.com/blog/2021/01/11/getting-started-with-buildah: v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/01/13/getting-started-with-tekton-and-pipelines: content_hash: N/A description: '' @@ -56984,6 +60428,7 @@ https://developers.redhat.com/blog/2021/01/13/getting-started-with-tekton-and-pi v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/02/08/deploying-kubernetes-operators-with-operator-lifecycle-manager-bundles: content_hash: N/A description: '' @@ -57000,6 +60445,7 @@ https://developers.redhat.com/blog/2021/02/08/deploying-kubernetes-operators-wit v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/02/09/spring-boot-on-quarkus-magic-or-madness: content_hash: N/A description: '' @@ -57015,6 +60461,7 @@ https://developers.redhat.com/blog/2021/02/09/spring-boot-on-quarkus-magic-or-ma v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/02/12/developing-your-own-custom-devfiles-for-odo-2-0: ai_summary: Thorough explanation of structuring, writing, and applying custom Devfiles within the odo ecosystem to mandate unified container development environments @@ -57041,6 +60488,7 @@ https://developers.redhat.com/blog/2021/02/12/developing-your-own-custom-devfile v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/03/03/using-delve-to-debug-go-programs-on-red-hat-enterprise-linux: ai_summary: Explains how to compile, profile, and step-debug Go executables on enterprise Linux environments using Delve. Critical reference for addressing low-level runtime @@ -57069,6 +60517,7 @@ https://developers.redhat.com/blog/2021/03/03/using-delve-to-debug-go-programs-o v2_locations: - golang.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/03/04/making-environment-variables-accessible-in-front-end-containers: content_hash: N/A description: '' @@ -57084,6 +60533,7 @@ https://developers.redhat.com/blog/2021/03/04/making-environment-variables-acces v2_locations: - docker.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2021/03/09/a-guide-to-red-hat-openshift-4-5-installer-provisioned-infrastructure-on-vsphere : content_hash: N/A description: '' @@ -57100,6 +60550,7 @@ https://developers.redhat.com/blog/2021/03/04/making-environment-variables-acces v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/03/09/deploying-node-js-applications-to-kubernetes-with-nodeshift-and-minikube: content_hash: N/A description: '' @@ -57116,6 +60567,7 @@ https://developers.redhat.com/blog/2021/03/09/deploying-node-js-applications-to- v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/03/16/three-ways-to-containerize-net-applications-on-red-hat-openshift: content_hash: N/A description: '' @@ -57132,6 +60584,7 @@ https://developers.redhat.com/blog/2021/03/16/three-ways-to-containerize-net-app v2_locations: - dotnet.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/03/17/using-dekorate-to-generate-kubernetes-manifests-for-java-applications: content_hash: N/A description: '' @@ -57148,6 +60601,7 @@ https://developers.redhat.com/blog/2021/03/17/using-dekorate-to-generate-kuberne v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/03/25/db2-and-oracle-connectors-coming-to-debezium-1-4-ga: ai_summary: A technical release breakdown detailing the production-grade integration of IBM Db2 and Oracle connectors within the Debezium 1.4 ecosystem. It reviews @@ -57176,6 +60630,7 @@ https://developers.redhat.com/blog/2021/03/25/db2-and-oracle-connectors-coming-t v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/02/design-event-driven-integrations-with-kamelets-and-camel-k: ai_summary: Introduces "Kamelets" (Camel Route Snippets), which act as reusable cloud-native integration building blocks. It explains how non-developers or low-code @@ -57205,6 +60660,7 @@ https://developers.redhat.com/blog/2021/04/02/design-event-driven-integrations-w v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/07/deploy-quarkus-everywhere-with-red-hat-enterprise-linux-rhel: content_hash: N/A description: '' @@ -57221,6 +60677,7 @@ https://developers.redhat.com/blog/2021/04/07/deploy-quarkus-everywhere-with-red v2_locations: - java_frameworks.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2021/04/09/containerize-and-deploy-strapi-applications-on-kubernetes-and-red-hat-openshift : content_hash: N/A description: '' @@ -57237,6 +60694,7 @@ https://developers.redhat.com/blog/2021/04/07/deploy-quarkus-everywhere-with-red v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/13/how-to-pick-the-right-container-base-image: content_hash: N/A description: '' @@ -57252,6 +60710,7 @@ https://developers.redhat.com/blog/2021/04/13/how-to-pick-the-right-container-ba v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/16/deploying-the-mosquitto-mqtt-message-broker-on-red-hat-openshift-part-1: ai_summary: A developer-focused walkthrough on deploying Eclipse Mosquitto, an open-source MQTT message broker, onto Red Hat OpenShift. Ideal for scaling lightweight telemetry @@ -57280,6 +60739,7 @@ https://developers.redhat.com/blog/2021/04/16/deploying-the-mosquitto-mqtt-messa v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/20/use-skupper-to-connect-multiple-kubernetes-clusters: content_hash: N/A description: '' @@ -57296,6 +60756,7 @@ https://developers.redhat.com/blog/2021/04/20/use-skupper-to-connect-multiple-ku v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2021/04/22/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool : content_hash: N/A description: '' @@ -57312,6 +60773,7 @@ https://developers.redhat.com/blog/2021/04/20/use-skupper-to-connect-multiple-ku v2_locations: - container-managers.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/26/deploying-the-mosquitto-mqtt-message-broker-on-red-hat-openshift-part-2: content_hash: N/A description: '' @@ -57323,6 +60785,7 @@ https://developers.redhat.com/blog/2021/04/26/deploying-the-mosquitto-mqtt-messa v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/28/kubernetes-configuration-patterns-part-1-patterns-for-kubernetes-primitives: content_hash: N/A description: '' @@ -57339,6 +60802,7 @@ https://developers.redhat.com/blog/2021/04/28/kubernetes-configuration-patterns- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/29/containerize-net-for-red-hat-openshift-use-a-windows-vm-like-a-container: content_hash: N/A description: '' @@ -57355,6 +60819,7 @@ https://developers.redhat.com/blog/2021/04/29/containerize-net-for-red-hat-opens v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/04/29/enhance-application-security-by-rotating-3scale-access-tokens: content_hash: N/A description: '' @@ -57371,6 +60836,7 @@ https://developers.redhat.com/blog/2021/04/29/enhance-application-security-by-ro v2_locations: - developerportals.md year: N/A + addition_method: manual ? https://developers.redhat.com/blog/2021/05/04/event-driven-apis-and-schema-governance-for-apache-kafka-get-ready-for-kafka-summit-europe-2021 : ai_summary: Synthesizes key themes of Kafka Summit Europe 2021, detailing patterns in distributed schema governance, central API catalogs, and microservice integration @@ -57398,6 +60864,7 @@ https://developers.redhat.com/blog/2021/04/29/enhance-application-security-by-ro v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/05/05/building-resilient-event-driven-architectures-with-apache-kafka: ai_summary: 'Curator Insight: A practical guide from Red Hat engineers on building resilient EDA systems using Kafka. Live Grounding: Explains foundational patterns @@ -57426,6 +60893,7 @@ https://developers.redhat.com/blog/2021/05/05/building-resilient-event-driven-ar v2_locations: - message-queue.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/05/05/kubernetes-configuration-patterns-part-2-patterns-for-kubernetes-controllers: content_hash: N/A description: '' @@ -57437,6 +60905,7 @@ https://developers.redhat.com/blog/2021/05/05/kubernetes-configuration-patterns- v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/05/11/building-an-api-using-quarkus-from-the-ground-up: content_hash: N/A description: '' @@ -57452,6 +60921,7 @@ https://developers.redhat.com/blog/2021/05/11/building-an-api-using-quarkus-from v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/blog/2021/05/13/why-should-developers-care-about-gitops: content_hash: N/A description: '' @@ -57467,6 +60937,7 @@ https://developers.redhat.com/blog/2021/05/13/why-should-developers-care-about-g v2_locations: - gitops.md year: N/A + addition_method: manual https://developers.redhat.com/blog/authentication-and-authorization-using-the-keycloak-rest-api: last_checked: 1779388449.272558 status: online @@ -57474,6 +60945,7 @@ https://developers.redhat.com/blog/authentication-and-authorization-using-the-ke - '[COMMUNITY-TOOL]' v2_locations: - devsecops.md + addition_method: manual https://developers.redhat.com/blog/making-environment-variables-accessible-in-front-end-containers: last_checked: 1779388748.631288 status: online @@ -57481,6 +60953,7 @@ https://developers.redhat.com/blog/making-environment-variables-accessible-in-fr - '[COMMUNITY-TOOL]' v2_locations: - docker.md + addition_method: manual https://developers.redhat.com/books/kubernetes-operators: content_hash: N/A description: '' @@ -57495,6 +60968,7 @@ https://developers.redhat.com/books/kubernetes-operators: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://developers.redhat.com/books/red-hat-universal-base-images-ubi: content_hash: N/A description: '' @@ -57505,6 +60979,7 @@ https://developers.redhat.com/books/red-hat-universal-base-images-ubi: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets: last_checked: 1779388612.939602 status: online @@ -57512,6 +60987,7 @@ https://developers.redhat.com/cheat-sheets: - '[COMMUNITY-TOOL]' v2_locations: - openshift-pipelines.md + addition_method: manual https://developers.redhat.com/cheat-sheets/advanced-linux-commands: content_hash: N/A description: '' @@ -57527,6 +61003,7 @@ https://developers.redhat.com/cheat-sheets/advanced-linux-commands: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/bash-shell-cheat-sheet: content_hash: N/A description: '' @@ -57542,6 +61019,7 @@ https://developers.redhat.com/cheat-sheets/bash-shell-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/buildah-cheat-sheet: content_hash: N/A description: '' @@ -57557,6 +61035,7 @@ https://developers.redhat.com/cheat-sheets/buildah-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/containers: content_hash: N/A description: '' @@ -57572,6 +61051,7 @@ https://developers.redhat.com/cheat-sheets/containers: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/debezium-openshift-cheat-sheet: content_hash: N/A description: '' @@ -57587,6 +61067,7 @@ https://developers.redhat.com/cheat-sheets/debezium-openshift-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/intermediate-linux-cheat-sheet: content_hash: N/A description: '' @@ -57601,6 +61082,7 @@ https://developers.redhat.com/cheat-sheets/intermediate-linux-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/intermediate-linux-commands-cheat-sheet: last_checked: 1779388624.064413 status: online @@ -57608,6 +61090,7 @@ https://developers.redhat.com/cheat-sheets/intermediate-linux-commands-cheat-she - '[COMMUNITY-TOOL]' v2_locations: - cheatsheets.md + addition_method: manual https://developers.redhat.com/cheat-sheets/kubernetes: content_hash: N/A description: '' @@ -57623,6 +61106,7 @@ https://developers.redhat.com/cheat-sheets/kubernetes: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/linux-commands-cheat-sheet: ai_summary: A high-density reference cheat-sheet targeted specifically at application developers transitioning to backend hosting environments. It offers critical command @@ -57649,6 +61133,7 @@ https://developers.redhat.com/cheat-sheets/linux-commands-cheat-sheet: v2_locations: - linux.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/microprofile-jwt: content_hash: N/A description: '' @@ -57664,6 +61149,7 @@ https://developers.redhat.com/cheat-sheets/microprofile-jwt: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/microprofile-rest-client: content_hash: N/A description: '' @@ -57679,6 +61165,7 @@ https://developers.redhat.com/cheat-sheets/microprofile-rest-client: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/nodejs-cheat-sheet: content_hash: N/A description: '' @@ -57694,6 +61181,7 @@ https://developers.redhat.com/cheat-sheets/nodejs-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/odo-cheat-sheet: content_hash: N/A description: '' @@ -57708,6 +61196,7 @@ https://developers.redhat.com/cheat-sheets/odo-cheat-sheet: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/red-hat-openshift-container-platform: content_hash: N/A description: '' @@ -57723,6 +61212,7 @@ https://developers.redhat.com/cheat-sheets/red-hat-openshift-container-platform: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheets/writing-kubernetes-operator-java: content_hash: N/A description: '' @@ -57741,6 +61231,7 @@ https://developers.redhat.com/cheat-sheets/writing-kubernetes-operator-java: - cheatsheets.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://developers.redhat.com/cheat-sheetsgit: content_hash: N/A description: '' @@ -57755,6 +61246,7 @@ https://developers.redhat.com/cheat-sheetsgit: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/cheatsheets: content_hash: N/A description: '' @@ -57769,6 +61261,7 @@ https://developers.redhat.com/cheatsheets: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/courses/openshift: content_hash: N/A description: '' @@ -57784,6 +61277,7 @@ https://developers.redhat.com/courses/openshift: v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/developer-sandbox: content_hash: N/A description: '' @@ -57803,6 +61297,7 @@ https://developers.redhat.com/developer-sandbox: - demos.md - openshift.md year: N/A + addition_method: manual ? https://developers.redhat.com/developer-sandbox/activities/deploying-full-stack-javascript-applications-to-the-sandbox/part1 : content_hash: N/A description: '' @@ -57819,6 +61314,7 @@ https://developers.redhat.com/developer-sandbox: v2_locations: - demos.md year: N/A + addition_method: manual ? https://developers.redhat.com/developer-sandbox/activities/how-to-manage-microservices-using-openshift-dev-spaces-and-jkube : content_hash: N/A description: '' @@ -57834,6 +61330,7 @@ https://developers.redhat.com/developer-sandbox: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://developers.redhat.com/developer-sandbox/activities/run-the-canary-deployment-pattern-on-kubernetes: content_hash: N/A description: '' @@ -57849,6 +61346,7 @@ https://developers.redhat.com/developer-sandbox/activities/run-the-canary-deploy v2_locations: - kubernetes.md year: N/A + addition_method: manual https://developers.redhat.com/developer-sandbox/get-started: content_hash: N/A description: '' @@ -57863,6 +61361,7 @@ https://developers.redhat.com/developer-sandbox/get-started: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://developers.redhat.com/developer-sandbox/how-to-deploy-java-application-in-kubernetes: content_hash: N/A description: '' @@ -57878,6 +61377,7 @@ https://developers.redhat.com/developer-sandbox/how-to-deploy-java-application-i v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/devnation/tech-talks/10-kubernetes-tools: content_hash: N/A description: '' @@ -57889,6 +61389,7 @@ https://developers.redhat.com/devnation/tech-talks/10-kubernetes-tools: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://developers.redhat.com/e-books: last_checked: 1779388623.331008 status: online @@ -57896,6 +61397,7 @@ https://developers.redhat.com/e-books: - '[COMMUNITY-TOOL]' v2_locations: - cheatsheets.md + addition_method: manual https://developers.redhat.com/e-books/kubernetes-operators: last_checked: 1779388708.813323 status: online @@ -57903,6 +61405,7 @@ https://developers.redhat.com/e-books/kubernetes-operators: - '[COMMUNITY-TOOL]' v2_locations: - kubernetes.md + addition_method: manual https://developers.redhat.com/ebooks: content_hash: N/A description: '' @@ -57917,6 +61420,7 @@ https://developers.redhat.com/ebooks: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/learn: last_checked: 1779388728.275748 status: online @@ -57924,6 +61428,7 @@ https://developers.redhat.com/learn: - '[COMMUNITY-TOOL]' v2_locations: - elearning.md + addition_method: manual https://developers.redhat.com/learn/openshift: last_checked: 1779388875.086731 status: online @@ -57931,6 +61436,7 @@ https://developers.redhat.com/learn/openshift: - '[COMMUNITY-TOOL]' v2_locations: - demos.md + addition_method: manual https://developers.redhat.com/learn/openshift/foundations-openshift: last_checked: 1779388577.714661 status: online @@ -57938,6 +61444,7 @@ https://developers.redhat.com/learn/openshift/foundations-openshift: - '[COMMUNITY-TOOL]' v2_locations: - ocp3.md + addition_method: manual https://developers.redhat.com/learn/openshift/how-deploy-full-stack-javascript-applications-openshift: last_checked: 1779388801.645952 status: online @@ -57945,6 +61452,7 @@ https://developers.redhat.com/learn/openshift/how-deploy-full-stack-javascript-a - '[COMMUNITY-TOOL]' v2_locations: - demos.md + addition_method: manual https://developers.redhat.com/learn/openshift/how-manage-microservices-using-openshift-dev-spaces-and-jkube: last_checked: 1779388861.978125 status: online @@ -57952,6 +61460,7 @@ https://developers.redhat.com/learn/openshift/how-manage-microservices-using-ope - '[COMMUNITY-TOOL]' v2_locations: - kubernetes-client-libraries.md + addition_method: manual https://developers.redhat.com/learn/openshift/run-canary-deployment-pattern-kubernetes: last_checked: 1779388686.814635 status: online @@ -57959,6 +61468,7 @@ https://developers.redhat.com/learn/openshift/run-canary-deployment-pattern-kube - '[COMMUNITY-TOOL]' v2_locations: - kubernetes.md + addition_method: manual https://developers.redhat.com/openshift-commons/Operator-Lifecycle-Management: content_hash: N/A description: '' @@ -57970,6 +61480,7 @@ https://developers.redhat.com/openshift-commons/Operator-Lifecycle-Management: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/products/amq/overview: content_hash: N/A description: '' @@ -57986,6 +61497,7 @@ https://developers.redhat.com/products/amq/overview: - message-queue.md - prometheus.md year: N/A + addition_method: manual https://developers.redhat.com/products/cdk/overview: content_hash: N/A description: '' @@ -58002,6 +61514,7 @@ https://developers.redhat.com/products/cdk/overview: - ocp4.md - openshift.md year: N/A + addition_method: manual https://developers.redhat.com/products/datagrid/overview: content_hash: N/A description: '' @@ -58016,6 +61529,7 @@ https://developers.redhat.com/products/datagrid/overview: v2_locations: - caching.md year: N/A + addition_method: manual https://developers.redhat.com/products/developertoolset/overview: content_hash: N/A description: '' @@ -58030,6 +61544,7 @@ https://developers.redhat.com/products/developertoolset/overview: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://developers.redhat.com/products/eap: last_checked: 1779388875.790371 status: online @@ -58037,6 +61552,7 @@ https://developers.redhat.com/products/eap: - '[COMMUNITY-TOOL]' v2_locations: - java_app_servers.md + addition_method: manual https://developers.redhat.com/products/eap/overview: content_hash: N/A description: '' @@ -58051,6 +61567,7 @@ https://developers.redhat.com/products/eap/overview: v2_locations: - java_app_servers.md year: N/A + addition_method: manual https://developers.redhat.com/products/mta: last_checked: 1779388567.936815 status: online @@ -58058,6 +61575,7 @@ https://developers.redhat.com/products/mta: - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://developers.redhat.com/products/mta/getting-started: content_hash: N/A description: '' @@ -58073,6 +61591,7 @@ https://developers.redhat.com/products/mta/getting-started: v2_locations: - demos.md year: N/A + addition_method: manual https://developers.redhat.com/products/mta/overview: content_hash: N/A description: '' @@ -58087,6 +61606,7 @@ https://developers.redhat.com/products/mta/overview: v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/products/openjdk/download: content_hash: N/A description: '' @@ -58102,6 +61622,7 @@ https://developers.redhat.com/products/openjdk/download: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://developers.redhat.com/products/red-hat-data-grid: last_checked: 1779388543.504617 status: online @@ -58109,6 +61630,7 @@ https://developers.redhat.com/products/red-hat-data-grid: - '[COMMUNITY-TOOL]' v2_locations: - caching.md + addition_method: manual https://developers.redhat.com/products/red-hat-developer-toolset: last_checked: 1779388644.066597 status: online @@ -58116,6 +61638,7 @@ https://developers.redhat.com/products/red-hat-developer-toolset: - '[COMMUNITY-TOOL]' v2_locations: - devel-sites.md + addition_method: manual https://developers.redhat.com/products/rhel: last_checked: 1779388728.481625 status: online @@ -58123,6 +61646,7 @@ https://developers.redhat.com/products/rhel: - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://developers.redhat.com/products/softwarecollections/overview: content_hash: N/A description: '' @@ -58137,6 +61661,7 @@ https://developers.redhat.com/products/softwarecollections/overview: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://developers.redhat.com/products/streams-for-apache-kafka: last_checked: 1779388373.375313 status: online @@ -58144,6 +61669,7 @@ https://developers.redhat.com/products/streams-for-apache-kafka: - '[COMMUNITY-TOOL]' v2_locations: - message-queue.md + addition_method: manual https://developers.redhat.com/promotions/docker-cheatsheet: content_hash: N/A description: '' @@ -58158,6 +61684,7 @@ https://developers.redhat.com/promotions/docker-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://developers.redhat.com/topics: last_checked: 1779388817.61652 status: online @@ -58165,6 +61692,7 @@ https://developers.redhat.com/topics: - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://developers.redhat.com/topics/enterprise-java: content_hash: N/A health_score: 100.0 @@ -58172,6 +61700,7 @@ https://developers.redhat.com/topics/enterprise-java: v1_locations: - docs/demos.md - docs/java_app_servers.md + addition_method: manual https://developers.redhat.com/topics/kubernetes: content_hash: N/A description: '' @@ -58187,6 +61716,7 @@ https://developers.redhat.com/topics/kubernetes: v2_locations: - ocp4.md year: N/A + addition_method: manual https://developers.redhat.com/topics/python: content_hash: N/A description: '' @@ -58203,6 +61733,7 @@ https://developers.redhat.com/topics/python: v2_locations: - python.md year: N/A + addition_method: manual https://developers.redhat.com/topics/serverless-architecture: content_hash: N/A description: '' @@ -58219,6 +61750,7 @@ https://developers.redhat.com/topics/serverless-architecture: - ocp4.md - serverless.md year: N/A + addition_method: manual https://developers.redhat.com/topics/service-mesh: ai_summary: An enterprise guide from Red Hat analyzing how to integrate and secure microservice platforms on OpenShift using Istio Service Mesh configurations. @@ -58244,6 +61776,7 @@ https://developers.redhat.com/topics/service-mesh: v2_locations: - istio.md year: N/A + addition_method: manual https://developers.soundcloud.com/blog/service-architecture-1: content_hash: 4545d4e9d8c29ea81d100e9877f472bceef0c295102694cae9a4fb8fd1fd2b49 description: '' @@ -58261,6 +61794,7 @@ https://developers.soundcloud.com/blog/service-architecture-1: v2_locations: - introduction.md year: N/A + addition_method: manual https://develosapiens.wordpress.com/2015/05/08/playing-with-gradle: ai_summary: A historic blog post exploring early Gradle configurations and setup. Kept strictly for archive reference, as modern Gradle projects use much newer @@ -58289,6 +61823,7 @@ https://develosapiens.wordpress.com/2015/05/08/playing-with-gradle: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://devhints.io/go: ai_summary: Curator Insight highlights a concise, single-page reference sheet covering Go syntax, control flow, channels, and basic standard library interfaces. Live @@ -58319,6 +61854,7 @@ https://devhints.io/go: - golang.md - cheatsheets.md year: N/A + addition_method: manual https://devineer.medium.com/get-to-grips-with-kubernetes-volumes-a-practical-tutorial-c41853c64f02: content_hash: N/A description: '' @@ -58333,6 +61869,7 @@ https://devineer.medium.com/get-to-grips-with-kubernetes-volumes-a-practical-tut v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://devineer.medium.com/kubernetes-services-explained-22b4dd11de02: content_hash: N/A description: '' @@ -58347,6 +61884,7 @@ https://devineer.medium.com/kubernetes-services-explained-22b4dd11de02: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devlibrary.withgoogle.com: content_hash: fd176b1080cd3a1372c3217319f287f4140a6a8880b68f2a6ec52d73ab8e1a44 description: '' @@ -58363,6 +61901,7 @@ https://devlibrary.withgoogle.com: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://devm.io/blog: content_hash: af0e579b8af82e70a440f6560e36d407b0d317671fa59aa850bdb99cd960ac1b health_score: 100.0 @@ -58377,6 +61916,7 @@ https://devm.io/blog: v2_locations: - java_frameworks.md - grafana.md + addition_method: manual https://devm.io/kubernetes/kubernetes-bigger-173675: content_hash: e8c11eee0bd9a18ca66242549eddb506d8ac07336853cfdef4914ca4dd2f3c92 health_score: 100.0 @@ -58389,6 +61929,7 @@ https://devm.io/kubernetes/kubernetes-bigger-173675: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://devm.io/kubernetes/kubernetes-extensions-172215: content_hash: ad77ee5635778fad9f340027e39f39ff91c2a5661d19805d21dbf84d2c5bade0 health_score: 100.0 @@ -58401,6 +61942,7 @@ https://devm.io/kubernetes/kubernetes-extensions-172215: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://devm.io/kubernetes/kubernetes-practical-implications-171647: content_hash: 02c65f76a0e4649fbd83c6d263520f4ae8fa52963108926c9df3b652755c1212 health_score: 100.0 @@ -58413,6 +61955,7 @@ https://devm.io/kubernetes/kubernetes-practical-implications-171647: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://devm.io/microservices/cicd-microservices-docker-162408: content_hash: c3619f230dddc840b5f49829a010f655ecc8c8fa7bb3da5d42e176ed1de7eff2 health_score: 100.0 @@ -58427,6 +61970,7 @@ https://devm.io/microservices/cicd-microservices-docker-162408: v2_locations: - jenkins.md - java_frameworks.md + addition_method: manual https://devops.cisel.ch/kubernetes-operational-tools-you-must-try: content_hash: N/A description: '' @@ -58441,6 +61985,7 @@ https://devops.cisel.ch/kubernetes-operational-tools-you-must-try: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://devops.com: content_hash: 03b7cb30dedc74c3c501faff495377273ca7a5e8255da0318264d2cfa1fece73 description: '' @@ -58457,6 +62002,7 @@ https://devops.com: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/11-open-source-devops-tools-we-love-for-2021: ai_summary: Informative industry aggregation focusing on core open source DevOps offerings that matured during the 2021 cloud-native push, highlighting utilities @@ -58483,6 +62029,7 @@ https://devops.com/11-open-source-devops-tools-we-love-for-2021: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://devops.com/11-steps-to-a-successful-devops-career: content_hash: N/A description: '' @@ -58498,6 +62045,7 @@ https://devops.com/11-steps-to-a-successful-devops-career: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/15-must-jenkins-plugins-increase-productivity: content_hash: N/A description: '' @@ -58513,6 +62061,7 @@ https://devops.com/15-must-jenkins-plugins-increase-productivity: v2_locations: - jenkins.md year: N/A + addition_method: manual https://devops.com/5-tips-for-a-successful-devops-implementation: content_hash: N/A description: '' @@ -58527,6 +62076,7 @@ https://devops.com/5-tips-for-a-successful-devops-implementation: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/6-advantages-of-microservices: content_hash: N/A description: '' @@ -58542,6 +62092,7 @@ https://devops.com/6-advantages-of-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://devops.com/6-signs-youre-doing-devops-correctly: content_hash: N/A description: '' @@ -58557,6 +62108,7 @@ https://devops.com/6-signs-youre-doing-devops-correctly: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/7-popular-open-source-ci-cd-tools: ai_summary: 'Curator Insight: Comparative survey of prominent open-source continuous integration and deployment engines. Live Grounding: Analyzes Jenkins, GitLab, @@ -58586,6 +62138,7 @@ https://devops.com/7-popular-open-source-ci-cd-tools: - cicd.md - jenkins-alternatives.md year: N/A + addition_method: manual https://devops.com/7-trends-influencing-devops-and-devsecops-adoption: content_hash: N/A description: '' @@ -58601,6 +62154,7 @@ https://devops.com/7-trends-influencing-devops-and-devsecops-adoption: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/8-hot-takes-will-we-see-a-monolithic-renaissance: content_hash: N/A description: '' @@ -58616,6 +62170,7 @@ https://devops.com/8-hot-takes-will-we-see-a-monolithic-renaissance: v2_locations: - introduction.md year: N/A + addition_method: manual https://devops.com/8-security-considerations-for-ci-cd: ai_summary: Outlines foundational security rules for continuous integration and delivery pipelines, addressing secret management, environment isolation, source @@ -58643,6 +62198,7 @@ https://devops.com/8-security-considerations-for-ci-cd: v2_locations: - cicd.md year: N/A + addition_method: manual https://devops.com/a-devops-reset-for-a-multi-cloud-world: content_hash: N/A description: '' @@ -58658,6 +62214,7 @@ https://devops.com/a-devops-reset-for-a-multi-cloud-world: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/best-practices-for-application-performance-testing: content_hash: N/A description: '' @@ -58673,6 +62230,7 @@ https://devops.com/best-practices-for-application-performance-testing: v2_locations: - qa.md year: N/A + addition_method: manual https://devops.com/breaking-down-silos-applying-open-source-practices-in-the-workplace: content_hash: N/A description: '' @@ -58688,6 +62246,7 @@ https://devops.com/breaking-down-silos-applying-open-source-practices-in-the-wor v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://devops.com/building-on-terraform-evolution-not-revolution: content_hash: N/A description: '' @@ -58703,6 +62262,7 @@ https://devops.com/building-on-terraform-evolution-not-revolution: v2_locations: - terraform.md year: N/A + addition_method: manual https://devops.com/catchpoint-to-acquire-webpagetest-org: ai_summary: Examines Catchpoint’s strategic acquisition of the highly popular open-source tool WebPageTest. Highlights long-term development roadmaps and standardizations @@ -58729,6 +62289,7 @@ https://devops.com/catchpoint-to-acquire-webpagetest-org: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://devops.com/clubhouse-becomes-shortcut-to-transform-software-project-management: content_hash: N/A description: '' @@ -58744,6 +62305,7 @@ https://devops.com/clubhouse-becomes-shortcut-to-transform-software-project-mana v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://devops.com/continuous-security-the-next-evolution-of-ci-cd: ai_summary: Explores the integration of security automation directly into CI/CD workflows, turning traditional point-in-time checks into continuous feedback loops. @@ -58773,6 +62335,7 @@ https://devops.com/continuous-security-the-next-evolution-of-ci-cd: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/continuous-testing-practices-part-1: content_hash: N/A description: '' @@ -58788,6 +62351,7 @@ https://devops.com/continuous-testing-practices-part-1: v2_locations: - qa.md year: N/A + addition_method: manual https://devops.com/continuous-testing-practices-part-2: content_hash: N/A description: '' @@ -58798,6 +62362,7 @@ https://devops.com/continuous-testing-practices-part-2: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://devops.com/day-2-for-the-operator-ecosystem: content_hash: N/A description: '' @@ -58813,6 +62378,7 @@ https://devops.com/day-2-for-the-operator-ecosystem: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://devops.com/day-in-the-life-of-a-site-reliability-engineer-sre: ai_summary: A detailed technical narrative outlining the day-to-day work patterns of an active SRE. It details technical duties such as managing on-call alert systems, @@ -58840,6 +62406,7 @@ https://devops.com/day-in-the-life-of-a-site-reliability-engineer-sre: v2_locations: - sre.md year: N/A + addition_method: manual https://devops.com/declarative-compliance-with-policy-as-code-and-gitops: content_hash: N/A description: '' @@ -58856,6 +62423,7 @@ https://devops.com/declarative-compliance-with-policy-as-code-and-gitops: - gitops.md - index.md year: N/A + addition_method: manual https://devops.com/devops-as-a-service-migrating-your-entire-devops-stack-to-the-cloud: content_hash: N/A description: '' @@ -58871,6 +62439,7 @@ https://devops.com/devops-as-a-service-migrating-your-entire-devops-stack-to-the v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/devops-for-the-development-and-delivery-of-high-performance-applications: content_hash: N/A description: '' @@ -58887,6 +62456,7 @@ https://devops.com/devops-for-the-development-and-delivery-of-high-performance-a v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/devops-security-your-complete-checklist: content_hash: N/A description: '' @@ -58901,6 +62471,7 @@ https://devops.com/devops-security-your-complete-checklist: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/devops-teams-struggling-to-keep-secrets: ai_summary: An industry survey highlighting operational struggles modern engineering teams face in managing and securing access tokens, certificates, and API keys @@ -58927,6 +62498,7 @@ https://devops.com/devops-teams-struggling-to-keep-secrets: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/devops-trends-to-watch-in-2021: content_hash: N/A description: '' @@ -58942,6 +62514,7 @@ https://devops.com/devops-trends-to-watch-in-2021: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/devsecops-in-azure: content_hash: N/A description: '' @@ -58957,6 +62530,7 @@ https://devops.com/devsecops-in-azure: v2_locations: - azure.md year: N/A + addition_method: manual https://devops.com/devsecops-trends-for-2021: ai_summary: 'Analyzes the shift-left security trends that reshaped CI/CD integrations throughout the decade. Contrast: Curator Insight highlights early tooling trends, @@ -58985,6 +62559,7 @@ https://devops.com/devsecops-trends-for-2021: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/dynatrace-advances-application-environments-as-code: content_hash: N/A description: '' @@ -59000,6 +62575,7 @@ https://devops.com/dynatrace-advances-application-environments-as-code: v2_locations: - monitoring.md year: N/A + addition_method: manual https://devops.com/finops-foundation-to-help-rein-in-cloud-costs: content_hash: N/A description: '' @@ -59015,6 +62591,7 @@ https://devops.com/finops-foundation-to-help-rein-in-cloud-costs: v2_locations: - finops.md year: N/A + addition_method: manual https://devops.com/five-steps-to-successful-devops-culture: content_hash: N/A description: '' @@ -59029,6 +62606,7 @@ https://devops.com/five-steps-to-successful-devops-culture: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/from-agile-to-devops-to-devsecops-the-next-evolution: ai_summary: 'Charts the evolutionary process of software delivery paradigms from Agile pipelines to highly secure, integrated DevSecOps models. Contrast: Curator @@ -59057,12 +62635,14 @@ https://devops.com/from-agile-to-devops-to-devsecops-the-next-evolution: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/google-dora-report-shows-modest-devops-gains: content_hash: N/A health_score: 100.0 last_checked: 1779032251.797263 v1_locations: - docs/devops.md + addition_method: manual https://devops.com/grafana-labs-acquires-assert-ai-to-bring-ai-to-observability: content_hash: N/A description: '' @@ -59078,6 +62658,7 @@ https://devops.com/grafana-labs-acquires-assert-ai-to-bring-ai-to-observability: v2_locations: - grafana.md year: N/A + addition_method: manual https://devops.com/great-resignation-spurs-interest-in-tech-certifications: ai_summary: Examines the acceleration of DevOps and cloud certification pursuit during career transitions. Synthesizes market demand for structured, validated @@ -59105,6 +62686,7 @@ https://devops.com/great-resignation-spurs-interest-in-tech-certifications: v2_locations: - recruitment.md year: N/A + addition_method: manual https://devops.com/hansura-launches-beta-of-graphql-based-remote-joins-tool: content_hash: N/A description: '' @@ -59120,6 +62702,7 @@ https://devops.com/hansura-launches-beta-of-graphql-based-remote-joins-tool: v2_locations: - api.md year: N/A + addition_method: manual https://devops.com/hazelcast-simplifies-streaming-for-extremely-fast-event-processing-in-iot-edge-and-cloud-environments: ai_summary: This article highlights Hazelcast's integration of stream processing and in-memory data store capabilities. Focuses on low-latency streaming applications @@ -59149,6 +62732,7 @@ https://devops.com/hazelcast-simplifies-streaming-for-extremely-fast-event-proce v2_locations: - message-queue.md year: N/A + addition_method: manual https://devops.com/how-are-api-management-and-service-mesh-different: content_hash: N/A description: '' @@ -59164,6 +62748,7 @@ https://devops.com/how-are-api-management-and-service-mesh-different: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://devops.com/how-centralized-log-management-can-save-your-company: content_hash: N/A description: '' @@ -59179,6 +62764,7 @@ https://devops.com/how-centralized-log-management-can-save-your-company: v2_locations: - monitoring.md year: N/A + addition_method: manual https://devops.com/how-containers-simplify-devops-workflows-and-ci-cd-pipelines: content_hash: N/A description: '' @@ -59195,6 +62781,7 @@ https://devops.com/how-containers-simplify-devops-workflows-and-ci-cd-pipelines: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/how-good-developers-become-good-engineering-managers: content_hash: N/A description: '' @@ -59210,6 +62797,7 @@ https://devops.com/how-good-developers-become-good-engineering-managers: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://devops.com/how-sres-benefit-from-feature-flags: ai_summary: This technical analysis shows how progressive delivery using feature flags supports high-availability operations. It details how feature flag infrastructure @@ -59237,6 +62825,7 @@ https://devops.com/how-sres-benefit-from-feature-flags: v2_locations: - sre.md year: N/A + addition_method: manual https://devops.com/how-the-sre-role-is-evolving: ai_summary: A technical essay tracking the evolution of the SRE role. Explains how advances in telemetry networks and AIOps automated loops are rewriting standard @@ -59263,6 +62852,7 @@ https://devops.com/how-the-sre-role-is-evolving: v2_locations: - sre.md year: N/A + addition_method: manual https://devops.com/how-to-automate-pki-for-devops-with-open-source-tools: ai_summary: A technical guide to automating PKI operations inside fast-paced engineering organizations. Contrasts native certificate authority configurations with cloud @@ -59289,6 +62879,7 @@ https://devops.com/how-to-automate-pki-for-devops-with-open-source-tools: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/how-to-implement-an-effective-ci-cd-pipeline: ai_summary: 'Curator Insight: Establishes a step-by-step roadmap for standardizing automated software delivery paths. Live Grounding: Emphasizes the critical nature @@ -59316,6 +62907,7 @@ https://devops.com/how-to-implement-an-effective-ci-cd-pipeline: v2_locations: - cicd.md year: N/A + addition_method: manual https://devops.com/how-to-migrate-existing-infrastructure-to-terraform: content_hash: N/A description: '' @@ -59331,6 +62923,7 @@ https://devops.com/how-to-migrate-existing-infrastructure-to-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://devops.com/how-to-seamlessly-transition-to-devsecops: ai_summary: Provides a pragmatic roadmap for organizations transitioning from siloed security operations to highly collaborative DevSecOps models. Highlights the importance @@ -59359,6 +62952,7 @@ https://devops.com/how-to-seamlessly-transition-to-devsecops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/how-to-successfully-integrate-security-and-devops: ai_summary: 'Provides an entry-level strategic blueprint for bridging the cultural divide between development, operations, and security teams. Contrast: Curator @@ -59388,6 +62982,7 @@ https://devops.com/how-to-successfully-integrate-security-and-devops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/implementing-message-queue-in-kubernetes: ai_summary: Evaluates the operational paradigms, stateful challenges, and strategies when setting up distributed message brokers natively inside Kubernetes environments. @@ -59416,6 +63011,7 @@ https://devops.com/implementing-message-queue-in-kubernetes: v2_locations: - message-queue.md year: N/A + addition_method: manual https://devops.com/infrastructure-abstraction-will-be-key-to-managing-multi-cloud: content_hash: N/A description: '' @@ -59431,6 +63027,7 @@ https://devops.com/infrastructure-abstraction-will-be-key-to-managing-multi-clou v2_locations: - introduction.md year: N/A + addition_method: manual https://devops.com/is-noops-the-future-of-cloud-networking: content_hash: N/A description: '' @@ -59446,6 +63043,7 @@ https://devops.com/is-noops-the-future-of-cloud-networking: v2_locations: - noops.md year: N/A + addition_method: manual https://devops.com/kubernetes-jenkins-master-slave-scaling-the-scalability-issue: content_hash: N/A description: '' @@ -59461,6 +63059,7 @@ https://devops.com/kubernetes-jenkins-master-slave-scaling-the-scalability-issue v2_locations: - jenkins.md year: N/A + addition_method: manual https://devops.com/languages-and-devops-recommendations: content_hash: N/A description: '' @@ -59476,6 +63075,7 @@ https://devops.com/languages-and-devops-recommendations: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/make-github-backups-part-of-your-development-process: ai_summary: Analyzes the critical operational need to treat third-party repository platforms as soft targets requiring independent backup infrastructure. It advocates @@ -59503,6 +63103,7 @@ https://devops.com/make-github-backups-part-of-your-development-process: v2_locations: - git.md year: N/A + addition_method: manual https://devops.com/measuring-technical-debt: content_hash: N/A description: '' @@ -59518,6 +63119,7 @@ https://devops.com/measuring-technical-debt: v2_locations: - introduction.md year: N/A + addition_method: manual https://devops.com/measuring-the-progress-of-the-opentelemetry-project: content_hash: N/A description: '' @@ -59533,6 +63135,7 @@ https://devops.com/measuring-the-progress-of-the-opentelemetry-project: v2_locations: - demos.md year: N/A + addition_method: manual https://devops.com/nine-pillars-of-devops-best-practices: content_hash: N/A description: '' @@ -59548,6 +63151,7 @@ https://devops.com/nine-pillars-of-devops-best-practices: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/pulumi-moves-to-automate-cloud-infrastructure-provisioning: content_hash: N/A description: '' @@ -59563,6 +63167,7 @@ https://devops.com/pulumi-moves-to-automate-cloud-infrastructure-provisioning: v2_locations: - pulumi.md year: N/A + addition_method: manual https://devops.com/red-hat-extends-scope-of-ansible-automation-ambitions: content_hash: N/A description: '' @@ -59578,6 +63183,7 @@ https://devops.com/red-hat-extends-scope-of-ansible-automation-ambitions: v2_locations: - ansible.md year: N/A + addition_method: manual https://devops.com/secdevops-is-the-solution-to-cybersecurity: ai_summary: 'Argues for SecDevOps as a necessary architectural standard rather than an afterthought. Contrast: Curator Insight highlights organizational naming patterns, @@ -59605,6 +63211,7 @@ https://devops.com/secdevops-is-the-solution-to-cybersecurity: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/securing-your-software-development-pipelines: ai_summary: 'Addresses operational mechanisms needed to secure build pipelines, artifact repositories, and build nodes from compromise. Contrast: Curator Insight @@ -59633,6 +63240,7 @@ https://devops.com/securing-your-software-development-pipelines: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/serverless-computing-moving-from-devops-to-noops: content_hash: N/A description: '' @@ -59648,6 +63256,7 @@ https://devops.com/serverless-computing-moving-from-devops-to-noops: v2_locations: - noops.md year: N/A + addition_method: manual https://devops.com/shift-right-testing-the-emergence-of-testops: content_hash: N/A description: '' @@ -59663,6 +63272,7 @@ https://devops.com/shift-right-testing-the-emergence-of-testops: v2_locations: - testops.md year: N/A + addition_method: manual https://devops.com/site-reliability-engineering-101-devops-versus-sre: ai_summary: An introductory, high-density primer defining what Site Reliability Engineering is, framing its core metrics and comparing its functional goals directly @@ -59689,6 +63299,7 @@ https://devops.com/site-reliability-engineering-101-devops-versus-sre: v2_locations: - sre.md year: N/A + addition_method: manual https://devops.com/sre-devops-cloud-native-server-cage-match: ai_summary: A deep-dive technical comparison contrasting DevOps pipelines, SRE operational standards, and Cloud-Native application patterns inside modern server architecture. @@ -59714,6 +63325,7 @@ https://devops.com/sre-devops-cloud-native-server-cage-match: v2_locations: - sre.md year: N/A + addition_method: manual https://devops.com/sre-vs-devops-false-distinction: ai_summary: An editorial analyzing the perceived conflict between DevOps and SRE, detailing why they should be integrated as complementary mechanisms for robust @@ -59740,6 +63352,7 @@ https://devops.com/sre-vs-devops-false-distinction: v2_locations: - sre.md year: N/A + addition_method: manual https://devops.com/sre-vs-platform-engineering-whats-the-difference: ai_summary: A critical examination of the conceptual and practical differences between SRE and Platform Engineering. It illustrates how SRE prioritizes system-centric @@ -59767,6 +63380,7 @@ https://devops.com/sre-vs-platform-engineering-whats-the-difference: v2_locations: - sre.md year: N/A + addition_method: manual https://devops.com/survey-shows-mounting-devops-frustration-and-costs: content_hash: N/A description: '' @@ -59782,6 +63396,7 @@ https://devops.com/survey-shows-mounting-devops-frustration-and-costs: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/survey-surfaces-high-reliance-on-devops-to-build-and-deploy-apis: content_hash: N/A description: '' @@ -59798,6 +63413,7 @@ https://devops.com/survey-surfaces-high-reliance-on-devops-to-build-and-deploy-a v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/the-argo-project-making-gitops-practical: ai_summary: Reviews the strategic goals of the CNCF Argo ecosystem (CD, Workflows, Rollouts, Events), detailing how unified toolchains implement clean production @@ -59824,6 +63440,7 @@ https://devops.com/the-argo-project-making-gitops-practical: v2_locations: - argo.md year: N/A + addition_method: manual https://devops.com/the-devops-bottleneck-why-iac-orchestration-is-the-missing-piece: content_hash: N/A description: '' @@ -59843,6 +63460,7 @@ https://devops.com/the-devops-bottleneck-why-iac-orchestration-is-the-missing-pi - devops.md - iac.md year: N/A + addition_method: manual https://devops.com/the-evolving-devops-journey-continuous-mindset-starts-with-cultural-change: content_hash: N/A description: '' @@ -59859,6 +63477,7 @@ https://devops.com/the-evolving-devops-journey-continuous-mindset-starts-with-cu v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/the-fallacy-of-continuous-integration-delivery-and-testing: content_hash: N/A description: '' @@ -59874,6 +63493,7 @@ https://devops.com/the-fallacy-of-continuous-integration-delivery-and-testing: v2_locations: - monitoring.md year: N/A + addition_method: manual https://devops.com/the-real-pipeline: content_hash: N/A description: '' @@ -59889,6 +63509,7 @@ https://devops.com/the-real-pipeline: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/the-rise-of-netdevops-and-ci-cd-pipeline-solutions: content_hash: N/A description: '' @@ -59904,6 +63525,7 @@ https://devops.com/the-rise-of-netdevops-and-ci-cd-pipeline-solutions: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/tips-for-a-successful-devsecops-life-cycle: ai_summary: 'A granular walkthrough detailing how to embed automated security checkpoints across each phase of the application development lifecycle. Contrast: Curator @@ -59932,6 +63554,7 @@ https://devops.com/tips-for-a-successful-devsecops-life-cycle: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/top-10-best-practices-for-jenkins-pipeline-plugin: content_hash: N/A description: '' @@ -59947,6 +63570,7 @@ https://devops.com/top-10-best-practices-for-jenkins-pipeline-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://devops.com/top-nine-skills-for-sres-to-master: ai_summary: Highlights the nine core disciplines mandatory for modern SRE professionals. Essential competencies include programming, software-defined networking, container @@ -59974,6 +63598,7 @@ https://devops.com/top-nine-skills-for-sres-to-master: v2_locations: - sre.md year: N/A + addition_method: manual https://devops.com/transform-legacy-java-apps-to-microservices: content_hash: N/A description: '' @@ -59989,6 +63614,7 @@ https://devops.com/transform-legacy-java-apps-to-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://devops.com/transform-mobile-devops-into-mobile-devsecops: ai_summary: 'Explores the unique pipeline, binary scanning, and code-signing security constraints native to mobile DevSecOps workflows. Contrast: Curator Insight highlights @@ -60017,6 +63643,7 @@ https://devops.com/transform-mobile-devops-into-mobile-devsecops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/unlocking-your-devops-automation-mindset: content_hash: N/A description: '' @@ -60032,6 +63659,7 @@ https://devops.com/unlocking-your-devops-automation-mindset: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/up-your-devops-game-its-time-for-noops: content_hash: N/A description: '' @@ -60047,6 +63675,7 @@ https://devops.com/up-your-devops-game-its-time-for-noops: v2_locations: - noops.md year: N/A + addition_method: manual https://devops.com/updating-and-managing-infrastructure-as-code-iac: content_hash: N/A description: '' @@ -60062,6 +63691,7 @@ https://devops.com/updating-and-managing-infrastructure-as-code-iac: v2_locations: - iac.md year: N/A + addition_method: manual https://devops.com/using-jenkins-configuration-as-code: content_hash: N/A description: '' @@ -60077,6 +63707,7 @@ https://devops.com/using-jenkins-configuration-as-code: v2_locations: - jenkins.md year: N/A + addition_method: manual https://devops.com/using-llms-to-automate-pipeline-conversions-from-legacy-to-tekton: content_hash: N/A description: '' @@ -60092,6 +63723,7 @@ https://devops.com/using-llms-to-automate-pipeline-conversions-from-legacy-to-te v2_locations: - tekton.md year: N/A + addition_method: manual https://devops.com/vfunction-automates-conversion-of-java-apps-to-microservices: content_hash: N/A description: '' @@ -60107,6 +63739,7 @@ https://devops.com/vfunction-automates-conversion-of-java-apps-to-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://devops.com/web-application-security-is-not-api-security: content_hash: N/A description: '' @@ -60122,6 +63755,7 @@ https://devops.com/web-application-security-is-not-api-security: v2_locations: - api.md year: N/A + addition_method: manual https://devops.com/whats-the-difference-between-devops-and-platform-engineering: content_hash: N/A description: '' @@ -60136,6 +63770,7 @@ https://devops.com/whats-the-difference-between-devops-and-platform-engineering: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/when-to-use-api-management-and-service-mesh-together: content_hash: N/A description: '' @@ -60151,6 +63786,7 @@ https://devops.com/when-to-use-api-management-and-service-mesh-together: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://devops.com/where-does-observability-stand-today-and-where-is-it-going-next: content_hash: N/A description: '' @@ -60167,6 +63803,7 @@ https://devops.com/where-does-observability-stand-today-and-where-is-it-going-ne v2_locations: - monitoring.md year: N/A + addition_method: manual https://devops.com/why-boring-tech-is-best-to-avoid-a-microservices-mess: content_hash: N/A description: '' @@ -60182,6 +63819,7 @@ https://devops.com/why-boring-tech-is-best-to-avoid-a-microservices-mess: v2_locations: - introduction.md year: N/A + addition_method: manual https://devops.com/why-monitoring-as-code-will-be-a-must-for-devops-teams: content_hash: N/A description: '' @@ -60197,6 +63835,7 @@ https://devops.com/why-monitoring-as-code-will-be-a-must-for-devops-teams: v2_locations: - monitoring.md year: N/A + addition_method: manual https://devops.com/why-mttr-is-a-vital-metric-for-devops-teams: content_hash: N/A description: '' @@ -60212,6 +63851,7 @@ https://devops.com/why-mttr-is-a-vital-metric-for-devops-teams: v2_locations: - devops.md year: N/A + addition_method: manual https://devops.com/why-traditional-approaches-to-api-security-dont-work: ai_summary: Analyzes why legacy perimeter-based security controls fail when applied to distributed, API-driven architectures. Proposes a DevSecOps-aligned framework @@ -60240,6 +63880,7 @@ https://devops.com/why-traditional-approaches-to-api-security-dont-work: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devops.com/yeah-youre-doing-devops: content_hash: N/A description: '' @@ -60255,6 +63896,7 @@ https://devops.com/yeah-youre-doing-devops: v2_locations: - devops.md year: N/A + addition_method: manual https://devopscube.com: content_hash: 8115f2fc6e61c5c1ab371459e28b12eb983e9da65c4fee0070e6bf8cce5c1634 description: '' @@ -60273,6 +63915,7 @@ https://devopscube.com: - kubernetes.md - devops.md year: N/A + addition_method: manual https://devopscube.com/automate-ebs-snapshot-creation-deletion: ai_summary: Explains various mechanisms for lifecycle management of AWS EBS snapshots. Covers automated configuration using Amazon DLM (Data Lifecycle Manager), custom @@ -60300,6 +63943,7 @@ https://devopscube.com/automate-ebs-snapshot-creation-deletion: v2_locations: - aws-storage.md year: N/A + addition_method: manual https://devopscube.com/become-devops-engineer: content_hash: 7e0fd2cb66131ee011aa96499e05b45f523338ae83ca5587ff48a456377624b5 description: '' @@ -60316,6 +63960,7 @@ https://devopscube.com/become-devops-engineer: v2_locations: - devops.md year: N/A + addition_method: manual https://devopscube.com/build-docker-image: content_hash: af9d36b55fb271021250b2f8f78445be556efc17c388423b3139e0bf7f17abd7 description: '' @@ -60332,6 +63977,7 @@ https://devopscube.com/build-docker-image: v2_locations: - docker.md year: N/A + addition_method: manual https://devopscube.com/build-docker-image-kubernetes-pod: content_hash: 78e4c1873fcfd3904a6fa2ee9acc239f43701f58d236ba931de3e1760ded7d0a description: '' @@ -60348,6 +63994,7 @@ https://devopscube.com/build-docker-image-kubernetes-pod: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://devopscube.com/configure-ingress-tls-kubernetes: content_hash: 7bbb8454177986fd7e82e0ba5bb8dc3d6621a435497a7c230b2b839c534ed629 description: '' @@ -60364,6 +64011,7 @@ https://devopscube.com/configure-ingress-tls-kubernetes: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://devopscube.com/create-kubernetes-jobs-cron-jobs: content_hash: 93cf35966e74c2fe19e0154d19cf7c9fba267ff638ff1d8a3c38922a6a7df60f description: '' @@ -60381,6 +64029,7 @@ https://devopscube.com/create-kubernetes-jobs-cron-jobs: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopscube.com/create-kubernetes-role: content_hash: 7a85dc1716b5e43c9280b59c968a0e1d23768a05aa483f4f86408fa786d3627f description: '' @@ -60392,6 +64041,7 @@ https://devopscube.com/create-kubernetes-role: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://devopscube.com/deploy-postgresql-statefulset: content_hash: b7bccf70f4655f4e5aa50cae740b74349df5db96143075d430fb3cb3ed2735c5 description: '' @@ -60409,6 +64059,7 @@ https://devopscube.com/deploy-postgresql-statefulset: v2_locations: - databases.md year: N/A + addition_method: manual https://devopscube.com/docker-containers-as-build-slaves-jenkins: content_hash: 95f9b613753d8330b219ad7e994e10a0e45d2d8fc1a5c85e3589e302be41d8f4 description: '' @@ -60425,6 +64076,7 @@ https://devopscube.com/docker-containers-as-build-slaves-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://devopscube.com/immutable-infrastructure: content_hash: 535d7565919ce673869ef55844b4ab04a74ccc2ef553624826e9bf4e6112ffd0 description: '' @@ -60441,6 +64093,7 @@ https://devopscube.com/immutable-infrastructure: v2_locations: - iac.md year: N/A + addition_method: manual https://devopscube.com/ip-address-tutorial: content_hash: f3aababc0746bfbe3e103424dca77983ac65403e93d2679ce9457934b6738c4c health_score: 100.0 @@ -60448,6 +64101,7 @@ https://devopscube.com/ip-address-tutorial: needs_ai_refresh: true v1_locations: - docs/networking.md + addition_method: manual https://devopscube.com/jenkins-architecture-explained: content_hash: b83a481109086be485810f0a169cfc8ecf7fc930de24a782ef10b9d6c057ef11 description: '' @@ -60464,6 +64118,7 @@ https://devopscube.com/jenkins-architecture-explained: v2_locations: - jenkins.md year: N/A + addition_method: manual https://devopscube.com/jenkins-build-agents-kubernetes: content_hash: c980199337834494987f4e5dd8a248e8f4e0c70b20e282af53e375915c443c2b description: '' @@ -60481,6 +64136,7 @@ https://devopscube.com/jenkins-build-agents-kubernetes: v2_locations: - demos.md year: N/A + addition_method: manual https://devopscube.com/jenkins-pipeline-as-code: content_hash: 7c5e05659e98522d467392b57d46c28afd49992c3aace081067d0d344f46ddb3 description: '' @@ -60497,6 +64153,7 @@ https://devopscube.com/jenkins-pipeline-as-code: v2_locations: - jenkins.md year: N/A + addition_method: manual https://devopscube.com/key-considerations-kubernetes-cluster-design-setup: content_hash: 9fa04022b10d5c3d20dec9f7442dd990a0362a12bb831211a903baad02af8f02 description: '' @@ -60514,6 +64171,7 @@ https://devopscube.com/key-considerations-kubernetes-cluster-design-setup: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopscube.com/kube-bench-guide: content_hash: 1e6d8ca58c30e4fc6a809bcd549a881f78774d13133da067a7c159fca215e210 description: '' @@ -60526,6 +64184,7 @@ https://devopscube.com/kube-bench-guide: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-api-access-service-account: ai_summary: Provides a direct guide on setting up Service Accounts, defining authorization rules using RoleBindings, and managing modern TokenRequest APIs for microservice @@ -60554,6 +64213,7 @@ https://devopscube.com/kubernetes-api-access-service-account: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-daemonset: content_hash: e737ed9862d8ea47575e00d50eed7d1ecc8da7c45a2f7799928b8d45a818788e description: '' @@ -60570,6 +64230,7 @@ https://devopscube.com/kubernetes-daemonset: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-ingress-tutorial: content_hash: ddf2e36f0382e7fbb3d0eec40711974f3c6a1ef5d68b4b1db91f7d254dfc5ac5 description: '' @@ -60586,6 +64247,7 @@ https://devopscube.com/kubernetes-ingress-tutorial: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-kubeconfig-file: content_hash: ef5f54cd9c37f5124edc30b88dea0c39b8104926d2383d649c320a0b8f4614cd description: '' @@ -60602,6 +64264,7 @@ https://devopscube.com/kubernetes-kubeconfig-file: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-logging-tutorial: ai_summary: An elite, entry-level tutorial introducing Kubernetes logging paradigms, covering container stdout extraction, cluster-level log architectures, and daemonset @@ -60629,6 +64292,7 @@ https://devopscube.com/kubernetes-logging-tutorial: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-minikube-tutorial: content_hash: 6505f61b37bed8fd0f3ec199c5544b229a1b0649aee98701aa7ec416d89e8ead description: '' @@ -60640,6 +64304,7 @@ https://devopscube.com/kubernetes-minikube-tutorial: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-pod: content_hash: e3e088f091615b9b786cd9f3b87d166e2b31fe169d6c6953f5214bc64700319a description: '' @@ -60656,6 +64321,7 @@ https://devopscube.com/kubernetes-pod: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-tutorials-beginners: content_hash: 410586be489c79c06b931bfcd95724ebd0b38c1a2cc0381902a1a18b465f40c4 description: '' @@ -60672,6 +64338,7 @@ https://devopscube.com/kubernetes-tutorials-beginners: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://devopscube.com/kubernetes-v1-21-released: content_hash: 7324c16aab7d545330531177ffe1e1f17dbabe4516bc9f08766d3a70f5c590b6 description: '' @@ -60688,6 +64355,7 @@ https://devopscube.com/kubernetes-v1-21-released: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://devopscube.com/kustomize-tutorial: content_hash: e6fde56185c78b635ce88ae2b721a35aeb603f964b044891dc2e836c9b94e763 description: '' @@ -60705,6 +64373,7 @@ https://devopscube.com/kustomize-tutorial: v2_locations: - kustomize.md year: N/A + addition_method: manual https://devopscube.com/kuztomize-configmap-generators: content_hash: 4bb3c0759e25b4af159511319039c4c6096281f05ef7b1b8c3c9cba083d515f9 health_score: 100.0 @@ -60712,6 +64381,7 @@ https://devopscube.com/kuztomize-configmap-generators: needs_ai_refresh: true v1_locations: - docs/kustomize.md + addition_method: manual https://devopscube.com/learn-kubernetes-complete-roadmap: content_hash: c9dc28537af67ce0b4ef3054ccec58debcfb22435f1d08bf6c1808bca6a68014 description: '' @@ -60728,6 +64398,7 @@ https://devopscube.com/learn-kubernetes-complete-roadmap: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://devopscube.com/pod-priorityclass-preemption: content_hash: 07492c73eaeb478e651d2d466edcd900fe26bc7fd5147ee258c702c5b61e7aad description: '' @@ -60745,6 +64416,7 @@ https://devopscube.com/pod-priorityclass-preemption: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopscube.com/podman-tutorial-beginners: content_hash: a09d709c8444d437abc93076573ae927138a1cc4ea1cb19f6f2f342b7a355309 description: '' @@ -60761,6 +64433,7 @@ https://devopscube.com/podman-tutorial-beginners: v2_locations: - container-managers.md year: N/A + addition_method: manual https://devopscube.com/python-for-devops: content_hash: 755e82f80988b72b4ccb06ab2df63b8a1e8720d4dcde17e5813357b89d45b77f description: '' @@ -60777,6 +64450,7 @@ https://devopscube.com/python-for-devops: v2_locations: - python.md year: N/A + addition_method: manual https://devopscube.com/setup-ansible-aws-dynamic-inventory: content_hash: 39a8bcc951d6caf20f9ec417ca85a3c83d32371d9a42b6fb24c0309b5cdb0200 description: '' @@ -60793,6 +64467,7 @@ https://devopscube.com/setup-ansible-aws-dynamic-inventory: v2_locations: - ansible.md year: N/A + addition_method: manual https://devopscube.com/setup-grafana-kubernetes: content_hash: 60fe4ef2d36ae4f4ab56e2d0e315cafa5a62334b1ce8a4596a809f7d8c94ffd6 description: '' @@ -60809,6 +64484,7 @@ https://devopscube.com/setup-grafana-kubernetes: v2_locations: - grafana.md year: N/A + addition_method: manual https://devopscube.com/setup-ingress-kubernetes-nginx-controller: content_hash: 4937c7258a4e211ec12271349835e51c3f17034a8a1c305489248d034c36be28 description: '' @@ -60826,6 +64502,7 @@ https://devopscube.com/setup-ingress-kubernetes-nginx-controller: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://devopscube.com/setup-nexus-kubernetes: ai_summary: A highly practical step-by-step installation guide demonstrating how to provision Sonatype Nexus on a Kubernetes cluster. It covers configuration for @@ -60853,6 +64530,7 @@ https://devopscube.com/setup-nexus-kubernetes: v2_locations: - registries.md year: N/A + addition_method: manual https://devopscube.com/setup-prometheus-helm-chart: ai_summary: A direct, production-ready tutorial demonstrating how to install and configure Prometheus using official Helm charts. Explains default values overrides, @@ -60885,6 +64563,7 @@ https://devopscube.com/setup-prometheus-helm-chart: - prometheus.md - kubernetes-monitoring.md year: N/A + addition_method: manual https://devopscube.com/setup-prometheus-monitoring-on-kubernetes: content_hash: 1d004e2ddb900aef725afde249a9b59fac3ab38c1e4429d9e6950373a84ccb6c description: '' @@ -60902,6 +64581,7 @@ https://devopscube.com/setup-prometheus-monitoring-on-kubernetes: v2_locations: - prometheus.md year: N/A + addition_method: manual https://devopscube.com/terraform-autoscaling-group: content_hash: 19e7b1d98dc2d6ed1f61d7928d883c7c065695a35b255a34fc190dec4d19e2c3 description: '' @@ -60918,6 +64598,7 @@ https://devopscube.com/terraform-autoscaling-group: v2_locations: - terraform.md year: N/A + addition_method: manual https://devopscube.com/terraform-aws-rds: content_hash: 36e34d12815c72ca4afe65779476e16fa048d5c3247c8842dce276129c0381d6 description: '' @@ -60934,6 +64615,7 @@ https://devopscube.com/terraform-aws-rds: v2_locations: - demos.md year: N/A + addition_method: manual https://devopscube.com/vagrant-tutorial-beginners: ai_summary: In-depth tutorial highlighting standard virtualization setups using HashiCorp Vagrant. Covers provider initialization, Vagrantfile declarations, provisioning @@ -60961,6 +64643,7 @@ https://devopscube.com/vagrant-tutorial-beginners: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://devopscube.com/vault-agent-injector-tutorial: ai_summary: In-depth guide showing how to use the Vault Agent Injector service. Explains how mutations based on Pod annotations auto-populate secrets into dynamic @@ -60989,6 +64672,7 @@ https://devopscube.com/vault-agent-injector-tutorial: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devopscube.com/vault-in-kubernetes: ai_summary: An excellent tutorial detailing how to deploy Vault via Helm in Kubernetes. Guides readers through installing, initializing, unsealing, and setting up the @@ -61016,6 +64700,7 @@ https://devopscube.com/vault-in-kubernetes: v2_locations: - devsecops.md year: N/A + addition_method: manual https://devopscube.com/what-is-observability: content_hash: 1ce41015d98f04d0ecfe42ddcae3f0f9e5306effd4eb0f8e8bfa59174610fdb1 description: '' @@ -61032,6 +64717,7 @@ https://devopscube.com/what-is-observability: v2_locations: - monitoring.md year: N/A + addition_method: manual https://devopsdays.org/events/2022-amsterdam/welcome: content_hash: 8ee2f587ae1c726ebde4e9d5229db771ba88ceffb2c5c4db58e9696ad49579b0 description: '' @@ -61043,6 +64729,7 @@ https://devopsdays.org/events/2022-amsterdam/welcome: v1_locations: - docs/devops.md year: N/A + addition_method: manual ? https://devopsera.com/2023/06/how-to-structure-directories-in-a-gitops-repository-for-the-best-user-friendliness-and-flexibility : content_hash: 0a671d1fad71aca11620ee9d4b3be00eee0cc32cc62c31170afdd91ebe37a9bf description: '' @@ -61060,6 +64747,7 @@ https://devopsdays.org/events/2022-amsterdam/welcome: v2_locations: - gitops.md year: N/A + addition_method: manual https://devopsformula.hashnode.dev/cross-account-ecr-push-with-jenkins: content_hash: N/A description: '' @@ -61074,6 +64762,7 @@ https://devopsformula.hashnode.dev/cross-account-ecr-push-with-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://devopsinside.com/how-kubernetes-is-killing-tools-like-ansible: content_hash: 5feb916da612413985a6de8d4bf17e7c05df88b9be5756a78514a0d64bb94258 description: '' @@ -61090,6 +64779,7 @@ https://devopsinside.com/how-kubernetes-is-killing-tools-like-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://devopslearners.com: content_hash: N/A description: '' @@ -61104,6 +64794,7 @@ https://devopslearners.com: v2_locations: - devops.md year: N/A + addition_method: manual https://devopslearners.com/blue-green-vs-canary-deployment-76436d7f6bc1: content_hash: N/A description: '' @@ -61118,6 +64809,7 @@ https://devopslearners.com/blue-green-vs-canary-deployment-76436d7f6bc1: v2_locations: - cicd.md year: N/A + addition_method: manual https://devopslearners.com/different-container-runtimes-and-configurations-in-the-same-kubernetes-cluster-fed228e1853e: content_hash: N/A description: '' @@ -61133,6 +64825,7 @@ https://devopslearners.com/different-container-runtimes-and-configurations-in-th v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopslearners.com/how-to-convert-helm-chart-to-kubernetes-yaml-fbe6d6722f6: content_hash: N/A description: '' @@ -61147,6 +64840,7 @@ https://devopslearners.com/how-to-convert-helm-chart-to-kubernetes-yaml-fbe6d672 v2_locations: - helm.md year: N/A + addition_method: manual https://devopslearners.com/kubernetes-ingress-tutorial-for-beginners-26c2f7727bc: content_hash: N/A description: '' @@ -61161,6 +64855,7 @@ https://devopslearners.com/kubernetes-ingress-tutorial-for-beginners-26c2f7727bc v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://devopslearners.com/kubernetes-pod-priority-priorityclass-and-preemption-explained-a48fb7988672: content_hash: N/A description: '' @@ -61176,6 +64871,7 @@ https://devopslearners.com/kubernetes-pod-priority-priorityclass-and-preemption- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopslearners.com/what-is-a-kubernetes-ephemeral-container-aa8ab658755d: content_hash: N/A description: '' @@ -61190,6 +64886,7 @@ https://devopslearners.com/what-is-a-kubernetes-ephemeral-container-aa8ab658755d v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopslearners.com/what-is-gitops-168aac9a2ee: content_hash: N/A description: '' @@ -61204,6 +64901,7 @@ https://devopslearners.com/what-is-gitops-168aac9a2ee: v2_locations: - gitops.md year: N/A + addition_method: manual https://devopslearning.medium.com/lesson-learned-while-scaling-kubernetes-cluster-to-1000-pods-in-aws-eks-d2d399152bc2: content_hash: N/A description: '' @@ -61219,6 +64917,7 @@ https://devopslearning.medium.com/lesson-learned-while-scaling-kubernetes-cluste v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://devopslibrary.com: content_hash: ea004fc855f35c204869af404b6b2f3f6ae0deb3e48efc159498e0119ab6990f description: '' @@ -61235,6 +64934,7 @@ https://devopslibrary.com: v2_locations: - demos.md year: N/A + addition_method: manual https://devopsmonk.hashnode.dev/learn-aws-if-you-want-to-save-your-career: content_hash: N/A description: '' @@ -61249,6 +64949,7 @@ https://devopsmonk.hashnode.dev/learn-aws-if-you-want-to-save-your-career: v2_locations: - aws-training.md year: N/A + addition_method: manual https://devopsparthu.hashnode.dev/day-35-mastering-configmaps-and-secrets-in-kubernetes: content_hash: N/A description: '' @@ -61263,6 +64964,7 @@ https://devopsparthu.hashnode.dev/day-35-mastering-configmaps-and-secrets-in-kub v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopstalks.in/everything-about-prometheus: content_hash: N/A description: '' @@ -61277,6 +64979,7 @@ https://devopstalks.in/everything-about-prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://devopstips.net: content_hash: 678326ad3d09f40082e3a7fc7ef1b2822896feb1ba383f661397aa883cc04d9c description: '' @@ -61293,6 +64996,7 @@ https://devopstips.net: v2_locations: - devops.md year: N/A + addition_method: manual https://devopsunlocked.com/kubernetes-learning-material: content_hash: N/A description: '' @@ -61307,6 +65011,7 @@ https://devopsunlocked.com/kubernetes-learning-material: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://devopswithkubernetes.com: content_hash: N/A description: '' @@ -61318,6 +65023,7 @@ https://devopswithkubernetes.com: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://devoriales.com/home: ai_summary: An in-depth guide on enabling envelope encryption for Kubernetes Secrets within Amazon EKS using AWS Key Management Service (KMS). It details the KMS key @@ -61341,6 +65047,7 @@ https://devoriales.com/home: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://devoriales.com/post/329/aws-eks-secret-encryption-securing-your-eks-secrets-at-rest-with-aws-kms: content_hash: 48979d3801bfcc4f36c056d87529761711205997f637f75f5e50cb569b217c21 description: '' @@ -61353,6 +65060,7 @@ https://devoriales.com/post/329/aws-eks-secret-encryption-securing-your-eks-secr v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://devoriales.com/video/897990746/intro-to-gitops: content_hash: 446ce3697fd6a8ca9f90a622fcd38614b70fcdf800a6c9f1e74a36de838abc63 description: '' @@ -61370,6 +65078,7 @@ https://devoriales.com/video/897990746/intro-to-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://devsecops.co.in/2021/05/13/gitops-guide-what-why-and-how: content_hash: N/A description: '' @@ -61384,6 +65093,7 @@ https://devsecops.co.in/2021/05/13/gitops-guide-what-why-and-how: v2_locations: - gitops.md year: N/A + addition_method: manual https://devsecops.co.in/2021/05/18/ansible-interview-questions: content_hash: N/A description: '' @@ -61398,6 +65108,7 @@ https://devsecops.co.in/2021/05/18/ansible-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://devsecops.co.in/2021/05/20/devops-interview-questions: content_hash: N/A description: '' @@ -61412,6 +65123,7 @@ https://devsecops.co.in/2021/05/20/devops-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://devsecops.co.in/2021/05/22/kubernetes-interview: content_hash: N/A description: '' @@ -61426,6 +65138,7 @@ https://devsecops.co.in/2021/05/22/kubernetes-interview: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://devspace.sh: content_hash: 4e434dd54e9ea5037e860a7b75cb967431dbe0a5b522aca6e2967301697cf74a description: '' @@ -61437,6 +65150,7 @@ https://devspace.sh: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://devstack.in: content_hash: N/A description: '' @@ -61451,6 +65165,7 @@ https://devstack.in: v2_locations: - demos.md year: N/A + addition_method: manual https://devstack.in/2020/05/25/deploy-prometheus-operator-with-helm3-and-private-registry: content_hash: N/A description: '' @@ -61466,6 +65181,7 @@ https://devstack.in/2020/05/25/deploy-prometheus-operator-with-helm3-and-private v2_locations: - prometheus.md year: N/A + addition_method: manual https://devtools.chrome.com: content_hash: 455c3f36085c405936fd14be4f5d43e1c9a4a7bf2f21a0e35d8d831b31b05cf5 description: '' @@ -61477,6 +65193,7 @@ https://devtools.chrome.com: v1_locations: - docs/ChromeDevTools.md year: N/A + addition_method: manual https://devtron.ai: ai_summary: An open-source, enterprise-grade Kubernetes dashboard and application management suite designed to abstract Kubernetes complexity. Combines CI/CD capabilities, @@ -61509,6 +65226,7 @@ https://devtron.ai: - cicd.md - kubernetes-tools.md year: N/A + addition_method: manual https://devtron.ai/blog/7-tools-to-make-kubernetes-management-easy: content_hash: 739d6bad6eb0536cbecd443a5c2ddc2dfd776bdacd3cfc434cc961f535131548 description: '' @@ -61520,6 +65238,7 @@ https://devtron.ai/blog/7-tools-to-make-kubernetes-management-easy: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://devtron.ai/blog/cmd-and-entrypoint-differences: content_hash: 0ee8b06547afd40d6c8ae8c8b6518619167d6bad171ab171846e7bc8dea4212c description: '' @@ -61536,6 +65255,7 @@ https://devtron.ai/blog/cmd-and-entrypoint-differences: v2_locations: - docker.md year: N/A + addition_method: manual https://devtron.ai/blog/kubernetes-management-made-easier-with-tools: content_hash: 2b93cf0b069001a4ed103ae0c57109fc4ecb92181eb8e1bfcf87ce4b0db27927 health_score: 100.0 @@ -61547,6 +65267,7 @@ https://devtron.ai/blog/kubernetes-management-made-easier-with-tools: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://devtron.ai/blog/troubleshoot_crashloopbackoff_pod: content_hash: 75c19883f3a48accd8251611b211954bfede9062c370b744c49d52ba076a462b description: '' @@ -61563,6 +65284,7 @@ https://devtron.ai/blog/troubleshoot_crashloopbackoff_pod: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://devxblog.hashnode.dev/kubernetes-microservice-flask-application-1: content_hash: N/A description: '' @@ -61578,6 +65300,7 @@ https://devxblog.hashnode.dev/kubernetes-microservice-flask-application-1: v2_locations: - demos.md year: N/A + addition_method: manual https://devxblog.hashnode.dev/prometheus-elevate-your-monitoring-game: content_hash: N/A description: '' @@ -61592,6 +65315,7 @@ https://devxblog.hashnode.dev/prometheus-elevate-your-monitoring-game: v2_locations: - prometheus.md year: N/A + addition_method: manual https://devxblog.hashnode.dev/simplified-setup-prometheus-cadvisor-redis-and-node-exporter: content_hash: N/A description: '' @@ -61607,6 +65331,7 @@ https://devxblog.hashnode.dev/simplified-setup-prometheus-cadvisor-redis-and-nod v2_locations: - prometheus.md year: N/A + addition_method: manual https://devxblog.hashnode.dev/terraform-with-aws: content_hash: N/A description: '' @@ -61621,6 +65346,7 @@ https://devxblog.hashnode.dev/terraform-with-aws: v2_locations: - terraform.md year: N/A + addition_method: manual https://dhall-lang.org: content_hash: 11f133365ef0840a9061371f33ef78686c39747a932941277dd1afec8cf1510b description: '' @@ -61637,6 +65363,7 @@ https://dhall-lang.org: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://diagrams.mingrammer.com: content_hash: f9c4eab63c3eb3f04401d256f75d2e520aec47473a36460e3c22fcc36fd439f3 description: '' @@ -61653,6 +65380,7 @@ https://diagrams.mingrammer.com: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://didil.medium.com/building-a-kubernetes-mutating-admission-webhook-7e48729523ed: content_hash: N/A description: '' @@ -61667,6 +65395,7 @@ https://didil.medium.com/building-a-kubernetes-mutating-admission-webhook-7e4872 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://difftastic.wilfred.me.uk: ai_summary: Curator Insight introduces Difftastic as an intelligent CLI diff tool that compares files based on their syntax tree instead of individual line changes. @@ -61696,6 +65425,7 @@ https://difftastic.wilfred.me.uk: v2_locations: - linux.md year: N/A + addition_method: manual https://digger.dev: content_hash: 281cfc4e7a16ce80abc7d688fbf8c371cbf6a3550e701953c2375b90bdb949c7 description: '' @@ -61712,6 +65442,7 @@ https://digger.dev: v2_locations: - terraform.md year: N/A + addition_method: manual https://digital.ai: content_hash: 658a09cd1a4c504d3aaf895d4d1b8769446acc2770849af09945135b1799e608 health_score: 100.0 @@ -61719,6 +65450,7 @@ https://digital.ai: needs_ai_refresh: true v1_locations: - docs/devops.md + addition_method: manual https://digital.ai/glossary: content_hash: ed553835a4f74a69b58df125e93accd3a2c789dce27efba8c91f8dc66a70abf4 health_score: 100.0 @@ -61731,6 +65463,7 @@ https://digital.ai/glossary: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://digital.ai/learn/devsecops-periodic-table: content_hash: d5d66dda6e00abd32030dd3861f3132e8bef25e644e1d20d58a1dbfade4545b1 health_score: 100.0 @@ -61743,6 +65476,7 @@ https://digital.ai/learn/devsecops-periodic-table: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://digital.ai/learn/diagram-generator: content_hash: eb86b30b5196acd63b575fa8094630e186f1f6aeae0d41934bdfdba118a68cbd health_score: 100.0 @@ -61755,6 +65489,7 @@ https://digital.ai/learn/diagram-generator: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://digital.ai/products/continuous-testing: content_hash: 782051402dfbe65d16b656155c62fe3bf4c89029050fdf463b5dab6d5c8e7680 health_score: 100.0 @@ -61767,6 +65502,7 @@ https://digital.ai/products/continuous-testing: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://digitalis.io/blog/kubernetes/kubernetes-gitops-continuous-integration-and-delivery-with-fleet-and-rancher: content_hash: 242a568bcf536be09d2505dad6073d310a14a36816b3bbc7997f1b6b3b36d8d1 description: '' @@ -61783,6 +65519,7 @@ https://digitalis.io/blog/kubernetes/kubernetes-gitops-continuous-integration-an v2_locations: - rancher.md year: N/A + addition_method: manual https://digitalisationworld.com/blogs/57435/multicloud-two-truths-and-a-lie: content_hash: 93c5925db76e81e8b05b8f9c3cfb3a3ab86f5932a7461c9252b17cc2686dcabf description: '' @@ -61799,6 +65536,7 @@ https://digitalisationworld.com/blogs/57435/multicloud-two-truths-and-a-lie: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://digitalvarys.com/devsecops-static-analysis-sast-with-jenkins-pipeline: ai_summary: Step-by-step setup walkthrough for incorporating Static Application Security Testing (SAST) parameters inside automated Jenkins pipelines. Illustrates @@ -61827,6 +65565,7 @@ https://digitalvarys.com/devsecops-static-analysis-sast-with-jenkins-pipeline: v2_locations: - devsecops.md year: N/A + addition_method: manual https://digitalvarys.com/simple-introduction-to-hashicorp-vault: ai_summary: A simplified, beginner-friendly walkthrough of Vault core terms, architecture, and deployment principles. Covers seal and unseal mechanics, storage backends, @@ -61854,6 +65593,7 @@ https://digitalvarys.com/simple-introduction-to-hashicorp-vault: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dilbert.com: content_hash: 19056bed2b87847fa51b4bfe7de35271768b3db3b9e88a5346a6ab9a5a90f534 health_score: 100.0 @@ -61861,6 +65601,7 @@ https://dilbert.com: needs_ai_refresh: true v1_locations: - docs/devops.md + addition_method: manual https://dinantpaardenkooper.nl/posts/aks-2024-03-18: ai_summary: Provides community insights and event takeaways regarding advanced AKS engineering, covering cloud scaling trends, managing internal mesh complexity @@ -61888,6 +65629,7 @@ https://dinantpaardenkooper.nl/posts/aks-2024-03-18: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dineshchandgr.medium.com/why-do-we-need-a-database-connection-pool-every-programmer-must-know-9f90e7c8e5af: content_hash: N/A description: '' @@ -61903,6 +65645,7 @@ https://dineshchandgr.medium.com/why-do-we-need-a-database-connection-pool-every v2_locations: - databases.md year: N/A + addition_method: manual https://dineshkumarkb.com/tech/how-to-specify-non-pypi-requirements-in-your-requirements-txt-file: content_hash: N/A description: '' @@ -61918,6 +65661,7 @@ https://dineshkumarkb.com/tech/how-to-specify-non-pypi-requirements-in-your-requ v2_locations: - python.md year: N/A + addition_method: manual https://dineshkumarkb.com/tech/reverse-a-linked-list-without-additional-datastructures-using-python: content_hash: N/A description: '' @@ -61933,6 +65677,7 @@ https://dineshkumarkb.com/tech/reverse-a-linked-list-without-additional-datastru v2_locations: - python.md year: N/A + addition_method: manual ? https://dinushad92.medium.com/building-a-resilient-deployment-on-kubernetes-part-3-keep-the-deployment-up-to-date-with-the-7296f18f275a : content_hash: N/A description: '' @@ -61948,6 +65693,7 @@ https://dineshkumarkb.com/tech/reverse-a-linked-list-without-additional-datastru v2_locations: - kubernetes.md year: N/A + addition_method: manual https://disaev.me/p/how-i-have-set-up-ha-postgresql-on-kubernetes: content_hash: ca72e51ccf146e261cbe5fc157f9de7f74c7b438a5e174869d44074d6a583ea8 description: '' @@ -61965,6 +65711,7 @@ https://disaev.me/p/how-i-have-set-up-ha-postgresql-on-kubernetes: v2_locations: - databases.md year: N/A + addition_method: manual https://discoblocks.io: content_hash: N/A description: '' @@ -61979,6 +65726,7 @@ https://discoblocks.io: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://discuss.hashicorp.com/t/terraform-0-13-beta-released: content_hash: 9e8df9110d20f22cc7abbc96afaee5000588a002ba30d00db577ae452e1756d9 description: '' @@ -61990,6 +65738,7 @@ https://discuss.hashicorp.com/t/terraform-0-13-beta-released: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://discuss.hashicorp.com/t/terraform-0-13-beta-released/9555: content_hash: 5230713fe88b7bc346d5d1d6b0e0dac36db147bcee0e549b1e816f451201efd8 health_score: 100.0 @@ -62002,6 +65751,7 @@ https://discuss.hashicorp.com/t/terraform-0-13-beta-released/9555: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://discuss.kubernetes.io: content_hash: 4d2d08e86d8b7918cc04d3bbfaffc7d0d65eb28bc066000f291a7294dede3648 description: '' @@ -62018,6 +65768,7 @@ https://discuss.kubernetes.io: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://divya-mohan0209.medium.com/getting-started-with-k8s-in-2022-1dfeb4bdc112: content_hash: N/A description: '' @@ -62032,6 +65783,7 @@ https://divya-mohan0209.medium.com/getting-started-with-k8s-in-2022-1dfeb4bdc112 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://divya-mohan0209.medium.com/mo-tenancy-mo-problems-f031f75374f7: content_hash: N/A description: '' @@ -62048,6 +65800,7 @@ https://divya-mohan0209.medium.com/mo-tenancy-mo-problems-f031f75374f7: - kubernetes.md - other-awesome-lists.md year: N/A + addition_method: manual ? https://dkrallis.wordpress.com/2022/11/25/how-to-create-an-openshift-cluster-in-azure-and-how-you-can-interact-with-azure-devops-environment-part-a : content_hash: f1567dcda04bd6ec22c2e93fe5a680560cfbb3858f95a2251136b30858641184 description: '' @@ -62065,6 +65818,7 @@ https://divya-mohan0209.medium.com/mo-tenancy-mo-problems-f031f75374f7: v2_locations: - ocp4.md year: N/A + addition_method: manual https://dlorenc.medium.com/whos-at-the-helm-1101c37bf0f1: content_hash: N/A description: '' @@ -62079,6 +65833,7 @@ https://dlorenc.medium.com/whos-at-the-helm-1101c37bf0f1: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dmcommunity.org/2020/01/12/who-will-win-spring-boot-or-quarkus: content_hash: 123cf60b680f5194611cd6df843d9a5ed0610e0843cf30e89db48bc444721ce1 description: '' @@ -62095,6 +65850,7 @@ https://dmcommunity.org/2020/01/12/who-will-win-spring-boot-or-quarkus: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dnastacio.medium.com/gitops-argocd-security-cbb6fb6378bb: content_hash: N/A description: '' @@ -62109,6 +65865,7 @@ https://dnastacio.medium.com/gitops-argocd-security-cbb6fb6378bb: v2_locations: - argo.md year: N/A + addition_method: manual https://dnastacio.medium.com/kubernetes-resources-1a1fa1e72dcf: content_hash: N/A description: '' @@ -62123,6 +65880,7 @@ https://dnastacio.medium.com/kubernetes-resources-1a1fa1e72dcf: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://dnastacio.medium.com/the-art-and-science-of-probing-a-kubernetes-container-db1f16539080: content_hash: N/A description: '' @@ -62137,6 +65895,7 @@ https://dnastacio.medium.com/the-art-and-science-of-probing-a-kubernetes-contain v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dnastacio.medium.com/why-you-should-keep-using-cpu-limits-on-kubernetes-60c4e50dfc61: content_hash: N/A description: '' @@ -62152,6 +65911,7 @@ https://dnastacio.medium.com/why-you-should-keep-using-cpu-limits-on-kubernetes- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dnschecker.org: content_hash: N/A description: '' @@ -62166,6 +65926,7 @@ https://dnschecker.org: v2_locations: - linux.md year: N/A + addition_method: manual https://doc.new: content_hash: fe93628e9dd6d761b7bea6bc6ac0cd18765d06788bd604695e4e78cffd9d6cf2 description: '' @@ -62177,6 +65938,7 @@ https://doc.new: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://doc.traefik.io/traefik: ai_summary: 'The official documentation for Traefik Proxy, showcasing a clean, production-grade implementation of MkDocs. It illustrates how complex microservice routing, TLS @@ -62208,6 +65970,7 @@ https://doc.traefik.io/traefik: - mkdocs.md - kubernetes-security.md year: '2025' + addition_method: manual https://docker-curriculum.com: content_hash: 32386b8d567d17286e74905b0ff445a648c709d630517c06f6b04dee51191fa3 description: '' @@ -62224,6 +65987,7 @@ https://docker-curriculum.com: v2_locations: - docker.md year: N/A + addition_method: manual https://docker-py.readthedocs.org: content_hash: c16d30aa4f58a36066e4737a2f3940543e099f8937cfa6f364b9c663ca85ccf9 health_score: 100.0 @@ -62236,6 +66000,7 @@ https://docker-py.readthedocs.org: - docs/python.md v2_locations: - python.md + addition_method: manual https://dockerlabs.collabnix.com/docker/cheatsheet: content_hash: 8952da10c91154606891035b192e04c3162aae72835d81d3ce6a70fb1a88e3a0 description: '' @@ -62252,6 +66017,7 @@ https://dockerlabs.collabnix.com/docker/cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dockerlabs.collabnix.com/kubernetes/cheatsheets/kubectl.html: content_hash: 4b6f39058bc4ff06e0046ec7f9fc0353601f97c7d564f8c45f59621a92237271 description: '' @@ -62268,6 +66034,7 @@ https://dockerlabs.collabnix.com/kubernetes/cheatsheets/kubectl.html: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dockerlabs.collabnix.com/kubernetes/kubetools: content_hash: 922165821bfbeab358f810cb0f993eaa13de3534c9156b321e29b47061548b7f health_score: 100.0 @@ -62281,6 +66048,7 @@ https://dockerlabs.collabnix.com/kubernetes/kubetools: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://dockerlux.github.io/pdf/cheat-sheet-v2.pdf: content_hash: ed359f650140813a055f35140ace8451036284aa45de5634afa61a9a57530a5f description: '' @@ -62297,6 +66065,7 @@ https://dockerlux.github.io/pdf/cheat-sheet-v2.pdf: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://docs.amplify.aws/javascript/build-a-backend/auth/set-up-auth: content_hash: c8f859b204a0274a9648d80a54192ed2d498c6cee4add92e57164f906b9da282 description: '' @@ -62313,6 +66082,7 @@ https://docs.amplify.aws/javascript/build-a-backend/auth/set-up-auth: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://docs.ansible.com: content_hash: f090276e222b37f7d4787ba13102492d35d468cc7715f376f8a7a3076982eb58 description: '' @@ -62329,6 +66099,7 @@ https://docs.ansible.com: v2_locations: - ansible.md year: N/A + addition_method: manual https://docs.ansible.com/ansible-tower/index.html: content_hash: 5cb96ce6807373c11e52c7ce42e2a998a6b42428e50080f894ab642d68e5b06d description: '' @@ -62340,6 +66111,7 @@ https://docs.ansible.com/ansible-tower/index.html: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_module.html: content_hash: f33f8d4b81a7e26d6bb655ee94964513c94c7c41da723b39eb3adb5ed4bcfe76 description: '' @@ -62352,6 +66124,7 @@ https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_module. v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_plugin_module.html: content_hash: a09ce03cf5c351bee39eb29ba8baaca8458315101204311da3c520a424b7fa4a description: '' @@ -62363,6 +66136,7 @@ https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_plugin_ v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/collections/kubernetes/core/k8s_module.html: content_hash: 95b41d2391d1f0ca9a31771b92f60c991070f9ecc0ab546330124e78a45f36fb description: '' @@ -62376,6 +66150,7 @@ https://docs.ansible.com/ansible/latest/collections/kubernetes/core/k8s_module.h - docs/about.md - docs/ansible.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/collections/netbox/netbox/index.html: content_hash: 7e318f8da7703df94993413fe21a59bc4bbc49b0091060e8333d9e00287fc176 description: '' @@ -62387,6 +66162,7 @@ https://docs.ansible.com/ansible/latest/collections/netbox/netbox/index.html: v1_locations: - docs/networking.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html: content_hash: 908028ecadce4ec6966854502a3b691bf3fb9dd7dd2f797f8dd4d691738413da description: '' @@ -62398,6 +66174,7 @@ https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.htm v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/modules/k8s_module.html: content_hash: 1905b0598c9890f39199c4cb4aa36095ab562f7e646c52a5a162dd7fd458a374 description: '' @@ -62409,6 +66186,7 @@ https://docs.ansible.com/ansible/latest/modules/k8s_module.html: v1_locations: - docs/kubectl-commands.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/scenario_guides/cloud_guides.html: content_hash: 464394003c2795ff8aba348da3feb14fa01c54edc5f9104f03ed6c1f21a21f1b description: '' @@ -62420,6 +66198,7 @@ https://docs.ansible.com/ansible/latest/scenario_guides/cloud_guides.html: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/user_guide/playbooks.html: content_hash: N/A description: '' @@ -62431,6 +66210,7 @@ https://docs.ansible.com/ansible/latest/user_guide/playbooks.html: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://docs.ansible.com/ansible/latest/user_guide/playbooks_advanced_syntax.html: content_hash: N/A description: '' @@ -62442,6 +66222,7 @@ https://docs.ansible.com/ansible/latest/user_guide/playbooks_advanced_syntax.htm v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://docs.ansible.com/projects/ansible/latest/collections/kubernetes/core/helm_module.html: content_hash: 76f55fb81f0d906511d4b73892615285a846739b06b7416eb1f35b76610e83b0 health_score: 100.0 @@ -62454,6 +66235,7 @@ https://docs.ansible.com/projects/ansible/latest/collections/kubernetes/core/hel - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://docs.ansible.com/projects/ansible/latest/collections/kubernetes/core/helm_plugin_module.html: content_hash: 935c345fbe4128d703804f4d75abf7c59bb2220af9cef1742eceea93bc48bc40 health_score: 100.0 @@ -62466,6 +66248,7 @@ https://docs.ansible.com/projects/ansible/latest/collections/kubernetes/core/hel - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://docs.ansible.com/projects/ansible/latest/collections/kubernetes/core/k8s_module.html: content_hash: edefd86e3c9731345af0b5bf876574b61ba48a32c059077c453a3d603e61520e health_score: 100.0 @@ -62480,6 +66263,7 @@ https://docs.ansible.com/projects/ansible/latest/collections/kubernetes/core/k8s - kubectl-commands.md - about.md - ansible.md + addition_method: manual https://docs.ansible.com/projects/ansible/latest/collections/netbox/netbox/index.html: content_hash: 3f56914c9a3b03d944bf12f7c60115e39f6906d0a9b58e4f0dd3afd613efd911 health_score: 100.0 @@ -62492,6 +66276,7 @@ https://docs.ansible.com/projects/ansible/latest/collections/netbox/netbox/index v2_locations: - networking.md - index.md + addition_method: manual https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_modules_general.html: content_hash: e38ee83362e7418e9306a2c491fa19ba008f71f1289606a0f9256db1cfdf418c health_score: 100.0 @@ -62503,6 +66288,7 @@ https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_modules_ge - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://docs.ansible.com/projects/ansible/latest/scenario_guides/cloud_guides.html: content_hash: 27dc04e29cf986a81f96c523cf7c3e2c260922c06b846d0081b643ebd7133bb1 health_score: 100.0 @@ -62514,6 +66300,7 @@ https://docs.ansible.com/projects/ansible/latest/scenario_guides/cloud_guides.ht - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://docs.ansible.com/projects/ansible/latest/user_guide/playbooks.html: content_hash: 7ce3ddc1aa8727979c7186fbe5352dfe897af81881450ae3c826ce15f41b1a3a health_score: 100.0 @@ -62525,6 +66312,7 @@ https://docs.ansible.com/projects/ansible/latest/user_guide/playbooks.html: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://docs.ansible.com/projects/ansible/latest/user_guide/playbooks_advanced_syntax.html: ai_summary: Curator Insight details the native usage of YAML anchors within Ansible Playbooks. Live Grounding shows how leveraging native YAML references reduces @@ -62547,6 +66335,7 @@ https://docs.ansible.com/projects/ansible/latest/user_guide/playbooks_advanced_s v2_locations: - yaml.md year: '2022' + addition_method: manual https://docs.ansible.com/projects/molecule: content_hash: ede22deab9f01dfa3de0891ad285300a9a4bdc5c3f11aeb2a32a19706cea8889 health_score: 100.0 @@ -62558,6 +66347,7 @@ https://docs.ansible.com/projects/molecule: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://docs.aporeto.com/docs/main/guides/okd-master-api-protection: content_hash: ca834ee9db8bffed8a3fde1272aa93226b3a4f7e0159550c18563d621e838bc5 description: '' @@ -62573,6 +66363,7 @@ https://docs.aporeto.com/docs/main/guides/okd-master-api-protection: v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.astronomer.io/learn/dynamically-generating-dags: content_hash: 8b775b2f47f2e416b9b4f3d5b2ac65ec9d5f27b80a8e7610d7a3a5a046994724 description: '' @@ -62584,6 +66375,7 @@ https://docs.astronomer.io/learn/dynamically-generating-dags: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-template-resource-type-ref.html: last_checked: 1779388707.574887 status: online @@ -62591,6 +66383,7 @@ https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-templ - '[COMMUNITY-TOOL]' v2_locations: - aws-iac.md + addition_method: manual https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html: content_hash: 762aed88a8db85f26c944592050d5c22b77b981c4531ea67bf732c631dbe0159 health_score: 100.0 @@ -62602,6 +66395,7 @@ https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.ht - docs/aws-iac.md v2_locations: - aws-iac.md + addition_method: manual https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html: content_hash: c360ac3735602e76e7cc222f60ae809ec971b6c6ef376dcf955167df4dab4030 health_score: 100.0 @@ -62613,6 +66407,7 @@ https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-reso - docs/aws-iac.md v2_locations: - aws-iac.md + addition_method: manual https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/doc-history.html: last_checked: 1779388707.662293 status: online @@ -62620,6 +66415,7 @@ https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/doc-history.html: - '[COMMUNITY-TOOL]' v2_locations: - aws-iac.md + addition_method: manual https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html: content_hash: 329c84a869e18fef54426f0e5ded20902f7071940fa018ef6c2d47ab2b811b38 health_score: 100.0 @@ -62627,6 +66423,7 @@ https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html: needs_ai_refresh: true v1_locations: - docs/aws-newfeatures.md + addition_method: manual https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html: content_hash: c499d08fda16067069072d1723ce7661581a1fc2915a73e69d9ff828e7adebf3 health_score: 100.0 @@ -62638,6 +66435,7 @@ https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html: ai_summary: 'Curator Insight: Technical documentation specifying ENI limits and IP exhaustion thresholds in EC2. Live Grounding: Critical reference for EKS network @@ -62665,6 +66463,7 @@ https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-limits.html: content_hash: 7c55ba6d784405e93a564ec1f115211a58a1f2c8da284c57dc8471eff866a940 health_score: 100.0 @@ -62676,6 +66475,7 @@ https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-l - docs/aws-messaging.md v2_locations: - aws-messaging.md + addition_method: manual https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html: last_checked: 1779388491.048256 status: online @@ -62683,6 +66483,7 @@ https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-q - '[COMMUNITY-TOOL]' v2_locations: - aws-messaging.md + addition_method: manual https://docs.aws.amazon.com/AmazonECR/latest/userguide: last_checked: 1779388802.641463 status: online @@ -62690,6 +66491,7 @@ https://docs.aws.amazon.com/AmazonECR/latest/userguide: - '[COMMUNITY-TOOL]' v2_locations: - aws-containers.md + addition_method: manual https://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_GetStarted.html: content_hash: 01a959416ae4144fc8e1c21a95ef06c2afbcdb02de8dd147f66ee727f9a4a2be health_score: 100.0 @@ -62701,6 +66503,7 @@ https://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_GetStarted.html: - docs/aws-containers.md v2_locations: - aws-containers.md + addition_method: manual https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html: content_hash: b357ad135a836c0b87743ad46fe0ee86203e8e33131f4bcd5c647054d4ffa559 health_score: 100.0 @@ -62713,6 +66516,7 @@ https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.ht - docs/aws-containers.md v2_locations: - aws-containers.md + addition_method: manual https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Tutorials.RestoringFromSnapshot.html: ai_summary: Official Amazon RDS guide for restoring database environments from snapshots. Details parameter group mappings, VPC/Subnet target assignments, and DB engine @@ -62739,6 +66543,7 @@ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Tutorials.RestoringF v2_locations: - aws-databases.md year: '2026' + addition_method: manual https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html: last_checked: 1779388318.525195 status: online @@ -62746,6 +66551,7 @@ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.htm - '[COMMUNITY-TOOL]' v2_locations: - aws-databases.md + addition_method: manual https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateOracleInstance.html: content_hash: 76848e362badc26d301e750b0c58487a09b4be5f72baed2df1b974c8eabfb2cf health_score: 100.0 @@ -62757,6 +66563,7 @@ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateOracleInstance - docs/aws-databases.md v2_locations: - aws-databases.md + addition_method: manual https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html: ai_summary: Exhaustive official guide detailing the design, limits, and monitoring of read-replicas for open-source engines in AWS RDS. Covers cross-region replication @@ -62783,6 +66590,7 @@ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html: v2_locations: - aws-databases.md year: '2026' + addition_method: manual https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html: ai_summary: The foundational AWS RDS VPC networking architecture reference. Analyzes subnet group designations, public versus private access configurations, and network @@ -62809,6 +66617,7 @@ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSIn v2_locations: - aws-databases.md year: '2026' + addition_method: manual https://docs.aws.amazon.com/AmazonS3/latest/API/ipv6-access.html: last_checked: 1779388318.511279 status: online @@ -62816,6 +66625,7 @@ https://docs.aws.amazon.com/AmazonS3/latest/API/ipv6-access.html: - '[COMMUNITY-TOOL]' v2_locations: - aws-storage.md + addition_method: manual https://docs.aws.amazon.com/AmazonS3/latest/dev/ipv6-access.html: content_hash: ea99d3922b673a9d765b99ba2ed1d1d1cfb5477c95d158d5a0a52f36bcdaa66c health_score: 100.0 @@ -62827,6 +66637,7 @@ https://docs.aws.amazon.com/AmazonS3/latest/dev/ipv6-access.html: - docs/aws-storage.md v2_locations: - aws-storage.md + addition_method: manual https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started.html: content_hash: 8c34fde277bfc39b78a30caa1879bc41d0a200949b990f01530090bb7d4e21fe health_score: 100.0 @@ -62839,6 +66650,7 @@ https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started.html: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide: last_checked: 1779388318.579058 status: online @@ -62846,6 +66658,7 @@ https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide: - '[COMMUNITY-TOOL]' v2_locations: - aws-databases.md + addition_method: manual https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_SchemaConversionTool.Converting.CreateProject.html: content_hash: cf75bb2e1ce78c81f6df53a942fa15566bef4edf2d1da8e162b80ded1cecb3ea health_score: 100.0 @@ -62857,6 +66670,7 @@ https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_SchemaCon - docs/aws-databases.md v2_locations: - aws-databases.md + addition_method: manual https://docs.aws.amazon.com/apigateway/latest/developerguide/create-api-using-import-export-api.html: content_hash: 8ccce5a261d1792faafcd31f22e5989ef8832353f26bfe10fb50263f1f2bd766 health_score: 100.0 @@ -62869,6 +66683,7 @@ https://docs.aws.amazon.com/apigateway/latest/developerguide/create-api-using-im - docs/aws.md v2_locations: - aws.md + addition_method: manual https://docs.aws.amazon.com/application-discovery/latest/userguide/what-is-appdiscovery.html: content_hash: 6dea5556b7536672192e5e45e047a9dd6fc72de17822dea90f759adfd30bb90f health_score: 100.0 @@ -62881,6 +66696,7 @@ https://docs.aws.amazon.com/application-discovery/latest/userguide/what-is-appdi - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html: content_hash: 793312f1f190abdbe38ce8fc76ecadc974aa4a78aef4938aea9e346301226fc3 health_score: 100.0 @@ -62893,6 +66709,7 @@ https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://docs.aws.amazon.com/cli/latest/index.html: content_hash: 9f5e0652e2c7d33774bf5a29b1a00e45bb525d3eb642508acdf8f80cff43ddb0 health_score: 100.0 @@ -62904,6 +66721,7 @@ https://docs.aws.amazon.com/cli/latest/index.html: - docs/aws-tools-scripts.md v2_locations: - aws-tools-scripts.md + addition_method: manual https://docs.aws.amazon.com/cli/latest/reference/codepipeline/index.html: content_hash: 857822c0199e85e3100e48b0805b3bf728a013369213dcd509f3e97fd1ee6586 health_score: 100.0 @@ -62916,6 +66734,7 @@ https://docs.aws.amazon.com/cli/latest/reference/codepipeline/index.html: - docs/aws-tools-scripts.md v2_locations: - aws-tools-scripts.md + addition_method: manual https://docs.aws.amazon.com/cli/latest/reference/service-quotas/get-service-quota.html: content_hash: 2874169fcf3f85b1993d9115957bf9bb72c1935c7bb27760b487a3c794cfcfd7 health_score: 100.0 @@ -62927,6 +66746,7 @@ https://docs.aws.amazon.com/cli/latest/reference/service-quotas/get-service-quot - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html: content_hash: d5ce619ea033c6ca6179adc1b46890f13a6b98829983b9127ea41ebf26922f15 description: '' @@ -62943,6 +66763,7 @@ https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.htm v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://docs.aws.amazon.com/data-pipeline: content_hash: e5d2c6bf4d206f02b9dac007cda78f448b979def9fb8fde4370c636472ada4f5 health_score: 100.0 @@ -62954,6 +66775,7 @@ https://docs.aws.amazon.com/data-pipeline: - docs/aws-data.md v2_locations: - aws-data.md + addition_method: manual https://docs.aws.amazon.com/data-pipeline/index.html: content_hash: 51bad39648418f870cc7bf6ffb620590197ca607b0923977477f809627aae418 description: '' @@ -62965,6 +66787,7 @@ https://docs.aws.amazon.com/data-pipeline/index.html: v1_locations: - docs/aws-data.md year: N/A + addition_method: manual https://docs.aws.amazon.com/eks/latest/userguide/autoscaling.html: content_hash: a3dc4abc9151541318b97da8a6b9efa63ae3130aadf1786c4684b95941ab0fdb health_score: 100.0 @@ -62976,6 +66799,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/autoscaling.html: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual 'https://docs.aws.amazon.com/eks/latest/userguide/calico.html ': content_hash: 92dc5d2a435b305fe917252b3b0dcd9345c2e1fc22c4f4c3735457cef6021f1b description: '' @@ -62987,6 +66811,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/autoscaling.html: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html: content_hash: 15b1a69c1832f01c65be6d3f2d2f9525fabf1317c4c31b6cd92f0c753f1621b1 description: '' @@ -62998,6 +66823,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://docs.aws.amazon.com/eks/latest/userguide/cni-network-policy.html: ai_summary: 'Curator Insight: Official AWS guide to configuring Calico as a network policy engine within EKS clusters. Live Grounding: Standard pattern for implementing @@ -63019,6 +66845,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/cni-network-policy.html: v2_locations: - kubernetes-security.md year: '2025' + addition_method: manual https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html: ai_summary: Official AWS documentation explaining the management of curated, enterprise-grade EKS cluster add-ons (such as VPC CNI, CoreDNS, and kube-proxy). It outlines the @@ -63041,6 +66868,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2026' + addition_method: manual https://docs.aws.amazon.com/eks/latest/userguide/managing-add-ons.html: content_hash: e7c8cc407543ca14cfb4a60b6ebaccf82f99dd6e3bf5cbc7633d578d96d4005a description: '' @@ -63052,6 +66880,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/managing-add-ons.html: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.aws.amazon.com/eks/latest/userguide/sample-deployment.html: content_hash: 5f45481187ecef1505223db8d8ab35204f78c6d58f112801740b2ca8099431cf health_score: 100.0 @@ -63063,6 +66892,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/sample-deployment.html: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html: ai_summary: 'Curator Insight: Official AWS guidelines on minimal security group parameters for EKS control planes and workers. Live Grounding: Vital infrastructure @@ -63090,6 +66920,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://docs.aws.amazon.com/eks/latest/userguide/update-managed-node-group.html: ai_summary: The official AWS guide to executing rolling upgrades on EKS Managed Node Groups with zero-downtime guarantees. It details node drain strategies, maximum @@ -63118,6 +66949,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/update-managed-node-group.html: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_PHP_eb.html: content_hash: 1916ddc5c10c9313b7e592b4140363fe5cd9f815b1bc6938ab2a69a6ffd38a9f health_score: 100.0 @@ -63130,6 +66962,7 @@ https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_PHP_eb.html - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-applicationloadbalancer.html: content_hash: b3fd00f8c5849ff7d78bcf19a8b19f2d75e0a75651aab161f5e13c5fd24ae62d health_score: 100.0 @@ -63142,6 +66975,7 @@ https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-applicat - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-ha-tutorial.html: content_hash: 1749f95bb2af97c1ec37d02fec3b3e407922ae12ecaecbb9a5e9904e4de70939 health_score: 100.0 @@ -63154,6 +66988,7 @@ https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-ha-tutorial.html: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html: content_hash: dd1967a5ab295e94bc4ad0dffb68120707b7cc84430c078bfe3ec4cf5ed63dc4 health_score: 100.0 @@ -63166,6 +67001,7 @@ https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-b - docs/aws-networking.md v2_locations: - aws-networking.md + addition_method: manual https://docs.aws.amazon.com/general/latest/gr/glos-chap.html: content_hash: 0b64126f6fa10100a14fa578ef09e1d90e7f16f705a91f2742e63fb0f33acf4f health_score: 100.0 @@ -63178,6 +67014,7 @@ https://docs.aws.amazon.com/general/latest/gr/glos-chap.html: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://docs.aws.amazon.com/hands-on/latest/create-mysql-db/create-mysql-db.html: ai_summary: A beginner-to-intermediate hands-on tutorial for launching a MySQL DB instance inside AWS RDS. Walks through security group access policies, DB engine @@ -63199,6 +67036,7 @@ https://docs.aws.amazon.com/hands-on/latest/create-mysql-db/create-mysql-db.html v2_locations: - aws-databases.md year: '2026' + addition_method: manual https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html: content_hash: 0392385e0e81f029e2f82062cce6ab52e0765486d4b26d6ad6388c8606458155 health_score: 100.0 @@ -63211,6 +67049,7 @@ https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://docs.aws.amazon.com/kinesis: ai_summary: Official AWS documentation for Kinesis Data Streams. Highly resilient, fully managed cloud service for real-time data streaming at scale, designed for @@ -63233,6 +67072,7 @@ https://docs.aws.amazon.com/kinesis: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://docs.aws.amazon.com/kinesis/index.html: content_hash: 89f68bcd396376649118300dd888a192ca699fea639d9457294299adf2379491 description: '' @@ -63244,6 +67084,7 @@ https://docs.aws.amazon.com/kinesis/index.html: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html: content_hash: c6b1b2c6df0ee07b2b2a09022c67277969c0ce82b1fffca1949fa94a606d7048 description: '' @@ -63261,6 +67102,7 @@ https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html: v2_locations: - aws-security.md year: N/A + addition_method: manual https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html: ai_summary: This official developer guide provides programmatic blueprints for compiling, packaging, and deploying Python-based application code within AWS Lambda environments. @@ -63290,6 +67132,7 @@ https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deploym v2_locations: - aws-serverless.md year: '2024' + addition_method: manual https://docs.aws.amazon.com/lambda/latest/dg/limits.html: ai_summary: The authoritative reference for hard and soft resource constraints governing AWS Lambda execution environments, including memory allocation, concurrency limits, @@ -63318,6 +67161,7 @@ https://docs.aws.amazon.com/lambda/latest/dg/limits.html: v2_locations: - aws-serverless.md year: '2025' + addition_method: manual https://docs.aws.amazon.com/linux/al2/ug/SSL-on-amazon-linux-2.html: last_checked: 1779388817.867048 status: online @@ -63325,6 +67169,7 @@ https://docs.aws.amazon.com/linux/al2/ug/SSL-on-amazon-linux-2.html: - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual ? https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/access-container-applications-privately-on-amazon-eks-using-aws-privatelink-and-a-network-load-balancer.html : ai_summary: A prescriptive AWS design pattern illustrating private, cross-VPC service consumption using AWS PrivateLink and a Network Load Balancer (NLB). It highlights @@ -63355,6 +67200,7 @@ https://docs.aws.amazon.com/linux/al2/ug/SSL-on-amazon-linux-2.html: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture: content_hash: e91eb43937fe8f8b2b5886c3936076b7af22d349c1574e46c945fc0667f25d45 health_score: 100.0 @@ -63366,6 +67212,7 @@ https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-arch - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/architecture.html: content_hash: 43c4688b2c7f6dc3feef417c4626dad64f47b0e7e8a1fbacb9f8876b4e6931fb description: '' @@ -63382,6 +67229,7 @@ https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-arch v2_locations: - aws.md year: N/A + addition_method: manual https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/welcome.html: content_hash: 4b79c0b7e720e42066f9067d19addac37f70dcf971fde64d898549596a1f7057 description: '' @@ -63393,6 +67241,7 @@ https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-arch v1_locations: - docs/aws-security.md year: N/A + addition_method: manual https://docs.aws.amazon.com/redshift/latest/dg/tutorial-tuning-tables.html: ai_summary: Curator Insight provides the authoritative AWS tutorial on optimizing Amazon Redshift table structures. Live Grounding highlights deep configurations @@ -63421,6 +67270,7 @@ https://docs.aws.amazon.com/redshift/latest/dg/tutorial-tuning-tables.html: v2_locations: - aws-databases.md year: '2021' + addition_method: manual https://docs.aws.amazon.com/security: content_hash: N/A description: '' @@ -63436,6 +67286,7 @@ https://docs.aws.amazon.com/security: v2_locations: - aws-security.md year: N/A + addition_method: manual https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html: content_hash: 99247f1032b115b3113a6af1e0f1d3c262561b821cde298ce57d642e237d4277 description: '' @@ -63455,6 +67306,7 @@ https://docs.aws.amazon.com/service-authorization/latest/reference/reference_pol - cheatsheets.md - aws.md year: N/A + addition_method: manual https://docs.aws.amazon.com/storagegateway: last_checked: 1779388318.703882 status: online @@ -63462,6 +67314,7 @@ https://docs.aws.amazon.com/storagegateway: - '[COMMUNITY-TOOL]' v2_locations: - aws-storage.md + addition_method: manual https://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStarted-common.html: content_hash: 100755cd4bad8eff79086af1eb3396cd31636347793301186bc0391b98345bbc health_score: 100.0 @@ -63472,12 +67325,14 @@ https://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStarted-commo - docs/aws-storage.md v2_locations: - aws-storage.md + addition_method: manual https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html: content_hash: 6e8804f0e17f2103d95b85c6a6c577da845692616d9ed276898be889b01803bc health_score: 100.0 last_checked: 1779034456.435133 v1_locations: - docs/devsecops.md + addition_method: manual https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html: ai_summary: 'The official AWS Well-Architected Framework documentation defining six foundational pillars: Security, Reliability, Performance Efficiency, Cost @@ -63506,6 +67361,7 @@ https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html: v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/application-security.html: content_hash: 8320734e2d48178618f1cb0ae09960072ef9444e247736797018ba520bd71f22 description: '' @@ -63522,6 +67378,7 @@ https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/application-s v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://docs.aws.amazon.com/whitepapers/latest/aws-best-practices-ddos-resiliency/configuring-route53-for-cost-protection-from-nxdomain-attacks.html : content_hash: bae467af5c2b300dcb5bf98ec88ed8e78d8f8d51d135f4c298dd216610e6c79f description: '' @@ -63538,6 +67395,7 @@ https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/application-s v2_locations: - aws-networking.md year: N/A + addition_method: manual https://docs.aws.amazon.com/whitepapers/latest/microservices-on-aws/microservices-on-aws.html: content_hash: cc3f889b485723b1576aba7d98e9fc806561a908e929c5e8de1b112a886c325c description: '' @@ -63554,6 +67412,7 @@ https://docs.aws.amazon.com/whitepapers/latest/microservices-on-aws/microservice v2_locations: - aws.md year: N/A + addition_method: manual https://docs.aws.amazon.com/whitepapers/latest/organizing-your-aws-environment/organizing-your-aws-environment.html: content_hash: 16eb07aed1d4b5dd04bb9543c7bf0b46f794dd5187226e396eab3f8b9dec5198 description: '' @@ -63571,6 +67430,7 @@ https://docs.aws.amazon.com/whitepapers/latest/organizing-your-aws-environment/o v2_locations: - aws-security.md year: N/A + addition_method: manual https://docs.cloud.google.com/architecture/security/owasp-top-ten-mitigation: ai_summary: A detailed architectural whitepaper outlining how to protect applications deployed on Google Cloud against the classic OWASP Top 10 vulnerabilities. Features @@ -63594,6 +67454,7 @@ https://docs.cloud.google.com/architecture/security/owasp-top-ten-mitigation: v2_locations: - devsecops.md year: '2023' + addition_method: manual https://docs.cloud.google.com/code/docs/vscode/yaml-editing: ai_summary: Official Google Cloud tutorial configuring Visual Studio Code with structural snippets, optimizing engineering speeds when deploying nested Kubernetes objects. @@ -63615,6 +67476,7 @@ https://docs.cloud.google.com/code/docs/vscode/yaml-editing: v2_locations: - scaffolding.md year: '2023' + addition_method: manual https://docs.cloud.google.com/compute/docs/containers: content_hash: f8667b084d915c2a0ea399d9fbec0278c0d051a64b48f804978d6fdfb38ae540 health_score: 100.0 @@ -63627,6 +67489,7 @@ https://docs.cloud.google.com/compute/docs/containers: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://docs.cloud.google.com/config-connector/docs/overview: content_hash: aa9788ba015f0f8cebce570fdb7b309d2b299d1079c2f337d2c27c0290b1773d health_score: 100.0 @@ -63641,6 +67504,7 @@ https://docs.cloud.google.com/config-connector/docs/overview: v2_locations: - kubernetes-tools.md - iac.md + addition_method: manual https://docs.cloud.google.com/deploy/docs/deploy-app-run: content_hash: 56b670760a09be5b2f985163fbb81f7adc6c5b1d2be049da2d3a6c5b1631875d health_score: 100.0 @@ -63648,6 +67512,7 @@ https://docs.cloud.google.com/deploy/docs/deploy-app-run: needs_ai_refresh: true v1_locations: - docs/GoogleCloudPlatform.md + addition_method: manual https://docs.cloud.google.com/docs/get-started/aws-azure-gcp-service-comparison: content_hash: 23aa2883ee9ff802d1e9d90ef7849d71ecc50a35a0f8598ce06babc818bf801c health_score: 100.0 @@ -63662,11 +67527,13 @@ https://docs.cloud.google.com/docs/get-started/aws-azure-gcp-service-comparison: v2_locations: - GoogleCloudPlatform.md - public-cloud-solutions.md + addition_method: manual https://docs.cloud.google.com/docs/get-started/aws-azure-gcp-service-comparison/aws: health_score: 64.0 last_checked: 1779130494.961336 v1_locations: - docs/GoogleCloudPlatform.md + addition_method: manual https://docs.cloud.google.com/docs/terraform/blueprints/terraform-blueprints: content_hash: bf07a9860b902b906044cdc19aba514806cf20b5582d2340b058b9b9b64e23d0 health_score: 100.0 @@ -63679,6 +67546,7 @@ https://docs.cloud.google.com/docs/terraform/blueprints/terraform-blueprints: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://docs.cloud.google.com/dotnet/docs/creating-cicd-pipeline-vsts-compute-engine: content_hash: b2abfa80a68db95d94fa4dd0e612187e1fb7a372842815bb3fa59fa19a3fe6a3 health_score: 100.0 @@ -63691,6 +67559,7 @@ https://docs.cloud.google.com/dotnet/docs/creating-cicd-pipeline-vsts-compute-en - docs/azure.md v2_locations: - azure.md + addition_method: manual https://docs.cloud.google.com/kubernetes-engine/config-sync/docs/overview: content_hash: 3669a13a2a876210a257e2889122d123c580e7e2c53bcf87e5073094e5ef17ec health_score: 100.0 @@ -63705,6 +67574,7 @@ https://docs.cloud.google.com/kubernetes-engine/config-sync/docs/overview: v2_locations: - gitops.md - GoogleCloudPlatform.md + addition_method: manual https://docs.cloud.google.com/kubernetes-engine/docs: content_hash: f7fe6a4457c359cce2a993967cb2f8b7c78fe257d8eb505f788be682d438ba14 health_score: 100.0 @@ -63717,6 +67587,7 @@ https://docs.cloud.google.com/kubernetes-engine/docs: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://docs.cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview: ai_summary: Primary conceptual documentation for GKE Autopilot. Highlights SLA details, security-hardening parameters, dynamic pricing models, and specific restrictions @@ -63738,6 +67609,7 @@ https://docs.cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual https://docs.cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler: content_hash: 649a1d7d6d9eb5210857d158e2695e64d58db6ba181753d1a2ddfe7c5b90f9d2 health_score: 100.0 @@ -63750,6 +67622,7 @@ https://docs.cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://docs.cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns: ai_summary: A technical implementation guide for GKE Cloud DNS integration using VPC-scope DNS architectures. Explains how to achieve seamless name resolution @@ -63771,6 +67644,7 @@ https://docs.cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual https://docs.cloud.google.com/kubernetes-engine/docs/how-to/nodelocal-dns-cache: ai_summary: Covers setting up NodeLocal DNSCache in GKE clusters. Explains how running a lightweight DNS caching daemon as a DaemonSet helps mitigate connection-tracking @@ -63793,6 +67667,7 @@ https://docs.cloud.google.com/kubernetes-engine/docs/how-to/nodelocal-dns-cache: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://docs.cloud.google.com/load-balancing/docs/l7-internal: content_hash: 1af0da9ab0d60f640975badc41dd8605a187a41f8fe08c21a1381c9efc964481 health_score: 100.0 @@ -63805,6 +67680,7 @@ https://docs.cloud.google.com/load-balancing/docs/l7-internal: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://docs.cloud.google.com/pubsub/docs/overview: ai_summary: Comprehensive documentation for GCP Pub/Sub, an enterprise-grade, globally distributed, fully-managed asynchronous messaging service. It provides consistent @@ -63828,6 +67704,7 @@ https://docs.cloud.google.com/pubsub/docs/overview: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://docs.cloud.google.com/sdk/docs/cheatsheet?hl=en: content_hash: dd798c6b82589ff1994a22dc716a65c906c1df4277aa435f6fd0ad08ed5837de health_score: 100.0 @@ -63840,6 +67717,7 @@ https://docs.cloud.google.com/sdk/docs/cheatsheet?hl=en: - docs/GoogleCloudPlatform.md v2_locations: - GoogleCloudPlatform.md + addition_method: manual https://docs.cloud.google.com/secret-manager/docs/analyze-resources: ai_summary: Official Google Cloud documentation describing how to audit and analyze secret exposure utilizing the Cloud Asset Inventory. It helps cloud compliance @@ -63862,6 +67740,7 @@ https://docs.cloud.google.com/secret-manager/docs/analyze-resources: v2_locations: - devsecops.md year: '2024' + addition_method: manual https://docs.cloud.google.com/secret-manager/docs/best-practices: content_hash: 2a4a81333bc60d73ff394bf02df9f42a4f907f5e6e2020a98be303c13bea559c health_score: 100.0 @@ -63874,6 +67753,7 @@ https://docs.cloud.google.com/secret-manager/docs/best-practices: - docs/GoogleCloudPlatform.md v2_locations: - GoogleCloudPlatform.md + addition_method: manual https://docs.cloud.google.com/service-mesh/docs: content_hash: b6034a03fccf384c3921062709f1cbf202737095bded1849274fca7d77c7c1e0 health_score: 100.0 @@ -63886,6 +67766,7 @@ https://docs.cloud.google.com/service-mesh/docs: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://docs.cloud.google.com/stackdriver/docs/managed-prometheus: content_hash: 9f260a83a88e46c9d7884f4a96a0d108c0467445c30a04b1d286770b44b6e217 health_score: 100.0 @@ -63898,6 +67779,7 @@ https://docs.cloud.google.com/stackdriver/docs/managed-prometheus: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://docs.cloud.google.com/vpc/docs/vpc: content_hash: cecef27624781079140eccb447e5639b4799ba08705c6febc2830cb2ec6a6707 health_score: 100.0 @@ -63910,6 +67792,7 @@ https://docs.cloud.google.com/vpc/docs/vpc: - docs/GoogleCloudPlatform.md v2_locations: - GoogleCloudPlatform.md + addition_method: manual https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm: content_hash: bbbb8c6e31557e4b405e12d41e708a7cd28d4b83a3bfeca10c04c8853bf95dbb description: '' @@ -63920,6 +67803,7 @@ https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengovervie v1_locations: - docs/oraclecloud.md year: N/A + addition_method: manual https://docs.cloud.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm: content_hash: 034f1bde455eb897c9cae8bbb4cbb2c791f7d33286dc70c5894d6fa98e6c789a description: '' @@ -63930,6 +67814,7 @@ https://docs.cloud.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm v1_locations: - docs/oraclecloud.md year: N/A + addition_method: manual https://docs.cloudbees.com/docs/cloudbees-ci/latest/casc-controller/distribute-casc-bundles-from-oc: content_hash: 865319f3838a9852e64db68806c6cb061a58149da6194d5c9eff251fee77303b health_score: 100.0 @@ -63942,6 +67827,7 @@ https://docs.cloudbees.com/docs/cloudbees-ci/latest/casc-controller/distribute-c - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://docs.cloudbees.com/docs/cloudbees-core/latest/cloud-admin-guide/core-casc-modern: content_hash: 213bb64e1c6932a490accdaf9fc3b926a96afd41b3aaae5069f4a89f628bac22 description: '' @@ -63954,6 +67840,7 @@ https://docs.cloudbees.com/docs/cloudbees-core/latest/cloud-admin-guide/core-cas v1_locations: - docs/jenkins.md year: N/A + addition_method: manual ? https://docs.cloudblue.com/cbc/20.5/premium/content/Deployment-of-Product-to-Azure-Cloud-Guide/Deploying-AKS-Cluster-with-Custom-IP-Ranges.htm : ai_summary: Technical reference for deploying AKS clusters with specific, custom IP ranges via ARM Templates. While modern architectures have transitioned to Bicep @@ -63983,6 +67870,7 @@ https://docs.cloudbees.com/docs/cloudbees-core/latest/cloud-admin-guide/core-cas v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.cloudify.co: ai_summary: 'Examines structural challenges in scaling DevSecOps, focusing on multi-cloud security orchestrations. Contrast: Curator Insight highlights simple automation @@ -64008,6 +67896,7 @@ https://docs.cloudify.co: - terraform.md - devsecops.md year: '2021' + addition_method: manual https://docs.cloudposse.com/components/library/aws/runs-on: ai_summary: A robust, production-tested Terraform component for deploying and autoscaling self-hosted GitHub Actions runners inside AWS. Integrates with AWS ECS, EKS, or @@ -64040,6 +67929,7 @@ https://docs.cloudposse.com/components/library/aws/runs-on: - devops.md - kubernetes-tools.md year: N/A + addition_method: manual https://docs.conduktor.io/learn: ai_summary: 'Curator Insight: Conduktor''s comprehensive learning catalog targeting advanced Kafka operations. Live Grounding: Step-by-step guides covering schema @@ -64063,6 +67953,7 @@ https://docs.conduktor.io/learn: v2_locations: - message-queue.md year: N/A + addition_method: manual https://docs.confluent.io/platform/current/streams/overview.html: ai_summary: An extensive comparison guide from Confluent mapping out when to use the lightweight Kafka Streams Java client library versus ksqlDB database abstraction @@ -64086,6 +67977,7 @@ https://docs.confluent.io/platform/current/streams/overview.html: v2_locations: - message-queue.md year: '2025' + addition_method: manual https://docs.databricks.com/aws/en/structured-streaming/production: ai_summary: Curator Insight explains how to configure fair scheduler pools to run concurrent streaming jobs. Live Grounding verifies that multi-tenant Databricks @@ -64109,6 +68001,7 @@ https://docs.databricks.com/aws/en/structured-streaming/production: v2_locations: - kubernetes-bigdata.md year: '2024' + addition_method: manual https://docs.databricks.com/structured-streaming/scheduler-pools.html: content_hash: 76a764e3d2746d3d578598f5fc889e4f04a4ed55edd3e1f6d76cd0df1a4f35ea description: '' @@ -64120,6 +68013,7 @@ https://docs.databricks.com/structured-streaming/scheduler-pools.html: v1_locations: - docs/kubernetes-bigdata.md year: N/A + addition_method: manual https://docs.digitalocean.com/products/app-platform: content_hash: e1dcb403beff4fb5065ca76741aaa8c8bb0445e1c382fdf6347afcfcfb4f0bb3 health_score: 100.0 @@ -64132,6 +68026,7 @@ https://docs.digitalocean.com/products/app-platform: - docs/digitalocean.md v2_locations: - digitalocean.md + addition_method: manual https://docs.digitalocean.com/products/kubernetes: ai_summary: Official DigitalOcean Kubernetes (DOKS) product documentation. Details storage configurations, container networking setups, and cluster architecture @@ -64159,6 +68054,7 @@ https://docs.digitalocean.com/products/kubernetes: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.digitalocean.com/products/kubernetes/how-to/autoscale: content_hash: 76d56972ed9491ae12c7b1b7ce1b07dbbc709a0dd30fd4cb76c7b1609069bda7 health_score: 84.0 @@ -64170,6 +68066,7 @@ https://docs.digitalocean.com/products/kubernetes/how-to/autoscale: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://docs.docker.com: ai_summary: Archived documentation for Mirantis Universal Control Plane (UCP). Offers historic guidance on running large-scale legacy Docker Swarm Enterprise and Kubernetes @@ -64191,6 +68088,7 @@ https://docs.docker.com: v2_locations: - kubernetes-alternatives.md year: '2021' + addition_method: manual https://docs.docker.com/build/buildkit: content_hash: 6db739bda0149f8a224e8fc701c63de15c670c700e1b68e9ff5a655b422479db health_score: 100.0 @@ -64202,6 +68100,7 @@ https://docs.docker.com/build/buildkit: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://docs.docker.com/desktop/setup/install/windows-install: ai_summary: Official instructions for enabling and managing the built-in single-node Kubernetes cluster inside Docker Desktop for Windows. Ideal for local development, @@ -64224,12 +68123,14 @@ https://docs.docker.com/desktop/setup/install/windows-install: v2_locations: - kubernetes-based-devel.md year: '2026' + addition_method: manual https://docs.docker.com/desktop/setup/sign-in: content_hash: 9080cb4becbe717357c9e1c4edbcbac814d9456023a6ccf7cdca3b0ddc695ef1 health_score: 100.0 last_checked: 1779130495.023871 v1_locations: - docs/matrix-table.md + addition_method: manual https://docs.docker.com/develop/develop-images/build_enhancements: content_hash: fba2fcf8bf5cbf0b910823e052640e3de2255c7a48377a733845089d11ea0080 description: '' @@ -64241,12 +68142,14 @@ https://docs.docker.com/develop/develop-images/build_enhancements: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://docs.docker.com/docker-for-windows: content_hash: f4a11e2bf8432fac4e34a3fdae0bb447c3379e304097fd259ae7398e4a4d0490 health_score: 100.0 last_checked: 1779032103.770114 v1_locations: - docs/matrix-table.md + addition_method: manual https://docs.docker.com/ee/ucp: content_hash: 2683fa73407419afc7464df24ec715f9349aa16a2db1f220bf13acefc4435d20 description: '' @@ -64258,6 +68161,7 @@ https://docs.docker.com/ee/ucp: v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://docs.docker.com/engine/context/ecs-integration: content_hash: c23648dbab66659012b2ce4d60cdeb4ef11408ea0e747f44cdc631e3fcc6d6b7 description: '' @@ -64273,6 +68177,7 @@ https://docs.docker.com/engine/context/ecs-integration: v2_locations: - docker.md year: N/A + addition_method: manual https://docs.docker.com/engine/reference/commandline/buildx_imagetools: content_hash: 81a2f3abbac42d450220e4a4bdb1ca5c86a0dfcbe87f518820af63a2835b2df6 description: '' @@ -64284,6 +68189,7 @@ https://docs.docker.com/engine/reference/commandline/buildx_imagetools: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://docs.docker.com/engine/swarm: ai_summary: The built-in clustering engine for Docker. Offers out-of-the-box multi-host networking, service discovery, and declarative configuration, serving as the primary @@ -64311,6 +68217,7 @@ https://docs.docker.com/engine/swarm: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://docs.docker.com/reference/cli/docker/buildx/imagetools: content_hash: 80320391fded3c7ecbd21872fece363fa2a97cc69da018200bff1eb6cec0a0c3 health_score: 100.0 @@ -64322,6 +68229,7 @@ https://docs.docker.com/reference/cli/docker/buildx/imagetools: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://docs.docker.com/registry/insecure: content_hash: c23648dbab66659012b2ce4d60cdeb4ef11408ea0e747f44cdc631e3fcc6d6b7 description: '' @@ -64333,6 +68241,7 @@ https://docs.docker.com/registry/insecure: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://docs.docker.com/retired: ai_summary: Retired Docker documentation dealing with configurations of insecure, unencrypted private registries. Preserved for diagnosing vintage local developer @@ -64355,6 +68264,7 @@ https://docs.docker.com/retired: - registries.md - docker.md year: '2026' + addition_method: manual ? https://docs.dynatrace.com/docs/ingest-from/setup-on-container-platforms/kubernetes/legacy/deploy-oneagent-operator-openshift-legacy : content_hash: f2f0dd66bd718fb52208eeb1c9a3e14f1daed997d44e9355d8f976eff5ade446 health_score: 100.0 @@ -64366,6 +68276,7 @@ https://docs.docker.com/retired: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://docs.fluxcd.io: content_hash: N/A description: '' @@ -64377,6 +68288,7 @@ https://docs.fluxcd.io: v1_locations: - docs/flux.md year: N/A + addition_method: manual https://docs.fluxcd.io/en/1.22.2: content_hash: 7dcfe4db6ee08c162339817dc2a7286612059c3a5983cd000f2bec6fc8eb7f5e health_score: 100.0 @@ -64388,6 +68300,7 @@ https://docs.fluxcd.io/en/1.22.2: - docs/flux.md v2_locations: - flux.md + addition_method: manual https://docs.garden.io: ai_summary: Official integration documentation for running non-disruptive, end-to-end performance tests within a modern microservices workflow. Emphasizes utilizing @@ -64412,6 +68325,7 @@ https://docs.garden.io: - scaffolding.md - kubernetes-based-devel.md year: N/A + addition_method: manual https://docs.getenroute.io: content_hash: 03680c03d649f4627c82361fa0a97c82f837d94d1fe8691875379e4ca8fe01d3 health_score: 100.0 @@ -64423,6 +68337,7 @@ https://docs.getenroute.io: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://docs.github.com/en: ai_summary: 'The authoritative documentation portal for GitHub, offering deep-dives into GitHub Flavored Markdown (GFM) and integration patterns. It outlines security @@ -64457,6 +68372,7 @@ https://docs.github.com/en: - cheatsheets.md - git.md year: '2024' + addition_method: manual https://docs.github.com/en/actions/how-tos/write-workflows: content_hash: 681a7064ed6db75b597b2ecb55d9ed84a73528ee6e670d60bc4480089bec2635 health_score: 100.0 @@ -64469,6 +68385,7 @@ https://docs.github.com/en/actions/how-tos/write-workflows: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://docs.github.com/en/actions/learn-github-actions: content_hash: e35c79778e9adc96d7942e26586c0b44b59a25020030e1e930e539d5cd6eee1b description: '' @@ -64479,6 +68396,7 @@ https://docs.github.com/en/actions/learn-github-actions: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port: ai_summary: Official troubleshooting manual explaining how to bypass restrictive network proxies and firewalls by routing standard SSH operations over the secure @@ -64506,6 +68424,7 @@ https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the v2_locations: - git.md year: N/A + addition_method: manual https://docs.github.com/en/copilot/get-started/best-practices: ai_summary: The authoritative guidelines from GitHub for maximizing productivity and code quality using GitHub Copilot. Outlines advanced prompt engineering strategies, @@ -64538,12 +68457,14 @@ https://docs.github.com/en/copilot/get-started/best-practices: - cicd.md - developerportals.md year: N/A + addition_method: manual https://docs.github.com/en/discussions: content_hash: 5819fb425c4c55eacc70053a096aed28a6cf05c1fcb5b3b7fe43ad53f6363341 health_score: 100.0 last_checked: 1779033400.352507 v1_locations: - docs/git.md + addition_method: manual https://docs.github.com/en/get-started/using-github/github-flow: ai_summary: Official specification of GitHub Flow, a lightweight, branch-based workflow supporting regular, rapid deployments. Explains how pull requests, code reviews, @@ -64571,11 +68492,13 @@ https://docs.github.com/en/get-started/using-github/github-flow: v2_locations: - git.md year: '2026' + addition_method: manual https://docs.github.com/en/pdfs/markdown-cheatsheet-online.pdf: health_score: 64.0 last_checked: 1779130494.935809 v1_locations: - docs/cheatsheets.md + addition_method: manual ? https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule : content_hash: 8f05fd1ed5c3b3432425c2cad3a591874e28cd860da92fa800e53026230bbc0c health_score: 100.0 @@ -64583,6 +68506,7 @@ https://docs.github.com/en/pdfs/markdown-cheatsheet-online.pdf: needs_ai_refresh: true v1_locations: - docs/git.md + addition_method: manual https://docs.gitlab.com/ee/topics/gitlab_flow.html: content_hash: N/A description: '' @@ -64597,6 +68521,7 @@ https://docs.gitlab.com/ee/topics/gitlab_flow.html: v2_locations: - git.md year: N/A + addition_method: manual https://docs.gitlab.com/ee/user/clusters/agent: content_hash: e05a7259a009d670d2a023a0c9cb06622329b3e1f917cc63022cb565a8e8c408 description: '' @@ -64608,6 +68533,7 @@ https://docs.gitlab.com/ee/user/clusters/agent: v1_locations: - docs/cicd-kubernetes-plugins.md year: N/A + addition_method: manual https://docs.gitlab.com/ee/user/infrastructure/terraform_state.html: content_hash: N/A description: '' @@ -64622,6 +68548,7 @@ https://docs.gitlab.com/ee/user/infrastructure/terraform_state.html: v2_locations: - terraform.md year: N/A + addition_method: manual https://docs.gitlab.com/releases: last_checked: 1779388470.41175 status: online @@ -64630,6 +68557,7 @@ https://docs.gitlab.com/releases: v2_locations: - cicd-kubernetes-plugins.md - git.md + addition_method: manual https://docs.gitlab.com/runner/install/openshift.html: content_hash: N/A description: '' @@ -64645,6 +68573,7 @@ https://docs.gitlab.com/runner/install/openshift.html: v2_locations: - git.md year: N/A + addition_method: manual https://docs.gitlab.com/user/clusters/agent: ai_summary: The GitLab Agent for Kubernetes. Establishes a secure pull-based GitOps connection inside the cluster, avoiding external security exposures. @@ -64665,6 +68594,7 @@ https://docs.gitlab.com/user/clusters/agent: v2_locations: - cicd-kubernetes-plugins.md year: N/A + addition_method: manual https://docs.google.com: content_hash: 42cd3dd18405ac968463654ac2485f6a34a8b80a26861ecccf8b1e333c3c4de5 description: '' @@ -64676,6 +68606,7 @@ https://docs.google.com: v1_locations: - docs/workfromhome.md year: N/A + addition_method: manual https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA: content_hash: f07374548efd5e9362345f0bfa8454a91ef4dc11cdb52dd85f28349f414aa339 description: '' @@ -64686,6 +68617,7 @@ https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA/edit: content_hash: f07374548efd5e9362345f0bfa8454a91ef4dc11cdb52dd85f28349f414aa339 description: '' @@ -64702,6 +68634,7 @@ https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA/ v2_locations: - kubernetes.md year: N/A + addition_method: manual https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA/edit/edit: health_score: 64.0 last_checked: 1779130494.962909 @@ -64711,6 +68644,7 @@ https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA/ - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://docs.google.com/document/u/0/d/1VEkUvTbqxfC1XyVGb2Z3DtEk9NA1M6PJpeCqEYRATLM/mobilebasic: content_hash: 91ee8e7842b0ba06016f6d5831dafb4e4a7181fe936329e1839058dd0d3d3c96 description: '' @@ -64727,6 +68661,7 @@ https://docs.google.com/document/u/0/d/1VEkUvTbqxfC1XyVGb2Z3DtEk9NA1M6PJpeCqEYRA v2_locations: - serverless.md year: N/A + addition_method: manual https://docs.google.com/forms/d/e/1FAIpQLSdiuQN3sm2mQ2E86VTXVXu7bf_9C0hVdzhw2_Kvu3DFqL7EZA/viewform: content_hash: 109ce4561e2f5dfde91d510c6bc30145de4025c0085fb0aebb3013658f9be352 description: '' @@ -64743,6 +68678,7 @@ https://docs.google.com/forms/d/e/1FAIpQLSdiuQN3sm2mQ2E86VTXVXu7bf_9C0hVdzhw2_Kv v2_locations: - jenkins.md year: N/A + addition_method: manual https://docs.google.com/presentation/d/13k-Lhc-tVgUohrtKqAYIikaQCTsmuzzjhOe_hpwgUgw/edit: content_hash: 96cbc482b20b4f06ec0cfef69c2147a09d5d4fb751ea005736ebb36ac883e97b health_score: 100.0 @@ -64755,6 +68691,7 @@ https://docs.google.com/presentation/d/13k-Lhc-tVgUohrtKqAYIikaQCTsmuzzjhOe_hpwg - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://docs.google.com/presentation/d/17bQ30ycAUB-k4YZ4dC23cxNiNChvRRQO7_6FNGcS0j4/edit?usp=sharing: content_hash: cf2733a1b891c651a84845d8975c648ef49d9e390b4511561183400c65055a18 description: '' @@ -64772,6 +68709,7 @@ https://docs.google.com/presentation/d/17bQ30ycAUB-k4YZ4dC23cxNiNChvRRQO7_6FNGcS v2_locations: - jenkins.md year: N/A + addition_method: manual https://docs.google.com/presentation/d/1DFy4ZZdsK2ftREetv_f52E-caZXOGX6GvgzGQlfSLfE/edit?usp=sharing: ai_summary: 'Curator Insight: An educational slide deck mapping the history and evolutionary forces behind the microservices architecture shift. Live Grounding: @@ -64794,6 +68732,7 @@ https://docs.google.com/presentation/d/1DFy4ZZdsK2ftREetv_f52E-caZXOGX6GvgzGQlfS v2_locations: - faq.md year: '2018' + addition_method: manual https://docs.google.com/presentation/d/1IZXCiQl_NUawHMvKJANCG2_LIBZseUpY-XyPjlghj9E/edit: ai_summary: Technical slide deck focused on using unified YAML for cross-cloud resource control, detailing how standard declarative formats reduce administrative friction. @@ -64820,6 +68759,7 @@ https://docs.google.com/presentation/d/1IZXCiQl_NUawHMvKJANCG2_LIBZseUpY-XyPjlgh v2_locations: - crossplane.md year: N/A + addition_method: manual https://docs.google.com/presentation/d/1Q1PgNnRTgzBpVRXPqQo3PudzCa2eoc6_1_NRjFRMLrU/edit: content_hash: 3a1cc97c13c32eb4d708836117f0b0682996490c4ef453c51595a0eb868faeee description: '' @@ -64836,6 +68776,7 @@ https://docs.google.com/presentation/d/1Q1PgNnRTgzBpVRXPqQo3PudzCa2eoc6_1_NRjFRM v2_locations: - jenkins.md year: N/A + addition_method: manual https://docs.google.com/presentation/d/1zrfVlE5r61ZNQrmXKx5gJmBcXnoa_WerHEnTxu5SMco: content_hash: cba1c49d9266c14ea9e6bd6c2e3c89ead9292dc1f60bc71b5fc48a372f03ad7b description: '' @@ -64846,6 +68787,7 @@ https://docs.google.com/presentation/d/1zrfVlE5r61ZNQrmXKx5gJmBcXnoa_WerHEnTxu5S v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://docs.google.com/presentation/d/1zrfVlE5r61ZNQrmXKx5gJmBcXnoa_WerHEnTxu5SMco/edit: content_hash: 6f4b117745f67560ac32fc70cdae0682545cf7dd6e0ded20f39f41da6f7615f4 health_score: 100.0 @@ -64858,6 +68800,7 @@ https://docs.google.com/presentation/d/1zrfVlE5r61ZNQrmXKx5gJmBcXnoa_WerHEnTxu5S - docs/kubernetes-tutorials.md v2_locations: - kubernetes-tutorials.md + addition_method: manual https://docs.google.com/spreadsheets/d/191WWNpjJ2za6-nbG4ZoUMXMpUK8KlCIosvQB0f-oq3k/edit: ai_summary: An industry-standard comparison spreadsheet analyzing over a dozen Kubernetes Ingress controllers. Details performance, dynamic reloading capabilities, routing @@ -64887,6 +68830,7 @@ https://docs.google.com/spreadsheets/d/191WWNpjJ2za6-nbG4ZoUMXMpUK8KlCIosvQB0f-o - matrix-table.md - kubernetes-networking.md year: N/A + addition_method: manual https://docs.google.com/spreadsheets/d/1RPpyDOLFmcgxMCpABDzrsBYWpPYCIBuvAoUQLwOGoQw: content_hash: 6139c65386dd3205041b81a3c9634b84f8aed2a8becb6f373ad91918fa8f5173 description: '' @@ -64897,6 +68841,7 @@ https://docs.google.com/spreadsheets/d/1RPpyDOLFmcgxMCpABDzrsBYWpPYCIBuvAoUQLwOG v1_locations: - docs/matrix-table.md year: N/A + addition_method: manual https://docs.google.com/spreadsheets/d/1RPpyDOLFmcgxMCpABDzrsBYWpPYCIBuvAoUQLwOGoQw/edit: ai_summary: An exceptional, crowdsourced comparison matrix of major managed Kubernetes offerings (EKS, GKE, AKS, and alternatives). Breaks down control plane costs, @@ -64918,6 +68863,7 @@ https://docs.google.com/spreadsheets/d/1RPpyDOLFmcgxMCpABDzrsBYWpPYCIBuvAoUQLwOG v2_locations: - matrix-table.md year: '2024' + addition_method: manual https://docs.google.com/spreadsheets/d/1WPHt0gsb7adVzY3eviMK2W8LejV0I5m_Zpc8tMzl_2w: content_hash: 9dd4682f78daa68e5fd17a9dadf8c1809af5a80bac402498152167146415cb69 description: '' @@ -64928,6 +68874,7 @@ https://docs.google.com/spreadsheets/d/1WPHt0gsb7adVzY3eviMK2W8LejV0I5m_Zpc8tMzl v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://docs.google.com/spreadsheets/d/1WPHt0gsb7adVzY3eviMK2W8LejV0I5m_Zpc8tMzl_2w/edit: content_hash: 5272aeddc6e66ae1bf7d41c47c1cbb850ddf5b8a04b7359454f8734f947cb43a health_score: 100.0 @@ -64940,6 +68887,7 @@ https://docs.google.com/spreadsheets/d/1WPHt0gsb7adVzY3eviMK2W8LejV0I5m_Zpc8tMzl - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://docs.google.com/spreadsheets/d/1yhkuBJBY2iO2Ax5FcbDMdWD5QLTVO6Y_kYt_VumnEtI/edit: content_hash: 7e2ef56a84216c344facfbf82d5ae8e6af98431aa2ebcb3f6ac39c0d5d7a899f description: '' @@ -64957,6 +68905,7 @@ https://docs.google.com/spreadsheets/d/1yhkuBJBY2iO2Ax5FcbDMdWD5QLTVO6Y_kYt_Vumn v2_locations: - kubernetes.md year: N/A + addition_method: manual https://docs.gradle.org/current/userguide/getting_started.html: ai_summary: Official introductory documentation for configuring new and legacy JVM builds with Gradle. Covers tool installation, syntax essentials, task execution, @@ -64986,6 +68935,7 @@ https://docs.gradle.org/current/userguide/getting_started.html: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://docs.itrsgroup.com/docs/opsview/6.12.1/opspacks/opspack-index/index.html: content_hash: 51ca03a241e737cc2ed5b6d3d3bd0857ee50e9d33f995767b07db2692fd9d75a health_score: 100.0 @@ -64997,6 +68947,7 @@ https://docs.itrsgroup.com/docs/opsview/6.12.1/opspacks/opspack-index/index.html - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://docs.lightstep.com/docs/understand-distributed-tracing: content_hash: a811a4b0d75ee13fe6fc6ce145c6c9341e9ab5e7ce9cc466db1bc6b04bde031e description: '' @@ -65008,6 +68959,7 @@ https://docs.lightstep.com/docs/understand-distributed-tracing: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://docs.meshery.io/guides/tutorials/kubernetes-pods: content_hash: cb3ce8946f77dba9c8a483c310f54f43d5e55546072ddee7aacd8869a6b2a4b8 description: '' @@ -65024,6 +68976,7 @@ https://docs.meshery.io/guides/tutorials/kubernetes-pods: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://docs.microsoft.com: content_hash: 6f5dc7b77212c6c2f04a54440082812b10d5112ff671b019a035c49429d1c57e description: '' @@ -65035,6 +68988,7 @@ https://docs.microsoft.com: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/azure: content_hash: 9304f7f0a12a390ee81ecca02a2afa845c05c321fae0d05cc63a69852e24fbcc description: '' @@ -65046,6 +69000,7 @@ https://docs.microsoft.com/azure: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/azure/load-testing: content_hash: 9e69c9bd8b2ace19408d56b4bd502e90a26d94b655bfb69073d7509ec2710d37 description: '' @@ -65057,6 +69012,7 @@ https://docs.microsoft.com/azure/load-testing: v1_locations: - docs/performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://docs.microsoft.com/azure/traffic-manager: content_hash: d3425098bb13fdf6e714102059d8e86eeb85faebb56a4e1e50589f7d5f6e2a0d description: '' @@ -65068,6 +69024,7 @@ https://docs.microsoft.com/azure/traffic-manager: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/azure/vpn-gateway/openvpn-azure-ad-tenant: content_hash: 8a7d833108551a9859faccc97696671b432b04b8d18f648f3b99b9295b023739 description: '' @@ -65079,6 +69036,7 @@ https://docs.microsoft.com/azure/vpn-gateway/openvpn-azure-ad-tenant: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming: content_hash: 1b92c9d2d9c7f10fcd896f3fdf34d7ccf0c969af77f302528c9f756395ae22f6 description: '' @@ -65090,6 +69048,7 @@ https://docs.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/azure-best v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-gb/azure/devops/pipelines: content_hash: 825562406b08d4000810c0fbaded07413d1d8c1ba5caadde3308b1d6d2fa9385 description: '' @@ -65101,6 +69060,7 @@ https://docs.microsoft.com/en-gb/azure/devops/pipelines: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-gb/learn/modules/create-a-build-pipeline: content_hash: 9f4199aec31f172e6b36417605cd1dd18752a091827a335d6ece86d179c47512 description: '' @@ -65112,6 +69072,7 @@ https://docs.microsoft.com/en-gb/learn/modules/create-a-build-pipeline: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://docs.microsoft.com/en-gb/learn/paths/build-applications-with-azure-devops: content_hash: 9b2f98f4263f8ec3961cfeb33d3e80937d020e0e42ebc9b5718f9d5efee2937e description: '' @@ -65123,6 +69084,7 @@ https://docs.microsoft.com/en-gb/learn/paths/build-applications-with-azure-devop v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/appcenter/build/choose-between-services: content_hash: 02b112a75e6346663e37e3e9bc3248b7b0b1fd95f6361ce4b42323827bd80de9 description: '' @@ -65134,6 +69096,7 @@ https://docs.microsoft.com/en-us/appcenter/build/choose-between-services: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal: content_hash: 2ea39670189e25de0a7dbfe4d54881f4fbd6d9a42a8581dde543b33f7c8c8464 description: '' @@ -65146,6 +69109,7 @@ https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-ser v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/active-directory/external-identities/cross-tenant-access-overview: content_hash: afa8a40d93ff03341bd7aa81c46049bd9e9b54cbd6287eedf76cefbef2d0dec8 description: '' @@ -65158,6 +69122,7 @@ https://docs.microsoft.com/en-us/azure/active-directory/external-identities/cros v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/multi-tenant-user-management-scenarios: content_hash: e81a8c39108ac4df0b2754c2ce0769fe06871a4983e14ac71be51c3716662010 description: '' @@ -65169,6 +69134,7 @@ https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/multi-tenan v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler: content_hash: 7df20c4b2d5adae57688835590dca361de2c3ee131483b5167a769112a604847 description: '' @@ -65180,6 +69146,7 @@ https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni: content_hash: 95cc8d4e4131f26f9b5c6c1a3a47535db0eb6204d276eb61172f53bf78f121ca description: '' @@ -65192,6 +69159,7 @@ https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/aks/configure-kubenet: content_hash: 89645bba75104d6fcfc3c2359235806ece2ae2141430504eda2249106e2424fe description: '' @@ -65204,6 +69172,7 @@ https://docs.microsoft.com/en-us/azure/aks/configure-kubenet: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/aks/configure-kubenet-dual-stack: content_hash: 6a8c1632e5e6e026755b804227582e6c0a94e1d03b3b5b8ef40305cc6e71d96e description: '' @@ -65216,6 +69185,7 @@ https://docs.microsoft.com/en-us/azure/aks/configure-kubenet-dual-stack: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/aks/ingress-tls: content_hash: 6d161070deb74a334a9f1739306fc9f6628213ac9e25cc287b24fd1b85723722 description: '' @@ -65228,6 +69198,7 @@ https://docs.microsoft.com/en-us/azure/aks/ingress-tls: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/aks/managed-aad: content_hash: 41986d1814536ca77740920b1a8ba3939acc2c5d7b1635e9566144c6bfd4dc14 description: '' @@ -65239,6 +69210,7 @@ https://docs.microsoft.com/en-us/azure/aks/managed-aad: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/aks/operator-best-practices-cluster-isolation: content_hash: 241b5efdab2bfdc719cd808716d18028f4c6bc9382a7263fd260b38ca54d1510 description: '' @@ -65251,6 +69223,7 @@ https://docs.microsoft.com/en-us/azure/aks/operator-best-practices-cluster-isola v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/aks/start-stop-nodepools: content_hash: 8cafaff85bc6fed2f1fe7c282c73a99e19eeb9fee7df47d9104f686ae8b25a33 description: '' @@ -65263,6 +69236,7 @@ https://docs.microsoft.com/en-us/azure/aks/start-stop-nodepools: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview: content_hash: 7967108cbc159e318577bc3ebfe4f546165adfe43ebbb4c825059cfee373e17c description: '' @@ -65275,6 +69249,7 @@ https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/loa v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/architecture/icons: content_hash: 776cd84c6bf54c44e5d77a59780bfe84fc705ff4d4affab70e1af585a5b2a04b description: '' @@ -65286,6 +69261,7 @@ https://docs.microsoft.com/en-us/azure/architecture/icons: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/architecture/patterns: content_hash: 163c7d5feae64c4d46e727811bd3bc5c078fbb6810b2585002d7621078ad9a77 description: '' @@ -65297,6 +69273,7 @@ https://docs.microsoft.com/en-us/azure/architecture/patterns: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices: content_hash: 9500d52ee2d327ef0616fb306b33a16cf616354fb96133339ca5ff9ea2f14584 description: '' @@ -65309,6 +69286,7 @@ https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/cont v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks: content_hash: d803081f8ed1b3b3fc2efedd9bcc665c1d9896761b1dfb8b20fddad6c53ced57 description: '' @@ -65321,6 +69299,7 @@ https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/cont v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/jboss-deployment-red-hat: content_hash: 35c233022fc92ecbe3e32592b33552fab644883417853140438d026e2210e545 description: '' @@ -65332,6 +69311,7 @@ https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/jbos v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-configurations: content_hash: fcb1da040fbd97b465d5913242e5d0ae90896b973b12df4fb5d5cbec7afa11b7 description: '' @@ -65343,6 +69323,7 @@ https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-configura v1_locations: - docs/flux.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-flux2-ci-cd: content_hash: 9564e3f6409b0f896226dc0dc00b7f50d40a4909810e5e6b1cac955d6d85f46f description: '' @@ -65355,6 +69336,7 @@ https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-fl v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/azure-arc/overview: content_hash: 7e9b08e2c72caf8074f179c13909faf6db39df21417a399b84f97f05a30dc4c3 description: '' @@ -65366,6 +69348,7 @@ https://docs.microsoft.com/en-us/azure/azure-arc/overview: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-specs: content_hash: 74474e9744caf3772b1a881d1cebb53785f0066adfc2f9447d40c9ee75ce1af5 description: '' @@ -65377,6 +69360,7 @@ https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview: content_hash: cb672d533e52e75bbb1331e0c6fe7335dad6bc0fca90adc469ea52bc51c6e9db description: '' @@ -65387,6 +69371,7 @@ https://docs.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview: v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/devops/demo-gen/use-demo-generator-v2?view=azure-devops: content_hash: 0a252cb68fce6b13cad18504bafd7d2009e1e51c12d984cffd5668aa7ca97c4d description: '' @@ -65397,6 +69382,7 @@ https://docs.microsoft.com/en-us/azure/devops/demo-gen/use-demo-generator-v2?vie v1_locations: - docs/demos.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/use-git-microsoft: content_hash: 1fa24fc7d627a5c91aa2baf3ede41b8385c5d36aa19caa1bdb0500647faa2328 description: '' @@ -65408,6 +69394,7 @@ https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/use-git- v1_locations: - docs/git.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/pipeline: content_hash: 5f9da82a1dca48239c0ec03c8b5d8e1313820d2907b1ae6e113435ffa8325c3e description: '' @@ -65419,6 +69406,7 @@ https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/pipeline: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/key-vault/general/overview: content_hash: 3ff69c9a44f479ab5013223290db90ef23e67c9a159824ff5eae07c7dd4a45d5 description: '' @@ -65430,6 +69418,7 @@ https://docs.microsoft.com/en-us/azure/key-vault/general/overview: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/machine-learning/concept-mlflow: content_hash: 4887ad9b2bcd22be875b52cd299c25b0ced8e45db395b0f05c6beac0b4209b5d description: '' @@ -65441,6 +69430,7 @@ https://docs.microsoft.com/en-us/azure/machine-learning/concept-mlflow: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/security-center/defender-for-container-registries-introduction: content_hash: 687d6c86135f46685493748e33e05b0768819133d1560d0dff48fd311b505a2f description: '' @@ -65452,6 +69442,7 @@ https://docs.microsoft.com/en-us/azure/security-center/defender-for-container-re v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-how-to-enable-policy: content_hash: 9284e76f16a1700b0057dcebd169e4edde79884ea255c58233e1c2ba8c6b4405 description: '' @@ -65463,6 +69454,7 @@ https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-how-to-enabl v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks: content_hash: 2b35a32aa607cc26f908b807d1d1509510051b66c74f783aefeadd68a642ff41 description: '' @@ -65475,6 +69467,7 @@ https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/virtual-machines/linux/openshift-get-started: content_hash: fe089d4c2e71a6a3b9436d984a34744b12e3f242b5a699b005c38a1acd1d8cdd description: '' @@ -65486,6 +69479,7 @@ https://docs.microsoft.com/en-us/azure/virtual-machines/linux/openshift-get-star v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/virtual-machines/linux/run-command: content_hash: 7486d3c5e63d3562bc8c5677604c44616c666b14ff2f9f3dc8d92088837682b2 description: '' @@ -65497,6 +69491,7 @@ https://docs.microsoft.com/en-us/azure/virtual-machines/linux/run-command: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/azure/virtual-machines/windows/run-command: content_hash: c45531e5bd7e07c5f62714b51286a1be63fbc17983d9fc77a6dd3295013ba3f6 description: '' @@ -65508,6 +69503,7 @@ https://docs.microsoft.com/en-us/azure/virtual-machines/windows/run-command: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/cli/azure/microsoft-graph-migration?tabs=powershell: content_hash: ab15bdb53d501640a5a1d34f56fd6c10cdcc49b060784d4e72f4724c5894c268 description: '' @@ -65518,6 +69514,7 @@ https://docs.microsoft.com/en-us/cli/azure/microsoft-graph-migration?tabs=powers v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/dotnet/architecture/microservices: content_hash: d447e642f7c23f7514fd3c9e26dc2c4bc2ded4cb881720ec9a84286b203bf394 description: '' @@ -65530,6 +69527,7 @@ https://docs.microsoft.com/en-us/dotnet/architecture/microservices: v1_locations: - docs/dotnet.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/java/openjdk/overview: content_hash: edaac6074d28100b47380da1fc8710459c72da3c02ca7a63fcb22e03e3abbb9d description: '' @@ -65541,6 +69539,7 @@ https://docs.microsoft.com/en-us/java/openjdk/overview: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/learn/modules/azure-spring-cloud-workshop: content_hash: 712d6d1eeeecd54e9d0351768578c289a72d7d5998f898dfc596b0c2e2be347d description: '' @@ -65552,6 +69551,7 @@ https://docs.microsoft.com/en-us/learn/modules/azure-spring-cloud-workshop: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/learn/modules/github-actions-cd: content_hash: d3913881e63569dc7e97e39ed908a0c127e709f6e67dabe9b13cd7bc3f30b45b description: '' @@ -65564,6 +69564,7 @@ https://docs.microsoft.com/en-us/learn/modules/github-actions-cd: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/learn/paths/build-javascript-applications-typescript: content_hash: 0dcac3ef4af40932868a0753b7f5bc1eae922571d9b2ceab4032ae1f5f92d77e description: '' @@ -65575,6 +69576,7 @@ https://docs.microsoft.com/en-us/learn/paths/build-javascript-applications-types v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/powershell/scripting/dsc: content_hash: f0ee102fce44963f206e0fe21c82c68fd0f513f44c1965e3f29aefe37b057972 description: '' @@ -65587,6 +69589,7 @@ https://docs.microsoft.com/en-us/powershell/scripting/dsc: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/powershell/scripting/dsc/configurations/configData: content_hash: 9852ca43ab9ba860f6ab2fb62dd085b829e58eaff43eed92dd9faf46be3c941c description: '' @@ -65597,6 +69600,7 @@ https://docs.microsoft.com/en-us/powershell/scripting/dsc/configurations/configD v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/shows/vs-code-livestreams/machine-learning-experimentation-in-vs-code-with-dvc-extension: content_hash: 3667c2a9d4fe86829415f532493ccf2bb857362d0f0a479e0b8bea6a8bf59963 description: '' @@ -65609,6 +69613,7 @@ https://docs.microsoft.com/en-us/shows/vs-code-livestreams/machine-learning-expe v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/visualstudio/bridge: content_hash: d76defd32d68ab8c0b33807f6ac7281ba2d80cacfbbe12c4acc42f351ded40ff description: '' @@ -65620,6 +69625,7 @@ https://docs.microsoft.com/en-us/visualstudio/bridge: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://docs.microsoft.com/en-us/visualstudio/docker/tutorials/docker-tutorial: content_hash: e49d20b615e4d2657542e8e9d7468888ebeb9bbeee920570d6c79de8f60e97f7 description: '' @@ -65632,6 +69638,7 @@ https://docs.microsoft.com/en-us/visualstudio/docker/tutorials/docker-tutorial: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://docs.microsoft.com/powershell: content_hash: 74b7c8227601d3eb083665d19c16d0f1cda5cbbcc3df4f221a3dcb5276fc67b4 description: '' @@ -65643,6 +69650,7 @@ https://docs.microsoft.com/powershell: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://docs.microsoft.com/windows/wsl: content_hash: d7d8bf7fab298fac601f323461e4e9f5a18a2274733d41cfc23798b0fc0f4bb5 description: '' @@ -65654,6 +69662,7 @@ https://docs.microsoft.com/windows/wsl: v1_locations: - docs/linux-dev-env.md year: N/A + addition_method: manual https://docs.mongodb.org/manual/administration/security: content_hash: 3a73a57fd039f37a7fdc0fe6c4726d76fdf323e2f6605ea250f88c4c4ca66be3 description: '' @@ -65665,6 +69674,7 @@ https://docs.mongodb.org/manual/administration/security: v1_locations: - docs/nosql.md year: N/A + addition_method: manual https://docs.monokle.io: ai_summary: An analytical IDE focused on editing, validating, and debugging Kubernetes manifests. Facilitates policy-aware template checking and structured schema configuration. @@ -65685,6 +69695,7 @@ https://docs.monokle.io: v2_locations: - kubernetes-based-devel.md year: '2026' + addition_method: manual https://docs.netapp.com/us-en/astra-data-store/concepts/intro.html: content_hash: N/A description: '' @@ -65699,6 +69710,7 @@ https://docs.netapp.com/us-en/astra-data-store/concepts/intro.html: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://docs.netapp.com/us-en/trident/trident-docker/volumes-docker.html: content_hash: d577354c771117ff868dd5f1010a8aebd15b2dcebeb58522645fc6de10e7208c description: '' @@ -65715,6 +69727,7 @@ https://docs.netapp.com/us-en/trident/trident-docker/volumes-docker.html: v2_locations: - docker.md year: N/A + addition_method: manual https://docs.okd.io: content_hash: bdb7dac2f16370b493ddb9f20fadd00014ad2593a8fa723e1a7728fe0311d515 description: '' @@ -65731,6 +69744,7 @@ https://docs.okd.io: v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openebs.io/docs/next/features.html: content_hash: cbd007485da0008830b2471afaf9ff607cfc80a33a4f7f017e7aa1cbcbee8987 description: '' @@ -65747,6 +69761,7 @@ https://docs.openebs.io/docs/next/features.html: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://docs.openshift.com: content_hash: N/A description: '' @@ -65761,6 +69776,7 @@ https://docs.openshift.com: v2_locations: - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/admin_guide/cluster-autoscaler.html: content_hash: N/A description: '' @@ -65777,6 +69793,7 @@ https://docs.openshift.com/container-platform/3.11/admin_guide/cluster-autoscale - kubernetes-autoscaling.md - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/admin_guide/manage_scc.html: content_hash: N/A description: '' @@ -65791,6 +69808,7 @@ https://docs.openshift.com/container-platform/3.11/admin_guide/manage_scc.html: v2_locations: - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/architecture/additional_concepts/authorization.html: content_hash: N/A description: '' @@ -65806,6 +69824,7 @@ https://docs.openshift.com/container-platform/3.11/architecture/additional_conce v2_locations: - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/architecture/core_concepts/builds_and_image_streams.html: content_hash: N/A description: '' @@ -65820,6 +69839,7 @@ https://docs.openshift.com/container-platform/3.11/architecture/core_concepts/bu v2_locations: - ocp3.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/architecture/index.html: content_hash: N/A description: '' @@ -65834,6 +69854,7 @@ https://docs.openshift.com/container-platform/3.11/architecture/index.html: v2_locations: - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/architecture/networking/assembly_available_router_plugins.html: content_hash: N/A description: '' @@ -65844,6 +69865,7 @@ https://docs.openshift.com/container-platform/3.11/architecture/networking/assem v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html: content_hash: N/A description: '' @@ -65854,6 +69876,7 @@ https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/dev_guide/dev_tutorials/openshift_pipeline.html: content_hash: N/A description: '' @@ -65869,6 +69892,7 @@ https://docs.openshift.com/container-platform/3.11/dev_guide/dev_tutorials/opens v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/install_config/prometheus_cluster_monitoring.html: content_hash: N/A description: '' @@ -65883,6 +69907,7 @@ https://docs.openshift.com/container-platform/3.11/install_config/prometheus_clu v2_locations: - monitoring.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/install_config/router/index.html: content_hash: N/A description: '' @@ -65897,6 +69922,7 @@ https://docs.openshift.com/container-platform/3.11/install_config/router/index.h v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html: content_hash: N/A description: '' @@ -65911,6 +69937,7 @@ https://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_releas v2_locations: - monitoring.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.11/security/securing_container_platform.html: content_hash: N/A description: '' @@ -65925,6 +69952,7 @@ https://docs.openshift.com/container-platform/3.11/security/securing_container_p v2_locations: - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/3.6/admin_guide/manage_scc.html: content_hash: N/A description: '' @@ -65939,6 +69967,7 @@ https://docs.openshift.com/container-platform/3.6/admin_guide/manage_scc.html: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.1/authentication/managing-security-context-constraints.html: content_hash: N/A description: '' @@ -65949,6 +69978,7 @@ https://docs.openshift.com/container-platform/4.1/authentication/managing-securi v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.1/authentication/understanding-and-creating-service-accounts.html: content_hash: N/A description: '' @@ -65959,6 +69989,7 @@ https://docs.openshift.com/container-platform/4.1/authentication/understanding-a v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.1/authentication/using-service-accounts-in-applications.html: content_hash: N/A description: '' @@ -65973,6 +70004,7 @@ https://docs.openshift.com/container-platform/4.1/authentication/using-service-a v2_locations: - crunchydata.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.2/applications/quotas/quotas-setting-across-multiple-projects.html: content_hash: N/A description: '' @@ -65987,6 +70019,7 @@ https://docs.openshift.com/container-platform/4.2/applications/quotas/quotas-set v2_locations: - ocp3.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.2/applications/quotas/quotas-setting-per-project.html: content_hash: N/A description: '' @@ -66001,6 +70034,7 @@ https://docs.openshift.com/container-platform/4.2/applications/quotas/quotas-set v2_locations: - ocp3.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.2/openshift_images/using_images/images-other-jenkins-agent.html: content_hash: N/A description: '' @@ -66015,12 +70049,14 @@ https://docs.openshift.com/container-platform/4.2/openshift_images/using_images/ v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.3/release_notes/ocp-4-3-release-notes.html: content_hash: N/A health_score: 100.0 last_checked: 1779032662.250172 v1_locations: - docs/monitoring.md + addition_method: manual https://docs.openshift.com/container-platform/4.4/architecture/architecture-rhcos.html: content_hash: N/A description: '' @@ -66035,6 +70071,7 @@ https://docs.openshift.com/container-platform/4.4/architecture/architecture-rhco v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/authentication/managing-security-context-constraints.html: content_hash: N/A description: '' @@ -66045,6 +70082,7 @@ https://docs.openshift.com/container-platform/4.4/authentication/managing-securi v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/authentication/understanding-authentication.html: content_hash: N/A description: '' @@ -66059,6 +70097,7 @@ https://docs.openshift.com/container-platform/4.4/authentication/understanding-a v2_locations: - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/builds/custom-builds-buildah.html: content_hash: N/A description: '' @@ -66073,6 +70112,7 @@ https://docs.openshift.com/container-platform/4.4/builds/custom-builds-buildah.h v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/cli_reference/openshift_cli/configuring-cli.html: content_hash: N/A description: '' @@ -66087,6 +70127,7 @@ https://docs.openshift.com/container-platform/4.4/cli_reference/openshift_cli/co v2_locations: - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/logging/cluster-logging-deploying.html: content_hash: N/A description: '' @@ -66101,6 +70142,7 @@ https://docs.openshift.com/container-platform/4.4/logging/cluster-logging-deploy v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/machine_management/applying-autoscaling.html: content_hash: N/A description: '' @@ -66117,6 +70159,7 @@ https://docs.openshift.com/container-platform/4.4/machine_management/applying-au - kubernetes-autoscaling.md - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/networking/configuring-networkpolicy.html: content_hash: N/A description: '' @@ -66127,6 +70170,7 @@ https://docs.openshift.com/container-platform/4.4/networking/configuring-network v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/networking/multiple_networks/understanding-multiple-networks.html: content_hash: N/A description: '' @@ -66141,6 +70185,7 @@ https://docs.openshift.com/container-platform/4.4/networking/multiple_networks/u v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/networking/understanding-networking.html: content_hash: N/A description: '' @@ -66157,12 +70202,14 @@ https://docs.openshift.com/container-platform/4.4/networking/understanding-netwo - ocp4.md - openshift.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/operators/crds/crd-managing-resources-from-crds.html: content_hash: N/A health_score: 100.0 last_checked: 1779032927.041975 v1_locations: - docs/ocp4.md + addition_method: manual https://docs.openshift.com/container-platform/4.4/operators/olm-adding-operators-to-cluster.html: content_hash: N/A description: '' @@ -66177,12 +70224,14 @@ https://docs.openshift.com/container-platform/4.4/operators/olm-adding-operators v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/operators/understanding_olm/olm-understanding-olm.html: content_hash: N/A health_score: 100.0 last_checked: 1779032090.491594 v1_locations: - docs/ocp4.md + addition_method: manual https://docs.openshift.com/container-platform/4.4/release_notes/ocp-4-4-release-notes.html: content_hash: N/A description: '' @@ -66197,6 +70246,7 @@ https://docs.openshift.com/container-platform/4.4/release_notes/ocp-4-4-release- v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_arch/ossm-vs-community.html: content_hash: N/A description: '' @@ -66211,6 +70261,7 @@ https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_arch v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_install/installing-ossm.html: content_hash: N/A description: '' @@ -66221,6 +70272,7 @@ https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_inst v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_install/preparing-ossm-installation.html: content_hash: N/A description: '' @@ -66231,6 +70283,7 @@ https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_inst v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.4/welcome/oke_about.html: content_hash: N/A description: '' @@ -66246,6 +70299,7 @@ https://docs.openshift.com/container-platform/4.4/welcome/oke_about.html: v2_locations: - ocp4.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.8/cicd/gitops/understanding-openshift-gitops.html: content_hash: N/A description: '' @@ -66260,6 +70314,7 @@ https://docs.openshift.com/container-platform/4.8/cicd/gitops/understanding-open v2_locations: - demos.md year: N/A + addition_method: manual https://docs.openshift.com/container-platform/4.8/registry/architecture-component-imageregistry.html: content_hash: N/A description: '' @@ -66274,6 +70329,7 @@ https://docs.openshift.com/container-platform/4.8/registry/architecture-componen v2_locations: - registries.md year: N/A + addition_method: manual https://docs.openstack.org/infra/jenkins-job-builder/index.html: description: '' health_score: 80.0 @@ -66287,6 +70343,7 @@ https://docs.openstack.org/infra/jenkins-job-builder/index.html: v2_locations: - jenkins.md year: N/A + addition_method: manual https://docs.openstack.org/tempest: content_hash: N/A description: '' @@ -66297,6 +70354,7 @@ https://docs.openstack.org/tempest: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://docs.openstack.org/tempest/latest: content_hash: fdb64f294539c095b91fc7ea336d73650d9c981da988fc11645004ad073c1c24 health_score: 100.0 @@ -66308,6 +70366,7 @@ https://docs.openstack.org/tempest/latest: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm: ai_summary: Primary product guide for Oracle Container Engine for Kubernetes. Outlines high-availability architectures, serverless node pools, security boundaries, and @@ -66329,6 +70388,7 @@ https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm: v2_locations: - oraclecloud.md year: '2024' + addition_method: manual https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm: ai_summary: Explains the design patterns of Oracle's Bare Metal infrastructure. Details extreme I/O capabilities, network virtualization, and hardware isolation @@ -66350,6 +70410,7 @@ https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm: v2_locations: - oraclecloud.md year: '2023' + addition_method: manual https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm: ai_summary: Introduces Oracle Resource Manager, a managed infrastructure-as-code platform based on Terraform. Demonstrates automated provisioning workflows for @@ -66377,6 +70438,7 @@ https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemana v2_locations: - oraclecloud.md year: N/A + addition_method: manual https://docs.percona.com/percona-operator-for-mysql/pxc/index.html: content_hash: d19ed5c1e20894a7300c53c31f2db729ed05ccf611d12c199e98ebe9eafcff65 health_score: 100.0 @@ -66388,6 +70450,7 @@ https://docs.percona.com/percona-operator-for-mysql/pxc/index.html: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://docs.pixielabs.ai: content_hash: N/A description: '' @@ -66402,6 +70465,7 @@ https://docs.pixielabs.ai: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://docs.planetscale.com/concepts/planetscale-workflow: content_hash: 925a19dd4aecae669ba5c7d6e84b21436fba9032d80a59179ce6680cef985370 description: '' @@ -66413,6 +70477,7 @@ https://docs.planetscale.com/concepts/planetscale-workflow: v1_locations: - docs/liquibase.md year: N/A + addition_method: manual https://docs.portworx.com/portworx-backup-on-prem: content_hash: 1553a4412315d58003b3ae402f6d1bd62b959b37e812716b76bbdbcd99d20330 health_score: 100.0 @@ -66424,6 +70489,7 @@ https://docs.portworx.com/portworx-backup-on-prem: - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://docs.projectcalico.org/getting-started/openshift/installation: content_hash: e1ea973a372db8fd022a26f235d2a4ec52bf417c543607dfdc2a86c10b89263e description: '' @@ -66435,6 +70501,7 @@ https://docs.projectcalico.org/getting-started/openshift/installation: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://docs.python.org/3/library/hashlib.html: ai_summary: Official documentation for Python standard library implementation of the scrypt key derivation function. Outlines usage patterns, parameters, and system @@ -66462,6 +70529,7 @@ https://docs.python.org/3/library/hashlib.html: v2_locations: - devsecops.md year: N/A + addition_method: manual https://docs.ray.io/en/latest: content_hash: 8e6b01d4912e85d599bd14ebdd9821e6d66318bf91504ec9bfcd49d7eef305e8 description: '' @@ -66478,6 +70546,7 @@ https://docs.ray.io/en/latest: v2_locations: - mlops.md year: N/A + addition_method: manual https://docs.redhat.com/en: last_checked: 1779388727.990206 status: online @@ -66485,6 +70554,7 @@ https://docs.redhat.com/en: - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/architecture/additional-concepts: last_checked: 1779388729.182521 status: online @@ -66492,6 +70562,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/architecture/architecture-index: last_checked: 1779388729.411341 status: online @@ -66499,6 +70570,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/architecture/core-concepts: last_checked: 1779388552.891045 status: online @@ -66506,6 +70578,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - ocp3.md + addition_method: manual ? https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/cluster_administration/admin-guide-manage-scc : last_checked: 1779388728.601573 status: online @@ -66513,6 +70586,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual ? https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/cluster_administration/configuring-cluster-auto-scaler-aws : last_checked: 1779388874.120085 status: online @@ -66520,6 +70594,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual ? https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/configuring_clusters/prometheus-cluster-monitoring : last_checked: 1779388532.698427 status: online @@ -66527,6 +70602,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - monitoring.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/configuring_clusters/setting-up-a-router: last_checked: 1779388568.408278 status: online @@ -66534,6 +70610,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/container_security_guide/security-platform: last_checked: 1779388731.413903 status: online @@ -66541,6 +70618,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/developer_guide/tutorials: last_checked: 1779388414.932688 status: online @@ -66548,6 +70626,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - openshift-pipelines.md + addition_method: manual ? https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/release_notes/release-notes-ocp-3-11-release-notes : last_checked: 1779388533.162343 status: online @@ -66555,6 +70634,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - monitoring.md + addition_method: manual ? https://docs.redhat.com/en/documentation/openshift_container_platform/3.6/html/cluster_administration/admin-guide-manage-scc : last_checked: 1779388542.71739 status: online @@ -66562,6 +70642,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/3.11/html/ - '[COMMUNITY-TOOL]' v2_locations: - crunchydata.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.1/html/authentication/using-service-accounts: last_checked: 1779388542.470379 status: online @@ -66569,12 +70650,14 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.1/html/a - '[COMMUNITY-TOOL]' v2_locations: - crunchydata.md + addition_method: manual ? https://docs.redhat.com/en/documentation/openshift_container_platform/4.1/pdf/updating_clusters/OpenShift_Container_Platform-4.1-Updating_clusters-en-US.pdf : content_hash: 8f5f43383acd8902dd7df2b7e112a34203d5fbc4bcea3bc1bb6e57b737eeaea0 health_score: 100.0 last_checked: 1779130495.005721 v1_locations: - docs/ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/html/applications/quotas: last_checked: 1779388552.750136 status: online @@ -66582,6 +70665,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/html/a - '[COMMUNITY-TOOL]' v2_locations: - ocp3.md + addition_method: manual ? https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/html/container-native_virtualization/container-native-virtualization-2-1-release-notes : last_checked: 1779388552.541538 status: online @@ -66589,6 +70673,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/html/a - '[COMMUNITY-TOOL]' v2_locations: - ocp3.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/html/images/using-images: last_checked: 1779388404.040464 status: online @@ -66596,6 +70681,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/html/i - '[COMMUNITY-TOOL]' v2_locations: - openshift-pipelines.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/html/installing_on_ibm_z/index: last_checked: 1779388600.524868 status: online @@ -66603,6 +70689,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/html/i - '[COMMUNITY-TOOL]' v2_locations: - ibm_cloud.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/pdf/installing_on_ibm_z/index: last_checked: 1779388599.199481 status: online @@ -66610,6 +70697,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.2/pdf/in - '[COMMUNITY-TOOL]' v2_locations: - ibm_cloud.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.21: last_checked: 1779388562.543841 status: online @@ -66617,6 +70705,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.21: - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/ai_workloads/red-hat-build-of-kueue: ai_summary: 'Curator Insight: Documentation for the Red Hat Build of Kueue scheduler within OpenShift. @@ -66650,6 +70739,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/ - kubernetes-operators-controllers.md - openshift.md year: N/A + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4: last_checked: 1779388567.59768 status: online @@ -66657,6 +70747,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4: - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html-single/service_mesh/index: last_checked: 1779388568.46462 status: online @@ -66664,6 +70755,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html-s - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/architecture/architecture-rhcos: last_checked: 1779388567.655219 status: online @@ -66671,6 +70763,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/a - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual ? https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/authentication_and_authorization/understanding-authentication : last_checked: 1779388728.586099 status: online @@ -66678,6 +70771,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/a - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/builds/custom-builds-buildah: last_checked: 1779388567.722069 status: online @@ -66685,6 +70779,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/b - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/cli_tools/openshift-cli-oc: last_checked: 1779388728.884697 status: online @@ -66692,6 +70787,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/c - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/logging/cluster-logging-deploying: last_checked: 1779388568.50251 status: online @@ -66699,6 +70795,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/l - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/machine_management/applying-autoscaling: last_checked: 1779388874.112541 status: online @@ -66706,6 +70803,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/m - '[COMMUNITY-TOOL]' v2_locations: - openshift.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/networking/multiple-networks: last_checked: 1779388567.981843 status: online @@ -66713,6 +70811,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/n - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/networking/understanding-networking: last_checked: 1779388728.131193 status: online @@ -66720,6 +70819,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/n - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/operators/olm-adding-operators-to-a-cluster: last_checked: 1779388569.317108 status: online @@ -66727,6 +70827,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/o - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/release_notes/ocp-4-4-release-notes: last_checked: 1779388568.399154 status: online @@ -66734,6 +70835,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/r - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/service_mesh/service-mesh-1-x: last_checked: 1779388569.319771 status: online @@ -66741,6 +70843,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.4/html/s - '[COMMUNITY-TOOL]' v2_locations: - ocp4.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.8/html/cicd/gitops: last_checked: 1779388801.854463 status: online @@ -66748,6 +70851,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.8/html/c - '[COMMUNITY-TOOL]' v2_locations: - demos.md + addition_method: manual https://docs.redhat.com/en/documentation/openshift_container_platform/4.8/html/registry/index: last_checked: 1779388324.378277 status: online @@ -66755,6 +70859,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.8/html/r - '[COMMUNITY-TOOL]' v2_locations: - registries.md + addition_method: manual ? https://docs.redhat.com/en/documentation/red_hat_jboss_web_server/5.4/html-single/red_hat_jboss_web_server_for_openshift/index : last_checked: 1779388800.610588 status: online @@ -66762,6 +70867,7 @@ https://docs.redhat.com/en/documentation/openshift_container_platform/4.8/html/r - '[COMMUNITY-TOOL]' v2_locations: - demos.md + addition_method: manual https://docs.robusta.dev: content_hash: 9180cac0ecd167a9b419965fa73e5864153872f63ac8d71d42add06ee17b0a77 description: '' @@ -66773,6 +70879,7 @@ https://docs.robusta.dev: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://docs.robusta.dev/master/index.html: health_score: 100.0 last_checked: 1779130494.968516 @@ -66783,6 +70890,7 @@ https://docs.robusta.dev/master/index.html: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://docs.sonarqube.org/latest/analysis/overview: content_hash: 0319df9f31640c7a17d45b4ec27e25304d9c8f36ef24fb84f3fc110778f46f79 description: '' @@ -66794,6 +70902,7 @@ https://docs.sonarqube.org/latest/analysis/overview: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://docs.sonarqube.org/latest/analysis/scan/sonarscanner: content_hash: 2f76a859c4e8787e4bf5db7b35c2e20f4dd79b3e4d94bd1a87af6c1746a8c348 description: '' @@ -66804,6 +70913,7 @@ https://docs.sonarqube.org/latest/analysis/scan/sonarscanner: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-ant: content_hash: 27d0fda983d5e6593d84eaeeb3aee8edcc2cb43e1cd7354d267817dfad1330df description: '' @@ -66814,6 +70924,7 @@ https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-ant: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops: content_hash: f44737a63d5eebc7f1afbc7fbef69a940df45681cde8ba98dc523e862b7db64c description: '' @@ -66824,6 +70935,7 @@ https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-gradle: content_hash: eaf2dd764262332907cbbbf9ca0f950c554cbb1cdadaef82832373bc1c72b724 description: '' @@ -66834,6 +70946,7 @@ https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-gradle: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-jenkins: content_hash: 8116c61990f93d98e7bb69605c64fde5a04fb8855e93df9b0d1a3f3eaa15e457 description: '' @@ -66845,6 +70958,7 @@ https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-jenkins: - docs/jenkins.md - docs/sonarqube.md year: N/A + addition_method: manual https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven: content_hash: b52b73ee0b1c72719b5719e2ba4700e0a25445ae45a72cb8428154bab29f664d description: '' @@ -66855,6 +70969,7 @@ https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild: content_hash: 803bdf3af644066711ba52c9f48b754aeac04b7739c54da2d8da3b432931b51a description: '' @@ -66865,11 +70980,13 @@ https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://docs.sonarsource.com/sonarqube-server/2025.5/analyzing-source-code/scanners: health_score: 100.0 last_checked: 1779130494.978052 v1_locations: - docs/sonarqube.md + addition_method: manual https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/overview: ai_summary: Core index for the official SonarQube scanner integrations, providing detailed configurations for popular build tools and continuous integration platforms @@ -66899,6 +71016,7 @@ https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/overview: v2_locations: - sonarqube.md year: '2026' + addition_method: manual https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/dotnet/installing: content_hash: 9dd983ea22a68004ff16e7fd1848214d03fb40ad3eaddd9734b293ee7ff1b905 health_score: 100.0 @@ -66906,6 +71024,7 @@ https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/dot needs_ai_refresh: true v1_locations: - docs/sonarqube.md + addition_method: manual https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/jenkins-extension-sonarqube: content_hash: 0fb81bb5de0bdbd911a9d79341dc649eac7c48e3071f3b3a61d3d85dc262e267 health_score: 100.0 @@ -66913,6 +71032,7 @@ https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/jen needs_ai_refresh: true v1_locations: - docs/jenkins.md + addition_method: manual https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarqube-extension-for-azure-devops: content_hash: fc2b2a727fd9657c9d67c0077a77cf2129f6dc96a0a110b847444835d5b2457b health_score: 100.0 @@ -66920,6 +71040,7 @@ https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/son needs_ai_refresh: true v1_locations: - docs/sonarqube.md + addition_method: manual https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner: content_hash: 46d88f6dc179842dcd71ff3ed9ba9395337a884667afa3754c0b61ffa65b1b54 health_score: 100.0 @@ -66927,6 +71048,7 @@ https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/son needs_ai_refresh: true v1_locations: - docs/sonarqube.md + addition_method: manual https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner-for-gradle: content_hash: b39912ba1bcc609c5177ddba5a66b0a29d59114980111131dbe32a44e7f75e31 health_score: 100.0 @@ -66934,6 +71056,7 @@ https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/son needs_ai_refresh: true v1_locations: - docs/sonarqube.md + addition_method: manual https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner-for-jenkins: health_score: 64.0 last_checked: 1779130495.028479 @@ -66945,6 +71068,7 @@ https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/son status: review_required v1_locations: - docs/sonarqube.md + addition_method: manual https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner-for-maven: content_hash: 0d37a231ba600b7346834931f23424ceec077a8a963b445a61617e683e381b81 health_score: 100.0 @@ -66952,6 +71076,7 @@ https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/son needs_ai_refresh: true v1_locations: - docs/sonarqube.md + addition_method: manual https://docs.stacksimplify.com/aws-eks/aws-alb-ingress/lean-kubernetes-aws-alb-ingress-basics: ai_summary: An operational guide walking through the basics of routing external traffic into an AWS EKS cluster using the Application Load Balancer (ALB) Ingress @@ -66976,6 +71101,7 @@ https://docs.stacksimplify.com/aws-eks/aws-alb-ingress/lean-kubernetes-aws-alb-i v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual ? https://docs.stacksimplify.com/aws-eks/aws-devops-eks/learn-to-master-devops-on-aws-eks-using-aws-codecommit-codebuild-codepipeline : content_hash: 345ccc23c2fb8210b1adfde9098824e551b7d9a0074856fd6ee969d5dcf95b27 health_score: 100.0 @@ -66987,6 +71113,7 @@ https://docs.stacksimplify.com/aws-eks/aws-alb-ingress/lean-kubernetes-aws-alb-i - docs/demos.md v2_locations: - demos.md + addition_method: manual https://docs.tigera.io/calico/latest/getting-started/kubernetes/openshift/installation: content_hash: 6794924b118567a7447fc913ab55d46476e7b62c96d885ad90e32e69409cf2c8 health_score: 100.0 @@ -66998,6 +71125,7 @@ https://docs.tigera.io/calico/latest/getting-started/kubernetes/openshift/instal - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://docs.traefik.io: content_hash: 2aefce0720d2d3e4f79f76bed1292ce6ad09328c539ba53761568670d63a4460 description: '' @@ -67009,6 +71137,7 @@ https://docs.traefik.io: v1_locations: - docs/mkdocs.md year: N/A + addition_method: manual https://docs.wavefront.com/activemq.html: content_hash: 32b211e3549ca242c6138bb64d5bcd1f946e50897dd2235e2d9c26dd9297acc7 description: '' @@ -67021,6 +71150,7 @@ https://docs.wavefront.com/activemq.html: - docs/grafana.md - docs/prometheus.md year: N/A + addition_method: manual https://dok.community: content_hash: N/A description: '' @@ -67036,6 +71166,7 @@ https://dok.community: - index.md - kubernetes-storage.md year: N/A + addition_method: manual https://dok.community/dokc-2021-report: content_hash: N/A description: '' @@ -67052,12 +71183,14 @@ https://dok.community/dokc-2021-report: - databases.md - kubernetes-storage.md year: N/A + addition_method: manual https://dolphinscheduler.apache.org: content_hash: 02b06607d8efd665fbb523b24c271c0c38a55757b02f15b4717d0336a6d8b53e health_score: 100.0 last_checked: 1779033903.385496 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://dominik-tornow.medium.com/inside-kubernetes-rbac-9988b08a738a: content_hash: N/A description: '' @@ -67072,6 +71205,7 @@ https://dominik-tornow.medium.com/inside-kubernetes-rbac-9988b08a738a: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://doodle.com: content_hash: de0598d7cb442a483cc7d02d723c57b074f86d8ad302d664d49ce21e36e36c58 description: '' @@ -67083,6 +71217,7 @@ https://doodle.com: v1_locations: - docs/appointment-scheduling.md year: N/A + addition_method: manual https://doodle.com/en: content_hash: ecbe447a2760715a018aa3aed3747d4090837b520c9a397e96223bf5bcd4eef9 health_score: 100.0 @@ -67095,6 +71230,7 @@ https://doodle.com/en: - docs/appointment-scheduling.md v2_locations: - appointment-scheduling.md + addition_method: manual https://doordash.engineering/2021/04/14/gradual-code-releases-using-an-in-house-kubernetes-canary-controller: content_hash: N/A description: '' @@ -67110,6 +71246,7 @@ https://doordash.engineering/2021/04/14/gradual-code-releases-using-an-in-house- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://doordash.engineering/2022/06/23/fast-feedback-loop-for-kubernetes-product-development-in-a-production-environment: content_hash: N/A description: '' @@ -67125,6 +71262,7 @@ https://doordash.engineering/2022/06/23/fast-feedback-loop-for-kubernetes-produc v2_locations: - kubernetes.md year: N/A + addition_method: manual https://doordash.engineering/2022/08/09/how-to-handle-kubernetes-health-checks: content_hash: N/A description: '' @@ -67139,6 +71277,7 @@ https://doordash.engineering/2022/08/09/how-to-handle-kubernetes-health-checks: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://doppler.com/blog/environment-variables-in-python: content_hash: 7e40bd9004d4e69d3b7e67712cc2e366eaa88a51be45710d0465cc3d2c2b8952 description: '' @@ -67151,6 +71290,7 @@ https://doppler.com/blog/environment-variables-in-python: v1_locations: - docs/python.md year: N/A + addition_method: manual https://dormoshe.io/trending-news/kubernetes-101-part-i-the-fundamentals-23a1-60035: content_hash: b68790d64ba787231e36bed9ee4666ac66aa18e83ae9b10b830cc6e15b6f9170 description: '' @@ -67162,6 +71302,7 @@ https://dormoshe.io/trending-news/kubernetes-101-part-i-the-fundamentals-23a1-60 v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://dotnet-helpers.com/powershell/azure-keyvault-set-and-retrieve-secrets: content_hash: e38fb761f365dafea0849ae89120db36aaaab5521cd768b2251cf077e6d16804 description: '' @@ -67178,6 +71319,7 @@ https://dotnet-helpers.com/powershell/azure-keyvault-set-and-retrieve-secrets: v2_locations: - azure.md year: N/A + addition_method: manual https://dotnet-helpers.com/powershell/convert-yaml-to-json-or-json-to-yaml-using-powershell: ai_summary: A practical script tutorial highlighting conversion procedures between YAML and JSON format profiles utilizing PowerShell. Explores programmatic parsing @@ -67206,6 +71348,7 @@ https://dotnet-helpers.com/powershell/convert-yaml-to-json-or-json-to-yaml-using - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://dotnet-helpers.com/powershell/passing-local-variables-to-remote-powershell-session: content_hash: 8569227f41c1d85a9560fa42c0aa484e5f3dbd9f98eae514270b52fa03533d27 description: '' @@ -67221,6 +71364,7 @@ https://dotnet-helpers.com/powershell/passing-local-variables-to-remote-powershe v2_locations: - azure.md year: N/A + addition_method: manual https://dotnet.microsoft.com/apps/xamarin: content_hash: ac547a5b8ca857fb15d72587a9d7e3c90df165deb914699170c9cdf6c87d975a description: '' @@ -67232,6 +71376,7 @@ https://dotnet.microsoft.com/apps/xamarin: v1_locations: - docs/xamarin.md year: N/A + addition_method: manual https://dotnet.microsoft.com/en-us/apps/xamarin: content_hash: df5fbf4628d80452ddcb8c406b6a71005316c3f9b611c9aa34680f5a3b5f5442 health_score: 100.0 @@ -67243,6 +71388,7 @@ https://dotnet.microsoft.com/en-us/apps/xamarin: - docs/xamarin.md v2_locations: - xamarin.md + addition_method: manual https://dotnet.microsoft.com/learn/xamarin/what-is-xamarin: content_hash: ac547a5b8ca857fb15d72587a9d7e3c90df165deb914699170c9cdf6c87d975a description: '' @@ -67254,6 +71400,7 @@ https://dotnet.microsoft.com/learn/xamarin/what-is-xamarin: v1_locations: - docs/xamarin.md year: N/A + addition_method: manual https://doughellmann.com: content_hash: 0ebf7d7b91547ec6404ac3efe7a511b53aedbfb6365415fa0547e9c75503c857 description: '' @@ -67270,6 +71417,7 @@ https://doughellmann.com: v2_locations: - python.md year: N/A + addition_method: manual https://downdetector.co.uk: content_hash: N/A description: '' @@ -67284,6 +71432,7 @@ https://downdetector.co.uk: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://downdetector.co.uk/status/aws-amazon-web-services: content_hash: N/A description: '' @@ -67294,6 +71443,7 @@ https://downdetector.co.uk/status/aws-amazon-web-services: v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://doylestowncoder.com/2021/11/29/building-ci-cd-pipelines-with-azure-data-factory-part-1: content_hash: 27bf235dca95524f4eaafab3ccce08d0fd5e80fbc576de154c8daff5773156bc description: '' @@ -67306,6 +71456,7 @@ https://doylestowncoder.com/2021/11/29/building-ci-cd-pipelines-with-azure-data- v1_locations: - docs/demos.md year: N/A + addition_method: manual https://doylestowncoder.com/2021/12/02/building-ci-cd-pipelines-with-azure-data-factory-part-2: content_hash: 27bf235dca95524f4eaafab3ccce08d0fd5e80fbc576de154c8daff5773156bc description: '' @@ -67317,6 +71468,7 @@ https://doylestowncoder.com/2021/12/02/building-ci-cd-pipelines-with-azure-data- v1_locations: - docs/demos.md year: N/A + addition_method: manual https://doylestowncoder.com/2021/12/05/building-ci-cd-pipelines-with-azure-data-factory-part-3: content_hash: 27bf235dca95524f4eaafab3ccce08d0fd5e80fbc576de154c8daff5773156bc description: '' @@ -67328,6 +71480,7 @@ https://doylestowncoder.com/2021/12/05/building-ci-cd-pipelines-with-azure-data- v1_locations: - docs/demos.md year: N/A + addition_method: manual https://draculatheme.com/pro: content_hash: 2904d076dcbfd2890d350df09be477fe5e38a7b943690bc1015983e3e84c1b24 description: '' @@ -67344,6 +71497,7 @@ https://draculatheme.com/pro: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://draft.sh: content_hash: 04208dc2e1adbf073057b0550c0d1486f8120c9975bfc21605c95524c8d41487 description: '' @@ -67355,6 +71509,7 @@ https://draft.sh: v1_locations: - docs/scaffolding.md year: N/A + addition_method: manual https://dragondscv.medium.com/controller-runtime-handle-resource-deletion-with-predicate-f69d09dd5802: content_hash: N/A description: '' @@ -67370,6 +71525,7 @@ https://dragondscv.medium.com/controller-runtime-handle-resource-deletion-with-p v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://draw.io: content_hash: 16d3d09d879a41295c69257c7c2697fa00bb839ae02118780e8c22fa883cbfda description: '' @@ -67381,6 +71537,7 @@ https://draw.io: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://drawio-app.com: content_hash: ae0a67cfe7a9eb169f753281d7eb764e3092aa2448800709a97021871d44a71b description: '' @@ -67397,6 +71554,7 @@ https://drawio-app.com: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://dreampuf.github.io/GraphvizOnline: content_hash: 120465ad142d4147b68f9d87a86a9ec8eeeec22105effd43b22c4bdcaebda5d4 description: '' @@ -67413,6 +71571,7 @@ https://dreampuf.github.io/GraphvizOnline: v2_locations: - terraform.md year: N/A + addition_method: manual https://drill.apache.org: content_hash: d091216df278230cbc01f6c93ef28c85d9dbd6ec942a7e35477934887e075c80 description: '' @@ -67429,6 +71588,7 @@ https://drill.apache.org: v2_locations: - nosql.md year: N/A + addition_method: manual https://drone.io: content_hash: 8319715ea9ca1bdb2b65f5a7949947a08555c4b2e453fdbfd8708ffec33875ee description: '' @@ -67440,6 +71600,7 @@ https://drone.io: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://druid.apache.org: content_hash: 42c4ce7fee760f8c11c22941d32d57bea5cb67f4ec88137208c65b64a83f7c38 description: '' @@ -67456,6 +71617,7 @@ https://druid.apache.org: v2_locations: - databases.md year: N/A + addition_method: manual https://duo.com/blog: content_hash: 7c792b45253bfb1c19e70b61c3a123fd8e24e32fcff326a05872dcf9ce35f515 health_score: 100.0 @@ -67468,6 +71630,7 @@ https://duo.com/blog: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://duo.com/blog/introducing-cloudmapper-an-aws-visualization-tool: content_hash: 41a050c0cde3d1f475bdbfd6ec89103adcb421e8d2fe253213f63ee0ec8f496f description: '' @@ -67479,6 +71642,7 @@ https://duo.com/blog/introducing-cloudmapper-an-aws-visualization-tool: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://dustinspecker.com/posts/how-do-kubernetes-and-docker-create-ip-addresses: content_hash: dddd027c761fb91dc169e4281f3018dbe0ce8434c22ff5ecc6db97be7973669d description: '' @@ -67495,6 +71659,7 @@ https://dustinspecker.com/posts/how-do-kubernetes-and-docker-create-ip-addresses v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://dustinspecker.com/posts/iptables-how-kubernetes-services-direct-traffic-to-pods: content_hash: 4e8a5c535df56e341083b053e3bb8aece34847204e36bb03387bd5b29c335014 description: '' @@ -67513,6 +71678,7 @@ https://dustinspecker.com/posts/iptables-how-kubernetes-services-direct-traffic- - kubernetes-networking.md - kubernetes.md year: N/A + addition_method: manual https://dustinspecker.com/posts/ipvs-how-kubernetes-services-direct-traffic-to-pods: content_hash: 4f7dfbfc261f008d491fd6b616a64d20676c8cd6f29e95ca95714b93be392ebf description: '' @@ -67529,6 +71695,7 @@ https://dustinspecker.com/posts/ipvs-how-kubernetes-services-direct-traffic-to-p v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dustinspecker.com/posts/kubernetes-networking-from-scratch-bgp-bird-advertise-pod-routes: content_hash: ee0b411e125a9df615953ceaa9808c50504445ce18cde31c8fdbe46a2b1c4aed description: '' @@ -67546,6 +71713,7 @@ https://dustinspecker.com/posts/kubernetes-networking-from-scratch-bgp-bird-adve v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://dustinspecker.com/posts/scaling-kubernetes-pods-prometheus-metrics: content_hash: c8291cc1a8c1453e3d72d3ae21630d43ee3cac73ba794847351f9180ebad2c87 description: '' @@ -67562,6 +71730,7 @@ https://dustinspecker.com/posts/scaling-kubernetes-pods-prometheus-metrics: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dustymabe.com/2020/09/28/openshift-okd-on-fedora-coreos-on-digitalocean-part-4-recorded-demo: content_hash: N/A description: '' @@ -67578,6 +71747,7 @@ https://dustymabe.com/2020/09/28/openshift-okd-on-fedora-coreos-on-digitalocean- v2_locations: - ocp4.md year: N/A + addition_method: manual https://dwdraju.medium.com/kubernetes-job-or-cronjob-which-one-to-use-and-when-4ffd4800d28e: content_hash: N/A description: '' @@ -67593,6 +71763,7 @@ https://dwdraju.medium.com/kubernetes-job-or-cronjob-which-one-to-use-and-when-4 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dynatrace-perfclinics.github.io/codelabs/why-devs-love-dynatrace-2/index.html: content_hash: 8e97830ad8eed41b6fba733174562e13ebd85a08904a93e960dba9cab5a56da7 description: '' @@ -67609,6 +71780,7 @@ https://dynatrace-perfclinics.github.io/codelabs/why-devs-love-dynatrace-2/index v2_locations: - keptn.md year: N/A + addition_method: manual https://dzone.com/articles/10-api-testing-tips-for-beginners-soap-amp-rest: content_hash: N/A description: '' @@ -67623,6 +71795,7 @@ https://dzone.com/articles/10-api-testing-tips-for-beginners-soap-amp-rest: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/10-commandments-on-microservice-decomposition: content_hash: N/A description: '' @@ -67637,6 +71810,7 @@ https://dzone.com/articles/10-commandments-on-microservice-decomposition: v2_locations: - faq.md year: N/A + addition_method: manual https://dzone.com/articles/10-easy-to-use-modules-in-ansible-1: content_hash: N/A description: '' @@ -67651,6 +71825,7 @@ https://dzone.com/articles/10-easy-to-use-modules-in-ansible-1: v2_locations: - ansible.md year: N/A + addition_method: manual https://dzone.com/articles/10-effective-tips-on-using-maven: content_hash: N/A description: '' @@ -67665,6 +71840,7 @@ https://dzone.com/articles/10-effective-tips-on-using-maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/10-vs-code-extensions-to-fight-technical-debt: content_hash: N/A description: '' @@ -67679,6 +71855,7 @@ https://dzone.com/articles/10-vs-code-extensions-to-fight-technical-debt: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://dzone.com/articles/11-observability-tools-you-should-know-in-2023: content_hash: N/A description: '' @@ -67693,6 +71870,7 @@ https://dzone.com/articles/11-observability-tools-you-should-know-in-2023: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/14-best-performance-testing-tools-and-apm-solution: content_hash: N/A description: '' @@ -67709,6 +71887,7 @@ https://dzone.com/articles/14-best-performance-testing-tools-and-apm-solution: - monitoring.md - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/14-of-the-best-automation-testing-tools-available: content_hash: N/A description: '' @@ -67723,6 +71902,7 @@ https://dzone.com/articles/14-of-the-best-automation-testing-tools-available: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/15-devops-trends-to-expect-in-2021: content_hash: N/A description: '' @@ -67737,6 +71917,7 @@ https://dzone.com/articles/15-devops-trends-to-expect-in-2021: v2_locations: - devops.md year: N/A + addition_method: manual https://dzone.com/articles/15-useful-helm-charts-tools: content_hash: N/A description: '' @@ -67751,6 +71932,7 @@ https://dzone.com/articles/15-useful-helm-charts-tools: v2_locations: - helm.md year: N/A + addition_method: manual https://dzone.com/articles/2-ways-to-integrate-jmeter-tests-into-jenkins: content_hash: N/A description: '' @@ -67765,6 +71947,7 @@ https://dzone.com/articles/2-ways-to-integrate-jmeter-tests-into-jenkins: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/3-gpt-3-tools-for-developers-software-engineers-de: content_hash: N/A description: '' @@ -67780,6 +71963,7 @@ https://dzone.com/articles/3-gpt-3-tools-for-developers-software-engineers-de: v2_locations: - devops.md year: N/A + addition_method: manual https://dzone.com/articles/3-steps-to-developing-a-successful-gitops-model: content_hash: N/A description: '' @@ -67794,12 +71978,14 @@ https://dzone.com/articles/3-steps-to-developing-a-successful-gitops-model: v2_locations: - gitops.md year: N/A + addition_method: manual https://dzone.com/articles/32-best-jira-alternatives-for-agile-project-manage: content_hash: N/A health_score: 100.0 last_checked: 1779031406.435087 v1_locations: - docs/project-management-tools.md + addition_method: manual https://dzone.com/articles/4-cluster-management-tools-to-compare: content_hash: N/A description: '' @@ -67814,6 +72000,7 @@ https://dzone.com/articles/4-cluster-management-tools-to-compare: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/4-ways-to-build-applications-in-openshift-1: content_hash: N/A description: '' @@ -67828,6 +72015,7 @@ https://dzone.com/articles/4-ways-to-build-applications-in-openshift-1: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://dzone.com/articles/5-hosted-kubernetes-platforms: content_hash: N/A description: '' @@ -67842,6 +72030,7 @@ https://dzone.com/articles/5-hosted-kubernetes-platforms: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://dzone.com/articles/7-jvm-arguments-of-highly-effective-applications-1: content_hash: N/A description: '' @@ -67858,6 +72047,7 @@ https://dzone.com/articles/7-jvm-arguments-of-highly-effective-applications-1: - java-and-java-performance-optimization.md - jvm-parameters-matrix-table.md year: N/A + addition_method: manual https://dzone.com/articles/7-microservices-best-practices-for-developers: content_hash: N/A description: '' @@ -67872,6 +72062,7 @@ https://dzone.com/articles/7-microservices-best-practices-for-developers: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/7-software-development-models-you-should-know: content_hash: N/A description: '' @@ -67886,6 +72077,7 @@ https://dzone.com/articles/7-software-development-models-you-should-know: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/7-tips-to-achieve-high-availabilityha-for-your-mav-1: content_hash: N/A description: '' @@ -67900,6 +72092,7 @@ https://dzone.com/articles/7-tips-to-achieve-high-availabilityha-for-your-mav-1: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/a-beginners-guide-to-infrastructure-as-code: content_hash: N/A description: '' @@ -67914,6 +72107,7 @@ https://dzone.com/articles/a-beginners-guide-to-infrastructure-as-code: v2_locations: - iac.md year: N/A + addition_method: manual https://dzone.com/articles/a-complete-guide-to-project-management-life-cycle: content_hash: N/A description: '' @@ -67928,6 +72122,7 @@ https://dzone.com/articles/a-complete-guide-to-project-management-life-cycle: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://dzone.com/articles/a-java-developers-guide-to-quarkus: content_hash: N/A description: '' @@ -67942,6 +72137,7 @@ https://dzone.com/articles/a-java-developers-guide-to-quarkus: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/a-practical-guide-for-container-security: content_hash: N/A description: '' @@ -67956,6 +72152,7 @@ https://dzone.com/articles/a-practical-guide-for-container-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dzone.com/articles/a-quick-guide-to-deploying-java-apps-on-openshift: content_hash: N/A description: '' @@ -67970,6 +72167,7 @@ https://dzone.com/articles/a-quick-guide-to-deploying-java-apps-on-openshift: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://dzone.com/articles/advanced-kubernetes-deployment-strategies: content_hash: N/A description: '' @@ -67984,6 +72182,7 @@ https://dzone.com/articles/advanced-kubernetes-deployment-strategies: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/articles/alternatives-to-docker-desktop: content_hash: N/A description: '' @@ -67998,6 +72197,7 @@ https://dzone.com/articles/alternatives-to-docker-desktop: v2_locations: - docker.md year: N/A + addition_method: manual https://dzone.com/articles/an-overview-of-cicd-pipelines-with-kubernetes: content_hash: N/A description: '' @@ -68012,6 +72212,7 @@ https://dzone.com/articles/an-overview-of-cicd-pipelines-with-kubernetes: v2_locations: - cicd.md year: N/A + addition_method: manual https://dzone.com/articles/apache-airflow-architecture-on-openshift: content_hash: N/A description: '' @@ -68026,6 +72227,7 @@ https://dzone.com/articles/apache-airflow-architecture-on-openshift: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/apache-jmeter-keyboard-shortcuts: content_hash: N/A description: '' @@ -68040,6 +72242,7 @@ https://dzone.com/articles/apache-jmeter-keyboard-shortcuts: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/api-load-testing-with-gatling: content_hash: N/A description: '' @@ -68054,6 +72257,7 @@ https://dzone.com/articles/api-load-testing-with-gatling: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/api-management-vs-api-gateway-and-where-does-api-a: content_hash: N/A description: '' @@ -68068,6 +72272,7 @@ https://dzone.com/articles/api-management-vs-api-gateway-and-where-does-api-a: v2_locations: - developerportals.md year: N/A + addition_method: manual https://dzone.com/articles/api-testing-with-cucumber: content_hash: N/A description: '' @@ -68082,6 +72287,7 @@ https://dzone.com/articles/api-testing-with-cucumber: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/api-throttling-strategies: content_hash: N/A description: '' @@ -68096,6 +72302,7 @@ https://dzone.com/articles/api-throttling-strategies: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/apm-tools-comparison-which-one-should-you-choose: content_hash: N/A description: '' @@ -68110,11 +72317,13 @@ https://dzone.com/articles/apm-tools-comparison-which-one-should-you-choose: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/are-you-12-factor-application-ready: content_hash: N/A health_score: 100.0 last_checked: 1779031576.185531 v1_locations: [] + addition_method: manual https://dzone.com/articles/are-you-stuck-in-the-new-devops-matrix-from-hell: content_hash: N/A description: '' @@ -68129,12 +72338,14 @@ https://dzone.com/articles/are-you-stuck-in-the-new-devops-matrix-from-hell: v2_locations: - devops.md year: N/A + addition_method: manual https://dzone.com/articles/automate-to-save-mental-energy-not-time-1: content_hash: N/A health_score: 100.0 last_checked: 1779034152.367093 v1_locations: - docs/devops.md + addition_method: manual https://dzone.com/articles/autoscaling-your-kubernetes-microservice-with-keda: content_hash: N/A description: '' @@ -68149,6 +72360,7 @@ https://dzone.com/articles/autoscaling-your-kubernetes-microservice-with-keda: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://dzone.com/articles/aws-basics: content_hash: N/A description: '' @@ -68163,6 +72375,7 @@ https://dzone.com/articles/aws-basics: v2_locations: - aws.md year: N/A + addition_method: manual https://dzone.com/articles/aws-basics-bastian-hosts-and-nat: content_hash: N/A description: '' @@ -68177,6 +72390,7 @@ https://dzone.com/articles/aws-basics-bastian-hosts-and-nat: v2_locations: - aws.md year: N/A + addition_method: manual https://dzone.com/articles/best-emerging-project-management-methodologies-in: content_hash: N/A description: '' @@ -68191,6 +72405,7 @@ https://dzone.com/articles/best-emerging-project-management-methodologies-in: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://dzone.com/articles/best-practices-for-selenium-automation-one-must-kn: content_hash: N/A description: '' @@ -68205,6 +72420,7 @@ https://dzone.com/articles/best-practices-for-selenium-automation-one-must-kn: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/best-practices-java-memory-arguments-for-container: content_hash: N/A description: '' @@ -68219,6 +72435,7 @@ https://dzone.com/articles/best-practices-java-memory-arguments-for-container: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/articles/bootstrapping-java-kubernetes-apps-no-yaml: content_hash: N/A description: '' @@ -68234,6 +72451,7 @@ https://dzone.com/articles/bootstrapping-java-kubernetes-apps-no-yaml: v2_locations: - demos.md year: N/A + addition_method: manual https://dzone.com/articles/breaking-up-a-monolithic-database-with-kong: content_hash: N/A description: '' @@ -68248,6 +72466,7 @@ https://dzone.com/articles/breaking-up-a-monolithic-database-with-kong: v2_locations: - developerportals.md year: N/A + addition_method: manual https://dzone.com/articles/build-a-java-app-with-gradle: content_hash: N/A description: '' @@ -68262,6 +72481,7 @@ https://dzone.com/articles/build-a-java-app-with-gradle: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/build-a-java-rest-api-with-quarkus: content_hash: N/A description: '' @@ -68276,6 +72496,7 @@ https://dzone.com/articles/build-a-java-rest-api-with-quarkus: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/build-a-spring-boot-app-with-flyway-and-postgres: content_hash: N/A description: '' @@ -68290,6 +72511,7 @@ https://dzone.com/articles/build-a-spring-boot-app-with-flyway-and-postgres: v2_locations: - liquibase.md year: N/A + addition_method: manual https://dzone.com/articles/building-a-hybrid-multi-cloud-event-mesh-demo-with: content_hash: N/A description: '' @@ -68304,6 +72526,7 @@ https://dzone.com/articles/building-a-hybrid-multi-cloud-event-mesh-demo-with: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/building-a-restful-service-using-aspnet-core-and-d: content_hash: N/A description: '' @@ -68319,6 +72542,7 @@ https://dzone.com/articles/building-a-restful-service-using-aspnet-core-and-d: v2_locations: - dotnet.md year: N/A + addition_method: manual https://dzone.com/articles/building-java-applications-with-maven: content_hash: N/A description: '' @@ -68333,6 +72557,7 @@ https://dzone.com/articles/building-java-applications-with-maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/building-rest-api-in-java: content_hash: N/A description: '' @@ -68347,6 +72572,7 @@ https://dzone.com/articles/building-rest-api-in-java: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/checklist-for-api-verification: content_hash: N/A description: '' @@ -68361,12 +72587,14 @@ https://dzone.com/articles/checklist-for-api-verification: v2_locations: - qa.md year: N/A + addition_method: manual https://dzone.com/articles/choosing-the-right-gc: content_hash: N/A health_score: 100.0 last_checked: 1779032751.452829 v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://dzone.com/articles/cicd-with-kubernetes-and-helm: content_hash: N/A description: '' @@ -68381,12 +72609,14 @@ https://dzone.com/articles/cicd-with-kubernetes-and-helm: v2_locations: - helm.md year: N/A + addition_method: manual https://dzone.com/articles/cloud-native-development-a-blueprint: content_hash: N/A health_score: 100.0 last_checked: 1779033784.677132 v1_locations: - docs/openshift.md + addition_method: manual https://dzone.com/articles/code-analysis-with-sonarqube-part-1-setup: content_hash: N/A description: '' @@ -68401,6 +72631,7 @@ https://dzone.com/articles/code-analysis-with-sonarqube-part-1-setup: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://dzone.com/articles/comparing-openapi-with-grpc: content_hash: N/A description: '' @@ -68415,6 +72646,7 @@ https://dzone.com/articles/comparing-openapi-with-grpc: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/comparing-restful-apis-and-soap-apis: content_hash: N/A description: '' @@ -68429,6 +72661,7 @@ https://dzone.com/articles/comparing-restful-apis-and-soap-apis: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/component-tests-for-spring-cloud-microservices: content_hash: N/A description: '' @@ -68443,6 +72676,7 @@ https://dzone.com/articles/component-tests-for-spring-cloud-microservices: v2_locations: - qa.md year: N/A + addition_method: manual https://dzone.com/articles/components-of-container-management: content_hash: N/A description: '' @@ -68457,6 +72691,7 @@ https://dzone.com/articles/components-of-container-management: v2_locations: - docker.md year: N/A + addition_method: manual https://dzone.com/articles/comprehensive-guide-rest-vs-soap: content_hash: N/A description: '' @@ -68471,6 +72706,7 @@ https://dzone.com/articles/comprehensive-guide-rest-vs-soap: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/configuration-drift: content_hash: N/A description: '' @@ -68485,12 +72721,14 @@ https://dzone.com/articles/configuration-drift: v2_locations: - devops.md year: N/A + addition_method: manual https://dzone.com/articles/containerd-kubernetes-syslog-forwarding: content_hash: N/A health_score: 100.0 last_checked: 1779031608.95655 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://dzone.com/articles/continuous-delivery-with-openshift-and-jenkins-ab: content_hash: N/A description: '' @@ -68505,6 +72743,7 @@ https://dzone.com/articles/continuous-delivery-with-openshift-and-jenkins-ab: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://dzone.com/articles/continuous-deployment-on-kubernetes-with-spinnaker: content_hash: N/A description: '' @@ -68519,6 +72758,7 @@ https://dzone.com/articles/continuous-deployment-on-kubernetes-with-spinnaker: v2_locations: - demos.md year: N/A + addition_method: manual https://dzone.com/articles/continuous-integration-in-aws-using-jenkins: content_hash: N/A description: '' @@ -68534,6 +72774,7 @@ https://dzone.com/articles/continuous-integration-in-aws-using-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/create-install-upgrade-and-rollback-a-helm-chart-p: content_hash: N/A description: '' @@ -68548,6 +72789,7 @@ https://dzone.com/articles/create-install-upgrade-and-rollback-a-helm-chart-p: v2_locations: - helm.md year: N/A + addition_method: manual https://dzone.com/articles/create-install-upgrade-rollback-a-helm-chart-part: content_hash: N/A description: '' @@ -68562,6 +72804,7 @@ https://dzone.com/articles/create-install-upgrade-rollback-a-helm-chart-part: v2_locations: - helm.md year: N/A + addition_method: manual https://dzone.com/articles/create-maven-archetype-1: content_hash: N/A description: '' @@ -68576,6 +72819,7 @@ https://dzone.com/articles/create-maven-archetype-1: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/creating-a-soap-web-service-with-spring-boot-start: content_hash: N/A description: '' @@ -68590,6 +72834,7 @@ https://dzone.com/articles/creating-a-soap-web-service-with-spring-boot-start: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/defining-day-2-operations: content_hash: N/A description: '' @@ -68606,6 +72851,7 @@ https://dzone.com/articles/defining-day-2-operations: - about.md - devops.md year: N/A + addition_method: manual https://dzone.com/articles/deploying-a-kubernetes-cluster-with-amazon-eks: content_hash: N/A description: '' @@ -68621,6 +72867,7 @@ https://dzone.com/articles/deploying-a-kubernetes-cluster-with-amazon-eks: v2_locations: - demos.md year: N/A + addition_method: manual https://dzone.com/articles/deploying-docker-images-to-openshift: content_hash: N/A description: '' @@ -68635,6 +72882,7 @@ https://dzone.com/articles/deploying-docker-images-to-openshift: v2_locations: - demos.md year: N/A + addition_method: manual https://dzone.com/articles/deploying-prometheus-and-grafana-as-applications-u: content_hash: N/A description: '' @@ -68650,6 +72898,7 @@ https://dzone.com/articles/deploying-prometheus-and-grafana-as-applications-u: v2_locations: - prometheus.md year: N/A + addition_method: manual https://dzone.com/articles/deploying-spring-boot-app-to-jboss-wildfly: content_hash: N/A description: '' @@ -68664,6 +72913,7 @@ https://dzone.com/articles/deploying-spring-boot-app-to-jboss-wildfly: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/developing-applications-on-multitenant-clusters-wi: content_hash: N/A description: '' @@ -68678,12 +72928,14 @@ https://dzone.com/articles/developing-applications-on-multitenant-clusters-wi: v2_locations: - flux.md year: N/A + addition_method: manual https://dzone.com/articles/devops-101-setup-nginx-in-front-of-your-spring-boo: content_hash: N/A health_score: 100.0 last_checked: 1779030589.199312 v1_locations: - docs/web-servers.md + addition_method: manual https://dzone.com/articles/devops-cicd-tools-to-watch-out-for-in-2022: content_hash: N/A description: '' @@ -68698,6 +72950,7 @@ https://dzone.com/articles/devops-cicd-tools-to-watch-out-for-in-2022: v2_locations: - cicd.md year: N/A + addition_method: manual https://dzone.com/articles/devops-guide-implementing-four-eyes-principle-with: content_hash: N/A description: '' @@ -68713,6 +72966,7 @@ https://dzone.com/articles/devops-guide-implementing-four-eyes-principle-with: v2_locations: - devops.md year: N/A + addition_method: manual https://dzone.com/articles/devops-pipeline-quality-gates-a-double-edged-sword: content_hash: N/A description: '' @@ -68727,6 +72981,7 @@ https://dzone.com/articles/devops-pipeline-quality-gates-a-double-edged-sword: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dzone.com/articles/devops-services-pricing-aws-vs-azure-vs-google-clo: content_hash: N/A description: '' @@ -68741,6 +72996,7 @@ https://dzone.com/articles/devops-services-pricing-aws-vs-azure-vs-google-clo: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://dzone.com/articles/devops-toolchain-for-beginners: content_hash: N/A description: '' @@ -68755,6 +73011,7 @@ https://dzone.com/articles/devops-toolchain-for-beginners: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://dzone.com/articles/devops-vs-sre-vs-platform-engineer-vs-cloud-engine: content_hash: N/A description: '' @@ -68770,6 +73027,7 @@ https://dzone.com/articles/devops-vs-sre-vs-platform-engineer-vs-cloud-engine: - index.md - sre.md year: N/A + addition_method: manual https://dzone.com/articles/dive-deep-into-resource-requests-and-limits-in-kub: content_hash: N/A description: '' @@ -68784,6 +73042,7 @@ https://dzone.com/articles/dive-deep-into-resource-requests-and-limits-in-kub: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/articles/diy-devops-ci-and-cd-with-github-docker-and-a-vps: content_hash: N/A description: '' @@ -68798,6 +73057,7 @@ https://dzone.com/articles/diy-devops-ci-and-cd-with-github-docker-and-a-vps: v2_locations: - demos.md year: N/A + addition_method: manual https://dzone.com/articles/docker-alternatives-10-alternatives-to-docker-for: content_hash: N/A description: '' @@ -68812,6 +73072,7 @@ https://dzone.com/articles/docker-alternatives-10-alternatives-to-docker-for: v2_locations: - docker.md year: N/A + addition_method: manual https://dzone.com/articles/docker-explained-an-introductory-guide-to-docker: content_hash: N/A description: '' @@ -68826,6 +73087,7 @@ https://dzone.com/articles/docker-explained-an-introductory-guide-to-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://dzone.com/articles/easily-automate-your-cicd-pipeline-with-jenkins-he: content_hash: N/A description: '' @@ -68841,6 +73103,7 @@ https://dzone.com/articles/easily-automate-your-cicd-pipeline-with-jenkins-he: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/effectiveness-noise-is-the-problem: content_hash: N/A description: '' @@ -68855,6 +73118,7 @@ https://dzone.com/articles/effectiveness-noise-is-the-problem: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://dzone.com/articles/ensure-high-availability-and-uptime-with-kubernete: content_hash: N/A description: '' @@ -68870,6 +73134,7 @@ https://dzone.com/articles/ensure-high-availability-and-uptime-with-kubernete: v2_locations: - prometheus.md year: N/A + addition_method: manual https://dzone.com/articles/event-driven-architecture-as-a-strategy: content_hash: N/A description: '' @@ -68884,6 +73149,7 @@ https://dzone.com/articles/event-driven-architecture-as-a-strategy: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/everything-you-need-to-know-about-docker: content_hash: N/A description: '' @@ -68898,6 +73164,7 @@ https://dzone.com/articles/everything-you-need-to-know-about-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://dzone.com/articles/executing-liquibase-3-use-cases: content_hash: N/A description: '' @@ -68912,6 +73179,7 @@ https://dzone.com/articles/executing-liquibase-3-use-cases: v2_locations: - liquibase.md year: N/A + addition_method: manual https://dzone.com/articles/exploring-the-api-first-design-pattern: content_hash: N/A description: '' @@ -68927,6 +73195,7 @@ https://dzone.com/articles/exploring-the-api-first-design-pattern: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/five-different-ways-to-build-aws-infrastructure: content_hash: N/A description: '' @@ -68941,6 +73210,7 @@ https://dzone.com/articles/five-different-ways-to-build-aws-infrastructure: v2_locations: - aws.md year: N/A + addition_method: manual https://dzone.com/articles/flight-recorder-examining-java-and-kotlin-apps: content_hash: N/A description: '' @@ -68955,6 +73225,7 @@ https://dzone.com/articles/flight-recorder-examining-java-and-kotlin-apps: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/articles/flux-windowing-and-aggregation: content_hash: N/A description: '' @@ -68969,6 +73240,7 @@ https://dzone.com/articles/flux-windowing-and-aggregation: v2_locations: - prometheus.md year: N/A + addition_method: manual https://dzone.com/articles/from-java-microservices-to-lambda-functions-a-jour: content_hash: N/A description: '' @@ -68983,6 +73255,7 @@ https://dzone.com/articles/from-java-microservices-to-lambda-functions-a-jour: v2_locations: - demos.md year: N/A + addition_method: manual https://dzone.com/articles/gatling-gun-is-now-a-prospecting-tool-for-testers: content_hash: N/A description: '' @@ -68997,6 +73270,7 @@ https://dzone.com/articles/gatling-gun-is-now-a-prospecting-tool-for-testers: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/gatling-light-weight-load-testing-tool: content_hash: N/A description: '' @@ -69011,6 +73285,7 @@ https://dzone.com/articles/gatling-light-weight-load-testing-tool: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/gatling-performance-testing-pros-and-cons: content_hash: N/A description: '' @@ -69025,6 +73300,7 @@ https://dzone.com/articles/gatling-performance-testing-pros-and-cons: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/gatling-vs-jmeter: content_hash: N/A description: '' @@ -69039,6 +73315,7 @@ https://dzone.com/articles/gatling-vs-jmeter: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/getting-started-nexus-maven: content_hash: N/A description: '' @@ -69053,6 +73330,7 @@ https://dzone.com/articles/getting-started-nexus-maven: v2_locations: - registries.md year: N/A + addition_method: manual https://dzone.com/articles/getting-started-with-java-ee-8-payara-5-and-eclips: content_hash: N/A description: '' @@ -69067,6 +73345,7 @@ https://dzone.com/articles/getting-started-with-java-ee-8-payara-5-and-eclips: v2_locations: - java_app_servers.md year: N/A + addition_method: manual https://dzone.com/articles/getting-started-with-jenkins-the-ultimate-guide: content_hash: N/A description: '' @@ -69081,6 +73360,7 @@ https://dzone.com/articles/getting-started-with-jenkins-the-ultimate-guide: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/getting-started-with-kibana-advanced-searches: content_hash: N/A description: '' @@ -69095,6 +73375,7 @@ https://dzone.com/articles/getting-started-with-kibana-advanced-searches: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/gitlab-ci-with-docker-environment-variable-quirks: content_hash: N/A description: '' @@ -69109,6 +73390,7 @@ https://dzone.com/articles/gitlab-ci-with-docker-environment-variable-quirks: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://dzone.com/articles/gitops-flux-vs-argo-cd: content_hash: N/A description: '' @@ -69123,6 +73405,7 @@ https://dzone.com/articles/gitops-flux-vs-argo-cd: v2_locations: - flux.md year: N/A + addition_method: manual https://dzone.com/articles/gitops-with-openshift-applier: content_hash: N/A description: '' @@ -69132,12 +73415,14 @@ https://dzone.com/articles/gitops-with-openshift-applier: title: 'redhat-cop: Openshift Applier' v1_locations: [] year: N/A + addition_method: manual https://dzone.com/articles/googles-state-of-devops-2021-report-what-sres-need: content_hash: N/A health_score: 100.0 last_checked: 1779032095.009112 v1_locations: - docs/devops.md + addition_method: manual https://dzone.com/articles/groovy-goodness-using-the-call-operator: content_hash: N/A description: '' @@ -69152,6 +73437,7 @@ https://dzone.com/articles/groovy-goodness-using-the-call-operator: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/how-quickly-get-started-sonar: content_hash: N/A description: '' @@ -69166,6 +73452,7 @@ https://dzone.com/articles/how-quickly-get-started-sonar: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-build-an-effective-cicd-pipeline: content_hash: N/A description: '' @@ -69180,6 +73467,7 @@ https://dzone.com/articles/how-to-build-an-effective-cicd-pipeline: v2_locations: - cicd.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-configure-ha-proxy-as-a-proxy-and-loadbalan: content_hash: N/A description: '' @@ -69194,6 +73482,7 @@ https://dzone.com/articles/how-to-configure-ha-proxy-as-a-proxy-and-loadbalan: v2_locations: - web-servers.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-create-microservices-using-spring: content_hash: N/A description: '' @@ -69208,6 +73497,7 @@ https://dzone.com/articles/how-to-create-microservices-using-spring: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-create-rest-api-with-spring-boot: content_hash: N/A description: '' @@ -69222,6 +73512,7 @@ https://dzone.com/articles/how-to-create-rest-api-with-spring-boot: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-deploy-apps-effortlessly-with-packer-and-te: content_hash: N/A description: '' @@ -69236,6 +73527,7 @@ https://dzone.com/articles/how-to-deploy-apps-effortlessly-with-packer-and-te: v2_locations: - terraform.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-explain-kubernetes-to-a-business-team: content_hash: N/A description: '' @@ -69245,6 +73537,7 @@ https://dzone.com/articles/how-to-explain-kubernetes-to-a-business-team: title: ==How to Explain Kubernetes to a Business Team== v1_locations: [] year: N/A + addition_method: manual https://dzone.com/articles/how-to-manage-vulnerabilities-in-modern-cloud-nati: content_hash: N/A description: '' @@ -69259,6 +73552,7 @@ https://dzone.com/articles/how-to-manage-vulnerabilities-in-modern-cloud-nati: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-read-a-thread-dump: content_hash: N/A description: '' @@ -69273,6 +73567,7 @@ https://dzone.com/articles/how-to-read-a-thread-dump: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-run-the-spring-boot-application-as-a-stand: content_hash: N/A description: '' @@ -69287,6 +73582,7 @@ https://dzone.com/articles/how-to-run-the-spring-boot-application-as-a-stand: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-set-up-a-gatling-tests-implementation-envir: content_hash: N/A description: '' @@ -69301,6 +73597,7 @@ https://dzone.com/articles/how-to-set-up-a-gatling-tests-implementation-envir: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-setup-scalable-jenkins-on-top-of-a-kubernet: content_hash: N/A description: '' @@ -69315,6 +73612,7 @@ https://dzone.com/articles/how-to-setup-scalable-jenkins-on-top-of-a-kubernet: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-take-thread-dumps-7-options: content_hash: N/A description: '' @@ -69331,6 +73629,7 @@ https://dzone.com/articles/how-to-take-thread-dumps-7-options: - monitoring.md - ocp3.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-understand-and-setup-kubernetes-networking: content_hash: N/A description: '' @@ -69345,6 +73644,7 @@ https://dzone.com/articles/how-to-understand-and-setup-kubernetes-networking: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-use-aws-iam-role-on-aws-eks-pods: content_hash: N/A description: '' @@ -69359,6 +73659,7 @@ https://dzone.com/articles/how-to-use-aws-iam-role-on-aws-eks-pods: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-use-gatling-with-maven: content_hash: N/A description: '' @@ -69373,6 +73674,7 @@ https://dzone.com/articles/how-to-use-gatling-with-maven: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-use-postman-to-manage-and-execute-your-apis: content_hash: N/A description: '' @@ -69387,6 +73689,7 @@ https://dzone.com/articles/how-to-use-postman-to-manage-and-execute-your-apis: v2_locations: - postman.md year: N/A + addition_method: manual https://dzone.com/articles/how-to-use-regex-extractor-in-gatling-projects: content_hash: N/A description: '' @@ -69401,6 +73704,7 @@ https://dzone.com/articles/how-to-use-regex-extractor-in-gatling-projects: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/how-your-application-architecture-evolved: content_hash: N/A description: '' @@ -69416,6 +73720,7 @@ https://dzone.com/articles/how-your-application-architecture-evolved: - index.md - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/immutable-infrastructure-cicd-using-hashicorp-terr: content_hash: N/A description: '' @@ -69430,6 +73735,7 @@ https://dzone.com/articles/immutable-infrastructure-cicd-using-hashicorp-terr: v2_locations: - terraform.md year: N/A + addition_method: manual https://dzone.com/articles/implementing-serverless-microservices-architecture: content_hash: N/A description: '' @@ -69444,6 +73750,7 @@ https://dzone.com/articles/implementing-serverless-microservices-architecture: v2_locations: - serverless.md year: N/A + addition_method: manual https://dzone.com/articles/importing-a-maven-project-in-intellij-idea: content_hash: N/A description: '' @@ -69458,12 +73765,14 @@ https://dzone.com/articles/importing-a-maven-project-in-intellij-idea: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/install-openshift-container-platform-in-minutes-video: content_hash: N/A health_score: 100.0 last_checked: 1779029940.741717 v1_locations: - docs/openshift.md + addition_method: manual https://dzone.com/articles/installing-maven: content_hash: N/A description: '' @@ -69478,6 +73787,7 @@ https://dzone.com/articles/installing-maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/integration-tests-with-maven: content_hash: N/A description: '' @@ -69492,6 +73802,7 @@ https://dzone.com/articles/integration-tests-with-maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/introducing-amp-assimilating-caching-quick-read-fo: content_hash: N/A description: '' @@ -69506,6 +73817,7 @@ https://dzone.com/articles/introducing-amp-assimilating-caching-quick-read-fo: v2_locations: - caching.md year: N/A + addition_method: manual https://dzone.com/articles/introduction-to-kubernetes-part-1: content_hash: N/A description: '' @@ -69520,6 +73832,7 @@ https://dzone.com/articles/introduction-to-kubernetes-part-1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/articles/introduction-to-liquibase-and-managing-your-databa: content_hash: N/A description: '' @@ -69534,6 +73847,7 @@ https://dzone.com/articles/introduction-to-liquibase-and-managing-your-databa: v2_locations: - liquibase.md year: N/A + addition_method: manual https://dzone.com/articles/introduction-to-message-brokers-part-1-apache-kafk: content_hash: N/A description: '' @@ -69548,6 +73862,7 @@ https://dzone.com/articles/introduction-to-message-brokers-part-1-apache-kafk: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/introduction-to-message-brokers-part-2-activemq-vs: content_hash: N/A description: '' @@ -69562,6 +73877,7 @@ https://dzone.com/articles/introduction-to-message-brokers-part-2-activemq-vs: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/jakarta-ee-amp-wildfly-running-on-kubernetes: content_hash: N/A description: '' @@ -69576,6 +73892,7 @@ https://dzone.com/articles/jakarta-ee-amp-wildfly-running-on-kubernetes: v2_locations: - java_app_servers.md year: N/A + addition_method: manual https://dzone.com/articles/java-creator-james-gosling-interview: content_hash: N/A description: '' @@ -69590,6 +73907,7 @@ https://dzone.com/articles/java-creator-james-gosling-interview: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/java-inside-docker-what-you-must-know-to-not-fail: content_hash: N/A description: '' @@ -69604,6 +73922,7 @@ https://dzone.com/articles/java-inside-docker-what-you-must-know-to-not-fail: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/articles/java-performance-monitoring-5-open-source-tools-you-should-know: content_hash: N/A description: '' @@ -69618,6 +73937,7 @@ https://dzone.com/articles/java-performance-monitoring-5-open-source-tools-you-s v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/jenkins-in-a-nutshell: content_hash: N/A description: '' @@ -69632,6 +73952,7 @@ https://dzone.com/articles/jenkins-in-a-nutshell: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/jenkins-publish-maven-artifacts-to-nexus-oss-using: content_hash: N/A description: '' @@ -69647,6 +73968,7 @@ https://dzone.com/articles/jenkins-publish-maven-artifacts-to-nexus-oss-using: v2_locations: - registries.md year: N/A + addition_method: manual https://dzone.com/articles/jenkins-vs-gitlab-ci-battle-of-cicd-tools: content_hash: N/A description: '' @@ -69661,6 +73983,7 @@ https://dzone.com/articles/jenkins-vs-gitlab-ci-battle-of-cicd-tools: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://dzone.com/articles/jmeter-tutorial-1: content_hash: N/A description: '' @@ -69675,6 +73998,7 @@ https://dzone.com/articles/jmeter-tutorial-1: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/jmeter-tutorial-for-beginners-jmeter-load-testing: content_hash: N/A description: '' @@ -69689,6 +74013,7 @@ https://dzone.com/articles/jmeter-tutorial-for-beginners-jmeter-load-testing: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/jvm-architecture-explained: content_hash: N/A description: '' @@ -69703,6 +74028,7 @@ https://dzone.com/articles/jvm-architecture-explained: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/articles/kibana-hacks-5-tips-and-tricks: content_hash: N/A description: '' @@ -69717,6 +74043,7 @@ https://dzone.com/articles/kibana-hacks-5-tips-and-tricks: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/kubectl-commands-cheat-sheet: content_hash: N/A description: '' @@ -69731,6 +74058,7 @@ https://dzone.com/articles/kubectl-commands-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dzone.com/articles/kubernetes-architecture-diagram: content_hash: N/A description: '' @@ -69745,6 +74073,7 @@ https://dzone.com/articles/kubernetes-architecture-diagram: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/articles/kubernetes-distributions-how-do-i-choose-one: content_hash: N/A description: '' @@ -69759,6 +74088,7 @@ https://dzone.com/articles/kubernetes-distributions-how-do-i-choose-one: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/kubernetes-monitoring-best-practices-methods-and-e: content_hash: N/A description: '' @@ -69774,6 +74104,7 @@ https://dzone.com/articles/kubernetes-monitoring-best-practices-methods-and-e: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/learn-how-to-setup-a-cicd-pipeline-from-scratch: content_hash: N/A description: '' @@ -69788,6 +74119,7 @@ https://dzone.com/articles/learn-how-to-setup-a-cicd-pipeline-from-scratch: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/load-testing-your-database-connected-apis-with-gat: content_hash: N/A description: '' @@ -69802,6 +74134,7 @@ https://dzone.com/articles/load-testing-your-database-connected-apis-with-gat: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/manage-multiple-environments-with-terraform-worksp: content_hash: N/A description: '' @@ -69816,6 +74149,7 @@ https://dzone.com/articles/manage-multiple-environments-with-terraform-worksp: v2_locations: - terraform.md year: N/A + addition_method: manual https://dzone.com/articles/managing-helm-releases-the-gitops-way: content_hash: N/A description: '' @@ -69830,6 +74164,7 @@ https://dzone.com/articles/managing-helm-releases-the-gitops-way: v2_locations: - helm.md year: N/A + addition_method: manual https://dzone.com/articles/managing-kubernetes-secrets: content_hash: N/A description: '' @@ -69844,6 +74179,7 @@ https://dzone.com/articles/managing-kubernetes-secrets: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dzone.com/articles/managing-your-database-with-liquibase-and-gradle: content_hash: N/A description: '' @@ -69858,6 +74194,7 @@ https://dzone.com/articles/managing-your-database-with-liquibase-and-gradle: v2_locations: - liquibase.md year: N/A + addition_method: manual https://dzone.com/articles/maven-skipping-tests: content_hash: N/A description: '' @@ -69872,6 +74209,7 @@ https://dzone.com/articles/maven-skipping-tests: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/meet-the-docker-maven-plugin: content_hash: N/A description: '' @@ -69886,6 +74224,7 @@ https://dzone.com/articles/meet-the-docker-maven-plugin: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/memory-leak-andjava-code: content_hash: N/A description: '' @@ -69900,6 +74239,7 @@ https://dzone.com/articles/memory-leak-andjava-code: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/articles/messaging-for-multicloud-resilience: content_hash: N/A description: '' @@ -69914,6 +74254,7 @@ https://dzone.com/articles/messaging-for-multicloud-resilience: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/micro-frontend-architecture: content_hash: N/A description: '' @@ -69928,6 +74269,7 @@ https://dzone.com/articles/micro-frontend-architecture: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/micro-frontends-by-example-8: content_hash: N/A description: '' @@ -69942,6 +74284,7 @@ https://dzone.com/articles/micro-frontends-by-example-8: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/microservices-and-the-event-aggregator-pattern: content_hash: N/A description: '' @@ -69956,6 +74299,7 @@ https://dzone.com/articles/microservices-and-the-event-aggregator-pattern: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/microservices-event-driven-architecture-and-kafka: content_hash: N/A description: '' @@ -69970,6 +74314,7 @@ https://dzone.com/articles/microservices-event-driven-architecture-and-kafka: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/microservices-patterns-sidecar: content_hash: N/A description: '' @@ -69984,6 +74329,7 @@ https://dzone.com/articles/microservices-patterns-sidecar: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/articles/microservices-quarkus-vs-spring-boot: content_hash: N/A description: '' @@ -69998,6 +74344,7 @@ https://dzone.com/articles/microservices-quarkus-vs-spring-boot: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/mitigating-devops-repository-risks: content_hash: N/A description: '' @@ -70012,6 +74359,7 @@ https://dzone.com/articles/mitigating-devops-repository-risks: v2_locations: - docker.md year: N/A + addition_method: manual https://dzone.com/articles/monitoring-using-spring-boot-20-prometheus-and-gra: content_hash: N/A description: '' @@ -70026,6 +74374,7 @@ https://dzone.com/articles/monitoring-using-spring-boot-20-prometheus-and-gra: v2_locations: - prometheus.md year: N/A + addition_method: manual https://dzone.com/articles/monolith-to-microservices-using-the-strangler-patt: content_hash: N/A description: '' @@ -70040,6 +74389,7 @@ https://dzone.com/articles/monolith-to-microservices-using-the-strangler-patt: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/multi-container-pod-design-patterns-in-kubernetes: content_hash: N/A description: '' @@ -70054,6 +74404,7 @@ https://dzone.com/articles/multi-container-pod-design-patterns-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/articles/next-gen-data-pipes-with-spark-kafka-and-k8s: content_hash: N/A description: '' @@ -70068,6 +74419,7 @@ https://dzone.com/articles/next-gen-data-pipes-with-spark-kafka-and-k8s: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/nginx-reverse-proxy-ubuntu-1804: content_hash: N/A description: '' @@ -70082,6 +74434,7 @@ https://dzone.com/articles/nginx-reverse-proxy-ubuntu-1804: v2_locations: - web-servers.md year: N/A + addition_method: manual https://dzone.com/articles/oauth-20-beginners-guide: content_hash: N/A description: '' @@ -70096,6 +74449,7 @@ https://dzone.com/articles/oauth-20-beginners-guide: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://dzone.com/articles/openshift-egress-options: content_hash: N/A description: '' @@ -70112,6 +74466,7 @@ https://dzone.com/articles/openshift-egress-options: - ocp4.md - openshift.md year: N/A + addition_method: manual https://dzone.com/articles/optimize-aws-costs-with-cloudwatchs-advanced-metri: content_hash: N/A description: '' @@ -70127,6 +74482,7 @@ https://dzone.com/articles/optimize-aws-costs-with-cloudwatchs-advanced-metri: v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/optimizing-kubernetes-clusters-for-better-efficien-1: content_hash: N/A description: '' @@ -70142,6 +74498,7 @@ https://dzone.com/articles/optimizing-kubernetes-clusters-for-better-efficien-1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/articles/origins-trunk-based: content_hash: N/A description: '' @@ -70156,6 +74513,7 @@ https://dzone.com/articles/origins-trunk-based: v2_locations: - git.md year: N/A + addition_method: manual https://dzone.com/articles/parameterize-jenkinsfile-in-multibranch-jobs: content_hash: N/A description: '' @@ -70170,6 +74528,7 @@ https://dzone.com/articles/parameterize-jenkinsfile-in-multibranch-jobs: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/part-2-deploying-applications: content_hash: N/A description: '' @@ -70184,6 +74543,7 @@ https://dzone.com/articles/part-2-deploying-applications: v2_locations: - ansible.md year: N/A + addition_method: manual https://dzone.com/articles/perfomance-testing-with-gatling: content_hash: N/A description: '' @@ -70198,6 +74558,7 @@ https://dzone.com/articles/perfomance-testing-with-gatling: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://dzone.com/articles/performance-improvement-in-java-applications-orm-j: content_hash: N/A description: '' @@ -70212,6 +74573,7 @@ https://dzone.com/articles/performance-improvement-in-java-applications-orm-j: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/articles/performance-patterns-in-microservices-based-integr-1: content_hash: N/A description: '' @@ -70228,6 +74590,7 @@ https://dzone.com/articles/performance-patterns-in-microservices-based-integr-1: - kubernetes.md - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/platform-as-code-with-openshift-amp-terraform: content_hash: N/A description: '' @@ -70243,6 +74606,7 @@ https://dzone.com/articles/platform-as-code-with-openshift-amp-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://dzone.com/articles/postgresql-ha-and-kubernetes: content_hash: N/A description: '' @@ -70257,6 +74621,7 @@ https://dzone.com/articles/postgresql-ha-and-kubernetes: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://dzone.com/articles/postgresql-versus-mysql-performance: content_hash: N/A description: '' @@ -70271,6 +74636,7 @@ https://dzone.com/articles/postgresql-versus-mysql-performance: v2_locations: - databases.md year: N/A + addition_method: manual https://dzone.com/articles/programming-styles-spring-boot-vis-a-vis-with-ecli: content_hash: N/A description: '' @@ -70288,6 +74654,7 @@ https://dzone.com/articles/programming-styles-spring-boot-vis-a-vis-with-ecli: - faq.md - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/prometheus-collectors: content_hash: N/A description: '' @@ -70302,6 +74669,7 @@ https://dzone.com/articles/prometheus-collectors: v2_locations: - prometheus.md year: N/A + addition_method: manual https://dzone.com/articles/prometheus-monitoring-with-grafana: content_hash: N/A description: '' @@ -70317,6 +74685,7 @@ https://dzone.com/articles/prometheus-monitoring-with-grafana: v2_locations: - grafana.md year: N/A + addition_method: manual https://dzone.com/articles/query-json-using-sql-with-couchbase-query-workbenc: content_hash: N/A description: '' @@ -70331,6 +74700,7 @@ https://dzone.com/articles/query-json-using-sql-with-couchbase-query-workbenc: v2_locations: - nosql.md year: N/A + addition_method: manual https://dzone.com/articles/quick-start-witj-sonarqube-for-static-code-analysi: content_hash: N/A description: '' @@ -70345,6 +74715,7 @@ https://dzone.com/articles/quick-start-witj-sonarqube-for-static-code-analysi: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://dzone.com/articles/rapidapi-provides-api-marketplace-and-insight: content_hash: N/A description: '' @@ -70359,6 +74730,7 @@ https://dzone.com/articles/rapidapi-provides-api-marketplace-and-insight: v2_locations: - developerportals.md year: N/A + addition_method: manual https://dzone.com/articles/rate-limiting-for-microservices: content_hash: N/A description: '' @@ -70373,6 +74745,7 @@ https://dzone.com/articles/rate-limiting-for-microservices: v2_locations: - developerportals.md year: N/A + addition_method: manual https://dzone.com/articles/removing-the-bastion-host-and-improving-the-securi: content_hash: N/A description: '' @@ -70387,6 +74760,7 @@ https://dzone.com/articles/removing-the-bastion-host-and-improving-the-securi: v2_locations: - aws-security.md year: N/A + addition_method: manual https://dzone.com/articles/rest-api-tutorials: content_hash: N/A description: '' @@ -70401,6 +74775,7 @@ https://dzone.com/articles/rest-api-tutorials: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/rest-api-versioning-strategies-1: content_hash: N/A description: '' @@ -70415,6 +74790,7 @@ https://dzone.com/articles/rest-api-versioning-strategies-1: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/rest-vs-messaging-for-microservices: content_hash: N/A description: '' @@ -70430,6 +74806,7 @@ https://dzone.com/articles/rest-vs-messaging-for-microservices: - api.md - index.md year: N/A + addition_method: manual https://dzone.com/articles/restful-applications-in-an-event-driven-architecture: content_hash: N/A description: '' @@ -70444,6 +74821,7 @@ https://dzone.com/articles/restful-applications-in-an-event-driven-architecture: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/run-and-scale-an-apache-spark-application-on-kuber: content_hash: N/A description: '' @@ -70458,6 +74836,7 @@ https://dzone.com/articles/run-and-scale-an-apache-spark-application-on-kuber: v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://dzone.com/articles/running-ansible-at-scale: content_hash: N/A description: '' @@ -70472,6 +74851,7 @@ https://dzone.com/articles/running-ansible-at-scale: v2_locations: - ansible.md year: N/A + addition_method: manual https://dzone.com/articles/running-ansible-playbooks-from-jenkins: content_hash: N/A description: '' @@ -70488,6 +74868,7 @@ https://dzone.com/articles/running-ansible-playbooks-from-jenkins: - ansible.md - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/running-apache-spark-on-kubernetes: content_hash: N/A description: '' @@ -70502,6 +74883,7 @@ https://dzone.com/articles/running-apache-spark-on-kubernetes: v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://dzone.com/articles/running-cucumber-with-maven: content_hash: N/A description: '' @@ -70516,6 +74898,7 @@ https://dzone.com/articles/running-cucumber-with-maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/running-elasticsearch-on-kubernetes: content_hash: N/A description: '' @@ -70530,6 +74913,7 @@ https://dzone.com/articles/running-elasticsearch-on-kubernetes: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/running-jenkins-server-with-configuration-as-code: content_hash: N/A description: '' @@ -70544,6 +74928,7 @@ https://dzone.com/articles/running-jenkins-server-with-configuration-as-code: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/scale-to-zero-with-kubernetes: content_hash: N/A description: '' @@ -70558,6 +74943,7 @@ https://dzone.com/articles/scale-to-zero-with-kubernetes: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://dzone.com/articles/seamless-migration-from-kafka-to-kubemq: content_hash: N/A description: '' @@ -70572,6 +74958,7 @@ https://dzone.com/articles/seamless-migration-from-kafka-to-kubemq: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/security-matters-vulnerability-scanning-done-right-1: content_hash: N/A description: '' @@ -70586,6 +74973,7 @@ https://dzone.com/articles/security-matters-vulnerability-scanning-done-right-1: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dzone.com/articles/session-stickiness-in-openshift: content_hash: N/A description: '' @@ -70596,6 +74984,7 @@ https://dzone.com/articles/session-stickiness-in-openshift: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://dzone.com/articles/shift-left-a-developers-pipeline-dream: content_hash: N/A description: '' @@ -70610,6 +74999,7 @@ https://dzone.com/articles/shift-left-a-developers-pipeline-dream: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/software-deployment-best-practices: content_hash: N/A description: '' @@ -70619,6 +75009,7 @@ https://dzone.com/articles/software-deployment-best-practices: title: Software Deployment Best Practices in 2023 v1_locations: [] year: N/A + addition_method: manual https://dzone.com/articles/software-engineering-best-practices-that-high-perf: content_hash: N/A description: '' @@ -70634,6 +75025,7 @@ https://dzone.com/articles/software-engineering-best-practices-that-high-perf: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://dzone.com/articles/solving-dependency-conflicts-in-maven: content_hash: N/A description: '' @@ -70648,6 +75040,7 @@ https://dzone.com/articles/solving-dependency-conflicts-in-maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/articles/sonarcloud-integration-with-springboot-maven: content_hash: N/A description: '' @@ -70662,6 +75055,7 @@ https://dzone.com/articles/sonarcloud-integration-with-springboot-maven: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://dzone.com/articles/sonarqube-scanning-in-15-minutes-2: content_hash: N/A description: '' @@ -70676,6 +75070,7 @@ https://dzone.com/articles/sonarqube-scanning-in-15-minutes-2: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://dzone.com/articles/spring-boot-framework-tutorials: content_hash: N/A description: '' @@ -70690,6 +75085,7 @@ https://dzone.com/articles/spring-boot-framework-tutorials: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/spring-boot-restful-web-service-complete-example: content_hash: N/A description: '' @@ -70704,6 +75100,7 @@ https://dzone.com/articles/spring-boot-restful-web-service-complete-example: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/articles/spring-cloud-config-server-on-kubernetes-part-1: content_hash: N/A description: '' @@ -70718,6 +75115,7 @@ https://dzone.com/articles/spring-cloud-config-server-on-kubernetes-part-1: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/sre-vs-devopssre-is-to-devops-what-scrum-is-to-agi: content_hash: N/A description: '' @@ -70732,6 +75130,7 @@ https://dzone.com/articles/sre-vs-devopssre-is-to-devops-what-scrum-is-to-agi: v2_locations: - sre.md year: N/A + addition_method: manual https://dzone.com/articles/stateful-microservices-with-apache-ignite: content_hash: N/A description: '' @@ -70746,6 +75145,7 @@ https://dzone.com/articles/stateful-microservices-with-apache-ignite: v2_locations: - databases.md year: N/A + addition_method: manual https://dzone.com/articles/tackling-the-top-5-kubernetes-debugging-challenges: content_hash: N/A description: '' @@ -70760,6 +75160,7 @@ https://dzone.com/articles/tackling-the-top-5-kubernetes-debugging-challenges: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://dzone.com/articles/terraform-cli-cheat-sheet: content_hash: N/A description: '' @@ -70774,6 +75175,7 @@ https://dzone.com/articles/terraform-cli-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dzone.com/articles/terraform-explained-in-5-minutes: content_hash: N/A description: '' @@ -70788,6 +75190,7 @@ https://dzone.com/articles/terraform-explained-in-5-minutes: v2_locations: - terraform.md year: N/A + addition_method: manual https://dzone.com/articles/terraform-with-aws: content_hash: N/A description: '' @@ -70802,6 +75205,7 @@ https://dzone.com/articles/terraform-with-aws: v2_locations: - terraform.md year: N/A + addition_method: manual https://dzone.com/articles/testing-the-untestable-and-other-anti-patterns: content_hash: N/A description: '' @@ -70816,12 +75220,14 @@ https://dzone.com/articles/testing-the-untestable-and-other-anti-patterns: v2_locations: - qa.md year: N/A + addition_method: manual https://dzone.com/articles/the-10-minute-read-to-understanding-devops-tools: content_hash: N/A health_score: 100.0 last_checked: 1779029291.503112 v1_locations: - docs/devops.md + addition_method: manual https://dzone.com/articles/the-best-cloud-migration-approach-lift-and-shift-r: content_hash: N/A description: '' @@ -70837,6 +75243,7 @@ https://dzone.com/articles/the-best-cloud-migration-approach-lift-and-shift-r: v2_locations: - faq.md year: N/A + addition_method: manual https://dzone.com/articles/the-best-java-testing-frameworks-to-focus-in-2021: content_hash: N/A description: '' @@ -70851,6 +75258,7 @@ https://dzone.com/articles/the-best-java-testing-frameworks-to-focus-in-2021: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/the-concept-of-domain-driven-design-explained: content_hash: N/A description: '' @@ -70865,6 +75273,7 @@ https://dzone.com/articles/the-concept-of-domain-driven-design-explained: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/the-groovy-templates-cheat-sheet-for-jmeter: content_hash: N/A description: '' @@ -70879,6 +75288,7 @@ https://dzone.com/articles/the-groovy-templates-cheat-sheet-for-jmeter: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dzone.com/articles/the-keys-to-performance-tuning-and-testing: content_hash: N/A description: '' @@ -70893,6 +75303,7 @@ https://dzone.com/articles/the-keys-to-performance-tuning-and-testing: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/articles/the-power-of-automated-testing-and-test-management: content_hash: N/A description: '' @@ -70907,6 +75318,7 @@ https://dzone.com/articles/the-power-of-automated-testing-and-test-management: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/the-ultimate-json-library-jsonsimple-vs-gson-vs-ja: content_hash: N/A description: '' @@ -70922,6 +75334,7 @@ https://dzone.com/articles/the-ultimate-json-library-jsonsimple-vs-gson-vs-ja: v2_locations: - yaml.md year: N/A + addition_method: manual https://dzone.com/articles/top-10-best-practices-for-jenkins-pipeline: content_hash: N/A description: '' @@ -70936,6 +75349,7 @@ https://dzone.com/articles/top-10-best-practices-for-jenkins-pipeline: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/articles/top-10-low-code-articles: content_hash: N/A description: '' @@ -70950,6 +75364,7 @@ https://dzone.com/articles/top-10-low-code-articles: v2_locations: - lowcode-nocode.md year: N/A + addition_method: manual https://dzone.com/articles/top-11-challenges-in-automation-testing-using-sele: content_hash: N/A description: '' @@ -70964,6 +75379,7 @@ https://dzone.com/articles/top-11-challenges-in-automation-testing-using-sele: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://dzone.com/articles/top-20-git-commands-with-examples: content_hash: N/A description: '' @@ -70978,6 +75394,7 @@ https://dzone.com/articles/top-20-git-commands-with-examples: v2_locations: - git.md year: N/A + addition_method: manual https://dzone.com/articles/top-35-git-commands-with-examples-and-bonus: content_hash: N/A description: '' @@ -70992,6 +75409,7 @@ https://dzone.com/articles/top-35-git-commands-with-examples-and-bonus: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dzone.com/articles/top-40-project-management-terms-and-concepts-of-20: content_hash: N/A description: '' @@ -71006,6 +75424,7 @@ https://dzone.com/articles/top-40-project-management-terms-and-concepts-of-20: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://dzone.com/articles/top-microservices-testing-tools-testers-should-kno: content_hash: N/A description: '' @@ -71020,6 +75439,7 @@ https://dzone.com/articles/top-microservices-testing-tools-testers-should-kno: v2_locations: - qa.md year: N/A + addition_method: manual https://dzone.com/articles/top-time-wastes-as-a-software-engineer: content_hash: N/A description: '' @@ -71034,6 +75454,7 @@ https://dzone.com/articles/top-time-wastes-as-a-software-engineer: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/transitioning-from-monolith-to-microservices: content_hash: N/A description: '' @@ -71049,6 +75470,7 @@ https://dzone.com/articles/transitioning-from-monolith-to-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://dzone.com/articles/troubleshoot-sudden-cpu-spikes: content_hash: N/A description: '' @@ -71063,6 +75485,7 @@ https://dzone.com/articles/troubleshoot-sudden-cpu-spikes: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/articles/understanding-openshift-security-context-constrain: content_hash: N/A description: '' @@ -71079,6 +75502,7 @@ https://dzone.com/articles/understanding-openshift-security-context-constrain: - crunchydata.md - openshift.md year: N/A + addition_method: manual https://dzone.com/articles/understanding-the-java-memory-model-and-the-garbag: content_hash: N/A description: '' @@ -71093,6 +75517,7 @@ https://dzone.com/articles/understanding-the-java-memory-model-and-the-garbag: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/articles/using-gitlab-rest-api-to-create-projects: content_hash: N/A description: '' @@ -71107,6 +75532,7 @@ https://dzone.com/articles/using-gitlab-rest-api-to-create-projects: v2_locations: - git.md year: N/A + addition_method: manual https://dzone.com/articles/visualize-your-apache-kafka-streams-using-the-quar: content_hash: N/A description: '' @@ -71121,6 +75547,7 @@ https://dzone.com/articles/visualize-your-apache-kafka-streams-using-the-quar: v2_locations: - message-queue.md year: N/A + addition_method: manual https://dzone.com/articles/we-are-testing-software-incorrectly-and-its-costly: content_hash: N/A description: '' @@ -71135,6 +75562,7 @@ https://dzone.com/articles/we-are-testing-software-incorrectly-and-its-costly: v2_locations: - qa.md year: N/A + addition_method: manual https://dzone.com/articles/what-is-apiops-and-how-to-be-successful-at-apiops: content_hash: N/A description: '' @@ -71149,6 +75577,7 @@ https://dzone.com/articles/what-is-apiops-and-how-to-be-successful-at-apiops: v2_locations: - devops.md year: N/A + addition_method: manual https://dzone.com/articles/what-is-cidr-classless-inter-domain-routing-in-mul: content_hash: N/A description: '' @@ -71163,12 +75592,14 @@ https://dzone.com/articles/what-is-cidr-classless-inter-domain-routing-in-mul: v2_locations: - networking.md year: N/A + addition_method: manual https://dzone.com/articles/what-is-devops-2: content_hash: N/A health_score: 100.0 last_checked: 1779031478.142171 v1_locations: - docs/devops.md + addition_method: manual https://dzone.com/articles/what-is-noops: content_hash: N/A description: '' @@ -71183,6 +75614,7 @@ https://dzone.com/articles/what-is-noops: v2_locations: - noops.md year: N/A + addition_method: manual https://dzone.com/articles/what-is-zero-trust-security: content_hash: N/A description: '' @@ -71197,6 +75629,7 @@ https://dzone.com/articles/what-is-zero-trust-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://dzone.com/articles/when-to-use-logic-apps-and-azure-functions: content_hash: N/A description: '' @@ -71211,6 +75644,7 @@ https://dzone.com/articles/when-to-use-logic-apps-and-azure-functions: v2_locations: - serverless.md year: N/A + addition_method: manual https://dzone.com/articles/when-to-use-serverless-when-to-use-kubernetes: content_hash: N/A description: '' @@ -71225,6 +75659,7 @@ https://dzone.com/articles/when-to-use-serverless-when-to-use-kubernetes: v2_locations: - serverless.md year: N/A + addition_method: manual https://dzone.com/articles/why-i-prefer-trunk-based-development-over-feature: content_hash: N/A description: '' @@ -71240,6 +75675,7 @@ https://dzone.com/articles/why-i-prefer-trunk-based-development-over-feature: v2_locations: - git.md year: N/A + addition_method: manual https://dzone.com/articles/why-sonarqube-1: content_hash: N/A description: '' @@ -71254,6 +75690,7 @@ https://dzone.com/articles/why-sonarqube-1: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://dzone.com/articles/zipkin-vs-jaeger-getting-started-with-tracing: content_hash: N/A description: '' @@ -71268,6 +75705,7 @@ https://dzone.com/articles/zipkin-vs-jaeger-getting-started-with-tracing: v2_locations: - monitoring.md year: N/A + addition_method: manual https://dzone.com/asset/download/212: content_hash: N/A description: '' @@ -71282,6 +75720,7 @@ https://dzone.com/asset/download/212: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/asset/download/223: content_hash: N/A description: '' @@ -71296,6 +75735,7 @@ https://dzone.com/asset/download/223: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://dzone.com/devops-tutorials-tools-news: content_hash: N/A description: '' @@ -71306,6 +75746,7 @@ https://dzone.com/devops-tutorials-tools-news: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://dzone.com/refcardz/advanced-kubernetes: content_hash: N/A description: '' @@ -71320,6 +75761,7 @@ https://dzone.com/refcardz/advanced-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/refcardz/binary-repository-management: content_hash: N/A description: '' @@ -71334,6 +75776,7 @@ https://dzone.com/refcardz/binary-repository-management: v2_locations: - registries.md year: N/A + addition_method: manual https://dzone.com/refcardz/continuous-delivery-patterns: content_hash: N/A description: '' @@ -71349,6 +75792,7 @@ https://dzone.com/refcardz/continuous-delivery-patterns: v2_locations: - cicd.md year: N/A + addition_method: manual https://dzone.com/refcardz/continuous-delivery-with-jenkins-pipeline: content_hash: N/A description: '' @@ -71363,6 +75807,7 @@ https://dzone.com/refcardz/continuous-delivery-with-jenkins-pipeline: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/refcardz/continuous-integration-servers: content_hash: N/A description: '' @@ -71377,6 +75822,7 @@ https://dzone.com/refcardz/continuous-integration-servers: v2_locations: - cicd.md year: N/A + addition_method: manual https://dzone.com/refcardz/declarative-pipeline-with-jenkins: content_hash: N/A description: '' @@ -71391,6 +75837,7 @@ https://dzone.com/refcardz/declarative-pipeline-with-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/refcardz/essential-apache-http-server: content_hash: N/A description: '' @@ -71405,6 +75852,7 @@ https://dzone.com/refcardz/essential-apache-http-server: v2_locations: - web-servers.md year: N/A + addition_method: manual https://dzone.com/refcardz/getting-started-git: content_hash: N/A description: '' @@ -71421,6 +75869,7 @@ https://dzone.com/refcardz/getting-started-git: - cheatsheets.md - git.md year: N/A + addition_method: manual https://dzone.com/refcardz/getting-started-infinispan: content_hash: N/A description: '' @@ -71435,6 +75884,7 @@ https://dzone.com/refcardz/getting-started-infinispan: v2_locations: - caching.md year: N/A + addition_method: manual https://dzone.com/refcardz/getting-started-with-apache-jmeter?chapter=1: content_hash: N/A description: '' @@ -71449,6 +75899,7 @@ https://dzone.com/refcardz/getting-started-with-apache-jmeter?chapter=1: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dzone.com/refcardz/getting-started-with-docker-1: content_hash: N/A description: '' @@ -71463,6 +75914,7 @@ https://dzone.com/refcardz/getting-started-with-docker-1: v2_locations: - docker.md year: N/A + addition_method: manual https://dzone.com/refcardz/getting-started-with-openshift: content_hash: N/A description: '' @@ -71479,6 +75931,7 @@ https://dzone.com/refcardz/getting-started-with-openshift: - cheatsheets.md - ocp4.md year: N/A + addition_method: manual https://dzone.com/refcardz/getting-started-with-quarkus-serverless-functions: content_hash: N/A description: '' @@ -71493,6 +75946,7 @@ https://dzone.com/refcardz/getting-started-with-quarkus-serverless-functions: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/refcardz/getting-started-with-rancher: content_hash: N/A description: '' @@ -71508,6 +75962,7 @@ https://dzone.com/refcardz/getting-started-with-rancher: v2_locations: - rancher.md year: N/A + addition_method: manual https://dzone.com/refcardz/git-patterns-and-anti-patterns: content_hash: N/A description: '' @@ -71522,6 +75977,7 @@ https://dzone.com/refcardz/git-patterns-and-anti-patterns: v2_locations: - git.md year: N/A + addition_method: manual https://dzone.com/refcardz/groovy: content_hash: N/A description: '' @@ -71536,6 +75992,7 @@ https://dzone.com/refcardz/groovy: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/refcardz/java-caching: content_hash: N/A description: '' @@ -71552,6 +76009,7 @@ https://dzone.com/refcardz/java-caching: - caching.md - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://dzone.com/refcardz/java-containerization: content_hash: N/A description: '' @@ -71566,6 +76024,7 @@ https://dzone.com/refcardz/java-containerization: v2_locations: - docker.md year: N/A + addition_method: manual https://dzone.com/refcardz/jenkins-paas: content_hash: N/A description: '' @@ -71580,6 +76039,7 @@ https://dzone.com/refcardz/jenkins-paas: v2_locations: - jenkins.md year: N/A + addition_method: manual https://dzone.com/refcardz/kubernetes-essentials: content_hash: N/A description: '' @@ -71594,6 +76054,7 @@ https://dzone.com/refcardz/kubernetes-essentials: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://dzone.com/refcardz/kubernetes-multi-cluster-management-and-governance: content_hash: N/A description: '' @@ -71608,6 +76069,7 @@ https://dzone.com/refcardz/kubernetes-multi-cluster-management-and-governance: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://dzone.com/refcardz/monitoring-kubernetes: content_hash: N/A description: '' @@ -71622,6 +76084,7 @@ https://dzone.com/refcardz/monitoring-kubernetes: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://dzone.com/refcardz/quarkus-1: content_hash: N/A description: '' @@ -71636,6 +76099,7 @@ https://dzone.com/refcardz/quarkus-1: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://dzone.com/refcardz/rest-foundations-restful: content_hash: N/A description: '' @@ -71650,6 +76114,7 @@ https://dzone.com/refcardz/rest-foundations-restful: v2_locations: - api.md year: N/A + addition_method: manual https://dzone.com/refcardz/scaling-and-augmenting-prometheus: content_hash: N/A description: '' @@ -71664,6 +76129,7 @@ https://dzone.com/refcardz/scaling-and-augmenting-prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://dzone.com/refcardz/scrum: content_hash: N/A description: '' @@ -71678,6 +76144,7 @@ https://dzone.com/refcardz/scrum: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://dzone.com/refcardz/sql-syntax-for-apache-drill: content_hash: N/A description: '' @@ -71692,6 +76159,7 @@ https://dzone.com/refcardz/sql-syntax-for-apache-drill: v2_locations: - nosql.md year: N/A + addition_method: manual https://dzone.com/refcardz/the-essentials-of-gitops: content_hash: N/A description: '' @@ -71707,6 +76175,7 @@ https://dzone.com/refcardz/the-essentials-of-gitops: - gitops.md - index.md year: N/A + addition_method: manual https://dzone.com/trendreports: content_hash: N/A description: '' @@ -71716,6 +76185,7 @@ https://dzone.com/trendreports: title: dzone.com/trendreports v1_locations: [] year: N/A + addition_method: manual https://dzone.com/trendreports/devops-3: content_hash: N/A description: '' @@ -71730,6 +76200,7 @@ https://dzone.com/trendreports/devops-3: v2_locations: - devops.md year: N/A + addition_method: manual https://dzone.com/trendreports/kubernetes-in-the-enterprise-1: content_hash: N/A description: '' @@ -71739,11 +76210,13 @@ https://dzone.com/trendreports/kubernetes-in-the-enterprise-1: title: 'dzone: Kubernetes in the Enterprise - Trend Report' v1_locations: [] year: N/A + addition_method: manual https://dzone.com/whitepapers/the-12-factor-app-infographic: content_hash: N/A health_score: 100.0 last_checked: 1779033715.606135 v1_locations: [] + addition_method: manual https://e-learning.zeef.com/tracy.parish: content_hash: N/A description: '' @@ -71758,6 +76231,7 @@ https://e-learning.zeef.com/tracy.parish: v2_locations: - elearning.md year: N/A + addition_method: manual https://e.printstacktrace.blog/using-jenkins-pipeline-parallel-stages-to-build-maven-project-with-different-jdks: ai_summary: Technical guide showing how to parallelize stages in a Jenkins declarative pipeline to build and test Maven applications across multiple isolated JDK versions @@ -71789,6 +76263,7 @@ https://e.printstacktrace.blog/using-jenkins-pipeline-parallel-stages-to-build-m - maven-gradle.md - demos.md year: N/A + addition_method: manual https://e.printstacktrace.blog/using-sdkman-as-a-docker-image-for-jenkins-pipeline-a-step-by-step-guide: ai_summary: High-density integration guide describing the preparation of a containerized Jenkins CI/CD worker image prepopulated with SDKMAN!, enabling dynamic runtime @@ -71820,6 +76295,7 @@ https://e.printstacktrace.blog/using-sdkman-as-a-docker-image-for-jenkins-pipeli - maven-gradle.md - demos.md year: N/A + addition_method: manual https://ealtili.medium.com/deepdive-to-vpcs-and-connections-to-vpc-2de3fb164d7c: content_hash: N/A description: '' @@ -71834,6 +76310,7 @@ https://ealtili.medium.com/deepdive-to-vpcs-and-connections-to-vpc-2de3fb164d7c: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://ebook.bobby.sh/training.html: ai_summary: An interactive, web-based training resource designed to guide beginners through fundamental Bash concepts. It covers variable declarations, control loops, @@ -71862,6 +76339,7 @@ https://ebook.bobby.sh/training.html: v2_locations: - linux.md year: N/A + addition_method: manual https://ec2.shop: content_hash: a4872b0e37fb473a415206c3ebfc0db2475da9d557321004e51cbf0cf3340df2 description: '' @@ -71878,6 +76356,7 @@ https://ec2.shop: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://ecem.dev/kubernetes-basics-core-components-yaml-files-2a11841eb72a: content_hash: N/A description: '' @@ -71892,6 +76371,7 @@ https://ecem.dev/kubernetes-basics-core-components-yaml-files-2a11841eb72a: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://eclipse.dev/jkube: ai_summary: The central documentation portal for Eclipse JKube, an open-source suite of tooling designed to facilitate the rapid containerization, deployment, and @@ -71916,6 +76396,7 @@ https://eclipse.dev/jkube: - java_frameworks.md - maven-gradle.md year: '2025' + addition_method: manual https://eclipse.dev/jkube/docs/migration-guide: ai_summary: Official technical reference outlining the exact property conversions, API transformations, and plugin changes needed to move builds from `fabric8-maven-plugin` @@ -71940,6 +76421,7 @@ https://eclipse.dev/jkube/docs/migration-guide: - kubernetes-client-libraries.md - maven-gradle.md year: '2026' + addition_method: manual https://eclipse.org/jkube: content_hash: 2b425737ec3ecdc20219c4eadd6dbcc2b17995f43c9b33e2972b5ea5d534fa07 description: '' @@ -71951,6 +76433,7 @@ https://eclipse.org/jkube: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual ? https://economictimes.indiatimes.com/tech/technology/thoughtworks-xconf-tech-talk-series-serverless-vs-kubernetes-when-deploying-microservices/articleshow/89085544.cms : content_hash: b67db51c716f74bfe27530e62a5e2f9daa42951a7b950421efbf65c02f5d49e8 description: '' @@ -71968,12 +76451,14 @@ https://eclipse.org/jkube: v2_locations: - serverless.md year: N/A + addition_method: manual https://eda.jortilles.com/en/jortilles-english: content_hash: e9aea4108a130eb6b1478f65c560f6b976b0ba2b194a4f134d805eeed1d7daa4 health_score: 100.0 last_checked: 1779030501.252443 v1_locations: - docs/databases.md + addition_method: manual https://edgebricks.com/why-public-clouds-get-so-expensive-over-time: content_hash: N/A description: '' @@ -71988,6 +76473,7 @@ https://edgebricks.com/why-public-clouds-get-so-expensive-over-time: v2_locations: - finops.md year: N/A + addition_method: manual https://edgehog.blog/getting-started-with-k8s-core-concepts-135fb570462e: content_hash: N/A description: '' @@ -72002,6 +76488,7 @@ https://edgehog.blog/getting-started-with-k8s-core-concepts-135fb570462e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://edidiongasikpo.com/getting-started-with-the-dom-ck9u4u82503or6es16p2rx7c1: content_hash: N/A description: '' @@ -72016,6 +76503,7 @@ https://edidiongasikpo.com/getting-started-with-the-dom-ck9u4u82503or6es16p2rx7c v2_locations: - dom.md year: N/A + addition_method: manual https://edidiongasikpo.com/how-to-give-developers-secure-access-to-kubernetes-clusters: content_hash: N/A description: '' @@ -72027,6 +76515,7 @@ https://edidiongasikpo.com/how-to-give-developers-secure-access-to-kubernetes-cl v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://edition.cnn.com/2021/12/15/tech/log4j-vulnerability/index.html: ai_summary: CNN's high-level report detailing the critical global risk of the Log4Shell vulnerability. Examines how an easily exploitable Java logging library impact @@ -72055,6 +76544,7 @@ https://edition.cnn.com/2021/12/15/tech/log4j-vulnerability/index.html: v2_locations: - devsecops.md year: N/A + addition_method: manual https://editor.cilium.io: content_hash: 30857276ad41f46b3ba1a7646d8025c65d7faff1a36e4f9b26800fb5724e8b49 description: '' @@ -72066,6 +76556,7 @@ https://editor.cilium.io: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://editor.networkpolicy.io: content_hash: 432cba263b52939922add60a012251e7d8679f1e063090196b62cd0edb934bd1 health_score: 100.0 @@ -72077,6 +76568,7 @@ https://editor.networkpolicy.io: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://edotor.net: content_hash: 7cf278352a7acbce46f28f76b8e6d7bbbc979af173bc8a55f70b40f0c25e6369 description: '' @@ -72093,6 +76585,7 @@ https://edotor.net: v2_locations: - terraform.md year: N/A + addition_method: manual https://edu.gcfglobal.org/en: content_hash: 706387a492a002123259fbb42ed6a8595a1bb1bd10e2d013a15c6d0ab1deebcd description: '' @@ -72104,6 +76597,7 @@ https://edu.gcfglobal.org/en: v1_locations: - docs/elearning.md year: N/A + addition_method: manual https://education.github.com: content_hash: d3ec3491d5d92257f86777a8d10d8ae28c3facc3f672b24ddd8595310685a834 description: '' @@ -72114,6 +76608,7 @@ https://education.github.com: v1_locations: - docs/git.md year: N/A + addition_method: manual https://education.github.com/git-cheat-sheet-education.pdf: content_hash: 952af3dfc702d051c0ac47e0d071c3831d7cc34f945a30be7aecda7c80ae5a35 description: '' @@ -72130,6 +76625,7 @@ https://education.github.com/git-cheat-sheet-education.pdf: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://ee.kumuluz.com: content_hash: 2fd0fbc6871ca8a09f6759dd5ad3090bd7b0e3100b7e039bb72f62dd33b7ea20 description: '' @@ -72148,6 +76644,7 @@ https://ee.kumuluz.com: - java_frameworks.md - java_app_servers.md year: N/A + addition_method: manual https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3: content_hash: 829ab8abb6542467b1cbfe76cea3e08eddcad0d26c784df63f05570b59b0b288 description: '' @@ -72164,6 +76661,7 @@ https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3: v2_locations: - python.md year: N/A + addition_method: manual https://eevans.co/blog/deconstructing-kubernetes-networking: content_hash: N/A description: '' @@ -72178,6 +76676,7 @@ https://eevans.co/blog/deconstructing-kubernetes-networking: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://eggboy.medium.com/ci-cd-java-apps-securely-to-azure-kubernetes-service-with-github-action-part-1-16393af4d097: content_hash: N/A description: '' @@ -72193,6 +76692,7 @@ https://eggboy.medium.com/ci-cd-java-apps-securely-to-azure-kubernetes-service-w v2_locations: - demos.md year: N/A + addition_method: manual https://ehcache.org: ai_summary: Robust, standards-compliant Java caching library supporting off-heap storage to bypass JVM Garbage Collection overhead. Crucial for high-throughput @@ -72221,11 +76721,13 @@ https://ehcache.org: v2_locations: - java-and-java-performance-optimization.md year: '2025' + addition_method: manual 'https://eksworkshop.com ': health_score: 100.0 last_checked: 1779130494.988843 v1_locations: - docs/demos.md + addition_method: manual 'https://eksworkshop.com/ ': content_hash: N/A description: '' @@ -72236,6 +76738,7 @@ https://ehcache.org: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://eksworkshop.com/scaling/deploy_ca: content_hash: N/A description: '' @@ -72252,6 +76755,7 @@ https://eksworkshop.com/scaling/deploy_ca: - demos.md - kubernetes-autoscaling.md year: N/A + addition_method: manual https://eksworkshop.com/x-ray/microservices: content_hash: N/A description: '' @@ -72266,6 +76770,7 @@ https://eksworkshop.com/x-ray/microservices: v2_locations: - demos.md year: N/A + addition_method: manual https://elastisys.io/compliantkubernetes: content_hash: 7963ec1d159d78bc9f6db9135258c215dad160d492f1bab23ca9c7581d3fd9da health_score: 100.0 @@ -72277,6 +76782,7 @@ https://elastisys.io/compliantkubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://eli.thegreenplace.net/2021/rest-servers-in-go-part-4-using-openapi-and-swagger: ai_summary: Detailed technical guide demonstrating how to build OpenAPI-driven REST APIs in Go. Emphasizes schema-first code generation to guarantee contract reliability @@ -72305,6 +76811,7 @@ https://eli.thegreenplace.net/2021/rest-servers-in-go-part-4-using-openapi-and-s v2_locations: - golang.md year: N/A + addition_method: manual https://elmanytas.es/?q=node/358: content_hash: 9d402360c33397a68e049b4bb8bc5ef4359e6dfdfd5c0f389c08487cc48f4a96 health_score: 100.0 @@ -72316,6 +76823,7 @@ https://elmanytas.es/?q=node/358: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://elpais.com/smoda/trabajo/apariencias-venderse-trabajo.html: health_score: 100.0 last_checked: 1779130494.95686 @@ -72326,6 +76834,7 @@ https://elpais.com/smoda/trabajo/apariencias-venderse-trabajo.html: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://emea-resources.awscloud.com/spain-events-webinars: content_hash: 5354e32447e7f82a812660384b5a4f87c8462c4407d5bbe69d0510043596c53e description: '' @@ -72337,6 +76846,7 @@ https://emea-resources.awscloud.com/spain-events-webinars: v1_locations: - docs/aws-spain.md year: N/A + addition_method: manual https://eminaktas.medium.com/debug-containerd-in-production-fe93ef4e3ce2: content_hash: N/A description: '' @@ -72351,6 +76861,7 @@ https://eminaktas.medium.com/debug-containerd-in-production-fe93ef4e3ce2: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://eminalemdar.medium.com/cloud-native-secret-management-with-external-secrets-operator-2912f41f9c49: content_hash: N/A description: '' @@ -72366,6 +76877,7 @@ https://eminalemdar.medium.com/cloud-native-secret-management-with-external-secr v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://emirayhan.medium.com/kubernetes-k8s-deployment-strategies-eb3a0f5cbc49: content_hash: N/A description: '' @@ -72380,6 +76892,7 @@ https://emirayhan.medium.com/kubernetes-k8s-deployment-strategies-eb3a0f5cbc49: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://emirayhan.medium.com/what-is-the-difference-message-queue-and-message-bus-7f2e2867eff6: content_hash: N/A description: '' @@ -72395,6 +76908,7 @@ https://emirayhan.medium.com/what-is-the-difference-message-queue-and-message-bu v2_locations: - message-queue.md year: N/A + addition_method: manual https://empathy.co/blog/hat-ci-cd-for-deploying-cloud-native-applications: content_hash: 330b14714d6fafd82084caf5012d0e929d0e7ee9e54f1f4e5fd566de337330f3 health_score: 100.0 @@ -72406,6 +76920,7 @@ https://empathy.co/blog/hat-ci-cd-for-deploying-cloud-native-applications: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://empresas.blogthinkbig.com/descubierta-vulnerabilidad-kubernetes-permite-acceso-redes-restringidas-cve-2020-8562: ai_summary: Analiza en detalle la vulnerabilidad de denegación de servicio y elisión de restricciones de red identificada como CVE-2020-8562. El análisis del curador @@ -72436,6 +76951,7 @@ https://empresas.blogthinkbig.com/descubierta-vulnerabilidad-kubernetes-permite- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://emptysqua.re/blog/getaddrinfo-deadlock: content_hash: 5eb83979a270815a6169894ba9df5aefbc8b1aa4587f87ec19e23dff56bb8554 description: '' @@ -72452,6 +76968,7 @@ https://emptysqua.re/blog/getaddrinfo-deadlock: v2_locations: - python.md year: N/A + addition_method: manual https://en.sokube.ch/post/aws-kubernetes-aws-elastic-kubernetes-service-eks: content_hash: N/A description: '' @@ -72466,6 +76983,7 @@ https://en.sokube.ch/post/aws-kubernetes-aws-elastic-kubernetes-service-eks: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://en.sokube.ch/post/gitops-and-the-millefeuille-dilemma-1: content_hash: N/A description: '' @@ -72480,6 +76998,7 @@ https://en.sokube.ch/post/gitops-and-the-millefeuille-dilemma-1: v2_locations: - gitops.md year: N/A + addition_method: manual https://en.sokube.ch/post/k3s-k3d-k8s-a-new-perfect-match-for-dev-and-test-1: content_hash: N/A description: '' @@ -72494,6 +77013,7 @@ https://en.sokube.ch/post/k3s-k3d-k8s-a-new-perfect-match-for-dev-and-test-1: v2_locations: - rancher.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/.NET: content_hash: N/A description: '' @@ -72509,12 +77029,14 @@ https://en.wikipedia.org/wiki/.NET: v2_locations: - dotnet.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/All_round_defence: content_hash: N/A health_score: 100.0 last_checked: 1779033050.675641 v1_locations: - docs/openshift.md + addition_method: manual https://en.wikipedia.org/wiki/Amazon_Virtual_Private_Cloud: content_hash: N/A description: '' @@ -72531,6 +77053,7 @@ https://en.wikipedia.org/wiki/Amazon_Virtual_Private_Cloud: - aws-networking.md - kubernetes-networking.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Apache_Groovy: content_hash: N/A description: '' @@ -72545,6 +77068,7 @@ https://en.wikipedia.org/wiki/Apache_Groovy: v2_locations: - jenkins.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Apache_Maven: content_hash: N/A description: '' @@ -72559,6 +77083,7 @@ https://en.wikipedia.org/wiki/Apache_Maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Apdex: content_hash: N/A description: '' @@ -72573,6 +77098,7 @@ https://en.wikipedia.org/wiki/Apdex: v2_locations: - monitoring.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Application_performance_management: content_hash: N/A description: '' @@ -72587,6 +77113,7 @@ https://en.wikipedia.org/wiki/Application_performance_management: v2_locations: - monitoring.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Azure_DevOps: content_hash: N/A description: '' @@ -72601,6 +77128,7 @@ https://en.wikipedia.org/wiki/Azure_DevOps: v2_locations: - git.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Azure_DevOps_Server: content_hash: N/A description: '' @@ -72611,6 +77139,7 @@ https://en.wikipedia.org/wiki/Azure_DevOps_Server: v1_locations: - docs/git.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Blockchain: content_hash: N/A description: '' @@ -72625,6 +77154,7 @@ https://en.wikipedia.org/wiki/Blockchain: v2_locations: - digital-money.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Bus_factor: content_hash: N/A description: '' @@ -72640,6 +77170,7 @@ https://en.wikipedia.org/wiki/Bus_factor: - index.md - project-management-methodology.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Cloud-based_integration: content_hash: N/A description: '' @@ -72654,6 +77185,7 @@ https://en.wikipedia.org/wiki/Cloud-based_integration: v2_locations: - message-queue.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Cockroach_Labs: content_hash: N/A description: '' @@ -72668,6 +77200,7 @@ https://en.wikipedia.org/wiki/Cockroach_Labs: v2_locations: - databases.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Content_delivery_network: content_hash: N/A description: '' @@ -72682,6 +77215,7 @@ https://en.wikipedia.org/wiki/Content_delivery_network: v2_locations: - caching.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Continuous_delivery: content_hash: N/A description: '' @@ -72696,6 +77230,7 @@ https://en.wikipedia.org/wiki/Continuous_delivery: v2_locations: - cicd.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Continuous_integration: content_hash: N/A description: '' @@ -72710,6 +77245,7 @@ https://en.wikipedia.org/wiki/Continuous_integration: v2_locations: - cicd.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Couchbase_Server: content_hash: N/A description: '' @@ -72724,6 +77260,7 @@ https://en.wikipedia.org/wiki/Couchbase_Server: v2_locations: - nosql.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Cryptocurrency: content_hash: N/A description: '' @@ -72738,12 +77275,14 @@ https://en.wikipedia.org/wiki/Cryptocurrency: v2_locations: - digital-money.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Design_by_contract: content_hash: N/A health_score: 100.0 last_checked: 1779032376.233781 v1_locations: - docs/git.md + addition_method: manual https://en.wikipedia.org/wiki/DevOps: content_hash: N/A description: '' @@ -72760,12 +77299,14 @@ https://en.wikipedia.org/wiki/DevOps: - cicd.md - devops.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Domain-specific_language: content_hash: N/A health_score: 100.0 last_checked: 1779034288.348706 v1_locations: - docs/jenkins.md + addition_method: manual https://en.wikipedia.org/wiki/Dynamic_site_acceleration: content_hash: N/A description: '' @@ -72780,6 +77321,7 @@ https://en.wikipedia.org/wiki/Dynamic_site_acceleration: v2_locations: - caching.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Enterprise_service_bus: content_hash: N/A description: '' @@ -72794,6 +77336,7 @@ https://en.wikipedia.org/wiki/Enterprise_service_bus: v2_locations: - message-queue.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Event-driven_messaging: content_hash: N/A description: '' @@ -72808,6 +77351,7 @@ https://en.wikipedia.org/wiki/Event-driven_messaging: v2_locations: - message-queue.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Evolutionary_database_design: content_hash: N/A description: '' @@ -72822,6 +77366,7 @@ https://en.wikipedia.org/wiki/Evolutionary_database_design: v2_locations: - liquibase.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Function_as_a_service: content_hash: N/A description: '' @@ -72836,12 +77381,14 @@ https://en.wikipedia.org/wiki/Function_as_a_service: v2_locations: - serverless.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Fuzzing: content_hash: N/A health_score: 100.0 last_checked: 1779031796.244221 v1_locations: - docs/qa.md + addition_method: manual https://en.wikipedia.org/wiki/GRPC: content_hash: N/A description: '' @@ -72856,6 +77403,7 @@ https://en.wikipedia.org/wiki/GRPC: v2_locations: - api.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Git: content_hash: N/A description: '' @@ -72870,12 +77418,14 @@ https://en.wikipedia.org/wiki/Git: v2_locations: - git.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Go_(programming_language: content_hash: N/A health_score: 100.0 last_checked: 1779031255.244294 v1_locations: - docs/prometheus.md + addition_method: manual https://en.wikipedia.org/wiki/Google_Search: content_hash: N/A description: '' @@ -72890,12 +77440,14 @@ https://en.wikipedia.org/wiki/Google_Search: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Graphite_(software: content_hash: N/A health_score: 100.0 last_checked: 1779032343.918399 v1_locations: - docs/prometheus.md + addition_method: manual https://en.wikipedia.org/wiki/HAProxy: content_hash: N/A description: '' @@ -72910,6 +77462,7 @@ https://en.wikipedia.org/wiki/HAProxy: v2_locations: - web-servers.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/HTTP/2: content_hash: N/A description: '' @@ -72924,6 +77477,7 @@ https://en.wikipedia.org/wiki/HTTP/2: v2_locations: - networking.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/HTTP/3: content_hash: N/A description: '' @@ -72938,11 +77492,13 @@ https://en.wikipedia.org/wiki/HTTP/3: v2_locations: - networking.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Horatio_Nelson_Jackson: content_hash: N/A health_score: 100.0 last_checked: 1779031349.206232 v1_locations: [] + addition_method: manual https://en.wikipedia.org/wiki/IP_address_management: content_hash: N/A description: '' @@ -72957,6 +77513,7 @@ https://en.wikipedia.org/wiki/IP_address_management: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Infrastructure_as_code: content_hash: N/A description: '' @@ -72967,6 +77524,7 @@ https://en.wikipedia.org/wiki/Infrastructure_as_code: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/InspectIT: content_hash: N/A description: '' @@ -72983,12 +77541,14 @@ https://en.wikipedia.org/wiki/InspectIT: - java-and-java-performance-optimization.md - monitoring.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Internet_of_Things: content_hash: N/A health_score: 100.0 last_checked: 1779029472.485305 v1_locations: - docs/prometheus.md + addition_method: manual https://en.wikipedia.org/wiki/JSON: content_hash: N/A description: '' @@ -73003,6 +77563,7 @@ https://en.wikipedia.org/wiki/JSON: v2_locations: - yaml.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Jakarta_EE: content_hash: N/A description: '' @@ -73017,6 +77578,7 @@ https://en.wikipedia.org/wiki/Jakarta_EE: v2_locations: - java_app_servers.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/JavaScript: content_hash: N/A description: '' @@ -73031,6 +77593,7 @@ https://en.wikipedia.org/wiki/JavaScript: v2_locations: - javascript.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition: content_hash: N/A description: '' @@ -73047,6 +77610,7 @@ https://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition: - introduction.md - java_frameworks.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Kiss_up_kick_down: content_hash: N/A description: '' @@ -73063,6 +77627,7 @@ https://en.wikipedia.org/wiki/Kiss_up_kick_down: - about.md - project-management-methodology.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Kubernetes: content_hash: N/A description: '' @@ -73077,6 +77642,7 @@ https://en.wikipedia.org/wiki/Kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Lean_software_development: content_hash: N/A description: '' @@ -73087,6 +77653,7 @@ https://en.wikipedia.org/wiki/Lean_software_development: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/List_of_HTTP_status_codes: content_hash: N/A description: '' @@ -73101,6 +77668,7 @@ https://en.wikipedia.org/wiki/List_of_HTTP_status_codes: v2_locations: - networking.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/List_of_performance_analysis_tools: content_hash: N/A description: '' @@ -73117,6 +77685,7 @@ https://en.wikipedia.org/wiki/List_of_performance_analysis_tools: - java-and-java-performance-optimization.md - monitoring.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/MIT_License: content_hash: N/A description: '' @@ -73131,6 +77700,7 @@ https://en.wikipedia.org/wiki/MIT_License: v2_locations: - prometheus.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Message_broker: content_hash: N/A description: '' @@ -73145,6 +77715,7 @@ https://en.wikipedia.org/wiki/Message_broker: v2_locations: - message-queue.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Microsoft_Visual_Studio: content_hash: N/A description: '' @@ -73155,6 +77726,7 @@ https://en.wikipedia.org/wiki/Microsoft_Visual_Studio: v1_locations: - docs/git.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Minimum_viable_product: content_hash: N/A description: '' @@ -73169,6 +77741,7 @@ https://en.wikipedia.org/wiki/Minimum_viable_product: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/NoSQL: content_hash: N/A description: '' @@ -73183,6 +77756,7 @@ https://en.wikipedia.org/wiki/NoSQL: v2_locations: - nosql.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Node.js: content_hash: N/A description: '' @@ -73197,6 +77771,7 @@ https://en.wikipedia.org/wiki/Node.js: v2_locations: - javascript.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/OpenAPI_Specification: content_hash: N/A description: '' @@ -73211,6 +77786,7 @@ https://en.wikipedia.org/wiki/OpenAPI_Specification: v2_locations: - api.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/OpenShift: content_hash: N/A description: '' @@ -73225,6 +77801,7 @@ https://en.wikipedia.org/wiki/OpenShift: v2_locations: - openshift.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Open_banking: content_hash: N/A description: '' @@ -73241,6 +77818,7 @@ https://en.wikipedia.org/wiki/Open_banking: - api.md - developerportals.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/OverOps: content_hash: N/A description: '' @@ -73257,6 +77835,7 @@ https://en.wikipedia.org/wiki/OverOps: - java-and-java-performance-optimization.md - monitoring.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Payara_Server: content_hash: N/A description: '' @@ -73271,6 +77850,7 @@ https://en.wikipedia.org/wiki/Payara_Server: v2_locations: - java_app_servers.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard: content_hash: N/A description: '' @@ -73285,6 +77865,7 @@ https://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Payment_Services_Directive: content_hash: N/A description: '' @@ -73299,6 +77880,7 @@ https://en.wikipedia.org/wiki/Payment_Services_Directive: v2_locations: - developerportals.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Remote_procedure_call: content_hash: N/A description: '' @@ -73313,6 +77895,7 @@ https://en.wikipedia.org/wiki/Remote_procedure_call: v2_locations: - api.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Representational_state_transfer: content_hash: N/A description: '' @@ -73327,6 +77910,7 @@ https://en.wikipedia.org/wiki/Representational_state_transfer: v2_locations: - api.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Responsibility_assignment_matrix: content_hash: N/A description: '' @@ -73341,12 +77925,14 @@ https://en.wikipedia.org/wiki/Responsibility_assignment_matrix: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Rubber_duck_debugging: content_hash: N/A health_score: 100.0 last_checked: 1779029613.211203 v1_locations: - docs/testops.md + addition_method: manual https://en.wikipedia.org/wiki/SOAP: content_hash: N/A description: '' @@ -73361,6 +77947,7 @@ https://en.wikipedia.org/wiki/SOAP: v2_locations: - api.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Site_Reliability_Engineering: content_hash: N/A description: '' @@ -73375,6 +77962,7 @@ https://en.wikipedia.org/wiki/Site_Reliability_Engineering: v2_locations: - sre.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Software_bot: content_hash: N/A description: '' @@ -73389,6 +77977,7 @@ https://en.wikipedia.org/wiki/Software_bot: v2_locations: - git.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/SonarQube: content_hash: N/A description: '' @@ -73403,6 +77992,7 @@ https://en.wikipedia.org/wiki/SonarQube: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Spring_Roo: content_hash: N/A description: '' @@ -73417,6 +78007,7 @@ https://en.wikipedia.org/wiki/Spring_Roo: v2_locations: - scaffolding.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Streaming_data: content_hash: N/A description: '' @@ -73431,18 +78022,21 @@ https://en.wikipedia.org/wiki/Streaming_data: v2_locations: - message-queue.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Time_series: content_hash: N/A health_score: 100.0 last_checked: 1779032728.714813 v1_locations: - docs/prometheus.md + addition_method: manual https://en.wikipedia.org/wiki/Time_series_database: content_hash: N/A health_score: 100.0 last_checked: 1779029118.656523 v1_locations: - docs/prometheus.md + addition_method: manual https://en.wikipedia.org/wiki/Twelve-Factor_App_methodology: content_hash: N/A description: '' @@ -73453,6 +78047,7 @@ https://en.wikipedia.org/wiki/Twelve-Factor_App_methodology: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Value_stream: content_hash: N/A description: '' @@ -73463,6 +78058,7 @@ https://en.wikipedia.org/wiki/Value_stream: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/VisualVM: content_hash: N/A description: '' @@ -73479,6 +78075,7 @@ https://en.wikipedia.org/wiki/VisualVM: - java-and-java-performance-optimization.md - monitoring.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/WebSocket: content_hash: N/A description: '' @@ -73493,6 +78090,7 @@ https://en.wikipedia.org/wiki/WebSocket: v2_locations: - api.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Web_cache: content_hash: N/A description: '' @@ -73507,6 +78105,7 @@ https://en.wikipedia.org/wiki/Web_cache: v2_locations: - caching.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Workflow_engine: content_hash: N/A description: '' @@ -73521,6 +78120,7 @@ https://en.wikipedia.org/wiki/Workflow_engine: v2_locations: - message-queue.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/Xamarin: content_hash: N/A description: '' @@ -73535,6 +78135,7 @@ https://en.wikipedia.org/wiki/Xamarin: v2_locations: - xamarin.md year: N/A + addition_method: manual https://en.wikipedia.org/wiki/YAML: content_hash: N/A description: '' @@ -73549,6 +78150,7 @@ https://en.wikipedia.org/wiki/YAML: v2_locations: - yaml.md year: N/A + addition_method: manual https://eng.grip.security/enabling-aws-iam-group-access-to-an-eks-cluster-using-rbac: content_hash: N/A description: '' @@ -73564,6 +78166,7 @@ https://eng.grip.security/enabling-aws-iam-group-access-to-an-eks-cluster-using- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://eng.lifion.com/journey-to-zero-downtime-rolling-updates-with-ambassador-badda6a7d450: content_hash: N/A description: '' @@ -73578,6 +78181,7 @@ https://eng.lifion.com/journey-to-zero-downtime-rolling-updates-with-ambassador- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://eng.lyft.com/how-we-learned-to-improve-kubernetes-cronjobs-at-scale-part-2-of-2-dad0c973ffca: content_hash: 03b1d6ce80093a96c566c8a4e2db8efec98399cd0ac5521b0cc4e686814add54 description: '' @@ -73588,6 +78192,7 @@ https://eng.lyft.com/how-we-learned-to-improve-kubernetes-cronjobs-at-scale-part v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://eng.lyft.com/improving-kubernetes-cronjobs-at-scale-part-1-cf1479df98d4: content_hash: 78c2b2a40f18e28514e7b4cc4996a49567ad51e06bf2adb43ebf5e654913c893 description: '' @@ -73603,6 +78208,7 @@ https://eng.lyft.com/improving-kubernetes-cronjobs-at-scale-part-1-cf1479df98d4: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://engineerd.github.io/kube-exec/introduction: content_hash: 5cd74d098de55772906719d262a155aeb9ad111be13fa88f3cf7114f2a06960b description: '' @@ -73619,6 +78225,7 @@ https://engineerd.github.io/kube-exec/introduction: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://engineering.atspotify.com/2016/02/25/spotifys-event-delivery-the-road-to-the-cloud-part-i: content_hash: ded03085293ffb83ca434c23b387efcaf02d6588d5255b94142be710094b4c84 description: '' @@ -73631,6 +78238,7 @@ https://engineering.atspotify.com/2016/02/25/spotifys-event-delivery-the-road-to v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://engineering.atspotify.com/2016/2/spotifys-event-delivery-the-road-to-the-cloud-part-i: ai_summary: Part one of Spotify's highly detailed case study documenting their massive shift from on-premise infrastructure to Google Cloud Platform event infrastructure. @@ -73655,6 +78263,7 @@ https://engineering.atspotify.com/2016/2/spotifys-event-delivery-the-road-to-the v2_locations: - message-queue.md year: '2016' + addition_method: manual ? https://engineering.backmarket.com/how-we-improved-third-party-availability-and-latency-with-nginx-in-kubernetes-bb3fc7224ae4 : content_hash: N/A description: '' @@ -73670,6 +78279,7 @@ https://engineering.atspotify.com/2016/2/spotifys-event-delivery-the-road-to-the v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://engineering.cloudflight.io/running-the-openshift-console-in-plain-kubernetes: content_hash: N/A description: '' @@ -73681,12 +78291,14 @@ https://engineering.cloudflight.io/running-the-openshift-console-in-plain-kubern v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://engineering.doit.com/no-restarts-no-disruptions-seamless-pod-resource-updates-with-in-place-resizing-f3cf41654216: content_hash: N/A health_score: 100.0 last_checked: 1779030196.870109 v1_locations: - docs/kubernetes.md + addition_method: manual https://engineering.dynatrace.com/blog/kubernetes-security-part-1-role-based-access-control-rbac: content_hash: ac5428140f4cf01da7eafa693582520ec53b6265a50789a9f14cdc0131f5ead2 description: '' @@ -73699,6 +78311,7 @@ https://engineering.dynatrace.com/blog/kubernetes-security-part-1-role-based-acc v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://engineering.grab.com/zero-trust-with-kafka: ai_summary: 'Curator Insight: Production study from Grab''s engineering team on implementing zero-trust network boundaries for messaging. Live Grounding: Covers @@ -73728,6 +78341,7 @@ https://engineering.grab.com/zero-trust-with-kafka: v2_locations: - message-queue.md year: N/A + addition_method: manual https://engineering.konveyor.io: content_hash: N/A description: '' @@ -73742,6 +78356,7 @@ https://engineering.konveyor.io: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://engineering.linecorp.com/en/blog/building-large-kubernetes-clusters: ai_summary: A detailed engineering case study by Line Corporation explaining Caravan, their custom internal platform designed to build and maintain thousands of Kubernetes @@ -73772,6 +78387,7 @@ https://engineering.linecorp.com/en/blog/building-large-kubernetes-clusters: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://engineering.mercari.com/en/blog/entry/20211222-kubernetes-based-spanner-autoscaler: content_hash: N/A description: '' @@ -73786,6 +78402,7 @@ https://engineering.mercari.com/en/blog/entry/20211222-kubernetes-based-spanner- v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://engineering.mercari.com/en/blog/entry/20220214-managing-network-policies: content_hash: N/A description: '' @@ -73801,6 +78418,7 @@ https://engineering.mercari.com/en/blog/entry/20220214-managing-network-policies v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://engineering.mercari.com/en/blog/entry/20220218-dynamic-service-routing-using-istio: content_hash: N/A description: '' @@ -73815,6 +78433,7 @@ https://engineering.mercari.com/en/blog/entry/20220218-dynamic-service-routing-u v2_locations: - istio.md year: N/A + addition_method: manual https://engineering.monday.com/monday-coms-multi-regional-architecture-a-deep-dive: content_hash: 27dfef51e65690e1e738686fb762788ffb8584e1a228bd193ebb882f8705c1e1 description: '' @@ -73834,6 +78453,7 @@ https://engineering.monday.com/monday-coms-multi-regional-architecture-a-deep-di - kubernetes.md - introduction.md year: N/A + addition_method: manual https://engineering.plex.com/posts/kubernetes-policy-conftest: content_hash: N/A description: '' @@ -73848,6 +78468,7 @@ https://engineering.plex.com/posts/kubernetes-policy-conftest: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://engineering.prezi.com/intro-4727024fc2c1: content_hash: 7e5cb088fed6e54028008931eadc4c9f130e83c1a6bdfa3222b86f3e884371e8 description: '' @@ -73864,6 +78485,7 @@ https://engineering.prezi.com/intro-4727024fc2c1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://engineering.razorpay.com/the-culture-of-cost-optimization-reducing-kubernetes-cost-by-300-000-32611cdd19d9: content_hash: N/A description: '' @@ -73879,6 +78501,7 @@ https://engineering.razorpay.com/the-culture-of-cost-optimization-reducing-kuber v2_locations: - finops.md year: N/A + addition_method: manual https://engineering.salesforce.com/optimizing-eks-networking-for-scale-1325706c8f6d: ai_summary: Technical breakdown of Salesforce's journey optimizing AWS VPC CNI on EKS to support massive container scale. Covers strategies to bypass IP address @@ -73909,6 +78532,7 @@ https://engineering.salesforce.com/optimizing-eks-networking-for-scale-1325706c8 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://engineering.salesforce.com/project-agumbe-share-objects-across-namespaces-in-kubernetes-1fc2e1ddb3eb: content_hash: 12a836b2c470834b9d5301f2971462da733d6d12e4a8555fd40a2b4b518fefa7 description: '' @@ -73926,6 +78550,7 @@ https://engineering.salesforce.com/project-agumbe-share-objects-across-namespace v2_locations: - kubernetes.md year: N/A + addition_method: manual https://engineering.zalando.com/posts/2021/03/building-an-end-to-end-load-test-automation-system-on-top-of-kubernetes.html: content_hash: 838f2207ad26353d0e8549678f2e76f30e266c528bcc4352d9b8a5d144a141fb description: '' @@ -73943,6 +78568,7 @@ https://engineering.zalando.com/posts/2021/03/building-an-end-to-end-load-test-a v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://engineeringblog.yelp.com/2020/10/improving-the-performance-of-the-prometheus-jmx-exporter.html: content_hash: 99b6aa3202a3fff821696ea18c3b063912f99234215827456d78b3688db48d41 description: '' @@ -73960,6 +78586,7 @@ https://engineeringblog.yelp.com/2020/10/improving-the-performance-of-the-promet v2_locations: - prometheus.md year: N/A + addition_method: manual https://engineeringblog.yelp.com/2020/11/orchestrating-cassandra-on-kubernetes-with-operators.html: content_hash: a5f23f3b2267b8a5ee4b8853029041aa3c74ae52be53b731ca55c83ce652cc5e description: '' @@ -73971,6 +78598,7 @@ https://engineeringblog.yelp.com/2020/11/orchestrating-cassandra-on-kubernetes-w v1_locations: - docs/nosql.md year: N/A + addition_method: manual https://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-1: content_hash: N/A health_score: 100.0 @@ -73981,12 +78609,14 @@ https://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-1: - docs/python.md v2_locations: - python.md + addition_method: manual https://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-2: content_hash: N/A health_score: 100.0 last_checked: 1779030134.968211 v1_locations: - docs/python.md + addition_method: manual https://enlear.academy/26-git-command-i-use-all-the-time-cheatsheet-6c5682ded2af: content_hash: N/A description: '' @@ -74001,6 +78631,7 @@ https://enlear.academy/26-git-command-i-use-all-the-time-cheatsheet-6c5682ded2af v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://enlear.academy/how-to-build-a-scalable-email-service-using-aws-d404b347a7fb: content_hash: N/A description: '' @@ -74016,6 +78647,7 @@ https://enlear.academy/how-to-build-a-scalable-email-service-using-aws-d404b347a v2_locations: - aws-messaging.md year: N/A + addition_method: manual https://enlear.academy/repository-pattern-and-unit-of-work-with-asp-net-core-web-api-6802e1aa4f78: content_hash: N/A description: '' @@ -74031,6 +78663,7 @@ https://enlear.academy/repository-pattern-and-unit-of-work-with-asp-net-core-web v2_locations: - dotnet.md year: N/A + addition_method: manual https://enlear.academy/sealed-secrets-with-kubernetes-a3f4d13dbc17: content_hash: N/A description: '' @@ -74045,6 +78678,7 @@ https://enlear.academy/sealed-secrets-with-kubernetes-a3f4d13dbc17: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://enmilocalfunciona.io/aprende-a-configurar-thanos-usando-docker-compose: content_hash: c27c8464f3577b895626fbef8d3bf75dc51342e167ee59b01615836652cbaa34 description: '' @@ -74055,6 +78689,7 @@ https://enmilocalfunciona.io/aprende-a-configurar-thanos-usando-docker-compose: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://enmilocalfunciona.io/mostrando-resultados-de-jenkins-en-grafana-mediante-influxdb: content_hash: da281fb2ba88b08259eb39027bb8e77101f78e8a6ad407ba50401710250f9e91 description: '' @@ -74066,6 +78701,7 @@ https://enmilocalfunciona.io/mostrando-resultados-de-jenkins-en-grafana-mediante v1_locations: - docs/demos.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2017/10/how-explain-kubernetes-plain-english: content_hash: 5936cbcca0737cd749ea9ee2f5581ee4a1afeeb6b43d0da939943afe4e000e93 description: '' @@ -74082,6 +78718,7 @@ https://enterprisersproject.com/article/2017/10/how-explain-kubernetes-plain-eng v2_locations: - kubernetes.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2019/8/kubernetes-secrets-explained-plain-english: ai_summary: An easy-to-follow introductory resource explaining Kubernetes Secrets, their typical configuration schemas, and how they help developers protect operational @@ -74110,6 +78747,7 @@ https://enterprisersproject.com/article/2019/8/kubernetes-secrets-explained-plai v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/10/scrum-kanban-3-realities-cios: content_hash: 06eb2ce88ae538a130f93c164cfe77b102841a3ccbef938d3dfde7592fb024db description: '' @@ -74126,6 +78764,7 @@ https://enterprisersproject.com/article/2020/10/scrum-kanban-3-realities-cios: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/3/how-get-devops-noops-5-steps: content_hash: a783a0cf8effc5a575e559c6c2b8e503dd339efcb79aa3f9205d41c9e34c060f description: '' @@ -74142,6 +78781,7 @@ https://enterprisersproject.com/article/2020/3/how-get-devops-noops-5-steps: v2_locations: - devops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/4/kubernetes-everything-you-need-know: content_hash: 948ba1ebdda1029e1407969b728879e29c2aed5c3bde2e7c4b84e4c03cd0a906 description: '' @@ -74159,6 +78799,7 @@ https://enterprisersproject.com/article/2020/4/kubernetes-everything-you-need-kn v2_locations: - kubernetes.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/5/devops-shift-left-why-goes-wrong: content_hash: ea1514c97ebed3aa95621a7a6d8ba0e8b6f2711cc053deda414ba85dbfe87ece description: '' @@ -74175,6 +78816,7 @@ https://enterprisersproject.com/article/2020/5/devops-shift-left-why-goes-wrong: v2_locations: - devops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve: content_hash: 1161bb6821761938fa2c082e2faeaf025b09af61655e3e12a7412bff87555be9 description: '' @@ -74192,6 +78834,7 @@ https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects v2_locations: - kubernetes.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/6/devops-beginners-where-start: content_hash: 2d81b91d13c6de33b38c6a461d1e68c8ec97c8063db918bd2ebb18790eab3474 description: '' @@ -74208,6 +78851,7 @@ https://enterprisersproject.com/article/2020/6/devops-beginners-where-start: v2_locations: - devops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/6/devops-engineer-role-common-misconceptions: content_hash: d38a876c71df9ff0866ff9cbc380e9082abfc35fac473cfd10d0c86481ac0816 description: '' @@ -74224,6 +78868,7 @@ https://enterprisersproject.com/article/2020/6/devops-engineer-role-common-misco v2_locations: - devops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/7/3-devops-skills-it-leaders-need-next-normal: content_hash: 9c77586cbd4f972c7479aa2909f7295483a0c57a7fda3bae27ee055b6d1efdba description: '' @@ -74240,6 +78885,7 @@ https://enterprisersproject.com/article/2020/7/3-devops-skills-it-leaders-need-n v2_locations: - devops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/7/devops-5-things-teams-need: content_hash: d932d3e010a146615dc0eb7bf8fe9e55ef326b8a48efc404426a93272a4eb35c description: '' @@ -74256,6 +78902,7 @@ https://enterprisersproject.com/article/2020/7/devops-5-things-teams-need: v2_locations: - devops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2020/8/managing-kubernetes-resources-5-things-remember: content_hash: 85e13bcebc1dc7fc191a5c67452d2ae8e1c437992fe750bf2bfd5fac73a5dbbc description: '' @@ -74272,6 +78919,7 @@ https://enterprisersproject.com/article/2020/8/managing-kubernetes-resources-5-t v2_locations: - kubernetes.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2021/1/5-hybrid-cloud-trends-2021: content_hash: 0b2d2a145ef646857e33963d06f262052578956d9844357f39d0e660376beaa7 description: '' @@ -74288,6 +78936,7 @@ https://enterprisersproject.com/article/2021/1/5-hybrid-cloud-trends-2021: v2_locations: - introduction.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2021/10/devops-future-operating-model-it: content_hash: 04c89b8a90bb73dc874ec3ac19c6385805c8afbcec4a9d252bece62abffa5cec description: '' @@ -74305,6 +78954,7 @@ https://enterprisersproject.com/article/2021/10/devops-future-operating-model-it v2_locations: - devops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2021/2/remote-work-virtual-collaboration-best-practices: content_hash: 1b58ecab0b8303fcbfc13d6c05667acaf3c12c47d72f6d15964dedb89aadbd66 description: '' @@ -74321,6 +78971,7 @@ https://enterprisersproject.com/article/2021/2/remote-work-virtual-collaboration v2_locations: - workfromhome.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2021/5/kubernetes-6-open-source-tools-to-test-clusters: content_hash: 03202a97c112e61c461218f12355480d81a120c3fc415cfef40ae7c538c476b4 description: '' @@ -74338,6 +78989,7 @@ https://enterprisersproject.com/article/2021/5/kubernetes-6-open-source-tools-to v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2021/6/gitops-explained-plain-english: content_hash: 90e8bf62f69b833d9df99ed9e15f45092b91b0ada38a9ab209f2b61c19543d04 description: '' @@ -74354,6 +79006,7 @@ https://enterprisersproject.com/article/2021/6/gitops-explained-plain-english: v2_locations: - gitops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2021/6/how-migrate-java-workloads-containers-3-considerations: content_hash: b8949947c187ec595b72f6a931b601dbada4a67ba7323ded5a9c63b18c9adcd4 description: '' @@ -74371,6 +79024,7 @@ https://enterprisersproject.com/article/2021/6/how-migrate-java-workloads-contai v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2021/8/5-devsecops-open-source-projects-know: ai_summary: 'Profiles five core open-source tools powering cloud-native DevSecOps security, including Trivy, Falco, and Open Policy Agent. Contrast: Curator Insight @@ -74400,6 +79054,7 @@ https://enterprisersproject.com/article/2021/8/5-devsecops-open-source-projects- v2_locations: - devsecops.md year: N/A + addition_method: manual https://enterprisersproject.com/article/2022/11/15-minute-primer-kubernetes: content_hash: dc7de163899615079d0dac0a8f76c9f979b0c756e03ebd7da9c464a12558a0a0 description: '' @@ -74416,6 +79071,7 @@ https://enterprisersproject.com/article/2022/11/15-minute-primer-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://epsagon.com/blog/serverless-open-source-frameworks-openfaas-knative-more: content_hash: N/A description: '' @@ -74432,12 +79088,14 @@ https://epsagon.com/blog/serverless-open-source-frameworks-openfaas-knative-more v2_locations: - serverless.md year: N/A + addition_method: manual https://erik-engheim.medium.com/go-does-not-need-a-java-style-gc-ac99b8d26c60: content_hash: N/A health_score: 100.0 last_checked: 1779031622.301749 v1_locations: - docs/golang.md + addition_method: manual https://erkanerol.github.io/post/restartable-pods: content_hash: 141499d8dd55449100a1855916fab185c0fa25ff763cfb4d7c58f44e52a70d58 description: '' @@ -74454,6 +79112,7 @@ https://erkanerol.github.io/post/restartable-pods: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://erkanzileli.medium.com/how-tls-certificates-work-422d95f1df5e: content_hash: N/A description: '' @@ -74468,6 +79127,7 @@ https://erkanzileli.medium.com/how-tls-certificates-work-422d95f1df5e: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://ermetic.com/blog/aws/access-undenied-on-aws: content_hash: 8e88c0b807a381f05bdfdccf73ddfb0e8c7e4da40f7f2a0dab48c769cc0f6927 description: '' @@ -74479,6 +79139,7 @@ https://ermetic.com/blog/aws/access-undenied-on-aws: v1_locations: - docs/aws-tools-scripts.md year: N/A + addition_method: manual https://ermetic.com/blog/aws/diving-deeply-into-iam-policy-evaluation-highlights-from-aws-reinforce-session-iam433: content_hash: 23dcda1298118b3b26f538f7fd00975ba058671069bf892421bb08ee6e89b956 description: '' @@ -74495,6 +79156,7 @@ https://ermetic.com/blog/aws/diving-deeply-into-iam-policy-evaluation-highlights v2_locations: - aws-security.md year: N/A + addition_method: manual https://es.euronews.com/next/2021/11/25/la-gran-renuncia-puede-llegar-la-revolucion-laboral-de-ee-uu-a-europa: ai_summary: Examines the labor mobility trends and regulatory differences between the US and European job markets during the pandemic-era migration. Explores how @@ -74524,6 +79186,7 @@ https://es.euronews.com/next/2021/11/25/la-gran-renuncia-puede-llegar-la-revoluc v2_locations: - recruitment.md year: N/A + addition_method: manual https://es.scribd.com/document/207247675/PEP-8-Cheatsheet-2009: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 description: '' @@ -74534,6 +79197,7 @@ https://es.scribd.com/document/207247675/PEP-8-Cheatsheet-2009: v1_locations: - docs/python.md year: N/A + addition_method: manual ? https://es.slideshare.net/AmazonWebServices/finops-a-culture-transformation-to-bring-devops-finance-and-the-business-together-sponsored-by-cloudability-aws-summit-sydney : content_hash: N/A description: '' @@ -74545,18 +79209,21 @@ https://es.scribd.com/document/207247675/PEP-8-Cheatsheet-2009: v1_locations: - docs/finops.md year: N/A + addition_method: manual https://eslint.org: content_hash: ed3c225d175cddaa9847bb775ab26b34c8a4b5e58fba9908db66360b124ffc0e health_score: 100.0 last_checked: 1779032114.048394 v1_locations: - docs/visual-studio.md + addition_method: manual https://estahn.github.io/k8s-image-swapper: content_hash: bcf21be7427446d887632bceeed8604d755c7bc49c4a6e841709cab0b85f6af0 health_score: 100.0 last_checked: 1779030018.904552 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://eta-lang.org/docs/cheatsheets/gradle-cheatsheet: content_hash: d6ccdcc4fd1f024344670f1e93faab7f99da4882497f94384cef68ad63832eb7 description: '' @@ -74573,6 +79240,7 @@ https://eta-lang.org/docs/cheatsheets/gradle-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://ettema.dev/posts/ai-multi-repo-workspaces: ai_summary: Investigates methods for utilizing structured developer workspaces to safely implement, coordinate, and review automated AI-driven modifications across @@ -74605,6 +79273,7 @@ https://ettema.dev/posts/ai-multi-repo-workspaces: - developerportals.md - devops-tools.md year: N/A + addition_method: manual https://eu.udacity.com: content_hash: N/A description: '' @@ -74619,6 +79288,7 @@ https://eu.udacity.com: v2_locations: - elearning.md year: N/A + addition_method: manual ? https://evaizik.medium.com/setting-up-a-remote-debugging-for-java-microservices-running-inside-kubernetes-pods-d4aab1ff4efa : content_hash: N/A description: '' @@ -74634,6 +79304,7 @@ https://eu.udacity.com: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://evancordell.com/posts/kube-apis-crds: content_hash: bde40c67fd3687a0960d9cc349fe239072ae73952bc5ac9bd910a9faff39d6c6 description: '' @@ -74650,6 +79321,7 @@ https://evancordell.com/posts/kube-apis-crds: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/co-located-events/argocon: ai_summary: 'Curator Insight: Direct portal to community sessions, submissions, and emerging patterns for the Argo GitOps suite in 2026. Live Grounding: Acts @@ -74682,6 +79354,7 @@ https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/co-locat - kubernetes.md - cicd.md year: N/A + addition_method: manual https://evilmartians.com/chronicles/kubing-rails-stressless-kubernetes-deployments-with-kuby: content_hash: fc3a4a7669b1c9daf72634c6d1d6313ede98a6548d3b12f2929e2f8c2c76b726 description: '' @@ -74698,6 +79371,7 @@ https://evilmartians.com/chronicles/kubing-rails-stressless-kubernetes-deploymen v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://examples.javacodegeeks.com/enterprise-java/spring/tomcat-vs-jetty-vs-undertow-comparison-of-spring-boot-embedded-servlet-containers : content_hash: N/A description: '' @@ -74713,6 +79387,7 @@ https://evilmartians.com/chronicles/kubing-rails-stressless-kubernetes-deploymen v2_locations: - embedded-servlet-containers.md year: N/A + addition_method: manual https://excalidraw.com: content_hash: 924d2f23f7adaf27e165484b423fc43d6f8ee7794460041868d63852e811ee4d description: '' @@ -74729,6 +79404,7 @@ https://excalidraw.com: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://experitest.com/appium-blog/start-automating-your-mobile-tests-with-cucumber-and-appium: content_hash: 0552ae08ba9d945b6166c9f98e348684d94bd1bfb31fe7ecf9bee677d1bc7e60 description: '' @@ -74740,6 +79416,7 @@ https://experitest.com/appium-blog/start-automating-your-mobile-tests-with-cucum v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://explore.skillbuilder.aws/learn: content_hash: 108c77d1a102ba939dfd6905697060d38bb4da81026433faa915dc2fc899c1e1 description: '' @@ -74751,6 +79428,7 @@ https://explore.skillbuilder.aws/learn: v1_locations: - docs/aws-training.md year: N/A + addition_method: manual https://explore.skillbuilder.aws/learn/course/external/view/elearning/48/aws-security-fundamentals-second-edition: content_hash: 108c77d1a102ba939dfd6905697060d38bb4da81026433faa915dc2fc899c1e1 description: '' @@ -74762,6 +79440,7 @@ https://explore.skillbuilder.aws/learn/course/external/view/elearning/48/aws-sec v1_locations: - docs/aws-training.md year: N/A + addition_method: manual ? https://explore.skillbuilder.aws/learn/course/external/view/elearning/7854/aws-technical-essential-spanish-from-latin-america : content_hash: 108c77d1a102ba939dfd6905697060d38bb4da81026433faa915dc2fc899c1e1 description: '' @@ -74775,6 +79454,7 @@ https://explore.skillbuilder.aws/learn/course/external/view/elearning/48/aws-sec v1_locations: - docs/aws-training.md year: N/A + addition_method: manual https://exploreneptune.io: content_hash: N/A description: '' @@ -74789,6 +79469,7 @@ https://exploreneptune.io: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://exporterhub.io: content_hash: 265ef61b7047c8efc0197412bf2777c9466ee04e4ecc8591c21526ffe8c9791d description: '' @@ -74805,6 +79486,7 @@ https://exporterhub.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://external-secrets.io: ai_summary: 'Curator Insight: Industry-standard controller designed to inject secrets securely into clusters from external providers. Live Grounding: Highly active; @@ -74833,6 +79515,7 @@ https://external-secrets.io: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://fabiogomezdiaz.com/posts/how-to-run-packer-pipelines-on-jenkins-part1-traditional-jenkins: content_hash: 0c462b0b54aa75f3a96377e6b328c792ef62a80d198318cc920b44522c885a73 description: '' @@ -74850,6 +79533,7 @@ https://fabiogomezdiaz.com/posts/how-to-run-packer-pipelines-on-jenkins-part1-tr v2_locations: - jenkins.md year: N/A + addition_method: manual https://fabiolb.net: content_hash: e0d500413b0961fe182640212017975179bd1dcbda3cb7853e60e7221b9400e3 description: '' @@ -74866,6 +79550,7 @@ https://fabiolb.net: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://fabric8.io: ai_summary: Historically significant platform offering tools, microservices, and management mechanisms for Java environments on Kubernetes and OpenShift. Now deprecated, @@ -74895,6 +79580,7 @@ https://fabric8.io: - openshift-pipelines.md - kubernetes-client-libraries.md year: N/A + addition_method: manual https://fabric8.io/guide/cdelivery.html: ai_summary: Archive documentation specifying continuous delivery workflows, pipelines, and integrations built around early Fabric8 architectures. Useful for maintaining @@ -74921,6 +79607,7 @@ https://fabric8.io/guide/cdelivery.html: v2_locations: - openshift-pipelines.md year: '2018' + addition_method: manual https://faddom.com/cloud-computing-costs-and-pricing-comparison: content_hash: 6a172b3769c9390f4dbada2c0f06296242191a18df07d3995763737f471ca95b description: '' @@ -74937,6 +79624,7 @@ https://faddom.com/cloud-computing-costs-and-pricing-comparison: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://fairwinds.medium.com/an-introduction-to-the-kubernetes-maturity-model-how-to-use-it-54ebfc21e413: content_hash: N/A description: '' @@ -74952,6 +79640,7 @@ https://fairwinds.medium.com/an-introduction-to-the-kubernetes-maturity-model-ho v2_locations: - kubernetes.md year: N/A + addition_method: manual https://falco.org: ai_summary: The Cloud Native Computing Foundation (CNCF) graduate threat detection engine. Uses eBPF or kernel modules to parse system calls at runtime, triggering @@ -74980,6 +79669,7 @@ https://falco.org: v2_locations: - devsecops.md year: N/A + addition_method: manual https://falco.org/about/case-studies/incepto-medical: content_hash: 0c74985d3b7f11651cc97628783cbba97e83c6c4f81d262590765df6d02ea4ed description: '' @@ -75002,6 +79692,7 @@ https://falco.org/about/case-studies/incepto-medical: v2_locations: - customer.md year: N/A + addition_method: manual ? https://falco.org/blog/detect-malicious-behaviour-on-kubernetes-api-server-through-gathering-audit-logs-by-using-fluentbit-part-2 : ai_summary: Technical guide showing how to route granular Kubernetes API server log streams into Falco via Fluent Bit. Enables engineering teams to construct @@ -75031,6 +79722,7 @@ https://falco.org/about/case-studies/incepto-medical: v2_locations: - devsecops.md year: N/A + addition_method: manual https://fastapi.tiangolo.com: content_hash: 5ef184c9adb75abf51b3168a083ccf6169e0654bcb72f78047482c14548b6104 description: '' @@ -75049,6 +79741,7 @@ https://fastapi.tiangolo.com: - python.md - mkdocs.md year: N/A + addition_method: manual https://fastthread.io: ai_summary: Industrial-grade online Java thread dump analyzer that uses AI diagnostics to identify CPU spikes, thread leaks, and deadlock patterns. Essential for post-mortem @@ -75079,6 +79772,7 @@ https://fastthread.io: - java-and-java-performance-optimization.md - monitoring.md year: N/A + addition_method: manual https://fastthread.io/ft-error.jsp: content_hash: 978fb1d436faf94e88ad2ae1ff9fce92021ecf3c2ad9adae3ecddf717a0239c7 health_score: 100.0 @@ -75089,12 +79783,14 @@ https://fastthread.io/ft-error.jsp: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://fastthread.io/ft-thread-report.jsp?dumpId=1: content_hash: b10f166049be91cf9c9dbfa1f6e16bd17bdf68af80f1a650ae6898d16a1f5b8a health_score: 100.0 last_checked: 1779033074.698222 v1_locations: - docs/monitoring.md + addition_method: manual https://fatehmuhammad.medium.com/introduction-to-docker-part-1-3cff7559e372: content_hash: N/A description: '' @@ -75109,6 +79805,7 @@ https://fatehmuhammad.medium.com/introduction-to-docker-part-1-3cff7559e372: v2_locations: - docker.md year: N/A + addition_method: manual https://fathomtech.io/blog/microservices-vs-serverless: content_hash: 28191a37fd474f3b429ddaa440c31bbf287389eaac7454ee26d09f2832423ea1 description: '' @@ -75125,6 +79822,7 @@ https://fathomtech.io/blog/microservices-vs-serverless: v2_locations: - serverless.md year: N/A + addition_method: manual https://faun.pub/5-best-terraform-tools-that-you-need-in-2022-a3db2334c524: content_hash: N/A description: '' @@ -75139,6 +79837,7 @@ https://faun.pub/5-best-terraform-tools-that-you-need-in-2022-a3db2334c524: v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/a-beginners-guide-to-jaeger-ed75ce5ed8f4: content_hash: N/A description: '' @@ -75153,6 +79852,7 @@ https://faun.pub/a-beginners-guide-to-jaeger-ed75ce5ed8f4: v2_locations: - istio.md year: N/A + addition_method: manual https://faun.pub/a-browser-based-remote-desktop-solution-on-kubernetes-d6b3d33e73b6: content_hash: N/A description: '' @@ -75167,6 +79867,7 @@ https://faun.pub/a-browser-based-remote-desktop-solution-on-kubernetes-d6b3d33e7 v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://faun.pub/a-definitive-guide-to-kubernetes-operator-the-crawl-7647b278c28b: content_hash: N/A description: '' @@ -75181,6 +79882,7 @@ https://faun.pub/a-definitive-guide-to-kubernetes-operator-the-crawl-7647b278c28 v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://faun.pub/accessing-a-remote-minikube-from-a-local-computer-fd6180dd66dd: content_hash: N/A description: '' @@ -75191,6 +79893,7 @@ https://faun.pub/accessing-a-remote-minikube-from-a-local-computer-fd6180dd66dd: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://faun.pub/active-passive-load-balancing-with-kubernetes-services-742cae1938af: content_hash: N/A description: '' @@ -75205,6 +79908,7 @@ https://faun.pub/active-passive-load-balancing-with-kubernetes-services-742cae19 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/analyze-aws-eks-audit-logs-with-falco-95202167f2e: content_hash: N/A description: '' @@ -75219,6 +79923,7 @@ https://faun.pub/analyze-aws-eks-audit-logs-with-falco-95202167f2e: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/argocd-finalizer-shield-protecting-your-clusters-from-unintended-deletion-c7929a82d983: content_hash: N/A description: '' @@ -75234,6 +79939,7 @@ https://faun.pub/argocd-finalizer-shield-protecting-your-clusters-from-unintende v2_locations: - argo.md year: N/A + addition_method: manual https://faun.pub/assign-permissions-to-an-user-in-kubernetes-an-overview-of-rbac-based-authz-in-k8s-7d9e5e1099f1: content_hash: N/A description: '' @@ -75249,6 +79955,7 @@ https://faun.pub/assign-permissions-to-an-user-in-kubernetes-an-overview-of-rbac v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://faun.pub/automate-certificate-management-in-kubernetes-using-cert-manager-d0745e5c7757: content_hash: N/A description: '' @@ -75263,6 +79970,7 @@ https://faun.pub/automate-certificate-management-in-kubernetes-using-cert-manage v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://faun.pub/automate-jenkins-pipelines-management-6e771b5890f: content_hash: N/A description: '' @@ -75278,6 +79986,7 @@ https://faun.pub/automate-jenkins-pipelines-management-6e771b5890f: v2_locations: - jenkins.md year: N/A + addition_method: manual https://faun.pub/automation-deploying-an-app-in-gke-using-ansible-4b6687967ac3: content_hash: N/A description: '' @@ -75292,6 +80001,7 @@ https://faun.pub/automation-deploying-an-app-in-gke-using-ansible-4b6687967ac3: v2_locations: - demos.md year: N/A + addition_method: manual https://faun.pub/aws-ecs-blue-green-deployment-setup-using-terraform-b56bb4f656ea: content_hash: N/A description: '' @@ -75306,6 +80016,7 @@ https://faun.pub/aws-ecs-blue-green-deployment-setup-using-terraform-b56bb4f656e v2_locations: - demos.md year: N/A + addition_method: manual https://faun.pub/aws-eks-the-ultimate-guide-to-deploy-an-ingress-controller-on-kubernetes-5952cb27c067: content_hash: N/A description: '' @@ -75321,6 +80032,7 @@ https://faun.pub/aws-eks-the-ultimate-guide-to-deploy-an-ingress-controller-on-k v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/aws-eks-with-terraform-and-gitops-in-minutes-b3ca33171209: content_hash: N/A description: '' @@ -75335,6 +80047,7 @@ https://faun.pub/aws-eks-with-terraform-and-gitops-in-minutes-b3ca33171209: v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/azure-devops-deploying-azure-resources-using-terraform-1f2fe46c6aa0: content_hash: N/A description: '' @@ -75349,6 +80062,7 @@ https://faun.pub/azure-devops-deploying-azure-resources-using-terraform-1f2fe46c v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/azure-kubernetes-service-aks-d1e71c7ecbe6: content_hash: N/A description: '' @@ -75363,6 +80077,7 @@ https://faun.pub/azure-kubernetes-service-aks-d1e71c7ecbe6: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/becoming-devops-observability-152b292c05b9: content_hash: N/A description: '' @@ -75377,6 +80092,7 @@ https://faun.pub/becoming-devops-observability-152b292c05b9: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://faun.pub/building-an-eks-fargate-cluster-with-terraform-9736813e1196: content_hash: N/A description: '' @@ -75391,6 +80107,7 @@ https://faun.pub/building-an-eks-fargate-cluster-with-terraform-9736813e1196: v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/configuring-a-highly-available-infrastructure-in-aws-using-terraform-2fc9dbb519b6: content_hash: N/A description: '' @@ -75405,6 +80122,7 @@ https://faun.pub/configuring-a-highly-available-infrastructure-in-aws-using-terr v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/configuring-ha-kubernetes-cluster-on-bare-metal-servers-with-kubeadm-1-2-1e79f0f7857b: content_hash: N/A description: '' @@ -75420,6 +80138,7 @@ https://faun.pub/configuring-ha-kubernetes-cluster-on-bare-metal-servers-with-ku v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://faun.pub/continuous-deployments-of-kubernetes-applications-using-argo-cd-gitops-helm-charts-9df917caa2e4: content_hash: N/A description: '' @@ -75435,6 +80154,7 @@ https://faun.pub/continuous-deployments-of-kubernetes-applications-using-argo-cd v2_locations: - argo.md year: N/A + addition_method: manual https://faun.pub/control-traffic-flow-to-and-from-kubernetes-pods-with-network-policies-bc384c2d1f8c: content_hash: N/A description: '' @@ -75450,6 +80170,7 @@ https://faun.pub/control-traffic-flow-to-and-from-kubernetes-pods-with-network-p v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://faun.pub/debugging-networkpolicy-part-1-249921cdba37: content_hash: N/A description: '' @@ -75464,6 +80185,7 @@ https://faun.pub/debugging-networkpolicy-part-1-249921cdba37: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://faun.pub/defining-infrastructure-declaratively-with-crossplane-eb9e0a98ae38: content_hash: N/A description: '' @@ -75478,6 +80200,7 @@ https://faun.pub/defining-infrastructure-declaratively-with-crossplane-eb9e0a98a v2_locations: - crossplane.md year: N/A + addition_method: manual https://faun.pub/deploy-active-active-multi-region-kubernetes-cluster-with-terraform-f2652e43f47e: content_hash: N/A description: '' @@ -75493,6 +80216,7 @@ https://faun.pub/deploy-active-active-multi-region-kubernetes-cluster-with-terra v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/deploying-argo-cd-and-sealed-secrets-with-helm-8de12f53051b: content_hash: N/A description: '' @@ -75507,12 +80231,14 @@ https://faun.pub/deploying-argo-cd-and-sealed-secrets-with-helm-8de12f53051b: v2_locations: - argo.md year: N/A + addition_method: manual https://faun.pub/devops-create-your-first-ci-cd-pipeline-ed054ba1404f: content_hash: N/A health_score: 100.0 last_checked: 1779033614.782795 v1_locations: - docs/demos.md + addition_method: manual https://faun.pub/devops-meets-observability-78775c021b0e: content_hash: N/A description: '' @@ -75527,6 +80253,7 @@ https://faun.pub/devops-meets-observability-78775c021b0e: v2_locations: - monitoring.md year: N/A + addition_method: manual https://faun.pub/dockerfile-best-practices-for-developers-87a2c19b4abe: content_hash: N/A description: '' @@ -75541,6 +80268,7 @@ https://faun.pub/dockerfile-best-practices-for-developers-87a2c19b4abe: v2_locations: - docker.md year: N/A + addition_method: manual https://faun.pub/encrypting-kubernetes-secrets-at-rest-1b835e228c6a: content_hash: N/A description: '' @@ -75555,6 +80283,7 @@ https://faun.pub/encrypting-kubernetes-secrets-at-rest-1b835e228c6a: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/end-to-end-ssl-encryption-with-aws-application-load-balancer-b43db918bd9e: content_hash: N/A description: '' @@ -75569,6 +80298,7 @@ https://faun.pub/end-to-end-ssl-encryption-with-aws-application-load-balancer-b4 v2_locations: - aws-networking.md year: N/A + addition_method: manual https://faun.pub/external-secret-operator-on-aks-with-terraform-for-azure-key-vault-integration-with-workload-1d0c31082373: content_hash: N/A description: '' @@ -75586,6 +80316,7 @@ https://faun.pub/external-secret-operator-on-aks-with-terraform-for-azure-key-va - kubernetes-security.md - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/finally-successfully-setup-docker-registry-inside-kind-kubernetes-cluster-5b0381dbb2ec: content_hash: N/A description: '' @@ -75601,6 +80332,7 @@ https://faun.pub/finally-successfully-setup-docker-registry-inside-kind-kubernet v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://faun.pub/finops-introduction-origins-and-next-steps-bcdaa8b82417: content_hash: N/A description: '' @@ -75615,6 +80347,7 @@ https://faun.pub/finops-introduction-origins-and-next-steps-bcdaa8b82417: v2_locations: - finops.md year: N/A + addition_method: manual https://faun.pub/from-dev-to-admin-an-easy-kubernetes-privilege-escalation-you-should-be-aware-of-the-attack-950e6cf76cac: content_hash: N/A description: '' @@ -75630,6 +80363,7 @@ https://faun.pub/from-dev-to-admin-an-easy-kubernetes-privilege-escalation-you-s v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://faun.pub/from-terraform-to-azure-bicep-what-you-need-to-know-bb1c404b7603: content_hash: N/A description: '' @@ -75645,6 +80379,7 @@ https://faun.pub/from-terraform-to-azure-bicep-what-you-need-to-know-bb1c404b760 v2_locations: - azure.md year: N/A + addition_method: manual https://faun.pub/gatekeeper-k8-hardening-backlog-956d1b6860b6: content_hash: N/A description: '' @@ -75659,6 +80394,7 @@ https://faun.pub/gatekeeper-k8-hardening-backlog-956d1b6860b6: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://faun.pub/getting-started-with-observability-657d57aab1c7: content_hash: N/A description: '' @@ -75673,6 +80409,7 @@ https://faun.pub/getting-started-with-observability-657d57aab1c7: v2_locations: - monitoring.md year: N/A + addition_method: manual https://faun.pub/git-clone-using-init-container-kubernetes-b49535be6968: content_hash: N/A description: '' @@ -75687,6 +80424,7 @@ https://faun.pub/git-clone-using-init-container-kubernetes-b49535be6968: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/give-users-and-groups-access-to-kubernetes-cluster-using-rbac-b614b6c0b383: content_hash: N/A description: '' @@ -75701,6 +80439,7 @@ https://faun.pub/give-users-and-groups-access-to-kubernetes-cluster-using-rbac-b v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://faun.pub/grafana-prometheus-and-loki-exploring-metrics-and-logs-f198637784fc: content_hash: N/A description: '' @@ -75715,6 +80454,7 @@ https://faun.pub/grafana-prometheus-and-loki-exploring-metrics-and-logs-f1986377 v2_locations: - grafana.md year: N/A + addition_method: manual https://faun.pub/handling-exposed-aws-access-key-b053362abd73: content_hash: N/A description: '' @@ -75729,6 +80469,7 @@ https://faun.pub/handling-exposed-aws-access-key-b053362abd73: v2_locations: - aws-security.md year: N/A + addition_method: manual https://faun.pub/helm-command-cheat-sheet-by-m-sharma-488706ecf131: content_hash: N/A description: '' @@ -75743,6 +80484,7 @@ https://faun.pub/helm-command-cheat-sheet-by-m-sharma-488706ecf131: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://faun.pub/helm-template-actions-functions-and-pipelines-16ed23ed336f: content_hash: N/A description: '' @@ -75757,6 +80499,7 @@ https://faun.pub/helm-template-actions-functions-and-pipelines-16ed23ed336f: v2_locations: - helm.md year: N/A + addition_method: manual https://faun.pub/hierarchical-namespaces-in-kubernetes-5b07ea2c3e65: content_hash: N/A description: '' @@ -75771,6 +80514,7 @@ https://faun.pub/hierarchical-namespaces-in-kubernetes-5b07ea2c3e65: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/how-helm-subcharts-make-the-transition-to-argo-rollouts-a-breeze-aaf160924dbf: content_hash: N/A description: '' @@ -75785,6 +80529,7 @@ https://faun.pub/how-helm-subcharts-make-the-transition-to-argo-rollouts-a-breez v2_locations: - argo.md year: N/A + addition_method: manual https://faun.pub/how-to-access-aws-services-from-eks-ab5fa003a1b6: content_hash: N/A description: '' @@ -75799,6 +80544,7 @@ https://faun.pub/how-to-access-aws-services-from-eks-ab5fa003a1b6: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/how-to-automate-the-setup-of-a-kubernetes-cluster-on-gcp-e97918bf41de: content_hash: N/A description: '' @@ -75813,6 +80559,7 @@ https://faun.pub/how-to-automate-the-setup-of-a-kubernetes-cluster-on-gcp-e97918 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/how-to-build-a-gitops-workflow-with-argocd-kustomize-and-github-actions-f919e7443295: content_hash: N/A description: '' @@ -75828,6 +80575,7 @@ https://faun.pub/how-to-build-a-gitops-workflow-with-argocd-kustomize-and-github v2_locations: - kustomize.md year: N/A + addition_method: manual https://faun.pub/how-to-deploy-jaeger-on-kubernetes-69cf48447182: content_hash: N/A description: '' @@ -75839,6 +80587,7 @@ https://faun.pub/how-to-deploy-jaeger-on-kubernetes-69cf48447182: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://faun.pub/how-to-monitor-and-alert-on-nginx-ingress-in-kubernetes-6d7d172f0399: content_hash: N/A description: '' @@ -75853,6 +80602,7 @@ https://faun.pub/how-to-monitor-and-alert-on-nginx-ingress-in-kubernetes-6d7d172 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://faun.pub/how-to-use-priorities-in-kubernetes-e1bb1b722b6a: content_hash: N/A description: '' @@ -75867,6 +80617,7 @@ https://faun.pub/how-to-use-priorities-in-kubernetes-e1bb1b722b6a: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/hygiene-of-argocd-built-automation-at-a-scale-cf63ee459510: content_hash: N/A description: '' @@ -75881,6 +80632,7 @@ https://faun.pub/hygiene-of-argocd-built-automation-at-a-scale-cf63ee459510: v2_locations: - argo.md year: N/A + addition_method: manual https://faun.pub/implementing-event-driven-architecture-with-aws-eventbridge-event-driven-messaging-pattern-9d29262bfade: content_hash: N/A description: '' @@ -75896,6 +80648,7 @@ https://faun.pub/implementing-event-driven-architecture-with-aws-eventbridge-eve v2_locations: - aws-messaging.md year: N/A + addition_method: manual https://faun.pub/import-your-existing-cloud-infra-into-terraform-ca70da146152: content_hash: N/A description: '' @@ -75910,6 +80663,7 @@ https://faun.pub/import-your-existing-cloud-infra-into-terraform-ca70da146152: v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/integrate-keycloak-with-hashicorp-vault-5264a873dd2f: content_hash: N/A description: '' @@ -75924,6 +80678,7 @@ https://faun.pub/integrate-keycloak-with-hashicorp-vault-5264a873dd2f: v2_locations: - devsecops.md year: N/A + addition_method: manual https://faun.pub/intelligently-estimating-your-kubernetes-resource-needs-c12a75ea3138: content_hash: N/A description: '' @@ -75938,6 +80693,7 @@ https://faun.pub/intelligently-estimating-your-kubernetes-resource-needs-c12a75e v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://faun.pub/k3s-vs-talos-linux-8a1e0dce9a77: content_hash: N/A description: '' @@ -75952,6 +80708,7 @@ https://faun.pub/k3s-vs-talos-linux-8a1e0dce9a77: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://faun.pub/kasten-k10-on-kubesphere-to-ensure-kubernetes-backup-and-restore-1bc59a0b91aa: content_hash: N/A description: '' @@ -75966,6 +80723,7 @@ https://faun.pub/kasten-k10-on-kubesphere-to-ensure-kubernetes-backup-and-restor v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://faun.pub/keda-ec9fc7c8dd81: content_hash: N/A description: '' @@ -75980,6 +80738,7 @@ https://faun.pub/keda-ec9fc7c8dd81: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://faun.pub/kubernetes-architecture-explained-under-5-minutes-e35277c4b6bc: content_hash: N/A description: '' @@ -75994,6 +80753,7 @@ https://faun.pub/kubernetes-architecture-explained-under-5-minutes-e35277c4b6bc: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/kubernetes-chronicles-k8s-04-k8s-series-pod-resource-request-limits-49ac0cf67ae6: content_hash: N/A description: '' @@ -76009,6 +80769,7 @@ https://faun.pub/kubernetes-chronicles-k8s-04-k8s-series-pod-resource-request-li v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/kubernetes-commands-for-deployment-and-management-e10a74c95015: content_hash: N/A description: '' @@ -76023,6 +80784,7 @@ https://faun.pub/kubernetes-commands-for-deployment-and-management-e10a74c95015: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://faun.pub/kubernetes-controllers-custom-resources-and-operators-explained-8e92f46829f6: content_hash: N/A description: '' @@ -76037,6 +80799,7 @@ https://faun.pub/kubernetes-controllers-custom-resources-and-operators-explained v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://faun.pub/kubernetes-deployment-strategies-f36e7e4d2be: content_hash: N/A description: '' @@ -76051,6 +80814,7 @@ https://faun.pub/kubernetes-deployment-strategies-f36e7e4d2be: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/kubernetes-ingress-with-nginx-3c77e703e91a: content_hash: N/A description: '' @@ -76065,6 +80829,7 @@ https://faun.pub/kubernetes-ingress-with-nginx-3c77e703e91a: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://faun.pub/kubernetes-liveness-probes-1a053f53690c: content_hash: N/A description: '' @@ -76079,6 +80844,7 @@ https://faun.pub/kubernetes-liveness-probes-1a053f53690c: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/kubernetes-multi-tenancy-with-amazon-eks-best-practices-and-considerations-60bfd78c2f9a: content_hash: N/A description: '' @@ -76094,6 +80860,7 @@ https://faun.pub/kubernetes-multi-tenancy-with-amazon-eks-best-practices-and-con v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/kubernetes-nginx-deployments-simplified-management-and-increased-scalability-8b1a32884db1: content_hash: N/A description: '' @@ -76109,6 +80876,7 @@ https://faun.pub/kubernetes-nginx-deployments-simplified-management-and-increase v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/kubernetes-practice-automating-blue-green-deployment-with-argo-rollouts-2279aa890c53: content_hash: N/A description: '' @@ -76124,6 +80892,7 @@ https://faun.pub/kubernetes-practice-automating-blue-green-deployment-with-argo- v2_locations: - argo.md year: N/A + addition_method: manual https://faun.pub/kubernetes-practice-logging-with-logstash-and-fluentd-by-sidecar-container-86076da0812f: content_hash: N/A description: '' @@ -76139,6 +80908,7 @@ https://faun.pub/kubernetes-practice-logging-with-logstash-and-fluentd-by-sideca v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://faun.pub/kubernetes-service-types-tutorial-39223391316c: content_hash: N/A description: '' @@ -76153,6 +80923,7 @@ https://faun.pub/kubernetes-service-types-tutorial-39223391316c: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://faun.pub/kubernetes-story-how-kubernetes-works-with-container-runtime-ce618a306f64: content_hash: N/A description: '' @@ -76167,6 +80938,7 @@ https://faun.pub/kubernetes-story-how-kubernetes-works-with-container-runtime-ce v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/lets-encrypt-and-certmanager-aa88775730b8: content_hash: N/A description: '' @@ -76181,6 +80953,7 @@ https://faun.pub/lets-encrypt-and-certmanager-aa88775730b8: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://faun.pub/multi-cloud-is-not-the-solution-to-the-next-aws-outage-bb41c0b14573: content_hash: N/A description: '' @@ -76195,6 +80968,7 @@ https://faun.pub/multi-cloud-is-not-the-solution-to-the-next-aws-outage-bb41c0b1 v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://faun.pub/multiple-schedulers-in-kubernetes-a78a7b4fa4b2: content_hash: N/A description: '' @@ -76209,6 +80983,7 @@ https://faun.pub/multiple-schedulers-in-kubernetes-a78a7b4fa4b2: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/optimize-kubernetes-resource-management-with-time-to-live-ttl-for-cleaner-cluster-ea1c6e0c1e73: content_hash: N/A description: '' @@ -76224,6 +80999,7 @@ https://faun.pub/optimize-kubernetes-resource-management-with-time-to-live-ttl-f v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/package-and-deploy-your-application-using-helm-chart-21f0c568e65c: content_hash: N/A description: '' @@ -76238,6 +81014,7 @@ https://faun.pub/package-and-deploy-your-application-using-helm-chart-21f0c568e6 v2_locations: - helm.md year: N/A + addition_method: manual https://faun.pub/practical-example-of-how-to-set-requests-and-limits-on-kubernetes-87521b599983: content_hash: N/A description: '' @@ -76252,6 +81029,7 @@ https://faun.pub/practical-example-of-how-to-set-requests-and-limits-on-kubernet v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/production-grade-kubernetes-monitoring-using-prometheus-78144b835b60: content_hash: N/A description: '' @@ -76266,6 +81044,7 @@ https://faun.pub/production-grade-kubernetes-monitoring-using-prometheus-78144b8 v2_locations: - prometheus.md year: N/A + addition_method: manual https://faun.pub/redis-high-availability-with-sentinel-on-kubernetes-k8s-a1d67842e0ce: content_hash: N/A description: '' @@ -76280,6 +81059,7 @@ https://faun.pub/redis-high-availability-with-sentinel-on-kubernetes-k8s-a1d6784 v2_locations: - caching.md year: N/A + addition_method: manual https://faun.pub/scaling-your-application-using-kubernetes-9ad0d6bcf0d6: content_hash: N/A description: '' @@ -76294,6 +81074,7 @@ https://faun.pub/scaling-your-application-using-kubernetes-9ad0d6bcf0d6: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://faun.pub/secrets-kubernetes-298ea8dd9911: content_hash: N/A description: '' @@ -76308,6 +81089,7 @@ https://faun.pub/secrets-kubernetes-298ea8dd9911: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://faun.pub/serverless-with-spring-boot-aws-lambda-bc76c1de2b12: content_hash: N/A description: '' @@ -76322,6 +81104,7 @@ https://faun.pub/serverless-with-spring-boot-aws-lambda-bc76c1de2b12: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://faun.pub/set-up-global-rate-limiting-with-aws-waf-in-5-minutes-bd43a9309683: content_hash: N/A description: '' @@ -76336,6 +81119,7 @@ https://faun.pub/set-up-global-rate-limiting-with-aws-waf-in-5-minutes-bd43a9309 v2_locations: - aws-security.md year: N/A + addition_method: manual https://faun.pub/set-up-jenkins-on-a-kubernetes-cluster-2b982c840ebe: content_hash: N/A description: '' @@ -76350,6 +81134,7 @@ https://faun.pub/set-up-jenkins-on-a-kubernetes-cluster-2b982c840ebe: v2_locations: - jenkins.md year: N/A + addition_method: manual https://faun.pub/spying-on-kubernetes-pods-with-kubespy-3043a3ed044b: content_hash: N/A description: '' @@ -76364,6 +81149,7 @@ https://faun.pub/spying-on-kubernetes-pods-with-kubespy-3043a3ed044b: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/straight-to-the-point-kubernetes-probes-e5b23e267d9d: content_hash: N/A description: '' @@ -76378,6 +81164,7 @@ https://faun.pub/straight-to-the-point-kubernetes-probes-e5b23e267d9d: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/taints-and-toleration-basics-in-kubernetes-c0538c3f6deb: content_hash: N/A description: '' @@ -76392,6 +81179,7 @@ https://faun.pub/taints-and-toleration-basics-in-kubernetes-c0538c3f6deb: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/terraform-null-provider-and-null-resource-explained-6a8d674cad63: content_hash: N/A description: '' @@ -76406,6 +81194,7 @@ https://faun.pub/terraform-null-provider-and-null-resource-explained-6a8d674cad6 v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/terraform-prevent-conditionally-created-resources-from-deletion-dcec1b793565: content_hash: N/A description: '' @@ -76421,6 +81210,7 @@ https://faun.pub/terraform-prevent-conditionally-created-resources-from-deletion v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/the-best-infrastructure-as-code-tools-for-2021-b37c323e89f0: content_hash: N/A description: '' @@ -76435,6 +81225,7 @@ https://faun.pub/the-best-infrastructure-as-code-tools-for-2021-b37c323e89f0: v2_locations: - iac.md year: N/A + addition_method: manual https://faun.pub/the-lifecycle-of-a-terraform-resource-lifecycle-meta-argument-3cc4555ec976: content_hash: N/A description: '' @@ -76449,6 +81240,7 @@ https://faun.pub/the-lifecycle-of-a-terraform-resource-lifecycle-meta-argument-3 v2_locations: - terraform.md year: N/A + addition_method: manual https://faun.pub/top-10-uncommon-devops-tools-you-should-know-f4f4464ec7f3: content_hash: N/A description: '' @@ -76463,6 +81255,7 @@ https://faun.pub/top-10-uncommon-devops-tools-you-should-know-f4f4464ec7f3: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://faun.pub/troubleshooting-kubernetes-nodes-storage-space-shortage-on-aliyun-alibaba-cloud-ac28230fe3d3: content_hash: N/A description: '' @@ -76478,6 +81271,7 @@ https://faun.pub/troubleshooting-kubernetes-nodes-storage-space-shortage-on-aliy v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://faun.pub/understanding-the-kubernetes-manifest-e96d680f2a11: content_hash: N/A description: '' @@ -76492,6 +81286,7 @@ https://faun.pub/understanding-the-kubernetes-manifest-e96d680f2a11: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://faun.pub/upgrading-and-scaling-kubernetes-cluster-in-aws-6971b3936465: content_hash: N/A description: '' @@ -76506,6 +81301,7 @@ https://faun.pub/upgrading-and-scaling-kubernetes-cluster-in-aws-6971b3936465: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://faun.pub/using-aws-api-gateway-as-proxy-to-our-internal-application-369eb115db70: content_hash: N/A description: '' @@ -76520,6 +81316,7 @@ https://faun.pub/using-aws-api-gateway-as-proxy-to-our-internal-application-369e v2_locations: - aws-networking.md year: N/A + addition_method: manual https://faun.pub/using-aws-session-manager-for-port-forwarding-to-remote-hosts-8168589ba579: content_hash: N/A description: '' @@ -76534,6 +81331,7 @@ https://faun.pub/using-aws-session-manager-for-port-forwarding-to-remote-hosts-8 v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://faun.pub/using-aws-session-manager-with-ansible-to-execute-playbook-on-ec2-ac97fa17b187: content_hash: N/A description: '' @@ -76549,6 +81347,7 @@ https://faun.pub/using-aws-session-manager-with-ansible-to-execute-playbook-on-e v2_locations: - demos.md year: N/A + addition_method: manual https://faun.pub/what-is-chaos-engineering-a89b64db9af0: content_hash: N/A description: '' @@ -76563,6 +81362,7 @@ https://faun.pub/what-is-chaos-engineering-a89b64db9af0: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual ? https://faun.pub/what-is-difference-of-event-driven-architecture-message-driven-architecture-and-microservices-f5623e51f868 : content_hash: N/A description: '' @@ -76578,6 +81378,7 @@ https://faun.pub/what-is-chaos-engineering-a89b64db9af0: v2_locations: - introduction.md year: N/A + addition_method: manual https://faun.pub/why-we-moved-from-lambda-to-ecs-b84674f31869: content_hash: N/A description: '' @@ -76592,6 +81393,7 @@ https://faun.pub/why-we-moved-from-lambda-to-ecs-b84674f31869: v2_locations: - aws-containers.md year: N/A + addition_method: manual https://fauna.com/blog/comparison-faas-providers: content_hash: N/A description: '' @@ -76607,6 +81409,7 @@ https://fauna.com/blog/comparison-faas-providers: v2_locations: - serverless.md year: N/A + addition_method: manual https://fdk.codes/securing-kubernetes-apps-with-keycloak-and-gatekeeper: content_hash: N/A description: '' @@ -76621,6 +81424,7 @@ https://fdk.codes/securing-kubernetes-apps-with-keycloak-and-gatekeeper: v2_locations: - devsecops.md year: N/A + addition_method: manual https://featureflags.io/feature-flags-vs-branching: ai_summary: A critical comparative analysis explaining why feature flags serve as the enabling mechanism for Trunk-Based Development. By decoupling code deployment @@ -76649,6 +81453,7 @@ https://featureflags.io/feature-flags-vs-branching: v2_locations: - git.md year: N/A + addition_method: manual https://featureflags.io/python-feature-flags: content_hash: abc23c5bd70fa3282ea9d069b9ec189bc31cf6e76dc0b5c8ec700101905dce07 health_score: 100.0 @@ -76661,6 +81466,7 @@ https://featureflags.io/python-feature-flags: - docs/python.md v2_locations: - python.md + addition_method: manual https://fedidat.com/250-jvisualvm-openshift-pod: content_hash: 43966adccbe4e3dd60d016c6c229e82f69e901b476ed095d3b5a2c3ce07fefa2 description: '' @@ -76677,6 +81483,7 @@ https://fedidat.com/250-jvisualvm-openshift-pod: v2_locations: - monitoring.md year: N/A + addition_method: manual https://fedoralovespython.org: content_hash: dd5bcea4993eca00c062caf7dbba52cf88a9ed3b365ebfff39c71862da4c6f59 description: '' @@ -76693,6 +81500,7 @@ https://fedoralovespython.org: v2_locations: - python.md year: N/A + addition_method: manual https://fedoramagazine.org/bash-shell-scripting-for-beginners-part-1: ai_summary: A beginner-friendly, structured tutorial initiating users into the core dynamics of Bash. Focuses on standard environment setup, script headers, execution @@ -76721,6 +81529,7 @@ https://fedoramagazine.org/bash-shell-scripting-for-beginners-part-1: v2_locations: - linux.md year: N/A + addition_method: manual https://fedoramagazine.org/manage-containers-with-podman-compose: content_hash: 519feda417d7fd56406f52d62414939cb57d560dbf90f27210abaa7fad512e20 description: '' @@ -76737,6 +81546,7 @@ https://fedoramagazine.org/manage-containers-with-podman-compose: v2_locations: - container-managers.md year: N/A + addition_method: manual https://fedoramagazine.org/powershell-on-linux-a-primer-on-object-shells: content_hash: c7c7a7285c4d4407deb67e2eb75a8d34e42913e9783874426b8297871a1db4af description: '' @@ -76753,6 +81563,7 @@ https://fedoramagazine.org/powershell-on-linux-a-primer-on-object-shells: v2_locations: - azure.md year: N/A + addition_method: manual https://fedoramagazine.org/use-docker-compose-with-podman-to-orchestrate-containers-on-fedora: content_hash: a92fbefdfe12db66129c5348fee44adaf93ae5d1673712e38bf9a573a7d9a0f4 description: '' @@ -76770,6 +81581,7 @@ https://fedoramagazine.org/use-docker-compose-with-podman-to-orchestrate-contain v2_locations: - container-managers.md year: N/A + addition_method: manual https://fedoramagazine.org/using-ansible-to-configure-podman-containers: content_hash: 3af1e57c1c61a26be345b004fdc473d197b0d9118e613ebd7d97e2edd293e116 description: '' @@ -76786,6 +81598,7 @@ https://fedoramagazine.org/using-ansible-to-configure-podman-containers: v2_locations: - ansible.md year: N/A + addition_method: manual https://fedoramagazine.org/varnish-site-faster-stable: content_hash: 7739b6b27b24525841fa9e8fa3ee9c1c495cdc1e22e83f4f8cde0984f33112f6 description: '' @@ -76802,6 +81615,7 @@ https://fedoramagazine.org/varnish-site-faster-stable: v2_locations: - caching.md year: N/A + addition_method: manual https://feedly.com: content_hash: a07c1469fe6a11d8b6139b8a9ca5372d5f1c18830dee517258c32b0ccd6397f7 description: '' @@ -76818,6 +81632,7 @@ https://feedly.com: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://fenyuk.medium.com/helm-for-kubernetes-datree-for-keeping-cluster-secure-and-healthy-6fbd10f0d958: content_hash: N/A description: '' @@ -76833,6 +81648,7 @@ https://fenyuk.medium.com/helm-for-kubernetes-datree-for-keeping-cluster-secure- v2_locations: - helm.md year: N/A + addition_method: manual https://fenyuk.medium.com/helm-for-kubernetes-gitops-with-argo-cd-c8f80330596: content_hash: N/A description: '' @@ -76847,6 +81663,7 @@ https://fenyuk.medium.com/helm-for-kubernetes-gitops-with-argo-cd-c8f80330596: v2_locations: - helm.md year: N/A + addition_method: manual https://fernandovillalba.substack.com/p/devops-dont-destroy-silos-transform: content_hash: N/A description: '' @@ -76861,6 +81678,7 @@ https://fernandovillalba.substack.com/p/devops-dont-destroy-silos-transform: v2_locations: - devops.md year: N/A + addition_method: manual https://figments.medium.com/argocd-the-first-step-towards-gitops-899732fbc33e: content_hash: N/A description: '' @@ -76875,6 +81693,7 @@ https://figments.medium.com/argocd-the-first-step-towards-gitops-899732fbc33e: v2_locations: - argo.md year: N/A + addition_method: manual https://figments.medium.com/observable-kubernetes-cluster-using-grafana-loki-prometheus-a661a31d7ad8: content_hash: N/A description: '' @@ -76889,6 +81708,7 @@ https://figments.medium.com/observable-kubernetes-cluster-using-grafana-loki-pro v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://fika.works/blog/eks-service-accounts: ai_summary: Architectural deep-dive explaining IAM Roles for Service Accounts (IRSA) in EKS. Demystifies OIDC providers, identity mapping, and least-privilege pod-level @@ -76916,6 +81736,7 @@ https://fika.works/blog/eks-service-accounts: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://finance.yahoo.com/news/ibms-red-hat-openshift-platform-143702224.html: content_hash: 601fcc259da4189b4c61f284c63b55623e390a40c8f0404999d0212c266b5e9e description: '' @@ -76933,6 +81754,7 @@ https://finance.yahoo.com/news/ibms-red-hat-openshift-platform-143702224.html: v2_locations: - ocp4.md year: N/A + addition_method: manual https://firebase.google.com: content_hash: c6023b05e08866f65ee63f0f46eb315adc4773b15b718be4223f17af303bc5f0 description: '' @@ -76949,6 +81771,7 @@ https://firebase.google.com: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://firefox-source-docs.mozilla.org/devtools-user/tools_toolbox/index.html: content_hash: 7994dfa8b7f36e687652615184a0da44c0211cd3f9217f662dc8b1fe7ec99efb health_score: 100.0 @@ -76960,18 +81783,21 @@ https://firefox-source-docs.mozilla.org/devtools-user/tools_toolbox/index.html: - docs/ChromeDevTools.md v2_locations: - ChromeDevTools.md + addition_method: manual https://fireship.dev/async-javascript-from-callbacks-to-promises-to-async-await: content_hash: f5ff9871d7c28010f57a7638faa18050f8a2bbf78fd37ae5e377ffc8631b05ac health_score: 100.0 last_checked: 1779130495.014902 v1_locations: - docs/javascript.md + addition_method: manual https://fireship.dev/beginners-guide-to-javascript-prototype: content_hash: aa2de0da74b546319f1b94591c763fb796df150d58cb2362beb0f979a5c30c94 health_score: 100.0 last_checked: 1779130495.006499 v1_locations: - docs/javascript.md + addition_method: manual https://first-web-scraper.readthedocs.io/en/latest: content_hash: 47384c5ec203dc5773b6b875e3f872947a987c7c2ad1d4b39efb03f868448da1 health_score: 100.0 @@ -76983,6 +81809,7 @@ https://first-web-scraper.readthedocs.io/en/latest: - docs/python.md v2_locations: - python.md + addition_method: manual https://first-web-scraper.readthedocs.org: content_hash: db9707ba3e2e0fdab98ce56ffa2030014a4af1bebb66f51a68f12b64e64157f5 description: '' @@ -76994,6 +81821,7 @@ https://first-web-scraper.readthedocs.org: v1_locations: - docs/python.md year: N/A + addition_method: manual https://flagger.app: content_hash: f92ef267c4d6b1a626404108a914653a4c4a90b0d44f04ce3a8a8f0f72cb87ed description: '' @@ -77010,6 +81838,7 @@ https://flagger.app: v2_locations: - gitops.md year: N/A + addition_method: manual https://flask.palletsprojects.com: content_hash: 26a629a4fbc083bb9a87ea12172a4556b98823bd68fe505359ba8f652dc0294b description: '' @@ -77021,6 +81850,7 @@ https://flask.palletsprojects.com: v1_locations: - docs/python.md year: N/A + addition_method: manual https://flask.palletsprojects.com/en/stable: content_hash: e76376f8b4b5a3bac1523fbc8da903b6d9be603595f5903c6d36d88f95961d03 health_score: 100.0 @@ -77032,6 +81862,7 @@ https://flask.palletsprojects.com/en/stable: - docs/python.md v2_locations: - python.md + addition_method: manual https://fleetdm.com/engineering/tips-for-github-actions-usability: content_hash: 7c55d7e795117fe963ae53eee56358847849c031ae4685d339a6645338180862 health_score: 100.0 @@ -77044,6 +81875,7 @@ https://fleetdm.com/engineering/tips-for-github-actions-usability: - docs/git.md v2_locations: - git.md + addition_method: manual https://flightaware.engineering/systems-monitoring-with-prometheus-grafana: content_hash: 088360db7235300caf512a6f3e42fcfc6abab0beb9c51e7ed9eb7cf2f6c88d09 description: '' @@ -77060,6 +81892,7 @@ https://flightaware.engineering/systems-monitoring-with-prometheus-grafana: v2_locations: - monitoring.md year: N/A + addition_method: manual https://flink.apache.org: ai_summary: A highly performant distributed processing framework designed for stateful stream processing over bounded and unbounded data structures. Features sub-millisecond @@ -77088,6 +81921,7 @@ https://flink.apache.org: v2_locations: - message-queue.md year: N/A + addition_method: manual https://flink.apache.org/2021/02/10/native-k8s-with-ha.html: ai_summary: Provides architectural guidelines on natively deploying Apache Flink on Kubernetes clusters with robust High Availability (HA) configurations. Covers @@ -77118,6 +81952,7 @@ https://flink.apache.org/2021/02/10/native-k8s-with-ha.html: v2_locations: - message-queue.md year: N/A + addition_method: manual https://flood.io: ai_summary: A scalable load testing suite by Tricentis that supports JMeter, Gatling, and browser-driven scaling. Integrates directly into cloud environments to spawn @@ -77144,6 +81979,7 @@ https://flood.io: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://fluentbit.io: ai_summary: A highly-optimized log processor and telemetric router written in C for performance-sensitive container topologies. Extremely lightweight, making @@ -77171,6 +82007,7 @@ https://fluentbit.io: v2_locations: - devsecops.md year: N/A + addition_method: manual https://flux-subsystem-argo.github.io/website/tutorials/terraform: content_hash: d0b28a8b6b11a1e9ecdc5923362e806a2a5f87f7da7005c557edc5336f4588f5 description: '' @@ -77188,6 +82025,7 @@ https://flux-subsystem-argo.github.io/website/tutorials/terraform: v2_locations: - flux.md year: N/A + addition_method: manual https://fluxcd.io: content_hash: 75834d73c9d08f403ffd6e0f7a37fbc866e09e99590c10c5514a4c247f8b79ab description: '' @@ -77204,6 +82042,7 @@ https://fluxcd.io: v2_locations: - flux.md year: N/A + addition_method: manual https://fluxcd.io/blog/2022/09/gitops-without-leaving-your-ide: content_hash: 9233b5d1c8b3e6b8935ec4ca9c0e3a2b1a5a6c32bb7be7a3af4e4010bc82db74 description: '' @@ -77220,6 +82059,7 @@ https://fluxcd.io/blog/2022/09/gitops-without-leaving-your-ide: v2_locations: - flux.md year: N/A + addition_method: manual https://fluxcd.io/blog/2022/09/how-to-gitops-your-terraform: content_hash: 668ad5219a36f722b9afa4fb4802e6e3db43c3fb4715c61d602cedb4405c064c description: '' @@ -77236,6 +82076,7 @@ https://fluxcd.io/blog/2022/09/how-to-gitops-your-terraform: v2_locations: - flux.md year: N/A + addition_method: manual https://fluxcd.io/flux: content_hash: 4b314a1265ae1deb2a468709bf59113ffd3f5277691400e13b4907d1bae405d8 health_score: 100.0 @@ -77247,6 +82088,7 @@ https://fluxcd.io/flux: - docs/flux.md v2_locations: - flux.md + addition_method: manual https://flywaydb.org: content_hash: 3c051ec375f07292beb325818d9619fd44aa64a3de05e8639924dc2ee12ed755 description: '' @@ -77258,6 +82100,7 @@ https://flywaydb.org: v1_locations: - docs/liquibase.md year: N/A + addition_method: manual https://foojay.io/today/k8ssandra-performance-benchmarks-on-cloud-managed-kubernetes: content_hash: c7f24915c52a76113bc6d92b352e2f625ab94f8e512fcae6b6e9acff01e95c25 description: '' @@ -77269,6 +82112,7 @@ https://foojay.io/today/k8ssandra-performance-benchmarks-on-cloud-managed-kubern v1_locations: - docs/nosql.md year: N/A + addition_method: manual https://foojay.io/today/the-evolution-of-apis-from-restful-to-event-driven: content_hash: 9c68810b997f76309f76ba150bcfbef4732b5022fb1770aa5f1c9a7c4107117a description: '' @@ -77285,6 +82129,7 @@ https://foojay.io/today/the-evolution-of-apis-from-restful-to-event-driven: v2_locations: - api.md year: N/A + addition_method: manual https://foojay.io/today/top-10-java-language-features: content_hash: dd01ec4ecc9018e5423b706e3b81fc6bee2ea026058344e1e38b7fca88aa9b6d description: '' @@ -77301,6 +82146,7 @@ https://foojay.io/today/top-10-java-language-features: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://foreseeti.com/how-to-become-and-stay-aws-well-architected-in-a-smart-way: content_hash: N/A description: '' @@ -77315,6 +82161,7 @@ https://foreseeti.com/how-to-become-and-stay-aws-well-architected-in-a-smart-way v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://forklift.konveyor.io: content_hash: N/A description: '' @@ -77329,6 +82176,7 @@ https://forklift.konveyor.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://former2.com: content_hash: 3837dff0943df162df7a4ecd8f03eec16db376f6e2069c9b1c3cf84368582cfb description: '' @@ -77345,6 +82193,7 @@ https://former2.com: v2_locations: - aws-iac.md year: N/A + addition_method: manual https://forums.aws.amazon.com: content_hash: 465009557511c541229975876def39876da5a90ba73b2257c9e6dfc355e92715 description: '' @@ -77357,6 +82206,7 @@ https://forums.aws.amazon.com: - docs/aws.md - docs/newsfeeds.md year: N/A + addition_method: manual https://forums.docker.com/t/running-an-insecure-registry-insecure-registry/8159: ai_summary: A classic Docker community forum discussion focusing on troubleshooting local TLS handshake issues when executing push operations to local registry endpoints. @@ -77383,6 +82233,7 @@ https://forums.docker.com/t/running-an-insecure-registry-insecure-registry/8159: v2_locations: - registries.md year: N/A + addition_method: manual https://fossforce.com: ai_summary: A news and opinion site tracking development shifts, policy changes, and news across the broader Free and Open Source Software (FOSS) and Linux communities. @@ -77408,6 +82259,7 @@ https://fossforce.com: v2_locations: - linux.md year: N/A + addition_method: manual https://fourtheorem.com/monorepo: content_hash: 2f0a5661a06c31da0f2da5a31f8f3c4905810195472f775ada73a4c7de159c4f health_score: 100.0 @@ -77419,6 +82271,7 @@ https://fourtheorem.com/monorepo: - docs/git.md v2_locations: - git.md + addition_method: manual https://foxutech.com/kubernetes-namespace-resource-quota-and-limits: content_hash: 3e54b621dfff3a2806baa78db3b014f405304c4aa8392125baa586881d474f4b description: '' @@ -77434,6 +82287,7 @@ https://foxutech.com/kubernetes-namespace-resource-quota-and-limits: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://fr4nk.xyz/understanding-ingress-in-kubernetes-a-comprehensive-guide-b23b5cf37f8d: content_hash: N/A description: '' @@ -77448,6 +82302,7 @@ https://fr4nk.xyz/understanding-ingress-in-kubernetes-a-comprehensive-guide-b23b v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://fransemalila.medium.com/kubernetes-networking-cea2e1b7d2b3: content_hash: N/A description: '' @@ -77462,6 +82317,7 @@ https://fransemalila.medium.com/kubernetes-networking-cea2e1b7d2b3: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://free-for.dev: content_hash: 3737c8bad32a82987e74571ee7d896680a636c35942a7242792d8de41ce79e8d description: '' @@ -77479,6 +82335,7 @@ https://free-for.dev: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://free-web-services.com: content_hash: 35ef464f80f82d9f9cfec02761e5d3f2e91603c2ff8c42411a36dfb7be4659d6 health_score: 100.0 @@ -77491,6 +82348,7 @@ https://free-web-services.com: - docs/api.md v2_locations: - api.md + addition_method: manual https://freelance.es: ai_summary: Local Spanish freelance portal and job board connecting domestic businesses with local self-employed IT, creative, and administrative experts. [SPANISH CONTENT] @@ -77517,6 +82375,7 @@ https://freelance.es: v2_locations: - freelancing.md year: N/A + addition_method: manual https://freepromagazine.blogspot.de/2014/07/free-eguide-jvm-troubleshooting-guide.html: ai_summary: A legacy JVM troubleshooting guide covering common performance pitfalls, memory issues, and GC analysis patterns. Offers foundational reference value despite @@ -77544,6 +82403,7 @@ https://freepromagazine.blogspot.de/2014/07/free-eguide-jvm-troubleshooting-guid v2_locations: - java-and-java-performance-optimization.md year: '2014' + addition_method: manual https://freesoft.dev/program/126957220: content_hash: N/A description: '' @@ -77558,6 +82418,7 @@ https://freesoft.dev/program/126957220: v2_locations: - registries.md year: N/A + addition_method: manual https://frigate.readthedocs.io: content_hash: 2ae413875c463b192303cfe50e9af966fe426ce150fbe2bb7d52187e5f00b627 description: '' @@ -77569,6 +82430,7 @@ https://frigate.readthedocs.io: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://frigate.readthedocs.io/en/latest: ai_summary: Highly specialized NVR software focusing on local real-time object detection using AI accelerators. Its reference Helm and Kubernetes guides allow developers @@ -77590,6 +82452,7 @@ https://frigate.readthedocs.io/en/latest: v2_locations: - helm.md year: '2024' + addition_method: manual https://fsgeorgee.medium.com/growing-out-of-heroku-to-terraform-docker-and-aws-69e66df4132d: content_hash: N/A description: '' @@ -77606,6 +82469,7 @@ https://fsgeorgee.medium.com/growing-out-of-heroku-to-terraform-docker-and-aws-6 - demos.md - terraform.md year: N/A + addition_method: manual https://fuse.labs.osecloud.com/fuse/creating-a-microservices-project-with-maven: content_hash: N/A health_score: 100.0 @@ -77616,6 +82480,7 @@ https://fuse.labs.osecloud.com/fuse/creating-a-microservices-project-with-maven: - docs/maven-gradle.md v2_locations: - maven-gradle.md + addition_method: manual https://futurecoder.io: content_hash: 6dbf1e0a0287727eefac72d4ad596b062c74b2a08252349ac56eaf4e114dd189 description: '' @@ -77632,6 +82497,7 @@ https://futurecoder.io: v2_locations: - python.md year: N/A + addition_method: manual https://gabrieltanner.org/blog/collecting-prometheus-metrics-in-golang: content_hash: d9ef994e0480c93841bf932bd92d21778a850a15c7f61b5fcb8cd13290cf7da5 description: '' @@ -77648,6 +82514,7 @@ https://gabrieltanner.org/blog/collecting-prometheus-metrics-in-golang: v2_locations: - prometheus.md year: N/A + addition_method: manual https://gabrieltanner.org/blog/ha-kubernetes-cluster-using-k3s: content_hash: 6f98e25d65cc424b37843045b5bf5223d6f21688c5d7aa0b20466a77b79b68c4 description: '' @@ -77664,6 +82531,7 @@ https://gabrieltanner.org/blog/ha-kubernetes-cluster-using-k3s: v2_locations: - rancher.md year: N/A + addition_method: manual https://gaia-x.eu: content_hash: bd6d8ff839b4c12f18e7b17d909d4c89db9fe836e6f2dabbc337e1072033af55 health_score: 100.0 @@ -77677,6 +82545,7 @@ https://gaia-x.eu: v2_locations: - public-cloud-solutions.md - index.md + addition_method: manual https://galaxy.ansible.com: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77693,6 +82562,7 @@ https://galaxy.ansible.com: v2_locations: - ansible.md year: N/A + addition_method: manual https://galaxy.ansible.com/UnderGreen/prometheus-node-exporter: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77709,6 +82579,7 @@ https://galaxy.ansible.com/UnderGreen/prometheus-node-exporter: v2_locations: - prometheus.md year: N/A + addition_method: manual https://galaxy.ansible.com/William-Yeh/prometheus: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77725,6 +82596,7 @@ https://galaxy.ansible.com/William-Yeh/prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://galaxy.ansible.com/alexdzyoba/jmx-exporter: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77736,6 +82608,7 @@ https://galaxy.ansible.com/alexdzyoba/jmx-exporter: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://galaxy.ansible.com/ansible/product_demos: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77752,6 +82625,7 @@ https://galaxy.ansible.com/ansible/product_demos: v2_locations: - demos.md year: N/A + addition_method: manual https://galaxy.ansible.com/atosatto/docker-swarm: ai_summary: An open-source Ansible role facilitating the automated provisioning, node join orchestration, and operational state initialization of multi-host Docker @@ -77779,6 +82653,7 @@ https://galaxy.ansible.com/atosatto/docker-swarm: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://galaxy.ansible.com/awx/awx: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77795,6 +82670,7 @@ https://galaxy.ansible.com/awx/awx: v2_locations: - ansible.md year: N/A + addition_method: manual https://galaxy.ansible.com/cloudalchemy/node-exporter: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77811,6 +82687,7 @@ https://galaxy.ansible.com/cloudalchemy/node-exporter: v2_locations: - prometheus.md year: N/A + addition_method: manual https://galaxy.ansible.com/geerlingguy: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77827,6 +82704,7 @@ https://galaxy.ansible.com/geerlingguy: v2_locations: - ansible.md year: N/A + addition_method: manual https://galaxy.ansible.com/geerlingguy/awx: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77843,6 +82721,7 @@ https://galaxy.ansible.com/geerlingguy/awx: v2_locations: - ansible.md year: N/A + addition_method: manual https://galaxy.ansible.com/mesaguy/prometheus: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77859,6 +82738,7 @@ https://galaxy.ansible.com/mesaguy/prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://galaxy.ansible.com/mkgin/vmware-harbor: ai_summary: Ansible Galaxy role designed to install Harbor registries on VMware-based virtual infrastructure. It remains a historical reference but has been surpassed @@ -77887,6 +82767,7 @@ https://galaxy.ansible.com/mkgin/vmware-harbor: v2_locations: - registries.md year: N/A + addition_method: manual https://galaxy.ansible.com/nginxinc/nginx_core: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77903,6 +82784,7 @@ https://galaxy.ansible.com/nginxinc/nginx_core: v2_locations: - ansible.md year: N/A + addition_method: manual https://galaxy.ansible.com/t_systems_mms/letsencrypt: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77914,6 +82796,7 @@ https://galaxy.ansible.com/t_systems_mms/letsencrypt: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://galaxy.ansible.com/theforeman/foreman: content_hash: 1fb16b30aa6907ea6976f64c7eb04ffbf3a13e1f8ff6b80cbf69f00ef3033cb5 description: '' @@ -77925,6 +82808,7 @@ https://galaxy.ansible.com/theforeman/foreman: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://ganeshvernekar.com/blog/prometheus-tsdb-mmapping-head-chunks-from-disk: content_hash: be996e9bf5db2c172142e69d1b2575351066ff3bc2e6ca1715e7b0474e00d2dd description: '' @@ -77942,6 +82826,7 @@ https://ganeshvernekar.com/blog/prometheus-tsdb-mmapping-head-chunks-from-disk: v2_locations: - prometheus.md year: N/A + addition_method: manual https://ganeshvernekar.com/blog/prometheus-tsdb-persistent-block-and-its-index: content_hash: 4ca6f976ae067e71a04b022462e22d9204d694b42c027aa8b00380d5144d827b description: '' @@ -77958,6 +82843,7 @@ https://ganeshvernekar.com/blog/prometheus-tsdb-persistent-block-and-its-index: v2_locations: - prometheus.md year: N/A + addition_method: manual https://ganeshvernekar.com/blog/prometheus-tsdb-the-head-block: content_hash: acf820489a6c1b45e5dd1474242a97dadda8259c41364e832beab42341e35d62 description: '' @@ -77974,6 +82860,7 @@ https://ganeshvernekar.com/blog/prometheus-tsdb-the-head-block: v2_locations: - prometheus.md year: N/A + addition_method: manual https://ganeshvernekar.com/blog/prometheus-tsdb-wal-and-checkpoint: content_hash: 56b33c7740448b8d1a30f9554857641bf92346aea1ba89d44f665be4ed7885d7 description: '' @@ -77990,6 +82877,7 @@ https://ganeshvernekar.com/blog/prometheus-tsdb-wal-and-checkpoint: v2_locations: - prometheus.md year: N/A + addition_method: manual https://garba.org/posts/2018/k8s_pod_lc: content_hash: e6e12c43e011d636852f9f66bf6e1a50c830bbab2a7289babc78d14235bffac3 description: '' @@ -78006,6 +82894,7 @@ https://garba.org/posts/2018/k8s_pod_lc: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://garden.io: content_hash: 7b4df8d5c724f8f10f455185be5cf2acb0c0ebafe8eb15c44f2d84671cb7415b description: '' @@ -78019,6 +82908,7 @@ https://garden.io: - docs/kubernetes-tools.md - docs/scaffolding.md year: N/A + addition_method: manual https://garden.io/blog/performance-testing: content_hash: 7b4df8d5c724f8f10f455185be5cf2acb0c0ebafe8eb15c44f2d84671cb7415b description: '' @@ -78030,6 +82920,7 @@ https://garden.io/blog/performance-testing: v1_locations: - docs/performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://garden.io/blog/pulumi-vs-terraform: content_hash: 7b4df8d5c724f8f10f455185be5cf2acb0c0ebafe8eb15c44f2d84671cb7415b description: '' @@ -78042,6 +82933,7 @@ https://garden.io/blog/pulumi-vs-terraform: v1_locations: - docs/pulumi.md year: N/A + addition_method: manual https://gateway-api.sigs.k8s.io: content_hash: fd9e996293c8e2116ece1c932cf5b9ac8f4b8198b9e33c62edfe0fdeb9632c75 description: '' @@ -78058,6 +82950,7 @@ https://gateway-api.sigs.k8s.io: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://gatling.io: ai_summary: Gatling is an elite developer-centric performance benchmarking framework. Relies on an asynchronous engine built upon Netty and Akka to simulate massive @@ -78085,6 +82978,7 @@ https://gatling.io: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://gatling.io/docs/current/extensions/jenkins_plugin: content_hash: N/A description: '' @@ -78099,6 +82993,7 @@ https://gatling.io/docs/current/extensions/jenkins_plugin: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://gceasy.io: ai_summary: Machine-learning powered JVM Garbage Collection log analyzer. Automates the detection of memory leaks, GC pauses, and heap sizing misconfigurations, offering @@ -78129,6 +83024,7 @@ https://gceasy.io: - java-and-java-performance-optimization.md - monitoring.md year: N/A + addition_method: manual https://geek-cookbook.funkypenguin.co.nz/recipes/kubernetes/oauth2-proxy: ai_summary: Shows how to secure access to the default Kubernetes Dashboard using OAuth2-Proxy combined with modern enterprise Identity Providers. @@ -78155,6 +83051,7 @@ https://geek-cookbook.funkypenguin.co.nz/recipes/kubernetes/oauth2-proxy: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://geekflare.com/cybersecurity/kubernetes-security-scanner: content_hash: 7c78d01ca6176516ac5d47db06d80bb02515a64a39777d9675586dce927bddb6 health_score: 100.0 @@ -78165,6 +83062,7 @@ https://geekflare.com/cybersecurity/kubernetes-security-scanner: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://geekflare.com/dev/generate-analyze-thread-dumps: content_hash: e94cae84d9684c28631ab0a368831e265ef3e7ad817494c2e8d57ef32f72b58d health_score: 100.0 @@ -78176,6 +83074,7 @@ https://geekflare.com/dev/generate-analyze-thread-dumps: - docs/java-and-java-performance-optimization.md v2_locations: - java-and-java-performance-optimization.md + addition_method: manual https://geekflare.com/devops-tools: content_hash: 5bad1017b82ca8f4905682d3fd7d359c164410d661fd3c8ab5ddabfcd6bb93b8 description: '' @@ -78187,6 +83086,7 @@ https://geekflare.com/devops-tools: v1_locations: - docs/devops-tools.md year: N/A + addition_method: manual https://geekflare.com/devops/config-management-tools: content_hash: 345a5f7af7ed72b6d7b31167bc131ea9bc92ac6436aae361d1bd7250165ed92d health_score: 100.0 @@ -78197,6 +83097,7 @@ https://geekflare.com/devops/config-management-tools: - docs/devops-tools.md v2_locations: - devops-tools.md + addition_method: manual https://geekflare.com/es/kubernetes-best-practices: content_hash: 83ff6006fe43dbca9eb23f25d781a0f202004fbe142682e6c2c2cd835e77ff28 description: '' @@ -78214,6 +83115,7 @@ https://geekflare.com/es/kubernetes-best-practices: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://geekflare.com/generate-analyze-thread-dumps: content_hash: 977bc922486c5fad3caf53da2155b1f4fbed9368b7e4608522c709aa6482e098 description: '' @@ -78225,6 +83127,7 @@ https://geekflare.com/generate-analyze-thread-dumps: v1_locations: - docs/java-and-java-performance-optimization.md year: N/A + addition_method: manual https://geekflare.com/gitops-introduction: content_hash: bdb549c78df7f751ecf9679e7f326033e7947c2ffd1d56c4d6feb10b015a3bc5 description: '' @@ -78236,6 +83139,7 @@ https://geekflare.com/gitops-introduction: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://geekflare.com/kubernetes-best-practices: content_hash: 5d937313010eb7a1c1d38b2e9a2fbc0eb6f2b1b5fb8b45d41159303d18a4715c description: '' @@ -78247,6 +83151,7 @@ https://geekflare.com/kubernetes-best-practices: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://geekflare.com/topic/development: content_hash: 189548e9e2ca4c3b781685b97e4ded17ccbbbc1c57b3c87aa7fae3dabf00028b health_score: 100.0 @@ -78257,6 +83162,7 @@ https://geekflare.com/topic/development: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://geeksarray.com/blog/microservice-architecture-pattern-for-architects: content_hash: f93acf1bc9bab23fb650e102d7b19f24ee662cbd35585e29e8625ef595103855 description: '' @@ -78273,6 +83179,7 @@ https://geeksarray.com/blog/microservice-architecture-pattern-for-architects: v2_locations: - introduction.md year: N/A + addition_method: manual https://gendocu.com: content_hash: N/A description: '' @@ -78287,6 +83194,7 @@ https://gendocu.com: v2_locations: - api.md year: N/A + addition_method: manual https://gennyallcroft.medium.com/understanding-kubernetes-deployments-with-helm-444116a622be: content_hash: N/A description: '' @@ -78301,6 +83209,7 @@ https://gennyallcroft.medium.com/understanding-kubernetes-deployments-with-helm- v2_locations: - helm.md year: N/A + addition_method: manual https://geshan.com.np/blog/2021/07/rabbitmq-docker-nodejs: ai_summary: A hands-on tutorial outlining the setup of a localized asynchronous worker pipeline using Node.js, RabbitMQ, and Docker Compose. It serves as an accessible @@ -78330,6 +83239,7 @@ https://geshan.com.np/blog/2021/07/rabbitmq-docker-nodejs: v2_locations: - message-queue.md year: N/A + addition_method: manual https://geshan.com.np/blog/2021/12/docker-postgres: content_hash: 603ddbbb5bca8a0f0e997b9a9894119a45986c9ccaef071e2454b15c8cc20b6a description: '' @@ -78347,6 +83257,7 @@ https://geshan.com.np/blog/2021/12/docker-postgres: v2_locations: - docker.md year: N/A + addition_method: manual https://get-ytt.io: ai_summary: Curator Insight presents ytt (Carvel suite) as a structural YAML templating tool that runs on a dialect of Python (Starlark). Live Grounding confirms ytt @@ -78377,12 +83288,14 @@ https://get-ytt.io: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://get.robin.io: content_hash: 2072f3fb12a840fa649f14d4f73a99ef1c21617c0bff45e219d166575d7acbc6 health_score: 100.0 last_checked: 1779031782.366654 v1_locations: - docs/ocp4.md + addition_method: manual https://getbetterdevops.io/build-docker-images-using-ansible-and-packer: content_hash: 272ff80bf21d42cf1454211278538426ed1a18e16bd66d12a38fec85a1bcc9ca description: '' @@ -78394,6 +83307,7 @@ https://getbetterdevops.io/build-docker-images-using-ansible-and-packer: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://getbetterdevops.io/k8s-ingress-with-letsencrypt: content_hash: 272ff80bf21d42cf1454211278538426ed1a18e16bd66d12a38fec85a1bcc9ca description: '' @@ -78406,6 +83320,7 @@ https://getbetterdevops.io/k8s-ingress-with-letsencrypt: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://getbetterdevops.io/terraform-with-helm: content_hash: 272ff80bf21d42cf1454211278538426ed1a18e16bd66d12a38fec85a1bcc9ca description: '' @@ -78417,6 +83332,7 @@ https://getbetterdevops.io/terraform-with-helm: v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://getenroute.io/blog/leverage-open-source-oss-derive-insights-grafana-prometheus-tsdb-kubernetes-standalone-api-gateway : content_hash: 94c0c28a11c8f9635991eb0fd8657952d4963db1c07d31c1f3c3bf0cfd648eec description: '' @@ -78429,6 +83345,7 @@ https://getbetterdevops.io/terraform-with-helm: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://getenroute.io/docs/ingress-filter-legos-secure-microservices-apis-using-helm-envoy: content_hash: c5ccc18f113d30d1847ecda6920a8d44ade901e2c62e50be9452d1aacf9b0f55 description: '' @@ -78441,6 +83358,7 @@ https://getenroute.io/docs/ingress-filter-legos-secure-microservices-apis-using- v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://getkuby.io: content_hash: bdb28ea6fe2cd3c84d685c317caa0e957868953d5cb11afb2f1f72c422eba6dc description: '' @@ -78457,6 +83375,7 @@ https://getkuby.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://getmatter.app: content_hash: e359d33722d3dd1e2437967e1f0b64b4a8a04cefd5ccea53e95794444ff2f070 description: '' @@ -78468,6 +83387,7 @@ https://getmatter.app: v1_locations: - docs/workfromhome.md year: N/A + addition_method: manual https://getseabird.github.io: ai_summary: A lightweight, compiled desktop application that delivers native platform performance when navigating remote Kubernetes clusters, avoiding heavy electron @@ -78495,6 +83415,7 @@ https://getseabird.github.io: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://gettopical.com/djangoframework: health_score: 80.0 last_checked: 1779031782.523217 @@ -78505,12 +83426,14 @@ https://gettopical.com/djangoframework: - docs/python.md v2_locations: - python.md + addition_method: manual https://gigaom.com/report/gigaom-radar-for-data-storage-for-kubernetes: content_hash: 099a11e0fa4edc386ccfbf1692aa13281cf29194dffe099fec88ccb809d86409 health_score: 100.0 last_checked: 1779033418.861868 v1_locations: - docs/kubernetes-storage.md + addition_method: manual https://gijsreijn.medium.com/optimizing-your-dsc-v3-authoring-experience-in-vscode-bd8e90c52312: content_hash: N/A description: '' @@ -78525,6 +83448,7 @@ https://gijsreijn.medium.com/optimizing-your-dsc-v3-authoring-experience-in-vsco v2_locations: - visual-studio.md year: N/A + addition_method: manual https://gist.github.com/CrookedNumber/8964442: ai_summary: A practical community GitHub Gist outlining multiple strategies to revert, reset, or remove the latest commit in a Git repository. Illustrates the critical @@ -78553,6 +83477,7 @@ https://gist.github.com/CrookedNumber/8964442: v2_locations: - git.md year: N/A + addition_method: manual https://gist.github.com/Faheetah/e11bd0315c34ed32e681616e41279ef4: content_hash: d15f636952706a95487d2517870101d3dbeeb1c5a26c2ddb23887fc2aaae6ba1 description: '' @@ -78570,6 +83495,7 @@ https://gist.github.com/Faheetah/e11bd0315c34ed32e681616e41279ef4: v2_locations: - jenkins.md year: N/A + addition_method: manual https://gist.github.com/GTRekter/51f8be3fbfb13b3696f92e117d956597: content_hash: 2316308b32046c380b82bc6156ff3bd9c07602d4ddff771c48804f0093fe9373 description: '' @@ -78587,6 +83513,7 @@ https://gist.github.com/GTRekter/51f8be3fbfb13b3696f92e117d956597: v2_locations: - azure.md year: N/A + addition_method: manual https://gist.github.com/JamesMGreene/cdd0ac49f90c987e45ac: ai_summary: A detailed side-by-side CLI command comparison showing the underlying raw Git operations performed by the automated `git flow` wrapper tool. Crucial @@ -78616,6 +83543,7 @@ https://gist.github.com/JamesMGreene/cdd0ac49f90c987e45ac: v2_locations: - git.md year: N/A + addition_method: manual https://gist.github.com/PatrLind/e651d3cbc3bf68e4bd9fcc9568cbd3fb: ai_summary: This Gist provides practical configuration steps to protect the local `~/.kube/config` file from unauthorized access. Curator insight highlights standard @@ -78645,6 +83573,7 @@ https://gist.github.com/PatrLind/e651d3cbc3bf68e4bd9fcc9568cbd3fb: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://gist.github.com/andykuszyk/a5ee80ae263e77f651bed878c1deb03b: content_hash: 6fe389c1d6ad96dfb6a95b68a102a39ec7e839fd7889d34d8b16afa0b76281b3 description: '' @@ -78661,6 +83590,7 @@ https://gist.github.com/andykuszyk/a5ee80ae263e77f651bed878c1deb03b: v2_locations: - dotnet.md year: N/A + addition_method: manual https://gist.github.com/chadmcrowell/4d11b8a56aba3bdc32ea73c31104357b: content_hash: 5c9ca00b5ec15ab39feea9a2b195978cdaf7fdd85663956840ecddb55896a84d description: '' @@ -78677,6 +83607,7 @@ https://gist.github.com/chadmcrowell/4d11b8a56aba3bdc32ea73c31104357b: v2_locations: - terraform.md year: N/A + addition_method: manual https://gist.github.com/chadmcrowell/f3fc3be2ca1fcb887034162c14d77e74: content_hash: b8a6ead36971e59f17f178a130c8210c292c7cc4045b4686a8c1adac7d04b385 description: '' @@ -78693,6 +83624,7 @@ https://gist.github.com/chadmcrowell/f3fc3be2ca1fcb887034162c14d77e74: v2_locations: - networking.md year: N/A + addition_method: manual https://gist.github.com/djspiewak/9f2f91085607a4859a66: ai_summary: An alternative development flow proposing a 'demilitarized zone' branch pattern to balance trunk-based agility with rigorous pull request verification @@ -78721,6 +83653,7 @@ https://gist.github.com/djspiewak/9f2f91085607a4859a66: v2_locations: - git.md year: N/A + addition_method: manual https://gist.github.com/hxlnt/60d0e62efdb973e221e585e2b990bfd6: content_hash: 16e48cdd6ccc7b8bfc80e3ac1400ee6a8b793d27073b479472e2da8b6766f3a2 description: '' @@ -78738,6 +83671,7 @@ https://gist.github.com/hxlnt/60d0e62efdb973e221e585e2b990bfd6: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://gist.github.com/jahe/59557d507f43574b0d96: content_hash: b015cca6c2311c725fd2f02acce80b86cc67a8369ecace1897851caebdf2894f description: '' @@ -78754,6 +83688,7 @@ https://gist.github.com/jahe/59557d507f43574b0d96: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://gist.github.com/jiffle/499caa5f53ab8f90dc19a3040ee40f48: content_hash: a99db13823be8fc8c5d2e0b91f1dcfe71ee444a758c03ab503a8d2cdfbf4f723 description: '' @@ -78770,6 +83705,7 @@ https://gist.github.com/jiffle/499caa5f53ab8f90dc19a3040ee40f48: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://gist.github.com/jimangel/0014770713cdca8b363816930ef2520f: content_hash: 176696de394292ad08398597cbc898063cbee52dca7d71b412e495dae21f40ca description: '' @@ -78786,6 +83722,7 @@ https://gist.github.com/jimangel/0014770713cdca8b363816930ef2520f: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://gist.github.com/leonardofed: ai_summary: A community-maintained GitHub Gist featuring a structured registry of mock exams, official whitepapers, and cloud design cheatsheets. @@ -78812,6 +83749,7 @@ https://gist.github.com/leonardofed: v2_locations: - aws-training.md year: N/A + addition_method: manual https://gist.github.com/luisalfonsopreciado/40a0fc2319241d517832affdce2bc1ff: content_hash: 80420720cf80743f56bf140adbea55f27eb5ebc5b7fd5581705b907594eb304d description: '' @@ -78828,6 +83766,7 @@ https://gist.github.com/luisalfonsopreciado/40a0fc2319241d517832affdce2bc1ff: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://gist.github.com/michaellihs/b08c89581ec597fa198cf74e2239f4a6: content_hash: a184795ca7faa4c0935e9fae7f92967067784d6abdb872e1fcbce0d9bda81bd0 description: '' @@ -78844,6 +83783,7 @@ https://gist.github.com/michaellihs/b08c89581ec597fa198cf74e2239f4a6: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://gist.github.com/ninlil/affbf7514d4e74c7634e77f47e172236: content_hash: a7cd8e96934366d61ec170e8f15c9af7d6192aab855b41b5725d8a947b8bd72f description: '' @@ -78860,6 +83800,7 @@ https://gist.github.com/ninlil/affbf7514d4e74c7634e77f47e172236: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab: content_hash: 20da3c231860dadc82bf0d21d61d534de3dbc9b29ed9395555df0229ab321db2 description: '' @@ -78871,6 +83812,7 @@ https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://gist.github.com/rafaeltuelho/111850b0db31106a4d12a186e1fbc53e: content_hash: 2cf3668a9f9c1d3ffc1f9befe08b95161b61906ed54f5f9f570ee471daeab59f description: '' @@ -78887,6 +83829,7 @@ https://gist.github.com/rafaeltuelho/111850b0db31106a4d12a186e1fbc53e: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://gist.github.com/scottrigby/a1a42c3292ec7899837c578ffdaaf92a: content_hash: 70662c02ec6dc587c19c3ccca97070bfd30c4899ae45af1b126d34f097779714 description: '' @@ -78903,6 +83846,7 @@ https://gist.github.com/scottrigby/a1a42c3292ec7899837c578ffdaaf92a: v2_locations: - flux.md year: N/A + addition_method: manual https://gist.github.com/so0k/42313dbb3b547a0f51a547bb968696ba: ai_summary: Curator Insight compiles advanced kubectl output techniques using jsonpath, custom columns, and Go templates. Live Grounding validates that mastering these @@ -78932,6 +83876,7 @@ https://gist.github.com/so0k/42313dbb3b547a0f51a547bb968696ba: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://gist.github.com/starred: content_hash: adfd12210935ae3a03ac6da9ca56002bcc109bfd919109472df49d8574259ac8 health_score: 100.0 @@ -78944,6 +83889,7 @@ https://gist.github.com/starred: - docs/project-management-tools.md v2_locations: - project-management-tools.md + addition_method: manual https://gist.github.com/tmckayus/8e843f90c44ac841d0673434c7de0c6a: content_hash: 1260f68c3efaa0a4b2dde8e8d792deda6846d63b819cedd7c80ab7bf93b4b174 description: '' @@ -78960,6 +83906,7 @@ https://gist.github.com/tmckayus/8e843f90c44ac841d0673434c7de0c6a: v2_locations: - ocp4.md year: N/A + addition_method: manual https://gist.github.com/tuannvm/4e1bcc993f683ee275ed36e67c30ac49: content_hash: 7c2557d75d9fa8a4864ed14a0e7a418cda5010b79bd3dbdadf62fdee2a8e8b18 description: '' @@ -78976,6 +83923,7 @@ https://gist.github.com/tuannvm/4e1bcc993f683ee275ed36e67c30ac49: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://gist.github.com/twasink/d52ef998b2a5b24cdfaa9e7358c5282f: content_hash: ab9e90e1f91e043ed7f56f8a6c6f74b99d12c6cc11f343e90e10e96be5237689 description: '' @@ -78992,6 +83940,7 @@ https://gist.github.com/twasink/d52ef998b2a5b24cdfaa9e7358c5282f: v2_locations: - jenkins.md year: N/A + addition_method: manual https://gist.github.com/xandout/8d24558c75c53f3cb8bf0a97ec25fcfc: content_hash: 312826fd091242ee25765fcf2227585173b1e93b89ffc965db40b0fa4d8ccbc8 description: '' @@ -79011,6 +83960,7 @@ https://gist.github.com/xandout/8d24558c75c53f3cb8bf0a97ec25fcfc: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://gist.new: content_hash: 643a92e8fd2d3b658307d610fe239d22a2fad32248152d4d27faf5b1e4af50a6 description: '' @@ -79022,6 +83972,7 @@ https://gist.new: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://git-flow.readthedocs.io: content_hash: 7f77a0c43f6aa4744a89986dab181b8fc44fa87ab52bd9747e1491a188271414 description: '' @@ -79033,6 +83984,7 @@ https://git-flow.readthedocs.io: v1_locations: - docs/git.md year: N/A + addition_method: manual https://git-flow.readthedocs.io/en/latest: ai_summary: Official ReadTheDocs documentation for the CLI extension wrapper `git-flow` created to automate Driessen's branching model. It remains a helpful reference @@ -79055,6 +84007,7 @@ https://git-flow.readthedocs.io/en/latest: v2_locations: - git.md year: '2018' + addition_method: manual https://git-scm.com: ai_summary: The official landing page and database repository for Git, the global de facto standard distributed version control engine. It offers extensive reference @@ -79083,6 +84036,7 @@ https://git-scm.com: v2_locations: - git.md year: N/A + addition_method: manual https://git-scm.com/book: content_hash: 97ba3575c11a50391bf93564238da1c8f507274730f4f7eb970bb25169cab439 description: '' @@ -79094,6 +84048,7 @@ https://git-scm.com/book: v1_locations: - docs/git.md year: N/A + addition_method: manual https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows: ai_summary: Outlines distributed collaboration topologies such as the integration-manager and dictator-and-lieutenants workflows. Explains core decentralized structural @@ -79121,6 +84076,7 @@ https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows: v2_locations: - git.md year: N/A + addition_method: manual https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows: ai_summary: Official Git documentation breaking down the mechanics of topic branches, long-running branches, and progressive integration strategies. Critical reading @@ -79149,6 +84105,7 @@ https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows: v2_locations: - git.md year: N/A + addition_method: manual https://git-scm.com/book/en/v2/Git-Tools-Submodules: ai_summary: The official reference guide for managing Git submodules within complex multi-repo topologies. Covers the exact configurations, lifecycle management commands, @@ -79176,6 +84133,7 @@ https://git-scm.com/book/en/v2/Git-Tools-Submodules: v2_locations: - git.md year: N/A + addition_method: manual https://git-scm.com/docs: content_hash: a6b3d60c8b841ba48b8ad0b55931234651933696313bcdfa64ab8f0973beb3c9 description: '' @@ -79192,6 +84150,7 @@ https://git-scm.com/docs: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://git-secret.io: ai_summary: A bash tool to store private files in a Git repository using GPG encryption. Only trusted users with active public keys can decrypt the files, keeping config @@ -79219,6 +84178,7 @@ https://git-secret.io: v2_locations: - devsecops.md year: N/A + addition_method: manual https://gitea.com: content_hash: ed5111f4bd46a493a59d0b262fc183a34884294db2d577e19d9f1652437140b8 description: '' @@ -79230,6 +84190,7 @@ https://gitea.com: v1_locations: - docs/git.md year: N/A + addition_method: manual https://gitexplorer.com: content_hash: N/A description: '' @@ -79245,6 +84206,7 @@ https://gitexplorer.com: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git: content_hash: 7789f9e360dbb5bef61f7cd9d3b1cbe122ae55fe44873bdb35b5e40c2aa6360a description: '' @@ -79256,6 +84218,7 @@ https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2019-01-07-create-pull-requests-in-vscode: content_hash: 2296408ec5651c32903c13b3931524a84b30ba1e1d68eff3663843784cda724f description: '' @@ -79267,6 +84230,7 @@ https://github.blog/2019-01-07-create-pull-requests-in-vscode: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://github.blog/2019-08-08-github-actions-now-supports-ci-cd: content_hash: 2e8af113a5c3f0d6780e9927e581d942fecd05ba4bc467b958bd878829044a49 description: '' @@ -79278,6 +84242,7 @@ https://github.blog/2019-08-08-github-actions-now-supports-ci-cd: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://github.blog/2020-04-15-npm-has-joined-github: content_hash: 44a92650f43674ddffcf55235179b229a2a2612b616c6783c050e1be64eec9ce description: '' @@ -79289,6 +84254,7 @@ https://github.blog/2020-04-15-npm-has-joined-github: v1_locations: - docs/javascript.md year: N/A + addition_method: manual https://github.blog/2020-07-02-git-credential-manager-core-building-a-universal-authentication-experience: content_hash: 8940a7e9391aef39ef5080dae9e6c62de15075b622dc738fd16506d6a635de76 description: '' @@ -79300,6 +84266,7 @@ https://github.blog/2020-07-02-git-credential-manager-core-building-a-universal- v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://github.blog/2020-07-02-how-we-launched-docs-github-com: content_hash: c89e59a578081c79cb471c0452a869e1fa7bac4905974f5c5b2ce0e60aae83aa description: '' @@ -79311,6 +84278,7 @@ https://github.blog/2020-07-02-how-we-launched-docs-github-com: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2020-07-27-highlights-from-git-2-28: content_hash: b81fdfbc3391b4d3a4474849a27c03743c5256fd20c12081cac3e93305d5117a description: '' @@ -79322,6 +84290,7 @@ https://github.blog/2020-07-27-highlights-from-git-2-28: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2020-07-27-introducing-githubs-openapi-description: content_hash: d5ecf22004b11d998cebb9f9edd92ca03bbddc3f789fce06c66dc095c45cbb21 description: '' @@ -79333,6 +84302,7 @@ https://github.blog/2020-07-27-introducing-githubs-openapi-description: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations: content_hash: 74d6716bdf3a1d79182fb12f7d7f1218daa43d2291849c646d8b625451f93d6f description: '' @@ -79344,6 +84314,7 @@ https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2020-09-30-github-welcomes-the-openjdk-project: content_hash: c86508c4bd846fa4f20ff677c9c26c07f693a9bd5aac5514efbe9a23e58527f5 description: '' @@ -79355,6 +84326,7 @@ https://github.blog/2020-09-30-github-welcomes-the-openjdk-project: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://github.blog/2020-10-07-devops-definition: content_hash: e4c77868c66c88757379e8288b4f89ba6176840543253eba7e6c51a03c2055ae description: '' @@ -79367,6 +84339,7 @@ https://github.blog/2020-10-07-devops-definition: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://github.blog/2020-10-09-devops-cloud-testing: content_hash: 93247bcd6bfe5f26b356a3d792aa67a80796d2730b2fe5e9b57689b837faff14 description: '' @@ -79379,6 +84352,7 @@ https://github.blog/2020-10-09-devops-cloud-testing: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations: content_hash: 71c160778d54e20e7c68c8b249b9c0991752f0322cfb5ccacafcc6333fcee6b9 description: '' @@ -79390,6 +84364,7 @@ https://github.blog/2020-12-15-token-authentication-requirements-for-git-operati v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2020-12-17-commits-are-snapshots-not-diffs: content_hash: ba4d5cbfd50ef684e47ef9d304e7f6596ecb49a398801e9513863866cec62e1f description: '' @@ -79401,6 +84376,7 @@ https://github.blog/2020-12-17-commits-are-snapshots-not-diffs: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2020-12-18-how-to-make-devops-your-competitive-advantage: content_hash: ed529c220a96382b5cf846254a0c8b9203debba87fff93eb85354cc9685e0da9 description: '' @@ -79412,6 +84388,7 @@ https://github.blog/2020-12-18-how-to-make-devops-your-competitive-advantage: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://github.blog/2020-12-18-learn-about-ghapi-a-new-third-party-python-client-for-the-github-api: content_hash: 69670512bc13f33de51e1ef5902d02d0a20effe2c99c0960cc1a673986b4b0cb description: '' @@ -79424,6 +84401,7 @@ https://github.blog/2020-12-18-learn-about-ghapi-a-new-third-party-python-client v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone: content_hash: 2d6f29dbc0313a5558da7c6d3c941d1cb001766b07542a1c250d332ca93ef4c2 description: '' @@ -79435,6 +84413,7 @@ https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-cl v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-01-25-improving-how-we-deploy-github: content_hash: 4dc289737d82b55d4c7083252b33ab86bb565782e8984c3785a6682c5123d913 description: '' @@ -79446,6 +84425,7 @@ https://github.blog/2021-01-25-improving-how-we-deploy-github: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-02-03-deployment-reliability-at-github: content_hash: 24dd8b15e934cdd488d8df20a765a52b558aa681744bb6c0623d0a6a6f2921b5 description: '' @@ -79457,6 +84437,7 @@ https://github.blog/2021-02-03-deployment-reliability-at-github: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-02-04-extending-gitops-to-reliability-as-code-with-github-and-stackpulse: content_hash: e440210e9855e4646975b4ccc2fed41ed41a11403fa9b968a5fbcd897a23eef5 description: '' @@ -79468,6 +84449,7 @@ https://github.blog/2021-02-04-extending-gitops-to-reliability-as-code-with-gith v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-03-23-solving-the-innersource-discovery-problem: content_hash: 420df91b21186727f663de3d5e0163379181766a0fc4734d4a9d381ba69bfb91 description: '' @@ -79479,6 +84461,7 @@ https://github.blog/2021-03-23-solving-the-innersource-discovery-problem: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-04-13-implementing-least-privilege-for-secrets-in-github-actions: content_hash: 95de76b3dbb320ade7a967ae2a612a9840f4f7318ff46e86bc40a051ef085934 description: '' @@ -79490,6 +84473,7 @@ https://github.blog/2021-04-13-implementing-least-privilege-for-secrets-in-githu v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-04-15-work-with-github-actions-in-your-terminal-with-github-cli: content_hash: d634b894acd00fd608e17f0ca3050b87fe1f3cd2656e5465684c2c04b94787ae description: '' @@ -79501,6 +84485,7 @@ https://github.blog/2021-04-15-work-with-github-actions-in-your-terminal-with-gi v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors: content_hash: 1783b6f1aade3543f205d7ea28029093f2f30a2731de15f64575d956bcf9efed description: '' @@ -79512,6 +84497,7 @@ https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat- v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-04-27-ship-code-faster-safer-feature-flags: content_hash: e124d96c3b7658f62c1141b3304c21365ddde20029e2a02d33ff7b94e77e0807 description: '' @@ -79523,6 +84509,7 @@ https://github.blog/2021-04-27-ship-code-faster-safer-feature-flags: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-04-28-use-github-actions-manage-docs: content_hash: 943c5766a7be323df3bff89bc817f554c8467728720140ee38e7f9e8a32c412e description: '' @@ -79534,6 +84521,7 @@ https://github.blog/2021-04-28-use-github-actions-manage-docs: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations: content_hash: a4d0f924377efc3164e63f3f15db4185c0fb56a42a325a1143a45cc6fa1f037f description: '' @@ -79545,6 +84533,7 @@ https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-07-22-github-supply-chain-security-features-go-community: content_hash: 3259557bde595b4997010dd5effe9b56de0e95c7daed6927caf27d52869d3f60 description: '' @@ -79556,6 +84545,7 @@ https://github.blog/2021-07-22-github-supply-chain-security-features-go-communit v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-08-24-github-cli-2-0-includes-extensions: content_hash: b3e0cfb8f142e83e226a2c28e718beec1f4f35c061ae729032e11451f02e076c description: '' @@ -79567,6 +84557,7 @@ https://github.blog/2021-08-24-github-cli-2-0-includes-extensions: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-11-04-10-github-actions-resources-basics-ci-cd: content_hash: 350b426177dee1aa43f1ada74ea77cb28ab6c041432c43c5073183f1b4ef6403 description: '' @@ -79579,6 +84570,7 @@ https://github.blog/2021-11-04-10-github-actions-resources-basics-ci-cd: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-11-30-5-devops-tips-to-speed-up-your-developer-workflow: content_hash: b46b8e959b2ae74be38f255d2ae54eba0d63b92c3cce60893e03f04928b5ba2f description: '' @@ -79590,6 +84582,7 @@ https://github.blog/2021-11-30-5-devops-tips-to-speed-up-your-developer-workflow v1_locations: - docs/devops.md year: N/A + addition_method: manual https://github.blog/2021-12-06-safeguard-container-signing-capability-actions: content_hash: e3fd644f5bb82e75aede4aa0099fcda5bcd0326f9a05401a6d98f09a477551d9 description: '' @@ -79602,6 +84595,7 @@ https://github.blog/2021-12-06-safeguard-container-signing-capability-actions: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://github.blog/2021-12-08-improving-github-code-search: content_hash: 2e15f621f41104721c6f983d4851449b0e833d2e5635997886cb6bd4e89c9169 description: '' @@ -79613,6 +84607,7 @@ https://github.blog/2021-12-08-improving-github-code-search: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-12-16-5-automations-every-developer-should-be-running: content_hash: 70d568ca40c53841aa0d44c00b2aa3669adfbd9d566e918578f35655ebc059fc description: '' @@ -79624,6 +84619,7 @@ https://github.blog/2021-12-16-5-automations-every-developer-should-be-running: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2021-12-17-getting-started-with-github-actions-just-got-easier: content_hash: a643ef5fe8307e3ddb2042ab52646f59fa6270686748c5218b03b58c2807d3d9 description: '' @@ -79635,6 +84631,7 @@ https://github.blog/2021-12-17-getting-started-with-github-actions-just-got-easi v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2022-01-31-dependency-graph-now-supports-github-actions: content_hash: 01d44ec50cc738ff06bc3d66249ea5c7fb2e63d45c11386d0e7ac185e1de01d6 description: '' @@ -79646,6 +84643,7 @@ https://github.blog/2022-01-31-dependency-graph-now-supports-github-actions: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2022-02-02-build-ci-cd-pipeline-github-actions-four-steps: content_hash: 186e346fb4797f5d7adc8c49c5e9153020f9077af50e0154e29bf149659426f6 description: '' @@ -79658,6 +84656,7 @@ https://github.blog/2022-02-02-build-ci-cd-pipeline-github-actions-four-steps: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2022-02-10-using-reusable-workflows-github-actions: content_hash: fd6668ceabe42a9e1b965eb2711d7ffa08ced43ef0e02c51671e61ba7335e739 description: '' @@ -79669,6 +84668,7 @@ https://github.blog/2022-02-10-using-reusable-workflows-github-actions: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2022-02-11-getting-started-with-project-planning-on-github: content_hash: 414f8b0f731fef763b7ee7e8bde2a6a82855986ae8bf72c406c691051be9b1c3 description: '' @@ -79680,6 +84680,7 @@ https://github.blog/2022-02-11-getting-started-with-project-planning-on-github: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid: content_hash: 662fbfae2b6f65ae64b47ab13bd241841143df681eabd4d8a77bf944cf7089ef description: '' @@ -79691,6 +84692,7 @@ https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid: v1_locations: - docs/mkdocs.md year: N/A + addition_method: manual https://github.blog/2022-04-07-git-credential-manager-authentication-for-everyone: content_hash: be7ed25812b1086968abb161668679e36784c0b94cafacdea1efd9f572afd8d4 description: '' @@ -79702,6 +84704,7 @@ https://github.blog/2022-04-07-git-credential-manager-authentication-for-everyon v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2022-06-21-github-copilot-is-generally-available-to-all-developers: content_hash: 54398bed288a44184533c1287909d6f6aa7ce21b7e9da0b80958e8e6c83e6cf0 description: '' @@ -79713,6 +84716,7 @@ https://github.blog/2022-06-21-github-copilot-is-generally-available-to-all-deve v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2022-06-29-improve-git-monorepo-performance-with-a-file-system-monitor: content_hash: d62a6d148aeeb04bbb61196707b62269453d99a119655aaeade70b679f6667dc description: '' @@ -79725,6 +84729,7 @@ https://github.blog/2022-06-29-improve-git-monorepo-performance-with-a-file-syst v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2023-03-02-why-python-keeps-growing-explained: content_hash: a94834e0dd7d765be700a6fc0ccabb48e88ab8f90b4918ef9b7d64e32d9d54cc description: '' @@ -79736,6 +84741,7 @@ https://github.blog/2023-03-02-why-python-keeps-growing-explained: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.blog/2023-03-13-highlights-from-git-2-40: content_hash: 09968be929f0d70baf674b9b24b0c2761976be101c6f901f9d1f68d164309894 description: '' @@ -79747,6 +84753,7 @@ https://github.blog/2023-03-13-highlights-from-git-2-40: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience: content_hash: 61ebb16c01aedae9bdc62dc3e29a4d01eae64f0ecf3f14e79277884bf1cf6c40 description: '' @@ -79758,6 +84765,7 @@ https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experie v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/2023-06-02-applying-gitops-principles-to-your-operations: content_hash: 8a9804d9db5924c7e7cbd97e30ae27617322e28bd5fe3e698b3f3e435f0fe520 description: '' @@ -79769,6 +84777,7 @@ https://github.blog/2023-06-02-applying-gitops-principles-to-your-operations: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-for-beginners-getting-started-with-github-copilot-cli: ai_summary: Introductory guide explaining how to integrate the terminal-based GitHub Copilot CLI to leverage natural-language shell queries, automating script development @@ -79800,6 +84809,7 @@ https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-for-beginners-ge - devops-tools.md - ai.md year: '2024' + addition_method: manual ? https://github.blog/changelog/2020-05-11-github-cli-allows-you-to-close-reopen-and-add-metadata-to-issues-and-pull-requests : content_hash: 7ad3c504ce09a7134d205fc0d06ea1186a41bc6358c75672735cead425f23ee1 description: '' @@ -79812,6 +84822,7 @@ https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-for-beginners-ge v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/changelog/2020-05-26-mark-pull-requests-as-ready-for-review-review-and-merge-from-github-cli: content_hash: e2c6e41d392b1233317c48c665c8a48dd4ddf33c4c441030cbd54d092bd31c50 description: '' @@ -79824,6 +84835,7 @@ https://github.blog/changelog/2020-05-26-mark-pull-requests-as-ready-for-review- v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.blog/changelog/2020-08-26-set-the-default-branch-for-newly-created-repositories: ai_summary: This official changelog details the introduction of user-defined default branch names (e.g., main instead of master) for newly created repositories. It @@ -79853,6 +84865,7 @@ https://github.blog/changelog/2020-08-26-set-the-default-branch-for-newly-create v2_locations: - git.md year: N/A + addition_method: manual https://github.blog/changelog/2021-01-21-access-control-for-github-pages: ai_summary: 'Official announcement of access control integration for GitHub Pages, allowing enterprise administrators to restrict documentation site visibility to @@ -79883,6 +84896,7 @@ https://github.blog/changelog/2021-01-21-access-control-for-github-pages: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token: ai_summary: Crucial update announcing granular permission controls for the default GITHUB_TOKEN inside YAML workflows, enabling developers to strictly limit scope @@ -79910,6 +84924,7 @@ https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for- v2_locations: - git.md year: N/A + addition_method: manual https://github.blog/changelog/2021-09-20-github-actions-ephemeral-self-hosted-runners-new-webhooks-for-auto-scaling: ai_summary: Product release introducing ephemeral self-hosted runners and targeted autoscale webhooks, allowing platform teams to build dynamic, secure single-use @@ -79938,6 +84953,7 @@ https://github.blog/changelog/2021-09-20-github-actions-ephemeral-self-hosted-ru v2_locations: - git.md year: N/A + addition_method: manual https://github.blog/changelog/2021-09-27-improved-pull-request-file-filtering: ai_summary: This changelog details UI additions that permit advanced, syntax-aware file filtering inside pull requests, helping engineers focus on specific directories, @@ -79968,6 +84984,7 @@ https://github.blog/changelog/2021-09-27-improved-pull-request-file-filtering: v2_locations: - git.md year: N/A + addition_method: manual https://github.blog/changelog/2021-09-27-showing-code-scanning-alerts-on-pull-requests: ai_summary: Highlights the integration of code scanning alerts directly within the pull request conversation view, improving security feedback loops during peer @@ -79995,6 +85012,7 @@ https://github.blog/changelog/2021-09-27-showing-code-scanning-alerts-on-pull-re v2_locations: - git.md year: N/A + addition_method: manual ? https://github.blog/changelog/2021-12-06-container-signing-added-to-the-publish-docker-container-workflow-for-github-actions : ai_summary: Details container image signing using Cosign inside GitHub Actions. Enables development teams to maintain secure, verifiable software supply chains @@ -80023,6 +85041,7 @@ https://github.blog/changelog/2021-09-27-showing-code-scanning-alerts-on-pull-re v2_locations: - git.md year: N/A + addition_method: manual https://github.blog/changelog/2021-12-09-lists-are-now-available-as-a-public-beta: ai_summary: Highlights the introduction of public beta list-making capabilities for categorized repository tracking. Solves star organization challenges, allowing @@ -80051,6 +85070,7 @@ https://github.blog/changelog/2021-12-09-lists-are-now-available-as-a-public-bet v2_locations: - git.md year: N/A + addition_method: manual https://github.blog/changelog/2021-12-17-github-actions-improvements-to-github-actions-starter-experience: content_hash: 045462c129e4f57d914b4660a190ecf92ce02a7a9e5d05d183ee331c2985a19e description: '' @@ -80067,6 +85087,7 @@ https://github.blog/changelog/2021-12-17-github-actions-improvements-to-github-a v2_locations: - git.md year: N/A + addition_method: manual https://github.blog/changelog/2025-01-15-copilot-users-can-ask-about-a-failed-actions-job-ga: ai_summary: An official GitHub product announcement marking the General Availability of GitHub Copilot's automated pipeline diagnostics. Empowers developers to quickly @@ -80099,6 +85120,7 @@ https://github.blog/changelog/2025-01-15-copilot-users-can-ask-about-a-failed-ac - cicd.md - devops-tools.md year: N/A + addition_method: manual https://github.blog/developer-skills/5-devops-tips-to-speed-up-your-developer-workflow: content_hash: 11f7c30d4cb1e61810effa522bd51991a0354ffdd3831f12160c08d7de17f616 health_score: 100.0 @@ -80110,6 +85132,7 @@ https://github.blog/developer-skills/5-devops-tips-to-speed-up-your-developer-wo - docs/devops.md v2_locations: - devops.md + addition_method: manual https://github.blog/developer-skills/github/10-github-actions-resources-basics-ci-cd: ai_summary: A curated collection of educational resources, documentation links, and architectural articles to guide developers from basic task configuration to @@ -80132,6 +85155,7 @@ https://github.blog/developer-skills/github/10-github-actions-resources-basics-c v2_locations: - git.md year: '2022' + addition_method: manual https://github.blog/developer-skills/github/5-automations-every-developer-should-be-running: ai_summary: Practical compilation highlighting five essential automations, including stale issue tracking, pull request labels, and automated assignees, designed to @@ -80153,6 +85177,7 @@ https://github.blog/developer-skills/github/5-automations-every-developer-should v2_locations: - git.md year: '2022' + addition_method: manual https://github.blog/developer-skills/github/deployment-reliability-at-github: ai_summary: This engineering post addresses the operational workflows and tools used by GitHub engineers to ensure service reliability during heavy continuous @@ -80178,6 +85203,7 @@ https://github.blog/developer-skills/github/deployment-reliability-at-github: v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/developer-skills/github/getting-started-with-project-planning-on-github: ai_summary: A practical walkthrough of GitHub's modern spreadsheet-centric agile project planning boards. Demonstrates how to design customized tables, automate @@ -80200,6 +85226,7 @@ https://github.blog/developer-skills/github/getting-started-with-project-plannin v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/developer-skills/github/github-for-beginners-getting-started-with-oss-contributions: ai_summary: An official GitHub onboarding guide tailored for software engineers looking to initiate their contributions to Open Source Software (OSS) projects. @@ -80234,6 +85261,7 @@ https://github.blog/developer-skills/github/github-for-beginners-getting-started - introduction.md - developerportals.md year: N/A + addition_method: manual https://github.blog/developer-skills/github/include-diagrams-markdown-files-mermaid: ai_summary: 'Announcement and engineering guide detailing GitHub''s native support for Mermaid.js diagrams directly within Markdown. Enables the declarative creation @@ -80258,6 +85286,7 @@ https://github.blog/developer-skills/github/include-diagrams-markdown-files-merm v2_locations: - mkdocs.md year: '2022' + addition_method: manual https://github.blog/developer-skills/github/using-reusable-workflows-github-actions: ai_summary: Explains how to implement DRY patterns across corporate pipelines using Reusable Workflows (`workflow_call`). Allows infrastructure teams to write central, @@ -80280,6 +85309,7 @@ https://github.blog/developer-skills/github/using-reusable-workflows-github-acti v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/developer-skills/programming-languages-and-frameworks/10-unexpected-ways-to-use-github-copilot: content_hash: 206a4a1c14a4fdfa9049426db7ef6d47d602d330a46148323bf7b6457d259e8c description: '' @@ -80296,6 +85326,7 @@ https://github.blog/developer-skills/programming-languages-and-frameworks/10-une v2_locations: - git.md year: N/A + addition_method: manual ? https://github.blog/developer-skills/programming-languages-and-frameworks/learn-about-ghapi-a-new-third-party-python-client-for-the-github-api : ai_summary: An introductory post outlining ghapi, a lightweight and dynamically-generated third-party Python client mapping directly to GitHub's REST API. By parsing OpenAPI @@ -80320,6 +85351,7 @@ https://github.blog/developer-skills/programming-languages-and-frameworks/10-une v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/developer-skills/programming-languages-and-frameworks/why-python-keeps-growing-explained: content_hash: 63944d46428a66a07a4a085bd767a53fb4accb6b652f9f50ec6e39c877890699 health_score: 100.0 @@ -80332,6 +85364,7 @@ https://github.blog/developer-skills/programming-languages-and-frameworks/why-py - docs/python.md v2_locations: - python.md + addition_method: manual https://github.blog/engineering/how-we-launched-docs-github-com: ai_summary: An in-depth engineering case study describing GitHub's architectural migration of its developer documentation site to a modern, Markdown-driven, node.js @@ -80357,6 +85390,7 @@ https://github.blog/engineering/how-we-launched-docs-github-com: v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/engineering/improve-git-monorepo-performance-with-a-file-system-monitor: ai_summary: Groundbreaking technical review demonstrating FSMonitor's architectural advantages inside extremely large scale monorepos. By eliminating full working @@ -80381,6 +85415,7 @@ https://github.blog/engineering/improve-git-monorepo-performance-with-a-file-sys v2_locations: - git.md year: '2022' + addition_method: manual https://github.blog/engineering/improving-github-code-search: ai_summary: Curator Insight highlights GitHub's transition to a high-speed, custom-built search index engine. Live Grounding confirms this details 'Blackbird', the Rust-powered @@ -80404,6 +85439,7 @@ https://github.blog/engineering/improving-github-code-search: v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/engineering/security-keys-supported-ssh-git-operations: ai_summary: An engineering post announcing GitHub's native support for physical security keys (FIDO2) during SSH-based Git operations. This capability permits @@ -80428,6 +85464,7 @@ https://github.blog/engineering/security-keys-supported-ssh-git-operations: v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/engineering/ship-code-faster-safer-feature-flags: ai_summary: An insightful blog post detailing GitHub’s internal engineering dependency on feature flags. Explains how GitHub safely releases major platform updates to @@ -80451,6 +85488,7 @@ https://github.blog/engineering/ship-code-faster-safer-feature-flags: v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/engineering/use-github-actions-manage-docs: ai_summary: Architectural breakdown of how GitHub engineers manage and publish their technical documentation portal, utilizing automated validation suites, linter @@ -80473,6 +85511,7 @@ https://github.blog/engineering/use-github-actions-manage-docs: v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/enterprise-software/ci-cd/build-ci-cd-pipeline-github-actions-four-steps: ai_summary: An architecture-oriented introductory blueprint outlining a four-stage process for transitioning applications to automated builds, testing, and deployments @@ -80496,6 +85535,7 @@ https://github.blog/enterprise-software/ci-cd/build-ci-cd-pipeline-github-action v2_locations: - git.md year: '2022' + addition_method: manual https://github.blog/enterprise-software/devops/applying-gitops-principles-to-your-operations: content_hash: f61ed73cdfa2433f142ac64a41943b2a46c701e5dd1aa3ee7ee9e861481d4ffc health_score: 100.0 @@ -80507,6 +85547,7 @@ https://github.blog/enterprise-software/devops/applying-gitops-principles-to-you - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://github.blog/enterprise-software/devops/devops-cloud-testing: ai_summary: An enterprise architectural case study detailing how to coordinate end-to-end cloud-native integrations. Demonstrates the orchestration of testing harnesses @@ -80530,6 +85571,7 @@ https://github.blog/enterprise-software/devops/devops-cloud-testing: v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/enterprise-software/devops/devops-definition: content_hash: ccac02dc2eb2437c4b556b44a6847cc63bcc6d21fd3e62b32b97ba84f70b4dff health_score: 100.0 @@ -80542,6 +85584,7 @@ https://github.blog/enterprise-software/devops/devops-definition: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://github.blog/enterprise-software/devops/extending-gitops-to-reliability-as-code-with-github-and-stackpulse: ai_summary: An exploration of integrating StackPulse incident response and playbook execution directly into GitHub GitOps workflows. By defining response playbooks @@ -80566,6 +85609,7 @@ https://github.blog/enterprise-software/devops/extending-gitops-to-reliability-a v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/enterprise-software/devops/how-to-make-devops-your-competitive-advantage: content_hash: 9993d7c893232c83ea23e7bea20598ee8fea942680bf9d90887758a0748784a8 health_score: 100.0 @@ -80578,6 +85622,7 @@ https://github.blog/enterprise-software/devops/how-to-make-devops-your-competiti - docs/devops.md v2_locations: - devops.md + addition_method: manual https://github.blog/enterprise-software/devops/improving-how-we-deploy-github: ai_summary: An in-depth engineering review of the continuous deployment modifications implemented internally at GitHub to optimize deployment safety, speed, and recovery. @@ -80603,6 +85648,7 @@ https://github.blog/enterprise-software/devops/improving-how-we-deploy-github: v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/enterprise-software/devops/solving-the-innersource-discovery-problem: ai_summary: This blog examines strategies for resolving the InnerSource discovery problem within large enterprises by building unified project catalogues inside @@ -80628,6 +85674,7 @@ https://github.blog/enterprise-software/devops/solving-the-innersource-discovery v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/news-insights/company-news/github-welcomes-the-openjdk-project: content_hash: 2d4ae2695595ae0e76c5ed5c39b4ff183f368b10dbd814e17aac45aa9744f1a4 health_score: 100.0 @@ -80640,6 +85687,7 @@ https://github.blog/news-insights/company-news/github-welcomes-the-openjdk-proje - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://github.blog/news-insights/company-news/npm-has-joined-github: ai_summary: Historical press release detail outlining GitHub's acquisition of the NPM package registry, discussing planned supply-chain security enhancements and @@ -80661,6 +85709,7 @@ https://github.blog/news-insights/company-news/npm-has-joined-github: v2_locations: - javascript.md year: '2020' + addition_method: manual https://github.blog/news-insights/company-news/token-authentication-requirements-for-api-and-git-operations: ai_summary: A critical security announcement detailing GitHub's enforcement of token-based authentication to replace standard passwords for Git operations. This initiative @@ -80685,6 +85734,7 @@ https://github.blog/news-insights/company-news/token-authentication-requirements v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/news-insights/product-news/create-pull-requests-in-vscode: content_hash: d0d2135a4b7b131934f4e39e18bbb5f6baeac7500646ec1c588f518abb90e621 health_score: 100.0 @@ -80696,6 +85746,7 @@ https://github.blog/news-insights/product-news/create-pull-requests-in-vscode: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://github.blog/news-insights/product-news/dependency-graph-now-supports-github-actions: ai_summary: Details how GitHub's automated dependency graphing structures parsing for third-party actions within pipelines. Enables DevOps and Security teams to @@ -80717,6 +85768,7 @@ https://github.blog/news-insights/product-news/dependency-graph-now-supports-git v2_locations: - git.md year: '2022' + addition_method: manual https://github.blog/news-insights/product-news/getting-started-with-github-actions-just-got-easier: content_hash: 1b406861c005d76aa54d635ef9154d6086faff4777fb82913077b303a9e9a3c0 health_score: 100.0 @@ -80728,6 +85780,7 @@ https://github.blog/news-insights/product-news/getting-started-with-github-actio - docs/git.md v2_locations: - git.md + addition_method: manual https://github.blog/news-insights/product-news/github-actions-now-supports-ci-cd: content_hash: b2f3532c699b4d3d4034db2eb07e66a22e409e1bece7d588f7e75f6985d1955c health_score: 100.0 @@ -80739,6 +85792,7 @@ https://github.blog/news-insights/product-news/github-actions-now-supports-ci-cd - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://github.blog/news-insights/product-news/github-cli-2-0-includes-extensions: ai_summary: This product update details the release of GitHub CLI 2.0, introducing a robust extension model that allows developers to write, share, and install custom @@ -80763,6 +85817,7 @@ https://github.blog/news-insights/product-news/github-cli-2-0-includes-extension v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/news-insights/product-news/github-copilot-is-generally-available-to-all-developers: content_hash: 937595e5539d828e21cd107526a2c0b7f91d0074a6623fd9725fb91475fb72d4 health_score: 100.0 @@ -80774,6 +85829,7 @@ https://github.blog/news-insights/product-news/github-copilot-is-generally-avail - docs/git.md v2_locations: - git.md + addition_method: manual https://github.blog/news-insights/product-news/github-copilot-x-the-ai-powered-developer-experience: content_hash: 007dbb534b7735a3302b357ac98d4d9d0f06e0f4fdb12e90378b59aa5fee67a3 health_score: 100.0 @@ -80786,6 +85842,7 @@ https://github.blog/news-insights/product-news/github-copilot-x-the-ai-powered-d - docs/git.md v2_locations: - git.md + addition_method: manual https://github.blog/news-insights/product-news/introducing-githubs-openapi-description: ai_summary: This product announcement introduces GitHub's officially supported OpenAPI description documents, enabling automated SDK generation, validation, and schema @@ -80810,6 +85867,7 @@ https://github.blog/news-insights/product-news/introducing-githubs-openapi-descr v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/news-insights/product-news/work-with-github-actions-in-your-terminal-with-github-cli: ai_summary: Details CLI integrations using the GitHub CLI (`gh`) to run, trigger, and debug active pipelines directly from local developer shells. @@ -80830,6 +85888,7 @@ https://github.blog/news-insights/product-news/work-with-github-actions-in-your- v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/open-source/git/commits-are-snapshots-not-diffs: ai_summary: Explains Git's underlying data model, clarifying that commits are stored as full-file snapshots (blobs and trees) rather than incremental line deltas. @@ -80854,6 +85913,7 @@ https://github.blog/open-source/git/commits-are-snapshots-not-diffs: v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone: ai_summary: Outlines performance strategies for massive repositories using partial clone and shallow clone mechanisms. By selectively downloading commit history @@ -80877,6 +85937,7 @@ https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shall v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/open-source/git/git-credential-manager-core-building-a-universal-authentication-experience: ai_summary: A GitHub engineering post presenting the design and goals of Git Credential Manager Core. It discusses creating a unified, multi-platform authentication client @@ -80898,6 +85959,7 @@ https://github.blog/open-source/git/git-credential-manager-core-building-a-unive v2_locations: - devsecops.md year: '2020' + addition_method: manual https://github.blog/open-source/git/highlights-from-git-2-28: ai_summary: Outlines major improvements and configuration adjustments introduced in the Git 2.28 engine release. It details the setup steps to define custom, globally @@ -80920,6 +85982,7 @@ https://github.blog/open-source/git/highlights-from-git-2-28: v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/open-source/git/highlights-from-git-2-40: ai_summary: Official breakdown of performance optimizations and command updates introduced in Git 2.40. Highlights architectural enhancements in `git jump` and @@ -80942,6 +86005,7 @@ https://github.blog/open-source/git/highlights-from-git-2-40: v2_locations: - git.md year: '2023' + addition_method: manual https://github.blog/open-source/git/how-to-undo-almost-anything-with-git: ai_summary: An authoritative, highly cited guide by GitHub explaining how to recover from almost any version control error. It features concrete, step-by-step instructions @@ -80964,6 +86028,7 @@ https://github.blog/open-source/git/how-to-undo-almost-anything-with-git: v2_locations: - git.md year: '2015' + addition_method: manual https://github.blog/open-source/maintainers/github-actions-update-helping-maintainers-combat-bad-actors: ai_summary: Security implementation detailing required manual approvals for external workflows on fork pull requests, mitigating potential cryptocurrency mining abuses @@ -80985,6 +86050,7 @@ https://github.blog/open-source/maintainers/github-actions-update-helping-mainta v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/security/application-security/git-credential-manager-authentication-for-everyone: content_hash: 8e48a41f87d28b564a7b9a0a760e908daabef6b9b3247797a81ce51ce59aac50 health_score: 100.0 @@ -80997,6 +86063,7 @@ https://github.blog/security/application-security/git-credential-manager-authent - docs/git.md v2_locations: - git.md + addition_method: manual https://github.blog/security/application-security/how-exposed-is-your-code-find-out-in-minutes-for-free: ai_summary: An introduction to GitHub's native, free vulnerability scanning tools designed to locate security regressions, secrets, and supply chain threats directly @@ -81029,6 +86096,7 @@ https://github.blog/security/application-security/how-exposed-is-your-code-find- - securityascode.md - devsecops.md year: N/A + addition_method: manual https://github.blog/security/application-security/implementing-least-privilege-for-secrets-in-github-actions: ai_summary: Security architectural playbook detailing how to apply the principle of least privilege to pipeline environments. Covers runner permission isolation, @@ -81051,6 +86119,7 @@ https://github.blog/security/application-security/implementing-least-privilege-f v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/security/application-security/token-authentication-requirements-for-git-operations: ai_summary: An official GitHub security bulletin explaining the transition away from basic password credentials toward secure token and SSH access paths for CLI @@ -81073,6 +86142,7 @@ https://github.blog/security/application-security/token-authentication-requireme v2_locations: - git.md year: '2020' + addition_method: manual https://github.blog/security/supply-chain-security/github-supply-chain-security-features-go-community: ai_summary: This security update details the extension of GitHub's Dependabot security alerts and vulnerability graph to native Go community dependency files (go.mod/go.sum). @@ -81096,6 +86166,7 @@ https://github.blog/security/supply-chain-security/github-supply-chain-security- v2_locations: - git.md year: '2021' + addition_method: manual https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions: ai_summary: GitHub's official guide on using Sigstore Cosign inside GitHub Actions to automate container signing. It demonstrates keyless cryptographic attestation, @@ -81119,6 +86190,7 @@ https://github.blog/security/supply-chain-security/safeguard-container-signing-c v2_locations: - devsecops.md year: '2021' + addition_method: manual https://github.com/01mf02/jaq: ai_summary: A high-performance Rust implementation of the classic jq tool. Delivers lightning-fast query speeds, improved compile errors, and absolute type safety @@ -81150,6 +86222,7 @@ https://github.com/01mf02/jaq: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/10tanmay100/MEDICAL-DATA-PROJECT-END2END-WITH-FEW-MLOPS: content_hash: 2e94c2348e441acc83427fb2e9498bf4f1113bf5b2c00425bf09ba4aff68b4f5 description: '' @@ -81169,6 +86242,7 @@ https://github.com/10tanmay100/MEDICAL-DATA-PROJECT-END2END-WITH-FEW-MLOPS: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/2-alchemists/krossboard: content_hash: edb4abade49d7a4e31de4d1bcdab537ce9be0dfd0d2d7b190ecdb80d8fed4e40 gh_license: AGPL-3.0 @@ -81184,6 +86258,7 @@ https://github.com/2-alchemists/krossboard: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://github.com/2-alchemists/krossboard-kubernetes-operator: content_hash: d8953edb5c5f078614b5e2dbab6d1f81af17261abbf9be8944a2fa05a907aff1 description: '' @@ -81194,6 +86269,7 @@ https://github.com/2-alchemists/krossboard-kubernetes-operator: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/23andMe/Yamale: ai_summary: A lightweight Python engine designed to validate configuration structures against robust schemas. Supports highly customizable validation logic and multi-file @@ -81225,6 +86301,7 @@ https://github.com/23andMe/Yamale: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/4ARMED/kubeletmein: content_hash: eae906d46887be6d1630783c8e818bf25903ee32cd3ea12c2c0d59823beea5aa description: '' @@ -81244,6 +86321,7 @@ https://github.com/4ARMED/kubeletmein: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/99designs/aws-vault: content_hash: f3f2c0bfaf6e40a77f34461ee46e598fa99e3d56148b33a7a91e648e71e456c6 description: '' @@ -81263,6 +86341,7 @@ https://github.com/99designs/aws-vault: v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/ABZ-Aaron/CheatSheets: content_hash: 9b8591906e1ac1e076713178225d15e5ec3060470379e85c3857bea96519c68d description: '' @@ -81273,6 +86352,7 @@ https://github.com/ABZ-Aaron/CheatSheets: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://github.com/ABZ-Aaron/cheat-sheets: content_hash: 8d0afffe9c1ffe15b0ae1571eb1c822dfdc897120df6e63a6ae4fc0d9f8b3793 health_score: 100.0 @@ -81285,6 +86365,7 @@ https://github.com/ABZ-Aaron/cheat-sheets: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://github.com/AICoE/OpenShiftKubeAudit: content_hash: 049bcb40e2fdcc4b12363a9e2c1d22fd07ebe1827a39bad2abaebecfe19b71d5 description: '' @@ -81304,6 +86385,7 @@ https://github.com/AICoE/OpenShiftKubeAudit: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Abhisheksinha1506/Collection-of-Useful-Scripts: content_hash: aa8107a38883d61b2607bf1f1de837a0e4562892dee326d221df15ca8522ca6e gh_license: GPL-3.0 @@ -81317,6 +86399,7 @@ https://github.com/Abhisheksinha1506/Collection-of-Useful-Scripts: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://github.com/Abhisheksinhacoder/collection-of-useful-scripts: content_hash: 87c0ae37fa711f2ed8c0da30f5592a2bc3292aef4ff149f2c52a17acd0e27775 description: '' @@ -81327,6 +86410,7 @@ https://github.com/Abhisheksinhacoder/collection-of-useful-scripts: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://github.com/AbsaOSS/k8gb: content_hash: 6ee86ccfb98715db228dbcbf1f93214c29e8d31b68e6edd32605743139e8f34b description: '' @@ -81346,6 +86430,7 @@ https://github.com/AbsaOSS/k8gb: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://github.com/AdamRussak/k8f: content_hash: ea421b4a60048804e51f303d1517606e1be0ac8498182945c930c89a6a6a8dd1 description: '' @@ -81365,6 +86450,7 @@ https://github.com/AdamRussak/k8f: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/AdminTurnedDevOps/CapabilityPE: ai_summary: A research and practical taxonomy repository addressing DevOps platform engineering capability matrices. Assists engineering organizations in evaluating @@ -81393,6 +86479,7 @@ https://github.com/AdminTurnedDevOps/CapabilityPE: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://github.com/AdminTurnedDevOps/DevOps-The-Hard-Way-AWS: content_hash: 5b135e139f5d280c6c397a0f9866cf148a23a268b94addc861f835f62e5eea43 description: '' @@ -81412,6 +86499,7 @@ https://github.com/AdminTurnedDevOps/DevOps-The-Hard-Way-AWS: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/AdminTurnedDevOps/Terraform-The-Hard-Way: content_hash: dc04c4b9b499a851a2bf7dff5411f9443613ba503e7be802fb9425ec196b36ed description: '' @@ -81431,6 +86519,7 @@ https://github.com/AdminTurnedDevOps/Terraform-The-Hard-Way: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/AdminTurnedDevOps/kubernetes-examples: content_hash: d20430380daa96e24255979fb1f1dbf0cff3f81a45c8517972fc0d3f4efc9a6f description: '' @@ -81447,6 +86536,7 @@ https://github.com/AdminTurnedDevOps/kubernetes-examples: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/AdminTurnedDevOps/kubernetes-in-production-examples: content_hash: d8aba7108a12ff8fc0ba7bbffa91fe3e354f142e92997be37c298f8822f4e8d3 description: '' @@ -81463,6 +86553,7 @@ https://github.com/AdminTurnedDevOps/kubernetes-in-production-examples: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/Altinity/clickhouse-operator: content_hash: aa4d5618134a3700c272479d18e8ede2d176e44612d1631798c657d7d27f29e2 description: '' @@ -81482,6 +86573,7 @@ https://github.com/Altinity/clickhouse-operator: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/Andrew-Klaas/hashi-k8s-demo: content_hash: 8f237332fb5d778af01f7d425dac4763fd8fa5f67f4e167834d404adfee1338f description: '' @@ -81493,6 +86585,7 @@ https://github.com/Andrew-Klaas/hashi-k8s-demo: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/Ankit404butfound/PyWhatKit: content_hash: d83b17b3032100a04036cdc4dad4f373c38221153b2dfab47ea5108cc4087bb9 description: '' @@ -81512,6 +86605,7 @@ https://github.com/Ankit404butfound/PyWhatKit: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/App-vNext/Polly: content_hash: 2b6731da34685d4a6f009b01e8a9ca0c6c0364d71de54f8c0ae95fda389544bf description: '' @@ -81531,6 +86625,7 @@ https://github.com/App-vNext/Polly: v2_locations: - dotnet.md year: N/A + addition_method: manual https://github.com/Asabeneh/30-Days-Of-Python: content_hash: c986f7f14a0f082a11c20fbdca1233ac30d32d075aae2fcad41fec5782b282db description: '' @@ -81547,6 +86642,7 @@ https://github.com/Asabeneh/30-Days-Of-Python: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/Azure-Samples: content_hash: 15c350ff1d7b932c615aa31b87bd4d0fbd9a685ed294993081ccd97d60854ba6 description: '' @@ -81565,6 +86661,7 @@ https://github.com/Azure-Samples: - azure.md - demos.md year: N/A + addition_method: manual https://github.com/Azure-Samples/aks-platform-engineering: content_hash: e290caeecc0ec4d48ce5c747b0be16885035d04e12018c7946ebb969eadd9348 description: '' @@ -81585,6 +86682,7 @@ https://github.com/Azure-Samples/aks-platform-engineering: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/Azure-Samples/api-management-workspaces-migration: content_hash: ad31f15aafe25fe3a3625ef314ae8b1101cbec6ad96624afee5bef617482eff1 description: '' @@ -81605,6 +86703,7 @@ https://github.com/Azure-Samples/api-management-workspaces-migration: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure-Samples/azure-ai-studio-secure-bicep: content_hash: 947774c1a3296b12810c1689c44b313c4c937deedf379b3ce96fd3e6e772e245 description: '' @@ -81624,6 +86723,7 @@ https://github.com/Azure-Samples/azure-ai-studio-secure-bicep: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure-Samples/azure-ai-studio-secure-bicep/blob/main/bicep/managedvnet/README.md: content_hash: e6ace3fb10dd8351341b1702c08c03cb8d3b7a2820787a9b4ccf23577b5a022f description: '' @@ -81643,6 +86743,7 @@ https://github.com/Azure-Samples/azure-ai-studio-secure-bicep/blob/main/bicep/ma v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure-Samples/azure-load-testing-samples: content_hash: 4d366f048536c8dc91808d1ba5cff11e8c51e9025b86df90ef47222477520bed description: '' @@ -81662,6 +86763,7 @@ https://github.com/Azure-Samples/azure-load-testing-samples: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure-Samples/azure-pipelines-remote-tasks: content_hash: aafb1375352fb342645c3852cf7f5bf199576d875509ba65dfa97f0b3aa17101 description: '' @@ -81681,6 +86783,7 @@ https://github.com/Azure-Samples/azure-pipelines-remote-tasks: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure-Samples/azure-pipelines-variable-templates: content_hash: 4fec8df7d207b86515c89a0a28639fa31cee3ac283a6e55002aee7d75ad804c9 description: '' @@ -81700,6 +86803,7 @@ https://github.com/Azure-Samples/azure-pipelines-variable-templates: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure-Samples/jenkins-terraform-azure-example: content_hash: 4d571b8aff27f52aa1267a2b80906f49b41411094e54a7f25dc14f8e4777532f description: '' @@ -81712,6 +86816,7 @@ https://github.com/Azure-Samples/jenkins-terraform-azure-example: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://github.com/Azure-Samples/jmeter-aci-terraform: content_hash: 800d61bd2ce20493e8d0269dff0af6c8f41f3049a4098f2e5d917a5c173ad6f3 description: '' @@ -81731,6 +86836,7 @@ https://github.com/Azure-Samples/jmeter-aci-terraform: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure/AZVerify: content_hash: 7d3a5ea7a458f37a565607d0cec561eb105b8bb2d615b1f5e18e179f1464d393 description: '' @@ -81755,6 +86861,7 @@ https://github.com/Azure/AZVerify: - azure.md - iac.md year: N/A + addition_method: manual https://github.com/Azure/Enterprise-Scale/wiki/ALZ-AMA-Update: content_hash: eba1c3fa2e7b80515ace4c167c204bf04ee48d194b182e208834670a8ed4e8d2 description: '' @@ -81774,6 +86881,7 @@ https://github.com/Azure/Enterprise-Scale/wiki/ALZ-AMA-Update: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure/Microsoft-Defender-for-Cloud/tree/main/Workbooks/Network%20Security%20Dashboard: content_hash: ccdcdc2a7f2810083d2f29ed63a82ce251fe948b1b80125e1d3c5f142e1a8375 description: '' @@ -81793,6 +86901,7 @@ https://github.com/Azure/Microsoft-Defender-for-Cloud/tree/main/Workbooks/Networ v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure/aad-pod-identity: content_hash: edc01ce59f7c0bf94b16c84ad96ac39c961bb50d67f2f20b9db2094a2c7db349 description: '' @@ -81812,6 +86921,7 @@ https://github.com/Azure/aad-pod-identity: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Azure/apiops: content_hash: 46badc24c36235586350555f18fbcb6c13ea0151a2d8d8f6eabf50d24674453c description: '' @@ -81831,6 +86941,7 @@ https://github.com/Azure/apiops: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure/awesome-terraform: content_hash: 47de037d74508ffeff35cc3e7dbe16d5a2a89d23b693c44320002fcbeb8bb72e description: '' @@ -81850,6 +86961,7 @@ https://github.com/Azure/awesome-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/Azure/azqr: content_hash: eec981d261de36284684dd79e5dc2ae5bd169da3d34ab0fa035cedf7f4621f28 description: '' @@ -81869,6 +86981,7 @@ https://github.com/Azure/azqr: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure/aztfexport: content_hash: ca20491061cf89aaeec6ee4cc7ce0b3349bf97d14729e7f806e3f77dfb4faed9 description: '' @@ -81888,6 +87001,7 @@ https://github.com/Azure/aztfexport: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/Azure/azure-workload-identity: content_hash: f9ae7f9c64d169501d8263fbfa2d2c90f7f9d61bdaab5c8f5f0177821d38f31b description: '' @@ -81907,6 +87021,7 @@ https://github.com/Azure/azure-workload-identity: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Azure/bicep: content_hash: 601d402db51cf2f0b0cee1639115ebec316952db34c4b935766e2a0c0ee42551 description: '' @@ -81926,6 +87041,7 @@ https://github.com/Azure/bicep: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure/draft: ai_summary: The official Azure Draft project designed to ease early-stage developer transitions onto Kubernetes. Scans source directories to dynamically output standard @@ -81958,6 +87074,7 @@ https://github.com/Azure/draft: - demos.md - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/Azure/eraser: content_hash: a1a6600368e555c105d9d46dd0d438b6595a757d25d27ec69630bf97dcb08656 description: '' @@ -81968,6 +87085,7 @@ https://github.com/Azure/eraser: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Azure/migration: content_hash: 6109bf4073d73b6e6dc502e4bf1a1d80da6e7d414082571af7ddcbac7fc79ba1 description: '' @@ -81987,6 +87105,7 @@ https://github.com/Azure/migration: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Azure/placement-policy-scheduler-plugins: content_hash: 1830b601d7f3180d171323be6ea71fc88c0faff72667107788f8afa7519a7c64 description: '' @@ -82006,6 +87125,7 @@ https://github.com/Azure/placement-policy-scheduler-plugins: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Azure/terraform-azurerm-aks: content_hash: a6f68d5b92397048efcf2a249ce3365ba93251f5f4c401b9f0c1ebb2ec07e1ff description: '' @@ -82025,6 +87145,7 @@ https://github.com/Azure/terraform-azurerm-aks: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/Azure/terraform-azurerm-caf-enterprise-scale: content_hash: 0913e8e34d273ede86a063a1ee5114cf344f5e3a7b8b2c44e8b8fa033b5d49e3 description: '' @@ -82044,6 +87165,7 @@ https://github.com/Azure/terraform-azurerm-caf-enterprise-scale: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/Azure/vscode-kubernetes-tools: content_hash: 0a5b075a67049f3eb6a0f154d9bd912e13629f7c050b4142486d4fc02637cc49 description: '' @@ -82054,6 +87176,7 @@ https://github.com/Azure/vscode-kubernetes-tools: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://github.com/BBVA/sqerzo: content_hash: 64baa1326ca8337ca2bb271f94bf6810538aef205d5bdcbbbf7b8ff0f911b5ea description: '' @@ -82073,6 +87196,7 @@ https://github.com/BBVA/sqerzo: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/BMW-InnovationLab: content_hash: 4c228cb9657c35322bd8c63ab62dcff84c25fc7771cde0f833fe7f9f37db04d4 description: '' @@ -82091,6 +87215,7 @@ https://github.com/BMW-InnovationLab: - developerportals.md - customer.md year: N/A + addition_method: manual https://github.com/Banno/asdf-kubectl: content_hash: 229d1f654930633d9c1cc0c2d5f1245dd8b83f500aa279f430337cf9c2add90b description: '' @@ -82101,6 +87226,7 @@ https://github.com/Banno/asdf-kubectl: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Berops/claudie: content_hash: e03aa101f383f4ee0aa811cbe5bb6b76c5622e9ab7997e8792f6429d80a47ef8 description: '' @@ -82120,6 +87246,7 @@ https://github.com/Berops/claudie: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/BishopFox/iam-vulnerable: content_hash: b1d53d9d8257f5bcf42bf36e30d6d575bf1ebe708325fea8dc26d8fb9b687d52 description: '' @@ -82139,6 +87266,7 @@ https://github.com/BishopFox/iam-vulnerable: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/BrandonPotter/kubergui: content_hash: 176e005c10ab716b81604d76e3797be106b455770ebebeccae4d4066d1f131aa description: '' @@ -82158,6 +87286,7 @@ https://github.com/BrandonPotter/kubergui: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/BrianCollet/onboard-automator: content_hash: 544581c59ac7ed65cc68114d8bcd2c946fd9dd16f5c89f773f53b6af0ad541d0 description: '' @@ -82174,6 +87303,7 @@ https://github.com/BrianCollet/onboard-automator: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/BurntSushi/xsv: content_hash: 1fdaff9803f9a63181d6f2c75a0e07c6698ac6bd523188d1d5911665f73e7511 description: '' @@ -82186,6 +87316,7 @@ https://github.com/BurntSushi/xsv: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/CASIA-IVA-Lab/FastSAM: content_hash: 0998a8eff80a814ad22a45386bd60b4b741efe2020f963bb252e6ee5ea2dfb47 description: '' @@ -82196,6 +87327,7 @@ https://github.com/CASIA-IVA-Lab/FastSAM: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://github.com/CASIA-LMC-Lab/FastSAM: content_hash: c75ce8533d986b1777ba361bf0ccdb5d6141933ce6997e3824c4e679ca0fc86f gh_license: AGPL-3.0 @@ -82211,6 +87343,7 @@ https://github.com/CASIA-LMC-Lab/FastSAM: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://github.com/CastawayEGR/openshift-ai-examples: content_hash: 9375d08c61ff4503eb5749accabb46f3051a54a4842692dd23325acac20f7aae description: '' @@ -82231,6 +87364,7 @@ https://github.com/CastawayEGR/openshift-ai-examples: - demos.md - index.md year: N/A + addition_method: manual https://github.com/Checkmarx/kics: content_hash: eb30af4acd076847e6ebee630131efeec234664279efbcc73085e307331538bd description: '' @@ -82250,6 +87384,7 @@ https://github.com/Checkmarx/kics: v2_locations: - iac.md year: N/A + addition_method: manual https://github.com/Clivern/Beetle: content_hash: c65bb1c7d82ad02aed7cf4921dbd4288b74c78c848d7f579ad845d92909463d3 description: '' @@ -82269,6 +87404,7 @@ https://github.com/Clivern/Beetle: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Cloud-Architekt/AzureAD-Attack-Defense: content_hash: 4a9e549ecc4346ce1e7722a2d5bc3b55ecd33f61635f0ea0488664e0196854cc description: '' @@ -82285,6 +87421,7 @@ https://github.com/Cloud-Architekt/AzureAD-Attack-Defense: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Comcast/kuberhealthy: content_hash: ba4ddbd777131223fe2cb89dbddc98918f542e2c1e8d9f5461fa216e3cea0243 description: '' @@ -82295,6 +87432,7 @@ https://github.com/Comcast/kuberhealthy: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/ContainerSSH/ContainerSSH: content_hash: 85e86fdbf30d9ea817f6b048aacb93b381b704fd8a0fbdc8e54675a8c197321b description: '' @@ -82314,6 +87452,7 @@ https://github.com/ContainerSSH/ContainerSSH: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ContainerSolutions/ImageWolf: content_hash: 2159b0262f17441e607fe9ca7b737d5d467c2475b9fb323e589f85def83d276d description: '' @@ -82331,6 +87470,7 @@ https://github.com/ContainerSolutions/ImageWolf: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ContainerSolutions/delayed-jobs-operator: content_hash: c3d972ab5bb764da1cedf0bae21c986e45d4047d43d5d974d7e849c88d41414a description: '' @@ -82350,6 +87490,7 @@ https://github.com/ContainerSolutions/delayed-jobs-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/ContainerSolutions/kubernetes-examples: content_hash: 0ceaa02e06e92cce71f764b62525e07f169dadb919ecc2a04b7908574fb59325 gh_license: MIT @@ -82365,6 +87506,7 @@ https://github.com/ContainerSolutions/kubernetes-examples: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/CoolerVoid/codecat: description: '' health_score: 80.0 @@ -82384,6 +87526,7 @@ https://github.com/CoolerVoid/codecat: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/CrunchyData: content_hash: 460179b92fcc1c63aedf26cfeb2f319d22b66a765dc28358f74d2807b57c83b8 description: '' @@ -82400,6 +87543,7 @@ https://github.com/CrunchyData: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://github.com/CrunchyData/crunchy-containers: content_hash: 6536dfef1afb8b6537a0864d54860152f9b59f2c236de3a86c41c5a0a4a7c32a description: '' @@ -82412,6 +87556,7 @@ https://github.com/CrunchyData/crunchy-containers: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://github.com/CrunchyData/postgres-operator: content_hash: 713b7e6488d22269cb96dde2d2861f36b464b4e5e0b1257b1901162dfc02556a description: '' @@ -82431,6 +87576,7 @@ https://github.com/CrunchyData/postgres-operator: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://github.com/DATA-DOG/go-sqlmock: content_hash: 09eaddd8ab7fd794204d9c481ab78e296e8f422255fed34b48df2202c953f109 description: '' @@ -82450,6 +87596,7 @@ https://github.com/DATA-DOG/go-sqlmock: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/DaspawnW/vault-crd: content_hash: 6eb87d050fdcb52c41f53c456be94cf0fa5c008f240f7d9d505223cc4452a48b description: '' @@ -82469,6 +87616,7 @@ https://github.com/DaspawnW/vault-crd: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/DataCater/datacater: content_hash: 0645b002ddb1c7755a3047fbd64623920a3b338da3e70a736c3a081d2f774acd description: '' @@ -82488,6 +87636,7 @@ https://github.com/DataCater/datacater: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/DataExpert-io/data-engineer-handbook: content_hash: 18c30535f977e1368d0dd244ae51f60dfab965012bb97bf633c82b8d375e18f3 description: '' @@ -82505,6 +87654,7 @@ https://github.com/DataExpert-io/data-engineer-handbook: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/DevOps-Nirvana/Grafana-Dashboards: content_hash: 8a4e7fe06ea9f3a34732297cc7d94bbb651a23b2b9950bac24e78971e79cb8ac description: '' @@ -82524,6 +87674,7 @@ https://github.com/DevOps-Nirvana/Grafana-Dashboards: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler: content_hash: 11b0392963ce81e14ceb5355c481b054fab82f21bca94550fc93cbaba666b618 description: '' @@ -82543,6 +87694,7 @@ https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/DevOps-Projects-Ideas/DevOps-Books: content_hash: 5d939e562c67450f29c5e90e44faf66e7eb86097da823ea0abb91c2e2b8adab4 description: '' @@ -82565,6 +87717,7 @@ https://github.com/DevOps-Projects-Ideas/DevOps-Books: - index.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/DevOpsHiveHQ/kubech: content_hash: 782c1d706354054e86d15a9700471f1085fcc7c76e1e46484b0f23251f589fd9 gh_license: Apache-2.0 @@ -82580,6 +87733,7 @@ https://github.com/DevOpsHiveHQ/kubech: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/DhruvinSoni30/Terraform_multiple_modules: content_hash: 461a46790688ee78db599c985a3a93e760b7b314eacbfc692d9f2258e55bf557 description: '' @@ -82596,6 +87750,7 @@ https://github.com/DhruvinSoni30/Terraform_multiple_modules: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/DontShaveTheYak/jenkins-std-lib: content_hash: 6c88371709d233bfc7dde92f238bb2c12b6d2fd41f070f9bd330fa90fe2b14dd description: '' @@ -82615,6 +87770,7 @@ https://github.com/DontShaveTheYak/jenkins-std-lib: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/Droogans/unmaintainable-code: content_hash: b40fed3609aaf23a2cea0a8e913a02a569aa8144f533ec52fb9dcb72a5ab2c7e description: '' @@ -82625,6 +87781,7 @@ https://github.com/Droogans/unmaintainable-code: title: Droogans/How To Write Unmaintainable Code v1_locations: [] year: N/A + addition_method: manual https://github.com/Efrat19/kubeload: content_hash: 83b8128bcb4ccd6268cfef553e89c9c9c3b809f9beea26c086bcec223d5fbdb9 description: '' @@ -82641,6 +87798,7 @@ https://github.com/Efrat19/kubeload: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/ElYusubov/AWESOME-Azure-Bicep: content_hash: e48b38ddcc7a93a6de81a98b71205d751ec51215ce248c77dd3afcce68230fdc description: '' @@ -82661,6 +87819,7 @@ https://github.com/ElYusubov/AWESOME-Azure-Bicep: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/ElanShudnow/AzureCode: content_hash: eb9d65f4db34173be29266fe58681c73fbe36b90fb3eaf0e907c49b56d4497f8 description: '' @@ -82680,6 +87839,7 @@ https://github.com/ElanShudnow/AzureCode: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/ElanShudnow/AzureCode/blob/main/PowerShell/AzVNETOverlap/README.md: content_hash: c5e944e995d7bfe4415a6fd79329c7cdb1a6d4f27fbc03179d11c3cd55b2fc59 description: '' @@ -82699,6 +87859,7 @@ https://github.com/ElanShudnow/AzureCode/blob/main/PowerShell/AzVNETOverlap/READ v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/ElanShudnow/AzureCode/tree/main/PowerShell/AzResourceMoveSupport: content_hash: a5b32a38643c1ab7acaf54aade9023fb50ab60ab4152b779ccf029420db10a33 description: '' @@ -82718,6 +87879,7 @@ https://github.com/ElanShudnow/AzureCode/tree/main/PowerShell/AzResourceMoveSupp v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/ElementTech/kube-reqsizer: content_hash: bf7c067543e5dd8c3f2a18a1f30ea044a3c3a0b4023a322c766eaf66f13b0252 description: '' @@ -82734,6 +87896,7 @@ https://github.com/ElementTech/kube-reqsizer: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/Email-Dashboard/Email-Dashboard: ai_summary: Curator Insight introduces this dashboard tool for managing and viewing inbound emails from servers. Live Grounding notes it's a helpful utility for testing @@ -82764,6 +87927,7 @@ https://github.com/Email-Dashboard/Email-Dashboard: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/FairwindsOps/gemini: content_hash: e5dd508dab4bf90f50a86f906e2c250bfae0002b55f5f5772c41328614f894bc description: '' @@ -82783,6 +87947,7 @@ https://github.com/FairwindsOps/gemini: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/FairwindsOps/goldilocks: content_hash: 3bec3036ab7946085be258c79d8334fcc870699dff3eb7cdf73a2581198cef7c description: '' @@ -82805,6 +87970,7 @@ https://github.com/FairwindsOps/goldilocks: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/FairwindsOps/gonogo: content_hash: 9628f202e61203b30608772546d5077b035b639a3e21172f5d8baee5a4a945da description: '' @@ -82824,6 +87990,7 @@ https://github.com/FairwindsOps/gonogo: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/FairwindsOps/pluto: content_hash: 00bc58712c4fefcd04ba0e46f3de7b55fc2d74cb26d72eddba63a434102b5fb4 description: '' @@ -82844,6 +88011,7 @@ https://github.com/FairwindsOps/pluto: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/FairwindsOps/polaris: content_hash: b2da4d67193ba4cc00733a450b9b4cf2de0f1de4b56618fbfb510023ba6fc8ed description: '' @@ -82865,6 +88033,7 @@ https://github.com/FairwindsOps/polaris: - kubernetes-tools.md - yaml.md year: N/A + addition_method: manual https://github.com/FairwindsOps/rbac-manager: content_hash: 7ee0bc4387693f900b3e981dd20df126782a7bb239d9e156704e8d7ab7a44959 description: '' @@ -82884,6 +88053,7 @@ https://github.com/FairwindsOps/rbac-manager: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/FairwindsOps/saffire: content_hash: f90342d720631ce03d145a4da1d12421bd7e101d874c890f8852260d3317602b description: '' @@ -82903,6 +88073,7 @@ https://github.com/FairwindsOps/saffire: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/G-Research/armada: content_hash: fa063713abf13551d43ac54d963523f81ddf0f9c081dbf2ee007387866ec889d description: '' @@ -82913,6 +88084,7 @@ https://github.com/G-Research/armada: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/GalleyBytes/terraform-operator: content_hash: bbdd21ccb68f68f7246e54a2c94c62d3a1ea61d50dc45d38cb67655431c88206 gh_license: Apache-2.0 @@ -82928,6 +88100,7 @@ https://github.com/GalleyBytes/terraform-operator: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://github.com/GambitResearch/kubeonoff: content_hash: ea2c74a01198a11f02526f689fae8ada8e5daf923df7177c39c0b9e70c7d935b description: '' @@ -82947,6 +88120,7 @@ https://github.com/GambitResearch/kubeonoff: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/GhostWriters/DockSTARTer: ai_summary: A user-friendly CLI utility designed to simplify the configuration and installation of self-hosted server software via structured Docker Compose patterns. @@ -82982,6 +88156,7 @@ https://github.com/GhostWriters/DockSTARTer: - docker.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/GitCredentialManager/git-credential-manager: content_hash: dd260b672af5cf39e8805dc84d087cb581fe46d4675ed61c72c950ce63769d20 description: '' @@ -82992,6 +88167,7 @@ https://github.com/GitCredentialManager/git-credential-manager: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/GitHubSecurityLab/actions-permissions: content_hash: c5e6bbcefdad668b698aaa3970afb1e2805c008208323b96ff1ee76ad2d77436 description: '' @@ -83012,6 +88188,7 @@ https://github.com/GitHubSecurityLab/actions-permissions: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/GoodforGod/java-logger-benchmark: content_hash: 3a6e2ecd737fee6b34701c56998b3c0366cd9f0406079501b4cd18f1aa96fb40 description: '' @@ -83031,6 +88208,7 @@ https://github.com/GoodforGod/java-logger-benchmark: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform: content_hash: 431ad4cb53e942bc4fbc3765de953c7533dbca1c438810e28594bf570803e215 description: '' @@ -83049,6 +88227,7 @@ https://github.com/GoogleCloudPlatform: - GoogleCloudPlatform.md - demos.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/awesome-google-cloud: content_hash: b3375081e95ab2709d8bb1f7065dce3f5a5b8c503a772ab4c610515c8f43a365 description: '' @@ -83069,6 +88248,7 @@ https://github.com/GoogleCloudPlatform/awesome-google-cloud: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/buildpacks: content_hash: e4c4a2f714b992395961d8c5928955dbb0e1baa35c0076798ab31678f36b1954 description: '' @@ -83088,6 +88268,7 @@ https://github.com/GoogleCloudPlatform/buildpacks: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/sonarqube: ai_summary: A Google Cloud Platform blueprint repository designed to ease the deployment of SonarQube on Google Kubernetes Engine (GKE) via highly standardized manifest @@ -83119,6 +88300,7 @@ https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/sonarqube v2_locations: - sonarqube.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/cloud-code-samples: content_hash: 2e142b0405ee6a441a15033bbb35c1b26a58d5e1f19b63c670f61d154d2a1192 description: '' @@ -83142,6 +88324,7 @@ https://github.com/GoogleCloudPlatform/cloud-code-samples: - demos.md - devops.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/elcarro-oracle-operator: content_hash: fb69003a1f8a5f6d35e0a1ec90de820ff000b2ba0d5b9203fcca61f8b465ab0e description: '' @@ -83161,6 +88344,7 @@ https://github.com/GoogleCloudPlatform/elcarro-oracle-operator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/golang-samples: ai_summary: Curator Insight outlines a large collection of idiomatic examples for utilizing Google Cloud APIs within Go applications. Live Grounding proves its @@ -83193,6 +88377,7 @@ https://github.com/GoogleCloudPlatform/golang-samples: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/k8s-config-connector: content_hash: f961070ead418e1b5e3eac9ce6450e971f17b65eeff15e13bf2d8130ad99d137 description: '' @@ -83212,6 +88397,7 @@ https://github.com/GoogleCloudPlatform/k8s-config-connector: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp: ai_summary: The Google Secret Manager provider for the Secrets Store CSI Driver allows mounting secrets stored in GCP Secret Manager directly into Kubernetes @@ -83244,6 +88430,7 @@ https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/GoogleCloudPlatform/terraformer: content_hash: 4c14f43f68a58826ed21dbb8d8595429129c1a43fbb77c31a7c6922a5740a0d4 description: '' @@ -83263,6 +88450,7 @@ https://github.com/GoogleCloudPlatform/terraformer: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/GoogleContainerTools/container-structure-test: ai_summary: Google's framework for validating the structural integrity of container images without executing them. Features extensive support for validating specific @@ -83294,6 +88482,7 @@ https://github.com/GoogleContainerTools/container-structure-test: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/GoogleContainerTools/jib: content_hash: 78fc490bad61ff886aa896300605b43f81bd3ff7b429ac8b2666996a41a05419 description: '' @@ -83313,6 +88502,7 @@ https://github.com/GoogleContainerTools/jib: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/GoogleContainerTools/kaniko: content_hash: 5549f618604c7a812ebd538d68888c13b74d54663ffed4ba15bddbfaee1c79bc description: '' @@ -83334,6 +88524,7 @@ https://github.com/GoogleContainerTools/kaniko: - kubernetes-tools.md - docker.md year: N/A + addition_method: manual https://github.com/HewlettPackard/terraschema: content_hash: 56d28c0f7c01ea7b5f38bd846b7412fd254c600dfdf7e6576f1c43902824721b description: '' @@ -83357,6 +88548,7 @@ https://github.com/HewlettPackard/terraschema: - iac.md - terraform.md year: N/A + addition_method: manual https://github.com/HolmesGPT/holmesgpt: ai_summary: 'Curator Insight: An AI-driven troubleshooting assistant for Kubernetes clusters by Robusta. @@ -83392,6 +88584,7 @@ https://github.com/HolmesGPT/holmesgpt: - ai.md - ai-agents-mcp.md year: '2024' + addition_method: manual https://github.com/HopopOps/k8s-ldap-auth: content_hash: a01b5c8ed749400c7ab239a0f0a7d533adc2799509816ea9a00ea97a2e633c96 gh_license: MPL-2.0 @@ -83407,6 +88600,7 @@ https://github.com/HopopOps/k8s-ldap-auth: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/IBM/CP4MCM-SDK: content_hash: e3d66423e10268c139843065bffb6358c23dfdb070a27b796a864a15ceea8475 description: '' @@ -83426,6 +88620,7 @@ https://github.com/IBM/CP4MCM-SDK: v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://github.com/IBM/argocd-vault-plugin: content_hash: bacdb3b79f20c82c07dcabd131068baa6a41a9fd000e0061f4269359f582cd5d description: '' @@ -83436,6 +88631,7 @@ https://github.com/IBM/argocd-vault-plugin: v1_locations: - docs/argo.md year: N/A + addition_method: manual https://github.com/IBM/varnish-operator: content_hash: f14866d050d9b7b9479b06e636a282fd3ea681d5364fe2cfc2b8a9cbccf47e38 description: '' @@ -83455,6 +88651,7 @@ https://github.com/IBM/varnish-operator: v2_locations: - caching.md year: N/A + addition_method: manual https://github.com/Ileriayo/markdown-badges: ai_summary: 'A massive curated catalog of dynamic, consistent, and beautiful SVG shields and badges for GitHub repositories. It supports a wide array of languages, @@ -83488,6 +88685,7 @@ https://github.com/Ileriayo/markdown-badges: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://github.com/Isan-Rivkin/kube_query: content_hash: f770c2456de05e78244bd2d5650c5037f62648e6059a4490f4c829fba829b951 description: '' @@ -83507,6 +88705,7 @@ https://github.com/Isan-Rivkin/kube_query: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/IvanJosipovic/KubeUI: ai_summary: A native, desktop-optimized UI designed to stream, monitor, and interact with live cluster metrics and objects. Enhances developer agility through dynamic @@ -83541,6 +88740,7 @@ https://github.com/IvanJosipovic/KubeUI: - kubernetes-tools.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/JFolberth/TheYAMLPipelineOne: content_hash: a8bba28939d632d8db343e0ce7122d56c8cdd6d044201c9be8efde952b1f7d9b description: '' @@ -83560,6 +88760,7 @@ https://github.com/JFolberth/TheYAMLPipelineOne: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/JFryy/qq: ai_summary: A handy command-line parser that supports querying across multiple configuration standards including TOML, JSON, and YAML. It provides a consistent query language, @@ -83591,6 +88792,7 @@ https://github.com/JFryy/qq: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/JPCERTCC/LogonTracer: content_hash: c37c57af01cd0d7cffa23c3c33198ce0e610b3bb4b5465114d1ee8ba0313b2d1 description: '' @@ -83610,6 +88812,7 @@ https://github.com/JPCERTCC/LogonTracer: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/JamesTGrant/kubectl-debug: content_hash: d1745da922e0a7ed091c3f104317345debae9e48c30d01138e4a210c65814165 description: '' @@ -83631,6 +88834,7 @@ https://github.com/JamesTGrant/kubectl-debug: - kubernetes-tools.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/JeanBaptisteWATENBERG/junit5-kubernetes: content_hash: 122aa535b5787cf3c36d0ca2bc7b0f6bb5556a3efb2ff8e41018a31f40ece85b description: '' @@ -83650,6 +88854,7 @@ https://github.com/JeanBaptisteWATENBERG/junit5-kubernetes: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/JovianX/Service-Hub: content_hash: 830e319eac60c01930e8c6892355613459a6151d820133cadd4a2daa3325c9f1 description: '' @@ -83669,6 +88874,7 @@ https://github.com/JovianX/Service-Hub: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/JovianX/helm-release-plugin: ai_summary: A lightweight plugin to facilitate Helm release management, providing extra commands to inspect, export, and manipulate releases. It simplifies operations @@ -83699,6 +88905,7 @@ https://github.com/JovianX/helm-release-plugin: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/JulianHayward/AzADServicePrincipalInsights: content_hash: bb715ee94d54478241dd269201f2486027c124c04cd5ed4ad19f9ad5d76ff178 description: '' @@ -83718,6 +88925,7 @@ https://github.com/JulianHayward/AzADServicePrincipalInsights: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/Juniper/Junos-terraform: content_hash: 89231b644330502e1ec08f800e51361a06bc7f1b1e48dc78cb8677945f03fe54 description: '' @@ -83737,6 +88945,7 @@ https://github.com/Juniper/Junos-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/Juniper/contrail-docker/wiki/Configure-docker-service-to-use-insecure-registry: ai_summary: A historic wiki page detailing Docker daemon changes needed to whitelist unencrypted private registries. It is classified as legacy due to lack of commits @@ -83767,6 +88976,7 @@ https://github.com/Juniper/contrail-docker/wiki/Configure-docker-service-to-use- v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/K8Studio/K8studio: ai_summary: A fully featured graphical interface focused on presenting an interactive node topology graph to help operators visualize resource allocation and connectivity @@ -83794,6 +89004,7 @@ https://github.com/K8Studio/K8studio: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/KWasm/podman-wasm: content_hash: f254b3d9bb2dddcfcffaa8323709cecd53c76af82fc2d4cbb6ba880484033752 description: '' @@ -83813,6 +89024,7 @@ https://github.com/KWasm/podman-wasm: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/KnicKnic/temp-kubernetes-ci: content_hash: 37f66908f3d84b0cfe979fad1b98ffb071f1b6a471f1ebf0fd35b7b7f0d0f269 description: '' @@ -83832,6 +89044,7 @@ https://github.com/KnicKnic/temp-kubernetes-ci: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Kubeinit/kubeinit: content_hash: 30030a2ad117765656888aa3efc1f8a879dd1cab246b8bed321c75e6869c73f3 description: '' @@ -83851,6 +89064,7 @@ https://github.com/Kubeinit/kubeinit: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Kubermatic/Kubermatic: content_hash: 698ae17261cd088111a4d11d3775ae9c4ae16c62f86a0de8983a02ef6df703d4 description: '' @@ -83870,6 +89084,7 @@ https://github.com/Kubermatic/Kubermatic: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/KusionStack/kusion: content_hash: 2cd68d99e09c2f043f947a636db779b2493944e02ae669ba1c9df8b96a6a03e9 description: '' @@ -83889,6 +89104,7 @@ https://github.com/KusionStack/kusion: v2_locations: - devops.md year: N/A + addition_method: manual https://github.com/Kyrremann/kubectl-eksporter: content_hash: 00470afeddc5ab436af6236f07d9e1e8281b9f868578ae7fa4edd3e4f8e33e35 description: '' @@ -83908,6 +89124,7 @@ https://github.com/Kyrremann/kubectl-eksporter: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/LeCoupa/awesome-cheatsheets: content_hash: c1cb8f7dc3a8ea050fb502a814cd2fe11811d445819b0895993c0872226d7e07 description: '' @@ -83927,6 +89144,7 @@ https://github.com/LeCoupa/awesome-cheatsheets: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/LerryAlexander/postman_jenkins_api_tests: content_hash: 685c6ee914595c89b7b648e4e2a91a22f2a193a226bf058e4ca62641914ff3b9 description: '' @@ -83944,6 +89162,7 @@ https://github.com/LerryAlexander/postman_jenkins_api_tests: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/Levi-Michael/boto3-ec2-s3-management: content_hash: deadc4b406decdb32c215b6271a7a90853038e8c5247e00576e7f442ce2112ae description: '' @@ -83961,6 +89180,7 @@ https://github.com/Levi-Michael/boto3-ec2-s3-management: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/Lightning-AI/engineering-class: ai_summary: An open educational repository containing modern software engineering practices tailored for artificial intelligence researchers and engineers. Focuses @@ -83990,6 +89210,7 @@ https://github.com/Lightning-AI/engineering-class: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/Lightning-AI/engineering-class/blob/main/ep08-github-pr/Ep08-ShowNotes.md: ai_summary: An explicit educational module detailing how to set up clean, well-documented pull requests. Emphasizes commit hygiene, interactive rebases, and peer feedback @@ -84018,6 +89239,7 @@ https://github.com/Lightning-AI/engineering-class/blob/main/ep08-github-pr/Ep08- v2_locations: - git.md year: N/A + addition_method: manual https://github.com/Lightning-AI/engineering-class/blob/main/ep09-github-collab/Ep09-ShowNotes.md: content_hash: ab1ec6988565d7ff9e31fa4965e394b1d3ff77dde4d99e36ffdd59d020b68af6 description: '' @@ -84030,6 +89252,7 @@ https://github.com/Lightning-AI/engineering-class/blob/main/ep09-github-collab/E v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/LovesCloud/java-groovy-docker: content_hash: f286914fa12dceff6cce0778dc313c171156680b209e96ac3cada7a2a10715fe description: '' @@ -84041,6 +89264,7 @@ https://github.com/LovesCloud/java-groovy-docker: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://github.com/LukeMwila/bootstrap-rke-cluster-in-aws: content_hash: 588d9e4c6e2c0c0234a36386b4c9fc2f4ded1451a954ad900cc1bab3985ba370 description: '' @@ -84060,6 +89284,7 @@ https://github.com/LukeMwila/bootstrap-rke-cluster-in-aws: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/MOZGIII/port-map-operator: content_hash: 74ee4912bed16e7a635bd994083c434497eedae8802dac222c866279174e5426 description: '' @@ -84079,6 +89304,7 @@ https://github.com/MOZGIII/port-map-operator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Maelstromage/Log4jSherlock: ai_summary: A Python-based utility script designed to scan compiled archives (JAR, WAR, EAR) for compromised class files related to the Log4j CVEs. While useful @@ -84110,6 +89336,7 @@ https://github.com/Maelstromage/Log4jSherlock: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/ManagedKube/kubernetes-common-services: content_hash: 76435369d8d8b290778172dda4bbad1b1964b8d830aa06e18bdb0425b4960b29 description: '' @@ -84129,6 +89356,7 @@ https://github.com/ManagedKube/kubernetes-common-services: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ManagedKube/kubernetes-development-environment-in-a-box: ai_summary: An early development framework that packaged Vagrant and VirtualBox configurations for running local multi-node clusters. The repository is unmaintained, @@ -84159,6 +89387,7 @@ https://github.com/ManagedKube/kubernetes-development-environment-in-a-box: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/Masterminds/sprig: ai_summary: Curator Insight presents Sprig as a comprehensive library of template functions for Go, heavily utilized in Helm charts. Live Grounding confirms its @@ -84190,6 +89419,7 @@ https://github.com/Masterminds/sprig: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/Mathieu-Desrochers/Learning-Go: ai_summary: Curator Insight covers personal coding exercises and challenges compiled while learning Go. Live Grounding confirms it's a small-scale individual repository @@ -84217,6 +89447,7 @@ https://github.com/Mathieu-Desrochers/Learning-Go: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/MatthewCYLau/gcp-react-gke-terraform: content_hash: 804fe2c16a86327f60006d49854c2e3d0ea521c5aea51611c4cf63b12c2cabc2 description: '' @@ -84234,6 +89465,7 @@ https://github.com/MatthewCYLau/gcp-react-gke-terraform: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/MatthewCYLau/node-express-typescript-k8-gke: content_hash: 54232271a033a19e4b91676855495049b4821a138337e31b938b6d5d214b4308 description: '' @@ -84251,6 +89483,7 @@ https://github.com/MatthewCYLau/node-express-typescript-k8-gke: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/MichaelCade/90DaysOfDevOps: content_hash: a1fe19bca7a14189ca66d6efcf4d4c2420d2d52e48caf0ffb820efa91863b1d9 description: '' @@ -84271,6 +89504,7 @@ https://github.com/MichaelCade/90DaysOfDevOps: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/MichaelMure/git-bug: content_hash: f0339f91d23b113e5695f542dc00607970eb0fbe2ab67951bc045944b57aec84 description: '' @@ -84281,6 +89515,7 @@ https://github.com/MichaelMure/git-bug: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/Michaelpalacce/SimpleSecrets: content_hash: 2966734aa7fcebffdb89380fc7fb6f0350d5ca62f97ffcb884ff1144894d7b6b description: '' @@ -84297,6 +89532,7 @@ https://github.com/Michaelpalacce/SimpleSecrets: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/Microsoft/azure-pipelines-tasks: content_hash: 089cfad9479f2a09702703f720100c150312ab62961d5cbbd5bb67569e2625e0 description: '' @@ -84316,6 +89552,7 @@ https://github.com/Microsoft/azure-pipelines-tasks: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/MiteshSharma/PrometheusWithGrafana: content_hash: 615b8df050aa76c724298f8bed6996098c7550479b34ae45eee2aab34d045163 description: '' @@ -84328,6 +89565,7 @@ https://github.com/MiteshSharma/PrometheusWithGrafana: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/MnrGreg/kubectl-node-restart: content_hash: 4cda894f82c39e81325129c4e69b2045d7da3d8a985c4fc621e5e246a1f83f48 description: '' @@ -84347,6 +89585,7 @@ https://github.com/MnrGreg/kubectl-node-restart: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Mr-Un1k0d3r/ATP-PowerShell-Scripts: content_hash: 7e02fecdb793a0c0b021f8a6e0b23cf9abed11a63e04debc50a1e5e53fd6dd98 description: '' @@ -84363,6 +89602,7 @@ https://github.com/Mr-Un1k0d3r/ATP-PowerShell-Scripts: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/NCCloud/mayfly: content_hash: 2c8a29c2a1aaf2e5b74d2988bdff1dfad787569e0dbcbe10d1e934ea9755c94e description: '' @@ -84382,6 +89622,7 @@ https://github.com/NCCloud/mayfly: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/NVIDIA/gpu-operator: ai_summary: 'Curator Insight: Kubernetes operator designed to automate the management of NVIDIA software components on nodes. @@ -84416,6 +89657,7 @@ https://github.com/NVIDIA/gpu-operator: - ai-agents-mcp.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/NVIDIA/k8s-device-plugin: content_hash: 234a1e94e10f66301a5b20fd4b0907489e7c02ed7f6af4abdf4a0712efe34225 description: '' @@ -84437,6 +89679,7 @@ https://github.com/NVIDIA/k8s-device-plugin: - kubernetes-tools.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/NVIDIA/nvidia-docker/blob/8c0eeba474cace48fdb8216f518063db2bd2d4d1/tools/src/nvidia/volumes.go#L103: content_hash: 0d931ea56fe326116db8872658d316fc9713d53e5467f81cd192eab9e41551f6 gh_license: Apache-2.0 @@ -84445,6 +89688,7 @@ https://github.com/NVIDIA/nvidia-docker/blob/8c0eeba474cace48fdb8216f518063db2bd needs_ai_refresh: true v1_locations: - docs/mlops.md + addition_method: manual https://github.com/Neoteroi/essentials-configuration-keyvault: ai_summary: A specialized package simplifying configuration ingestion from Azure Key Vault into modern Python-based applications. Standardizes secret retrieval @@ -84475,6 +89719,7 @@ https://github.com/Neoteroi/essentials-configuration-keyvault: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/Netcracker/KubeMarine: content_hash: f1043841c0be89d2a7dc17b7cee8a50cfa7a51f15703d5ab73ee62b77cdfc451 description: '' @@ -84494,6 +89739,7 @@ https://github.com/Netcracker/KubeMarine: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Netflix/SimianArmy/wiki/Chaos-Monkey: content_hash: 0bbf9c260e5a0ee5238cd134054c33a92032f4cbf23a879d31222ccd7d68b3d8 description: '' @@ -84513,12 +89759,14 @@ https://github.com/Netflix/SimianArmy/wiki/Chaos-Monkey: v2_locations: - aws-backup.md year: N/A + addition_method: manual https://github.com/Netflix/consoleme: content_hash: a005d2fc4b19ea7d2b7398b1faffb405f676274e3979c0cb9383458fd5523675 health_score: 100.0 last_checked: 1779029502.949352 v1_locations: - docs/aws-security.md + addition_method: manual https://github.com/Netflix/metaflow: content_hash: 35bd1ece07b91b8ec876c7a4d5890e6931948f4cd0da3716a7f1d51f9f679ba5 description: '' @@ -84538,6 +89786,7 @@ https://github.com/Netflix/metaflow: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/NielsRogge/Transformers-Tutorials: ai_summary: An exhaustive collection of Jupyter notebooks demonstrating practical implementations of Hugging Face Transformers. Covers fine-tuning, inference optimization, @@ -84568,6 +89817,7 @@ https://github.com/NielsRogge/Transformers-Tutorials: v2_locations: - ai.md year: N/A + addition_method: manual https://github.com/NimbleArchitect/kubectl-ice: content_hash: dd5b62cfc3a3eda572d8749c072317e069d5d4ceec7a85a20e75c13712b10f14 description: '' @@ -84587,6 +89837,7 @@ https://github.com/NimbleArchitect/kubectl-ice: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Noovolari/awesome-cloudops: content_hash: 5fff8be4143c3d60d0e86c6a4cb9fbbddd3010f134a5874bb1fd316117fa782b description: '' @@ -84604,6 +89855,7 @@ https://github.com/Noovolari/awesome-cloudops: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/NuGet/docs.microsoft.com-nuget/blob/main/docs/reference/nuspec.md: content_hash: af11b04f68c7577ca0f6dafefefa47258ff8d492c33ae991994d3161e2b2e32b description: '' @@ -84623,6 +89875,7 @@ https://github.com/NuGet/docs.microsoft.com-nuget/blob/main/docs/reference/nuspe v2_locations: - dotnet.md year: N/A + addition_method: manual https://github.com/OT-CONTAINER-KIT/k8s-vault-webhook: content_hash: 95e8877d3e9c6d74e1c1f346e13151fbe9d091e5aa6e9e02a3de075bb7ee88db health_score: 100.0 @@ -84630,6 +89883,7 @@ https://github.com/OT-CONTAINER-KIT/k8s-vault-webhook: v1_locations: - docs/devsecops.md - docs/kubernetes-tools.md + addition_method: manual https://github.com/OT-CONTAINER-KIT/logging-operator: content_hash: 33685801668635abf726f10a409342380a7ec6041fc6dbf6254c25c6a0706edd description: '' @@ -84649,6 +89903,7 @@ https://github.com/OT-CONTAINER-KIT/logging-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/OT-CONTAINER-KIT/mongodb-operator: content_hash: 4b7be0389a23b18b2e5ff57f23d9df77d1f83024660a3e19f6eddbf503448746 description: '' @@ -84668,6 +89923,7 @@ https://github.com/OT-CONTAINER-KIT/mongodb-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/OT-CONTAINER-KIT/redis-operator: content_hash: 3bc731e40d539a1e133ddf7389460c63109c2252dee5d7ca156714e5534d7063 description: '' @@ -84687,6 +89943,7 @@ https://github.com/OT-CONTAINER-KIT/redis-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/OWASP/www-project-kubernetes-top-ten: ai_summary: The official OWASP Kubernetes Top 10 project offers a structured framework for identifying and mitigating systemic security risks in container orchestration. @@ -84719,6 +89976,7 @@ https://github.com/OWASP/www-project-kubernetes-top-ten: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/OctopusDeploy/Octopus-TeamCity: content_hash: e69eb3063e7d6d203fd1f2be5061a4072efc2e7bc2bc84281f8353732614fe0b description: '' @@ -84739,6 +89997,7 @@ https://github.com/OctopusDeploy/Octopus-TeamCity: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/OctopusDeploy/go-octopusdeploy: content_hash: c90c16fd84599f5f253b8d17f2191de0af188632de3591af1739dd260331fd30 description: '' @@ -84758,6 +90017,7 @@ https://github.com/OctopusDeploy/go-octopusdeploy: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/OpenFunction/OpenFunction: content_hash: 06f8a39ea102b2d7deaf205e8908fdf7b85a83722838262f9d5863fce69f9ce3 description: '' @@ -84778,6 +90038,7 @@ https://github.com/OpenFunction/OpenFunction: v2_locations: - serverless.md year: N/A + addition_method: manual https://github.com/OpenHFT/Java-Thread-Affinity: ai_summary: Highly optimized library that binds Java execution threads to specific CPU cores. Mitigates task context-switching overhead in low-latency financial @@ -84808,6 +90069,7 @@ https://github.com/OpenHFT/Java-Thread-Affinity: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://github.com/OpenSLO/OpenSLO: ai_summary: The open-source OpenSLO specification, which defines a vendor-agnostic standard for declaring SLOs, SLIs, and error budgets in YAML format. It enables @@ -84839,6 +90101,7 @@ https://github.com/OpenSLO/OpenSLO: v2_locations: - sre.md year: N/A + addition_method: manual https://github.com/OpenShiftDemos: content_hash: 826418343f085ab7d6f38f30f9b2002d7fa0f8ead77b0fbdcc8b0f3ee8d90c8d description: '' @@ -84855,6 +90118,7 @@ https://github.com/OpenShiftDemos: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/OpenShiftDemos/sonarqube-openshift-docker: content_hash: a9ee6c819fbf57514a51b2f6a5bf5f5416f61b937a68e68994a52f1a656944d8 description: '' @@ -84871,6 +90135,7 @@ https://github.com/OpenShiftDemos/sonarqube-openshift-docker: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/OvidiuBorlean/kubectl-sockperf: content_hash: 65d38d11cedbadada703b554ac97eb0a8f7b02028e3076e551e7db83a0eb74fc description: '' @@ -84887,6 +90152,7 @@ https://github.com/OvidiuBorlean/kubectl-sockperf: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/OvidiuBorlean/kubectl-windumps: ai_summary: A specialized kubectl plugin facilitating raw packet capturing on AKS Windows worker nodes. Live grounding indicates the repository has been inactive @@ -84917,6 +90183,7 @@ https://github.com/OvidiuBorlean/kubectl-windumps: - managed-kubernetes-in-public-cloud.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/PacktPublishing/Kubernetes-in-Production-Best-Practices: content_hash: 25647a4cd596fb273c90f32a57f4565300218b7c9823576d32721d6ac353fc3d description: '' @@ -84936,6 +90203,7 @@ https://github.com/PacktPublishing/Kubernetes-in-Production-Best-Practices: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/PacktPublishing/The-Azure-Cloud-Native-Architecture-Mapbook: content_hash: 9cb5a24db068425b5a9b3f54920f4681885abd692339a358856a1f807c0355cc description: '' @@ -84955,6 +90223,7 @@ https://github.com/PacktPublishing/The-Azure-Cloud-Native-Architecture-Mapbook: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/PacoVK/tapir: content_hash: 0408ebd4347d9cbea83703d2b621fb52ddbfa52136b4566a850296d117098498 description: '' @@ -84974,6 +90243,7 @@ https://github.com/PacoVK/tapir: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/PaloAltoNetworks/rbac-police: content_hash: 7a4101769a2c4d951f5d3e8f74b4047b8d7cffff4145536d035d862caad5d5f9 description: '' @@ -84993,6 +90263,7 @@ https://github.com/PaloAltoNetworks/rbac-police: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/PatrickJS/awesome-angular: content_hash: 65c9bdeb583596516752cfbd824c750bb7c1ccd93002f039aeda16c9053abff9 description: '' @@ -85013,6 +90284,7 @@ https://github.com/PatrickJS/awesome-angular: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/PaulJuliusMartinez/jless: content_hash: 0e8b0c2ced272da94ed5550dfb4f1feaa53c68b18b9123dad872d168ed82bf8c description: '' @@ -85025,6 +90297,7 @@ https://github.com/PaulJuliusMartinez/jless: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/PhilippeChepy/exoscale-kubernetes-crio: ai_summary: A prototype repository demonstrating how to deploy an auto-scalable Kubernetes cluster on Exoscale utilizing Packer to build customized CRI-O images @@ -85053,6 +90326,7 @@ https://github.com/PhilippeChepy/exoscale-kubernetes-crio: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/PlasticSCM/trunk-mergebot: content_hash: 4fb1f52d49794ef82d619c094ff690294947d440768688fa18ef4dad5f172d0e description: '' @@ -85069,6 +90343,7 @@ https://github.com/PlasticSCM/trunk-mergebot: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/Playtika/testcontainers-spring-boot: content_hash: 6b1de1f1975806dd7d20766df714ba8586e0c6ca623ef75222537e7302ab56dc description: '' @@ -85080,6 +90355,7 @@ https://github.com/Playtika/testcontainers-spring-boot: - docs/java_frameworks.md - docs/qa.md year: N/A + addition_method: manual https://github.com/PlaytikaOSS/testcontainers-spring-boot: content_hash: 32e228a0e653f153405793a48735c56293110687582775b12fd8e22da14c239c gh_license: MIT @@ -85097,6 +90373,7 @@ https://github.com/PlaytikaOSS/testcontainers-spring-boot: v2_locations: - java_frameworks.md - qa.md + addition_method: manual https://github.com/Portshift/Kubei: content_hash: 974f97dbec8aae433d1984e1ab2c41ce8519c60daacde65a2ec9a205684afda8 description: '' @@ -85107,6 +90384,7 @@ https://github.com/Portshift/Kubei: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Portshift/kubei: content_hash: 974f97dbec8aae433d1984e1ab2c41ce8519c60daacde65a2ec9a205684afda8 description: '' @@ -85117,6 +90395,7 @@ https://github.com/Portshift/kubei: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Praqma/helmsman: content_hash: 0f9d002d358ff471ce700abf16c261b6e563b0c25e1bbd45e240b9786e4a446b description: '' @@ -85127,6 +90406,7 @@ https://github.com/Praqma/helmsman: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://github.com/PrasadG193/kyaml2go: content_hash: de3d8afc3d78ec62976c4c3894d4b2c21b403deb07fbf10082e0e4aafab733bf description: '' @@ -85146,6 +90426,7 @@ https://github.com/PrasadG193/kyaml2go: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://github.com/Pscheidl/kubectl-explorer: content_hash: 52a47f8db982bb0f3baab72bd1b634e53e73672e27c0c09a8f376233ae822179 gh_license: Apache-2.0 @@ -85161,6 +90442,7 @@ https://github.com/Pscheidl/kubectl-explorer: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/Pscheidl/kubexplorer: content_hash: b562806c87a82618b3ca395fe614657ebb1b39f49aafd47797ee2838adf193b7 description: '' @@ -85171,6 +90453,7 @@ https://github.com/Pscheidl/kubexplorer: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/PyGithub/PyGithub: content_hash: 2498211a8c67c5f675ec93e06ad44db7328be57d7eade3d3dae7ad8caa413438 description: '' @@ -85190,6 +90473,7 @@ https://github.com/PyGithub/PyGithub: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/PyratLabs/ansible-role-k3s: content_hash: b90681d777b1b3fcf2f50b7a3c656e03e3cd10cbeed2564138e41ed412e7a864 description: '' @@ -85209,6 +90493,7 @@ https://github.com/PyratLabs/ansible-role-k3s: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/Qovery/Torii: content_hash: 8f40d5792c2432c16743de893b3e78fd4875d95005edfac3dd7d407267b886ae description: '' @@ -85228,6 +90513,7 @@ https://github.com/Qovery/Torii: v2_locations: - devops.md year: N/A + addition_method: manual https://github.com/Qovery/engine: content_hash: f8388e431919cbf792c57f9c55e77c67f2a3188d9dbd2d9042f99b469e94c405 description: '' @@ -85247,6 +90533,7 @@ https://github.com/Qovery/engine: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Qovery/pleco: content_hash: 26703e33d15988bb18f88f699631753b77bbc01a3ae6c528138740edd0806343 description: '' @@ -85266,6 +90553,7 @@ https://github.com/Qovery/pleco: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Quentin-M/etcd-cloud-operator: content_hash: c035bbca5b1621abcf8db7fc9c70ce275fffafe66b882095112839ceb4e0e4b5 description: '' @@ -85285,6 +90573,7 @@ https://github.com/Quentin-M/etcd-cloud-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/Radware/radware-ansible: content_hash: 78e7074d642934692a21e143639f97f29f0fb05a756f551f9fcaf3073db61e3f description: '' @@ -85304,6 +90593,7 @@ https://github.com/Radware/radware-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/Ramilito/kubediff: content_hash: 1f0c6d67036c78fcc64323475433be29fb1db5472ef07e364334d49d6bb9ccc8 description: '' @@ -85323,6 +90613,7 @@ https://github.com/Ramilito/kubediff: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Ramilito/kubesess: content_hash: d2a4d8e731cd0408d6a4f848093e6c4f8e92c9d3b876c9babafca131910ea0d8 description: '' @@ -85342,6 +90633,7 @@ https://github.com/Ramilito/kubesess: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/Reaimua/AWS-CLI-Uploader-Project: content_hash: d6159322d5eec32bc80e42fded054344b3be2c5785ac27ed74b1236e42380286 description: '' @@ -85358,6 +90650,7 @@ https://github.com/Reaimua/AWS-CLI-Uploader-Project: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/ReallyLiri/kubescout: content_hash: 7846df0f9ad649d46e56fd856924400a4dafcfbefbc4c73825775adf74079c81 description: '' @@ -85377,6 +90670,7 @@ https://github.com/ReallyLiri/kubescout: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/RedisLabs/redis-enterprise-k8s-docs: content_hash: 865451a522ca6b5112829fa9c02bcccd6767e74846035c5fe45ea49acf1e756f description: '' @@ -85393,6 +90687,7 @@ https://github.com/RedisLabs/redis-enterprise-k8s-docs: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/Rested/portfall: content_hash: 2d2e13ac904f4024effb4f4239dc0fb19196825668a1349e3b79c146360b84ae gh_license: MIT @@ -85408,6 +90703,7 @@ https://github.com/Rested/portfall: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/RoseSecurity/Terramaid: content_hash: fdc1002c98d4a4eabbea5d2e2738cb29925fd2ee6ead97800782b5781fe3ca40 description: '' @@ -85427,6 +90723,7 @@ https://github.com/RoseSecurity/Terramaid: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/SAP-archive/kubernetes-deployment-orchestrator: ai_summary: An early experimental orchestrator from SAP for coordinating complex Kubernetes and Helm release sequences. The repository has been archived and is @@ -85458,12 +90755,14 @@ https://github.com/SAP-archive/kubernetes-deployment-orchestrator: v2_locations: - helm.md year: '2021' + addition_method: manual https://github.com/SAP/jenkins-library: content_hash: b34245c60382e5fd68cee735a78fce12fae57bd37f797de410022f099c425202 health_score: 100.0 last_checked: 1779032835.337215 v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/SAP/kubernetes-deployment-orchestrator: content_hash: 198ce0a4229f9eccf84208128bb1f0022b948d731cce276e1a1e8064971f6342 description: '' @@ -85474,6 +90773,7 @@ https://github.com/SAP/kubernetes-deployment-orchestrator: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://github.com/Salaboy/from-monolith-to-k8s: content_hash: f4ad402920e19debc9fb733d9d0e70d0d427045add322ecea22a7dcf704f31ff description: '' @@ -85495,6 +90795,7 @@ https://github.com/Salaboy/from-monolith-to-k8s: - java_frameworks.md - demos.md year: N/A + addition_method: manual https://github.com/Saniewski/mongo-express-docker-extension: content_hash: 288d3f0cd2afa37afc6758f8e08d95ccce6680251f08d4be4b16b29ee1fbce6a description: '' @@ -85514,6 +90815,7 @@ https://github.com/Saniewski/mongo-express-docker-extension: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/Shopify/kubeaudit: ai_summary: An open-source auditor that checks active Kubernetes configurations and YAML manifests against real-world security profiles. Prevents misconfigurations @@ -85544,6 +90846,7 @@ https://github.com/Shopify/kubeaudit: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/SigNoz/signoz: content_hash: f2efb326383937b515d50315f2cef61e5c9eeef9e8ce161513a8b320e802936e description: '' @@ -85566,6 +90869,7 @@ https://github.com/SigNoz/signoz: - kubernetes-tools.md - monitoring.md year: N/A + addition_method: manual https://github.com/SimonTheLeg/konf-go: content_hash: 6deaff9471dda21db30f9454efb5785d63b603fe367c0f2e2e961a649884dc0b description: '' @@ -85585,6 +90889,7 @@ https://github.com/SimonTheLeg/konf-go: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/SkalskiP/top-cvpr-2023-papers: ai_summary: A structured hub tracking top-performing research work from CVPR 2023. Synthesizes key advancements in object detection, visual language models, and @@ -85615,6 +90920,7 @@ https://github.com/SkalskiP/top-cvpr-2023-papers: v2_locations: - ai.md year: N/A + addition_method: manual https://github.com/Skarlso/crd-to-sample-yaml: content_hash: 4552d618f2b5a0e6220c306beae3f65243503fe93f19299cc7bc1236758a1761 description: '' @@ -85634,6 +90940,7 @@ https://github.com/Skarlso/crd-to-sample-yaml: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Skyvern-ai/Skyvern: ai_summary: 'Curator Insight: An AI-powered web browser automation agent designed to extract data and execute workflows on complex interfaces. @@ -85667,6 +90974,7 @@ https://github.com/Skyvern-ai/Skyvern: v2_locations: - ai-agents-mcp.md year: N/A + addition_method: manual https://github.com/SparebankenVest/azure-key-vault-to-kubernetes: ai_summary: The underlying repository for the akv2k8s engine. Provides controller capabilities and Custom Resource Definitions (CRDs) like AzureKeyVaultSecret for @@ -85697,6 +91005,7 @@ https://github.com/SparebankenVest/azure-key-vault-to-kubernetes: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/SquadcastHub/awesome-sre-tools: content_hash: 01a69f479a0f80f0bbb8ad4b14088f1df9b56bfbed0e300acd1eb99e807d914a description: '' @@ -85717,6 +91026,7 @@ https://github.com/SquadcastHub/awesome-sre-tools: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/StackStorm: content_hash: 3f7ccfa19d22625be2d9b7cd3c7580f3ece6a9933c47cbd90ca9e80a756023e8 description: '' @@ -85733,6 +91043,7 @@ https://github.com/StackStorm: v2_locations: - stackstorm.md year: N/A + addition_method: manual https://github.com/StarpTech/k-andy: content_hash: 8028ee6f6d7bcd322f3b910996e2dfadb122caa55f7e520478ec1998cbb5fa18 description: '' @@ -85752,6 +91063,7 @@ https://github.com/StarpTech/k-andy: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/Stono/kconmon: content_hash: ddda947b53bf609166ee99149783bd488b2d33de7136b1c726d31f9ab0832238 description: '' @@ -85771,6 +91083,7 @@ https://github.com/Stono/kconmon: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/SymbioticLab/Oobleck: content_hash: bb79fc1207725deae4ac4dfe99d1e9e94646f089545fa094170bc11fe5f89c2c description: '' @@ -85791,6 +91104,7 @@ https://github.com/SymbioticLab/Oobleck: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/TabularisDB/tabularis/blob/main/README.es.md: ai_summary: An innovative, open-source cross-platform database client featuring deep AI integration and Model Context Protocol (MCP) compliance. This configuration @@ -85829,6 +91143,7 @@ https://github.com/TabularisDB/tabularis/blob/main/README.es.md: - databases.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/TerraHubCorp/terraform-google-automation-demo: content_hash: 5d416772b5e31660626504b602f168033275d84d843c8d1038929f42a7699feb description: '' @@ -85839,6 +91154,7 @@ https://github.com/TerraHubCorp/terraform-google-automation-demo: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/TheJambo/awesome-testing: content_hash: 4062ce50038ba4c743409acf34e287f9c89b47ae354cd679f7ac8fecc5b8acd2 description: '' @@ -85859,6 +91175,7 @@ https://github.com/TheJambo/awesome-testing: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/TheYkk/synator: content_hash: 7b5fd02ea60b8513386203f3d14c32181ac7ae917998e2ab6ee7df1320f21c5c description: '' @@ -85878,6 +91195,7 @@ https://github.com/TheYkk/synator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Thiht/smocker: content_hash: fb4cb099148f737393a4c3e8baa1bbdc2306c96e276c2453da62b48784781fca description: '' @@ -85888,6 +91206,7 @@ https://github.com/Thiht/smocker: v1_locations: - docs/testops.md year: N/A + addition_method: manual https://github.com/TrackMaven/getting-started-with-drf-angular/tree/part-2: content_hash: a45c1b5a401a34bb5cdad3a04ab5c3560fb0e84a78796dcd4514d4b44e27a7ca description: '' @@ -85899,6 +91218,7 @@ https://github.com/TrackMaven/getting-started-with-drf-angular/tree/part-2: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.com/Trendyol/kink: content_hash: 3fa87e5b5f9c29897a36a31ab467825539bc7ac0d098011a2eefb908715b407f description: '' @@ -85918,6 +91238,7 @@ https://github.com/Trendyol/kink: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Trendyol/kubectl-view-webhook: content_hash: ec25b6a93a8a7bede199d669bbe05f0a168d6201da15746d739843d60e1fdd21 description: '' @@ -85937,6 +91258,7 @@ https://github.com/Trendyol/kubectl-view-webhook: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Trolley-MGMT/trolleymgmt: content_hash: d45c38de299f761f5ca847cff638c0b0aa16385c7ad32baed1ee998211cfc9d1 description: '' @@ -85956,6 +91278,7 @@ https://github.com/Trolley-MGMT/trolleymgmt: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/Tronde/ansible-role-rhel-patchmanagement: content_hash: 4514ee147f14dcb5ce787276dcd932645364041d9d6cfedb8be11d13b6c8ce4a description: '' @@ -85975,6 +91298,7 @@ https://github.com/Tronde/ansible-role-rhel-patchmanagement: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/UnderGreen/ansible-prometheus-node-exporter: content_hash: 267c4a5a22b8f13e0dd4d841f28bc792623b0e71ce2d0d52ff65594e9557af40 description: '' @@ -85987,6 +91311,7 @@ https://github.com/UnderGreen/ansible-prometheus-node-exporter: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/Unitech/pm2: content_hash: 475da0c52dd00c9a32421d48794c494e6a4433d27fc1094d97e7e7d0a9e999c4 description: '' @@ -86006,6 +91331,7 @@ https://github.com/Unitech/pm2: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/VictoriaMetrics/operator: content_hash: 2d4789b290a170c9730e66d1a451dca9696340d3fb570a83ec97e5c2065352f3 description: '' @@ -86025,6 +91351,7 @@ https://github.com/VictoriaMetrics/operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/VikParuchuri/surya: content_hash: 1bcfe1599f12fbc0f1c286bcae888e415e4a4ca273920893162374e77c0dafa1 description: '' @@ -86035,6 +91362,7 @@ https://github.com/VikParuchuri/surya: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://github.com/Wilfred/difftastic: content_hash: 4d74d1860ada6c88910ee8233af26ab96593491adbf0fc1fe0babbdd2d894227 description: '' @@ -86054,6 +91382,7 @@ https://github.com/Wilfred/difftastic: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/William-Yeh/ansible-prometheus: content_hash: 0af505c06542722a2ed175962d2a7db86448f9885e230047684d5c4b88d02b52 description: '' @@ -86066,6 +91395,7 @@ https://github.com/William-Yeh/ansible-prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/XI-lab/PyExPool: content_hash: fab939ac4014af479885a8ef4424fbe5c02e011461b5675af52924e0029de292 description: '' @@ -86076,6 +91406,7 @@ https://github.com/XI-lab/PyExPool: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.com/XingangPan/DragGAN: ai_summary: An influential image manipulation tool implementing DragGAN, allowing users to interactively drag points of an image to precisely synthesize changes @@ -86109,6 +91440,7 @@ https://github.com/XingangPan/DragGAN: v2_locations: - ai.md year: N/A + addition_method: manual https://github.com/XtratusCloud/terraform-provider-azureipam: content_hash: fef93304fb0712339d6419f8667f224c0f1def83a862253dff0d4f763f37686d description: '' @@ -86132,6 +91464,7 @@ https://github.com/XtratusCloud/terraform-provider-azureipam: - iac.md - terraform.md year: N/A + addition_method: manual https://github.com/XuehaiPan/nvitop: content_hash: 4072dada8ec4fc2bb58f1e44395a93a2e0622ffbad6870ddf4d65c930df1d094 description: '' @@ -86151,6 +91484,7 @@ https://github.com/XuehaiPan/nvitop: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/YannickRe/msgraph-utility-scripts: content_hash: 3f290e857fcc6afc146a55c2ff426e8ea4bb4b378964975b7e05992740bb4bbf description: '' @@ -86170,6 +91504,7 @@ https://github.com/YannickRe/msgraph-utility-scripts: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/a8m/golang-cheat-sheet: ai_summary: Duplicate reference of the high-density Go cheat-sheet database. It provides programmatic access to Go fundamentals, standard functions, and syntax @@ -86199,6 +91534,7 @@ https://github.com/a8m/golang-cheat-sheet: - golang.md - cheatsheets.md year: N/A + addition_method: manual https://github.com/aabouzaid/kubech: content_hash: 11ed16e65ddcf82ef74baf50412897b3a6289b43d554b81516f5144f6391e7a7 description: '' @@ -86209,6 +91545,7 @@ https://github.com/aabouzaid/kubech: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/aalmiray/q-cli: content_hash: 30248eeb96ffad2fb930bf0fe36a0d4da972f64119691940f2c5c16b4c573681 description: '' @@ -86228,6 +91565,7 @@ https://github.com/aalmiray/q-cli: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/aarondl/sqlboiler: ai_summary: Curator Insight frames SQLBoiler as a database-first generator tool producing type-safe Go ORM code from database schemas. Live Grounding confirms @@ -86259,6 +91597,7 @@ https://github.com/aarondl/sqlboiler: v2_locations: - golang.md year: '2025' + addition_method: manual https://github.com/abahmed/kwatch: content_hash: 701ef11432421abc27ce038312f4098feb632c5d4e16e811e756b8336ab061b4 description: '' @@ -86278,6 +91617,7 @@ https://github.com/abahmed/kwatch: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/abessifi/ansible-sqlplus: content_hash: 25b254c33750830b281c2fa6649b74eb2a90efd5966bee568a9cdc4c4a98ed65 description: '' @@ -86297,6 +91637,7 @@ https://github.com/abessifi/ansible-sqlplus: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/abhirockzz/kubexpose-operator: content_hash: af604f168ab50f3712a4d5e6e0edc26a37919202353108225cfa8adad87f1ad9 description: '' @@ -86315,6 +91656,7 @@ https://github.com/abhirockzz/kubexpose-operator: - kubernetes-tools.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/abhishek-ch/around-dataengineering: content_hash: f930ab3635d81634c313246122368bc66abc84911c6b1c41982bf56250b05273 description: '' @@ -86334,6 +91676,7 @@ https://github.com/abhishek-ch/around-dataengineering: - mlops.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/aca/go-kubectx: content_hash: be952c70d70097b957944cda76e72020789653233dc2985806989e52416675c2 description: '' @@ -86350,6 +91693,7 @@ https://github.com/aca/go-kubectx: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/acantril/learn-cantrill-io-labs: content_hash: 3e6603ced2648ecd72569d6c06c2883e6124acc1ad1af3c4162355af79b0a829 description: '' @@ -86362,18 +91706,21 @@ https://github.com/acantril/learn-cantrill-io-labs: v1_locations: - docs/aws-training.md year: N/A + addition_method: manual https://github.com/acidonper/jump-app-docs: content_hash: f743c3f06eb6de0347c96663c2485b27061d6c694090c1dfdb7d910abdb7228f health_score: 100.0 last_checked: 1779029939.389697 v1_locations: - docs/demos.md + addition_method: manual https://github.com/acidonper/jump-app-gitops: content_hash: 9df86ddeab85d5e49fe8e68c05013e8ca8ba59b65df2f3b91abb618d1f6d6f1f health_score: 100.0 last_checked: 1779030249.060808 v1_locations: - docs/demos.md + addition_method: manual https://github.com/acorn-io/acorn: content_hash: 1606eafe22401d318436f235433ded3b934cfa77ab978a922eb40436d02db510 description: '' @@ -86384,6 +91731,7 @@ https://github.com/acorn-io/acorn: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/actions-runner-controller/actions-runner-controller: content_hash: e0b81792621a3f351f640bbf07601f3cbc5efdefbb09a7cdce88ae3ced404fdf description: '' @@ -86394,6 +91742,7 @@ https://github.com/actions-runner-controller/actions-runner-controller: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/actions/actions-runner-controller: ai_summary: An official Kubernetes operator designed to manage self-hosted runner infrastructure dynamically. Integrates natively with Kubernetes HPA metrics to @@ -86427,6 +91776,7 @@ https://github.com/actions/actions-runner-controller: - jenkins-alternatives.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet: ai_summary: 'One of the most referenced cheat sheets on GitHub for fast, offline-compatible Markdown syntax lookups. Includes rendering comparisons for basic elements, blockquotes, @@ -86461,6 +91811,7 @@ https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet: - mkdocs.md - cheatsheets.md year: N/A + addition_method: manual https://github.com/adaptant-labs/k8s-auto-labeller: content_hash: 24ec81ac9e8ac36b38e924eda1e90e1616919f7f8406b3879700f8e30a4c7f49 description: '' @@ -86480,6 +91831,7 @@ https://github.com/adaptant-labs/k8s-auto-labeller: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/adaptant-labs/k8s-dt-node-labeller: content_hash: e864fe7a23aefaf57fe5bf2eb54ab294e360ce4bb83bade4c7b3461f8b980026 description: '' @@ -86499,6 +91851,7 @@ https://github.com/adaptant-labs/k8s-dt-node-labeller: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/adaptant-labs/k8s-node-label-monitor: content_hash: 6a8f69c637c8effae9484ef69f8807bfe4539e079283db28f6fac8f416dc0674 description: '' @@ -86521,6 +91874,7 @@ https://github.com/adaptant-labs/k8s-node-label-monitor: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/admindroid-community/powershell-scripts: content_hash: 2792ab510a7b130b5c3144c10f0acc5bed874b21df177c1abcf3dcda3c930100 description: '' @@ -86538,6 +91892,7 @@ https://github.com/admindroid-community/powershell-scripts: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/adriannovegil/awesome-observability: content_hash: 05b5afe1463a41fa204fac02ec29a2aca3890d4a9f0a527f8a892cec2de520e6 description: '' @@ -86558,6 +91913,7 @@ https://github.com/adriannovegil/awesome-observability: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/aelsabbahy/goss: content_hash: b2a6e2ded5a8d1eac440ffd247a8f8c9983b6614838f8a9d3be544f2fde6df12 description: '' @@ -86568,6 +91924,7 @@ https://github.com/aelsabbahy/goss: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ahas-sigs/kube-ebpf-exporter: content_hash: ffbd284277e0f0a2a7affc010aacea050871b3cbae526f63bd22a32b7c9f5f6b description: '' @@ -86587,6 +91944,7 @@ https://github.com/ahas-sigs/kube-ebpf-exporter: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ahmetb/kubectl-aliases: content_hash: 310aec75dce6ba83e1bbaaca8e248da167c2c480d64337a9d4cc86aeff1eb8ed description: '' @@ -86606,6 +91964,7 @@ https://github.com/ahmetb/kubectl-aliases: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://github.com/ahmetb/kubectl-foreach: content_hash: a348bd4f6024b67b9755bdcaa928abf3ca154c05263cca86ea1a898ecf30758a description: '' @@ -86625,6 +91984,7 @@ https://github.com/ahmetb/kubectl-foreach: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ahmetb/kubectl-tree: content_hash: a4af8c68f8ba51a9398b292e4551dd81243192c570df44497c92264404ecbc5c description: '' @@ -86644,6 +92004,7 @@ https://github.com/ahmetb/kubectl-tree: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ahmetb/kubectx: content_hash: 39b78501f9b3e9898481b8ef40f8b2a1d81c840109d2fa2ad117564edb65d584 description: '' @@ -86663,6 +92024,7 @@ https://github.com/ahmetb/kubectx: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ahmetb/kubernetes-network-policy-recipes: content_hash: 0fc77e7ecc41f1b0736d3aaf88a7a6ffbddf4068bbaa1b4f92d12a70246e65e2 description: '' @@ -86684,6 +92046,7 @@ https://github.com/ahmetb/kubernetes-network-policy-recipes: - kubernetes-networking.md - demos.md year: N/A + addition_method: manual https://github.com/aidansteele/secretsctx: ai_summary: A custom Go-based runtime library designed to inject dynamic secrets from external storage layers directly into context-aware serverless pipelines. @@ -86713,6 +92076,7 @@ https://github.com/aidansteele/secretsctx: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://github.com/aimhubio/aim: content_hash: 997d320ec7590772d2d44a8b638c1f424a50731d142f6cda3cae805aa5b305fb description: '' @@ -86732,6 +92096,7 @@ https://github.com/aimhubio/aim: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/airwallex/k8s-pod-restart-info-collector: content_hash: 3e4e21d175049930d8f16e327994a22b47054e30aa250ad356667034e77895de description: '' @@ -86748,6 +92113,7 @@ https://github.com/airwallex/k8s-pod-restart-info-collector: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/ajayk/drifter: content_hash: 7e6917d7a7462342ffc27824d9e20008d937114fda3cf61353add05bc00193bf description: '' @@ -86767,6 +92133,7 @@ https://github.com/ajayk/drifter: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ajmyyra/ambassador-auth-oidc: content_hash: ff59f529d8db417c89704bee344d50311ebfcc54186836e5265d3fb6c301965c gh_license: MIT @@ -86775,6 +92142,7 @@ https://github.com/ajmyyra/ambassador-auth-oidc: needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://github.com/akuity/awesome-argo: content_hash: 4cfcb2323980bc80f403202b4611bc3b2dd06b3d8dda2c07d39412a509e54f89 description: '' @@ -86795,6 +92163,7 @@ https://github.com/akuity/awesome-argo: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/akuity/kargo: content_hash: ebf41a4d95c3859a0afbdad795500f43901217ee56051ce957b11ffaa90529ee description: '' @@ -86814,6 +92183,7 @@ https://github.com/akuity/kargo: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/akullpp/awesome-java: content_hash: 812519e1d1f39879872200f2cd381725b275fc4c3a6108bec333cdc778654a7b description: '' @@ -86834,6 +92204,7 @@ https://github.com/akullpp/awesome-java: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/alcideio/advisor: content_hash: 477a1f69dee0048b2f273002fb0ba196a9ff38474a0f11298171945860b9de9b description: '' @@ -86851,6 +92222,7 @@ https://github.com/alcideio/advisor: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/alcideio/rbac-tool: content_hash: c8448727bac561737be07944f0ac776fb84063cafeabccdd3fdcebbd63aa30ab description: '' @@ -86870,6 +92242,7 @@ https://github.com/alcideio/rbac-tool: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/alcideio/skan: content_hash: 0d4218db4fc62d51f1e3a8c89cd6b2e2eed5e40cd648213bf00d979511444948 description: '' @@ -86889,6 +92262,7 @@ https://github.com/alcideio/skan: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/alexdzyoba/ansible-jmx-exporter: content_hash: 00179b8c10f6a85e83cb33a2c17eac2a8351b034c75c06cd87e9b731ba98df60 description: '' @@ -86901,6 +92275,7 @@ https://github.com/alexdzyoba/ansible-jmx-exporter: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/alexellis/k3sup: content_hash: d47d1c0f36ca75f93fc3b56082ac640b6aaacc77c2294cde2f50f69e80b06665 description: '' @@ -86922,6 +92297,7 @@ https://github.com/alexellis/k3sup: - rancher.md - matrix-table.md year: N/A + addition_method: manual https://github.com/alexellis/registry-creds: content_hash: c98b4b125f09915c117c9fc31b1fb47b55b3ed10bba3571831ebbb24fcd19084 description: '' @@ -86941,6 +92317,7 @@ https://github.com/alexellis/registry-creds: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/alexellis/run-job: content_hash: 15c4fd11e7ae38960f3112fa9957f3c4449d2f2dd58a635ef9f0c9877b25ba88 description: '' @@ -86962,6 +92339,7 @@ https://github.com/alexellis/run-job: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/aliesbelik/awesome-jmeter: content_hash: d126061c974412126edf2a91603124c2a05f2a984e2dded6cd7e51725d0b907f description: '' @@ -86982,6 +92360,7 @@ https://github.com/aliesbelik/awesome-jmeter: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/allure-framework/allure2: content_hash: 904874589c38dac686cfef5beed2a33eed33234405307bfd4478b46057c0924e description: '' @@ -87001,6 +92380,7 @@ https://github.com/allure-framework/allure2: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/amazon-archives/aws-training-demo: content_hash: 12ba405003f66717af427558892ecba6fc404c7a89e92fe1583a35c32d7cbee7 gh_license: Apache-2.0 @@ -87016,6 +92396,7 @@ https://github.com/amazon-archives/aws-training-demo: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/amazon-archives/aws-waf-sample: content_hash: ddea1ea4fcf5f9a5fc9a8369dd1679d8d2742aac6828d7ed28b950d09abcd140 gh_license: MIT-0 @@ -87031,6 +92412,7 @@ https://github.com/amazon-archives/aws-waf-sample: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://github.com/amelbakry/kubernetes-active-passive: content_hash: bf79c301fff4e55aa4ac515fcf282e6bf1ac6795640e5b21b135d27cfc6c44c6 description: '' @@ -87047,6 +92429,7 @@ https://github.com/amelbakry/kubernetes-active-passive: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/amitmavgupta/azure-terraform: content_hash: 77ad6a6af303e04c458fc78a1c7a75d7e28681a7a88f5589b612cfac3a1e4bc2 description: '' @@ -87066,6 +92449,7 @@ https://github.com/amitmavgupta/azure-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/anchore/grype: content_hash: 457d117ce39ba93b09de80026a3d67a203e6a39b8511306889f032c360d1c6f9 description: '' @@ -87087,6 +92471,7 @@ https://github.com/anchore/grype: - kubernetes-tools.md - devsecops.md year: N/A + addition_method: manual https://github.com/anchore/syft: content_hash: db2fcf1ed1811ccd981eff91084d06e12e3cc79c9281dd6b8e36898d2efb90d2 description: '' @@ -87106,6 +92491,7 @@ https://github.com/anchore/syft: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/anderseknert/awesome-opa: content_hash: 74b59d9adc2bc20caea9b43eb1abb3db4a1ee3ccb4ec9a03f666cb0130112715 description: '' @@ -87116,6 +92502,7 @@ https://github.com/anderseknert/awesome-opa: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/andreazorzetto/yh: ai_summary: Curator Insight introduces yh as a dedicated CLI syntax highlighter designed specifically for YAML output. Live Grounding verifies that unlike generic @@ -87149,6 +92536,7 @@ https://github.com/andreazorzetto/yh: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/andredesousa/devops-best-practices: content_hash: f62c1fb10bd804350b1cd6db1ca47e20316b90f9cc78502d5933c39895c42a37 description: '' @@ -87169,6 +92557,7 @@ https://github.com/andredesousa/devops-best-practices: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/andrewpuch/nagios_setup: content_hash: 765dc175d742822fbc5de8766a7a18e7d73ee853aa9ea8d72e0be13162ae41f3 description: '' @@ -87185,6 +92574,7 @@ https://github.com/andrewpuch/nagios_setup: v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://github.com/andrewstetsenko/tech-jobs-with-relocation: ai_summary: A highly rated, community-vetted handbook and repository containing aggregated metadata on global job searches. It details specific corporate policies @@ -87216,6 +92606,7 @@ https://github.com/andrewstetsenko/tech-jobs-with-relocation: v2_locations: - recruitment.md year: N/A + addition_method: manual https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_bash.md: ai_summary: The ultimate reference manual for writing safe, robust shell scripts, maintained as part of the Shellharden project. Explains how to avoid typical syntax @@ -87248,6 +92639,7 @@ https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_ba v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/ansible-collections: content_hash: ac690db74143451d4c91e08cd4c35bf09d1e37cbc8afad7cd5503a9c5d6bf6e5 description: '' @@ -87264,6 +92656,7 @@ https://github.com/ansible-collections: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/ansible-collections/amazon.aws: content_hash: 804fce1e8984f14dfa663281baa5c49908f5fbdc2cb9c315bf8810accca8f739 description: '' @@ -87283,6 +92676,7 @@ https://github.com/ansible-collections/amazon.aws: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/ansible-community/awesome-ansible: content_hash: a6d2538e3c6f7054fdc0b96563cc79781689be4289ad2df477cefddcdf223336 description: '' @@ -87304,6 +92698,7 @@ https://github.com/ansible-community/awesome-ansible: - other-awesome-lists.md - ansible.md year: N/A + addition_method: manual https://github.com/ansible/awx: content_hash: f3fbd9fc28591beaf0b721ceaa08a9c0e377084d6c766f7c2cac89bce3e914c1 description: '' @@ -87323,6 +92718,7 @@ https://github.com/ansible/awx: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/ansible/awx-operator: content_hash: 655a86e32bad792bf72866cdd9a55b87bfa5b5cf86eb6f5f21ff69e50139f5c4 description: '' @@ -87342,6 +92738,7 @@ https://github.com/ansible/awx-operator: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/ansistrano: content_hash: 11ba7b804a77cb7777c52f65813d4a0036691f24375ee6b5697ff7f64d55a614 description: '' @@ -87358,6 +92755,7 @@ https://github.com/ansistrano: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/anthonysterling/setec: content_hash: bc785d0adc1e9bd8f104e8a24809196609d0877dc5170691ccda7cb04f4a2756 description: '' @@ -87377,6 +92775,7 @@ https://github.com/anthonysterling/setec: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/antonarhipov/awesome-apm: content_hash: 413d1bd8de0ced190ceb0b68ef29a300eb389bacc7855032bbe2917d6a005e00 description: '' @@ -87395,6 +92794,7 @@ https://github.com/antonarhipov/awesome-apm: - monitoring.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/antonbabenko/terraform-best-practices: content_hash: 65e3df4f3d17318e100f3b42b6c37a2404da5e7320d0061db1805f5157ffbc32 description: '' @@ -87418,6 +92818,7 @@ https://github.com/antonbabenko/terraform-best-practices: - iac.md - terraform.md year: N/A + addition_method: manual https://github.com/antonbabenko/terraform-skill: ai_summary: An experimental, open-source repository establishing unified Model Context Protocol (MCP) skills or AI tools for Terraform and OpenTofu. Empowers AI agents @@ -87454,6 +92855,7 @@ https://github.com/antonbabenko/terraform-skill: - iac.md - terraform.md year: N/A + addition_method: manual https://github.com/antonmedv/fx: content_hash: 8fb21ceea1d4a73169b87bd5d6f0c5b16a4185020f9453634910dd33f481a68b description: '' @@ -87466,6 +92868,7 @@ https://github.com/antonmedv/fx: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/antrea-io/antrea: content_hash: 6659111b06ffcfb4ef70584b0dbc5ca0ae90a94f7a20978c8920c73c1672b9b3 gh_license: Apache-2.0 @@ -87474,6 +92877,7 @@ https://github.com/antrea-io/antrea: needs_ai_refresh: true v1_locations: - docs/kubernetes-networking.md + addition_method: manual https://github.com/apache/activemq-artemis: content_hash: 7bafd4c450f2999669094cbd6a4dc4e49e2c53f71d2775de69f46cff36bb586d description: '' @@ -87485,6 +92889,7 @@ https://github.com/apache/activemq-artemis: - docs/message-queue.md - docs/prometheus.md year: N/A + addition_method: manual https://github.com/apache/apisix: content_hash: 8c6b414af9df9cd042a76b844eceb101ecd137e839408a3c13da57cb8dc1b65f description: '' @@ -87504,6 +92909,7 @@ https://github.com/apache/apisix: v2_locations: - developerportals.md year: N/A + addition_method: manual https://github.com/apache/artemis: ai_summary: The official GitHub mirror of Apache ActiveMQ Artemis, housing the high-performance non-blocking asynchronous message broker. It provides native support for AMQP, @@ -87538,6 +92944,7 @@ https://github.com/apache/artemis: - message-queue.md - prometheus.md year: '2026' + addition_method: manual https://github.com/apache/dolphinscheduler: content_hash: c2f0762db448834bfcf83203a5dc5663c76e172ef4e5f6274eadc355959b9d56 description: '' @@ -87557,6 +92964,7 @@ https://github.com/apache/dolphinscheduler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/apache/maven-mvnd: ai_summary: Apache Maven Daemon repository. Drastically reduces compilation overhead by utilizing persistent background execution processes to store compiler hot-spots @@ -87587,6 +92995,7 @@ https://github.com/apache/maven-mvnd: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://github.com/apache/tomcat-jakartaee-migration: content_hash: a0a6ed53f60d5854d820ec4c780437a3823a399432cc31e5e50616115878880d description: '' @@ -87606,6 +93015,7 @@ https://github.com/apache/tomcat-jakartaee-migration: v2_locations: - embedded-servlet-containers.md year: N/A + addition_method: manual https://github.com/apicurio/apicurio-registry: ai_summary: Apicurio Registry is a high-performance, open-source centralized schema registry. It enables teams to maintain and store OpenAPI, AsyncAPI, Avro, Protobuf, @@ -87637,6 +93047,7 @@ https://github.com/apicurio/apicurio-registry: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/apk8s/k3s-gitlab: content_hash: df6d24ee7760852189e0e1037f288289a4c8211339c135d0d10c1dcbfac3c641 description: '' @@ -87653,6 +93064,7 @@ https://github.com/apk8s/k3s-gitlab: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/aporia-ai/kubesurvival: content_hash: 43f259cf3ad4224e8b23ecaa836fef2960fa800ebba377e97c913efae78486e4 description: '' @@ -87674,6 +93086,7 @@ https://github.com/aporia-ai/kubesurvival: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/aporia-ai/mlplatform-workshop: content_hash: aaa796b6cedb8435a395ceffed9fa532074ccb7f09b344c218fcb5c35c0626b8 description: '' @@ -87693,6 +93106,7 @@ https://github.com/aporia-ai/mlplatform-workshop: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/app-sre/qontract-server: content_hash: a6bdddf51fc8fb9dba86f4e89b89beabbe6b3d2d40df356d8953d42a6b537a21 description: '' @@ -87712,6 +93126,7 @@ https://github.com/app-sre/qontract-server: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/appscode/guard: content_hash: 1a240efe5fe437d91440ed2089957bf46e523435c4aca6ccc1655459fa09a320 description: '' @@ -87722,6 +93137,7 @@ https://github.com/appscode/guard: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/appvia/cosign-keyless-admission-webhook: content_hash: 8f78f9c06f02b7de0dc6c2a769337d84c565b18ce1da3eb14161a146aa8ab5b4 description: '' @@ -87741,6 +93157,7 @@ https://github.com/appvia/cosign-keyless-admission-webhook: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/appvia/kev: content_hash: 1df9e14bf0c7979328a89088b86ae8da55bf99130f93d2df25cac4f902b9bd64 description: '' @@ -87751,6 +93168,7 @@ https://github.com/appvia/kev: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/appvia/krane: ai_summary: 'Curator Insight: An open-source Kubernetes RBAC static analysis tool designed to identify risky roles, cluster roles, and broad resource access configurations. @@ -87785,6 +93203,7 @@ https://github.com/appvia/krane: - kubernetes-security.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/appvia/tako: content_hash: 377bd061da94b783c8f87c81929154f29bd4b8426e0a0b5d02934d2535c92176 gh_license: Apache-2.0 @@ -87800,6 +93219,7 @@ https://github.com/appvia/tako: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/aquasecurity/cloudsec-icons: content_hash: d4917cbf5866a117245e65c3717323e6cbeab8a5bf0c58a6c41f599cceaa3fea description: '' @@ -87816,6 +93236,7 @@ https://github.com/aquasecurity/cloudsec-icons: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://github.com/aquasecurity/kube-bench: content_hash: 3fc464887d8cd3fc871fc6d9d7bd51f9fb7ae23f35731c95073e40620fb71285 description: '' @@ -87837,6 +93258,7 @@ https://github.com/aquasecurity/kube-bench: - kubernetes-tools.md - kubernetes-security.md year: N/A + addition_method: manual https://github.com/aquasecurity/kube-hunter: content_hash: 9104d2e020cd3963831a31761f037f16a536d2d44a303795855898e910f7ac30 description: '' @@ -87849,6 +93271,7 @@ https://github.com/aquasecurity/kube-hunter: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://github.com/aquasecurity/starboard: content_hash: 1824480eb35ee63c28294f0bb908498a16193d16da45d577500706614f5aca74 description: '' @@ -87868,6 +93291,7 @@ https://github.com/aquasecurity/starboard: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/aquasecurity/trivy: ai_summary: Trivy is a highly versatile security scanner that detects vulnerabilities, misconfigurations, secrets, and software licenses across container images, filesystems, @@ -87900,6 +93324,7 @@ https://github.com/aquasecurity/trivy: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/argilla-io/argilla: content_hash: 43a8d5613cb2f779fb3ed1a40fbc1eed35cddb7b216a7d13f8db6ba1a4d4776e gh_license: Apache-2.0 @@ -87915,6 +93340,7 @@ https://github.com/argilla-io/argilla: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://github.com/argoproj-labs/applicationset: content_hash: 736db94cb984f0c2e4e92a8c48893a99779cfe27b1f8a593684149d97cac0c43 description: '' @@ -87925,6 +93351,7 @@ https://github.com/argoproj-labs/applicationset: v1_locations: - docs/argo.md year: N/A + addition_method: manual https://github.com/argoproj-labs/argocd-autopilot: ai_summary: 'Curator Insight: An official Argo project opinionated tool designed to structure, install, and update Argo CD setups automatically. Live Grounding: @@ -87957,6 +93384,7 @@ https://github.com/argoproj-labs/argocd-autopilot: v2_locations: - argo.md year: N/A + addition_method: manual https://github.com/argoproj-labs/argocd-vault-plugin: ai_summary: 'Curator Insight: An indispensable Argo CD plugin built to inject secrets dynamically from HashiCorp Vault, AWS Secrets Manager, or GCP Secret Manager. @@ -87989,6 +93417,7 @@ https://github.com/argoproj-labs/argocd-vault-plugin: v2_locations: - argo.md year: N/A + addition_method: manual https://github.com/argoproj/applicationset: ai_summary: 'Curator Insight: The standard orchestrator that extends Argo CD to support multicluster application distribution templates. Live Grounding: Key component @@ -88021,6 +93450,7 @@ https://github.com/argoproj/applicationset: v2_locations: - argo.md year: '2024' + addition_method: manual https://github.com/argoproj/argo-cd/pull/26601: ai_summary: The official GitHub pull request introducing ApplicationSet rendering directly inside the Argo CD UI Resource Tree. This highly demanded improvement @@ -88056,6 +93486,7 @@ https://github.com/argoproj/argo-cd/pull/26601: - kubernetes-operators-controllers.md - cicd.md year: N/A + addition_method: manual https://github.com/armadaproject/armada: content_hash: 927210676217aa66088e5490ab7abaebeffc75d85169786f1cbc1f65babf6c47 gh_license: Apache-2.0 @@ -88071,6 +93502,7 @@ https://github.com/armadaproject/armada: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/arminc/k8s-platform-lcm: content_hash: 8da5006f3066cde9142ddef40c7935fa51ad77c535896b4c1ad36770273c76a9 description: '' @@ -88090,6 +93522,7 @@ https://github.com/arminc/k8s-platform-lcm: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/armory/minnaker: content_hash: bc9ea132c2e70c4c1230e36f022608e8505e2ee0506cd0270dd87d762505e438 description: '' @@ -88109,6 +93542,7 @@ https://github.com/armory/minnaker: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/armosec/kubescape: content_hash: b2edcccc6e3dc19610cb8401874e7e9c6efc002eea50bff20debb737537678d8 description: '' @@ -88119,6 +93553,7 @@ https://github.com/armosec/kubescape: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://github.com/armosec/regolibrary: content_hash: 632ecd5c343463ee3440caa26e977276d038338bdc2d4952ef3e18207cafb994 description: '' @@ -88129,6 +93564,7 @@ https://github.com/armosec/regolibrary: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/arslanbilal/git-cheat-sheet: content_hash: c263d3474671da6aee00f06477d2cf21e1b71609533804a19070230671efc968 description: '' @@ -88145,6 +93581,7 @@ https://github.com/arslanbilal/git-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/arttor/helmify: content_hash: 95af44ea2bd1b9252e87920a85c9df5d9b5f24886fc5e6bd00264af5fbf46866 description: '' @@ -88166,6 +93603,7 @@ https://github.com/arttor/helmify: - kubernetes-tools.md - yaml.md year: N/A + addition_method: manual https://github.com/arun-gupta/docker-jenkins-pipeline: content_hash: 850f58fedd04dc18d048d11e49b9b071128fdfd5e72db40e2d38139deff04889 description: '' @@ -88182,6 +93620,7 @@ https://github.com/arun-gupta/docker-jenkins-pipeline: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/asdf-community/asdf-kubectl: content_hash: 10d02cbbb3fd4e0ddf173cd2217d9b1d4ddc7870a563b7997224ee5708e67da8 gh_license: MIT @@ -88197,6 +93636,7 @@ https://github.com/asdf-community/asdf-kubectl: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/asim/go-micro: content_hash: 4480b6aeafbe7b209f8e12f66ba1c0fd250f07d5f8ff5d5e19aa614a730ba7ff description: '' @@ -88207,6 +93647,7 @@ https://github.com/asim/go-micro: v1_locations: - docs/golang.md year: N/A + addition_method: manual https://github.com/askmeegs/learn-istio: ai_summary: 'Practical repository dedicated to learning Istio basics. Note: Lacks recent updates (>4 years inactive), served primarily as a legacy training framework.' @@ -88233,6 +93674,7 @@ https://github.com/askmeegs/learn-istio: v2_locations: - istio.md year: N/A + addition_method: manual https://github.com/askmeegs/yaml-your-cloud: ai_summary: Demonstration codebase representing compositions and templates for unified cloud infrastructure configurations, providing a reference layout for Crossplane @@ -88263,6 +93705,7 @@ https://github.com/askmeegs/yaml-your-cloud: v2_locations: - crossplane.md year: N/A + addition_method: manual https://github.com/asobti/kube-monkey: content_hash: 64ba2f1a6d1eaad7862d63edda60c42a1ecf91065bb3327bfef52a3adc90ce5d description: '' @@ -88282,6 +93725,7 @@ https://github.com/asobti/kube-monkey: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://github.com/astefanutti/kubebox: content_hash: dd1e5c18d53d7353fcaad0e52d8769c617b69ac7d6821f62e8975f70e7cdd0ea description: '' @@ -88301,6 +93745,7 @@ https://github.com/astefanutti/kubebox: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/astral-sh/ruff: content_hash: 00e4cdf7ccac1fddbb00564f504169888829f18e865b1595287c4892ad556867 description: '' @@ -88322,6 +93767,7 @@ https://github.com/astral-sh/ruff: - python.md - visual-studio.md year: N/A + addition_method: manual https://github.com/atinfo/awesome-test-automation: content_hash: 122c77eeac0f609a07457f5415a2e09524d356674ed39f58d08a783a9cabde68 description: '' @@ -88341,6 +93787,7 @@ https://github.com/atinfo/awesome-test-automation: - other-awesome-lists.md - qa.md year: N/A + addition_method: manual https://github.com/atombender/ktail: content_hash: df0e7f2e8603144cba19bbf1aac09e4afeb62d7e17c9b896b903d5b2ca6a69fb description: '' @@ -88360,6 +93807,7 @@ https://github.com/atombender/ktail: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/auchenberg/volkswagen: content_hash: 93b447d3c580cbc91864737ac4c76580b4f07569783000abe2a687b53a4393b4 description: '' @@ -88379,6 +93827,7 @@ https://github.com/auchenberg/volkswagen: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/authelia/authelia: content_hash: 2209fc4a3a7d59e14441ca939b359b22219057aece6ca60b5085c4dd362d194e description: '' @@ -88398,6 +93847,7 @@ https://github.com/authelia/authelia: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/automateyournetwork/automate_your_network: content_hash: 5d31d3be43cf606cbb74f11b646eb7b881cad9edf676806d16c1f0613eab0b1f description: '' @@ -88418,6 +93868,7 @@ https://github.com/automateyournetwork/automate_your_network: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/avelino/awesome-go: ai_summary: The definitive curated repository of high-quality Go frameworks, libraries, and software. Unmatched resource for identifying vetted dependencies for enterprise @@ -88450,6 +93901,7 @@ https://github.com/avelino/awesome-go: - golang.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/avencera/yamine: ai_summary: A Rust-implemented CLI parser designed to optimize YAML file validation and structural queries. Under MVQ guidelines, it is categorized as legacy due @@ -88482,6 +93934,7 @@ https://github.com/avencera/yamine: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/awesome-devops/awesome-ansible: content_hash: a6d2538e3c6f7054fdc0b96563cc79781689be4289ad2df477cefddcdf223336 description: '' @@ -88492,6 +93945,7 @@ https://github.com/awesome-devops/awesome-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://github.com/awesome-foss/awesome-sysadmin: ai_summary: An incredibly rich curation containing production-grade open source utilities, control planes, networking layers, and security mechanisms used daily @@ -88527,6 +93981,7 @@ https://github.com/awesome-foss/awesome-sysadmin: - iac.md - monitoring.md year: N/A + addition_method: manual https://github.com/awesome-it/adeploy: content_hash: 73a59f2bcd53854998e44781b7181e97d3587dda6739ea22414a016470c72775 description: '' @@ -88546,6 +94001,7 @@ https://github.com/awesome-it/adeploy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/awesome-soft/awesome-devops: content_hash: df038a8577496df46981aaba137c4729d4fc5c6a96ae3e93c4a617ce97612df7 description: '' @@ -88566,6 +94022,7 @@ https://github.com/awesome-soft/awesome-devops: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/awesome-sre/awesome-sre: content_hash: 021ccfb5e4969ceefc90fd61ddc505c9db6b049211b74bb0a466925c3524ec19 description: '' @@ -88583,6 +94040,7 @@ https://github.com/awesome-sre/awesome-sre: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/aws-cloudformation/cloudformation-guard: content_hash: 80aa712b02fec3418dc86d022a043d90881873d43e7b6851962e9fd01ec6da8e description: '' @@ -88595,6 +94053,7 @@ https://github.com/aws-cloudformation/cloudformation-guard: v1_locations: - docs/aws-iac.md year: N/A + addition_method: manual https://github.com/aws-controllers-k8s/community: ai_summary: Official community hub and development ecosystem for ACK (AWS Controllers for Kubernetes). Enables teams to model and provision standard cloud resources @@ -88628,6 +94087,7 @@ https://github.com/aws-controllers-k8s/community: - managed-kubernetes-in-public-cloud.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/aws-ia/terraform-aws-eks-blueprints: ai_summary: A highly opinionated, production-ready collection of Terraform modules designed to accelerate Amazon EKS cluster deployments. Live Grounding highlights @@ -88662,6 +94122,7 @@ https://github.com/aws-ia/terraform-aws-eks-blueprints: - managed-kubernetes-in-public-cloud.md - terraform.md year: N/A + addition_method: manual https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/docs/v4-to-v5/motivation.md: content_hash: 2c9c034bfea790f9e75891f8aad8bd0022eaa94cd283c308e84cbea5611b9ab2 description: '' @@ -88674,6 +94135,7 @@ https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/docs/v4-to-v5/m v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/aws-observability: content_hash: 32f9ed227a0d9d466b2608c94a92bdcba69daa5957985988f41e207df893e9c1 description: '' @@ -88690,12 +94152,14 @@ https://github.com/aws-observability: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/aws-observability/terraform-aws-observability-accelerator: content_hash: 7160eea9597c82c0cbab2e806ff4aa39884346cc33c66281304796c207d8a342 health_score: 100.0 last_checked: 1779032780.159265 v1_locations: - docs/terraform.md + addition_method: manual https://github.com/aws-quickstart/cdk-eks-blueprints: content_hash: 0dfa9e033918308136eab12a441be32ed43249e4d49bd227ab3aa9e566596a55 description: '' @@ -88706,6 +94170,7 @@ https://github.com/aws-quickstart/cdk-eks-blueprints: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/aws-samples: content_hash: 818b25c8b128c4cc08f1b407654a5168ca85db1486768edb4d8634628e815922 description: '' @@ -88722,6 +94187,7 @@ https://github.com/aws-samples: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-auto-inventory: content_hash: d313f0e1c1d23aa70404f9af62b2948d85be04af17d3609ce1a0253fc928a08c description: '' @@ -88741,6 +94207,7 @@ https://github.com/aws-samples/aws-auto-inventory: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-cdk-for-k3scluster: content_hash: c2b3307d5505a3dde5e67e92035a8d1a9872f9d58d9450854c4259e2e2a9a1cd description: '' @@ -88760,6 +94227,7 @@ https://github.com/aws-samples/aws-cdk-for-k3scluster: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-cdk-stack-builder-tool: content_hash: 93a3ebf7ea5faff6c84b491c2841b309a61ceb63f65f710297d3782e44d4c829 description: '' @@ -88779,6 +94247,7 @@ https://github.com/aws-samples/aws-cdk-stack-builder-tool: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-customer-playbook-framework: content_hash: 82978fb0b4badce58791e9b1211ffc292cb1b18641bd837172c86e076e686297 description: '' @@ -88798,6 +94267,7 @@ https://github.com/aws-samples/aws-customer-playbook-framework: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-eks-accelerator-for-terraform: content_hash: b10114e005af34dd0a1b090b242ad5d0300ce15888760f434b4a9c9f669918da description: '' @@ -88809,6 +94279,7 @@ https://github.com/aws-samples/aws-eks-accelerator-for-terraform: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-network-hub-for-terraform: content_hash: f90f133dc5fdb9937ae0040c9da9cfe80b3a117b17c361d19a75f217f09d5e2e description: '' @@ -88828,6 +94299,7 @@ https://github.com/aws-samples/aws-network-hub-for-terraform: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-secrets-manager-hybrid-secret-replication-from-hashicorp-vault: content_hash: e6966ffed386f7a22e26fdd7e5a35687d807fc1c6dda1c86f60058dd915c314a description: '' @@ -88848,6 +94320,7 @@ https://github.com/aws-samples/aws-secrets-manager-hybrid-secret-replication-fro v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-training-demo: content_hash: e5f76d0406a15b046932dbd2d9018593d8479bc2555802fc14e9153e30744ddf description: '' @@ -88858,6 +94331,7 @@ https://github.com/aws-samples/aws-training-demo: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/aws-samples/aws-waf-ops-dashboards: content_hash: dcaf014a4d72a7da3894d5ce0acf5bc9846ef88858e8f35e4dc73bd084f64814 description: '' @@ -88877,6 +94351,7 @@ https://github.com/aws-samples/aws-waf-ops-dashboards: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/aws-samples/hardeneks: ai_summary: A command-line interface tool designed to run programmatic audits against an EKS cluster to identify violations of EKS Best Practices. It reviews cluster @@ -88908,6 +94383,7 @@ https://github.com/aws-samples/hardeneks: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/aws-samples/kubernetes-log4j-cve-2021-44228-node-agent: ai_summary: AWS-designed node agent blueprint created to identify running Kubernetes containers vulnerable to CVE-2021-44228. Highly specialized diagnostic tool, now @@ -88938,6 +94414,7 @@ https://github.com/aws-samples/kubernetes-log4j-cve-2021-44228-node-agent: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/aws-samples/resource-tagging-automation: content_hash: 353e106235cad0b0eb9a3d84375d179ed0575446d2bb8833813930176db4411c description: '' @@ -88957,6 +94434,7 @@ https://github.com/aws-samples/resource-tagging-automation: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/aws-samples/serverless-java-frameworks-samples: content_hash: 867180f2e91e7ff5a77f1975a4475a158eee7e6d192f07ef1fec431162932a46 description: '' @@ -88977,6 +94455,7 @@ https://github.com/aws-samples/serverless-java-frameworks-samples: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/aws-samples/service-catalog-engine-for-terraform-os: content_hash: 141ecec3f0fa591c8ce5cf754d915850551d85b3d2218af4ef16c82b25ff0ead description: '' @@ -88996,6 +94475,7 @@ https://github.com/aws-samples/service-catalog-engine-for-terraform-os: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/aws-samples/service-control-policy-examples: content_hash: ef3f0e023a64271f4be0f8d1359af9025a8e6cb503d00a91f8a3642438dab932 description: '' @@ -89015,6 +94495,7 @@ https://github.com/aws-samples/service-control-policy-examples: v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/aws-samples/visualize-iam-access-analyzer-policy-validation-findings: content_hash: f3fa9a4196c5cb6dc490af4524fd9c48039fe8b55ccc0ca58794beb6cb5b1a40 description: '' @@ -89035,6 +94516,7 @@ https://github.com/aws-samples/visualize-iam-access-analyzer-policy-validation-f v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/aws-samples/well-architected-iac-analyzer: ai_summary: An AWS-sourced open-source analyzer designed to inspect Infrastructure as Code (CloudFormation, Terraform) templates against AWS Well-Architected practices @@ -89070,6 +94552,7 @@ https://github.com/aws-samples/well-architected-iac-analyzer: - aws-architecture.md - iac.md year: N/A + addition_method: manual https://github.com/aws-solutions/aws-waf-security-automations: gh_license: Apache-2.0 gh_pushed: '2026-05-19T17:17:13Z' @@ -89080,6 +94563,7 @@ https://github.com/aws-solutions/aws-waf-security-automations: - '[COMMUNITY-TOOL]' v2_locations: - aws-security.md + addition_method: manual https://github.com/aws/amazon-ec2-metadata-mock: content_hash: 7170fe54585c143eba0319e7e780f6b9f481c4686eca4726f5bc412f81116a29 description: '' @@ -89099,6 +94583,7 @@ https://github.com/aws/amazon-ec2-metadata-mock: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://github.com/aws/amazon-eks-pod-identity-webhook: ai_summary: An essential mutation webhook that automatically injects AWS IAM variables and credentials into Kubernetes Pod structures. Enables fine-grained authorization @@ -89131,6 +94616,7 @@ https://github.com/aws/amazon-eks-pod-identity-webhook: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/aws/aws-node-termination-handler: ai_summary: High-efficiency agent ensuring EKS pod rescheduling during abrupt EC2 instance maintenance events, Spot interruptions, or ASG rebalance recommendations. @@ -89165,6 +94651,7 @@ https://github.com/aws/aws-node-termination-handler: - managed-kubernetes-in-public-cloud.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/aws/containers-roadmap: content_hash: a651d1bd73fd7a541f169ac4c3c373abe2c1fcb7b07c5ef981f09037ca9c4b64 description: '' @@ -89184,6 +94671,7 @@ https://github.com/aws/containers-roadmap: v2_locations: - aws.md year: N/A + addition_method: manual https://github.com/aws/eks-anywhere: ai_summary: An open-source tool that allows operators to easily create and run on-premises Kubernetes clusters using the curated distribution of Amazon EKS. It brings EKS @@ -89216,6 +94704,7 @@ https://github.com/aws/eks-anywhere: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/aws/eks-charts: ai_summary: The official Helm chart repository maintained by Amazon Web Services to bootstrap essential cluster add-ons. Hosts deployment packages for tools such @@ -89249,6 +94738,7 @@ https://github.com/aws/eks-charts: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/aws/eks-distro: ai_summary: Amazon EKS Distro provides the exact open-source Kubernetes components, patches, and dependencies validated by Amazon Web Services for its own managed @@ -89281,6 +94771,7 @@ https://github.com/aws/eks-distro: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/aws/karpenter-provider-aws: content_hash: 5efc45c20734350a0c65c8fc00f26170d524537559c5104c344a46a18a3b0ff5 gh_license: Apache-2.0 @@ -89296,6 +94787,7 @@ https://github.com/aws/karpenter-provider-aws: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/aws/secrets-store-csi-driver-provider-aws: ai_summary: The official AWS Secrets Manager provider for the Kubernetes Secrets Store CSI Driver. Enables mounting secrets as files directly to Pod volumes, removing @@ -89327,6 +94819,7 @@ https://github.com/aws/secrets-store-csi-driver-provider-aws: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/awslabs: ai_summary: AWS's central laboratory incubator on GitHub housing thousands of reference architectures, automation scripts, and experimental SDKs. Grounding validates @@ -89359,6 +94852,7 @@ https://github.com/awslabs: - aws-tools-scripts.md - aws.md year: N/A + addition_method: manual https://github.com/awslabs/amazon-ecr-credential-helper: content_hash: 6485c879c08e0048456259670896b18bcea1520aad1490fd027b541df0bf53cf description: '' @@ -89378,6 +94872,7 @@ https://github.com/awslabs/amazon-ecr-credential-helper: v2_locations: - aws-containers.md year: N/A + addition_method: manual https://github.com/awslabs/amazon-eks-ami/issues/183: content_hash: 3efb5a631c9ef42d3718b7947268b418aa37ae03667c290e8272049c88c56339 description: '' @@ -89397,6 +94892,7 @@ https://github.com/awslabs/amazon-eks-ami/issues/183: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/awslabs/amazon-s3-tar-tool: content_hash: 2a13e2400114619f000a6378403d1e6537ba17a05b54e1aba3d239eb2dbfa011 description: '' @@ -89416,6 +94912,7 @@ https://github.com/awslabs/amazon-s3-tar-tool: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/awslabs/assisted-log-enabler-for-aws: content_hash: a639dceeef558c6cfb347e005da2e3088994cf965c57d0af619e56dd2d1e96b2 description: '' @@ -89436,6 +94933,7 @@ https://github.com/awslabs/assisted-log-enabler-for-aws: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/awslabs/aws-cloudsaga: content_hash: 72b2d374572c51c3b212c0901e24f9e113bba18f791604eb743c29512ba40d18 description: '' @@ -89455,6 +94953,7 @@ https://github.com/awslabs/aws-cloudsaga: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/awslabs/aws-kubernetes-migration-factory: ai_summary: The AWS Kubernetes Migration Factory provides an automated, programmatic framework for migrating legacy VM-based or on-premises workloads into Amazon EKS. @@ -89488,6 +94987,7 @@ https://github.com/awslabs/aws-kubernetes-migration-factory: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/awslabs/aws-waf-sample: content_hash: 18765cc1d9a80d454aac4d31c5e3e3ac458ca6d5e0b2885f71a2544369fae56e description: '' @@ -89498,6 +94998,7 @@ https://github.com/awslabs/aws-waf-sample: v1_locations: - docs/aws-security.md year: N/A + addition_method: manual https://github.com/awslabs/cdk-eks-blueprints: ai_summary: An AWS Cloud Development Kit (CDK) based framework that simplifies bootstrapping and configuring production-ready EKS clusters. Synthesizing developer insight @@ -89530,6 +95031,7 @@ https://github.com/awslabs/cdk-eks-blueprints: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual https://github.com/awslabs/cdk8s: content_hash: 4e4e6aa8ff97716ee088cd364fca4f83a29ce3f6ce9958ffd8b73eae54db2a2b description: '' @@ -89540,6 +95042,7 @@ https://github.com/awslabs/cdk8s: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/awslabs/cognito-at-edge: content_hash: e404f89183c7624b41303bf7684985db4f495ce1cd01b7ad90a9c0fb6a4c06b0 description: '' @@ -89559,6 +95062,7 @@ https://github.com/awslabs/cognito-at-edge: v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/awslabs/diagram-as-code: content_hash: b785f63e07b6aec35d948693162ca6d59795c1bfaa2c91d1abd5b15d121ac443 description: '' @@ -89578,6 +95082,7 @@ https://github.com/awslabs/diagram-as-code: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://github.com/awslabs/eks-node-viewer: ai_summary: A CLI tool that visualizes the current cost, resource usage, and allocation of nodes within an EKS cluster. Highly valued by teams using dynamic scaling engines @@ -89609,6 +95114,7 @@ https://github.com/awslabs/eks-node-viewer: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/awslabs/karpenter: content_hash: d5d81bd6f2e1a86399f0b28a8b016245f35a425de82ac20bad1a52be5f295000 description: '' @@ -89619,6 +95125,7 @@ https://github.com/awslabs/karpenter: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/awslabs/specctl: ai_summary: A specialized security tool developed by AWS Labs to parse, extract, and map standard Kubernetes manifest objects or ECS task definitions directly @@ -89651,6 +95158,7 @@ https://github.com/awslabs/specctl: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://github.com/awslabs/sustainability-scanner: content_hash: 71279f7c9292f087f392647331e6d2c66016616c552f4d963dd01cdeab02ecec description: '' @@ -89670,6 +95178,7 @@ https://github.com/awslabs/sustainability-scanner: v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/awslabs/terraform-iam-policy-validator: content_hash: 354fc7cde8325e7bd07ccd57ffd8cad06c5c037c4d909569993d56f0f166b99b description: '' @@ -89689,6 +95198,7 @@ https://github.com/awslabs/terraform-iam-policy-validator: v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/aylei/kubectl-debug: content_hash: b2309f629a8415f2d35aa07424e4548a1f1d6c70147de61c3fb8af9aad70cfd9 description: '' @@ -89708,6 +95218,7 @@ https://github.com/aylei/kubectl-debug: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/azohra/yaml.sh: ai_summary: Curator Insight highlights yaml.sh as an experimental, pure Bash parser designed to read YAML files directly in shell scripts. Live Grounding confirms @@ -89742,6 +95253,7 @@ https://github.com/azohra/yaml.sh: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/azsk/DevOpsKit: content_hash: b9783691731becff9ab8cc1bcd7a74dc41860191a4800d478e3ab5b7f50a0d8d description: '' @@ -89761,6 +95273,7 @@ https://github.com/azsk/DevOpsKit: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/azsk/DevOpsKit-docs: content_hash: 9ea109c8e22550cb328511be5017491ab4175b9d6e2fd928482c5860a720e853 description: '' @@ -89780,6 +95293,7 @@ https://github.com/azsk/DevOpsKit-docs: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/azure-devops: content_hash: ae1c2217d251681e10403761be33aea790e916a8ffe27adf745ccde179788b28 description: '' @@ -89796,6 +95310,7 @@ https://github.com/azure-devops: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/azure-samples/avm-terraform-labs: content_hash: 0dacd7ef4066bcfad49dbad32e48db22e6c2e01d09f7a586d8d1178ee20b8de4 health_score: 100.0 @@ -89803,6 +95318,7 @@ https://github.com/azure-samples/avm-terraform-labs: v1_locations: - docs/azure.md - docs/terraform.md + addition_method: manual https://github.com/azure/fleet: content_hash: 93f4b3c26fd86766496d535ea8f271bc0280836859aaaaa3d64c6f8ecea8285e description: '' @@ -89822,6 +95338,7 @@ https://github.com/azure/fleet: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/azure/mission-critical-online: content_hash: abd53ddd93a178e6126ca682e7336d02bbc0908b6b83723503709b118ed243dc description: '' @@ -89842,6 +95359,7 @@ https://github.com/azure/mission-critical-online: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/backstage/backstage: content_hash: f71598769ac3edd3c1ebd7b5bc5df4b8408e4ead63cbecea736f1de1182272bf description: '' @@ -89861,6 +95379,7 @@ https://github.com/backstage/backstage: v2_locations: - devops.md year: N/A + addition_method: manual https://github.com/backube/volsync: content_hash: cc0d5ecdcf1bc68fe0f6fec3fc1972146b345ee9360c77bc1c4f39a2137d2fef description: '' @@ -89882,6 +95401,7 @@ https://github.com/backube/volsync: - kubernetes-tools.md - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/badarsebard/terraforge: content_hash: 63b99ff9036bd2923354bac610bb21034167f0275a775b70206cc8bd62902b83 description: '' @@ -89901,6 +95421,7 @@ https://github.com/badarsebard/terraforge: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/bank-vaults/bank-vaults: content_hash: 82cc5a2a6f76cd56252c4ff64ac9970ca7e76551690aa752a0ff821067b4d0a8 description: '' @@ -89920,6 +95441,7 @@ https://github.com/bank-vaults/bank-vaults: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/banzaicloud/dast-operator: content_hash: 33d4bf37c50364106e93e54bbb6629dcda56920719fa4685e7a3b4d4bbc7e167 description: '' @@ -89939,6 +95461,7 @@ https://github.com/banzaicloud/dast-operator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/banzaicloud/kafka-operator: content_hash: ea86f213227b0ac761ebd947b56dd615515e6061bbfe225846dc1b0b7d55ac79 description: '' @@ -89949,6 +95472,7 @@ https://github.com/banzaicloud/kafka-operator: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://github.com/banzaicloud/koperator: ai_summary: The Banzai Cloud Koperator simplifies Apache Kafka operations on top of Kubernetes clusters. It implements granular auto-scaling, Cruise Control-assisted @@ -89981,6 +95505,7 @@ https://github.com/banzaicloud/koperator: v2_locations: - message-queue.md year: '2024' + addition_method: manual https://github.com/banzaicloud/thanos-operator: content_hash: a6b7f7dbe7bbbfe7aa995b7e9f3a74874903bfe55c21106c1ac3e19c8598d823 description: '' @@ -90000,6 +95525,7 @@ https://github.com/banzaicloud/thanos-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/bbl/secretize: content_hash: aaaf92a6d099ab669769db6ea68561457fca407d63fcc8e7879ab54790ade02e description: '' @@ -90019,6 +95545,7 @@ https://github.com/bbl/secretize: v2_locations: - kustomize.md year: N/A + addition_method: manual https://github.com/bcicen/ctop: content_hash: 81e1a5f56cdb13c1a00083103c9715c784866560a1c72dd62b5e15ed4f3a7c63 description: '' @@ -90038,6 +95565,7 @@ https://github.com/bcicen/ctop: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/bee-travels/openapi-comment-parser: content_hash: 8d1464d334295697793b039a4e2b455df6768ddbc8c960dfda7e341ff0912c54 description: '' @@ -90057,6 +95585,7 @@ https://github.com/bee-travels/openapi-comment-parser: v2_locations: - api.md year: N/A + addition_method: manual https://github.com/benc-uk/kubeview: content_hash: 2611a5a8c8fd23c3f7733eb5190b56b0ae6a3e4d45fdcdf6762fefff4846d545 description: '' @@ -90076,6 +95605,7 @@ https://github.com/benc-uk/kubeview: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/binhnguyennus/awesome-scalability: content_hash: d30178979d8ff158c75f71a54cc4423ffc9d6a06ad35eae9fb6b5ca1813913d2 description: '' @@ -90096,12 +95626,14 @@ https://github.com/binhnguyennus/awesome-scalability: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/biosimulations/biosimulations: content_hash: d94d1b623ca4b6c1534f95fe0ace391867b6c7dd180d664292d381c91f91c3ac health_score: 100.0 last_checked: 1779034560.76264 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://github.com/biosimulations/deployment: content_hash: fa5a8e09045193aa8dcccdc5df9a0b16bb458338531eb5eaf3481c97d5190a86 description: '' @@ -90121,6 +95653,7 @@ https://github.com/biosimulations/deployment: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/bit-cloner/ecrcp: content_hash: 7e2b0d2b0ff78890b32eab285b671fa3ba55196ec1919a0385b17e36a8784944 description: '' @@ -90139,6 +95672,7 @@ https://github.com/bit-cloner/ecrcp: - kubernetes-tools.md - aws-containers.md year: N/A + addition_method: manual https://github.com/bit-cloner/kcg: content_hash: 5b3f063a63c487a1455c56e4d74e4214f90f370d82129b35e550a4ee325eabd6 description: '' @@ -90158,6 +95692,7 @@ https://github.com/bit-cloner/kcg: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/bit-cloner/poke: ai_summary: An opinionated tool written to simplify and streamline provisioning of EKS clusters with specific default addons. Due to inactivity for more than @@ -90187,6 +95722,7 @@ https://github.com/bit-cloner/poke: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/bitnami-labs/kubewatch: content_hash: 86a2aadcf296a2d87fd6d458ec25b123a24e9270ed6027c8971ef1649221acb8 description: '' @@ -90197,6 +95733,7 @@ https://github.com/bitnami-labs/kubewatch: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/bitnami/kubecfg: content_hash: bb3d5954a600ef594c5c6906e8dd1523194c3c9b1259bd7c4aaf6dde5fc87f53 description: '' @@ -90207,6 +95744,7 @@ https://github.com/bitnami/kubecfg: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/blendle/kubecrt: ai_summary: An early-stage, archived utility developed to convert Helm charts into raw Kubernetes manifests. While superseded by standard native features like 'helm @@ -90237,6 +95775,7 @@ https://github.com/blendle/kubecrt: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/bloomberg/goldpinger: content_hash: 5a906ec37741f8a82781e9e2c6196860fcb8b11251866231046ab986fc61ee7c description: '' @@ -90256,6 +95795,7 @@ https://github.com/bloomberg/goldpinger: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/bloomberg/memray: content_hash: 9be53de03b150e560c31ef702fbf954ed599304266538a270b551a89cac52663 description: '' @@ -90275,6 +95815,7 @@ https://github.com/bloomberg/memray: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/bluefrg/bitbucket-auto-merge: content_hash: 2536b6d8b2279bd5db3fd12b921818904b1e4467b3feddc8d7fcc2bafa1693f9 description: '' @@ -90285,6 +95826,7 @@ https://github.com/bluefrg/bitbucket-auto-merge: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/bluxmit/alnoda-workspaces: ai_summary: A specialized development workspace designed to streamline the execution of Kubespray and Ansible operations. It bundles critical tools, CLI utilities, @@ -90316,6 +95858,7 @@ https://github.com/bluxmit/alnoda-workspaces: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/bmaynard/kubevol: content_hash: 6a7da73d86c4ed1ad1af29324d3711a520570bfdfdf6524f822389ea5fd37dd2 description: '' @@ -90335,6 +95878,7 @@ https://github.com/bmaynard/kubevol: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/bmuschko/ckad-crash-course: content_hash: 036f2eff18d8bcecd44deb08c1c2cac124913756765535397a7eca244f0a5334 description: '' @@ -90352,6 +95896,7 @@ https://github.com/bmuschko/ckad-crash-course: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/bmuschko/ckad-prep: content_hash: a15629426df06a5e46361d07a2d7f517676aded3640b46ec2478916bfb3b7d7a description: '' @@ -90368,6 +95913,7 @@ https://github.com/bmuschko/ckad-prep: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/bodywork-ml/bodywork-core: content_hash: b5aea08cb00293bda96f65851a9a2191c197bdc9e4ef09bee42e3ce3d88ad27c description: '' @@ -90387,6 +95933,7 @@ https://github.com/bodywork-ml/bodywork-core: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/boltops-tools/kubes: content_hash: 52c8136ce905cca1e7d8ac95bd4c0bb87c81ae772e3ebb054d4af61ff4445a7b description: '' @@ -90406,6 +95953,7 @@ https://github.com/boltops-tools/kubes: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/borchero/meerkat: content_hash: da6037ae1fc02f0d734024ace407f92ad38ab9bb7c01686b260d10d32e54a420 description: '' @@ -90425,6 +95973,7 @@ https://github.com/borchero/meerkat: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/borchero/switchboard: content_hash: 39bbd3ced60c70fc8cf5abb1d81edbc2300273c700e94076b63b58310ab7b47f description: '' @@ -90446,6 +95995,7 @@ https://github.com/borchero/switchboard: - kubernetes-tools.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/bors-ng/bors-ng: content_hash: 48e086288c13aad192af64884162e420699e25d3b1cc8799cc1fd6a7b757a1f4 description: '' @@ -90465,6 +96015,7 @@ https://github.com/bors-ng/bors-ng: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/boto/boto: content_hash: cd49b06eb73f2532fc7eaa4832fa7c174c39ae36458bb191e5e06e18e6aa3f92 description: '' @@ -90484,6 +96035,7 @@ https://github.com/boto/boto: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/box/kube-exec-controller: ai_summary: 'Curator Insight: Controller to restrict and audit shell execution inside Kubernetes pods. Live Grounding: Inactive for over five years. Superseded by newer @@ -90516,6 +96068,7 @@ https://github.com/box/kube-exec-controller: - kubernetes-security.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/box/kube-iptables-tailer: content_hash: c354ad86a39a806991da9793087a82af802fc0958dab8bdaccc520690099c0c0 description: '' @@ -90535,6 +96088,7 @@ https://github.com/box/kube-iptables-tailer: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/bpftrace/bpftrace: ai_summary: A high-level tracing language and diagnostic tool for Linux eBPF. It allows developers to analyze kernel events, memory limits, and process lifecycles @@ -90566,6 +96120,7 @@ https://github.com/bpftrace/bpftrace: v2_locations: - linux.md year: '2026' + addition_method: manual https://github.com/bregman-arie/devops-exercises: content_hash: 74f02f679be571f5cbde19766052dcc39fdac290a01354dc045033912e6304c1 description: '' @@ -90588,6 +96143,7 @@ https://github.com/bregman-arie/devops-exercises: - other-awesome-lists.md - demos.md year: N/A + addition_method: manual https://github.com/bregman-arie/devops-resources: content_hash: 9ff97eac6df2ac9efd2f8276a5c9580d0a37f227613f7113e5741f45e51d52ea description: '' @@ -90605,6 +96161,7 @@ https://github.com/bregman-arie/devops-resources: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/brennerm/uptimerobot-operator: content_hash: 019ed7ba4756bb460e0fb2c270bbffd3c8e917906e4007d7d6397ce57c2e01fe description: '' @@ -90624,6 +96181,7 @@ https://github.com/brennerm/uptimerobot-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/bridgecrewio/AirIAM: content_hash: 09ac371fb9ddc2a4b26fbab44ac8cee1b1d19e6581f91e3655a4ee002aea67b4 description: '' @@ -90643,6 +96201,7 @@ https://github.com/bridgecrewio/AirIAM: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/bridgecrewio/checkov: content_hash: 98f69842258ecb7f450daae2e657279f373b3e71ba9dbd34c8a40e24dcdd02df description: '' @@ -90662,6 +96221,7 @@ https://github.com/bridgecrewio/checkov: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/bridgecrewio/helm-scanner: ai_summary: A template security scanning utility that parses Helm charts to detect security misconfigurations, vulnerability signatures, and compliance policy violations. @@ -90689,6 +96249,7 @@ https://github.com/bridgecrewio/helm-scanner: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/bryanl/sheaf: content_hash: f4297ddb49eb511e4a452c5b03a9cb0d21652bf0840a5e689d129dcd030cf413 description: '' @@ -90708,6 +96269,7 @@ https://github.com/bryanl/sheaf: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/buger/jsonparser: ai_summary: An ultra-performant, zero-allocation Go JSON parsing library that bypasses reflection and standard marshaling steps. Accesses deeply nested values directly @@ -90740,6 +96302,7 @@ https://github.com/buger/jsonparser: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/burrsutter/9stepsawesome: content_hash: 2dda5a7dbd683b5f7987a254ac47d2b08755f0af73d93fcdb0c36f10ad6f571d description: '' @@ -90751,6 +96314,7 @@ https://github.com/burrsutter/9stepsawesome: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://github.com/bytebase/bytebase: ai_summary: An open-source, web-based database schema change and collaboration tool designed for developers and DBAs. Implementing a "Database GitOps" workflow, it @@ -90783,6 +96347,7 @@ https://github.com/bytebase/bytebase: v2_locations: - liquibase.md year: N/A + addition_method: manual https://github.com/c0dyhi11/k3s-linkerd: content_hash: 01640813ce20a74bfa917c6f312443d87d58ecca493ab67478623e7f79309bbc description: '' @@ -90802,6 +96367,7 @@ https://github.com/c0dyhi11/k3s-linkerd: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/cakehappens/seaworthy: content_hash: 13613895efb1f252ebf742e03ce27c20811105d3ab39cd0b5f0332e030409444 description: '' @@ -90821,6 +96387,7 @@ https://github.com/cakehappens/seaworthy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/caldito/soup: content_hash: 3ae1c1f73278dacc640a6963eaddb565d6ae116f3322ba070c03c08347d75fe1 description: '' @@ -90840,6 +96407,7 @@ https://github.com/caldito/soup: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/calvin-puram/awesome-kubernetes-operator-resources: content_hash: 713b023d78076df0736c083ea7910ceaa405c6373f07b36e45f409fc7aae2b36 description: '' @@ -90860,6 +96428,7 @@ https://github.com/calvin-puram/awesome-kubernetes-operator-resources: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/carlosedp/cluster-monitoring: content_hash: a3d3a6a736de50fc3b1505948aadfbaea2fb00071f2911992a29bf71cf186969 description: '' @@ -90881,6 +96450,7 @@ https://github.com/carlosedp/cluster-monitoring: - kubernetes-tools.md - prometheus.md year: N/A + addition_method: manual https://github.com/carlosedp/lbconfig-operator: content_hash: 0cb420e6987d09ec35c12f2e9945f9ff24a337a8f85a78f5f8277b71b8086b83 description: '' @@ -90901,6 +96471,7 @@ https://github.com/carlosedp/lbconfig-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/carlosonunez/k8s-harness: content_hash: 43219a1713ceb71f2d79b4e51ebdee330214d0682945f5bb7378f8347b210c49 description: '' @@ -90917,6 +96488,7 @@ https://github.com/carlosonunez/k8s-harness: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/carlosonunez/kubernetes-the-hard-way-on-azure: ai_summary: An adapted tutorial of Kelsey Hightower's 'Kubernetes the Hard Way' mapped directly onto Azure cloud infrastructure. Details setting up VNets, Azure @@ -90945,6 +96517,7 @@ https://github.com/carlosonunez/kubernetes-the-hard-way-on-azure: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/cavaliercoder/vpc-free: content_hash: 6642a03abac705fe10c8ad93cebb687fa4f56c9e9f888f675c97c706d4bff7ac description: '' @@ -90964,6 +96537,7 @@ https://github.com/cavaliercoder/vpc-free: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/cdk8s-team/cdk8s: content_hash: 4e4e6aa8ff97716ee088cd364fca4f83a29ce3f6ce9958ffd8b73eae54db2a2b description: '' @@ -90985,6 +96559,7 @@ https://github.com/cdk8s-team/cdk8s: - kubernetes-tools.md - kubernetes-client-libraries.md year: N/A + addition_method: manual https://github.com/ceph/ceph: ai_summary: 'The industry-standard unified, distributed storage system designed to provide excellent performance, reliability, and scalability. @@ -91024,6 +96599,7 @@ https://github.com/ceph/ceph: - cloud-asset-inventory.md - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/cert-manager/approver-policy: ai_summary: An official cert-manager approver-policy extension that verifies certificate requests against user-defined security guidelines before signing actions take @@ -91054,6 +96630,7 @@ https://github.com/cert-manager/approver-policy: v2_locations: - kubernetes-security.md year: '2025' + addition_method: manual https://github.com/cert-manager/cert-manager: ai_summary: Consolidated record of the cert-manager project, automating dynamic certificate lifecycles to guarantee encrypted transport paths between internal @@ -91086,6 +96663,7 @@ https://github.com/cert-manager/cert-manager: - registries.md - kubernetes-security.md year: N/A + addition_method: manual https://github.com/cert-manager/policy-approver: content_hash: 77377c86ef3a506463e841cfd92ae4019df552e035539b54900d47def409cf60 description: '' @@ -91096,6 +96674,7 @@ https://github.com/cert-manager/policy-approver: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://github.com/chaos-mesh/chaos-mesh: content_hash: dda04b09c01fae29e8fd45959bbd630e73f4e1333799a464731c56bbd42e7e70 gh_license: Apache-2.0 @@ -91111,6 +96690,7 @@ https://github.com/chaos-mesh/chaos-mesh: - docs/chaos-engineering.md v2_locations: - chaos-engineering.md + addition_method: manual https://github.com/chaosblade-io/chaosblade: content_hash: 0b7a4de55c0e224e822bb577e5c593e6911d47a8862693ad954b36a431baf3a7 description: '' @@ -91130,6 +96710,7 @@ https://github.com/chaosblade-io/chaosblade: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://github.com/charlax/professional-programming: content_hash: f254cf680e5e80c3e9c6b39c4ed3c5cf84643f79de26334daab3f270700bb54c description: '' @@ -91151,6 +96732,7 @@ https://github.com/charlax/professional-programming: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/che-samples: content_hash: 61d5115f86c523012e35f4fe3b9fd1b3fd5b2a607c286dbc62152f7b9e638350 description: '' @@ -91167,6 +96749,7 @@ https://github.com/che-samples: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/chen-keinan/mesh-kridik: gh_license: Apache-2.0 gh_pushed: '2024-12-09T16:56:32Z' @@ -91177,6 +96760,7 @@ https://github.com/chen-keinan/mesh-kridik: - '[COMMUNITY-TOOL]' v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/chenjd/terraform-101: content_hash: 125f6c2be505c4d1e2cb2932a9f8bec5e1e02cee514f6c61eb8c31bdefc0a857 description: '' @@ -91193,6 +96777,7 @@ https://github.com/chenjd/terraform-101: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/chenjiandongx/kubectl-count: content_hash: 01617c6a4198156e3ce2bb0ec9551eedf2c5993e7e7c2353355563c2340b99a8 description: '' @@ -91212,6 +96797,7 @@ https://github.com/chenjiandongx/kubectl-count: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/chenjiandongx/kubectl-images: content_hash: 13e98236ba3c418d71801ffe86340015965970737745a3ec9f6478e2aac5fd64 description: '' @@ -91231,6 +96817,7 @@ https://github.com/chenjiandongx/kubectl-images: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/chmouel/kss: content_hash: c2896a9e8114fec52c2449b0bcaa1ade652c55a80699d08f20de4fc16b6228ac description: '' @@ -91250,6 +96837,7 @@ https://github.com/chmouel/kss: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/chr-fritz/csi-sshfs: content_hash: a158dd061ff0926b72df24dc12c73014a8233f0f9c7485cb7cfc93ed9b4959a6 description: '' @@ -91269,6 +96857,7 @@ https://github.com/chr-fritz/csi-sshfs: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/chrislusf/seaweedfs: content_hash: de61a9b3d109057426969c8a7d760944d3795ffa627822a5be380f0c61eb3e90 description: '' @@ -91288,6 +96877,7 @@ https://github.com/chrislusf/seaweedfs: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/chrisns/cosign-keyless-demo: ai_summary: A practical hands-on demonstration repository showing how to run keyless container image signing inside GitHub Actions with Cosign. The template provides @@ -91318,6 +96908,7 @@ https://github.com/chrisns/cosign-keyless-demo: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/chrisns/k8s-opa-boilerplate: content_hash: 8a0b016f5f851d2b242d57ece34c8c4e59db74b3c5f76f5453c0f8fe58d69c84 description: '' @@ -91339,6 +96930,7 @@ https://github.com/chrisns/k8s-opa-boilerplate: - kustomize.md - demos.md year: N/A + addition_method: manual https://github.com/christopherhein/awesome-eks: content_hash: 93a9e5db618cb592b0f77817d16fab80c32bf37548e360f8f15b7b0d147ee9df description: '' @@ -91349,6 +96941,7 @@ https://github.com/christopherhein/awesome-eks: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/cicdops/awesome-ciandcd: ai_summary: A highly extensive, community-curated collection targeting cloud-native CI/CD. Live Grounding verifies this repository remains a vital architectural map @@ -91382,6 +96975,7 @@ https://github.com/cicdops/awesome-ciandcd: - cicd.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/cilium/tetragon: ai_summary: An eBPF-based real-time security observability and runtime enforcement tool. Built by the creators of Cilium, Tetragon enables granular process-level, @@ -91414,6 +97008,7 @@ https://github.com/cilium/tetragon: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/cinhtau/sonatype-nexus-waffle: ai_summary: An archive project that integrates Nexus authentication with Active Directory. It is inactive and obsolete, retained purely for vintage reference @@ -91444,6 +97039,7 @@ https://github.com/cinhtau/sonatype-nexus-waffle: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/circa10a/terraform-provider-mailform: content_hash: 179c6253105400bd3692883c5767318d8a344c169d207f1887df3eb388847fae description: '' @@ -91463,6 +97059,7 @@ https://github.com/circa10a/terraform-provider-mailform: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/cisagov/log4j-scanner: ai_summary: CISA's open-source scanning tool utilizing targeted callback triggers to scan networks for systems vulnerable to Log4j exploits. Serves as a vital asset @@ -91490,6 +97087,7 @@ https://github.com/cisagov/log4j-scanner: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/ckotzbauer/chekr: content_hash: 7051b38f708de41e58bdb9317a2523365211292d7599f817c8c551fca5b23cc2 description: '' @@ -91509,6 +97107,7 @@ https://github.com/ckotzbauer/chekr: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ckotzbauer/chekr/issues/61: content_hash: 64981e18ca235f20e325e03f8bd8e65477f0b0858a8a19b3df882c11da23659e description: '' @@ -91528,6 +97127,7 @@ https://github.com/ckotzbauer/chekr/issues/61: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ckotzbauer/vulnerability-operator: content_hash: 48b51a396e0e94d654e5e238dd08cc407cc44898fccfa028445cd33f29032737 description: '' @@ -91547,6 +97147,7 @@ https://github.com/ckotzbauer/vulnerability-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/clanktron/k3s-ansible: content_hash: 34d9e871c6f5b42ebfb9cdf1bf0744ffc0710c729a4535ea63be7ddf4f792add description: '' @@ -91566,6 +97167,7 @@ https://github.com/clanktron/k3s-ansible: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/clastix/capsule: content_hash: 82756c4742f62a3e237316762b895ce70a87796f7ece4032aa7093de049c5e65 description: '' @@ -91576,6 +97178,7 @@ https://github.com/clastix/capsule: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/cli/cli: content_hash: a52e2e804b83b6dcd5c62fb973c6a49c969cf2ab698cf1ceb6de5e8c6cc46782 description: '' @@ -91588,6 +97191,7 @@ https://github.com/cli/cli: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/cloud-ark/caastle: content_hash: 463ff6042883048fb4ccbba61b567694071bc7725dc37e8ba0a63107f2d49222 description: '' @@ -91607,6 +97211,7 @@ https://github.com/cloud-ark/caastle: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cloud-ark/kubeplus: content_hash: e5a88a7c5feb987add38a79bfaec017b7fb35ebac325b9ec8f25e243ac32e335 description: '' @@ -91628,6 +97233,7 @@ https://github.com/cloud-ark/kubeplus: - kubernetes-tools.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/cloud-bulldozer/benchmark-operator: content_hash: edfe3b8caa1da00123cb823ef49ca923957b0463f59db375b03fcd8ed2cef680 description: '' @@ -91649,6 +97255,7 @@ https://github.com/cloud-bulldozer/benchmark-operator: - kubernetes-tools.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/cloud-bulldozer/kube-burner: content_hash: 59ce31168e8f6a50d9531f032f45f6daff0742dc413c3ff7f8c1467a566de664 description: '' @@ -91659,6 +97266,7 @@ https://github.com/cloud-bulldozer/kube-burner: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cloud-custodian/cloud-custodian: content_hash: 4122fb4f0d8f8b9b1d5e3fd765197751c957199983189d480fa145cd59f6fc46 description: '' @@ -91678,6 +97286,7 @@ https://github.com/cloud-custodian/cloud-custodian: v2_locations: - securityascode.md year: N/A + addition_method: manual https://github.com/cloud-native-toolkit/multi-tenancy-gitops: content_hash: 9ee4507bfa3837182a87995eb7b7b398017cf6866580d56db23d50633424d1be description: '' @@ -91697,6 +97306,7 @@ https://github.com/cloud-native-toolkit/multi-tenancy-gitops: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/cloud66-oss/copper: content_hash: 771e183c89c06d4a087f0f058f4b331548fb3e0102fc42394040c8ab2fdeec2e description: '' @@ -91709,6 +97319,7 @@ https://github.com/cloud66-oss/copper: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/cloudalchemy/ansible-grafana: content_hash: 3a341740ea64c94a440597d1bcb210033a257776c21175198d1f3bdea0086d82 description: '' @@ -91728,6 +97339,7 @@ https://github.com/cloudalchemy/ansible-grafana: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/cloudalchemy/ansible-prometheus: content_hash: 49fbffd8ca22637aabd9d0dfd6ed58b745d8ab892342cbf63b7aa50a1693f875 description: '' @@ -91740,6 +97352,7 @@ https://github.com/cloudalchemy/ansible-prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/cloudbees/groovy-cps: content_hash: eef92e14e2cb59c30055868b0d43826b08d5c782554e0cdd1dd79d84b8a624d4 description: '' @@ -91761,12 +97374,14 @@ https://github.com/cloudbees/groovy-cps: - demos.md - jenkins.md year: N/A + addition_method: manual https://github.com/cloudflare/cf-terraforming: content_hash: 64fc22ae8c4fdef0283f5a3c2088ff9d4bea2f63b2941fc5838d496f091fba74 health_score: 100.0 last_checked: 1779030500.116041 v1_locations: - docs/terraform.md + addition_method: manual https://github.com/cloudflare/lockbox: content_hash: dc51dc2ef9e0675da15a20513c781d396760eff71566a1ebdb1ec3fb38e0f38e description: '' @@ -91786,6 +97401,7 @@ https://github.com/cloudflare/lockbox: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cloudflare/sciuro: content_hash: 2fb02ebcd733d6320f3037287b7967cf6fde6b15a231274e7167e39d47f2ef97 description: '' @@ -91805,6 +97421,7 @@ https://github.com/cloudflare/sciuro: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cloudfoundry/cf-for-k8s: content_hash: 5badd2857efd39600e8073bf023c6a93823e349066b6c8d844647f8228024456 description: '' @@ -91824,6 +97441,7 @@ https://github.com/cloudfoundry/cf-for-k8s: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cloudnativelabs/kube-shell: content_hash: b1713285344920ab656e80de1eaf56475ef556603f8f2d9624e0578d32da3304 description: '' @@ -91843,6 +97461,7 @@ https://github.com/cloudnativelabs/kube-shell: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cloudogu/gitops-patterns: content_hash: f19a9fe0d5737e1c19fb96869334f6eef6b21c3f6a15e8f27816f6cb3daa8c6c description: '' @@ -91862,6 +97481,7 @@ https://github.com/cloudogu/gitops-patterns: v2_locations: - gitops.md year: N/A + addition_method: manual https://github.com/cloudogu/gitops-playground: content_hash: a0429396c0d451066023ec05f8e6ce054c85c4f2b2d91a548401b5766a65c032 description: '' @@ -91881,6 +97501,7 @@ https://github.com/cloudogu/gitops-playground: v2_locations: - gitops.md year: N/A + addition_method: manual https://github.com/cloudogu/jenkinsfiles: content_hash: 359d3987e7e51eaa143d920b4185887131c580def58388d8f4da4a990a60b4f3 description: '' @@ -91900,6 +97521,7 @@ https://github.com/cloudogu/jenkinsfiles: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/cloudogu/k8s-diagrams: content_hash: 357885af0faa759dba9d088cac75fe5c6bb3e95ea6828537acfbec65fdf4723e description: '' @@ -91923,6 +97545,7 @@ https://github.com/cloudogu/k8s-diagrams: - cloud-arch-diagrams.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cloudposse-terraform-components/aws-eks-argocd: ai_summary: 'Curator Insight: Enterprise-ready Terraform submodule designed to deploy, configure, and bootstrap Argo CD onto an existing AWS EKS cluster. Live Grounding: @@ -91956,6 +97579,7 @@ https://github.com/cloudposse-terraform-components/aws-eks-argocd: - gitops.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cloudposse/atmos: content_hash: 20d5de9ef09c1eb07b18e0db2146be3215adea59d789d498bb2760d09dcb71e0 description: '' @@ -91975,6 +97599,7 @@ https://github.com/cloudposse/atmos: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/cloudposse?q=terraform-: content_hash: 222cf30de23f4494dc58700def560592c26ee19d8182496a9cec9e63d098a0f6 description: '' @@ -91991,6 +97616,7 @@ https://github.com/cloudposse?q=terraform-: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/cloudtty/cloudtty: content_hash: 3028047efca167255852e833c529b4ebbc136ff241c39a55f7bfef920bff078c description: '' @@ -92010,6 +97636,7 @@ https://github.com/cloudtty/cloudtty: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/clusternet/clusternet: content_hash: fc6d32ef3d10ebd1ade3e69b4b3e71cda12fe6bc09e44bcb5e38c24a8900c685 description: '' @@ -92029,6 +97656,7 @@ https://github.com/clusternet/clusternet: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/clusterpedia-io/clusterpedia: content_hash: 3775a48570c85b1417c09243062e2d6cb3e17462b934251c9410f1215318fa6d description: '' @@ -92049,6 +97677,7 @@ https://github.com/clusterpedia-io/clusterpedia: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/clvx/k8s-rbac-model: ai_summary: 'Curator Insight: A conceptual visualization framework for modeling Kubernetes RBAC policies. Live Grounding: The project has seen zero updates in @@ -92080,6 +97709,7 @@ https://github.com/clvx/k8s-rbac-model: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/cncf/tag-security: ai_summary: 'The definitive open-source reference registry for cloud-native security, compliance, and secure supply chain standards. Contrast: Curator Insight points @@ -92112,6 +97742,7 @@ https://github.com/cncf/tag-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/cni-genie/CNI-Genie: content_hash: 86431846eeb87d1bd76fb941fa4b2156d7b39cf1ceb2cf7e0be39dd82f532351 description: '' @@ -92124,6 +97755,7 @@ https://github.com/cni-genie/CNI-Genie: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://github.com/cnrancher/autok3s: content_hash: 1c1ad8e505e61906ce2c7b545f0e5cd62a00cc56b4fbf1dda53728c345269f05 description: '' @@ -92143,6 +97775,7 @@ https://github.com/cnrancher/autok3s: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/cockroachdb/copyist: content_hash: ba28e669744ae9985c71af064756c8bc779898666820d377644e609ec280f7bc description: '' @@ -92162,6 +97795,7 @@ https://github.com/cockroachdb/copyist: v2_locations: - testops.md year: N/A + addition_method: manual https://github.com/codecentric/helm-charts: ai_summary: A highly maintained community Helm chart collection containing reliable configurations for DevOps tools like Jenkins. It is widely recommended for active @@ -92192,6 +97826,7 @@ https://github.com/codecentric/helm-charts: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/codecentric/spring-boot-admin: content_hash: 68187b3accb6b796cf3f24c30de656df4f4bf632336a27078b4401d695c31da1 description: '' @@ -92211,6 +97846,7 @@ https://github.com/codecentric/spring-boot-admin: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://github.com/codecrafters-io/build-your-own-x: content_hash: b2853cf5c0430a748f639c71fd07733cc66e705c5ace8005cc37bdeca30e97e0 description: '' @@ -92231,6 +97867,7 @@ https://github.com/codecrafters-io/build-your-own-x: - devel-sites.md - introduction.md year: N/A + addition_method: manual https://github.com/coderanger/migrations-operator: content_hash: 621080d14963a805f53f5cb620b78e4b254f7aceb764eded9b214d0ace704973 description: '' @@ -92250,6 +97887,7 @@ https://github.com/coderanger/migrations-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/codesenberg/bombardier: content_hash: 4448392cd8e9b16e3e7d2107e19aa3d457adee5d229d47139ad4911f1cdf4019 description: '' @@ -92269,12 +97907,14 @@ https://github.com/codesenberg/bombardier: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/collabnix/kubetools: content_hash: 601a1e421a215648e6e2a4a0ff9b01304a57b267f5564df9808d9c14e39757f1 health_score: 100.0 last_checked: 1779032978.088754 v1_locations: - docs/other-awesome-lists.md + addition_method: manual https://github.com/collections/learn-to-code: content_hash: 88f419dec7275f96ab2855afcc2f49d1899b97dfae0ee30d0ce630bbff52ffe9 description: '' @@ -92292,6 +97932,7 @@ https://github.com/collections/learn-to-code: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/commjoen/wrongsecrets: ai_summary: An interactive, educational OWASP project featuring structured exercises to learn how not to handle secrets. Helps engineers understand various secret @@ -92322,6 +97963,7 @@ https://github.com/commjoen/wrongsecrets: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/config-syncer/config-syncer: content_hash: 754c57db37a7ea1db931009daa59653fbc5d9e9b1efe6165576e68eca559a84b gh_license: Apache-2.0 @@ -92337,6 +97979,7 @@ https://github.com/config-syncer/config-syncer: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/configurator/kubefs: content_hash: 8b986e8658e951ec1116fe47a0ca27d15fcc58a43f050b427af34dbf0caeb86c description: '' @@ -92356,6 +97999,7 @@ https://github.com/configurator/kubefs: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/containerd/containerd: content_hash: ce5d5ddc82dcb8a73ef4182dc00d67cdcbd4cd05311a18d932eb4ac6dd55b7f4 description: '' @@ -92379,6 +98023,7 @@ https://github.com/containerd/containerd: - docker.md - kubernetes.md year: N/A + addition_method: manual https://github.com/containerd/nerdctl: content_hash: 11512a5fa7604793242e19295ecdde61795dfb13cb6c433e763ba9dee6873309 description: '' @@ -92400,6 +98045,7 @@ https://github.com/containerd/nerdctl: - kubernetes-tools.md - docker.md year: N/A + addition_method: manual https://github.com/containernetworking: content_hash: b6639ea6da38a6535eb742515c4f6106008226dc296ea9e14701a064d805692b description: '' @@ -92416,6 +98062,7 @@ https://github.com/containernetworking: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://github.com/containernetworking/cni: content_hash: 6921ce1dc486dfdac9385cb1637113ab4bc10318da27a3702225d0fa2bbbf85c description: '' @@ -92428,6 +98075,7 @@ https://github.com/containernetworking/cni: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://github.com/containers/buildah: content_hash: 0a37e92cf398bc2346e88e1ffe1cfd914b7f52c8551790ae4941ad9118c4b74b description: '' @@ -92447,6 +98095,7 @@ https://github.com/containers/buildah: v2_locations: - container-managers.md year: N/A + addition_method: manual https://github.com/containers/conmon: content_hash: d75ef63f02648710f491201fa5ff9a4acb949c9e8a7ab0130026e2ad46d0395b description: '' @@ -92466,6 +98115,7 @@ https://github.com/containers/conmon: v2_locations: - container-managers.md year: N/A + addition_method: manual https://github.com/containers/crun: content_hash: c221b057b7c47c7633e3af5254b068421f8b6ab8323d762748981de09fbdd83f description: '' @@ -92485,6 +98135,7 @@ https://github.com/containers/crun: v2_locations: - container-managers.md year: N/A + addition_method: manual https://github.com/containers/libpod: content_hash: bf72fecd7240628916a05633a0724e634622839175bf8822d603a8a51cb7e363 description: '' @@ -92495,6 +98146,7 @@ https://github.com/containers/libpod: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://github.com/containers/podman: content_hash: 2eb130c7313acca5d372a6eb124f7b915e3addd277a85484fb8250cb46c555d4 gh_license: Apache-2.0 @@ -92510,6 +98162,7 @@ https://github.com/containers/podman: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://github.com/containers/skopeo: content_hash: 5876e9728abf32910bb2513d206f60a4cae6f3a945dcf5358fb283f78f8c8922 description: '' @@ -92531,6 +98184,7 @@ https://github.com/containers/skopeo: - kubernetes-tools.md - container-managers.md year: N/A + addition_method: manual https://github.com/containerscrew/aws-sso-auth: content_hash: 63f3f95ccb8d912ee62899fde56ecbbe048c1dd5a4e3e7dfb0426237b1bda635 description: '' @@ -92541,6 +98195,7 @@ https://github.com/containerscrew/aws-sso-auth: v1_locations: - docs/aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/containerscrew/aws-sso-rs: content_hash: 0ed39e4ea9ad32e320356ac72700ed3e22db590735596f9cad48b94fb8b51101 gh_license: GPL-3.0 @@ -92556,6 +98211,7 @@ https://github.com/containerscrew/aws-sso-rs: - docs/aws-tools-scripts.md v2_locations: - aws-tools-scripts.md + addition_method: manual https://github.com/containrrr/watchtower: content_hash: 2c045d1d45b19cf7702d75cab8a4d8a5785eccbd4e05e8a4a029ecd99ce5b352 description: '' @@ -92575,6 +98231,7 @@ https://github.com/containrrr/watchtower: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/contentful-labs/kube-secret-syncer: content_hash: 31362501cbefbbf7cb62ba03875a9d0550a36ebb1cbe331896c282cfd6b1ea39 description: '' @@ -92596,6 +98253,7 @@ https://github.com/contentful-labs/kube-secret-syncer: - kubernetes-tools.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/controlplaneio/badrobot: content_hash: 17c07f3935c2b385962a04ed3530662efdcd94eeb5841a3bec716ffa63309da1 description: '' @@ -92615,6 +98273,7 @@ https://github.com/controlplaneio/badrobot: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/coodict/python3-in-one-pic: content_hash: 3bae1009948bf6090caf00ed3609c4874c1d0213b203641ecb8aa673f5944d63 description: '' @@ -92625,6 +98284,7 @@ https://github.com/coodict/python3-in-one-pic: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.com/copilot: content_hash: ea5a4cec3a13ca0942f6e14db3396bf030155df379dd7578c2b5ada8763d5f15 health_score: 100.0 @@ -92639,6 +98299,7 @@ https://github.com/copilot: v2_locations: - git.md - devel-sites.md + addition_method: manual https://github.com/coreos/flannel: content_hash: 6ed5e8e6740bad4bb638d3df66476db19617af6103f823cfa9c31e6a87732e36 description: '' @@ -92649,6 +98310,7 @@ https://github.com/coreos/flannel: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://github.com/coreos/kube-prometheus: content_hash: 83406644b79c139181aba89253e69e0ef05e6d85df426c45f612896e4c54a605 description: '' @@ -92659,6 +98321,7 @@ https://github.com/coreos/kube-prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/coreos/rpm-ostree: content_hash: dd54e487375c77e1878f0ba56fe35163eef7083a3ab8e6292c83cd9c98711708 gh_license: NOASSERTION @@ -92667,6 +98330,7 @@ https://github.com/coreos/rpm-ostree: needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://github.com/corneliusweig/ketall: content_hash: 6ac47342e9617f3d1786ba958830ff02c3de0cad4e7d8e51959b0f478e537cdd description: '' @@ -92686,6 +98350,7 @@ https://github.com/corneliusweig/ketall: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/corneliusweig/konfig: content_hash: 8cc0bd25f80cd0378e4ec4b2d53ed32fa32df5371b277a2da32d2854ac13e689 description: '' @@ -92705,6 +98370,7 @@ https://github.com/corneliusweig/konfig: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cortexproject/cortex: content_hash: 937315c597d3938532554ce2b2beedc8042ebd4857623c8ef4c26091df742784 description: '' @@ -92724,6 +98390,7 @@ https://github.com/cortexproject/cortex: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/corunet/kloadgen: content_hash: ecb578dd5db52b61f29132a67a43f79ed181097580a628edd2e2c66b44aee43e description: '' @@ -92734,6 +98401,7 @@ https://github.com/corunet/kloadgen: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://github.com/couler-proj/couler: ai_summary: An open-source Python SDK focused on orchestrating workloads on Kubernetes. Simplifies constructing declarative workflows across native schedulers like Argo @@ -92765,6 +98433,7 @@ https://github.com/couler-proj/couler: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/crazy-max/diun: content_hash: cf526369dcf84fa8977dc3de55ef0f8c8215d17fb64bb250d7911200c304012b description: '' @@ -92784,6 +98453,7 @@ https://github.com/crazy-max/diun: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/crc-org/crc: content_hash: 99289348516ecb0627204191bc5fde9d781b0dadf9101f92432c9c11dcfae1fb gh_license: Apache-2.0 @@ -92792,6 +98462,7 @@ https://github.com/crc-org/crc: needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://github.com/create-go-app/cli: ai_summary: Curator Insight introduces this CLI to construct boilerplate-free backend, frontend, and web applications in Go. Live Grounding shows its capability to pre-configure @@ -92823,6 +98494,7 @@ https://github.com/create-go-app/cli: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/cremich/cdk-bill-bot: content_hash: ec37d578479c534a1acdcd5414c343df0e1c0298f407bde3726b2adfe27eb28e description: '' @@ -92842,6 +98514,7 @@ https://github.com/cremich/cdk-bill-bot: v2_locations: - finops.md year: N/A + addition_method: manual https://github.com/cruise-automation/rbacsync: content_hash: 00b8bb978ac9a05158363288eab967349684d997d1b9926475a77d16cf935ff7 description: '' @@ -92861,6 +98534,7 @@ https://github.com/cruise-automation/rbacsync: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/crumbhole/argocd-lovely-plugin: ai_summary: 'Curator Insight: A highly flexible custom config management plugin (CMP) for Argo CD designed to combine Helm, Kustomize, and raw YAML seamlessly. @@ -92893,6 +98567,7 @@ https://github.com/crumbhole/argocd-lovely-plugin: v2_locations: - argo.md year: N/A + addition_method: manual https://github.com/crumbhole/argocd-vault-replacer: ai_summary: 'Curator Insight: A specialized replacement utility designed to pull secrets from HashiCorp Vault during the Argo CD rendering phase. Live Grounding: @@ -92924,6 +98599,7 @@ https://github.com/crumbhole/argocd-vault-replacer: v2_locations: - argo.md year: N/A + addition_method: manual https://github.com/csantanapr/faststart2020-pipelines-lab: ai_summary: 'Curator Insight: A specialized, quick-start tutorial targeting Node.js deployments with OpenShift Pipelines. @@ -92958,6 +98634,7 @@ https://github.com/csantanapr/faststart2020-pipelines-lab: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://github.com/cschotte/Azure-DevOps-Dashboard: content_hash: 34887036e0bd67de4eee0bc528e7a290dc735dfde166fcd70262bcf68346e1b1 description: '' @@ -92977,6 +98654,7 @@ https://github.com/cschotte/Azure-DevOps-Dashboard: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/csweichel/werft: content_hash: 08e2446133993930300cf762943588bbeae2933793cd3588a2b83b4e2f6ebc61 description: '' @@ -92996,6 +98674,7 @@ https://github.com/csweichel/werft: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/ctrox/csi-s3: content_hash: 74f1b41eb029d06d3eb3c314503b1293346919ca46b6ab2ad933581a54a02190 description: '' @@ -93015,6 +98694,7 @@ https://github.com/ctrox/csi-s3: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cuber-cloud/cuber-gem: content_hash: 7946698f1f94b9c8875d76e1fc77332fb5d8d3b99404e311ea0d89d7f8ab553b description: '' @@ -93034,6 +98714,7 @@ https://github.com/cuber-cloud/cuber-gem: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/curl/wcurl: ai_summary: Curator Insight identifies wcurl as a lightweight curl wrapper designed to streamline raw file downloads without manually configuring complex flags. Live @@ -93067,6 +98748,7 @@ https://github.com/curl/wcurl: - linux.md - index.md year: N/A + addition_method: manual https://github.com/cyberark/kubeletctl: content_hash: 4b42033ef8fca163aac41b901eebc3d12be3cb7bef958b4a9879e17eab25ffd5 description: '' @@ -93086,6 +98768,7 @@ https://github.com/cyberark/kubeletctl: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cyberark/kubesploit: content_hash: 5a38b7c49a9723a4a2796ed6eb3a64c1bf9d85fd6e382551eb29fb07fbc341e5 description: '' @@ -93105,6 +98788,7 @@ https://github.com/cyberark/kubesploit: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/cybersecsi/HOUDINI: ai_summary: 'A catalog containing hundreds of preconfigured Docker images optimized for security audit operations, network mapping, and intrusion evaluation. Note: @@ -93136,6 +98820,7 @@ https://github.com/cybersecsi/HOUDINI: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/cybersecsi/RAUDI: content_hash: 16da4f24401bc72177ce6170eff8c24072339b105e282098db3a05b637058602 description: '' @@ -93155,6 +98840,7 @@ https://github.com/cybersecsi/RAUDI: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/cyberus-technology/virtualbox-kvm: ai_summary: A powerful extension that enables VirtualBox to run using Linux's native KVM hypervisor instead of its proprietary kernel module. Greatly simplifies virtual @@ -93186,6 +98872,7 @@ https://github.com/cyberus-technology/virtualbox-kvm: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/cycloidio/inframap: content_hash: 147c1268185b5ee55d4952cf69675987837441203bc5c3a0e6847acf55c63fc9 description: '' @@ -93205,6 +98892,7 @@ https://github.com/cycloidio/inframap: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/cyclops-ui/cyclops: ai_summary: User-friendly web UI focused on making complex resource configuration simple. Uses visual, dynamic form validation to ease deployments for non-operations @@ -93236,6 +98924,7 @@ https://github.com/cyclops-ui/cyclops: - kubernetes-based-devel.md - index.md year: N/A + addition_method: manual https://github.com/cykerway/complete-alias: content_hash: 692df128e74e494017d0f85c4cea65f1b57ca82a943fb570c7c0b21761fb99e9 description: '' @@ -93255,6 +98944,7 @@ https://github.com/cykerway/complete-alias: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://github.com/d-kuro/kubectl-fuzzy: content_hash: ecd26b1eae3a819cce93cdade695a443dc5139bc2b73abc3edb978b62db91f37 description: '' @@ -93274,6 +98964,7 @@ https://github.com/d-kuro/kubectl-fuzzy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/dagger/dagger: content_hash: a2dfa6da3d2e3fde94c3bee28c8b67958a13cc7e922e406c3bef860f468260a9 description: '' @@ -93293,6 +98984,7 @@ https://github.com/dagger/dagger: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/dahlbyk/posh-git: content_hash: 0c674dbbc1c0f7a31f8946bb309838d931797d54f83f5720ff928b26e100956b description: '' @@ -93312,6 +99004,7 @@ https://github.com/dahlbyk/posh-git: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/dair-ai/ML-Course-Notes: content_hash: 20d4482bc0785fcdc6cd04afd0a77194787ed8e8a881e3f5ac40f8963708166e description: '' @@ -93331,6 +99024,7 @@ https://github.com/dair-ai/ML-Course-Notes: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/danielfoehrKn/kubeswitch: content_hash: 9099bfad7cc80bae845f969b75afd459cfe7cf7a81a875815890d54bb9442adf description: '' @@ -93350,12 +99044,14 @@ https://github.com/danielfoehrKn/kubeswitch: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/danielqsj/kafka_exporter: content_hash: e00747996189c7bf3c259c110b9d4755e1eac5de9d5c2a21984c33a84ea16696 health_score: 100.0 last_checked: 1779029243.473216 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/darkbitio/gcp-iam-role-permissions: ai_summary: An open-source tool analyzing and exporting detailed lists of GCP IAM permissions and pre-defined roles. Highly beneficial for configuring least-privilege @@ -93383,6 +99079,7 @@ https://github.com/darkbitio/gcp-iam-role-permissions: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/darkbitio/k8s-mirror: content_hash: 7c3f5ca352505582e0a789e552aae16c23e7f925b5c42a9e58c5907a794de730 description: '' @@ -93403,6 +99100,7 @@ https://github.com/darkbitio/k8s-mirror: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/darxkies/k8s-tew: ai_summary: Kubernetes The Easy Way (k8s-tew) provides a collection of wrapper scripts and declarative configuration structures designed to ease the bootstrap complexities @@ -93433,6 +99131,7 @@ https://github.com/darxkies/k8s-tew: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/dastergon/awesome-chaos-engineering: content_hash: 929b5f40cb6696e64d90dfe603b3aa0eb2f82817e29a1a133d4a15599bd3aebd description: '' @@ -93456,6 +99155,7 @@ https://github.com/dastergon/awesome-chaos-engineering: - devops.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/dastergon/awesome-sre: content_hash: 35bed57dc58c740ac44974dcd1629e91341171894740a9bc507f4af9680ca852 description: '' @@ -93476,6 +99176,7 @@ https://github.com/dastergon/awesome-sre: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/databrickslabs/ucx: ai_summary: Curator Insight introduces UCX as a toolset to migrate legacy workspaces to Unity Catalog. Live Grounding validates that Databricks Labs continuously maintains @@ -93508,6 +99209,7 @@ https://github.com/databrickslabs/ucx: v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://github.com/databus23/helm-diff: ai_summary: A high-utility Helm extension to render exact resource differences between operational releases. Highly recommended for avoiding deployment accidents and @@ -93539,6 +99241,7 @@ https://github.com/databus23/helm-diff: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/datafold/data-diff: content_hash: d66f88b69f4fcd4f092605d0573cd45f87cc2345f4a7dbdafe0843f9ed57af68 description: '' @@ -93558,6 +99261,7 @@ https://github.com/datafold/data-diff: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/datakickstart: content_hash: d5308e918bb8cb16a43237e3dbc3c00d66eeef36c0d4a25a9a6e18ac04aee231 description: '' @@ -93574,6 +99278,7 @@ https://github.com/datakickstart: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/datalab-to/surya: content_hash: 7e654e62b4c1c3a388cdda09d0fce9675e97417a673f6ab70788e98592733b11 gh_license: GPL-3.0 @@ -93589,6 +99294,7 @@ https://github.com/datalab-to/surya: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://github.com/datastax/cass-operator: content_hash: 7385129eb5cc2bb3f44c67bb768267367566a184daded91e7b4ce1eda0df6fd0 description: '' @@ -93608,6 +99314,7 @@ https://github.com/datastax/cass-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/datreeio/CRDs-catalog: content_hash: 3b6d872fd22d91d16e80034bd962b86291546e1e323bf0b60b4cfefc97716889 description: '' @@ -93627,6 +99334,7 @@ https://github.com/datreeio/CRDs-catalog: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/davidB/kubectl-view-allocations: content_hash: 39d2b483f965a15769a3abdca1ddedae2456724218b26a0f9479bfe5ef087cbe description: '' @@ -93646,6 +99354,7 @@ https://github.com/davidB/kubectl-view-allocations: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/davila7/claude-code-templates: ai_summary: A highly popular community repository hosting prompt structures, workflows, and templates optimized for Claude Code and Anthropic integrations in complex @@ -93679,6 +99388,7 @@ https://github.com/davila7/claude-code-templates: - ai.md - devops-tools.md year: N/A + addition_method: manual https://github.com/dawitnida/awesome-packer: content_hash: 422e80813913b4e5ba62dee827d9143e4f3d1ee00974d70be3caf59d74b73032 description: '' @@ -93689,6 +99399,7 @@ https://github.com/dawitnida/awesome-packer: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/dcasati/kubernetes-PlantUML: content_hash: c7a0973dfc0becdb60ee421811a26ad75230727bff19939869208e198f07f784 description: '' @@ -93708,6 +99419,7 @@ https://github.com/dcasati/kubernetes-PlantUML: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://github.com/dcherman/image-cache-daemon: content_hash: eb2b58adbe03ba167ac6b4f8b0396ad49ce7b5fa0c80a6ab1757b8c733b97904 description: '' @@ -93727,6 +99439,7 @@ https://github.com/dcherman/image-cache-daemon: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/dchonch/awesome-packer: content_hash: b2b7bca1bb4db34855929970b9421b12426cf10ba291b93a71d84aff48bf162a gh_license: CC0-1.0 @@ -93743,6 +99456,7 @@ https://github.com/dchonch/awesome-packer: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://github.com/ddosify/ddosify: content_hash: 3faae96107b8f7094bc397db6fe980fd15c5c5bdf316574d1a584670a959a58c description: '' @@ -93753,6 +99467,7 @@ https://github.com/ddosify/ddosify: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/debianmaster/actions-k3s: content_hash: 03f9ff3f31f03691392fcd0589ff59e5a001fd82a620269a118107ad06c8b6ff description: '' @@ -93772,6 +99487,7 @@ https://github.com/debianmaster/actions-k3s: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/deckhouse/deckhouse: content_hash: 30edb3534200be7935ce25396360e63c93d33b9f3b51c1301ba04b29e11a037b description: '' @@ -93791,6 +99507,7 @@ https://github.com/deckhouse/deckhouse: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/deckhouse/k8s-image-availability-exporter: content_hash: 6155ee3013e2e91d7b923a79b8b01abf688d71036c0c4ebe24776adb935892c2 gh_license: Apache-2.0 @@ -93806,6 +99523,7 @@ https://github.com/deckhouse/k8s-image-availability-exporter: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual ? https://github.com/decodingai-magazine/articles-code/tree/main/articles/ml_system_design/real_time_news_search_with_upstash_kafka_and_vector_db : content_hash: 3d10999dd528abb46eb768282d48cccec3787de9918cf32fa69c70461dff811e gh_license: MIT @@ -93821,6 +99539,7 @@ https://github.com/deckhouse/k8s-image-availability-exporter: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual ? https://github.com/decodingml/articles-code/tree/main/articles/ml_system_design/real_time_news_search_with_upstash_kafka_and_vector_db : content_hash: f881f4bd0edfdc80574e5d295ba31612f81329fd1d3982ac48248044247ad617 description: '' @@ -93832,6 +99551,7 @@ https://github.com/deckhouse/k8s-image-availability-exporter: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://github.com/deepfence/PacketStreamer: content_hash: 2e440d35ab9e1e50a8f4304bf55ba34ca6b9102148bcde3c6fafce2a763eb11f description: '' @@ -93851,6 +99571,7 @@ https://github.com/deepfence/PacketStreamer: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/deepfence/ThreatMapper: ai_summary: An open-source CNAPP (Cloud Native Application Protection Platform) developed by Deepfence. Dynamically structures runtime visibility maps to cross-reference @@ -93882,6 +99603,7 @@ https://github.com/deepfence/ThreatMapper: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/deepfence/YaraHunter: ai_summary: YaraHunter is a specialized security tool that scans container images and filesystems for indicators of compromise (IoC) and malware using YARA rules. @@ -93913,6 +99635,7 @@ https://github.com/deepfence/YaraHunter: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/deepops-ai/deepops: content_hash: d246123b7184d8458728c29fba511e593b9daa265a86d0b73bb6556f224f9fe7 gh_license: NOASSERTION @@ -93921,6 +99644,7 @@ https://github.com/deepops-ai/deepops: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/defenseunicorns/zarf: content_hash: a084f247b9f5a6af65b3270b705f0f32f4f239e5e82804d61f0ade6b49612b25 description: '' @@ -93931,12 +99655,14 @@ https://github.com/defenseunicorns/zarf: v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/deislabs/ratify: content_hash: 32d4921302d67eb4820993df87929024916082dcbbd57165b9f94784e66ae99f health_score: 100.0 last_checked: 1779029061.285751 v1_locations: - docs/kubernetes-security.md + addition_method: manual https://github.com/deors/deors-demos-petclinic/blob/master/Jenkinsfile: content_hash: c915cc205b98b9c3d927ef20f35277919f36efefac043f8e78c0ea9493f25fd6 description: '' @@ -93953,6 +99679,7 @@ https://github.com/deors/deors-demos-petclinic/blob/master/Jenkinsfile: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/depop/github-merge-bot: content_hash: 9091ea7ee3113c025b8adafd595fdd77078a8b3ac95366c4222c0fa19d6fd21c description: '' @@ -93963,6 +99690,7 @@ https://github.com/depop/github-merge-bot: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/derailed/k9s: content_hash: 82aa46f35d3539b4dfe171f564f7796ec3f69679052d07da70951c68773ad708 description: '' @@ -93982,6 +99710,7 @@ https://github.com/derailed/k9s: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/derailed/popeye: content_hash: dcdfcb18fcc9855314b7efc2379eca68adfa1ec34515b36e1c3999ed6294f160 description: '' @@ -94001,6 +99730,7 @@ https://github.com/derailed/popeye: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/derekparker/delve: ai_summary: Curator Insight frames Delve as the official, industry-standard debugger for Go, offering runtime state visibility. Live Grounding highlights its deep @@ -94032,6 +99762,7 @@ https://github.com/derekparker/delve: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/detailyang/awesome-cheatsheet: content_hash: 84b39077620aad1298fd84e9ea3c38b8a0421db9204840a2657b098801c0a4a9 description: '' @@ -94051,6 +99782,7 @@ https://github.com/detailyang/awesome-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/developer-guy/awesome-falco: content_hash: 2a6fad846b18b10e196d8565d31caa716a334579dc3d1e1671bbfd291f6fce62 description: '' @@ -94068,6 +99800,7 @@ https://github.com/developer-guy/awesome-falco: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/developer-guy/falco-analyze-audit-log-from-k3s-cluster: ai_summary: A hands-on open-source demonstration project for analyzing Kubernetes audit logs on lightweight K3s clusters using Falco. Ideal for dev environments @@ -94097,6 +99830,7 @@ https://github.com/developer-guy/falco-analyze-audit-log-from-k3s-cluster: - kubernetes-security.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/developer-guy/kubernetes-cluster-setup-using-terraform-and-k3s-on-digitalocean: content_hash: 7f1b1a3b25d0d69471bde51a25a1cc96a5aa433e059405e65926161a40f1b9ea description: '' @@ -94114,6 +99848,7 @@ https://github.com/developer-guy/kubernetes-cluster-setup-using-terraform-and-k3 v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/devopshubproject/azure-terraform-ansible: content_hash: f75ede58b46e96ff00ff81596b6118aaffd996ca318150c35251036155bdf593 description: '' @@ -94133,6 +99868,7 @@ https://github.com/devopshubproject/azure-terraform-ansible: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/devopshubproject/cka-lab: content_hash: c7b01cc82556b549d6c702521022e5ec4a8530d5f5f20282d29579ee0ecf9b54 description: '' @@ -94149,6 +99885,7 @@ https://github.com/devopshubproject/cka-lab: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/devopsspiral/KubeLibrary: content_hash: 9274859eadfaee8875bca134458b46de0dad967a6d9d09628782a2e554cd193f description: '' @@ -94168,6 +99905,7 @@ https://github.com/devopsspiral/KubeLibrary: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/devoriales/cheatsheets: content_hash: 8758b579dc18e2fb23adc7ffc4ade46ee59f18fc3eb9e09a51e3c091937699ad health_score: 100.0 @@ -94180,6 +99918,7 @@ https://github.com/devoriales/cheatsheets: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://github.com/devoriales/kubectl-cheatsheet: content_hash: b9c8c7ec7508a36fbd3cb21ab4cb04b70a44a06d8ed740da60958844b2c6d428 description: '' @@ -94190,6 +99929,7 @@ https://github.com/devoriales/kubectl-cheatsheet: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://github.com/devtron-labs/devtron: ai_summary: A comprehensive, open-source AppOps platform for Kubernetes designed to consolidate CI/CD pipelines, GitOps, observability, and cost optimization. @@ -94226,6 +99966,7 @@ https://github.com/devtron-labs/devtron: - jenkins-alternatives.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/deweya/OpenShift-Jenkins-Lab: content_hash: a1a6149ea18169115e3d1a713b872bf0b47d603a15163012dd36350c214dfa3d description: '' @@ -94245,6 +99986,7 @@ https://github.com/deweya/OpenShift-Jenkins-Lab: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/dexidp/dex: content_hash: 860067b64dac977865805b2d3aec4a5cecf315a6048fa02a903973111de3cff3 gh_license: Apache-2.0 @@ -94253,6 +99995,7 @@ https://github.com/dexidp/dex: needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://github.com/dfrappart/articles/blob/master/podidentityjourney.md: ai_summary: Historical journal covering the implementation of Azure AD Pod Identity to secure pod communication with Azure resources. Note that while this highlights @@ -94284,6 +100027,7 @@ https://github.com/dfrappart/articles/blob/master/podidentityjourney.md: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/diagrid-labs/dapr-workflow-demos: content_hash: b3e4b696fa8524a9015525640b88d34662a3eb6c845f35ec7d9a4aecd4a3d30c description: '' @@ -94303,6 +100047,7 @@ https://github.com/diagrid-labs/dapr-workflow-demos: v2_locations: - serverless.md year: N/A + addition_method: manual https://github.com/dictcp/awesome-git: ai_summary: An extensive, community-curated list of tools, clients, extensions, and learning pathways for Git. This list serves as an ultimate reference directory @@ -94335,6 +100080,7 @@ https://github.com/dictcp/awesome-git: - git.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/didier-durand/microk8s-kata-containers: ai_summary: A community project showcasing how to configure and run Kata Containers inside a Canonical MicroK8s environment for hardware-assisted, hypervisor-isolated @@ -94366,6 +100112,7 @@ https://github.com/didier-durand/microk8s-kata-containers: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/didier-durand/microk8s-kube-bench: ai_summary: A validation utility adapting aquasecurity's kube-bench to run structured CIS security benchmarks directly against canonical MicroK8s clusters. Confirms @@ -94396,6 +100143,7 @@ https://github.com/didier-durand/microk8s-kube-bench: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/didil/autobucket-operator: content_hash: 2da6b3ebf7abda595e25e84f6ada154fee8c01991d8d11479f614b1359023af4 description: '' @@ -94415,6 +100163,7 @@ https://github.com/didil/autobucket-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/diegolnasc/kubernetes-best-practices: content_hash: e21c265e98cff7dd1f44349fc594f2fe173d74c20530e9f48c25e0f6059c50ed description: '' @@ -94436,6 +100185,7 @@ https://github.com/diegolnasc/kubernetes-best-practices: - kubernetes.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/digitalis-io/vals-operator: content_hash: dc0665e435056c0cdb26c02be0fe1874e48c01a0eded981d3e7d6e6153271a35 description: '' @@ -94455,6 +100205,7 @@ https://github.com/digitalis-io/vals-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/dignajar/another-autoscaler: content_hash: c03fa22e60c795010ce76b53a390c56e3887b7de4df00fc84d12a7b67cfda610 description: '' @@ -94474,6 +100225,7 @@ https://github.com/dignajar/another-autoscaler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/dignajar/another-ldap: content_hash: 74358a9302faba7b65b05d170a5da28263abb9a1b6b6ab6f789db245d26d8936 description: '' @@ -94493,6 +100245,7 @@ https://github.com/dignajar/another-ldap: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/direktiv/direktiv: content_hash: 41d4a63d8588901c6ca1596be8f8ff735e09e0242268bb1edd68b35b78986f49 description: '' @@ -94512,6 +100265,7 @@ https://github.com/direktiv/direktiv: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/dirien/pulumi-civo-flux-bucket: content_hash: 255c9f2789a6a5fa3a9e9da892b0ab6d0d480aac43afa3bcded29c64622fea4b description: '' @@ -94531,6 +100285,7 @@ https://github.com/dirien/pulumi-civo-flux-bucket: v2_locations: - flux.md year: N/A + addition_method: manual https://github.com/distribution/distribution: content_hash: 1433b8107ff9093146d4003092eb0244fe045b9f2020c1391b986c347fa69eb6 description: '' @@ -94550,6 +100305,7 @@ https://github.com/distribution/distribution: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/dj-wasabi/vagrant-kubernetes: ai_summary: An older Vagrant-based helper for building and running multi-node Kubernetes clusters. Kept for historical reference on VM-based local orchestration workflows @@ -94577,6 +100333,7 @@ https://github.com/dj-wasabi/vagrant-kubernetes: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/docker/awesome-compose: content_hash: a047d8b4bfd675172debe37f41d348d623d5a19ac521105fe8f83753f7fbf286 description: '' @@ -94599,6 +100356,7 @@ https://github.com/docker/awesome-compose: - other-awesome-lists.md - docker.md year: N/A + addition_method: manual https://github.com/docker/build-push-action: content_hash: 296485ddce54359a1cbc8d77aa17454b63714a86d83e859c0af32391bc808086 description: '' @@ -94618,6 +100376,7 @@ https://github.com/docker/build-push-action: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/doitintl/clustercloner: content_hash: f18a1c564e64afa7cef27f74b6b506af188082a8fa7fbf9386fc4bb9b816e861 description: '' @@ -94637,6 +100396,7 @@ https://github.com/doitintl/clustercloner: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/doitintl/kube-no-trouble: content_hash: 8dd483c41b54cf5b66f26d4f6b2b3755fc3f9ff21cddf0a44a12a336003046f8 description: '' @@ -94656,6 +100416,7 @@ https://github.com/doitintl/kube-no-trouble: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/doitintl/kube-secrets-init: content_hash: aa0b369989c48490b683a479c00601b6ffa44765b2ae3c165d2223cea63df915 description: '' @@ -94675,6 +100436,7 @@ https://github.com/doitintl/kube-secrets-init: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/doitintl/kubeIP: content_hash: 2e49b2d3c8ed3103b70558220d7fc16fa08b561a240dca7a7ebe24655ed504bc description: '' @@ -94694,6 +100456,7 @@ https://github.com/doitintl/kubeIP: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/dolevshor/azure-finops-guide: content_hash: dcfb51d5ee0044f01c3c4fc7672d09c384d8b77de5085f6d186d54bfec0c1fbd description: '' @@ -94713,6 +100476,7 @@ https://github.com/dolevshor/azure-finops-guide: v2_locations: - finops.md year: N/A + addition_method: manual https://github.com/dolevshor/azure-orphan-resources: content_hash: 601d689f524a15cf633c0fe271988d226e4f725458a816cf86eb69aa43645538 description: '' @@ -94725,6 +100489,7 @@ https://github.com/dolevshor/azure-orphan-resources: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://github.com/dolthub/dolt: content_hash: 9b90f10436b524e751c736824490fc9dbbf9220f131c5a86f7fb678c61c2cb7c description: '' @@ -94745,6 +100510,7 @@ https://github.com/dolthub/dolt: - databases.md - index.md year: N/A + addition_method: manual https://github.com/donnemartin/awesome-aws: content_hash: d0e42099a4f4a137201b5ffeae87a6189e78ac0ca89aec26e00e637c4b4bd8f4 description: '' @@ -94767,6 +100533,7 @@ https://github.com/donnemartin/awesome-aws: - other-awesome-lists.md - aws.md year: N/A + addition_method: manual https://github.com/dora-metrics/pelorus: content_hash: 128025d17589da5395a4c446a75dc14f2b5d725dbf90c340c3895a4d10255f9d gh_license: Apache-2.0 @@ -94775,6 +100542,7 @@ https://github.com/dora-metrics/pelorus: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/dotdc/grafana-dashboards-kubernetes: content_hash: ccdc4d34df5da8ab7fc0518bb7cdf5f03900f23bf612ae57f357bab7f33d4b2f description: '' @@ -94794,6 +100562,7 @@ https://github.com/dotdc/grafana-dashboards-kubernetes: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/dpeckett/pangolin: content_hash: fdc1061865be4ed3ebe6f9f07ef58754f59e355d413e2872175d870f918ea11c description: '' @@ -94813,6 +100582,7 @@ https://github.com/dpeckett/pangolin: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/dsa0x/sicher: ai_summary: Curator Insight showcases Sicher as a lightweight tool for managing environment variables and secrets securely within Go applications. Live Grounding @@ -94844,6 +100614,7 @@ https://github.com/dsa0x/sicher: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/dsyer/kubernetes-intro: content_hash: c375f22452b7e4338c6c95e1ab9b5da7fdbc5452d3716457e923333c578f8be7 description: '' @@ -94862,6 +100633,7 @@ https://github.com/dsyer/kubernetes-intro: - java_frameworks.md - demos.md year: N/A + addition_method: manual https://github.com/dty1er/kubecolor: content_hash: 9e62de16802aa23bb6817c9ab7f56a5b4091ad56abffeffb2584a92f0b237379 description: '' @@ -94872,6 +100644,7 @@ https://github.com/dty1er/kubecolor: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/dvob/k8s-s2s-auth: ai_summary: 'Demonstrates internal service-to-service auth patterns utilizing raw Service Account tokens. Note: The repository has seen no recent development and @@ -94899,6 +100672,7 @@ https://github.com/dvob/k8s-s2s-auth: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/e-minguez/openshift-yolo: content_hash: da86de9f4a101a9421c34e6de59d23161540686c16bcf886476471aa0068506a description: '' @@ -94918,6 +100692,7 @@ https://github.com/e-minguez/openshift-yolo: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/eXascaleInfolab/PyExPool: content_hash: 5220be9e91b6d5c9a8e290926763d06a655b10a9ddb640b15411fa98c6ca4a35 gh_license: NOASSERTION @@ -94933,6 +100708,7 @@ https://github.com/eXascaleInfolab/PyExPool: - docs/python.md v2_locations: - python.md + addition_method: manual https://github.com/eamodio/vscode-gitlens: content_hash: 8dc5077110b3c8be11f0ec7e001654ba5df664f829a3b7e6ec15c7eb9ae33f68 description: '' @@ -94943,6 +100719,7 @@ https://github.com/eamodio/vscode-gitlens: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://github.com/ebosas/microservices: ai_summary: Curator Insight showcases a reference architecture modeling an end-to-end microservices pattern in Go. Live Grounding reveals it as a practical template @@ -94973,6 +100750,7 @@ https://github.com/ebosas/microservices: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/eclipse-jkube/jkube: ai_summary: Active repository containing the source code, extensions, and Maven/Gradle plugins for Eclipse JKube. Simplifies localized builds, auto-detects Java application @@ -95007,6 +100785,7 @@ https://github.com/eclipse-jkube/jkube: - kubernetes-client-libraries.md - openshift-pipelines.md year: '2025' + addition_method: manual https://github.com/eclipse/jkube: content_hash: 3609c41b04f12ea952d77722a788e33ce1d3058a5369a3b5cf2b854e01a45c56 description: '' @@ -95019,6 +100798,7 @@ https://github.com/eclipse/jkube: - docs/maven-gradle.md - docs/openshift-pipelines.md year: N/A + addition_method: manual https://github.com/edrevo/suspicious-pods: content_hash: 254ef920b7fa02954b59f7a329124ca0de1d29fdecbf9e3ed34eb93596e0e0fe description: '' @@ -95038,6 +100818,7 @@ https://github.com/edrevo/suspicious-pods: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/education: ai_summary: GitHub Education offers a comprehensive suite of resources, including the Student Developer Pack, Github Classroom, and campus programs designed to @@ -95067,6 +100848,7 @@ https://github.com/education: v2_locations: - git.md year: '2026' + addition_method: manual https://github.com/eezhee/eezhee: content_hash: 81726467819fb0cf5974eee828b7a0de5c6d73085266f296f13a547b2cf93a0e description: '' @@ -95086,6 +100868,7 @@ https://github.com/eezhee/eezhee: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ekramasif/Basic-Machine-Learning: content_hash: 8ef0c8d5c41b84b583e9778f28906f33d3ccfe1949b18c40e91355e4b60e2869 description: '' @@ -95106,6 +100889,7 @@ https://github.com/ekramasif/Basic-Machine-Learning: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/ekramasif/Basic-Machine-Learning/blob/main/Extraa/PythonCheatSheet.ipynb: content_hash: 3622706ae8c3bf0f9183cc557708df207287c5c4458ff625cb2a4ee6cae57fd6 description: '' @@ -95125,6 +100909,7 @@ https://github.com/ekramasif/Basic-Machine-Learning/blob/main/Extraa/PythonCheat v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/eksctl-io/eksctl: ai_summary: The official CLI tool for creating and managing EKS clusters on AWS. Automates CloudFormation stacks, node group configurations, IAM integration (IRSA), @@ -95158,6 +100943,7 @@ https://github.com/eksctl-io/eksctl: - managed-kubernetes-in-public-cloud.md - jenkins.md year: '2026' + addition_method: manual https://github.com/elastic/apm-pipeline-library: content_hash: 1321cbd3f0db075d6751a3e89fc3485fe9c46c1baec391d960ba858a42204233 description: '' @@ -95177,6 +100963,7 @@ https://github.com/elastic/apm-pipeline-library: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/eldada/kubernetes-scripts: content_hash: 7c020ec04d79ff411482a9e6129592ee06eae5b72e70a42194563cc91aab1db3 description: '' @@ -95193,6 +100980,7 @@ https://github.com/eldada/kubernetes-scripts: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/eldadru/ksniff: content_hash: 7fd397fcca2b042939a611e5d0ed5fa41c9326fe44ad94e0594130e1df1d24fd description: '' @@ -95212,6 +101000,7 @@ https://github.com/eldadru/ksniff: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/electrocucaracha/krd: ai_summary: Kubernetes Reference Deployment (KRD) utilizes Ansible playbooks and shell scripts to automate the installation of multi-node Kubernetes clusters with @@ -95246,6 +101035,7 @@ https://github.com/electrocucaracha/krd: - kubernetes-on-premise.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/elotl/kip: content_hash: 1de2856a82ced8543ec8352be59502b2a82e01273dbb4352a6aea9ee628994dd description: '' @@ -95265,6 +101055,7 @@ https://github.com/elotl/kip: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/emberstack/kubernetes-reflector: content_hash: a46a15ec35c7eba02315725632764ff554d20c4960ae12d32829bdce19fad7db description: '' @@ -95284,6 +101075,7 @@ https://github.com/emberstack/kubernetes-reflector: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/enix/x509-certificate-exporter: content_hash: f99353578090a5d50cdcc34b69d57f17f9212fbcb30dd9bb025ac39806b60cf7 description: '' @@ -95303,6 +101095,7 @@ https://github.com/enix/x509-certificate-exporter: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/enochtangg/quick-SQL-cheatsheet: content_hash: d1f5e5768ed00d6c00c85f86621656f92b31dd0f3aa0da07738745adaf785cfc description: '' @@ -95322,6 +101115,7 @@ https://github.com/enochtangg/quick-SQL-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/envoyproxy/gateway: ai_summary: The official Envoy Gateway project aimed at unifying ingress controller configurations using the Kubernetes Gateway API. Simplifies managing edge proxy @@ -95355,6 +101149,7 @@ https://github.com/envoyproxy/gateway: v2_locations: - istio.md year: N/A + addition_method: manual https://github.com/eon01/kubernetes-workshop: content_hash: 3a7e8c2e36e86e957826ae6229aac87a568f7d269d6c1e60ed083da38fef35cf description: '' @@ -95371,6 +101166,7 @@ https://github.com/eon01/kubernetes-workshop: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/epinio/epinio: content_hash: 0e00eb534f1949213f7df9b101c94bdf6364ca5da8aebce1c0e413dcb236c8b7 description: '' @@ -95390,6 +101186,7 @@ https://github.com/epinio/epinio: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/eraser-dev/eraser: content_hash: a61a84d05ea9b0ae2d5b9c1c11f8f66e8dcf0dfd91f725d4c447324ca1a1df23 gh_license: Apache-2.0 @@ -95405,6 +101202,7 @@ https://github.com/eraser-dev/eraser: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/erebe/personal-server: content_hash: 95740772fb5f569c2b4cdd912c3000d11e43fb318be892bdb1ecae86103ce9ec description: '' @@ -95422,6 +101220,7 @@ https://github.com/erebe/personal-server: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/ermetic/access-undenied-aws: content_hash: 7e1b6fb678b3d8926a7e292a58ac7de6de5af0d6ca679c4fc435c84989c399f4 description: '' @@ -95432,6 +101231,7 @@ https://github.com/ermetic/access-undenied-aws: v1_locations: - docs/aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/errordeveloper/kubegen: content_hash: b1b05cef9af77753118352ec057af622eabb71d47b232ddcbddb4e0300232ea4 description: '' @@ -95444,6 +101244,7 @@ https://github.com/errordeveloper/kubegen: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/estahn/k8s-image-swapper: content_hash: cbc6ece15805e832bb9d6b587306b1266ee274a1c7863a6062951886312c7988 description: '' @@ -95463,12 +101264,14 @@ https://github.com/estahn/k8s-image-swapper: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/etcd-io/etcd: content_hash: b826fcf01b097f173d793a7fbca1e2e3796669dfd73ee9e5bb722912552fa318 health_score: 100.0 last_checked: 1779029679.102481 v1_locations: - docs/introduction.md + addition_method: manual https://github.com/external-secrets/kubernetes-external-secrets: content_hash: 466852f6c235fc53bcbcc19823d64c3173e686ea9afb254112b44500808cb0f1 description: '' @@ -95482,6 +101285,7 @@ https://github.com/external-secrets/kubernetes-external-secrets: - docs/devsecops.md - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/fabric8io/docker-maven-plugin: ai_summary: A robust Maven plugin designed for managing Docker images and containers within Maven builds. It allows developers to build, run, and push images as part @@ -95514,6 +101318,7 @@ https://github.com/fabric8io/docker-maven-plugin: v2_locations: - maven-gradle.md year: N/A + addition_method: manual 'https://github.com/fabric8io/fabric8-maven-plugin ': description: '' health_score: 80.0 @@ -95523,6 +101328,7 @@ https://github.com/fabric8io/docker-maven-plugin: v1_locations: - docs/openshift-pipelines.md year: N/A + addition_method: manual https://github.com/fabric8io/fabric8-pipeline-library: ai_summary: A reusable Jenkins Pipeline helper library that supports automated environments, build phases, and release setups within OpenShift frameworks. It is largely deprecated, @@ -95553,6 +101359,7 @@ https://github.com/fabric8io/fabric8-pipeline-library: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://github.com/fabric8io/kansible/blob/master/vendor/k8s.io/kubernetes/docs/user-guide/kubectl-cheatsheet.md: content_hash: 602cf3562472bdaddd7ca9be039e0ecf852bb096248a743b0165fb5dd2a52568 description: '' @@ -95572,12 +101379,14 @@ https://github.com/fabric8io/kansible/blob/master/vendor/k8s.io/kubernetes/docs/ v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/facebook/jest: content_hash: 342d641d0b021617557451eadd29d10813279121b03a68973027abab836b9bca health_score: 100.0 last_checked: 1779032091.478899 v1_locations: - docs/visual-studio.md + addition_method: manual https://github.com/fairwindsops/nova: ai_summary: A valuable auditing tool that scans running Kubernetes clusters for outdated Helm releases. It cross-references deployed charts with upstream versions @@ -95608,6 +101417,7 @@ https://github.com/fairwindsops/nova: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/fatherlinux/ubi-micro: content_hash: cde1a14802c89c245ee5d0ad664ab8701762b86792c9ecb3e847c64725c11d24 description: '' @@ -95624,6 +101434,7 @@ https://github.com/fatherlinux/ubi-micro: v2_locations: - container-managers.md year: N/A + addition_method: manual https://github.com/features/codespaces: ai_summary: GitHub Codespaces delivers cloud-hosted, highly configurable development environments running directly inside Visual Studio Code or browser instances. @@ -95656,6 +101467,7 @@ https://github.com/features/codespaces: - git.md - visual-studio.md year: N/A + addition_method: manual https://github.com/felipecruz91/debug-ctr: content_hash: 7175b73d3f1f7b6eee8bc53937c4adebb86fe8e5f74f6bf5881e88b0d8826ef8 description: '' @@ -95675,6 +101487,7 @@ https://github.com/felipecruz91/debug-ctr: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/feluelle/airflow-diagrams: content_hash: 325518f84dba9815c0d6e616beb81bff4406184e25731ad045a49aa14e651e85 description: '' @@ -95694,6 +101507,7 @@ https://github.com/feluelle/airflow-diagrams: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://github.com/fepegar/vesseg: content_hash: c9181c2b97aadfc544cd8e1cb22be2e64e84f975b31fbb6dba127778811d2fd0 description: '' @@ -95713,6 +101527,7 @@ https://github.com/fepegar/vesseg: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/fidelity/kconnect: content_hash: 32bcda8d7853e3f5334a94052cc88b9038c233c2a4aa92d3a911d41101a0b71d description: '' @@ -95732,6 +101547,7 @@ https://github.com/fidelity/kconnect: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/figaw/configuration-as-code-jenkins-k8s: content_hash: e8e13b05d8a6391fb77b8d799c2fbfec62e0def84018cea6521398fafdb5d70b description: '' @@ -95750,6 +101566,7 @@ https://github.com/figaw/configuration-as-code-jenkins-k8s: - jenkins.md - demos.md year: N/A + addition_method: manual https://github.com/figaw/freestyle-to-pipeline-jenkins: content_hash: 680062af5400a0fa4dfba0102236c56394fcd7947a2242109c9fb4340e3c7fb6 description: '' @@ -95761,6 +101578,7 @@ https://github.com/figaw/freestyle-to-pipeline-jenkins: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/figaw/freestyle-to-pipeline-jenkins/blob/master/from-freestyle-jobs-to-pipeline-with-jobdsl.pdf: content_hash: fc9fb41fc0b772b8a79ffb6996b8e4f548dc0c171f9dbdfc1981466e25b0e60d description: '' @@ -95772,6 +101590,7 @@ https://github.com/figaw/freestyle-to-pipeline-jenkins/blob/master/from-freestyl v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/flannel-io/flannel: content_hash: eba99ae86b5bae9e55d3c3591114094a4e78609bbc34e79b4a9bb1aad50ef4ea gh_license: Apache-2.0 @@ -95787,6 +101606,7 @@ https://github.com/flannel-io/flannel: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://github.com/flant/k8s-image-availability-exporter: content_hash: 8ec8d4aed673cd9c802e9e21f8a0e2934dfc470e6c5ec0ce158633f85d6f123f description: '' @@ -95797,6 +101617,7 @@ https://github.com/flant/k8s-image-availability-exporter: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/flant/shell-operator: content_hash: cecdf4357eb70fe20eedaac28eedd2c9617681d9a6d760dbaa7601876cba1dd3 description: '' @@ -95816,12 +101637,14 @@ https://github.com/flant/shell-operator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/flared/teleproxy: content_hash: 2076a6de779d1921805bcc2e78a2b7316ceb2be2bbee06a1a2cd89e790c51448 health_score: 100.0 last_checked: 1779030069.746166 v1_locations: - docs/kubernetes.md + addition_method: manual https://github.com/flaviostutz/promster: content_hash: 603bb9f1d9ac7d20e9f70d01f0bf9bfe04d0db3afe7f1c31ca7bd38f6afa7346 gh_license: MIT @@ -95837,6 +101660,7 @@ https://github.com/flaviostutz/promster: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://github.com/floci-io/floci: content_hash: 9b45b4c82d8b4b74c725de183df8fcc3765045aaf71bc61faeba7aaa517aaea1 description: '' @@ -95860,6 +101684,7 @@ https://github.com/floci-io/floci: - aws-tools-scripts.md - docker.md year: N/A + addition_method: manual https://github.com/flomesh-io/pipy: content_hash: 35120d06527a9941f5bd2b545009d1d32c95e7465f9df3a2dec7fe2dd81ad5b3 description: '' @@ -95879,6 +101704,7 @@ https://github.com/flomesh-io/pipy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/flux-iac/tofu-controller: content_hash: fdf5961adf936014db589efc9c5ee27ba146b1616205da70fc26040b3c007c42 description: '' @@ -95898,6 +101724,7 @@ https://github.com/flux-iac/tofu-controller: v2_locations: - flux.md year: N/A + addition_method: manual https://github.com/fluxcd/flux: content_hash: 7e2ffd1e5023c5643e99456a62d3d5aa9fa763d5dc2eb1afe3c8073e4ade76ce description: '' @@ -95919,6 +101746,7 @@ https://github.com/fluxcd/flux: - flux.md - gitops.md year: N/A + addition_method: manual https://github.com/fluxcd/flux2: content_hash: 2695af292c7e3281d5bacc5a595fdc2b407e385b29008fbed273810d4ef94e02 description: '' @@ -95938,6 +101766,7 @@ https://github.com/fluxcd/flux2: v2_locations: - flux.md year: N/A + addition_method: manual https://github.com/fluxcd/flux2-kustomize-helm-example: content_hash: da2a7b0c6b9b65cb22c9de865927dcc956b79aa3ee90935e7fae780cad5adc09 description: '' @@ -95957,6 +101786,7 @@ https://github.com/fluxcd/flux2-kustomize-helm-example: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/fluxcd/flux2-multi-tenancy: content_hash: 3e3b71e24d835d0a367062be178f46c96d8ba0cbb9db53159fd1b5913284ec2e description: '' @@ -95976,6 +101806,7 @@ https://github.com/fluxcd/flux2-multi-tenancy: v2_locations: - flux.md year: N/A + addition_method: manual https://github.com/forbearing/k8s: ai_summary: Curator Insight describes forbearing/k8s as an abstraction wrapper over client-go to offer a simpler API for standard Kubernetes resource orchestration. @@ -96007,6 +101838,7 @@ https://github.com/forbearing/k8s: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/freach/kubernetes-security-best-practice/blob/master/README.md: ai_summary: 'A structured GitHub curation focusing on critical security hardening for Kubernetes clusters. @@ -96041,6 +101873,7 @@ https://github.com/freach/kubernetes-security-best-practice/blob/master/README.m v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/frectonz/sql-studio: ai_summary: A single-binary SQL database administrator interface written in Rust. It streamlines querying, schema inspection, and data visualization across multiple @@ -96076,6 +101909,7 @@ https://github.com/frectonz/sql-studio: - databases.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/freelensapp/freelens: content_hash: d276cefc7d35cc51940e7419b703a9a7fce83deb3427ec1a89486e6da03ceb21 description: '' @@ -96099,6 +101933,7 @@ https://github.com/freelensapp/freelens: - devel-sites.md - kubernetes.md year: N/A + addition_method: manual https://github.com/fstab/cifs: content_hash: dd7bd3ed45ca585e641d6c0013accb851509d60bbd58229ab13cb656f1fe41a9 description: '' @@ -96118,6 +101953,7 @@ https://github.com/fstab/cifs: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/furiko-io/furiko: content_hash: f67e9269f51d43150e6bdaaee14b29396f934bb39d7b6f75dcc26040a58aafc1 description: '' @@ -96137,6 +101973,7 @@ https://github.com/furiko-io/furiko: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/futurewei-cloud/arktos: content_hash: 0b1491439fcc57271dd4c99fc6484111dbdcad7b6e5c55bcf13c381f3ae0eade description: '' @@ -96153,6 +101990,7 @@ https://github.com/futurewei-cloud/arktos: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/gardener/etcd-backup-restore: content_hash: d7e53637459bbdca137936836576f26a3d8ff7ad9fa1d18b9739560ce5af879e description: '' @@ -96172,6 +102010,7 @@ https://github.com/gardener/etcd-backup-restore: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://github.com/gardener/gardener: content_hash: b7f0a60e9aed7ab6d0afdc9c5e7e5e44d33801f213b81cda3df302e599ecf70b description: '' @@ -96192,6 +102031,7 @@ https://github.com/gardener/gardener: - kubernetes-tools.md - index.md year: N/A + addition_method: manual https://github.com/gardener/terraformer: content_hash: 4feb7d4dff0d978e9a48fe63e63b6f231ef56043a67d713b653d1073ba13c106 description: '' @@ -96211,6 +102051,7 @@ https://github.com/gardener/terraformer: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/garutilorenzo/k3s-aws-terraform-cluster: content_hash: f7dcc6728d69946078ab4a9d007dcb40d6bb05c548b969b19c56e124510a8e78 description: '' @@ -96230,6 +102071,7 @@ https://github.com/garutilorenzo/k3s-aws-terraform-cluster: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/garutilorenzo/k8s-aws-terraform-cluster: content_hash: 9c21b39bd0ec8e64dd91681f4b29a8592fef820e62a4a43a9d2a6a6d833ae52b description: '' @@ -96249,6 +102091,7 @@ https://github.com/garutilorenzo/k8s-aws-terraform-cluster: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/gayanvoice/top-github-users: content_hash: 377a211e15cafdbab77a3a930fbc24784e898d07501f2e59a55e6ad56fb22002 description: '' @@ -96259,6 +102102,7 @@ https://github.com/gayanvoice/top-github-users: title: Top GitHub Users By Country v1_locations: [] year: N/A + addition_method: manual https://github.com/gcla/termshark: ai_summary: Curator Insight presents termshark as a terminal-based UI for tshark (Wireshark). Live Grounding validates that it remains the ultimate terminal UI @@ -96292,6 +102136,7 @@ https://github.com/gcla/termshark: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/geerlingguy/ansible-for-devops: content_hash: 92f4a9fc4627622a11cf72b99e447bec9cb36a3dc0d4afd6645bf75f5e48e49d description: '' @@ -96313,6 +102158,7 @@ https://github.com/geerlingguy/ansible-for-devops: - devops.md - ansible.md year: N/A + addition_method: manual https://github.com/geerlingguy/ansible-for-devops/tree/master/kubernetes: content_hash: 42b15252dd72404b85198e54e9f03237bb980d450270ea2d5b67beb6685e0144 description: '' @@ -96332,6 +102178,7 @@ https://github.com/geerlingguy/ansible-for-devops/tree/master/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/geerlingguy/ansible-role-docker: content_hash: 0415ef3aef3db9596af58284d93bb08742cbf9389d32ca8133ceb9e60988e3fb description: '' @@ -96351,6 +102198,7 @@ https://github.com/geerlingguy/ansible-role-docker: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/geerlingguy/ansible-role-jenkins: content_hash: 1f381e6c741c1768e123bf4991e9b5721919361566a2823f36adf1d84ac5eebc description: '' @@ -96370,6 +102218,7 @@ https://github.com/geerlingguy/ansible-role-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/geerlingguy/ansible-role-kubernetes: ai_summary: A highly popular and actively maintained Ansible role written by Jeff Geerling that automates the installation and configuration of Kubernetes on Debian/Ubuntu @@ -96403,6 +102252,7 @@ https://github.com/geerlingguy/ansible-role-kubernetes: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://github.com/genuinetools/contained.af: content_hash: 4fab4e4846007403029a55064c80876c43c64e8dec263fb7a66b06e8cdf4db68 description: '' @@ -96422,6 +102272,7 @@ https://github.com/genuinetools/contained.af: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/genuinetools/img: content_hash: 0b7ad58af06e4f93f6af11e2d6547d478fe08c09914acc88f1dac481bcf9723b description: '' @@ -96441,6 +102292,7 @@ https://github.com/genuinetools/img: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/geritol/secret-backup-operator: content_hash: 42b31d1715d385ad4a02d32aefbf817e31b912c7ac130e3cd62f7e54379ab832 description: '' @@ -96460,6 +102312,7 @@ https://github.com/geritol/secret-backup-operator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/germainlefebvre4/ns-killer: content_hash: 7595722e195c0c1cb8347dc9e1138f2bd73a45b915a67684c7a47187f6c7f2af description: '' @@ -96479,6 +102332,7 @@ https://github.com/germainlefebvre4/ns-killer: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/getanteon/anteon: content_hash: 8b7dda6a22f3f966051a09000c96f03bb5ccc95cf32998df7d8488951c2e0913 gh_license: AGPL-3.0 @@ -96494,18 +102348,21 @@ https://github.com/getanteon/anteon: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/getporter/porter: content_hash: d16c8c4fa6a257c0d88cb0d8f09ebc35e09a0aa1ea8ea0c64715ddba039a6723 health_score: 100.0 last_checked: 1779032185.321365 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://github.com/getseabird/seabird: content_hash: 46c7815a6286cdad936489cbdfe7128e6d24e688204585a7debe0ccdba47e4d1 health_score: 100.0 last_checked: 1779032521.784528 v1_locations: - docs/kubernetes-based-devel.md + addition_method: manual https://github.com/getsops/sops: ai_summary: SOPS is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats, encrypting with AWS KMS, GCP KMS, Azure Key Vault, HashiCorp @@ -96539,6 +102396,7 @@ https://github.com/getsops/sops: - devsecops.md - terraform.md year: '2026' + addition_method: manual https://github.com/gfkse/jenkins-shared-library: content_hash: 336a3650b81c6d9917f3c2ce89a4209f890a331bc5894c1a852a86fc628b83ad description: '' @@ -96558,6 +102416,7 @@ https://github.com/gfkse/jenkins-shared-library: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/ggicci/httpin: ai_summary: Curator Insight introduces httpin as a declarative way to decode HTTP request data (query, headers, body) directly into Go structs. Live Grounding confirms @@ -96589,6 +102448,7 @@ https://github.com/ggicci/httpin: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/gianlucam76/k8s-cleaner: content_hash: 26b97509c6b90de108c22f7d0fd95a2e8c0f4c50d694bf37a22d7221a315e6d2 description: '' @@ -96608,6 +102468,7 @@ https://github.com/gianlucam76/k8s-cleaner: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/gimlet-io/gimletd: content_hash: 43b378c03c6da86876294318ac70f09361d86a2fb5da66149d0511b37c3a67d2 description: '' @@ -96627,6 +102488,7 @@ https://github.com/gimlet-io/gimletd: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/gini/dexter: ai_summary: An OIDC-helper CLI tool for generating kubectl credential configurations. Inactive for over 4 years; considered legacy under Nubenetes MVQ rules. @@ -96656,6 +102518,7 @@ https://github.com/gini/dexter: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/giscus/giscus: ai_summary: A highly popular open-source comment system leveraging GitHub Discussions. Avoids heavy third-party database dependencies by mapping discussion threads directly @@ -96687,6 +102550,7 @@ https://github.com/giscus/giscus: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/git-bug/git-bug: content_hash: 4c83960b8e5b1a513bec83e62833dc0dcf470ddaa0f59fdbf8412e05610aa34c gh_license: GPL-3.0 @@ -96702,6 +102566,7 @@ https://github.com/git-bug/git-bug: - docs/git.md v2_locations: - git.md + addition_method: manual https://github.com/git-ecosystem/git-credential-manager: ai_summary: Git Credential Manager is a secure, cross-platform helper that simplifies multi-factor authentication for hosts like GitHub, GitLab, and Azure DevOps. It @@ -96735,6 +102600,7 @@ https://github.com/git-ecosystem/git-credential-manager: - devsecops.md - git.md year: '2026' + addition_method: manual https://github.com/git-lfs/git-lfs: content_hash: 7ea220e77ce55e3306722f54f095daa96bef1d6cefda24f07b7a67d61bc52c92 description: '' @@ -96754,6 +102620,7 @@ https://github.com/git-lfs/git-lfs: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/github/hub: content_hash: 19e5325c8cceef53dda6b4eea55c83bef59a3aa0e8ee368acf5fd214f49edef8 description: '' @@ -96764,6 +102631,7 @@ https://github.com/github/hub: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/github/roadmap: ai_summary: The official interactive roadmap repository for upcoming features across GitHub's product suite (Copilot, Actions, Projects, Security). This public portal @@ -96797,6 +102665,7 @@ https://github.com/github/roadmap: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/gitkraken/vscode-gitlens: content_hash: e89e808f4e2a1a244907443e3d923b40bba53c989aadd137e8c9d01c1f32047b gh_license: NOASSERTION @@ -96812,6 +102681,7 @@ https://github.com/gitkraken/vscode-gitlens: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://github.com/gitops-working-group/gitops-working-group: content_hash: 9d9764e6cf92f70eccb5378965fcc8346d1d78f9debc8e4fda5788f611d575b3 description: '' @@ -96828,12 +102698,14 @@ https://github.com/gitops-working-group/gitops-working-group: v2_locations: - gitops.md year: N/A + addition_method: manual https://github.com/gitpod-io/gitpod: content_hash: eb24ad27f36de528892de45b55c410dbad56c44b555c6b0bd8bef22f602d478d health_score: 100.0 last_checked: 1779032575.059455 v1_locations: - docs/visual-studio.md + addition_method: manual https://github.com/glasskube/glasskube: content_hash: 51da47e4c55388dcbd40159d1da61eab11290ca9f40668d796fc7f68eada02b0 description: '' @@ -96853,6 +102725,7 @@ https://github.com/glasskube/glasskube: v2_locations: - gitops.md year: N/A + addition_method: manual https://github.com/glebiller/dynamic-configuration-operator: content_hash: ab73ad174bcf814e3f621425b5ac4802c3a7e8aa4e02c0efbe27e46fe06c4071 description: '' @@ -96872,6 +102745,7 @@ https://github.com/glebiller/dynamic-configuration-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/globalbao/awesome-azure-policy: content_hash: 4bcbfb219e6301b4449591249dd3eacaa370c52beff27636ea05d853936c98b9 description: '' @@ -96892,6 +102766,7 @@ https://github.com/globalbao/awesome-azure-policy: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/gnunn1/openshift-basic-pipeline: content_hash: a647dcf14582f30395fec73319ca966d76c8fabb4554cc7c77eb763547055ccd description: '' @@ -96908,6 +102783,7 @@ https://github.com/gnunn1/openshift-basic-pipeline: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/go-ini/ini: ai_summary: A feature-rich, high-performance ini file parser for Go. Offers seamless serialization and deserialization, essential for managing localized configuration @@ -96938,6 +102814,7 @@ https://github.com/go-ini/ini: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/go-kratos/kratos: ai_summary: Curator Insight defines Kratos as a heavy-duty microservice framework for Go, designed for highly scalable web-scale systems. Live Grounding highlights @@ -96969,6 +102846,7 @@ https://github.com/go-kratos/kratos: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/go-skynet/LocalAI: content_hash: 22c3a959143855b286babc422ceccdbd022b124fd2220eec15235cad4803b2c0 description: '' @@ -96979,6 +102857,7 @@ https://github.com/go-skynet/LocalAI: v1_locations: - docs/ai-agents-mcp.md year: N/A + addition_method: manual https://github.com/go-zepto/zepto: ai_summary: A lightweight web framework designed to simplify microservices development in Go. Features automated dependency injection and routing, though development @@ -97012,6 +102891,7 @@ https://github.com/go-zepto/zepto: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/goatlas-io/atlas: content_hash: afb0eb2f01f5db918bb1761d46da28dd13947142d475ec0e9c3f5ed19c258ec6 description: '' @@ -97024,6 +102904,7 @@ https://github.com/goatlas-io/atlas: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/goauthentik/authentik: ai_summary: An open-source identity infrastructure built to provide modern Single Sign-On, Multi-Factor Authentication, and fine-grained user access rules. Integrates @@ -97054,6 +102935,7 @@ https://github.com/goauthentik/authentik: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/gobins/vault-controller: content_hash: 0f0b1d87c0f9618baece440b7ad2667cf8f9fc3ee00b642ca47fc1e5ce33eba4 description: '' @@ -97070,6 +102952,7 @@ https://github.com/gobins/vault-controller: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/gofireflyio/aiac: content_hash: 16958b5e621a23c03b7845ca069d5e42569f1849e4f47ab8dfe68ad37590061e description: '' @@ -97089,6 +102972,7 @@ https://github.com/gofireflyio/aiac: v2_locations: - iac.md year: N/A + addition_method: manual https://github.com/golang-design/history: ai_summary: An extensive curated historical archive documenting the design decisions, proposals, and development milestones of the Go programming language. @@ -97119,6 +103003,7 @@ https://github.com/golang-design/history: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/golang/go: ai_summary: The open-source repository containing the implementation of the Go toolchain, compiler, and runtime. Underpins the entire modern container and cloud-native @@ -97149,6 +103034,7 @@ https://github.com/golang/go: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/golang/vscode-go/blob/master/README.md: content_hash: cc3240753fe6261e8fa0d776a10f0b1677bd4802ba2b0ef21e509d554f581fe0 description: '' @@ -97168,6 +103054,7 @@ https://github.com/golang/vscode-go/blob/master/README.md: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://github.com/goldbergyoni/nodebestpractices/blob/spanish-translation/README.spanish.md: ai_summary: Curator Insight hosts the comprehensive Spanish translation of the premier Node.js architecture and security handbook. Live Grounding validates its immense @@ -97203,6 +103090,7 @@ https://github.com/goldbergyoni/nodebestpractices/blob/spanish-translation/READM - cheatsheets.md - introduction.md year: N/A + addition_method: manual https://github.com/google/agents-cli: ai_summary: An official command-line tool from Google designed to build, debug, and deploy agentic AI workflows. It leverages the Model Context Protocol (MCP) @@ -97239,6 +103127,7 @@ https://github.com/google/agents-cli: - GoogleCloudPlatform.md - kubernetes.md year: N/A + addition_method: manual https://github.com/google/clusterfuzzlite: content_hash: f70c6ca268f229a4fc89430b03ab374f2bdd032445512d6588590b935b704860 description: '' @@ -97258,6 +103147,7 @@ https://github.com/google/clusterfuzzlite: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/google/gke-policy-automation: ai_summary: Google-backed tool designed to automate policy checks on GKE configurations against best practices using OPA Gatekeeper. Relies on structured GKE cluster @@ -97288,6 +103178,7 @@ https://github.com/google/gke-policy-automation: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/google/go-containerregistry: content_hash: 824bcad8179ee7eaed9201881d94b083b2c5691fa73025ef25044107e77de14d description: '' @@ -97309,6 +103200,7 @@ https://github.com/google/go-containerregistry: - kubernetes-tools.md - docker.md year: N/A + addition_method: manual https://github.com/google/jsonnet/tree/master/case_studies/kubernetes: content_hash: 12857cf535306b3dff99a713012717134fb582719ffdc0e27fb1d47c0b1aa38a description: '' @@ -97328,6 +103220,7 @@ https://github.com/google/jsonnet/tree/master/case_studies/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/google/ko: content_hash: 8e4aa65a2a01aa4d4deeccc0b4ae26eb2ced7e4e50f7646be6e4769db788190a description: '' @@ -97338,6 +103231,7 @@ https://github.com/google/ko: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/google/log4jscanner: ai_summary: Google's high-speed Go-based utility developed to walk directory structures and unpack Java archives to scan for vulnerable class signatures. Provides deep @@ -97368,6 +103262,7 @@ https://github.com/google/log4jscanner: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/google/prometheus-slo-burn-example: content_hash: b7c0dc57df89b3d6482acc1bd04f343b8036d2a66d653d9f4e9a6c728a3d7b14 gh_license: Apache-2.0 @@ -97383,6 +103278,7 @@ https://github.com/google/prometheus-slo-burn-example: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://github.com/google/python-fire: content_hash: df1413081fc9aef12fa7c88d8bbc3cb120d92ededd11fb30233d7fb4aa04e4c8 description: '' @@ -97402,6 +103298,7 @@ https://github.com/google/python-fire: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/google/slo-generator: content_hash: 6804779cb9fa416c8845d60e0658b4fdfd304dd8fbbb3dd05572636f646aa30a description: '' @@ -97421,6 +103318,7 @@ https://github.com/google/slo-generator: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/google/zx: ai_summary: A revolutionary library by Google allowing developers to write rich shell scripts using JavaScript or TypeScript. Intuitively wraps child-process @@ -97451,6 +103349,7 @@ https://github.com/google/zx: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/gopaddle-io/configurator: content_hash: ed41f1daa82d28b02c69ace91ecc18809c7f6a2b3317a36f8970cab7c991abf6 description: '' @@ -97470,6 +103369,7 @@ https://github.com/gopaddle-io/configurator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/goss-org/goss: content_hash: 599d7c114ad70f7c2533e2919513ae4ff015891c840061c6ab79b4a54b3d841f gh_license: Apache-2.0 @@ -97485,6 +103385,7 @@ https://github.com/goss-org/goss: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/govirtuo/kube-ns-suspender: content_hash: 7ccc734e40d5f5bd2b9af238148c21df9beb035f7096a975756f0a216da1799c description: '' @@ -97495,6 +103396,7 @@ https://github.com/govirtuo/kube-ns-suspender: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/grafana/agent: content_hash: 42acde43745effb075e35bcdad1e042924521a26e511954e82c2f16f694308c4 description: '' @@ -97514,6 +103416,7 @@ https://github.com/grafana/agent: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/grafana/mimir: content_hash: 35393723f9f6fa4ec27a899e1205b638a027699ee62dd5194b00e31a44903221 description: '' @@ -97533,6 +103436,7 @@ https://github.com/grafana/mimir: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/grafana/tanka: content_hash: f0f449caab037a1b55ce5c7b9466a4e5e7ec80d143f698945ad0c9736c23a67c description: '' @@ -97552,6 +103456,7 @@ https://github.com/grafana/tanka: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/grafana/tempo: content_hash: 78d8cbe88fd38721caa5f8f4b399878c4a62eeee3cdee4ff12d1f5e5fa996c27 description: '' @@ -97571,6 +103476,7 @@ https://github.com/grafana/tempo: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/gravitational/teleport: content_hash: 99ad550caec041b2881b70c1e9bc86ad0de2257122e7f4e21981d3f2bee4fde7 description: '' @@ -97590,6 +103496,7 @@ https://github.com/gravitational/teleport: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/gravitational/teleport/discussions/8330: content_hash: 3ae81f1e26f723553a9985d83a5ba83b608cb7da8491be7d57e345dbc9ef7347 description: '' @@ -97609,6 +103516,7 @@ https://github.com/gravitational/teleport/discussions/8330: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/gravitl/netmaker: content_hash: 461d6feb067687a3eee4be5d99ca748eab30f86a8f003957b60479535cb6af74 description: '' @@ -97630,6 +103538,7 @@ https://github.com/gravitl/netmaker: - kubernetes-tools.md - kubernetes-networking.md year: N/A + addition_method: manual https://github.com/griddynamics/mpl: content_hash: 7f6be9f587b82afed39000db10a522cc2efef44151914c5f3d2faa2d4541b92d description: '' @@ -97649,6 +103558,7 @@ https://github.com/griddynamics/mpl: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/grosser/preoomkiller: content_hash: 73aca8546922c96fb6d8726a521bac8387d99f6a103c9846e160b8993a83ae2c description: '' @@ -97668,6 +103578,7 @@ https://github.com/grosser/preoomkiller: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/groundcover-com/blog/tree/main/blog_k8s_containers_restarts: ai_summary: Curator Insight points to a companion code repository for a Groundcover blog exploring Kubernetes container restart triggers. Live Grounding confirms @@ -97696,6 +103607,7 @@ https://github.com/groundcover-com/blog/tree/main/blog_k8s_containers_restarts: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/groundcover-com/murre: content_hash: 51452fcf5105ccb367707100fcdee160175b386b458daa5a2a5ca69dfe5b7238 description: '' @@ -97715,6 +103627,7 @@ https://github.com/groundcover-com/murre: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/groundnuty/k8s-wait-for: content_hash: d50e49679c8e88c0c7db5b559610ccbebe63417436af0d4de2e44d3bab733a6a description: '' @@ -97734,6 +103647,7 @@ https://github.com/groundnuty/k8s-wait-for: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/grpc-ecosystem/grpc-gateway: content_hash: 94f2f57b5cd69bc2a351745cda7c24eab95904d8512b67ee7c785b180333fe95 description: '' @@ -97753,6 +103667,7 @@ https://github.com/grpc-ecosystem/grpc-gateway: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/gruberdev/local-gitops: content_hash: d5f0e40f0ec9d9e935b48f9a5f21fe47bd0c47d2e16a66d1430f292cca2662b1 description: '' @@ -97769,6 +103684,7 @@ https://github.com/gruberdev/local-gitops: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/gruntwork-io/terragrunt-infrastructure-live-example: content_hash: 5c10fc8bdf35d2003e92cbc5c4921f29cfbf1afb440c53e301ddb3e448f43069 description: '' @@ -97788,6 +103704,7 @@ https://github.com/gruntwork-io/terragrunt-infrastructure-live-example: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/gshipley/installcentos: content_hash: ff9d1221dd8a3bdf07bf5b97ed39a381f07cfd504e1fb20021a22abb0ac8bd67 description: '' @@ -97804,6 +103721,7 @@ https://github.com/gshipley/installcentos: v2_locations: - openshift.md year: N/A + addition_method: manual https://github.com/gudpick/pods: content_hash: 25bce8646ca01a675be677e4ffeadce8eb83da1f3d44769fca5fc7d8f4937d4d description: '' @@ -97815,6 +103733,7 @@ https://github.com/gudpick/pods: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://github.com/gudpick/pods/tree/master/sonar-latest: content_hash: 1a18ea4de1911e1e484dd824fc1f9ff5226c6c1c816b83905efacc83fa4b69aa description: '' @@ -97826,6 +103745,7 @@ https://github.com/gudpick/pods/tree/master/sonar-latest: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://github.com/gventuri/pandas-ai: content_hash: d512d4770ea4789aecc81bef4471e1839821b2a2838a17f2acfaad339689f6c7 description: '' @@ -97836,6 +103756,7 @@ https://github.com/gventuri/pandas-ai: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.com/gyli/DictMySQL: content_hash: 151d6d5be3073376f7436d69ab5b6f4932f2c6a24bb83b7c93b819e986f8b9a6 gh_license: MIT @@ -97851,6 +103772,7 @@ https://github.com/gyli/DictMySQL: - docs/python.md v2_locations: - python.md + addition_method: manual https://github.com/hadolint/hadolint: content_hash: 168d25de939de633ad29bee4a05a5b3db3157a293578ca9b07bc97f87f5433c6 description: '' @@ -97870,12 +103792,14 @@ https://github.com/hadolint/hadolint: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/haflidif/terraform-azurerm-dns-private-resolver: content_hash: 034762c5cdcba4d162872350dbb4a0a01a9b2d959af44d59dda356880a6c5df7 health_score: 100.0 last_checked: 1779030583.669527 v1_locations: - docs/terraform.md + addition_method: manual https://github.com/hahwul/DevSecOps: content_hash: 20a0ac59128bf7ae7c79b4a27f100202d6dcd770f50e1003b2a3b022f7d0903b description: '' @@ -97896,6 +103820,7 @@ https://github.com/hahwul/DevSecOps: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/halkeye-docker/docker-jenkins: content_hash: 51633da2292cc3d381f7d8c72855a15783c0ed824b51e06268583476a6a6a4ab description: '' @@ -97915,6 +103840,7 @@ https://github.com/halkeye-docker/docker-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/harvester/harvester: content_hash: 41b2b18b344881007667cc4b17730a84013b381030f73bc2c9d3711f22e47fc7 gh_license: Apache-2.0 @@ -97930,6 +103856,7 @@ https://github.com/harvester/harvester: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://github.com/hasheddan/k8scr: content_hash: 13cb1e387cd306f77b7e6d500743dccc267edad6ced0a7ab3610b467903cb24a description: '' @@ -97951,6 +103878,7 @@ https://github.com/hasheddan/k8scr: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/hashicorp/cap: ai_summary: Curator Insight shows cap as HashiCorp's library to ease Linux capability handling in Go programs. Live Grounding highlights its integration in secure container-adjacent @@ -97981,6 +103909,7 @@ https://github.com/hashicorp/cap: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/hashicorp/hcl: content_hash: a74147ff18d543e4f26a9d5f3593553f8fb108dcc25935c505c9805fbefe5fa3 description: '' @@ -98000,6 +103929,7 @@ https://github.com/hashicorp/hcl: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/hashicorp/terraform-cdk: content_hash: 51813300751965329c8de4939b5524850e59a5129f9ee51ff9095ffb23a88dd6 description: '' @@ -98019,6 +103949,7 @@ https://github.com/hashicorp/terraform-cdk: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/hashicorp/terraform-k8s: content_hash: ec20219598d769ac6d04b8cb760eb482a4304107c4ff0bcd07a51df2f4d033ea description: '' @@ -98038,6 +103969,7 @@ https://github.com/hashicorp/terraform-k8s: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/hashicorp/vault: ai_summary: The industry-standard secrets engine for modern cloud infrastructure. Provides secure storage, dynamic secrets generation, detailed audit logs, and @@ -98068,6 +104000,7 @@ https://github.com/hashicorp/vault: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/hashicorp/vault-csi-provider: ai_summary: Integrates HashiCorp Vault with the Secret Store CSI Driver, allowing Pods to mount Vault secrets natively. Eliminates raw local secret storage by rendering @@ -98099,6 +104032,7 @@ https://github.com/hashicorp/vault-csi-provider: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/hashicorp/waypoint/tree/main/website/content/docs: ai_summary: HashiCorp walkthrough presenting continuous, declarative deployment of Helm-based apps using Waypoint pipelines, highlighting structural GitOps workflows. @@ -98129,6 +104063,7 @@ https://github.com/hashicorp/waypoint/tree/main/website/content/docs: v2_locations: - helm.md year: '2022' + addition_method: manual https://github.com/hasura/gitkube: content_hash: cc22c1e1d6ea90c3a3746e1c6c2d149728b4f20eea6dab230e420c1da9371a05 description: '' @@ -98148,6 +104083,7 @@ https://github.com/hasura/gitkube: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/haxsaw/hikaru: content_hash: 176a942bb47ae71b8f1fc9778ef8a73b89c6c79ecfe899948a74b7c405c8dfb9 description: '' @@ -98167,6 +104103,7 @@ https://github.com/haxsaw/hikaru: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/hayao-k/cdk-ecr-image-scan-notify: content_hash: 3eb7e46b1ae25fe928c77b6cce169d7dce5ca79189d4d8a9d05bfae37a9ea274 description: '' @@ -98186,6 +104123,7 @@ https://github.com/hayao-k/cdk-ecr-image-scan-notify: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://github.com/hbollon/k8s-voting-app-aws: content_hash: 49bc5bec07d23712f082c6dd4bb216c46b369ff82bbdf5b0a8a70d9fcd9a53dc description: '' @@ -98205,6 +104143,7 @@ https://github.com/hbollon/k8s-voting-app-aws: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/hcavarsan/kftray: content_hash: f1543d16c58b2fa35e6932543e9a3ff128c7022fafcb775225935e22df2c13fd description: '' @@ -98224,6 +104163,7 @@ https://github.com/hcavarsan/kftray: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/heketi/heketi: content_hash: 0d4f9d435e3073e1fcfebfaa3bda820b070e48785e446bc3ac51035757864c07 gh_license: NOASSERTION @@ -98233,6 +104173,7 @@ https://github.com/heketi/heketi: v1_locations: - docs/kubernetes-storage.md - docs/ocp4.md + addition_method: manual https://github.com/helm/charts/tree/master/stable/distributed-jmeter: ai_summary: The legacy Helm representation of Apache JMeter for distributed performance testing. For dynamic scaling and load generation, engineering teams must now use @@ -98263,6 +104204,7 @@ https://github.com/helm/charts/tree/master/stable/distributed-jmeter: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/helm/charts/tree/master/stable/jenkins: ai_summary: The historic Helm chart repository location for Jenkins under the official Helm org. This template configuration has since been migrated to the Jenkins community @@ -98293,6 +104235,7 @@ https://github.com/helm/charts/tree/master/stable/jenkins: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/helm/charts/tree/master/stable/selenium: ai_summary: The historic Selenium Grid configuration from the official Helm stable tree. It serves as an archive for browser automation scaling reference, now managed @@ -98323,6 +104266,7 @@ https://github.com/helm/charts/tree/master/stable/selenium: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/helm/charts/tree/master/stable/sonarqube: ai_summary: The legacy Helm repository branch for SonarQube deployments. Modern enterprise administrators should utilize the official SonarSource charts rather @@ -98353,6 +104297,7 @@ https://github.com/helm/charts/tree/master/stable/sonarqube: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/helm/charts/tree/master/stable/sonatype-nexus: ai_summary: The deprecated official repository location for Sonatype Nexus3. Modern deployments must transition to newer, community-maintained alternatives on Artifact @@ -98383,6 +104328,7 @@ https://github.com/helm/charts/tree/master/stable/sonatype-nexus: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/helm/helm: ai_summary: Authoritative GitHub repository for Helm. With over 29k stars and massive community backing, it is the primary source of truth for the project's codebase, @@ -98413,6 +104359,7 @@ https://github.com/helm/helm: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/helm/helm-mapkubeapis: ai_summary: A crucial maintenance tool that maps deprecated or removed Kubernetes API versions to supported equivalents in Helm release metadata. This plugin avoids @@ -98444,6 +104391,7 @@ https://github.com/helm/helm-mapkubeapis: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/helmfile/helmfile: ai_summary: A critical declarative wrapper that allows operators to deploy multi-chart environments as a unified, version-controlled system. Helmfile handles dependencies, @@ -98475,6 +104423,7 @@ https://github.com/helmfile/helmfile: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/helmwave/helmwave: ai_summary: Helmwave acts as a docker-compose-like manager for Helm charts. It offers structured multi-chart deployments, parallel releases, and strict dependency trees, @@ -98506,6 +104455,7 @@ https://github.com/helmwave/helmwave: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/heptiolabs/ktx: content_hash: 37651e8af15fd1eb2a265534fd1973c095520ffcf8675d75b134c1ea27398234 description: '' @@ -98516,6 +104466,7 @@ https://github.com/heptiolabs/ktx: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/hiddeco/cronjobber: content_hash: ad9ddb74fccc3bdeb3a14ecafd88b49948f2ba317bde900e87b713ebcb6f8ae7 description: '' @@ -98535,6 +104486,7 @@ https://github.com/hiddeco/cronjobber: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/hidetatz/kubecolor: content_hash: 9e62de16802aa23bb6817c9ab7f56a5b4091ad56abffeffb2584a92f0b237379 description: '' @@ -98555,6 +104507,7 @@ https://github.com/hidetatz/kubecolor: - kubernetes-tools.md - kubectl-commands.md year: N/A + addition_method: manual https://github.com/highmobility: content_hash: 987f2e0af09507fb9d1fc6a3118c7721b822ce258b8eb0551627bdd1434f42f4 description: '' @@ -98566,6 +104519,7 @@ https://github.com/highmobility: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://github.com/hoanhan101/ultimate-go: ai_summary: Comprehensive handbook detailing memory layout, profiling, and concurrency semantics of Go. Features visual diagrams and deep-dives into mechanical sympathy @@ -98598,6 +104552,7 @@ https://github.com/hoanhan101/ultimate-go: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/hobby-kube/guide: content_hash: c96f4a0e9eeac3dee50c99030ff4fed01d17dd466357e44a0e50319ad672d9e6 description: '' @@ -98617,6 +104572,7 @@ https://github.com/hobby-kube/guide: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/homeport/havener: content_hash: 2916780f4c501cd0f6a2731819f51bab93db4e2e463dda2091a7a55580831638 description: '' @@ -98636,6 +104592,7 @@ https://github.com/homeport/havener: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/huazhihao/kubespy: content_hash: 18df158e9f636cb8b4222761527aec06f5b82fcb8f021f43f0676a6b8124541c description: '' @@ -98655,6 +104612,7 @@ https://github.com/huazhihao/kubespy: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/huginn/huginn: content_hash: b28d1fe503ecb57bac3513cc8164fd563f03272be53d743427d232366d1a9f5b description: '' @@ -98674,6 +104632,7 @@ https://github.com/huginn/huginn: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/hygieia/Hygieia: ai_summary: 'Capital One''s DevOps and security dashboard that provides visual delivery pipeline metrics and vulnerability scanning traces. Note: As per Minimum Viable @@ -98706,6 +104665,7 @@ https://github.com/hygieia/Hygieia: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/hyscale/hyscale: content_hash: be2fdaa23dc7b3827aef6a779b87d16d40fece231f5ff3d1fea85ef47d79322c description: '' @@ -98725,6 +104685,7 @@ https://github.com/hyscale/hyscale: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/iam-veeramalla/Azure-zero-to-hero: content_hash: 0b6ddbc506e144c725b5c49f83eb766b1fcd67cb5b845620c82ea2b0474361f6 description: '' @@ -98745,6 +104706,7 @@ https://github.com/iam-veeramalla/Azure-zero-to-hero: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/ianmiell/kubernetes-examples: content_hash: 1f069af5964ea8b746e1dc677d7a2340c998f68dc4408925d0666952ebe9607f description: '' @@ -98755,6 +104717,7 @@ https://github.com/ianmiell/kubernetes-examples: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/iann0036/iamlive: content_hash: a2cd577522baff1b04d9f209c39dd2f367326b17a343500402292599abcb5f8b description: '' @@ -98774,6 +104737,7 @@ https://github.com/iann0036/iamlive: v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/iawia002/lux: ai_summary: Curator Insight describes Lux (formerly Annie) as a fast, concurrent video downloader written in Go supporting multiple global media platforms. Live @@ -98805,6 +104769,7 @@ https://github.com/iawia002/lux: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/ibm-messaging: content_hash: 5046e4520c2f93d14b15e1d6653db869fa84bfc7463b9a239b501a1fcf12d372 health_score: 100.0 @@ -98812,12 +104777,14 @@ https://github.com/ibm-messaging: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/ibm-messaging/mq-metric-samples/tree/master/cmd/mq_prometheus: content_hash: dff7a064be7e545dc495c3a3b7ce0fc6649c5f5e25429446b4d56369c045cc14 health_score: 100.0 last_checked: 1779033081.786591 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/ibuildthecloud/wtfk8s: content_hash: 31db659805e7322db8a1cfb3945be7d4307faf10bce49386ce9ccad6315b9f02 description: '' @@ -98837,6 +104804,7 @@ https://github.com/ibuildthecloud/wtfk8s: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/idealista/prometheus_jmx_exporter-role: content_hash: baa49e4034fa8b009ddbf0ac970ddc3b619e21916c62cc0715d2d652a0b9df8d description: '' @@ -98848,6 +104816,7 @@ https://github.com/idealista/prometheus_jmx_exporter-role: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/idealista/prometheus_jmx_exporter_role: content_hash: 3c7a847a892e1ac414a8ad91bc065e33fbe5baf64476b1a3594b6339373784f2 gh_license: Apache-2.0 @@ -98863,6 +104832,7 @@ https://github.com/idealista/prometheus_jmx_exporter_role: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://github.com/idoavrah/terraform-tui: content_hash: b2930ecf4a0e159a0bf1f24f36682f1d7975883105b07b522834ffce180a5dfd description: '' @@ -98882,6 +104852,7 @@ https://github.com/idoavrah/terraform-tui: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/ilkilab/agorakube: content_hash: 3337bd0ef7ef90cb41fd2e5e8b84caf57317b8fec5345482396a1150eb7f21d6 description: '' @@ -98901,6 +104872,7 @@ https://github.com/ilkilab/agorakube: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ilyash/show-struct: ai_summary: A unique CLI utility designed to inspect the structural hierarchy of deeply nested JSON and YAML documents. Generates clear, high-level map layouts @@ -98932,6 +104904,7 @@ https://github.com/ilyash/show-struct: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/im2nguyen/rover: content_hash: 0d07a311ff3404677392b62cfd683da5706abfa235dd7a8d5434f501a370780d description: '' @@ -98951,6 +104924,7 @@ https://github.com/im2nguyen/rover: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/imperialwicket/spinnaker-demo: content_hash: aefbeb2edc82e7a439bb904707ecccda4c120048ef77de6962a4dea3e87ede02 description: '' @@ -98967,6 +104941,7 @@ https://github.com/imperialwicket/spinnaker-demo: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/imthenachoman/How-To-Secure-A-Linux-Server: ai_summary: An exhaustive, highly popular guide for securing production Linux environments. Covers SSH hardening, firewalls, user permission boundaries, 2FA, kernel optimization, @@ -99001,6 +104976,7 @@ https://github.com/imthenachoman/How-To-Secure-A-Linux-Server: - aws-security.md - devops.md year: N/A + addition_method: manual https://github.com/inancgumus/learngo: ai_summary: Curator Insight lists LearnGo as a massive collection of interactive tutorials, quizzes, and micro-projects to master Go. Live Grounding verifies its @@ -99032,6 +105008,7 @@ https://github.com/inancgumus/learngo: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/influxdata/telegraf/tree/master/plugins/inputs/activemq: content_hash: a3851fb7f71b045ed86b8dc86f54302755461b6bf1b3b2bfffc21671a49b1d79 description: '' @@ -99045,6 +105022,7 @@ https://github.com/influxdata/telegraf/tree/master/plugins/inputs/activemq: - docs/grafana.md - docs/prometheus.md year: N/A + addition_method: manual https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client: content_hash: 8320accfa48b8db4bc37b92ba9672a6cbef304b53234d4a813cdd6d846e8c652 description: '' @@ -99064,6 +105042,7 @@ https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_cl v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/infracost/infracost: content_hash: 1c7e3e51dfc46bc4b99cb49bfcd37be3f83761a36aff36eeee561215d2962d6f description: '' @@ -99083,6 +105062,7 @@ https://github.com/infracost/infracost: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/infrahouse/infrahouse-toolkit: content_hash: 9c15f86bdb31f9f268ea337677d923e0c0a7f48a31c5985b7f890c79d8eb8147 description: '' @@ -99103,6 +105083,7 @@ https://github.com/infrahouse/infrahouse-toolkit: - aws-tools-scripts.md - index.md year: N/A + addition_method: manual https://github.com/infrahouse/terraform-aws-ecs: content_hash: 20d9efe3504978de432d24d6bebb9d3dda9ee5d9e08e548e50622b2b2679e488 description: '' @@ -99122,6 +105103,7 @@ https://github.com/infrahouse/terraform-aws-ecs: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/infrahouse/terraform-aws-openvpn: content_hash: 1d66d9a63ba22cb3f82bc77c55f8a13fc50d4d3f5eeef87fb248c8f7cd154023 description: '' @@ -99141,6 +105123,7 @@ https://github.com/infrahouse/terraform-aws-openvpn: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/infrahq/infra: content_hash: 410931b597d37bc915834cd79f9695bd30a991223bd4fd70145fe1a067f8b859 description: '' @@ -99160,6 +105143,7 @@ https://github.com/infrahq/infra: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/inguardians/peirates: content_hash: 0d5825f04e02d91244d93abba956de34078d1d81d78c4c514ec04df876d18757 description: '' @@ -99179,6 +105163,7 @@ https://github.com/inguardians/peirates: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/inkdrop-org/inkdrop-visualizer: content_hash: 9d04fa03d658315a02e5c41792844a60d9f1a64640f0d7675a7c97a51f79d2c3 description: '' @@ -99198,6 +105183,7 @@ https://github.com/inkdrop-org/inkdrop-visualizer: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/inputsh/awesome-linux: content_hash: 7ef646b22b52bdd01dda347947ad97484ad3ee5e8f475c0b9a136dd4d26bf879 description: '' @@ -99218,6 +105204,7 @@ https://github.com/inputsh/awesome-linux: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/inscapist/terraform-k3s-private-cloud: content_hash: 1ea33f40f5832c7b2af308928e0964c543a3f2e53e7dba8b4127d86be7d8f806 gh_license: MIT @@ -99233,6 +105220,7 @@ https://github.com/inscapist/terraform-k3s-private-cloud: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://github.com/inspektor-gadget/inspektor-gadget: content_hash: f2b33444b25b2d021b45dfefe08c669eb5633f7ac86803ee810e3eec7301d02a description: '' @@ -99252,6 +105240,7 @@ https://github.com/inspektor-gadget/inspektor-gadget: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/instrumenta/kubernetes-json-schema: ai_summary: An automated repository of JSON Schemas extracted from official Kubernetes API definitions. While currently superseded by native validation tools, it remains @@ -99285,6 +105274,7 @@ https://github.com/instrumenta/kubernetes-json-schema: - yaml.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/instrumenta/kubeval: ai_summary: A widely historical command-line validation parser that matches local Kubernetes YAML configurations against schemas. While archived and succeeded by @@ -99318,6 +105308,7 @@ https://github.com/instrumenta/kubeval: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/instrumenta/policies: content_hash: 8da18f0ceeb9bd2409fdeb5ea85df3d2a4d0b85a9588c271707c5eff4e2c2965 description: '' @@ -99338,6 +105329,7 @@ https://github.com/instrumenta/policies: v2_locations: - securityascode.md year: N/A + addition_method: manual https://github.com/int128/kubelogin: content_hash: 8919345485cdb0f70c85289e7ad34e22ea32d8cb5a4b9b5dac0465cfd8c5f8fc description: '' @@ -99357,6 +105349,7 @@ https://github.com/int128/kubelogin: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/iovisor/bpftrace: content_hash: 7c9e0a0f2e6f8113957d1d157db717e22db217a91e4b0ff70eeb499b70fc88e3 description: '' @@ -99367,6 +105360,7 @@ https://github.com/iovisor/bpftrace: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://github.com/iovisor/kubectl-trace: content_hash: 1b54b9da81faaf2c99d08e23b955c538efee39c5ffcd84b6cc377bb2eb6ea2b2 description: '' @@ -99386,12 +105380,14 @@ https://github.com/iovisor/kubectl-trace: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/irockel/tda: content_hash: e8d955ba76f22cc02d1169694148ecf98bef7c0c2070a5b9f28039d5f553451f health_score: 100.0 last_checked: 1779029573.553547 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/isaaguilar/terraform-operator: content_hash: 23a0d98556ee64532044e3060d4a96496677b0af859a763ccd3b489256113508 description: '' @@ -99402,6 +105398,7 @@ https://github.com/isaaguilar/terraform-operator: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/ishantanu/awesome-kubectl-plugins: content_hash: 3c103efb241bf9941e2263f47e005ee581404865a5259424e4aefd29ce1bc720 description: '' @@ -99423,6 +105420,7 @@ https://github.com/ishantanu/awesome-kubectl-plugins: - kubernetes.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/istio-ecosystem/admiral: ai_summary: An active Istio-ecosystem tool that automates multi-cluster configuration management. Eliminates the need to manually configure ServiceEntries and DNS across @@ -99455,6 +105453,7 @@ https://github.com/istio-ecosystem/admiral: v2_locations: - istio.md year: N/A + addition_method: manual https://github.com/istio/istio: ai_summary: The primary codebase for Istio. Houses the high-performance control plane, Envoy configuration logic, security controls, and networking APIs needed @@ -99485,6 +105484,7 @@ https://github.com/istio/istio: v2_locations: - istio.md year: N/A + addition_method: manual https://github.com/istio/tools/blob/master/perf/README.md: ai_summary: The official benchmarking and performance analysis framework from the Istio project. It contains test suites designed to help platform engineers run @@ -99517,6 +105517,7 @@ https://github.com/istio/tools/blob/master/perf/README.md: v2_locations: - istio.md year: N/A + addition_method: manual https://github.com/itaysk/kubectl-neat: content_hash: ce58fb404e6d57766bdc5e2e80af464154f391644252236124cefda51f391608 description: '' @@ -99536,6 +105537,7 @@ https://github.com/itaysk/kubectl-neat: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ivx/yet-another-cloudwatch-exporter: content_hash: 8bd7c4325eb756f2f30fed15ebf15cc95ec662be7cbe28a3f8a6d24bdde3ae12 description: '' @@ -99546,6 +105548,7 @@ https://github.com/ivx/yet-another-cloudwatch-exporter: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/iximiuz/awesome-container-tinkering: content_hash: 9fac5ac660ac1f809a1fb0f1fe25e80acc76f77a1c95b066bc5aa44cadff13be description: '' @@ -99566,6 +105569,7 @@ https://github.com/iximiuz/awesome-container-tinkering: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/iximiuz/cdebug: content_hash: f5215501a32b9877da266ca96cb8e183d10bfef0af2751fa93fe2b7d69ae6daf description: '' @@ -99585,6 +105589,7 @@ https://github.com/iximiuz/cdebug: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/iximiuz/client-go-examples: ai_summary: Curator Insight gathers high-quality recipes illustrating direct usage of Kubernetes client-go. Live Grounding highlights its pedagogical design, illustrating @@ -99616,6 +105621,7 @@ https://github.com/iximiuz/client-go-examples: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/jace-ys/sentry-operator: content_hash: 136eb4e7ce9782dda444109620914f2c9c2955c992dd8704318f9ff2fa334844 description: '' @@ -99635,6 +105641,7 @@ https://github.com/jace-ys/sentry-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/jamesbuckett/ckad-questions: content_hash: 63a7003c1638d6ef2ec5b745c489263c0d613947819325d17e9d833a4bde7130 description: '' @@ -99654,6 +105661,7 @@ https://github.com/jamesbuckett/ckad-questions: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/jamesw4/confirm-tfvars: content_hash: eb27887db455078b601c1f7db440d88e2aac9173a3412de4fd41727a68aae60a description: '' @@ -99670,6 +105678,7 @@ https://github.com/jamesw4/confirm-tfvars: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/jamiehannaford/what-happens-when-k8s: content_hash: a409042c1d1a63e18b7c78625fa56e80bf4e6bfadfce64c49be497ce3bff9b28 description: '' @@ -99686,6 +105695,7 @@ https://github.com/jamiehannaford/what-happens-when-k8s: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/janikvonrotz/awesome-powershell: content_hash: 210fb14522a104a60db8c311eec865aa12e9fa288c3740c70303669e0c77086a description: '' @@ -99706,6 +105716,7 @@ https://github.com/janikvonrotz/awesome-powershell: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/jbossdemocentral/rhpam7-mortgage-demo: content_hash: 1c729a6566dbcc12367568887a9c8857497da5d754e1d12d41bc85a6988a5610 description: '' @@ -99723,6 +105734,7 @@ https://github.com/jbossdemocentral/rhpam7-mortgage-demo: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/jcchavezs/porto: ai_summary: Curator Insight describes Porto as an automated tool that injects vanity import paths into Go packages. Live Grounding shows it acts as a code cleanliness @@ -99754,6 +105766,7 @@ https://github.com/jcchavezs/porto: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/jcjorel/ec2-spot-converter: content_hash: 53a9ad00e33bf2d966b9bb79eaad63d34112da9327408fc3a589cd2c08877ab1 description: '' @@ -99773,6 +105786,7 @@ https://github.com/jcjorel/ec2-spot-converter: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/jdauphant/awesome-ansible: content_hash: 347779e15038f89b84cc826ac89a10cbe48e01e609ddd1d5e42e541f688a5e7b description: '' @@ -99795,6 +105809,7 @@ https://github.com/jdauphant/awesome-ansible: - other-awesome-lists.md - ansible.md year: N/A + addition_method: manual https://github.com/jenkins-infra/jenkins-usage-stats: content_hash: 49b1afa5a52b2e2fe4e97bf0223c93e613be88c2a06cb6110c13b475ad598ee2 description: '' @@ -99811,6 +105826,7 @@ https://github.com/jenkins-infra/jenkins-usage-stats: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkins-infra/jenkins-version: content_hash: 377e3973925ac56d732947276a6871ed5167827e9f4c0afba312f584420f8209 description: '' @@ -99830,6 +105846,7 @@ https://github.com/jenkins-infra/jenkins-version: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkins-infra/jenkins.io/issues: content_hash: 1667cd390c69b3aad7d81b0b863c168a8da7d13f156988de043c03a9197c3f43 description: '' @@ -99849,6 +105866,7 @@ https://github.com/jenkins-infra/jenkins.io/issues: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkins-infra/pipeline-library: content_hash: 09a274020971226ea6517ac72b3f129d03e67c9c00e71d87f4cb5c2e0816233a description: '' @@ -99867,6 +105885,7 @@ https://github.com/jenkins-infra/pipeline-library: - jenkins.md - demos.md year: N/A + addition_method: manual https://github.com/jenkins-x-plugins/jx-secret-postrenderer: ai_summary: A Helm post-renderer plugin developed by the Jenkins X project. Helps safely populate configurations and templates with secrets right before sending @@ -99897,6 +105916,7 @@ https://github.com/jenkins-x-plugins/jx-secret-postrenderer: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/jenkins-x/gsm-controller: ai_summary: The Google Secret Manager (GSM) controller for Jenkins X automates sync operations from Google Cloud secret stores down to Kubernetes native Secrets. @@ -99930,6 +105950,7 @@ https://github.com/jenkins-x/gsm-controller: - devsecops.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jenkins-x/jenkins-x-openshift-image: content_hash: b53ade3a94e0a41ff3cfe3b9b3769668b7493207ea617d0d80d3e3541974755c description: '' @@ -99949,6 +105970,7 @@ https://github.com/jenkins-x/jenkins-x-openshift-image: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/jenkins-x/updatebot: content_hash: 735c5b4ad7066175990f354f93e0d8a7543c8119c6af4532d4f0c4cf20d189f9 description: '' @@ -99968,6 +105990,7 @@ https://github.com/jenkins-x/updatebot: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/jenkinsci: content_hash: c01bf985537321ec949f12090a0dcd1ace163ba9e13c9755777928d20ef16c77 description: '' @@ -99984,6 +106007,7 @@ https://github.com/jenkinsci: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/JenkinsPipelineUnit: content_hash: 9e85ec9c4b075c04a82453b0f38cd0288847ad4062d7ebb8d54a63c2c7920c71 description: '' @@ -100005,6 +106029,7 @@ https://github.com/jenkinsci/JenkinsPipelineUnit: - jenkins.md - demos.md year: N/A + addition_method: manual https://github.com/jenkinsci/configuration-as-code-plugin: content_hash: 723e14ae9895506c5081e0f6cda2b666003a63930aa725b5b01651869192ef79 description: '' @@ -100026,6 +106051,7 @@ https://github.com/jenkinsci/configuration-as-code-plugin: - jenkins.md - demos.md year: N/A + addition_method: manual https://github.com/jenkinsci/custom-war-packager: content_hash: 45cbd5df62c48a9410880265688c3244d8e30cac40dc7e1750a60bd8a12d06ca description: '' @@ -100047,18 +106073,21 @@ https://github.com/jenkinsci/custom-war-packager: - jenkins.md - demos.md year: N/A + addition_method: manual https://github.com/jenkinsci/docker/blob/master/install-plugins.sh: content_hash: N/A health_score: 100.0 last_checked: 1779033079.992177 v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/jenkinsci/ghprb-plugin: content_hash: df4c61323017b7230dca22772662433e2f74e328474a1fe8b53530ef839d489e health_score: 100.0 last_checked: 1779033615.379847 v1_locations: - docs/git.md + addition_method: manual https://github.com/jenkinsci/git-plugin: content_hash: 5fc329538336e87f60afb19878c7abba8ed1534407adf06c79778137cad6b565 description: '' @@ -100078,6 +106107,7 @@ https://github.com/jenkinsci/git-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/git-plugin/releases/tag/git-4.8.0: content_hash: cf23d65754fff94ec61ff78905abcc1a353a278d631580f9ce47e531ff3f0b02 description: '' @@ -100091,6 +106121,7 @@ https://github.com/jenkinsci/git-plugin/releases/tag/git-4.8.0: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/github-autostatus-plugin: content_hash: 4d42500ea88b4030481bdb5696e468ad9895117c488a7ab62b643ab13edd6850 description: '' @@ -100103,6 +106134,7 @@ https://github.com/jenkinsci/github-autostatus-plugin: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/helm-charts: content_hash: 8bff244b58cc991d989211789ba8246c0ff197975c5165664f7caca30d54c28a description: '' @@ -100122,6 +106154,7 @@ https://github.com/jenkinsci/helm-charts: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/influxdb-plugin: content_hash: 8c7ba0b00fa6f02f6516cde2edf21206b9191f250debb97312e291bec61eba59 description: '' @@ -100141,6 +106174,7 @@ https://github.com/jenkinsci/influxdb-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/jenkins-scripts: content_hash: 7c4ad1eb2c91f67613142fbfb763d36ec3d99ba0cdf49805036aee71f46470e5 description: '' @@ -100157,6 +106191,7 @@ https://github.com/jenkinsci/jenkins-scripts: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/jenkinsfile-runner: content_hash: 133f22d00b70cbc7b1e5cfd7581cf49b23e8ba4ab8a836c871f40e3ae016f6e2 description: '' @@ -100176,6 +106211,7 @@ https://github.com/jenkinsci/jenkinsfile-runner: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/jenkinsfile-runner-test-framework: content_hash: 1d412cf176c59a0e26db49060387b88ff40272b9a28471e6eb92e973ee7e1c76 description: '' @@ -100194,12 +106230,14 @@ https://github.com/jenkinsci/jenkinsfile-runner-test-framework: - jenkins.md - demos.md year: N/A + addition_method: manual https://github.com/jenkinsci/jep/blob/master/jep/224/README.adoc: content_hash: e4c9db25d4eee604f4fed105b716c0bb38f1f5e154c6e1b45b2ae0e84c4cc113 health_score: 100.0 last_checked: 1779034233.166596 v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/jenkinsci/job-dsl-plugin: content_hash: a481dafad1b7ffec02d3d353b8e88f6a597278af6d70bfa7683d03d65f974100 description: '' @@ -100213,6 +106251,7 @@ https://github.com/jenkinsci/job-dsl-plugin: - docs/demos.md - docs/jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/job-dsl-plugin/wiki: content_hash: 5c6edfb9c6f04db4e67facb29f418ff90a12a3f9e2e4b0ec56c2e862b2c50927 description: '' @@ -100225,6 +106264,7 @@ https://github.com/jenkinsci/job-dsl-plugin/wiki: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/kubernetes-operator: content_hash: 0e80ab5bc52150f8b2a7595bb6285d78841e7cb610ff408f7b77458b8b939194 description: '' @@ -100244,6 +106284,7 @@ https://github.com/jenkinsci/kubernetes-operator: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/kubernetes-plugin: content_hash: 57202401d697c0131377b972aab9d95b3d55dc60d9299c98c5cee40647993509 description: '' @@ -100263,6 +106304,7 @@ https://github.com/jenkinsci/kubernetes-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/opentelemetry-plugin: content_hash: be123d3750c03bafa0b7b8c25489fd2b6830c01cede9350f4ddd641814b376f4 description: '' @@ -100282,6 +106324,7 @@ https://github.com/jenkinsci/opentelemetry-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/performance-plugin: ai_summary: A stable Jenkins CI plugin designed to ingest, compile, and visualize execution metrics from varied load-testing libraries including JMeter, Taurus, @@ -100314,6 +106357,7 @@ https://github.com/jenkinsci/performance-plugin: - performance-testing-with-jenkins-and-jmeter.md - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/pipeline-graph-view-plugin: content_hash: ba00d1064e40668a6081b52c4c8ed27914b88071267d1e40b6b86bd98ccaeae1 description: '' @@ -100333,12 +106377,14 @@ https://github.com/jenkinsci/pipeline-graph-view-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/pipeline-utility-steps-plugin: content_hash: 48e9e1e257d81d49efe44b16e1e997f18b8b716ddd5516af8425f4f806e124d4 health_score: 100.0 last_checked: 1779030012.108608 v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/jenkinsci/plugin-installation-manager-tool: content_hash: d8ec528d2f3c53c7df4a14cd3ebc9d75075feff1f88577db0ad0f7f7a352f6df description: '' @@ -100360,6 +106406,7 @@ https://github.com/jenkinsci/plugin-installation-manager-tool: - jenkins.md - demos.md year: N/A + addition_method: manual https://github.com/jenkinsci/plugin-installation-manager-tool/releases/tag/plugin-management-parent-pom-1.1.0: content_hash: c603d0ce63b1778b203690fef7cfbf3977cdb7abece5b55ad83b9cbf8aeaf26c description: '' @@ -100379,6 +106426,7 @@ https://github.com/jenkinsci/plugin-installation-manager-tool/releases/tag/plugi v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/plugin-pom: content_hash: 773e935ca21ab90c922018742b2d031ed01432ebbdf5b7552aa2ec046b537cd2 description: '' @@ -100398,6 +106446,7 @@ https://github.com/jenkinsci/plugin-pom: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.0: content_hash: 69cf1ebae93b526fa15ced159f2f29e65183746595d16b6bdf0b1a50df847f5c description: '' @@ -100417,6 +106466,7 @@ https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.0: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/prometheus-plugin: content_hash: 2cf76767144d78ee4c62433a58ae6052a1b901e39aa4b05b36f9668e9fa6f055 description: '' @@ -100436,6 +106486,7 @@ https://github.com/jenkinsci/prometheus-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/pull-request-monitoring-plugin: content_hash: 489ae91221a14bd7cdd4456faf5184688c49e272563d553ed46348c6681518ac description: '' @@ -100455,6 +106506,7 @@ https://github.com/jenkinsci/pull-request-monitoring-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/redis-fingerprint-storage-plugin: content_hash: 57dd7330ac1a7413119727e01ba8a74fbf77e18d53bf3d6a9ad73619b1560890 description: '' @@ -100474,6 +106526,7 @@ https://github.com/jenkinsci/redis-fingerprint-storage-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/remoting-opentelemetry-plugin: content_hash: 147297dc6f58eae56e949b970cdbe3b8130fe88a2b44563360a948c818a14549 description: '' @@ -100493,6 +106546,7 @@ https://github.com/jenkinsci/remoting-opentelemetry-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/remoting-opentelemetry-plugin/pull/40: content_hash: bb7e724b44ba704464d77d6afbc21486b54caba2463aad97ceea87f760cbee35 description: '' @@ -100505,6 +106559,7 @@ https://github.com/jenkinsci/remoting-opentelemetry-plugin/pull/40: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/robot-plugin: content_hash: f8fbf5dcf006c51f1a7e4ffa5e9eb324d2346cf8bc65b9553f8ef67bdbb6429c description: '' @@ -100524,12 +106579,14 @@ https://github.com/jenkinsci/robot-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jenkinsci/tekton-client-plugin: content_hash: 9e648667423e3b975d97b0fc616bfe80f5884d78ecc05e5e6d58a9a70d81a898 health_score: 100.0 last_checked: 1779033072.316253 v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/jenkinsci/url-filter-plugin: content_hash: 8bfe858512ea248978a907d024e48a79cda09f51333969b91a115da5f200d245 description: '' @@ -100549,6 +106606,7 @@ https://github.com/jenkinsci/url-filter-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/jertel/elastalert2: content_hash: 0cf00148059d554ab4264ef75ed30d0cf625557f9d76c733b8357c4bd857e154 description: '' @@ -100568,6 +106626,7 @@ https://github.com/jertel/elastalert2: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/jesseduffield/lazydocker: content_hash: d2e62921893bc218f51edac17f9f93c83f606e44a7cfb394ef48b0030300d52a description: '' @@ -100587,6 +106646,7 @@ https://github.com/jesseduffield/lazydocker: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/jessfraz/branch-cleanup-action: ai_summary: An automated GitHub Action for cleaning up stale merged branches. Under Minimum Viable Quality (MVQ) guidelines, this repository is classified as legacy @@ -100617,6 +106677,7 @@ https://github.com/jessfraz/branch-cleanup-action: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/jetify-com/launchpad: content_hash: 5339aade1067a111b2fab48670e23c8d3c8278f905df0849b402b87133cd00bf gh_license: Apache-2.0 @@ -100632,6 +106693,7 @@ https://github.com/jetify-com/launchpad: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/jetpack-io/launchpad: content_hash: fb544dafd013392994d721cbd842e0e04d97d876292c2b1a3cd63cbc76dcb44f description: '' @@ -100642,6 +106704,7 @@ https://github.com/jetpack-io/launchpad: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jetstack/cert-manager: content_hash: d2ec3a0583b0d999c41e17df6d4ddf7762a9bc25a361a2a78db3913473d65e6f description: '' @@ -100653,6 +106716,7 @@ https://github.com/jetstack/cert-manager: - docs/kubernetes-security.md - docs/registries.md year: N/A + addition_method: manual https://github.com/jetstack/jetstack-secure: content_hash: 224b191f0512769b4fa70afeb7491e9fe1ea31f9223e48acd33d2faa294b4bd4 gh_license: Apache-2.0 @@ -100668,6 +106732,7 @@ https://github.com/jetstack/jetstack-secure: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/jetstack/kube-oidc-proxy: content_hash: 9d0e057ff29b11783d14b50b4daf19a8d120b7d338dca7f245dbdaf4ec01a81d description: '' @@ -100687,6 +106752,7 @@ https://github.com/jetstack/kube-oidc-proxy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jetstack/preflight: content_hash: 585b79d16de68d144caafd446fe05aaf3dc652819129f7f06741494c70df6257 description: '' @@ -100697,6 +106763,7 @@ https://github.com/jetstack/preflight: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jetstack/version-checker: content_hash: 39e6b5baea339da5732067c1fce5e0c9c406aa0c0da4b0687196803a7a1ee933 description: '' @@ -100716,6 +106783,7 @@ https://github.com/jetstack/version-checker: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jglick/jk--: content_hash: c7160ad04869ae1374ec7283be669a69f496abebfb773a0577aac0e737876e5b health_score: 100.0 @@ -100723,6 +106791,7 @@ https://github.com/jglick/jk--: needs_ai_refresh: true v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/jimmyraywv/awesome-eks: content_hash: 64b104d493f66e726ac829ec6abbf5b96545c81b5acfd9e4423fb70b0967a5e7 health_score: 100.0 @@ -100736,6 +106805,7 @@ https://github.com/jimmyraywv/awesome-eks: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://github.com/jk8s/awesome-kubernetes: content_hash: 41f1f046177736215a5586541eb9390642de27f128fa6b7fd0f92410cbda1343 description: '' @@ -100753,6 +106823,7 @@ https://github.com/jk8s/awesome-kubernetes: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/jkcfg/jk: content_hash: 7594bbb147e41312d63dd46e919e7e043e8f2d7000538d4f9fa43fc06535ef48 description: '' @@ -100765,6 +106836,7 @@ https://github.com/jkcfg/jk: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/jkosik/helm-decomposer: ai_summary: An early utility designed to deconstruct static Kubernetes manifests into modular Helm templates. The project has had no active maintenance for years, @@ -100792,6 +106864,7 @@ https://github.com/jkosik/helm-decomposer: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/jlevy/the-art-of-command-line: ai_summary: The premium, single-page reference for command-line mastery. Highly dense and comprehensive, it targets engineers seeking to elevate their terminal @@ -100820,12 +106893,14 @@ https://github.com/jlevy/the-art-of-command-line: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/jmxtrans/jmxtrans: content_hash: 31ea23af4fafce7f36bb22337ad9be884c68f828bbd79d976c39768f37bbb6df health_score: 100.0 last_checked: 1779034582.288331 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/johanhaleby/kubetail: content_hash: 90750e942d6e0bac1925020ce4f169ac608a7e4660f4d40ee4dbf0ddea544519 description: '' @@ -100845,6 +106920,7 @@ https://github.com/johanhaleby/kubetail: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/johnkerl/miller: content_hash: 1eae772b9062fb8a16ffe49b1b55ad63751b9f8ce3bb0f748569fa2adee6ea6c description: '' @@ -100857,6 +106933,7 @@ https://github.com/johnkerl/miller: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/johnlokerse/azure-bicep-cheat-sheet: content_hash: bd486e108df6beba43f23979e82044628891e60468a614a45d2485dc4b459c59 description: '' @@ -100873,6 +106950,7 @@ https://github.com/johnlokerse/azure-bicep-cheat-sheet: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/johnthebrit/CertificationMaterials: content_hash: 09bb625b37602482987f2971b39e90271284b5eafc66d99fc2e7f610450adaa3 description: '' @@ -100889,6 +106967,7 @@ https://github.com/johnthebrit/CertificationMaterials: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/joke2k/faker: content_hash: 0ffa717f79e7b343e9512786e11d799e499dcc54c46dc937e86c8f4a49f310fb description: '' @@ -100908,6 +106987,7 @@ https://github.com/joke2k/faker: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/jonleibowitz/awesome-digitalocean: content_hash: 85a1711897cd053b29c5c7b9aff67b36a435a3b6273aeb2a9dd988dd7bf8f4ef description: '' @@ -100928,6 +107008,7 @@ https://github.com/jonleibowitz/awesome-digitalocean: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/jonmosco/kube-ps1: content_hash: 1d2e602fe30e2ba27c0a8bd9d04ae80ea4eaf35b6e2b94a67ba5758a336e49fb description: '' @@ -100947,6 +107028,7 @@ https://github.com/jonmosco/kube-ps1: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jonrau1/ElectricEye/blob/master/README.md: content_hash: 24b68c80b70022b001b1bf864a22adc4e707459e4baabb630128f2333238998b description: '' @@ -100966,6 +107048,7 @@ https://github.com/jonrau1/ElectricEye/blob/master/README.md: v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://github.com/jordanwilson230/kubectl-plugins/tree/krew: content_hash: c3ecf0c518984ee24df41f03a941450e42bcdc4e0b11d3eccbf9c6548650e3b7 description: '' @@ -100985,6 +107068,7 @@ https://github.com/jordanwilson230/kubectl-plugins/tree/krew: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/jose-r-lopez/SSI_Infraestructure_Automation_Materials: content_hash: f661a7a09421a613c439decbea31bb9766de4645c00b6db050e689619294df65 gh_license: GPL-3.0 @@ -101000,6 +107084,7 @@ https://github.com/jose-r-lopez/SSI_Infraestructure_Automation_Materials: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/jose-r-lopez/SSI_Materials: content_hash: 02dc341426843d53442e249db967495b816bfdce9092ec740ba46e6044ddca1a description: '' @@ -101010,6 +107095,7 @@ https://github.com/jose-r-lopez/SSI_Materials: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/joseadanof/awesome-cloudnative-trainings: content_hash: 43482b8fbeb83fedaba53002241970156bdd74bb8d09d0ed5085e5bd9c3638cc description: '' @@ -101027,6 +107113,7 @@ https://github.com/joseadanof/awesome-cloudnative-trainings: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/joshnh/Git-Commands/blob/master/README.md: content_hash: ebbdc82ff621d6dab4e789c3c2f71ee42752ae2f1e313503e8dd5255fdd7849b description: '' @@ -101043,6 +107130,7 @@ https://github.com/joshnh/Git-Commands/blob/master/README.md: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/joyrex2001/kubedock: content_hash: 73dff733e98eb9e8166b466a9e524a82d64d2f70fab0db83faeb850bab273c1e description: '' @@ -101062,6 +107150,7 @@ https://github.com/joyrex2001/kubedock: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/joyrex2001/tekline: content_hash: b6e9e6ea94c570f6d48c05e7f14cc446ca5715eb9a44ad3d8f5fe5136e93fab5 description: '' @@ -101083,6 +107172,7 @@ https://github.com/joyrex2001/tekline: - kubernetes-tools.md - tekton.md year: N/A + addition_method: manual https://github.com/jpmens/jo: content_hash: dee4c91a5c55774aa9d9ec32d87eb466a871652963c99f0e0938c9295f3243d4 description: '' @@ -101095,6 +107185,7 @@ https://github.com/jpmens/jo: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/jrockway/ekglue: content_hash: 54fe470cc623b606b8f1ebd83c0047a6dc3da4d6dc199babd4793096a8ad037b description: '' @@ -101116,6 +107207,7 @@ https://github.com/jrockway/ekglue: - kubernetes-tools.md - servicemesh.md year: N/A + addition_method: manual https://github.com/jrussellfreelance/powershell-scripts: content_hash: 191a302967e231aae5e9d53c2ab5825eed1f662f6fecaa86349d5a7522a3c3fa description: '' @@ -101132,6 +107224,7 @@ https://github.com/jrussellfreelance/powershell-scripts: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/jsmartin/ansible-tower-packer: content_hash: c51588af72d49606c12aa79ff032a408419d9edd52edb370b3f376aaedfa7bf2 description: '' @@ -101148,6 +107241,7 @@ https://github.com/jsmartin/ansible-tower-packer: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/jthomperoo/custom-pod-autoscaler: content_hash: 5480e692830783b4a07c56607e3abca3b59127b98a87206f0d1ca0c7db9f8b5b description: '' @@ -101167,6 +107261,7 @@ https://github.com/jthomperoo/custom-pod-autoscaler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jthomperoo/k8shorizmetrics: content_hash: d4d5389ba2be0f5df0557918dc193efcf7e975eec25b4ca3b74ef36ccfa4ad9b description: '' @@ -101186,6 +107281,7 @@ https://github.com/jthomperoo/k8shorizmetrics: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler: content_hash: cd56db88db4edc2ba63d9f62e028fb21194a439036492a7df99d062f011180bc description: '' @@ -101207,12 +107303,14 @@ https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler: - kubernetes-tools.md - kubernetes-autoscaling.md year: N/A + addition_method: manual https://github.com/junegunn/fzf: content_hash: a41ea0b2976348002cb35649217393601369c8271ea567d0c65f02530a89b494 health_score: 100.0 last_checked: 1779030564.129796 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://github.com/jupyterlab/jupyter-ai: ai_summary: An official JupyterLab extension integrating generative AI directly into interactive notebooks. It supports conversational coding, code generation, @@ -101244,6 +107342,7 @@ https://github.com/jupyterlab/jupyter-ai: v2_locations: - ai.md year: N/A + addition_method: manual https://github.com/jwcesign/kubespider: content_hash: c01bd5f292cf9c606802836fafef759dcc7826bb431e0c5bc3122a4959de81dd description: '' @@ -101260,6 +107359,7 @@ https://github.com/jwcesign/kubespider: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/jyguyomarch/awesome-productivity: content_hash: 9238763183600583444bc0f192be795dd46f7dafca3fddd1549c2ab4be2751ba description: '' @@ -101280,6 +107380,7 @@ https://github.com/jyguyomarch/awesome-productivity: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/k0sproject/k0s: ai_summary: The main GitHub repository for k0s, the lightweight zero-overhead Kubernetes distribution. It includes active developer paths, and provides built-in components @@ -101311,6 +107412,7 @@ https://github.com/k0sproject/k0s: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/k3d-io/k3d: content_hash: 1e0f444aea26eb430e2d4b07f4c8698449281ee28c0762368b55d0e00ed6f8fb gh_license: MIT @@ -101328,6 +107430,7 @@ https://github.com/k3d-io/k3d: v2_locations: - rancher.md - matrix-table.md + addition_method: manual https://github.com/k3s-io/k3s-ansible: content_hash: bc9baa2b6f31866a899f49c3819a111990dcd28bc892b6fe3464f4d752901bc8 description: '' @@ -101347,6 +107450,7 @@ https://github.com/k3s-io/k3s-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/k8gb-io/k8gb: content_hash: f00c6a779ebaa2c156c2e822c1c809b3d28e45b8ddedd7f505dc7fc42ec425d9 description: '' @@ -101366,6 +107470,7 @@ https://github.com/k8gb-io/k8gb: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/k8s-ruby/k8s-ruby: content_hash: 97fb9ab542f1c54b1309f699e6433993f6bf2504fddd9401d4bfce9be93854c0 description: '' @@ -101385,6 +107490,7 @@ https://github.com/k8s-ruby/k8s-ruby: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://github.com/k8snetworkplumbingwg/multus-cni: content_hash: d92f8ee99e39644a7d84ec9acbe3fdd53f0406aefc9e71b50cf1beb8c1f27297 description: '' @@ -101404,6 +107510,7 @@ https://github.com/k8snetworkplumbingwg/multus-cni: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/k8spacket/k8spacket: content_hash: 003de0d61b362f760e7006be4c38f3b2ed7b99b4349977e09fd071c7140ee6ff description: '' @@ -101423,6 +107530,7 @@ https://github.com/k8spacket/k8spacket: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/k8spatterns/examples: content_hash: f87e3ea5190419cd586e80ac9c52fb077c096de91a8bc0e379d90136f7750057 description: '' @@ -101442,6 +107550,7 @@ https://github.com/k8spatterns/examples: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/k8spin/k8spin-operator: content_hash: f4b1ddc6ea7a2d8eabc6c739bf2d12fcd192196a500e4e61e0b7d932e01854f0 description: '' @@ -101461,12 +107570,14 @@ https://github.com/k8spin/k8spin-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/k8spin/k8spin-operator/projects/1: content_hash: N/A health_score: 100.0 last_checked: 1779031497.962672 v1_locations: - docs/kubernetes-operators-controllers.md + addition_method: manual https://github.com/k8tz/k8tz: content_hash: a64f987f4dedbaa17530da19806794fc566d687ca0e528505685cdb59500e3e6 description: '' @@ -101486,12 +107597,14 @@ https://github.com/k8tz/k8tz: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/k8zdev/k8z: content_hash: 06d16609a3b8391678fc8b1ca65ba2ed7836c15c8a05d08229383793abe67ea1 health_score: 100.0 last_checked: 1779032157.690827 v1_locations: - docs/kubernetes-based-devel.md + addition_method: manual https://github.com/kabisa/k8s-workshop-in-a-box: content_hash: 6dda7bfd518f753f1d5e4f2ccf57f4a1d3b30b35e0432095136a5106df283f28 description: '' @@ -101503,6 +107616,7 @@ https://github.com/kabisa/k8s-workshop-in-a-box: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/kadalu/kadalu: content_hash: 969e8e892e60028fbae8a8a8fa5682d0a7f4a47e4acef21ac9a6aa354f8e0ef9 description: '' @@ -101524,6 +107638,7 @@ https://github.com/kadalu/kadalu: - kubernetes-tools.md - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/kahun/awesome-sysadmin: content_hash: 594c9d69863a2c5a63ba36f38119ddae68a8631f14f063c1d682ac6c69caccef description: '' @@ -101544,6 +107659,7 @@ https://github.com/kahun/awesome-sysadmin: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/kairos-io/kairos: content_hash: 83500ef3c1bda65b42ac3667f5f5d971e25176644287ca7fb7708c423a3f1aa7 description: '' @@ -101564,6 +107680,7 @@ https://github.com/kairos-io/kairos: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/kakao/ipvs-node-controller: content_hash: 82eada97cb961d58c9ae7567e680a807a48c3f9d238d8cf66f7d4d45588549bb description: '' @@ -101574,6 +107691,7 @@ https://github.com/kakao/ipvs-node-controller: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kakao/network-node-manager: content_hash: 82eada97cb961d58c9ae7567e680a807a48c3f9d238d8cf66f7d4d45588549bb description: '' @@ -101594,6 +107712,7 @@ https://github.com/kakao/network-node-manager: - kubernetes-tools.md - kubernetes-networking.md year: N/A + addition_method: manual https://github.com/kapicorp/tesoro: content_hash: 3e89efe9ad2dd94d5dc8e64eae88eaecf8ad64c88129fd5f828fbb42bc98f197 description: '' @@ -101613,6 +107732,7 @@ https://github.com/kapicorp/tesoro: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/karampok/dnsconfig-injector: content_hash: bcba8d6046cf71c04000925bf020129c5a34957900e326a462ef30def87fcf6f description: '' @@ -101633,6 +107753,7 @@ https://github.com/karampok/dnsconfig-injector: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kareem-elsayed/k8s-alerts: content_hash: 60cdc212f50e6ff4577ece9577830f5dbba57852efcb788c9efe0c27e1232d4c description: '' @@ -101652,6 +107773,7 @@ https://github.com/kareem-elsayed/k8s-alerts: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/karmab/autolabeller: content_hash: 020ff7c3888461a640efd5f8af6428187dc97a5fda243493126b987c75bfb148 description: '' @@ -101668,6 +107790,7 @@ https://github.com/karmab/autolabeller: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/karmada-io/karmada: content_hash: 3aef34b0fb72477fa0d3b6d2ab6c60cd0b63da46a9c2c031033d849540d26186 description: '' @@ -101687,6 +107810,7 @@ https://github.com/karmada-io/karmada: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kaysalawu/azure-network-terraform: content_hash: 64f717ef6566abf02ae63e455379f7ccbba00b0573f5091e19adf365e9ad05dd description: '' @@ -101707,6 +107831,7 @@ https://github.com/kaysalawu/azure-network-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/kbrew-dev/kbrew: content_hash: ebf2ad52ddb9b288cfb946fc99ca3679d7d1b66b60501c3195c0bb6ab8eebf47 description: '' @@ -101726,6 +107851,7 @@ https://github.com/kbrew-dev/kbrew: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kbst/terraform-kubestack: content_hash: 1c7edd4c9d6401f5eba913aa11e7c506cccaed485d6d34ca8d953d7dbba841e2 description: '' @@ -101745,6 +107871,7 @@ https://github.com/kbst/terraform-kubestack: v2_locations: - kustomize.md year: N/A + addition_method: manual https://github.com/kbterm/kubeterm: ai_summary: An open-source desktop client designed for administrative and monitoring interactions within Kubernetes clusters. Employs graphical representations of @@ -101780,6 +107907,7 @@ https://github.com/kbterm/kubeterm: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/kcp-dev/kcp: content_hash: c7cc544dca954749c4eeacaa25de4b3416a07972f436da2f735864856cd2253f description: '' @@ -101801,6 +107929,7 @@ https://github.com/kcp-dev/kcp: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kedacore/keda/issues/2214: content_hash: 27b7f60ec0e2d61d94876b2753262615382e6b310b314bc5f171c2450331c3ef description: '' @@ -101820,6 +107949,7 @@ https://github.com/kedacore/keda/issues/2214: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://github.com/keel-hq/keel: content_hash: aaf25a8ae8466482d26582b01bd789b1e86588f8130c21220f0693a887eb2a85 description: '' @@ -101839,6 +107969,7 @@ https://github.com/keel-hq/keel: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/kei6u/kubectl-secret-data: content_hash: 4f17bac8559850f882932f44aa46901c1522e3dfe247b35a7aee9e3da1d8ae30 description: '' @@ -101850,6 +107981,7 @@ https://github.com/kei6u/kubectl-secret-data: - docs/kubernetes-tools.md - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/keikoproj/upgrade-manager: content_hash: d966c0567f646a6f7239b576354fe976099c233a7e6d06d5e2fd4c67262083ef description: '' @@ -101869,6 +108001,7 @@ https://github.com/keikoproj/upgrade-manager: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/keisku/kubectl-explore: content_hash: 755acd1bec581daa8b9fc1418121366675aaf8d2d0563b94f7adf72e70f9c0a4 description: '' @@ -101888,6 +108021,7 @@ https://github.com/keisku/kubectl-explore: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/keisku/kubectl-secretdata: content_hash: ee768c8abfb1aeb04cebb08e42c635d1a286b38775c0f5aef59705b39d078d21 gh_license: MIT @@ -101905,6 +108039,7 @@ https://github.com/keisku/kubectl-secretdata: v2_locations: - kubernetes-tools.md - kubernetes.md + addition_method: manual https://github.com/kellyjonbrazil/jc: content_hash: 9dec699090fd93513e00b0ec06001ef0ac4d73a6c1d973ec4384746c3651574f description: '' @@ -101917,6 +108052,7 @@ https://github.com/kellyjonbrazil/jc: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/kelseyhightower/cmd-tutorial: content_hash: 879ea51140874f0e5325d770b63bdee404594fba8d1427597f808ec9ca1b2a3c description: '' @@ -101933,6 +108069,7 @@ https://github.com/kelseyhightower/cmd-tutorial: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://github.com/kelseyhightower/kubernetes-the-hard-way: ai_summary: The legendary, standard-setting educational guide for bootstrap-configuring high-availability Kubernetes clusters without installers. Details direct certificate @@ -101965,6 +108102,7 @@ https://github.com/kelseyhightower/kubernetes-the-hard-way: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/kelseyhightower/nocode: content_hash: fd676c4e8b8bca93c3651217646c9d03b6b24722159f45e70eababb6cad8170a description: '' @@ -101984,6 +108122,7 @@ https://github.com/kelseyhightower/nocode: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/kelseyhightower/serverless-vault-with-cloud-run: ai_summary: Architectural blueprint showing how to deploy HashiCorp Vault on Google Cloud Run serverless container environment. Highlights dynamic storage backends @@ -102014,6 +108153,7 @@ https://github.com/kelseyhightower/serverless-vault-with-cloud-run: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/keptn-sandbox/keptn-jenkins-library: content_hash: 26861281d7504b3fd920a169ac339703db24bf8fa5ef0c69b9923d325280540c description: '' @@ -102033,6 +108173,7 @@ https://github.com/keptn-sandbox/keptn-jenkins-library: v2_locations: - keptn.md year: N/A + addition_method: manual https://github.com/keptn-sandbox/keptn-on-k3s: content_hash: 3c7518266349b165d696054dd97260bf19244d4c1a815f3a1fc28dd966b106e6 description: '' @@ -102052,6 +108193,7 @@ https://github.com/keptn-sandbox/keptn-on-k3s: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/keptn-sandbox/keptn-on-k3s/blob/master/README-KeptnForDynatrace.md: content_hash: f0a91872d2c8650189f480e42e9579c7fd416c1e8ce8326eaacaba5f0e6935bb description: '' @@ -102072,6 +108214,7 @@ https://github.com/keptn-sandbox/keptn-on-k3s/blob/master/README-KeptnForDynatra v2_locations: - keptn.md year: N/A + addition_method: manual https://github.com/kevincobain2000/gobrew: ai_summary: Curator Insight highlights Gobrew as an elegant and fast Go version manager that downloads and switches active toolchains easily. Live Grounding notes @@ -102103,6 +108246,7 @@ https://github.com/kevincobain2000/gobrew: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/kgamanji/cluster-api-helm-chart: ai_summary: 'A community Helm chart designed to packages and deploy Cluster API resources and operators easily inside a management cluster. Simplifies the installation @@ -102134,6 +108278,7 @@ https://github.com/kgamanji/cluster-api-helm-chart: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/kiali/kiali: ai_summary: The source repository for Kiali, an indispensable observability dashboard. Provides real-time interactive topologies, configuration validation, and native @@ -102166,6 +108311,7 @@ https://github.com/kiali/kiali: v2_locations: - istio.md year: N/A + addition_method: manual https://github.com/kingdonb/kubectl-exec-user: content_hash: 1970a12b050cc49de276333988a9efcb3c8155d16a60510de68f114ad01b11c8 description: '' @@ -102182,6 +108328,7 @@ https://github.com/kingdonb/kubectl-exec-user: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kinvolk/inspektor-gadget: content_hash: f2b33444b25b2d021b45dfefe08c669eb5633f7ac86803ee810e3eec7301d02a description: '' @@ -102192,12 +108339,14 @@ https://github.com/kinvolk/inspektor-gadget: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/kiosk-sh/kiosk: content_hash: 3d44b8ef74793fa5b29417df1d455e93cae77e5cdb31c72527fecdb4ad0231e8 health_score: 100.0 last_checked: 1779030361.39409 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://github.com/kislyuk/yq: ai_summary: A reliable CLI YAML processor wrapping the classic jq tool in Python. It enables native jq query logic on YAML configurations, facilitating complex @@ -102229,6 +108378,7 @@ https://github.com/kislyuk/yq: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/kkdai/youtube: ai_summary: Curator Insight identifies this package as a popular Go library and CLI for downloading YouTube videos. Live Grounding verifies it actively handles @@ -102260,6 +108410,7 @@ https://github.com/kkdai/youtube: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/kloeckner-i/db-auth-gateway: content_hash: ac50e3cf2d0b50aafc528d91b1ccb531d179186b38bff6042d4fd3c7ccce44fb description: '' @@ -102279,6 +108430,7 @@ https://github.com/kloeckner-i/db-auth-gateway: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://github.com/kloeckner-i/db-operator: content_hash: ddfe1b5a928284973c02fe0de6b92aee3438c0d69bf127da4cba07b023639bfe description: '' @@ -102298,6 +108450,7 @@ https://github.com/kloeckner-i/db-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/knative-extensions/net-kourier: content_hash: e4210d1375de505968620e89ed0560bb105706563b63091a87d44afa3e6e8cd6 gh_license: Apache-2.0 @@ -102313,6 +108466,7 @@ https://github.com/knative-extensions/net-kourier: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/knative-sandbox/net-kourier: content_hash: 6d937e09fdda9358ab0d0e5e5746021e695851e8717c93a063a34544c47478ad description: '' @@ -102323,6 +108477,7 @@ https://github.com/knative-sandbox/net-kourier: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/knative/client: content_hash: 88865974aa4345b717c894b7236e08c485136a13b1c5196a71356ec59c029345 description: '' @@ -102342,6 +108497,7 @@ https://github.com/knative/client: v2_locations: - serverless.md year: N/A + addition_method: manual https://github.com/knight42/kubectl-blame: content_hash: da0e885eaac6c90d934385aa35502386fbc2d4afe1250298f0c735a3c84e365f description: '' @@ -102361,6 +108517,7 @@ https://github.com/knight42/kubectl-blame: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/knorrie/network-examples: ai_summary: A highly technical repository detailing realistic Linux routing, bridging, and tunneling scenarios. Includes practical configurations for VLANs, VXLANs, @@ -102391,6 +108548,7 @@ https://github.com/knorrie/network-examples: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/ko-build/ko: content_hash: ed8acb2652a68ecb5f8338006bb303106ca4e52e8083619109e74571faf5d54b gh_license: Apache-2.0 @@ -102406,6 +108564,7 @@ https://github.com/ko-build/ko: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kodemore/chili: content_hash: ca6885006b551d6ca95bed793d6975bcc619818ac3c5c9770cd6f1a8b37c04c8 description: '' @@ -102425,6 +108584,7 @@ https://github.com/kodemore/chili: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/kohsuke/petclinic/blob/master/Jenkinsfile: content_hash: fed8b2b595e8e505bc8747251dd8a6e0629143f374a683e7dd397e2836584907 description: '' @@ -102441,6 +108601,7 @@ https://github.com/kohsuke/petclinic/blob/master/Jenkinsfile: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/komodorio/helm-dashboard: ai_summary: A robust, user-friendly web UI for viewing, installing, and managing Helm releases in real-time. It enables operators to easily track installed packages, @@ -102473,6 +108634,7 @@ https://github.com/komodorio/helm-dashboard: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/komodorio/validkube: content_hash: 0fa30497ff2d100c972d1ef838e8d2b127bd4927f5ee97df2632ae6bbd0e3e6b description: '' @@ -102492,6 +108654,7 @@ https://github.com/komodorio/validkube: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/konstructio/kubefirst: content_hash: 47066c619929a6867e90af3d8e5cd2094050465ef536cb1042b8713c1cf1f5d8 gh_license: MIT @@ -102507,6 +108670,7 @@ https://github.com/konstructio/kubefirst: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/konstruktoid/ansible-hvault-inventory: content_hash: 759cd5f0e526f9b0bb324dd8bf7e5b9751cf98fac874019854d773e43f2bcb6a description: '' @@ -102527,6 +108691,7 @@ https://github.com/konstruktoid/ansible-hvault-inventory: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/konveyor: content_hash: 0d1e8a3d9217d19632a2397f9dc74c2ba7a6b2daad13790872767936e28d20fc description: '' @@ -102543,6 +108708,7 @@ https://github.com/konveyor: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://github.com/konveyor/crane: content_hash: 83ef4f8b717bc517775d9fc9e196f9272f13a5e6367584467916a86f707fc11b description: '' @@ -102553,6 +108719,7 @@ https://github.com/konveyor/crane: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://github.com/konveyor/move2kube: content_hash: 1d0113979162da217e298144bebf5a7c637c2884d1ceecbac0d8039ab9d8f87c description: '' @@ -102572,6 +108739,7 @@ https://github.com/konveyor/move2kube: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kootenpv/yagmail: content_hash: fbc3ce937342ae42893427eebd87db0a11e4c413a9804caaf4b5c995c52b7a7d description: '' @@ -102591,6 +108759,7 @@ https://github.com/kootenpv/yagmail: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/koslib/awesome-containerized-security: content_hash: 087c44c65f3740daec6869eabef522d0fee6070a507dce0da9febdafa66113f2 description: '' @@ -102608,6 +108777,7 @@ https://github.com/koslib/awesome-containerized-security: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/kostis-codefresh/gitops-environment-promotion: content_hash: 8488cccfe5013aedb44127e290adaea361983563ecbe141e5d1f9465bd85f4c1 description: '' @@ -102625,6 +108795,7 @@ https://github.com/kostis-codefresh/gitops-environment-promotion: v2_locations: - kustomize.md year: N/A + addition_method: manual https://github.com/kotalco/kotal: content_hash: 0837b2710101c70e8a9c9f33b7ceb51e1fbc6d4b866a8b813011ccd6d6ab5eec description: '' @@ -102644,6 +108815,7 @@ https://github.com/kotalco/kotal: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/krateoplatformops/krateo: content_hash: 66c8af7d61a1aee4c9a16aa4409bd49dc4b4becf2cd5dd705e1883890ba504dc description: '' @@ -102660,6 +108832,7 @@ https://github.com/krateoplatformops/krateo: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/krestomatio/keydb-operator: content_hash: 3e8faa933bd9d0a1fc08f285fabdbb8feeb6bcde974156407e2e74a86903eca6 description: '' @@ -102679,6 +108852,7 @@ https://github.com/krestomatio/keydb-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/kris-nova/kaar: content_hash: c3fb2c8d9110d944e2f368f46734872a1f882009320f7df82d3872d1ad20f692 description: '' @@ -102689,6 +108863,7 @@ https://github.com/kris-nova/kaar: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kris-nova/naml: content_hash: 7ad4390e9ee29e70addd2a40691210c3205fec47d7bf919ecf3325a4f28c6c35 description: '' @@ -102699,6 +108874,7 @@ https://github.com/kris-nova/naml: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/krisnova/kaar: content_hash: 72e38de5b3a30b405f089cd8ad6d61ee3cd1ea6fb673f80b3cded219850a623f gh_license: Apache-2.0 @@ -102714,6 +108890,7 @@ https://github.com/krisnova/kaar: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/krisnova/naml: ai_summary: An innovative engine enabling developers to write Kubernetes configurations using type-safe Go instead of YAML. Brings compilation safety, testability, and @@ -102745,6 +108922,7 @@ https://github.com/krisnova/naml: - data-and-advanced-analytics.md - yaml.md year: '2022' + addition_method: manual https://github.com/kristofferandreasen/awesome-azure: content_hash: 4f7d359de862bcbf74cfdd68e49cb070551e7e7d93441394e627c4579d793c41 description: '' @@ -102762,6 +108940,7 @@ https://github.com/kristofferandreasen/awesome-azure: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/ksctl/ksctl: content_hash: 0c7e381891ed2c0bba662a06fbe9dabfd95e12fe2cb671fea7022b51daa8c0e5 gh_license: Apache-2.0 @@ -102777,6 +108956,7 @@ https://github.com/ksctl/ksctl: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kserve/kserve: content_hash: 9b191ca344d4b4dbb2e453f7d926923ad184eb9878855e2680d656095559fd47 gh_license: Apache-2.0 @@ -102792,6 +108972,7 @@ https://github.com/kserve/kserve: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/ksoclabs/awesome-kubernetes-security: content_hash: 86bf24926cb49549c6e032ba501ce7a1cde1afc39831023161c77ae4fcd6d46c description: '' @@ -102809,6 +108990,7 @@ https://github.com/ksoclabs/awesome-kubernetes-security: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/ktock/buildg: content_hash: 8cffa16d70cf3f07e62c80441249b1987a2b8fd50045b612f179ab73ab4b7115 description: '' @@ -102828,6 +109010,7 @@ https://github.com/ktock/buildg: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/kube-aws/kube-spot-termination-notice-handler: content_hash: 7457be0ad6771a50847a828c730671e0ac6d2b712974894a078a5634d6e0a738 description: '' @@ -102847,6 +109030,7 @@ https://github.com/kube-aws/kube-spot-termination-notice-handler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kube-burner/kube-burner: content_hash: 7d3a313a15a9a64f4d8dfeacb53a9922c7d5494cb20bf8970f888f7df4808c3d gh_license: Apache-2.0 @@ -102862,6 +109046,7 @@ https://github.com/kube-burner/kube-burner: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kube-logging/logging-operator: ai_summary: A Kubernetes operator designed to manage logging pipelines using Fluentd and Fluent Bit. Provides automated scaling, multi-tenant log isolation, and declarative @@ -102892,6 +109077,7 @@ https://github.com/kube-logging/logging-operator: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://github.com/kube-ns-suspender/kube-ns-suspender: content_hash: 370300345b32ee09294e2af0050895f19497091a78a8762f52b072ff565ba145 gh_license: MIT @@ -102907,6 +109093,7 @@ https://github.com/kube-ns-suspender/kube-ns-suspender: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kube-vip/kube-vip: content_hash: 7479b6f4ec4e498ddf325ad75d433009f16e5eee52e8a9297784148711004217 description: '' @@ -102926,6 +109113,7 @@ https://github.com/kube-vip/kube-vip: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubecfg/kubecfg: content_hash: 28787866aedee99095fb0b1e1ffc5b62edba4a3f8e2984ca1fc4f5207d4c5383 description: '' @@ -102945,6 +109133,7 @@ https://github.com/kubecfg/kubecfg: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubecost/cluster-turndown: content_hash: b52114740ff857a2fd6826ecb3461bb64f00de23227b05b5f548da3ecc64c009 description: '' @@ -102964,6 +109153,7 @@ https://github.com/kubecost/cluster-turndown: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubecost/cost-model: content_hash: 58b4fe6b649a9ae98023875b36520bd325ac12c7463a430cb57e7371638722be description: '' @@ -102975,6 +109165,7 @@ https://github.com/kubecost/cost-model: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/kubecost/kubectl-cost: content_hash: 6bad65098abf34b9ef26046e470ae3f770c9a2661a2871332b9b8190403c2c22 description: '' @@ -102994,6 +109185,7 @@ https://github.com/kubecost/kubectl-cost: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/kubefirst/kubefirst: content_hash: 31774c4cfb73bc62c2093b13e555883036b61bd91bcf976a301b586e31aef091 description: '' @@ -103004,6 +109196,7 @@ https://github.com/kubefirst/kubefirst: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubeflow/kfserving: content_hash: 8ba963252e30c4a5d10725eb35c008e4a42c2e173825f7fa74928c3eebf1e560 description: '' @@ -103014,6 +109207,7 @@ https://github.com/kubeflow/kfserving: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubeguard/guard: content_hash: e4a436c77eca5af50d5dbf79d16ddee804346139ad870945f640dd85e4ea44a2 gh_license: Apache-2.0 @@ -103029,6 +109223,7 @@ https://github.com/kubeguard/guard: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kubehelper/kubehelper: content_hash: bbd8910634940f7da85391f196e3c97e7e35637bcc5d10e8add15044254f4bb9 description: '' @@ -103048,6 +109243,7 @@ https://github.com/kubehelper/kubehelper: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubeinit/kubeinit: ai_summary: 'An Ansible-based automation tool to deploy Kubernetes, OKD, or OpenShift on bare-metal or VM hosts using KVM/libvirt and nested virtualization. Helps automate @@ -103080,6 +109276,7 @@ https://github.com/kubeinit/kubeinit: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/kubemq-io/kubemq-community: ai_summary: The community-driven core repository for KubeMQ. It offers a lightweight, high-performance messaging interface for microservices on Kubernetes. Supports @@ -103110,6 +109307,7 @@ https://github.com/kubemq-io/kubemq-community: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/kubenav/kubenav: ai_summary: Multi-platform open-source cluster navigator supporting iOS, Android, and desktop. Ensures secure operations monitoring and quick logs visualization @@ -103140,6 +109338,7 @@ https://github.com/kubenav/kubenav: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/kubeops/config-syncer: content_hash: 534fd5b271e0124f649c91c528558cefbfb1f2c94aecde0f4746e6fdcb8a1509 description: '' @@ -103150,6 +109349,7 @@ https://github.com/kubeops/config-syncer: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubeops/ui-server: content_hash: 976a2f5e5b440221f3ed9a2de22165b937adcdf6fc3204889c1811be2a0c9ea3 gh_license: Apache-2.0 @@ -103165,6 +109365,7 @@ https://github.com/kubeops/ui-server: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kubeopsskills/cloud-secret-resolvers: ai_summary: An open-source utility designed to resolve external cloud secrets natively into Kubernetes configurations. Simplifies secret retrieval from AWS Secrets Manager, @@ -103195,6 +109396,7 @@ https://github.com/kubeopsskills/cloud-secret-resolvers: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/kubepack/chart-doc-gen: ai_summary: A dedicated CLI utility for generating Markdown documentation automatically from Helm 'values.yaml' files. It streamlines package maintenance by keeping user-facing @@ -103225,6 +109427,7 @@ https://github.com/kubepack/chart-doc-gen: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/kubepug/kubepug: content_hash: 546a2f76b2780f056a0e9b590a1a3bc1374dce6383528956ff2afdef6364d3a0 description: '' @@ -103245,6 +109448,7 @@ https://github.com/kubepug/kubepug: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubereboot/kured: content_hash: 08fd05371ed694fe460e32a28d52b40bdef0ff8b63d69ee62cc2a4a8016bd7bc description: '' @@ -103264,6 +109468,7 @@ https://github.com/kubereboot/kured: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kuberhealthy/kuberhealthy: content_hash: a01379b3010823904038e846f81c24f722060cf701a5e9378554661d62f6272b gh_license: Apache-2.0 @@ -103279,6 +109484,7 @@ https://github.com/kuberhealthy/kuberhealthy: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://github.com/kuberlogic/kuberlogic: content_hash: cf3ddffd441ae1c89c416b39ea700a7b26053c5f33e1a7cc13b344d339a518b0 description: '' @@ -103298,6 +109504,7 @@ https://github.com/kuberlogic/kuberlogic: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubermatic/fubectl: content_hash: 6bb6ef7e2027b10db5fc1753953334a6f0f89021ec7407ce3e84f29c9528115e description: '' @@ -103317,6 +109524,7 @@ https://github.com/kubermatic/fubectl: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubermatic/kubecarrier: content_hash: cdeca712f167e1ebbd9e47da971ef81314edde045093745dac14d6ba50e8663f description: '' @@ -103338,6 +109546,7 @@ https://github.com/kubermatic/kubecarrier: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/kubermatic/kubeone: content_hash: 774d41c037db09506f5aeae4c27b66e363d5e2e624644905ebb94af4b11225f7 description: '' @@ -103357,6 +109566,7 @@ https://github.com/kubermatic/kubeone: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-client: content_hash: f9afe847a27cfed4f08ab1bf87f4a7913f0636f1d90aa7aae6309ad7aa645ac6 description: '' @@ -103373,6 +109583,7 @@ https://github.com/kubernetes-client: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://github.com/kubernetes-client/go: content_hash: 74dc88e1d502b4a8a0b9763d5e16cda63b3d361ae16da5db2ddd9fdddc2bbb16 description: '' @@ -103392,6 +109603,7 @@ https://github.com/kubernetes-client/go: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://github.com/kubernetes-client/java: content_hash: c8b72e06d672e56ca6e5e8543d0d917f605312e4a547c80dab5aa2ecb39d736b description: '' @@ -103411,6 +109623,7 @@ https://github.com/kubernetes-client/java: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://github.com/kubernetes-client/python: content_hash: 68b4cba01dcb6e7de7b9e77f374c3c5af11f2fe7a1a8bc4649a93a393ad54fe7 description: '' @@ -103430,6 +109643,7 @@ https://github.com/kubernetes-client/python: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://github.com/kubernetes-client/python-base: content_hash: 0abb70df04327ef10002eba20626354a1fa4d8f91d47cb48f243316ffa896f35 description: '' @@ -103449,6 +109663,7 @@ https://github.com/kubernetes-client/python-base: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://github.com/kubernetes-course/container_workshops: content_hash: e1b93a2ff48bc2af86ea2e40392312e1d5dcb188061af30eb1dd9b9a538b9165 description: '' @@ -103465,6 +109680,7 @@ https://github.com/kubernetes-course/container_workshops: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/kubernetes-csi: content_hash: e980d53aee55061c19050394117f47d9ecf6c911d4e7c26dfc046f77129d5b77 description: '' @@ -103481,6 +109697,7 @@ https://github.com/kubernetes-csi: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/kubernetes-csi/csi-driver-smb: content_hash: eab7a2248d1bef935176b622ad8dfa3ce97f382d9418a2ee0d2e219583b61216 description: '' @@ -103500,6 +109717,7 @@ https://github.com/kubernetes-csi/csi-driver-smb: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/kubernetes-retired/etcdadm: content_hash: 74b1a330a79242cd06f6d9fa042d24276e94431e09c9fb3706af3511ec7d8191 gh_license: Apache-2.0 @@ -103515,6 +109733,7 @@ https://github.com/kubernetes-retired/etcdadm: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kubernetes-retired/frakti: content_hash: 07833ef4cc0c9fb288a03de53893ff40afa113ac6f2543303073a13f38adc569 gh_license: Apache-2.0 @@ -103530,6 +109749,7 @@ https://github.com/kubernetes-retired/frakti: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://github.com/kubernetes-retired/hierarchical-namespaces: content_hash: cf35f6850e587357b7265284a4ee38df7649f31c9f7e1ebc0d775977662ffb86 gh_license: Apache-2.0 @@ -103545,6 +109765,7 @@ https://github.com/kubernetes-retired/hierarchical-namespaces: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kubernetes-retired/kpng: content_hash: 600ce80e685a81a0beb113112dc6330d72d64df910cd6a075a0477d4acf8aef1 gh_license: Apache-2.0 @@ -103560,6 +109781,7 @@ https://github.com/kubernetes-retired/kpng: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kubernetes-retired/kube-batch: content_hash: 1e384314b52bd9b4322348255137977944a4424b07518c238c49d614e04864e5 gh_license: Apache-2.0 @@ -103575,6 +109797,7 @@ https://github.com/kubernetes-retired/kube-batch: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kubernetes-retired/kubefed: content_hash: 330530461748600ca09970c48f751e2e654f4ec63165febd67428027693ec1d6 gh_license: Apache-2.0 @@ -103590,6 +109813,7 @@ https://github.com/kubernetes-retired/kubefed: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://github.com/kubernetes-retired/kui: content_hash: 6f26251f692c9c7c121fd0767399a108a6f37d72f6c237d987cb876016a40866 gh_license: Apache-2.0 @@ -103605,6 +109829,7 @@ https://github.com/kubernetes-retired/kui: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kubernetes-retired/multi-tenancy/tree/master/incubator/hnc: content_hash: 0ce8e552037cf09512073a654acd18b1d620d41283c0c70701bfefe4b91d7551 gh_license: Apache-2.0 @@ -103620,6 +109845,7 @@ https://github.com/kubernetes-retired/multi-tenancy/tree/master/incubator/hnc: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://github.com/kubernetes-sigs: content_hash: 1ebdd651edefc516652d5c80c649ee27e67bf9c6dbf8d67fa1f2fa8b3b613a56 description: '' @@ -103636,6 +109862,7 @@ https://github.com/kubernetes-sigs: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/aws-load-balancer-controller: ai_summary: The core controller that manages AWS Elastic Load Balancers (ALB and NLB) on behalf of a Kubernetes cluster. Live Grounding verifies its continuous @@ -103669,6 +109896,7 @@ https://github.com/kubernetes-sigs/aws-load-balancer-controller: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/cluster-addons: content_hash: a2e6eea11d1078fef0c8779e32d1be068881ea41a4c595714c6f20ba176d7b39 description: '' @@ -103688,6 +109916,7 @@ https://github.com/kubernetes-sigs/cluster-addons: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/cluster-api: content_hash: ead71e9f56c783ba010a87db2d76899d165c14e0ec3e6dfb2bb845b58791c3cf gh_license: Apache-2.0 @@ -103696,6 +109925,7 @@ https://github.com/kubernetes-sigs/cluster-api: needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://github.com/kubernetes-sigs/descheduler: content_hash: 800177eb1bbf2496c5264eb5b149803a972ae5fbaa153c8598970f0ad6496ce3 description: '' @@ -103717,6 +109947,7 @@ https://github.com/kubernetes-sigs/descheduler: - kubernetes-tools.md - ocp4.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/e2e-framework: ai_summary: Curator Insight presents this official Kubernetes SIG framework for writing robust end-to-end tests for operators and controllers. Live Grounding @@ -103748,6 +109979,7 @@ https://github.com/kubernetes-sigs/e2e-framework: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/etcdadm: content_hash: 2d9d6d5df7237724e18b45213219f932e33df0f5e6ed2088e49a9810934be1b7 description: '' @@ -103758,6 +109990,7 @@ https://github.com/kubernetes-sigs/etcdadm: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/external-dns: content_hash: 654e152956ca97766a1312ecf102ea16c195e13878800fcf93396ae4c4ab8319 description: '' @@ -103777,6 +110010,7 @@ https://github.com/kubernetes-sigs/external-dns: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/gateway-api: content_hash: 9b853c512489d4b358665cd406a72d7c98c3d11567570278578142b0ff19f417 description: '' @@ -103800,6 +110034,7 @@ https://github.com/kubernetes-sigs/gateway-api: - kubernetes-operators-controllers.md - servicemesh.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/hierarchical-namespaces: content_hash: fdef75e2a80bfc946c00b02248b0c35953ca426910893e9e23b1357f8c72b720 description: '' @@ -103811,6 +110046,7 @@ https://github.com/kubernetes-sigs/hierarchical-namespaces: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/ingate: content_hash: c87518464900ff384554cca1a38f35aeb21edcd64c662194c30f9539ee2dfa1e description: '' @@ -103834,6 +110070,7 @@ https://github.com/kubernetes-sigs/ingate: - kubernetes-operators-controllers.md - servicemesh.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kind: ai_summary: kind (Kubernetes in Docker) is an open-source tool for running local Kubernetes clusters using Docker containers as nodes. Highly favored for CI/CD @@ -103867,6 +110104,7 @@ https://github.com/kubernetes-sigs/kind: - kubernetes-based-devel.md - matrix-table.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kpng: content_hash: 7d3870e0793fbcc96741fe8d5f173130b7a149ab0a111b8364313de86f0bd7b3 description: '' @@ -103877,6 +110115,7 @@ https://github.com/kubernetes-sigs/kpng: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/krew-index/blob/master/plugins.md: content_hash: 3751fc9d8df1a8a1fdd78727ddd16b967678a2cf3964a542426f9cb76d555f3d description: '' @@ -103898,6 +110137,7 @@ https://github.com/kubernetes-sigs/krew-index/blob/master/plugins.md: - kubernetes.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kube-batch: content_hash: 8f3a4116d27d5d5d955755a2f759f9f2c74506091c12304ed423e70c43c52594 description: '' @@ -103908,6 +110148,7 @@ https://github.com/kubernetes-sigs/kube-batch: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kube-scheduler-simulator: content_hash: 3793cba17a48f8974bb5ee8f5e585d24649c606cdc8abab27a355c65317beb78 description: '' @@ -103927,6 +110168,7 @@ https://github.com/kubernetes-sigs/kube-scheduler-simulator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kubebuilder: content_hash: 29d9981ad02b766023817c041f9aa38e9b24e6541793c93eef23ea561d07f8dc description: '' @@ -103946,6 +110188,7 @@ https://github.com/kubernetes-sigs/kubebuilder: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kubefed: content_hash: 1fb43d0721e6c5e4842baa866b9078f0369982e1f3128feba39e5aa5c4e764f5 description: '' @@ -103956,6 +110199,7 @@ https://github.com/kubernetes-sigs/kubefed: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kubespray: ai_summary: An industry-standard provisioning tool combining Ansible playbooks and kubeadm to deliver highly configurable, multi-cloud, production-grade Kubernetes @@ -103990,6 +110234,7 @@ https://github.com/kubernetes-sigs/kubespray: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kueue: content_hash: 57dcd4bd79ba0cb4373a02dac6563bfd09831c58facdbdabf2521e45284ff23b description: '' @@ -104009,6 +110254,7 @@ https://github.com/kubernetes-sigs/kueue: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kueue/releases/tag/v0.14.0: content_hash: 43b0b49fc7eb473a64ff7e8315cb7180b2cfa93754ef2bb6e59221fc574560ff description: '' @@ -104032,6 +110278,7 @@ https://github.com/kubernetes-sigs/kueue/releases/tag/v0.14.0: - kubernetes-operators-controllers.md - kubernetes-releases.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kui: content_hash: 651b6b6f7dee57a12e65301913f8e02bb09e0449ec4a332b016d3a3a47cd8de3 description: '' @@ -104042,6 +110289,7 @@ https://github.com/kubernetes-sigs/kui: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kustomize: content_hash: 0d521a8e3abbccba8dcc4a3e9cb4c5d43a87f434413999983fb9163a6ce10c6f description: '' @@ -104061,6 +110309,7 @@ https://github.com/kubernetes-sigs/kustomize: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/kwok: content_hash: 81c669e4ae741b5aba8e200f41e058f33537bcd4a8b9348496eac1a74b0d1dbf description: '' @@ -104080,6 +110329,7 @@ https://github.com/kubernetes-sigs/kwok: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/multi-tenancy/tree/master/incubator/hnc: content_hash: 472ed291b401f1602c7f3f23c55bdc896cd4ba1ada9a4ae6ada6eed916164c77 description: '' @@ -104090,6 +110340,7 @@ https://github.com/kubernetes-sigs/multi-tenancy/tree/master/incubator/hnc: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner: content_hash: 1a9e8d9a821a92dadfa3cf1a2019e52415f6a8bf956516a1df0605afeda43c30 description: '' @@ -104109,6 +110360,7 @@ https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner: content_hash: 01c5c113ec1f426c994398e95c38d7a4d209d1b9609a7c551679c011b2f10ecb description: '' @@ -104129,6 +110381,7 @@ https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/node-feature-discovery: content_hash: 9eb50a4b87b24f04460ce893b04e36df50bbcd718ac3470621d0ef19a77b7dab description: '' @@ -104148,6 +110401,7 @@ https://github.com/kubernetes-sigs/node-feature-discovery: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/scheduler-plugins/tree/master/pkg/trimaran: content_hash: 59522768a9791e6c5f76db6c3a5c6eb9cad2515fcc9bca7b93700af41b33d7e7 description: '' @@ -104169,6 +110423,7 @@ https://github.com/kubernetes-sigs/scheduler-plugins/tree/master/pkg/trimaran: - kubernetes-tools.md - ocp4.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/secrets-store-csi-driver: content_hash: 002ecde6fd2c5324a3e888a1a6effc32a49ece37598b4592e6e209aee17a3214 description: '' @@ -104191,6 +110446,7 @@ https://github.com/kubernetes-sigs/secrets-store-csi-driver: - kubernetes.md - devsecops.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/security-profiles-operator: ai_summary: 'Curator Insight: Kubernetes SIG operator for managing AppArmor, Seccomp, and SELinux profiles natively within clusters. Live Grounding: Fully active and @@ -104221,6 +110477,7 @@ https://github.com/kubernetes-sigs/security-profiles-operator: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner: content_hash: d55aae704510a8fd094de9bf43a26277d0e6df1a1003238b3ff63346d602b55d description: '' @@ -104241,6 +110498,7 @@ https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler: content_hash: 45fa4e240e0e3f9d51e8ce957e7db11ecb736f472619a1678cd6425e7b6d579b description: '' @@ -104260,6 +110518,7 @@ https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler: content_hash: ba14c614b6fe15d0119fd2b4b849d83747824660801db6b4c954a5cc94843dcd description: '' @@ -104279,6 +110538,7 @@ https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://github.com/kubernetes/client-go: content_hash: 673297f64673b2774e0328a723c5674cecea1495ce025d9052cc13dc14e207bb description: '' @@ -104300,6 +110560,7 @@ https://github.com/kubernetes/client-go: - kubernetes-client-libraries.md - openshift-pipelines.md year: N/A + addition_method: manual https://github.com/kubernetes/community/blob/main/README.md: content_hash: 00b2d13fb802d80b65339b63118ec76c99d190434f89d7545e196554b79ff6de gh_license: Apache-2.0 @@ -104315,6 +110576,7 @@ https://github.com/kubernetes/community/blob/main/README.md: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://github.com/kubernetes/community/blob/main/sig-scalability/configs-and-limits/thresholds.md: content_hash: b0452b2bd261bd1d7b003da3f685eb3e32a43b8d176289cb6a12e1d20aef7c2e gh_license: Apache-2.0 @@ -104330,6 +110592,7 @@ https://github.com/kubernetes/community/blob/main/sig-scalability/configs-and-li - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://github.com/kubernetes/community/blob/master/README.md: content_hash: d28cde42d4dfdb0d67e46daea15f0e39b9799e43e0b693933462a3c479ce5cd6 description: '' @@ -104340,6 +110603,7 @@ https://github.com/kubernetes/community/blob/master/README.md: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes/community/blob/master/sig-scalability/configs-and-limits/thresholds.md: content_hash: bc22af360e812d6bc8184d1dc2c40ca13105c84c48fa8619ad9e3c2c67f08bd8 description: '' @@ -104350,6 +110614,7 @@ https://github.com/kubernetes/community/blob/master/sig-scalability/configs-and- v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes/community/tree/main/icons: content_hash: a94c5d163013c2889e7907f2966596a70e3f7aac5e80e4264bbff5846ac09ca5 gh_license: Apache-2.0 @@ -104365,6 +110630,7 @@ https://github.com/kubernetes/community/tree/main/icons: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://github.com/kubernetes/community/tree/master/icons: content_hash: 39e4162d41bfbbd8f809f8f62084dab0af4f8de8f2459bdacd5fc4bc58337190 description: '' @@ -104375,6 +110641,7 @@ https://github.com/kubernetes/community/tree/master/icons: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://github.com/kubernetes/enhancements: content_hash: ca291a0957a964638f787831e058b8bca48c3a81ce364b24d652827f0aa56b3a description: '' @@ -104394,6 +110661,7 @@ https://github.com/kubernetes/enhancements: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual ? https://github.com/kubernetes/enhancements/blob/ddf7d2a8c098e97b0714f31e88abad3b3e0e706c/keps/sig-node/2837-pod-level-resource-spec/README.md : content_hash: 514efde5669ab949ed061953638463ffd0d486da2226e83c2875fcba49759e02 description: '' @@ -104413,6 +110681,7 @@ https://github.com/kubernetes/enhancements: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes/frakti: content_hash: 71df0cbdb5c175fad4bbbdf18fec8817f1dc9dfb428b636a87dad3e2cb0366bf description: '' @@ -104423,6 +110692,7 @@ https://github.com/kubernetes/frakti: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://github.com/kubernetes/git-sync: content_hash: 54fb60738ab0304be0bbda503750926a91de8f8ea4015af1b50073a4c81413d5 description: '' @@ -104442,6 +110712,7 @@ https://github.com/kubernetes/git-sync: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes/ingress-nginx/issues/7837: content_hash: 1c1d77bf149df21c21650a267600a7b8dec80f0bf565ab739db2d18dee177ff4 description: '' @@ -104453,6 +110724,7 @@ https://github.com/kubernetes/ingress-nginx/issues/7837: v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.0: content_hash: 8e36825d3044d16b5640f83f8973499012707f04aa25a7302be36dfde538f858 description: '' @@ -104472,6 +110744,7 @@ https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.0: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://github.com/kubernetes/kompose: content_hash: c6aec9f9d2602c11b5d075ad1df9e258f01a3501a12ebebf1cdb8f6ae0119115 description: '' @@ -104491,6 +110764,7 @@ https://github.com/kubernetes/kompose: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubernetes/kops: ai_summary: The official Kubernetes Operations tool for deploying, scaling, and managing highly available, production-grade Kubernetes clusters on public cloud @@ -104526,6 +110800,7 @@ https://github.com/kubernetes/kops: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://github.com/kubernetes/kube-state-metrics: ai_summary: The official repository for kube-state-metrics. This system service listens to the Kubernetes API server and generates Prometheus-compatible metrics @@ -104558,6 +110833,7 @@ https://github.com/kubernetes/kube-state-metrics: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://github.com/kubernetes/kubeadm: ai_summary: The standard bootstrapping engine for establishing conformant Kubernetes clusters. Kubeadm abstracts the complex mechanics of configuring etcd, control @@ -104593,6 +110869,7 @@ https://github.com/kubernetes/kubeadm: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://github.com/kubernetes/kubeadm/blob/main/docs/ha-considerations.md: ai_summary: Official design documentation specifying strategies for deploying highly available Kubernetes clusters via kubeadm. Details stacked etcd topology versus @@ -104627,6 +110904,7 @@ https://github.com/kubernetes/kubeadm/blob/main/docs/ha-considerations.md: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/kubernetes/kubernetes/issues/126811: content_hash: a1c3d342ed995b5fd57b8a24a6534669f7693e1714e7519e54970986d0cdda90 gh_license: Apache-2.0 @@ -104642,6 +110920,7 @@ https://github.com/kubernetes/kubernetes/issues/126811: - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://github.com/kubernetes/kubernetes/pull/73787: content_hash: 020eabda6a98fe4d661d9ca9f9cc313d63daeff992fa7e3460f2b4f9edd56753 description: '' @@ -104661,6 +110940,7 @@ https://github.com/kubernetes/kubernetes/pull/73787: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://github.com/kubernetes/kubernetes/pull/97057: content_hash: 6245b0754b1ea7078c605b310b42644b579d9b75a0fbd87a2a283881a03417ed description: '' @@ -104683,6 +110963,7 @@ https://github.com/kubernetes/kubernetes/pull/97057: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/kubernetes/minikube: ai_summary: Minikube remains the standard tool for launching a single-node Kubernetes cluster locally. Supporting VM drivers, bare-metal deployment, and containerized @@ -104716,6 +110997,7 @@ https://github.com/kubernetes/minikube: - kubernetes-based-devel.md - matrix-table.md year: N/A + addition_method: manual https://github.com/kubernetes/sample-controller: content_hash: 9242ef27f616a00eb69f0cb4c3bdbe45f1389caba741a8cd69d6ddf48342ac82 description: '' @@ -104735,6 +111017,7 @@ https://github.com/kubernetes/sample-controller: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/kubernetes/test-infra/tree/master/prow: content_hash: 447aa78c405ff461f5b6babd4a0399c84e1237a811f20e5adac1c77d72818856 description: '' @@ -104754,6 +111037,7 @@ https://github.com/kubernetes/test-infra/tree/master/prow: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/kubescape/kubescape: ai_summary: An open-source Kubernetes security platform and CNCF Sandbox project providing multi-framework compliance scanning, vulnerability assessment, and risk @@ -104789,6 +111073,7 @@ https://github.com/kubescape/kubescape: - kubernetes-security.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubescape/regolibrary: content_hash: a75dcc4d8e1f244335f31040b321d85865242ba426e72448ac1fae221a4f27aa gh_license: Apache-2.0 @@ -104804,6 +111089,7 @@ https://github.com/kubescape/regolibrary: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/kubeshark/kubeshark: ai_summary: Kubeshark provides deep API traffic inspection and network analysis for Kubernetes. Operating via eBPF, it captures and decodes L7 protocols (HTTP/2, @@ -104835,6 +111121,7 @@ https://github.com/kubeshark/kubeshark: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://github.com/kubeshield/identity-server: content_hash: 92c55f70c85f144b884d31ed002f04a5d780c47ef8c8f74713a18e8bf2c08904 description: '' @@ -104845,6 +111132,7 @@ https://github.com/kubeshield/identity-server: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubeshop/kusk: content_hash: 1687cf1566bec12c28cb5e735dd17748bac735ab1a3274534188e323717d6615 description: '' @@ -104864,6 +111152,7 @@ https://github.com/kubeshop/kusk: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubeshop/monokle: content_hash: fe40391aa802454c10f642618dd5708b3271873f37a1d06846bb43b009c7d722 description: '' @@ -104883,6 +111172,7 @@ https://github.com/kubeshop/monokle: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubeshop/testkube: content_hash: 333516f5073b4f469fb82a7fdccfbae63494db5490567540aa0ad00a74ba2e0c description: '' @@ -104902,6 +111192,7 @@ https://github.com/kubeshop/testkube: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubesimplify/ksctl: content_hash: e87f298bcd6616cf3dcba6987c41d926d3e85f5ea6cdb3c015f2536d03a7478c description: '' @@ -104912,6 +111203,7 @@ https://github.com/kubesimplify/ksctl: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubesphere/kubeeye: content_hash: fc86a43e1d9c8ee21309c3963f3584fdc2a92d5b9ff8d5a4750fad528a9bf5b1 description: '' @@ -104931,6 +111223,7 @@ https://github.com/kubesphere/kubeeye: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubesphere/kubekey: ai_summary: A Go-based command-line utility used to rapidly provision Kubernetes, KubeSphere, and underlying container runtimes (containerd/Docker) on bare metal @@ -104961,6 +111254,7 @@ https://github.com/kubesphere/kubekey: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/kubetail-org/kubetail: content_hash: 8a920a905975edef0c5c269b42676faf7d182b27c89f0e5d87d4e08a212b2d84 description: '' @@ -104980,6 +111274,7 @@ https://github.com/kubetail-org/kubetail: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubevious/kubevious: ai_summary: Kubevious is an open-source Kubernetes dashboard that provides full cluster topology visualization and configuration audits. It detects anti-patterns @@ -105010,6 +111305,7 @@ https://github.com/kubevious/kubevious: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/kubevirt/kubevirt: content_hash: 93de45c2d07a8d3ebda4273b3cc42fc8d20a6664c5a3cf697d174bfde4ca4589 description: '' @@ -105029,6 +111325,7 @@ https://github.com/kubevirt/kubevirt: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kubevirt/monitoring: content_hash: bffae0980193ebc8de2fd4bccd8051905762ea0f96c1d107634f0c3a9739e1ff description: '' @@ -105048,6 +111345,7 @@ https://github.com/kubevirt/monitoring: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/kudobuilder/kuttl: content_hash: 6fa4add299264460b44678834f35f1a576132f9774a74b44d13eb3319dccdc37 description: '' @@ -105067,6 +111365,7 @@ https://github.com/kudobuilder/kuttl: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kuhlman-labs/terraform-azurerm-landing-zone: content_hash: 2eaa75d689a628e88b3dbb520f14e2ef6f66f143fc6a594ea980a587305bf8fc description: '' @@ -105086,6 +111385,7 @@ https://github.com/kuhlman-labs/terraform-azurerm-landing-zone: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/kunchalavikram1427/Kubernetes_public: content_hash: a723089f8e56f02329ab8db8e2df0dd7b0f48add10e47f1313a691489df7b801 description: '' @@ -105102,6 +111402,7 @@ https://github.com/kunchalavikram1427/Kubernetes_public: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/kunchalavikram1427/Kubernetes_public/blob/main/Kubernetes_Commands.txt: content_hash: 223f0f708ebb982d9edbd2a8cc1d399f4f6b97feb10ec90635bef39736d44f7a health_score: 100.0 @@ -105109,6 +111410,7 @@ https://github.com/kunchalavikram1427/Kubernetes_public/blob/main/Kubernetes_Com needs_ai_refresh: true v1_locations: - docs/cheatsheets.md + addition_method: manual https://github.com/kunchalavikram1427/Kubernetes_public/blob/master/Kubernetes_Commands.txt: content_hash: 13c09b5515cfd486af4bebea3470bb3e5d0787f82fe205dbf328ec49571e63ad description: '' @@ -105119,6 +111421,7 @@ https://github.com/kunchalavikram1427/Kubernetes_public/blob/master/Kubernetes_C v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://github.com/kvaps/kubectl-build: content_hash: d0f667e1ba015dae639c539d21744de47826c207532c85e03eab0a3bf621f2cb description: '' @@ -105138,6 +111441,7 @@ https://github.com/kvaps/kubectl-build: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kvaps/kubectl-node-shell: content_hash: 821572d5842d9a60a9e78eadc755ec37adc7160df27cc195fa1112399becdfa3 description: '' @@ -105157,6 +111461,7 @@ https://github.com/kvaps/kubectl-node-shell: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kvdi/kvdi: content_hash: 468aa7b334cee8e4586bb0736eff4002678622a00381dad2e282dd6d328ad9ff description: '' @@ -105167,6 +111472,7 @@ https://github.com/kvdi/kvdi: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/kyma-incubator/terraform-provider-kind: content_hash: 4306cf29be8ec78880b596214a90afe36630e5bc5b43f69a5e1d95a4bf7e0dac description: '' @@ -105187,6 +111493,7 @@ https://github.com/kyma-incubator/terraform-provider-kind: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/kyverno/chainsaw: content_hash: 8ec36b71959abc5bb1fec653b4f580ec8ee599bd9dad4d625bb3acd65a127449 description: '' @@ -105206,6 +111513,7 @@ https://github.com/kyverno/chainsaw: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/kyverno/policies/issues/80: content_hash: 56dc9b261465f5af5c2cd715c22e42bd3ba90de38000425350dd702d84d9b410 gh_license: Apache-2.0 @@ -105214,6 +111522,7 @@ https://github.com/kyverno/policies/issues/80: needs_ai_refresh: true v1_locations: - docs/securityascode.md + addition_method: manual https://github.com/kyverno/policy-reporter: content_hash: 57598c39357991330ad525c770dc6b40363ef1def87cb6959cf32eee6da14abd description: '' @@ -105233,6 +111542,7 @@ https://github.com/kyverno/policy-reporter: v2_locations: - securityascode.md year: N/A + addition_method: manual https://github.com/laurci/kubernate: content_hash: 9d731945ce5929b3d8ec046d2be457be9edad6d8f882f37c51c46c53a2f4f8aa description: '' @@ -105252,6 +111562,7 @@ https://github.com/laurci/kubernate: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/laurent22/joplin: content_hash: 28a2f3937a6875deca73c3aad9383a41ee42e029a9315f1291546d828cbf2801 description: '' @@ -105271,12 +111582,14 @@ https://github.com/laurent22/joplin: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://github.com/lbroudoux/openshift-cases/tree/master/jboss-amq7-custom: content_hash: 36e4532d1e380690beaa50e63e932568153d42654569dc5fe21322ecd61d354c health_score: 100.0 last_checked: 1779032552.422215 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/learning-cloud-native-go/myapp: content_hash: fdcb47049f926a28aac5305aa9785cbefbd70dca94e5d5597f3f63627c632e0a description: '' @@ -105297,6 +111610,7 @@ https://github.com/learning-cloud-native-go/myapp: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/learnk8s/free-kubernetes: content_hash: ef93829251fb7a3dcb1d4f073ed91009b47e7c4e746d5986506e8bdfaf68fb44 description: '' @@ -105316,6 +111630,7 @@ https://github.com/learnk8s/free-kubernetes: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/learnk8s/k8bit: content_hash: bd2a8407aa1502c0c2e15a9b45c8d81e5dd773ac49aa29440111574d62364d86 description: '' @@ -105332,6 +111647,7 @@ https://github.com/learnk8s/k8bit: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/learnk8s/templating-kubernetes: content_hash: 780ad11d3fd3d731cede4902c94ac497f902475236f81708ee83ba05c6c85ee3 health_score: 100.0 @@ -105339,6 +111655,7 @@ https://github.com/learnk8s/templating-kubernetes: needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://github.com/learnk8s/xlskubectl: content_hash: 51de01a3870365cccbecf70cc2e5816095794c9e5ec2ce9eb1944dae8bbb64e1 description: '' @@ -105357,6 +111674,7 @@ https://github.com/learnk8s/xlskubectl: - finops.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/leg100/pug: content_hash: 7553ba98f6386ab8d8870ffc4bf0b9b839196acae4bb9e71569b5c0331f0d068 description: '' @@ -105376,6 +111694,7 @@ https://github.com/leg100/pug: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/lensesio/fast-data-dev: ai_summary: 'Curator Insight: Highly popular, all-in-one Docker image comprising Kafka, ZooKeeper, Schema Registry, and REST Proxy. Live Grounding: Excellent for @@ -105407,6 +111726,7 @@ https://github.com/lensesio/fast-data-dev: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/libopenstorage/stork: content_hash: e56a2be73bd09f662866098b42e91b8280bd0962218a716b1fc5c5a13c1bacdf description: '' @@ -105426,6 +111746,7 @@ https://github.com/libopenstorage/stork: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/ligurio/awesome-software-quality: content_hash: 06b05e48f77288db0caf645400d7f49ec8793b5c8c820fed5021719c6dfba1d1 description: '' @@ -105437,6 +111758,7 @@ https://github.com/ligurio/awesome-software-quality: - docs/other-awesome-lists.md - docs/qa.md year: N/A + addition_method: manual https://github.com/ligurio/sqa-wiki: content_hash: 58595e9f2f9cfc8f49bfb2c58d4e60bff977d3267763da04b3ea1dcb4e27029b gh_license: NOASSERTION @@ -105455,6 +111777,7 @@ https://github.com/ligurio/sqa-wiki: - architectural-foundations.md - other-awesome-lists.md - qa.md + addition_method: manual https://github.com/ligyxy/DictMySQL: content_hash: 8b48346e017abbd8a1a6a9e0c6dc5aabbe8a03297746a6573e4ac73792885860 description: '' @@ -105466,12 +111789,14 @@ https://github.com/ligyxy/DictMySQL: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.com/lima-vm/lima: content_hash: 241d24eaf7793fb496bb032ada39525e8ba1d1125bb0565a1dfb95e841824de6 health_score: 100.0 last_checked: 1779031459.122502 v1_locations: - docs/docker.md + addition_method: manual https://github.com/line/promgen: content_hash: 7dab4f152c70ae0ac92e1efc4aa1d9f14b81ec681dba95dd7bb8dd964245e9b1 description: '' @@ -105491,6 +111816,7 @@ https://github.com/line/promgen: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/linkedin/kafka-monitor: content_hash: d6018be5cf48d18f45161b64791d57c725300f78533ce7b4acf10a7e373fe053 gh_license: Apache-2.0 @@ -105499,6 +111825,7 @@ https://github.com/linkedin/kafka-monitor: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/linode/apl-core: content_hash: 94ce48bd685d015811625023b3adbf12b5c9bb32c8dbc228eceb8354abcab60a gh_license: Apache-2.0 @@ -105507,6 +111834,7 @@ https://github.com/linode/apl-core: needs_ai_refresh: true v1_locations: - docs/managed-kubernetes-in-public-cloud.md + addition_method: manual https://github.com/liqotech/liqo: content_hash: eff12ef7d56854bfd29ddcb5b62362fc8c9e3cb9f6e87794fd34ecf730608fb2 description: '' @@ -105526,6 +111854,7 @@ https://github.com/liqotech/liqo: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/litmuschaos/litmus: content_hash: 1509005a55e84a98d688756a302a6a45007ec076dc94dd8c2f843d97e683b68d description: '' @@ -105547,6 +111876,7 @@ https://github.com/litmuschaos/litmus: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://github.com/little-angry-clouds/kubectl-ssh-proxy: content_hash: 74125b09ed5f30795e3f20d2235cf584d4549e8c62fce881312dfbdc0af4ea46 description: '' @@ -105566,6 +111896,7 @@ https://github.com/little-angry-clouds/kubectl-ssh-proxy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/lnsp/k8s-crash-informer: content_hash: 922b7b2d5fc2a42ff6bf73fbb96ed877b2ee60daa3767e76f207d84bf65d8876 description: '' @@ -105585,6 +111916,7 @@ https://github.com/lnsp/k8s-crash-informer: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/localstack/localstack: content_hash: f77a6e9165358b0c579cdd1a8fd99c43dd2ae5ab15f70ab26521ac3710f043c8 description: '' @@ -105604,6 +111936,7 @@ https://github.com/localstack/localstack: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://github.com/loft-sh/jspolicy: content_hash: 08c5032b6836f85ac8583a0f9c9e0b8642141df8244a0610a44faa0dc0cd5c98 description: '' @@ -105623,6 +111956,7 @@ https://github.com/loft-sh/jspolicy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/loft-sh/kiosk: content_hash: 3d44b8ef74793fa5b29417df1d455e93cae77e5cdb31c72527fecdb4ad0231e8 description: '' @@ -105643,6 +111977,7 @@ https://github.com/loft-sh/kiosk: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnew: content_hash: 88113be655d902e393e71c99ae970bdc9581facd8f873687c25b67df77357996 health_score: 100.0 @@ -105655,12 +111990,14 @@ https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnew: - docs/project-management-tools.md v2_locations: - project-management-tools.md + addition_method: manual https://github.com/longhorn/longhorn: content_hash: 01a524ae33e45909bee9c0af9f65a2545e674c69ead0d27334eb30a7b40f3e11 health_score: 100.0 last_checked: 1779032800.740806 v1_locations: - docs/rancher.md + addition_method: manual https://github.com/longhorn/longhorn/issues/292: content_hash: 24b74089da1c13144fff8d54d0445036cf0a122149e8a79d259d51de36380887 description: '' @@ -105680,6 +112017,7 @@ https://github.com/longhorn/longhorn/issues/292: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://github.com/lorabv/awesome-agile: content_hash: b20e8644d011550e8f450da70fe9bd70a2d33974974ee95b2347845be5a42c63 description: '' @@ -105700,6 +112038,7 @@ https://github.com/lorabv/awesome-agile: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/lorien/awesome-web-scraping: content_hash: 018df52d845cbe28439ba73fd802c7ad398b8cccdf74dfecc4f01f73d7ccb280 description: '' @@ -105720,6 +112059,7 @@ https://github.com/lorien/awesome-web-scraping: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/louislam/uptime-kuma: content_hash: 78a24cacb21d53c188d5a18ea7e98aa1b7767e890023ef21ef8b4a8ffd1c2153 description: '' @@ -105739,6 +112079,7 @@ https://github.com/louislam/uptime-kuma: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/lsdopen/ahoy: content_hash: 9cc3ecfbaa36b33b4ac2815f03d87f6d13ac5846af05a8e24e292bbd0e7a5f1c description: '' @@ -105758,6 +112099,7 @@ https://github.com/lsdopen/ahoy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/lucidrains/PaLM-rlhf-pytorch: content_hash: f9270d91591dcdca60ca5424812f9254fb9cabd721b35e11d837fc86c3bb7200 description: '' @@ -105777,6 +112119,7 @@ https://github.com/lucidrains/PaLM-rlhf-pytorch: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/lucky-sideburn/kubeinvaders: content_hash: af9a6ab0fbb2bf9f91ff93a65c79bd78ee3bb101608bec7dfa38eca6801603c2 description: '' @@ -105796,6 +112139,7 @@ https://github.com/lucky-sideburn/kubeinvaders: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/luk4z7/go-concurrency-guide: ai_summary: A comprehensive reference repository breaking down Go concurrency primitives like channels, select blocks, and sync packages. Downrated due to lack of recent @@ -105825,6 +112169,7 @@ https://github.com/luk4z7/go-concurrency-guide: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/lukaszraczylo/jobs-manager-operator: content_hash: 1873e3717284ee21f2c4767fbac33bddb1e092d73f04071e8fb3fa12d93cb921 description: '' @@ -105841,6 +112186,7 @@ https://github.com/lukaszraczylo/jobs-manager-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/lukemurraynz/awesome-azure-architecture: content_hash: 2608f80cee1d1f12f6950b51542ffa658347054c8a2d9b993ad3aaf246ede191 description: '' @@ -105861,6 +112207,7 @@ https://github.com/lukemurraynz/awesome-azure-architecture: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/m9sweeper/m9sweeper: content_hash: 813426b55b122cc5e934d1e74f90846fc8b84721025433969551ce82fdb377ca description: '' @@ -105880,6 +112227,7 @@ https://github.com/m9sweeper/m9sweeper: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/maddevsio/aws-eks-base: content_hash: c58a9bfe58679f4f14f7146b26c69d25f38f5b10b4d55381ef9bfc6dcc440322 description: '' @@ -105900,6 +112248,7 @@ https://github.com/maddevsio/aws-eks-base: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/madhuakula/kubernetes-goat: content_hash: 10cd2669733d059557ce9f5b62e48d5f93f98e9ee645889e60ff1cb764373706 description: '' @@ -105921,6 +112270,7 @@ https://github.com/madhuakula/kubernetes-goat: - kubernetes-tools.md - demos.md year: N/A + addition_method: manual https://github.com/madisonmay/tracker: content_hash: 012724e9b458b66ba4f7ddfb8697137e27c75520d238044184088de13f595c07 description: '' @@ -105940,6 +112290,7 @@ https://github.com/madisonmay/tracker: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/magnologan/awesome-k8s-security: content_hash: 6f567eff9c68a4165239530c9608e0e3713cd2f901fdd0cf6eed950b24ca0cbc description: '' @@ -105957,6 +112308,7 @@ https://github.com/magnologan/awesome-k8s-security: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/mailtoharshit/Awesome-Api-Management-Tools: content_hash: 1e40a85e674c909d7120a38aff58a7ece05ec2010807ba126cff1fd7f893e5f1 description: '' @@ -105977,6 +112329,7 @@ https://github.com/mailtoharshit/Awesome-Api-Management-Tools: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/maistra/istio: ai_summary: The official GitHub repository for Maistra's modified Istio control plane code. Optimized for multi-tenancy support, advanced security policies, and @@ -106010,6 +112363,7 @@ https://github.com/maistra/istio: - istio.md - ocp4.md year: N/A + addition_method: manual https://github.com/major/imagebuilder-containerized/blob/main/.github/workflows/main.yml: content_hash: 45941b31923e8ab2c5173c5be4a55731e10fd1f10c8b40335cba9d2cbb2aed0d description: '' @@ -106029,6 +112383,7 @@ https://github.com/major/imagebuilder-containerized/blob/main/.github/workflows/ v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/mancubus77/awesome-sre: content_hash: 487dfbd13dc00956e6e3796e62f5f9611ad3e96c902b48ef601419c8ff450b95 description: '' @@ -106049,6 +112404,7 @@ https://github.com/mancubus77/awesome-sre: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/manuzhang/awesome-streaming: ai_summary: A highly curated meta-resource listing frameworks, engine architectures, academic publications, and database connectors within the streaming data ecosystem. @@ -106078,6 +112434,7 @@ https://github.com/manuzhang/awesome-streaming: - message-queue.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/maorfr/helm-backup: ai_summary: A legacy Helm backup plugin designed to preserve state. Modern GitOps workflows with declarative tools like Argo CD and Flux have deprecated the need @@ -106108,6 +112465,7 @@ https://github.com/maorfr/helm-backup: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/maorfr/kube-tasks: content_hash: aecee554afad4bb68e87493e0e260c4bb25965c2d6d6d5d8627a1ffb7de9aead description: '' @@ -106127,6 +112485,7 @@ https://github.com/maorfr/kube-tasks: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/marcredhat/crcdemos: content_hash: 78fd0943533474a5ee60306b81e7995380558c07427b850f68003cd8bc32f01b description: '' @@ -106144,6 +112503,7 @@ https://github.com/marcredhat/crcdemos: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/marketplace/actions/aws-secrets-manager-github-action: ai_summary: A specialized action integration that safely pulls active runtime parameters directly from AWS Secrets Manager straight into runner environment memory without @@ -106171,6 +112531,7 @@ https://github.com/marketplace/actions/aws-secrets-manager-github-action: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/marketplace/actions/flat-data: content_hash: 3ef34d3339aee4d576b3575c01f5c33b29a35255521792a02309394c2f2d4c10 description: '' @@ -106187,6 +112548,7 @@ https://github.com/marketplace/actions/flat-data: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/marketplace?query=publisher%3Aokteto&type=actions: ai_summary: Technical documentation showing how to leverage Okteto's custom GitHub actions to spin up on-demand preview namespaces as part of CI validation pipelines. @@ -106214,6 +112576,7 @@ https://github.com/marketplace?query=publisher%3Aokteto&type=actions: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/maruina/aws-auth-manager: content_hash: 443820fc520dd680948ab891795f35473f40244ae245d57d9f65188c5e1f3e67 description: '' @@ -106230,6 +112593,7 @@ https://github.com/maruina/aws-auth-manager: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/mattfeltonma/azure-networking-patterns: content_hash: 517703fca31b07f199b1117deaae440807703e72d7ef1e31747667f9792c79b0 description: '' @@ -106249,6 +112613,7 @@ https://github.com/mattfeltonma/azure-networking-patterns: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/mattmoor/warm-image: content_hash: 8f7e6d944492325348993652b4e24c690fce69167312fc0b50472499ab562470 description: '' @@ -106268,6 +112633,7 @@ https://github.com/mattmoor/warm-image: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/mattpocock/skills: ai_summary: A massive, widely vetted resource compiling software engineering methodologies, design schemas, and performance protocols required for elite software delivery. @@ -106301,6 +112667,7 @@ https://github.com/mattpocock/skills: - sre.md - devops.md year: N/A + addition_method: manual https://github.com/mautic/docker-mautic: content_hash: e8b4399410d2ed7a2f901b1e0ae0597a9d89bd4bdedb0e03763361b2612880e6 description: '' @@ -106317,6 +112684,7 @@ https://github.com/mautic/docker-mautic: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/mbucc/shmig: content_hash: fc4485fa3abb16a461b686a86be8e71f0de3c2457fe4952e3cfe3fce82bd70bc description: '' @@ -106336,12 +112704,14 @@ https://github.com/mbucc/shmig: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/mcelep/blog/tree/master/automated-networkpolicy-generation: content_hash: a80be46e4ea74bf631c2eebf9bdf866ad1bce351d98d2dd72028e89647e5a655 health_score: 100.0 last_checked: 1779030250.716023 v1_locations: - docs/kubernetes-networking.md + addition_method: manual https://github.com/medmouine/Kubernetes-autoscaling-poster/blob/main/k8s-auto-scaling-poster.pdf: content_hash: adb4e4153650add0c17153d27e403d821bfab1956c357b748e7c09043a8dd240 health_score: 100.0 @@ -106349,6 +112719,7 @@ https://github.com/medmouine/Kubernetes-autoscaling-poster/blob/main/k8s-auto-sc needs_ai_refresh: true v1_locations: - docs/kubernetes-autoscaling.md + addition_method: manual https://github.com/medyagh/setup-minikube: content_hash: c9454a788e19590f4866a44c02725e7af86512b441599f37f5e54435c0a45627 description: '' @@ -106361,6 +112732,7 @@ https://github.com/medyagh/setup-minikube: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/mehdihadeli/awesome-go-education: content_hash: e364bfce73c5cda204ba97497676595165ed19f4a524c1c5ddad27a60fb6c5a5 description: '' @@ -106373,12 +112745,14 @@ https://github.com/mehdihadeli/awesome-go-education: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/mehdihadeli/awesome-software-architecture: content_hash: 8441c08170305380cf2d817d1de89ba685c6913827bf9840600c3ccd7be00744 health_score: 100.0 last_checked: 1779033314.01685 v1_locations: - docs/other-awesome-lists.md + addition_method: manual https://github.com/mercedes-benz: content_hash: a04b34401eec33a11c1e003a738246a49b57f80acec13d86bf19df525dda9bd1 description: '' @@ -106395,6 +112769,7 @@ https://github.com/mercedes-benz: v2_locations: - customer.md year: N/A + addition_method: manual https://github.com/mesaguy/ansible-prometheus: content_hash: efb46d04e84840a5308d214788fa66d0a637b4203da5d2f5314c93cd55efcf3b description: '' @@ -106407,6 +112782,7 @@ https://github.com/mesaguy/ansible-prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/meshery-extensions/helm-kanvas-snapshot: ai_summary: An extension designed to capture visual topology snapshots of Helm releases within Meshery. It allows operators to visually audit and document the runtime @@ -106437,6 +112813,7 @@ https://github.com/meshery-extensions/helm-kanvas-snapshot: v2_locations: - helm.md year: '2024' + addition_method: manual https://github.com/meshery/helm-kanvas-snapshot: content_hash: 03f642611aa3dc889876ed0692c9f8e78f5520af3c096b5e3dcef35cec03d76d description: '' @@ -106447,6 +112824,7 @@ https://github.com/meshery/helm-kanvas-snapshot: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://github.com/meshery/meshery: content_hash: cd4ebf9da871537b0d3ffc2d05ab44793bfd89849b298e001673dd14b92c6b02 description: '' @@ -106466,6 +112844,7 @@ https://github.com/meshery/meshery: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/meta-llama/llama-cookbook: content_hash: 9a506b09f9ae40b646a591cdc06a847a5e1df82c9334a751e34140efe24d7790 gh_license: MIT @@ -106481,6 +112860,7 @@ https://github.com/meta-llama/llama-cookbook: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://github.com/meta-llama/llama-recipes: content_hash: 6423d8e1d47758ae119cb6542c51c1f2b7ef747eb2f304e42687c94476ccaa3c description: '' @@ -106491,6 +112871,7 @@ https://github.com/meta-llama/llama-recipes: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://github.com/metacontroller/metacontroller: content_hash: 66dff77e1627257c372099d78b831eea7aedbfb92e68bca397b1eb7627397614 description: '' @@ -106510,6 +112891,7 @@ https://github.com/metacontroller/metacontroller: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/metal3-io/baremetal-operator: content_hash: dc2f6ac22fab9bd359033ba982960057a09f06c69a95781d224a22ce47a2160c description: '' @@ -106529,6 +112911,7 @@ https://github.com/metal3-io/baremetal-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/metal3-io/cluster-api-provider-metal3: content_hash: d05d273e8a89f24a348831ecdb7a1698c275fbc390f908a9bb13411b6183c8a1 description: '' @@ -106548,6 +112931,7 @@ https://github.com/metal3-io/cluster-api-provider-metal3: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/metalbear-co/mirrord: content_hash: 9bc9a02aa13d9f815a7d3934bb95a45da30a8ca80e726129ac4534d5fb209c86 description: '' @@ -106567,6 +112951,7 @@ https://github.com/metalbear-co/mirrord: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://github.com/metaleapca/metaleap-devops-in-k8s/blob/main/metaleap-devops-in-k8s.pdf: content_hash: 6d67ec022fe1cf97f75c294fe5ebd42acb1e143d7e87aff05d2d26bdc9176b3e description: '' @@ -106587,6 +112972,7 @@ https://github.com/metaleapca/metaleap-devops-in-k8s/blob/main/metaleap-devops-i - kubernetes.md - index.md year: N/A + addition_method: manual https://github.com/metaleapca/metaleap-k8s-troubleshooting/blob/main/metaleap-k8s-troubleshooting.pdf: content_hash: a4848dbebd9da7f519e577fd37b483b4cad81b57263bc19c192eaf8fbad4074c description: '' @@ -106607,6 +112993,7 @@ https://github.com/metaleapca/metaleap-k8s-troubleshooting/blob/main/metaleap-k8 - kubernetes-troubleshooting.md - index.md year: N/A + addition_method: manual https://github.com/metallb/metallb: content_hash: 2694a1a92e52f9ae52dcb4614a787c2ebf175487ec0badb7ab5aeb03f84e6f4b gh_license: Apache-2.0 @@ -106615,6 +113002,7 @@ https://github.com/metallb/metallb: needs_ai_refresh: true v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://github.com/metalmatze/slo-libsonnet: content_hash: feb7e878b82aa18caf86c8978295590f8c1d0a649f8de5a841f8e1e99778cede description: '' @@ -106634,6 +113022,7 @@ https://github.com/metalmatze/slo-libsonnet: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/mfornos/awesome-microservices: content_hash: b36ed8b0fc45720da05a239e4a5e188a9ec9940b9552348a44328f2efd40d3d7 description: '' @@ -106654,6 +113043,7 @@ https://github.com/mfornos/awesome-microservices: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/mhausenblas/openshift-cheat-sheet: content_hash: 565bfc583e997bc96494707f3ba13acc7c64c964885f851f134806ae20d3569f description: '' @@ -106673,6 +113063,7 @@ https://github.com/mhausenblas/openshift-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/mhlabs/cfn-diagram: content_hash: 51a543f43e0db426a425bca84b60bfbe5e2f9427f65ac456445ee76b70a72154 description: '' @@ -106689,6 +113080,7 @@ https://github.com/mhlabs/cfn-diagram: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://github.com/mholt/json-to-go: ai_summary: Curator Insight presents json-to-go as a developer productivity tool that instantaneously translates JSON strings into Go struct definitions. Live @@ -106720,6 +113112,7 @@ https://github.com/mholt/json-to-go: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/michaelmsonne/AzureDevOpsBackupTool: content_hash: d46257cdc2f42908b9f224e8bf0d63009c3a64839114bbc3450b144658f1466a description: '' @@ -106739,6 +113132,7 @@ https://github.com/michaelmsonne/AzureDevOpsBackupTool: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/michaelneale/jenkins-ci.org-docker: content_hash: 0fc453b4790903772c2e4c0d5fc37debf0020b089b9d70ebf234438149fd279d description: '' @@ -106755,6 +113149,7 @@ https://github.com/michaelneale/jenkins-ci.org-docker: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/micnncim/kubectl-reap: content_hash: f20753206f631ee679b227835b58f7141bc431f3d1337121e9e697b672d10f42 description: '' @@ -106777,6 +113172,7 @@ https://github.com/micnncim/kubectl-reap: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/micro/go-micro: ai_summary: Curator Insight introduces go-micro as a distributed systems development framework providing key abstractions for microservices. Live Grounding notes its @@ -106809,6 +113205,7 @@ https://github.com/micro/go-micro: v2_locations: - golang.md year: '2025' + addition_method: manual https://github.com/microsoft/ARI: content_hash: c440e8f65441bac17e7077ed37d8b715cc3da6af28c8ea12bba07094f0ad86b0 description: '' @@ -106828,6 +113225,7 @@ https://github.com/microsoft/ARI: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/microsoft/CBL-Mariner: content_hash: b101d0a5a639b3d0bd80e0313053988952cd929fe83e64eab94f0cafd0cc0cfe description: '' @@ -106838,6 +113236,7 @@ https://github.com/microsoft/CBL-Mariner: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://github.com/microsoft/Git-Credential-Manager-Core: content_hash: dd260b672af5cf39e8805dc84d087cb581fe46d4675ed61c72c950ce63769d20 description: '' @@ -106848,6 +113247,7 @@ https://github.com/microsoft/Git-Credential-Manager-Core: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://github.com/microsoft/InnerEye-Gateway: content_hash: d0def205954bbc26b52c7d09dd9e56eecfd17f779210661b45fbd423f79e89ab description: '' @@ -106860,6 +113260,7 @@ https://github.com/microsoft/InnerEye-Gateway: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://github.com/microsoft/ML-For-Beginners: ai_summary: A comprehensive 12-week, 26-lesson curriculum covering classical machine learning using Scikit-learn. Developed by Microsoft, it offers a hands-on, project-based @@ -106892,12 +113293,14 @@ https://github.com/microsoft/ML-For-Beginners: v2_locations: - ai.md year: N/A + addition_method: manual https://github.com/microsoft/NubesGen: content_hash: 10ecaead8e333273e9801fc8824bc58e6328c74017ead38faca6c97307ce3e7e health_score: 100.0 last_checked: 1779030296.357178 v1_locations: - docs/azure.md + addition_method: manual https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md: content_hash: 5ab50b2ef8d914aa337c818226259fd7bc8346878bdd1b8339ce95125f1cce30 description: '' @@ -106917,6 +113320,7 @@ https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/microsoft/azure-devops-mcp: ai_summary: An official Microsoft MCP server repository enabling AI Agents (like Claude or GitHub Copilot) to interact seamlessly with Azure DevOps. Allows agents @@ -106952,6 +113356,7 @@ https://github.com/microsoft/azure-devops-mcp: - azure.md - cicd.md year: N/A + addition_method: manual https://github.com/microsoft/azure-digital-twins-postman-samples: content_hash: 1e7d3b110e64cd78964177357387fa23bcaa96ffab9b98f9ff176eda0af727b9 description: '' @@ -106971,6 +113376,7 @@ https://github.com/microsoft/azure-digital-twins-postman-samples: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/microsoft/azure-pipelines-tasks: content_hash: 089cfad9479f2a09702703f720100c150312ab62961d5cbbd5bb67569e2625e0 description: '' @@ -106990,6 +113396,7 @@ https://github.com/microsoft/azure-pipelines-tasks: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/microsoft/azure-pipelines-yaml: content_hash: fc49a0157eaa8405aeae08f6311f3feef42ccebd3d26f2f3a7de95f1965d442d description: '' @@ -107009,6 +113416,7 @@ https://github.com/microsoft/azure-pipelines-yaml: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/microsoft/azure-pipelines-yaml/blob/master/templates/maven.yml: content_hash: e1e184aad99b517728ded543ad86353301c0186c64e696af498760b29b485580 description: '' @@ -107028,6 +113436,7 @@ https://github.com/microsoft/azure-pipelines-yaml/blob/master/templates/maven.ym v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/microsoft/azure_arc: content_hash: ee9eb187cc724bf6c6a6f48aa2467c7999388b6d26a575a43419ccfb7000c1fc description: '' @@ -107047,6 +113456,7 @@ https://github.com/microsoft/azure_arc: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/microsoft/azurelinux: content_hash: 7b1392a64f515c980e345c83a648e9e6f479fa1f43efe13619bdedf862b140b3 gh_license: MIT @@ -107062,6 +113472,7 @@ https://github.com/microsoft/azurelinux: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://github.com/microsoft/contosotraders-cloudtesting: content_hash: db68f66a08e2354e117180bbad787f1197df03878cfa213bc9aeca290f6ea96a description: '' @@ -107081,6 +113492,7 @@ https://github.com/microsoft/contosotraders-cloudtesting: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/microsoft/dicom-server: content_hash: bda9e920e062fd2085035748c1fd0056e9ad436c45711897a668e4f5ea08d40e description: '' @@ -107093,6 +113505,7 @@ https://github.com/microsoft/dicom-server: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://github.com/microsoft/entraexporter: content_hash: 2f0ffcfeeaaa6b7489563030b937e36b22511a7415f64e42703a6ef22dcb68be description: '' @@ -107116,6 +113529,7 @@ https://github.com/microsoft/entraexporter: - azure.md - devops.md year: N/A + addition_method: manual https://github.com/microsoft/fhir-server: content_hash: 4620f319dc536da8819e87d36d4f7e52c0171ffa1ca36f0dde63a957b885373a description: '' @@ -107128,6 +113542,7 @@ https://github.com/microsoft/fhir-server: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://github.com/microsoft/finops-toolkit: content_hash: c8f11317be8ef904002779b7d610efe0573b8d99bfa1d42be1c7441ec7c4764e description: '' @@ -107147,6 +113562,7 @@ https://github.com/microsoft/finops-toolkit: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/microsoft/mindaro: content_hash: 21fe8346e03b4c4c11ac2d27328a4d90a23ca24628e717e01c8f7d9b6516fbd2 description: '' @@ -107166,6 +113582,7 @@ https://github.com/microsoft/mindaro: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://github.com/microsoft/pyright: content_hash: d44ddd61b0d9e397f6d38865b2ee0782fbc87b6aa2c93edd50a66d8df5639046 description: '' @@ -107185,6 +113602,7 @@ https://github.com/microsoft/pyright: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/microsoft/retina: ai_summary: Microsoft Retina is a highly advanced, eBPF-powered network observability platform for Kubernetes. It aggregates deep network metrics, handles connection @@ -107215,6 +113633,7 @@ https://github.com/microsoft/retina: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://github.com/microsoft/terraform-provider-azuredevops/releases/tag/v1.0.0: content_hash: 061897ab0f9a378e00671946a16c11a1c51580c4d6dcc8b44686e7f4139d4333 description: '' @@ -107234,6 +113653,7 @@ https://github.com/microsoft/terraform-provider-azuredevops/releases/tag/v1.0.0: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/microsoft/vscode-python: content_hash: 7e94ba701595440394a6e1b3c1e4db8bff6585866ff98ba59e19eb6a29b6215a description: '' @@ -107253,6 +113673,7 @@ https://github.com/microsoft/vscode-python: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://github.com/microsoft/winget-cli: content_hash: 6e43e40685a1329aa32bbe74a24ffe73fc73eede3fb7f7ef51a4123c7159c6fb description: '' @@ -107274,6 +113695,7 @@ https://github.com/microsoft/winget-cli: - linux-dev-env.md - azure.md year: N/A + addition_method: manual https://github.com/microsoftgraph/msgraph-sdk-powershell: content_hash: 62408e2106734f6b076d7b7d1c820871d89a95cef3534e4995e3d90ccf283f28 description: '' @@ -107293,6 +113715,7 @@ https://github.com/microsoftgraph/msgraph-sdk-powershell: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/microtica/gitops-resources: content_hash: 4148ee811d6731bb350509b86a0ffa7faf7c005260c8bb17ae5670c6fee26810 description: '' @@ -107310,6 +113733,7 @@ https://github.com/microtica/gitops-resources: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/migtools/crane: content_hash: 8ea4607b6555b5b52d9517623db78772567121df9f7a9174fbef56df9af59fda gh_license: Apache-2.0 @@ -107325,6 +113749,7 @@ https://github.com/migtools/crane: - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://github.com/miguelmota/golang-for-nodejs-developers: ai_summary: A comparison manual translating Node.js practices and architectural paradigms into native Go-based idioms like goroutines, structures, and native @@ -107356,6 +113781,7 @@ https://github.com/miguelmota/golang-for-nodejs-developers: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/mikefarah/yq: content_hash: b7a31327a49b5a01e80f6a8df5f9ddf7f46de3b3333e20339a7f77be44068acd description: '' @@ -107368,6 +113794,7 @@ https://github.com/mikefarah/yq: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/mikefrank-ca/bitbucket-auto-merge: content_hash: 048845a2716b084ad8d0f6c229457fb1c7a4d2f51943eddce3d75bcc08b15ff9 health_score: 100.0 @@ -107380,6 +113807,7 @@ https://github.com/mikefrank-ca/bitbucket-auto-merge: - docs/git.md v2_locations: - git.md + addition_method: manual https://github.com/mikeroyal/Kubernetes-Guide: content_hash: 9944c6f547ac65e1e15ef560dad2ded347b88af42423ade0d25ad781620bb3f1 description: '' @@ -107397,6 +113825,7 @@ https://github.com/mikeroyal/Kubernetes-Guide: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/mikeroyal/Kubernetes-Guide/blob/main/README.md: content_hash: e374d436342b70813c900a5c3f760ad4ee0c5ce2ac6b4b44cd64bdc5d7cfc132 description: '' @@ -107413,6 +113842,7 @@ https://github.com/mikeroyal/Kubernetes-Guide/blob/main/README.md: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/mikeroyal/OpenShift-Guide: content_hash: 974e648a506992164bf1cd5aaec3bded413576db9a558956929be7f413ba9be9 description: '' @@ -107429,6 +113859,7 @@ https://github.com/mikeroyal/OpenShift-Guide: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/mikzuit/fair-job-offer: ai_summary: A simple open-source calculator designed to analyze and evaluate developer employment contracts and job offer structures. The project is currently deprioritized @@ -107459,6 +113890,7 @@ https://github.com/mikzuit/fair-job-offer: v2_locations: - recruitment.md year: N/A + addition_method: manual https://github.com/milanm/DevOps-Roadmap: content_hash: e8bd6c3679a539b713a836931e283891cac944c3ae4309905b61e377fecfc5f4 description: '' @@ -107482,6 +113914,7 @@ https://github.com/milanm/DevOps-Roadmap: - devops.md - iac.md year: N/A + addition_method: manual https://github.com/mineiros-io/terramate: content_hash: 42bd28f835ee1bc496f6489ce7d2ef163baf41ae2061ac27c1f21cc1f4108071 description: '' @@ -107492,6 +113925,7 @@ https://github.com/mineiros-io/terramate: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://github.com/mingrammer/diagrams: content_hash: 55db708ce5d58604dfbdc548af681681a7ed911d8492caf92cb853c01fa398c1 description: '' @@ -107511,12 +113945,14 @@ https://github.com/mingrammer/diagrams: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://github.com/minishift/minishift/releases: content_hash: 3ef77082f7ff5f1e098bea6ae8a7cc430d69b7119b7180e16ddf03da60a4c28c health_score: 100.0 last_checked: 1779031983.385586 v1_locations: - docs/ocp4.md + addition_method: manual https://github.com/ministryofjustice/modernisation-platform/tree/main/architecture-decision-record: ai_summary: The official Architecture Decision Records (ADRs) of the UK Ministry of Justice Modernisation Platform. This repository serves as a world-class case @@ -107549,6 +113985,7 @@ https://github.com/ministryofjustice/modernisation-platform/tree/main/architectu v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://github.com/miracle2k/k8s-snapshots: content_hash: 3d691e1e2bfc6238173f581573e8f2f60773b10969b0536ab617e09aaf0f89eb description: '' @@ -107568,6 +114005,7 @@ https://github.com/miracle2k/k8s-snapshots: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://github.com/mislav/hub: ai_summary: Curator Insight highlights 'hub' as the classic command-line utility wrapping Git to simplify GitHub-specific tasks. Live Grounding verifies that the @@ -107601,6 +114039,7 @@ https://github.com/mislav/hub: v2_locations: - git.md year: '2022' + addition_method: manual https://github.com/mitchellh/terraform-provider-multispace: content_hash: c478a3c341119b111c8eea807005a1e63dc3aee38db483f272f06a8f8adf88af description: '' @@ -107620,6 +114059,7 @@ https://github.com/mitchellh/terraform-provider-multispace: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/mithi/react-philosophies: ai_summary: A curated philosophy repository outlining architectural rules for designing highly maintainable React components. Promotes declarative clean code patterns, @@ -107650,6 +114090,7 @@ https://github.com/mithi/react-philosophies: v2_locations: - javascript.md year: N/A + addition_method: manual https://github.com/mittwald/kube-httpcache: content_hash: 268e6dd1f6d7203d7fe58773ad6fe52dc5e3cee2d2a128765a0f4b589d2912a8 description: '' @@ -107669,6 +114110,7 @@ https://github.com/mittwald/kube-httpcache: v2_locations: - caching.md year: N/A + addition_method: manual https://github.com/mittwald/kubernetes-secret-generator: content_hash: 869a5470f61705d827cd5b5f42047335c8749a867b4e46abc016ae3d2954d67c description: '' @@ -107688,6 +114130,7 @@ https://github.com/mittwald/kubernetes-secret-generator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/mivano/azure-cost-cli: content_hash: 8a986352ce0fcb9452ebb54ae864c000435891c68701348b74e240aac0ab3391 description: '' @@ -107707,6 +114150,7 @@ https://github.com/mivano/azure-cost-cli: v2_locations: - finops.md year: N/A + addition_method: manual https://github.com/miztiik/AWS-Demos: content_hash: bd838b9de61ff01365ffe131b166c40c1bc35ef356113f5cceb23eeb19022f7e description: '' @@ -107723,6 +114167,7 @@ https://github.com/miztiik/AWS-Demos: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/mkubaczyk/helmsman: ai_summary: An advanced tool designed to manage Helm releases declaratively as code. Supporting GitOps principles, Helmsman processes desired state files to automatically @@ -107753,6 +114198,7 @@ https://github.com/mkubaczyk/helmsman: v2_locations: - helm.md year: '2024' + addition_method: manual https://github.com/mlabonne/llm-course: ai_summary: A leading structured course for mastering LLM technology. Covers quantization strategies, LoRA fine-tuning, direct preference optimization (DPO), and advanced @@ -107783,6 +114229,7 @@ https://github.com/mlabonne/llm-course: v2_locations: - ai.md year: N/A + addition_method: manual https://github.com/mlabouardy/grafana-dashboards: content_hash: 02a05b5ebaf5e334f6df5c472087a5415c167625b6791d6c2bce87c95b5d40f2 description: '' @@ -107799,6 +114246,7 @@ https://github.com/mlabouardy/grafana-dashboards: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/mlabouardy/nexus-cli: ai_summary: A custom command-line interface helper for managing Nexus repository clusters, written in Go. The repository is unmaintained with no commit activity @@ -107829,6 +114277,7 @@ https://github.com/mlabouardy/nexus-cli: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/mlrun/mlrun: content_hash: b4762640bf0c7d3885cd5eca6eaef3e2ff68f4c45f7802dcde2797f4e1416598 description: '' @@ -107848,6 +114297,7 @@ https://github.com/mlrun/mlrun: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/mmmmmmpc/forklift-configmap-service: content_hash: fa66c439bd4d117f2d253f28cecbe9089ce09afc9054c652d386726a357e7b93 gh_license: Apache-2.0 @@ -107863,6 +114313,7 @@ https://github.com/mmmmmmpc/forklift-configmap-service: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/moabukar/tech-vault: ai_summary: Curator Insight curates a rich repository containing system design, cheat sheets, and technical books. Live Grounding highlights the repository's @@ -107895,6 +114346,7 @@ https://github.com/moabukar/tech-vault: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://github.com/modelcontextprotocol/servers: ai_summary: 'Curator Insight: Primary collection of production-grade Model Context Protocol (MCP) servers. @@ -107927,6 +114379,7 @@ https://github.com/modelcontextprotocol/servers: v2_locations: - ai-agents-mcp.md year: N/A + addition_method: manual https://github.com/moditect/jfrunit: content_hash: 6bb37b669daadec1c6bd53a9682eb004aa85746e3305e876be052de34b6bfe22 description: '' @@ -107946,6 +114399,7 @@ https://github.com/moditect/jfrunit: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://github.com/mogensen/helm-changelog: ai_summary: A CLI utility designed to automatically assemble neat changelogs for Helm charts by parsing git repository commit history. It simplifies publishing @@ -107978,6 +114432,7 @@ https://github.com/mogensen/helm-changelog: - helm.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/mohanad86/secure-ssh-python: ai_summary: 'A lightweight python-based wrapper designed to manage, secure, and automate SSH connections, preventing session dropouts and hardening connection @@ -108008,6 +114463,7 @@ https://github.com/mohanad86/secure-ssh-python: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/mohatb/kubectl-exec: content_hash: 3549810e43c51fd68757c68486b397cc1ac40a15f3a963f12fe3e4642059274b description: '' @@ -108027,6 +114483,7 @@ https://github.com/mohatb/kubectl-exec: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/monksy/awesome-kafka/blob/master/tools.md: ai_summary: A rich community collection of operational utilities, libraries, and GUI packages optimized for developers and administrators deploying and scaling @@ -108056,6 +114513,7 @@ https://github.com/monksy/awesome-kafka/blob/master/tools.md: - message-queue.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/monodot/pipeline-library-demo: content_hash: 301d62aa31c1b716f393af4152f147d6562e00bee25286f1e1ce4aa58dd656d4 description: '' @@ -108066,6 +114524,7 @@ https://github.com/monodot/pipeline-library-demo: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/moule3053/mck8s: content_hash: b83b59fdec53464c7fd0e7f18aa8edd2c4445f518b3fa4a6f5293f4479e1a4c2 description: '' @@ -108085,6 +114544,7 @@ https://github.com/moule3053/mck8s: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/mozilla/sops: content_hash: 8d6ee771f290b2a6417127c57c2091091c0729a52f006b7eb9e4eae061d70b46 description: '' @@ -108096,6 +114556,7 @@ https://github.com/mozilla/sops: - docs/devsecops.md - docs/terraform.md year: N/A + addition_method: manual https://github.com/mperezco/forklift-configmap-service: content_hash: c04babd3ae496581d3395b0e59eec24b81915748e83275a9bd78461e45d4f427 description: '' @@ -108106,6 +114567,7 @@ https://github.com/mperezco/forklift-configmap-service: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/mramanathan/ansible-harbor: ai_summary: Legacy Ansible playbook for Harbor deployment orchestration. It lacks modern feature updates and is deprecated in favor of Kubernetes-native Helm-based @@ -108134,6 +114596,7 @@ https://github.com/mramanathan/ansible-harbor: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/mrcodedev/frontend-developer-resources: content_hash: 82e43fd6826fa0274e757f16f8ec7473e5d63e8fcdacae064b34d0c23f67d342 description: '' @@ -108153,6 +114616,7 @@ https://github.com/mrcodedev/frontend-developer-resources: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://github.com/msfidelis/kubernetes-with-cri-o: content_hash: 0bb0f81b0d87d0e5fa466db80d253446767bfa6b60d970bd6bd9d3e8dfcb37c6 description: '' @@ -108172,6 +114636,7 @@ https://github.com/msfidelis/kubernetes-with-cri-o: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/mspnp/AzureNamingTool: content_hash: 1b2388251576bb22987c23c4f4678950ee53aa84dc1c01b281688456f9295bb6 description: '' @@ -108191,6 +114656,7 @@ https://github.com/mspnp/AzureNamingTool: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/mudler/LocalAI: ai_summary: 'Curator Insight: A self-hosted, community-first OpenAI-compatible API gateway running on local hardware. @@ -108224,6 +114690,7 @@ https://github.com/mudler/LocalAI: v2_locations: - ai-agents-mcp.md year: '2023' + addition_method: manual https://github.com/mumoshu/helm-x: ai_summary: Helm X is an experimental plugin extending Helm capabilities with enhanced templating features. While originally useful, modern Helm development has rendered @@ -108255,6 +114722,7 @@ https://github.com/mumoshu/helm-x: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/mustafakaya/Azure-Reliability-Checker-Tool: content_hash: a16c1e5a72c844d9a90d03af8e260bdd1f76b5d1fcf482bebd5f3874dc6e53a2 description: '' @@ -108271,6 +114739,7 @@ https://github.com/mustafakaya/Azure-Reliability-Checker-Tool: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/muxinc/certificate-expiry-monitor: content_hash: 2da52fe7422494323339b90394664b4e2013efc9081c24eaa98076ae408f15b7 description: '' @@ -108290,6 +114759,7 @@ https://github.com/muxinc/certificate-expiry-monitor: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/mxschmitt/action-tmate: ai_summary: The definitive tool for debugging failing GitHub Actions runner environments. This action opens an interactive, secure shell (SSH or Web TUI) terminal session @@ -108327,6 +114797,7 @@ https://github.com/mxschmitt/action-tmate: - cicd.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/myspotontheweb/gitops-workloads-demo: ai_summary: 'Curator Insight: Comprehensive demo repository showcasing real-world GitOps workload configurations, structuring apps and infra dependencies. Live @@ -108356,12 +114827,14 @@ https://github.com/myspotontheweb/gitops-workloads-demo: v2_locations: - argo.md year: N/A + addition_method: manual https://github.com/mysticrenji/jenkins-cicd-pipelines: content_hash: e3791be07f4ca26ef2f951ef9473024ff66bd579071a24ee4aa06da97fe91420 health_score: 100.0 last_checked: 1779033735.886375 v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/myugan/awesome-docker-security: content_hash: b5d9c748751ac4faee2853a885e0f5dc8c14b454ee2d1cd27f27b120a317730a description: '' @@ -108382,6 +114855,7 @@ https://github.com/myugan/awesome-docker-security: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/nabsul/k8s-ecr-login-renew: content_hash: ec0eb033f0f22c8ea8ec17ad93b2c9963990348ac57d15b0a004c81c8679c1e5 description: '' @@ -108401,6 +114875,7 @@ https://github.com/nabsul/k8s-ecr-login-renew: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/narendranathreddythota/podtnl: content_hash: ae4419c69e217a0ab294e802da0466c3b6cab971d53a79b7ca18403a7e5bab97 description: '' @@ -108411,6 +114886,7 @@ https://github.com/narendranathreddythota/podtnl: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/naveensilver/Ansible: content_hash: 25fddf953cc62696d495b81fe6724de4cf2eb00b8599c287d2f756215f5cbc89 description: '' @@ -108427,6 +114903,7 @@ https://github.com/naveensilver/Ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/nebuly-ai/nos: content_hash: 7a6f228da00f45465a8acf77d06b0017c8b52427d89875478ff4ac355cf767bb description: '' @@ -108446,6 +114923,7 @@ https://github.com/nebuly-ai/nos: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ned1313/quiz-grader: ai_summary: A lightweight utility engineered to automate the grading and feedback of quizzes and programming assignments. It processes markdown-based inputs to @@ -108478,6 +114956,7 @@ https://github.com/ned1313/quiz-grader: - cheatsheets.md - kubernetes-tutorials.md year: N/A + addition_method: manual https://github.com/neilhwatson/nustuff/blob/master/networking/nmcli.md: description: '' health_score: 80.0 @@ -108491,6 +114970,7 @@ https://github.com/neilhwatson/nustuff/blob/master/networking/nmcli.md: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/nekop/openshift-sandbox/blob/master/docs/command-cheatsheet.md: content_hash: 75e044df81b7bed9fd91ef02bb9be207b8ceb610d282967349bfe44072dfd6b4 description: '' @@ -108507,6 +114987,7 @@ https://github.com/nekop/openshift-sandbox/blob/master/docs/command-cheatsheet.m v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/netbox-community/netbox: content_hash: 0f1e66fb461ee83f1392989b338bde181fb9812c86c38f85e65d8ad48af2edeb description: '' @@ -108527,6 +115008,7 @@ https://github.com/netbox-community/netbox: - networking.md - index.md year: N/A + addition_method: manual https://github.com/netdata/netdata: content_hash: 7c2e4eb471d73f0fa35983fdb4ae04f558d23fa4d4dafba4abda777bca43f610 description: '' @@ -108546,6 +115028,7 @@ https://github.com/netdata/netdata: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/network-automation/toolkit: content_hash: 82fd022722d4983925ce90da609585e464ee489cf3b3b8b1c1d5697ecd106930 gh_license: GPL-3.0 @@ -108561,6 +115044,7 @@ https://github.com/network-automation/toolkit: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/network-automation/tower_workshop: content_hash: a639856389ab34dea1f787a746eb7d1666430d15d2fff87886426435fcc567f3 description: '' @@ -108571,6 +115055,7 @@ https://github.com/network-automation/tower_workshop: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/nevalla/lens-resource-map-extension: ai_summary: A popular visual plugin for Lens that creates dynamic, real-time dependency mappings of all active Kubernetes workloads and networks. @@ -108600,6 +115085,7 @@ https://github.com/nevalla/lens-resource-map-extension: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/nfrankel/jvm-controller: content_hash: 86d14a605f7a6f1deb5f729d64557524b956c232afda79214765cfa84ed57887 description: '' @@ -108616,6 +115102,7 @@ https://github.com/nfrankel/jvm-controller: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/nicholasamorim/ansible-role-harbor: ai_summary: An Ansible role dedicated to provisioning and configuring Harbor. Due to limited recent maintenance, it serves primarily as a reference architecture @@ -108647,6 +115134,7 @@ https://github.com/nicholasamorim/ansible-role-harbor: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/nickjj/wait-until: ai_summary: A lightweight shell script designed to block execution until a specific TCP port or command becomes available. Useful in CI/CD pipelines and Docker Compose @@ -108678,6 +115166,7 @@ https://github.com/nickjj/wait-until: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/nicolai86/github-rebase-bot: content_hash: 8b3832b0d0a702b3805d34bc8ef2a46c961475eab2c8564d0c763ea6cfd2cabf description: '' @@ -108697,6 +115186,7 @@ https://github.com/nicolai86/github-rebase-bot: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/nicolaka/netshoot: content_hash: a5b652e1771c279e4a442b821f61bb5df879ab3538c970409c7fdbe1ad38106c description: '' @@ -108716,6 +115206,7 @@ https://github.com/nicolaka/netshoot: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/nicolargo/glances: content_hash: ffe33048440ce0e5df7761e72bc728efe5f40bd9fdb8dad0a74344c57d9c8a50 description: '' @@ -108735,6 +115226,7 @@ https://github.com/nicolargo/glances: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/nicolgit/azure-firewall-mon: content_hash: 0ef95f6135710ec781595b7c927eb3d1b17ff035a1dd4a3018fa5b7acc12e81d description: '' @@ -108754,6 +115246,7 @@ https://github.com/nicolgit/azure-firewall-mon: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/night-gold/armada: content_hash: 8a69e1403bb39971f9fbd1ca8050328e0abfa5919cfbe8a9a03d9b33cc7dfb84 description: '' @@ -108773,6 +115266,7 @@ https://github.com/night-gold/armada: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/nilic/kubectl-netshoot: content_hash: 39ac4dc4f3af7758724f3338effe47f7ce2f2701ee7f0407b6743f295e30f50e description: '' @@ -108792,6 +115286,7 @@ https://github.com/nilic/kubectl-netshoot: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/ninlil/kubectl-vpa: content_hash: b1c4dd070ac79d3ab34c49144ed2fc89fd242f0e32d1e334016e6484172a803a description: '' @@ -108811,6 +115306,7 @@ https://github.com/ninlil/kubectl-vpa: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://github.com/nirmata/kyverno: content_hash: dbdbdef55b33c6c798a2cfb6c31cb5208c5dc12830a8e55e751a469dfaa02cd5 description: '' @@ -108823,6 +115319,7 @@ https://github.com/nirmata/kyverno: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://github.com/nirops/yakiapp: content_hash: 0803fc16e1c26efda87445a9e8c7900a8bd104c7a64866f63830b9b983de0f65 description: '' @@ -108833,6 +115330,7 @@ https://github.com/nirops/yakiapp: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/nleiva/go-links: content_hash: 3812d15c45585a045dc8de814d5a370204d458b6da5307763f2ee0b05971b318 description: '' @@ -108845,6 +115343,7 @@ https://github.com/nleiva/go-links: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/nmachine-io/kerbi: content_hash: 01e9dc3cec1501013946987b0da92089271ae2782bc3324bbbe2bc7cc44a77d2 description: '' @@ -108855,6 +115354,7 @@ https://github.com/nmachine-io/kerbi: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/nnellans/ado-pipelines-guide: content_hash: fde6a1ad70b76f7c11a6141bc8fd65a02a43c438bfca0c5c7b55b6584fa06796 description: '' @@ -108875,6 +115375,7 @@ https://github.com/nnellans/ado-pipelines-guide: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/nnellans/bicep-guide: content_hash: ebb0f2920c7df43d2b0020249ef100405bd6df203081e0ec7cd35859401ad17a description: '' @@ -108894,6 +115395,7 @@ https://github.com/nnellans/bicep-guide: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/nnrthota/podtnl: content_hash: 53795d4acf19eb4a267da8e85b5ad4409c554f6e7e718bb2b4f05f227b0e728e gh_license: Apache-2.0 @@ -108909,6 +115411,7 @@ https://github.com/nnrthota/podtnl: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/noamraph/tqdm: content_hash: 41c2f53a30f75cf48770de3a2659fa8db7d7b28a4647f28cd12f00bd0a0884cc description: '' @@ -108929,6 +115432,7 @@ https://github.com/noamraph/tqdm: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/nodejs/node: ai_summary: The main development and contribution branch of the Node.js runtime environment. Documents core engine optimizations, engine updates, and runtime @@ -108959,6 +115463,7 @@ https://github.com/nodejs/node: v2_locations: - javascript.md year: N/A + addition_method: manual https://github.com/nokia/danm: content_hash: b7253981d62ef25b497fa7e31f4d42dc3f536fb9ae700a6bb4455cd6070d7c9a description: '' @@ -108978,6 +115483,7 @@ https://github.com/nokia/danm: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://github.com/noobaa/noobaa-core: content_hash: f6530e48f46dee2ed288b260ddaf0d4cc3d96083ae8482741b49cde7b28a1fba gh_license: Apache-2.0 @@ -108987,6 +115493,7 @@ https://github.com/noobaa/noobaa-core: v1_locations: - docs/kubernetes-storage.md - docs/ocp4.md + addition_method: manual https://github.com/norwoodj/helm-docs: ai_summary: The industry standard utility that auto-generates Markdown documentation from Helm chart metadata and variables files. It reads 'values.yaml' schema annotations @@ -109019,6 +115526,7 @@ https://github.com/norwoodj/helm-docs: - helm.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/notaryproject/notary: ai_summary: Notary is an implementation of The Update Framework (TUF) that allows developers to sign and verify container images, establishing cryptographic content @@ -109051,6 +115559,7 @@ https://github.com/notaryproject/notary: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/nsriram/lambda-the-terraform-way: content_hash: 9979adfa4cfc9364c24ec64aaa12365aac429853def9c5674468a72d7531bee9 description: '' @@ -109070,6 +115579,7 @@ https://github.com/nsriram/lambda-the-terraform-way: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/nubenetes/apache-reverse-proxy-jenkins: ai_summary: A historical configuration repository demonstrating how to put Apache behind a Jenkins installation. Due to more than 4 years of inactivity and minimal @@ -109102,6 +115612,7 @@ https://github.com/nubenetes/apache-reverse-proxy-jenkins: v2_locations: - web-servers.md year: '2021' + addition_method: manual https://github.com/nubenetes/awesome-kubernetes/blob/master/pdf/dynatrace_demo.pdf: content_hash: 0c5abd011e582b588a63cec448e6bd6954aa540f09803d0e6974a55af236940c gh_license: Apache-2.0 @@ -109117,6 +115628,7 @@ https://github.com/nubenetes/awesome-kubernetes/blob/master/pdf/dynatrace_demo.p - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://github.com/nubenetes/awesome-kubernetes/tree/master/pdf: content_hash: 96ab9d9cdf618393a9c1c76347504f694c202447d47f0cbc496d511ddbb8c669 gh_license: Apache-2.0 @@ -109125,6 +115637,7 @@ https://github.com/nubenetes/awesome-kubernetes/tree/master/pdf: needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://github.com/nubenetes/awesome-kubernetes/tree/master/scripts: content_hash: 7feff872196d3c745a9af1d5a63047d136de1b99836d1eb41df192beaa218d2e gh_license: Apache-2.0 @@ -109133,6 +115646,7 @@ https://github.com/nubenetes/awesome-kubernetes/tree/master/scripts: needs_ai_refresh: true v1_locations: - docs/demos.md + addition_method: manual https://github.com/nubenetes/confluence6-atlassian: content_hash: ad63d6c9ae797360c1b6af9d5f0c89eaef77d3de760a3d8099f6cb2de5a085b6 health_score: 100.0 @@ -109145,6 +115659,7 @@ https://github.com/nubenetes/confluence6-atlassian: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://github.com/nubenetes/jenkins-CasC-kubernetes-demo: content_hash: 8402b4d85b11e8932946ba3a306ca5f2afbbd30520c2cade11e034476f981bbf gh_license: Apache-2.0 @@ -109160,6 +115675,7 @@ https://github.com/nubenetes/jenkins-CasC-kubernetes-demo: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/nubenetes/nexus3-helm-chart: content_hash: 232f8b5fcd1a7182ad4c8f186823dc46623bc6fb8dfe1c460d1925ff0272fc2b gh_license: Apache-2.0 @@ -109175,6 +115691,7 @@ https://github.com/nubenetes/nexus3-helm-chart: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/nvucinic/kdbg: content_hash: a283739ff6f0a2ba99f63772ad77fa0a0617a733c517b5de2990b3e7c815453a description: '' @@ -109194,6 +115711,7 @@ https://github.com/nvucinic/kdbg: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/oauth2-proxy/oauth2-proxy: ai_summary: A critical piece of cloud-native infrastructure that implements reverse-proxy based authentication via OpenID Connect, OAuth2, or various third-party providers. @@ -109226,6 +115744,7 @@ https://github.com/oauth2-proxy/oauth2-proxy: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/obitech/micro-obs: content_hash: 26b47930bb9946f5a6caed8837af45a9d8ffac1a8e8963e5d256f03ad4e494fd description: '' @@ -109238,6 +115757,7 @@ https://github.com/obitech/micro-obs: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://github.com/obot-platform/obot: content_hash: 97a8c5406165cedd7e6d65733bb9418c368cb35b61fd881703ddf3c49122bc41 gh_license: MIT @@ -109253,6 +115773,7 @@ https://github.com/obot-platform/obot: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/obsidiandynamics/kafdrop: ai_summary: 'Curator Insight: Highly popular, lightweight web UI for monitoring and managing Apache Kafka. Live Grounding: Renders cluster info, brokers, topics, @@ -109287,6 +115808,7 @@ https://github.com/obsidiandynamics/kafdrop: - message-queue.md - monitoring.md year: N/A + addition_method: manual https://github.com/odedia/spring-petclinic-microservices: content_hash: 41f7267441433101f310f4ff1d7e9ba4409aefda911c7d1613d3082625c1aa1c description: '' @@ -109306,6 +115828,7 @@ https://github.com/odedia/spring-petclinic-microservices: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/odigos-io/odigos: content_hash: 7fa766b851bcb6255a859c5e9685e73633a81b9d4415156688c6ddba321a8c85 description: '' @@ -109325,6 +115848,7 @@ https://github.com/odigos-io/odigos: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/odoo/odoo/wiki/Mergebot: content_hash: 5c57d4ce94918a8a910a106646474fa43d25d478ae50629a6e11903bc5bd3b7a description: '' @@ -109344,6 +115868,7 @@ https://github.com/odoo/odoo/wiki/Mergebot: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/ofek/csi-gcs: content_hash: b6cb90159ae67c858da7d684ecf7d33622b9be8cc23a827355f11c57044c80a3 description: '' @@ -109363,6 +115888,7 @@ https://github.com/ofek/csi-gcs: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/oils-for-unix/oils/wiki/Alternative-Shells: ai_summary: An incredible wiki index by the Oils Shell project reviewing alternative modern UNIX shells. It offers critical structural, parsing, and execution evaluations @@ -109393,6 +115919,7 @@ https://github.com/oils-for-unix/oils/wiki/Alternative-Shells: v2_locations: - linux.md year: '2023' + addition_method: manual https://github.com/oilshell/oil/wiki/Alternative-Shells: content_hash: 48d54621cc1c7f324dd50d640cb6c0247759059c8d04299d2140df1e168db171 description: '' @@ -109403,6 +115930,7 @@ https://github.com/oilshell/oil/wiki/Alternative-Shells: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://github.com/okd-community-install: content_hash: ffeb163f05c6ad36068432e5b9f056dac55b984b9e65d5bcb8702971f783e4fb health_score: 100.0 @@ -109410,6 +115938,7 @@ https://github.com/okd-community-install: needs_ai_refresh: true v1_locations: - docs/matrix-table.md + addition_method: manual https://github.com/okd-project/okd/blob/master/README.md: content_hash: 3000a2bbb7025d1fd0e18f8bc53b8ca32509ed6fbe0d38fd2d20dc13be27d196 gh_license: Apache-2.0 @@ -109425,6 +115954,7 @@ https://github.com/okd-project/okd/blob/master/README.md: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://github.com/okelet/awsipinventory: content_hash: 9f1cefefa08fdf447a255bea7dd31a71baf564f7a662109f38eba241cea06a17 description: '' @@ -109441,6 +115971,7 @@ https://github.com/okelet/awsipinventory: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/oleg-nenashev/demo-jenkins-config-as-code/tree/java11-support: content_hash: ce3257c83e0f4f23380aded9538cd6b183990be54a6f119069e64eed36f26c86 description: '' @@ -109461,6 +115992,7 @@ https://github.com/oleg-nenashev/demo-jenkins-config-as-code/tree/java11-support v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/omenking/localstack-gitpod-template: content_hash: 088b258bb3326f3638a51aacb07e3a64eeca90685cacbcc9a02afeb76cd0501c description: '' @@ -109477,6 +116009,7 @@ https://github.com/omenking/localstack-gitpod-template: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://github.com/omerbsezer/Fast-Kubernetes: content_hash: baec4628eca168b32fba925007a299e4cc58320b6e4147986f9b86234a9241c6 description: '' @@ -109496,6 +116029,7 @@ https://github.com/omerbsezer/Fast-Kubernetes: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://github.com/omrikiei/ktunnel: content_hash: 6b40dd6d0b25cf29972cdf63c641fed1c33f8ad438b3502ec5214471f7e36f83 description: '' @@ -109515,12 +116049,14 @@ https://github.com/omrikiei/ktunnel: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ondat/discoblocks: content_hash: 7f3380f729e2ae970f076ffece6454bff249f4cd252098a5db90adac15dda9d8 health_score: 100.0 last_checked: 1779033025.423471 v1_locations: - docs/kubernetes-storage.md + addition_method: manual https://github.com/ondat/trousseau: ai_summary: 'Curator Insight: KMS integration designed to encrypt secrets inside etcd using external key management systems. Live Grounding: This repository is @@ -109552,6 +116088,7 @@ https://github.com/ondat/trousseau: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/one2nc/cloudlens: content_hash: e5a18ffa8a1afc656229b5aab336913bbba16495a676ded5485508e7cb10d289 description: '' @@ -109571,6 +116108,7 @@ https://github.com/one2nc/cloudlens: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/oneconcern/keycloak-gatekeeper: content_hash: 16176d2db4bbdce153dbec0bb936fd04532610c3c0388eda181d826a004e5584 gh_license: Apache-2.0 @@ -109579,6 +116117,7 @@ https://github.com/oneconcern/keycloak-gatekeeper: needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://github.com/onedr0p/cluster-template: content_hash: 8c28167eee89a02650529eaaf6042eef523592dee7871ebcb493627ed3e83597 gh_license: MIT @@ -109594,6 +116133,7 @@ https://github.com/onedr0p/cluster-template: - docs/flux.md v2_locations: - flux.md + addition_method: manual https://github.com/onedr0p/flux-cluster-template: content_hash: 81a46697a7ea3f19272a5c703e6447c0b40cd349f0c012191e230ff981a05bb3 description: '' @@ -109605,6 +116145,7 @@ https://github.com/onedr0p/flux-cluster-template: v1_locations: - docs/flux.md year: N/A + addition_method: manual https://github.com/onurakpolat/awesome-bigdata: content_hash: db58f10575b486bbd4d9a206ae40283cfe8fb1218da2541de0ff816c5c56ca78 description: '' @@ -109615,6 +116156,7 @@ https://github.com/onurakpolat/awesome-bigdata: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/onzack/grafana-dashboards: content_hash: 4f7c5c02ac4fecc3f27b03463252ffef16a80a418d2d41f59a7b9f08fcd7b16d description: '' @@ -109634,6 +116176,7 @@ https://github.com/onzack/grafana-dashboards: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/open-gitops/project: content_hash: c0217b105dac5fd9dfe940b449c11b4b467f0b239842d40fdbddee14d768758b description: '' @@ -109653,6 +116196,7 @@ https://github.com/open-gitops/project: v2_locations: - gitops.md year: N/A + addition_method: manual https://github.com/open-guides/og-aws: content_hash: 7c5c1774fa8ede5e446d9f7a157fb6d88930807f3b38cf71d7de94fb1419a61d description: '' @@ -109672,6 +116216,7 @@ https://github.com/open-guides/og-aws: v2_locations: - aws.md year: N/A + addition_method: manual https://github.com/open-policy-agent/awesome-opa: content_hash: d341fbb1a2e486e001a1c367772e019e97c29eafea0154dc6675a571a069b4ac gh_license: CC0-1.0 @@ -109688,6 +116233,7 @@ https://github.com/open-policy-agent/awesome-opa: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://github.com/open-policy-agent/conftest: content_hash: 1e9db80ce98f857589fd525d44e57cae8e6c6a52a4e4f615fe6f364e1fcb66a8 description: '' @@ -109707,6 +116253,7 @@ https://github.com/open-policy-agent/conftest: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/open-policy-agent/contrib/tree/main/wasm/cloudflare-worker: content_hash: 413a832b1e286deabce0c775c6b431b7e58ab81a3d0541da571a8963f44817e5 gh_license: Apache-2.0 @@ -109722,6 +116269,7 @@ https://github.com/open-policy-agent/contrib/tree/main/wasm/cloudflare-worker: - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://github.com/open-policy-agent/contrib/tree/master/wasm/cloudflare-worker: content_hash: 0c89085cacde1bb274917c442cf40c10e9b9a0fff95aabdb1563db0943b885e5 description: '' @@ -109732,6 +116280,7 @@ https://github.com/open-policy-agent/contrib/tree/master/wasm/cloudflare-worker: v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://github.com/open-policy-agent/gatekeeper: content_hash: 40520569d9b4fe30f20da47e59d6dbec2a89cf1120e170372d26e63fdaff68b2 description: '' @@ -109745,6 +116294,7 @@ https://github.com/open-policy-agent/gatekeeper: - docs/devsecops.md - docs/kubernetes.md year: N/A + addition_method: manual https://github.com/open-telemetry/opentelemetry-collector: content_hash: a15de225b124e458d662e76b1550de0a28eeaf35f49b4ec61986b284025556de description: '' @@ -109766,6 +116316,7 @@ https://github.com/open-telemetry/opentelemetry-collector: - prometheus.md - monitoring.md year: N/A + addition_method: manual https://github.com/open-telemetry/opentelemetry-operator: content_hash: a92223b4bd579e0fb66efd2a16f382605d58760d6e2a500df530201718cc2437 description: '' @@ -109787,6 +116338,7 @@ https://github.com/open-telemetry/opentelemetry-operator: - monitoring.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/open-telemetry/opentelemetry-specification: content_hash: 475a220b664651a91dd6614686984e5ef874392779c47903b95e67c26ac1f4a8 gh_license: Apache-2.0 @@ -109795,6 +116347,7 @@ https://github.com/open-telemetry/opentelemetry-specification: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/openai/openai-cookbook: ai_summary: The ultimate repository of code recipes, integration patterns, and best practices from OpenAI. Details programmatic strategies for structured JSON output, @@ -109825,6 +116378,7 @@ https://github.com/openai/openai-cookbook: v2_locations: - ai.md year: N/A + addition_method: manual https://github.com/openappsec/openappsec: ai_summary: An open-source, machine-learning-driven security controller securing microservice APIs and applications. Uses contextual data analysis rather than @@ -109855,6 +116409,7 @@ https://github.com/openappsec/openappsec: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/openclarity/kubeclarity: content_hash: d8b978c668b95a903cb31a3c919dace8389a764b3c4daf9daa4c4f735229145f description: '' @@ -109874,6 +116429,7 @@ https://github.com/openclarity/kubeclarity: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/openclarity/openclarity: content_hash: 297bfb53e583450a137fc143234c479cc63148ddb5924d907d541db8b039a95c gh_license: Apache-2.0 @@ -109889,6 +116445,7 @@ https://github.com/openclarity/openclarity: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/opencontainers/runc: content_hash: a196ee871c63e30d8a70f7e01fa08ea26980e4a8825fee40c252a2f56fb7db8b description: '' @@ -109908,6 +116465,7 @@ https://github.com/opencontainers/runc: v2_locations: - container-managers.md year: N/A + addition_method: manual https://github.com/opencontrolplane: content_hash: dac3465cb1ad1f1e851b439741e847967989dda20b46c566c2853d367d5de5b5 description: '' @@ -109924,6 +116482,7 @@ https://github.com/opencontrolplane: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/opencost/opencost: content_hash: 4598a838903d845558a3e55f9d10b1029b7e16e17972aa0fdd10f5c4ef8ad2f8 gh_license: Apache-2.0 @@ -109939,6 +116498,7 @@ https://github.com/opencost/opencost: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://github.com/openebs/dynamic-localpv-provisioner: content_hash: 509b686895fc7da45e0358273d1359ba5d99b2f96271b4573d52d809688ff8b8 description: '' @@ -109959,6 +116519,7 @@ https://github.com/openebs/dynamic-localpv-provisioner: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/openebs/lvm-localpv: content_hash: 46631ca34a12f775c4ebe3e2f8d608fd2d6367abe5d895ddce7a7a54646c9fae description: '' @@ -109978,6 +116539,7 @@ https://github.com/openebs/lvm-localpv: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/openebs/zfs-localpv: content_hash: 3bdf214e5256365fe94ae14052f0669d7ae87822da48188dec2fc0b6c82c7ac5 description: '' @@ -109997,6 +116559,7 @@ https://github.com/openebs/zfs-localpv: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/openkruise/kruise: content_hash: eaba940bd1b6e68e0913438c17e17c22b1a06b9d87dd685994f4b7b66a50e56d description: '' @@ -110016,6 +116579,7 @@ https://github.com/openkruise/kruise: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/openliberty: content_hash: e48a338ebb969cc42692c5f6a42963909edc8bd4912923c0f6d13884c0dce970 description: '' @@ -110032,6 +116596,7 @@ https://github.com/openliberty: v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://github.com/openobserve/debug-container: content_hash: 8ca8fadadb051b435ef3b7150dacd7d2dfc3d2d104e8d59e46b9b4d3ed006e96 description: '' @@ -110051,6 +116616,7 @@ https://github.com/openobserve/debug-container: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/openops-cloud/openops: ai_summary: An open-source, no-code FinOps platform that leverages artificial intelligence to autonomously optimize cloud infrastructure costs. Integrates cloud budget controls @@ -110085,6 +116651,7 @@ https://github.com/openops-cloud/openops: - finops.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/openpitrix/openpitrix: content_hash: 0c7d07acd0775851570c044b6c5ff53fedc45ab70a65d47f30b55aee5ac298df description: '' @@ -110104,6 +116671,7 @@ https://github.com/openpitrix/openpitrix: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/openshift-labs: content_hash: 277fd59fb071515ece32396693e60c030b8b58fe03b1f27518b00cbf266080a7 description: '' @@ -110120,6 +116688,7 @@ https://github.com/openshift-labs: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/openshift/community/blob/master/ROADMAP.md: content_hash: 5953a0299d4d3e63e9700edc9496a215489272f55d42120c92261cdb1125b46f description: '' @@ -110136,6 +116705,7 @@ https://github.com/openshift/community/blob/master/ROADMAP.md: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/openshift/console: ai_summary: Enterprise-grade web console serving as the official administrative dashboard for OpenShift, complete with rich visualization tools for platform operators @@ -110166,6 +116736,7 @@ https://github.com/openshift/console: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/openshift/hive: content_hash: df93789d6bb15ac8334cc2a9714c3b38174913286174172a90020c1b287bcd75 description: '' @@ -110185,6 +116756,7 @@ https://github.com/openshift/hive: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/openshift/hypershift: content_hash: a2182f90a6aa5def9fbd0a5ed73845dd794ce5648efbbe85bd93bb6ff4099cc7 description: '' @@ -110204,6 +116776,7 @@ https://github.com/openshift/hypershift: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/openshift/installer: content_hash: 0fca28d8dcaceb15cfed04b53519159e846b2ecf15d2c297d7bcf9298ab97cc5 description: '' @@ -110225,6 +116798,7 @@ https://github.com/openshift/installer: - openshift.md - ocp4.md year: N/A + addition_method: manual https://github.com/openshift/installer/blob/main/docs/user/aws/README.md: content_hash: 26cfbf4e2965b9721356c3f494cf99f2e5629e7680fdedfd2766663b397756f2 gh_license: Apache-2.0 @@ -110242,6 +116816,7 @@ https://github.com/openshift/installer/blob/main/docs/user/aws/README.md: v2_locations: - ocp4.md - openshift.md + addition_method: manual https://github.com/openshift/installer/blob/master/docs/user/aws/README.md: content_hash: 631b99a562e64c931cc2797121a798dbe242c3b665439f0aee87c2ba221adb5e description: '' @@ -110253,6 +116828,7 @@ https://github.com/openshift/installer/blob/master/docs/user/aws/README.md: - docs/ocp4.md - docs/openshift.md year: N/A + addition_method: manual https://github.com/openshift/jenkins: ai_summary: Base image definition and custom wrappers designed to run stable Jenkins instances natively within OpenShift v3 clusters. Optimizes master-agent lifecycles, @@ -110284,6 +116860,7 @@ https://github.com/openshift/jenkins: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://github.com/openshift/machine-api-operator: content_hash: 515f47e6404755a963221739e6f9d04ad2b3b08cc7d216845739e0ad502c5c5e description: '' @@ -110303,6 +116880,7 @@ https://github.com/openshift/machine-api-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/openshift/machine-api-operator/tree/main: content_hash: e8152960fc13796a3153a931a02f282a1a97820e8f4f516e800ad54d054d34f0 gh_license: Apache-2.0 @@ -110318,6 +116896,7 @@ https://github.com/openshift/machine-api-operator/tree/main: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://github.com/openshift/machine-api-operator/tree/master: content_hash: 515f47e6404755a963221739e6f9d04ad2b3b08cc7d216845739e0ad502c5c5e description: '' @@ -110328,6 +116907,7 @@ https://github.com/openshift/machine-api-operator/tree/master: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://github.com/openshift/multus-cni: content_hash: 125bf32e0a046ca158d2ca69131173672d2bb4f006209bd612dde55562f0e24f description: '' @@ -110341,12 +116921,14 @@ https://github.com/openshift/multus-cni: - docs/kubernetes-networking.md - docs/ocp4.md year: N/A + addition_method: manual https://github.com/openshift/ocs-operator: content_hash: b1638b0d3a8803d30466a01cb985c1ced8202b9591cf3fb194ce189ac540032b health_score: 100.0 last_checked: 1779031256.06712 v1_locations: - docs/ocp4.md + addition_method: manual https://github.com/openshift/okd/blob/master/README.md: content_hash: 22515b9fe2aa4c0b4fbf7240f35a1414fbb05dfbb53d2ca02cf2cb7d2122b744 description: '' @@ -110357,6 +116939,7 @@ https://github.com/openshift/okd/blob/master/README.md: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://github.com/openshift/origin: content_hash: df93e974d2779e81f267816b1d92587bfec4dc0a12f81ec310c1f1c18d1f168b description: '' @@ -110376,6 +116959,7 @@ https://github.com/openshift/origin: v2_locations: - openshift.md year: N/A + addition_method: manual https://github.com/openshift/origin/tree/main/examples/jenkins/pipeline: ai_summary: Repository detailing baseline code configurations, sample pipelines, and deployment manifests engineered to execute scripted Jenkins procedures inside @@ -110408,6 +116992,7 @@ https://github.com/openshift/origin/tree/main/examples/jenkins/pipeline: - openshift-pipelines.md - demos.md year: '2018' + addition_method: manual https://github.com/openshift/origin/tree/master/examples/jenkins/pipeline: content_hash: 52b4ede50a0afaf09725ce77a26b3faa3af685d6ecf2601b26bb2bbe6380be9d description: '' @@ -110420,6 +117005,7 @@ https://github.com/openshift/origin/tree/master/examples/jenkins/pipeline: - docs/demos.md - docs/openshift-pipelines.md year: N/A + addition_method: manual https://github.com/openshift/origin/tree/release-3.11/examples/prometheus: content_hash: f0d31f603b09e9762fe06a7861d566457ea8a235d6f52157d15b87294cb44e4b gh_license: Apache-2.0 @@ -110428,6 +117014,7 @@ https://github.com/openshift/origin/tree/release-3.11/examples/prometheus: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/openshift/pipelines-catalog: content_hash: c77eedaaa65b30cb438c5862c71bd883e10486fc3c23a80756559bcf06ae2e29 description: '' @@ -110447,6 +117034,7 @@ https://github.com/openshift/pipelines-catalog: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/openshift/pipelines-tutorial: ai_summary: 'Curator Insight: The primary repository used for training developers on utilizing Tekton triggers and tasks in OpenShift. @@ -110483,6 +117071,7 @@ https://github.com/openshift/pipelines-tutorial: - openshift-pipelines.md - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/openshift/source-to-image: content_hash: 7df527843afee05828af011c3a1e69145d9bb0af43900bee2d8fc4998423231e description: '' @@ -110502,6 +117091,7 @@ https://github.com/openshift/source-to-image: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/openshift/tektoncd-pipeline-operator: content_hash: acd3779dc23965c3d9c1ec3683091aea1dabcfaf4510ee63f878744d4e77c8e0 description: '' @@ -110521,6 +117111,7 @@ https://github.com/openshift/tektoncd-pipeline-operator: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/openshift/training: content_hash: 0b80a7f1bd28202d2457c924eae2a281159d2a885821a1f5049db1c12fa4cf4f description: '' @@ -110537,6 +117128,7 @@ https://github.com/openshift/training: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/openshiftdemos: content_hash: 826418343f085ab7d6f38f30f9b2002d7fa0f8ead77b0fbdcc8b0f3ee8d90c8d description: '' @@ -110553,6 +117145,7 @@ https://github.com/openshiftdemos: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/operator-framework/operator-lifecycle-manager: content_hash: e15c159226235edaf4920381f5668cf85ef306916d706a5af48be3cef99a31e2 description: '' @@ -110574,6 +117167,7 @@ https://github.com/operator-framework/operator-lifecycle-manager: - ocp4.md - kubernetes.md year: N/A + addition_method: manual https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/architecture.md: content_hash: 1c5886993c1a8c5860ce22c2b9355708c3d0e6f6d951f379a31d85358fe03b77 description: '' @@ -110593,6 +117187,7 @@ https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/philosophy.md: content_hash: cbb9f40ed476b5c790577085144a4ea1c5449d8f4023d37f1ddd39bc68bbf09a description: '' @@ -110605,6 +117200,7 @@ https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://github.com/opsgenie/kubernetes-event-exporter: content_hash: 71f1ee49ef92f963a834109f8d8b0f4797df82c6621325cd941db2725d3902d6 description: '' @@ -110624,6 +117220,7 @@ https://github.com/opsgenie/kubernetes-event-exporter: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/opstree/Opstree-Go-WebApp: content_hash: f8c35089a0a1b337e15f057a06fbdedffb63a9c1b4755f24a7add1bd50eb9695 description: '' @@ -110636,6 +117233,7 @@ https://github.com/opstree/Opstree-Go-WebApp: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://github.com/opstree/dynamic-pv-scaler: content_hash: e2140b4ba94ad9fad622b9a6c739e9be384e6e8a1534f8f98ecfba13b4a693bc description: '' @@ -110655,6 +117253,7 @@ https://github.com/opstree/dynamic-pv-scaler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/oracle: ai_summary: The primary open-source hub for Oracle's cloud-native integrations. Hosts projects like OCI Cloud Controller Manager, CSI plugins, and deployment @@ -110682,6 +117281,7 @@ https://github.com/oracle: v2_locations: - oraclecloud.md year: N/A + addition_method: manual https://github.com/orangetw/awesome-jenkins-rce-2019: content_hash: 4a4386a72d87cfd4b5cd0fe5ecefeb5310041ba0209b0494cf7c13f5c4729e77 description: '' @@ -110700,6 +117300,7 @@ https://github.com/orangetw/awesome-jenkins-rce-2019: - jenkins.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/oravirt/ansible-oracle: content_hash: dfcb719ee7f7befba89bad1f1dce4e19047300c983042c0604880a935f892181 description: '' @@ -110719,6 +117320,7 @@ https://github.com/oravirt/ansible-oracle: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/oravirt/ansible-oracle-modules: content_hash: a7d25942768a0cfc465f3c42ba5097dfe0540f34c5cd6bc45f534f7662b8de07 description: '' @@ -110738,12 +117340,14 @@ https://github.com/oravirt/ansible-oracle-modules: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/orchest/orchest: content_hash: 0171a22d94370468f2d7b755ee28c599bad8983b6be18ab001c625e2c8fdce4c health_score: 100.0 last_checked: 1779030190.065145 v1_locations: - docs/python.md + addition_method: manual https://github.com/orgrim/pg_back: content_hash: 91a1cba9bd6587d7ffaa3205eab16d71114aa9fac1ab6ad4b77fef82eeb84571 description: '' @@ -110763,6 +117367,7 @@ https://github.com/orgrim/pg_back: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/ori-edge/k8s_gateway: content_hash: 577fe5882fe8d78a2459f556e5fd8f4398a9f2a3d9b3cbf55e8befb9609d226c description: '' @@ -110782,6 +117387,7 @@ https://github.com/ori-edge/k8s_gateway: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ory/dockertest: content_hash: cf7693ee5b38a354ce65499a642e372ad94bb00e08b1cb05786f933943fa83c1 description: '' @@ -110801,6 +117407,7 @@ https://github.com/ory/dockertest: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/osa-ora/camel-k-samples: ai_summary: A curated collection of practical code templates and sample deployment topologies demonstrating Camel K in action. Covers integrations with relational @@ -110829,6 +117436,7 @@ https://github.com/osa-ora/camel-k-samples: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/oscp/awesome-openshift3: content_hash: 94ebb0f439bd9cfb936822b86c7258a6ee083695dd15900fdc93236f58cede38 description: '' @@ -110850,6 +117458,7 @@ https://github.com/oscp/awesome-openshift3: - openshift.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/oslabs-beta/ClusterWatch: content_hash: 188cd63017c515f6412f94bbb81052b806d9dc4be7dcf795f3c6e47187929ba9 description: '' @@ -110869,6 +117478,7 @@ https://github.com/oslabs-beta/ClusterWatch: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/oslabs-beta/Ekkremis: content_hash: 8f659a4cfaa378e9efe4c0ed3a5071b941c9e9a275e151ee6d13e9d1bb93c121 description: '' @@ -110888,6 +117498,7 @@ https://github.com/oslabs-beta/Ekkremis: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/oslabs-beta/KUR8: content_hash: 7d3aa6d9a1865ea1d167f9bd086f8b6dc81d0389d73db0567708173012e4e54f description: '' @@ -110907,6 +117518,7 @@ https://github.com/oslabs-beta/KUR8: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/oslabs-beta/KubernOcular: content_hash: 5fa720c2cad2ec58a75b4f5a51deac59ca22f0373967a1d99f4e563062220273 gh_license: MPL-2.0 @@ -110922,6 +117534,7 @@ https://github.com/oslabs-beta/KubernOcular: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/oslabs-beta/OdinsEye: content_hash: e0890d7c6122d8a75adfe89fa0b2c5ea5db398548fd62ab83f4d3f9de63c0be5 description: '' @@ -110938,6 +117551,7 @@ https://github.com/oslabs-beta/OdinsEye: v2_locations: - nosql.md year: N/A + addition_method: manual https://github.com/oslabs-beta/Palaemon: content_hash: 200690cb187a24f6c9797a24d7cad967bb2aaf977a18e4fb8fae89f56bc9ae9f description: '' @@ -110957,6 +117571,7 @@ https://github.com/oslabs-beta/Palaemon: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/oslabs-beta/kubermetrics: content_hash: 215826ed4fb3db04a70fb76a736cdafc1bfeccfb05d18b17c9f923567dbf6aea description: '' @@ -110973,12 +117588,14 @@ https://github.com/oslabs-beta/kubermetrics: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/oslabs-beta/neptune: content_hash: 05adedf7d5649bbe90fd7bca5aa8952baf29afbb2244f87e87ba9d4889f611e7 health_score: 100.0 last_checked: 1779031511.108241 v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://github.com/oslabs-beta/oslabs: content_hash: 70546792d7b6adc1b1db544a9aa96817a98658477858a863647459533e0a11e4 description: '' @@ -110989,6 +117606,7 @@ https://github.com/oslabs-beta/oslabs: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/osquery/osquery: content_hash: d9ef4b2cad506becb381fe7af032227e534de1c56b9b995eaf6f5ac8efe2a1b5 description: '' @@ -111008,6 +117626,7 @@ https://github.com/osquery/osquery: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/oxnr/awesome-bigdata: content_hash: 4552c3d5e223505717dfb386b8f032d850534044432e76ce9768c4e8b076bd64 gh_license: MIT @@ -111024,6 +117643,7 @@ https://github.com/oxnr/awesome-bigdata: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://github.com/ozbillwang/terraform-best-practices: content_hash: 2d0ec5a3ac2a2ef39f882d759c75efe4e38a9a939282a7b1bd249d791024a853 description: '' @@ -111040,6 +117660,7 @@ https://github.com/ozbillwang/terraform-best-practices: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/pabpereza/containers-best-practices: content_hash: 4dfa0ad15ee0933e81a9049b2a4e0fa53056fa3a9aff84a9ed03b5c360d05180 health_score: 100.0 @@ -111052,6 +117673,7 @@ https://github.com/pabpereza/containers-best-practices: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://github.com/pabpereza/curated-dockerfiles-examples: content_hash: 6ab2f20ab9d370019bac48f7c2e14ccbb9d9c2c24f36dc95c5038fe94bfad72d description: '' @@ -111062,6 +117684,7 @@ https://github.com/pabpereza/curated-dockerfiles-examples: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://github.com/palantir/bulldozer: content_hash: ac1ad64109418f0591257c3ad7348bced74ce36bc4771eb491de368515255fcb description: '' @@ -111081,6 +117704,7 @@ https://github.com/palantir/bulldozer: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/palark/awesome-devops-telegram: content_hash: 30072b347a40e25af6b8ff17125dc710f9b1effa8f9d2409746cd31d5af6464f description: '' @@ -111098,6 +117722,7 @@ https://github.com/palark/awesome-devops-telegram: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/paliimx/Data-Structures-and-Algorithms: content_hash: aba8ef44d0d0bf757f3b76b8166af33db8d73d477997e4455e54311b41d235fe description: '' @@ -111108,6 +117733,7 @@ https://github.com/paliimx/Data-Structures-and-Algorithms: v1_locations: - docs/golang.md year: N/A + addition_method: manual https://github.com/pallets/jinja: content_hash: 1e9cd4f86c4b8785e7f2c2e0689e64aef756e7ab90883972379d5f1f0081536b description: '' @@ -111129,6 +117755,7 @@ https://github.com/pallets/jinja: - ansible.md - about.md year: N/A + addition_method: manual https://github.com/pan-net-security/kcount: content_hash: 0e6bc89653f778805e84ba395fa18286d3549f53651fb36c387b3d278c52cd3b description: '' @@ -111145,6 +117772,7 @@ https://github.com/pan-net-security/kcount: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/panjf2000/gnet: ai_summary: Curator Insight highlights gnet as a high-performance, non-blocking, event-driven networking library built on top of epoll/kqueue. Live Grounding showcases @@ -111176,6 +117804,7 @@ https://github.com/panjf2000/gnet: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/paragpallavsingh/90DaysOfDevOps: content_hash: 149febf3d9b400a5a37973f6a1ce251f2edb4734defb191c268a298c01ba33ee description: '' @@ -111195,6 +117824,7 @@ https://github.com/paragpallavsingh/90DaysOfDevOps: v2_locations: - devops.md year: N/A + addition_method: manual https://github.com/paragpallavsingh/90DaysOfDevOps/blob/master/submission/day21/README.md: content_hash: bd0434b4f67197d16cb10dd6a4a6983b094d67300836941530c9894310032325 description: '' @@ -111215,12 +117845,14 @@ https://github.com/paragpallavsingh/90DaysOfDevOps/blob/master/submission/day21/ v2_locations: - devops.md year: N/A + addition_method: manual https://github.com/paralus/paralus: content_hash: 7820d8be5aed032c58102323a5d484698de3650773508931b4dd4bd44bd52e89 health_score: 100.0 last_checked: 1779029148.067804 v1_locations: - docs/kubernetes-security.md + addition_method: manual https://github.com/particledecay/kconf: content_hash: a1f5769fe0ccb9565fb6cdf5c0f69e47c2416a7a535486b6cbbe209cd21346c3 description: '' @@ -111240,6 +117872,7 @@ https://github.com/particledecay/kconf: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/patelh/kafka-manager: content_hash: 2d333694949a6cb951ee8f2f71f29b5c6b182ce8285c8b119e38ad7c628d9bd0 gh_license: Apache-2.0 @@ -111248,6 +117881,7 @@ https://github.com/patelh/kafka-manager: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/patrickdappollonio/kubectl-slice: content_hash: 414bf0b4a60daf407d27f053f71dd1654e926369befa68bf5bfc877e2fe3e1b3 description: '' @@ -111267,6 +117901,7 @@ https://github.com/patrickdappollonio/kubectl-slice: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/patrickdappollonio/tabloid: content_hash: eaf7f45e7d7e75ef950f109ede0daa43f3c77058b27b6691606af1c1f7aa474a description: '' @@ -111286,6 +117921,7 @@ https://github.com/patrickdappollonio/tabloid: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/patroni/patroni: content_hash: 9c970a4db461c765d7ff1a10eb4fdb4bc57d55e171c18a8a5e34e429bc3c85f4 gh_license: MIT @@ -111301,6 +117937,7 @@ https://github.com/patroni/patroni: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://github.com/paulczar/k8s-spring-petclinic: content_hash: 849b61264ab85493e5d5741dac02e95c26d56f898c142920fcc725b2cb61af44 description: '' @@ -111317,6 +117954,7 @@ https://github.com/paulczar/k8s-spring-petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/pditommaso/awesome-pipeline: content_hash: d42397ae3c2b2843e13aaa9b9c77d0bcc0e2682558bb41aba1b192f767288f74 description: '' @@ -111334,6 +117972,7 @@ https://github.com/pditommaso/awesome-pipeline: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/pelotech/jsonnet-controller: content_hash: 8755a3a0ec2363b794692744fec46514db17640ab30292b94391d140c1962a2f description: '' @@ -111353,6 +117992,7 @@ https://github.com/pelotech/jsonnet-controller: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/percona/grafana-dashboards: content_hash: 3d0013e69dcb8c3465e6e597603ea57278b4fd858c317a3ce79429448a7888a4 description: '' @@ -111373,6 +118013,7 @@ https://github.com/percona/grafana-dashboards: v2_locations: - grafana.md year: N/A + addition_method: manual https://github.com/percona/pg_stat_monitor: content_hash: 5976374d675013742110ad47085adbc39499251dac209362ce08e22bb7938b9d description: '' @@ -111392,6 +118033,7 @@ https://github.com/percona/pg_stat_monitor: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/pfnet-research/k8s-cluster-simulator: content_hash: 7493b7284b8ae9449d4069df5586b8bedba4871650d03af765099379c2baab97 description: '' @@ -111411,6 +118053,7 @@ https://github.com/pfnet-research/k8s-cluster-simulator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/pie-r/terragrunt-vs-terraspace: content_hash: eb4956f8fdddaef7dda3b2c31de2b17b46878bbbfc31274ea28c4141a0de8530 description: '' @@ -111430,6 +118073,7 @@ https://github.com/pie-r/terragrunt-vs-terraspace: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/pieterlange/kube-backup: content_hash: c4730bccb12307f10f91f301f95658caf5623cbdfdd2c26232d6b384e92c4f37 description: '' @@ -111449,6 +118093,7 @@ https://github.com/pieterlange/kube-backup: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://github.com/pingcap/chaos-mesh: content_hash: dda04b09c01fae29e8fd45959bbd630e73f4e1333799a464731c56bbd42e7e70 description: '' @@ -111459,6 +118104,7 @@ https://github.com/pingcap/chaos-mesh: v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://github.com/piomin/sample-quarkus-serverless-kafka: content_hash: b53f3eae818c81e02e6a0b94b7488d51e308c34cf1065c23ddc170eb55ac770c description: '' @@ -111475,6 +118121,7 @@ https://github.com/piomin/sample-quarkus-serverless-kafka: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/piomin/sample-spring-microservices-kubernetes: content_hash: 7b68084321c423fc979d94581cc5f399666ec7b22c6688efac456f1f89a564ca description: '' @@ -111492,6 +118139,7 @@ https://github.com/piomin/sample-spring-microservices-kubernetes: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/piomin/sample-spring-microservices-new: content_hash: 3c77783716bdba0c1ad4ebc032a24ee895081a1ef6f86cb4d9e320a0b7cdf591 description: '' @@ -111509,6 +118157,7 @@ https://github.com/piomin/sample-spring-microservices-new: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/piomin/spring-boot-logging: content_hash: f61078163caa86c3273795e77cf5f09599e22484f19d530c757cfa4cd9e40165 description: '' @@ -111528,6 +118177,7 @@ https://github.com/piomin/spring-boot-logging: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://github.com/pipe-cd/pipe: content_hash: ed2b7808a49a0f3c8dea8754e402794d99da8842b985f2cf42574a98a94effd6 description: '' @@ -111538,6 +118188,7 @@ https://github.com/pipe-cd/pipe: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/pipe-cd/pipecd: content_hash: 7548fa0a7672db1a06711bdb742402e633225ad252e3b8752d327967162f2dfe gh_license: Apache-2.0 @@ -111553,6 +118204,7 @@ https://github.com/pipe-cd/pipecd: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/pixie-io/pixie: content_hash: 02266d95e66c012c7eb772198747f3995b13c271ca458ee0d64ccdf96261d227 description: '' @@ -111572,6 +118224,7 @@ https://github.com/pixie-io/pixie: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/pixie-labs/pixie: content_hash: 02266d95e66c012c7eb772198747f3995b13c271ca458ee0d64ccdf96261d227 description: '' @@ -111582,6 +118235,7 @@ https://github.com/pixie-labs/pixie: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/planetlabs/draino: content_hash: 0485308739e80d5fb7808efac66cf10e177a4850228fcab70768d089b19ac39a description: '' @@ -111601,6 +118255,7 @@ https://github.com/planetlabs/draino: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/plexsystems/konstraint: content_hash: 67a94b5d308b5159a68246516d1ddff3a5de1ae0d3560b49dd554411fe82eee4 description: '' @@ -111620,6 +118275,7 @@ https://github.com/plexsystems/konstraint: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/plexsystems/sinker: content_hash: f7dacf65025e43daa871debccfd55ef08dfb3c1ee67db9f835119185970fadf9 description: '' @@ -111639,6 +118295,7 @@ https://github.com/plexsystems/sinker: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/polarpoint-io/groovy-jenkins-pipelines/blob/master/jobs/parameterisedPipelines.groovy: content_hash: 13f515a8fbdb8c2673cac406bb85dde5012f2f6a9e0b8cd98bc9ff64a83e7da3 description: '' @@ -111651,6 +118308,7 @@ https://github.com/polarpoint-io/groovy-jenkins-pipelines/blob/master/jobs/param - docs/demos.md - docs/jenkins.md year: N/A + addition_method: manual https://github.com/policy-hub/policy-hub-cli: content_hash: e7d03b6dc3bdca8813c7ed6d170de04155ccd3bda901b65d4239ecf579068793 description: '' @@ -111667,6 +118325,7 @@ https://github.com/policy-hub/policy-hub-cli: v2_locations: - securityascode.md year: N/A + addition_method: manual https://github.com/pomerium/pomerium: ai_summary: An identity-aware, security-oriented context reverse proxy designed to establish solid Zero Trust policies without requiring client-side VPN installations. @@ -111698,6 +118357,7 @@ https://github.com/pomerium/pomerium: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/porscheofficial/terraform-aws-ecr-watch: content_hash: aa8b24b93f36f3a334885d2229bbf0f69d345c321a70d514216b65d2eaa1e120 description: '' @@ -111717,6 +118377,7 @@ https://github.com/porscheofficial/terraform-aws-ecr-watch: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/portainer/portainer: content_hash: 9801957f719b4d73c44cbe28235ecc626acfcd5c17c9604e3fb24fdd2f062811 description: '' @@ -111736,6 +118397,7 @@ https://github.com/portainer/portainer: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/poseidon/typhoon: ai_summary: Typhoon is a bare-metal and multi-cloud Kubernetes distribution focused on simplicity. Built entirely with Terraform and running on Flatcar Container @@ -111773,6 +118435,7 @@ https://github.com/poseidon/typhoon: - kubernetes-tools.md - matrix-table.md year: N/A + addition_method: manual https://github.com/postfinance/kubectl-sudo: content_hash: 1d0c4f719b8d8ead754327229644c725048b578fc87e4c3f02741c13710a8123 description: '' @@ -111792,6 +118455,7 @@ https://github.com/postfinance/kubectl-sudo: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/postgresml/postgresml: content_hash: cc93e4a2d033d514f1eae5f0194a1174771e1a3c09454486240577573b8de316 description: '' @@ -111811,6 +118475,7 @@ https://github.com/postgresml/postgresml: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/postmanlabs/newman: content_hash: 104644b779cf7ddd3c5b89d58a5cea56101fb4e4216a5057050319208deae31b description: '' @@ -111830,6 +118495,7 @@ https://github.com/postmanlabs/newman: v2_locations: - postman.md year: N/A + addition_method: manual https://github.com/powerfulseal/powerfulseal: content_hash: f7451cb8847baa11d6ebf79ca5ddcdd746cd361c8780247efec55a2b6b57c529 description: '' @@ -111849,6 +118515,7 @@ https://github.com/powerfulseal/powerfulseal: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://github.com/prabhatsharma/kubernetes-the-hard-way-aws: ai_summary: A highly specific community adaptation of Kelsey Hightower's educational guide, focusing entirely on AWS infrastructure including VPCs, IAM roles, security @@ -111880,6 +118547,7 @@ https://github.com/prabhatsharma/kubernetes-the-hard-way-aws: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/practo/k8s-worker-pod-autoscaler: content_hash: 0e8cd47995d943bab6e6b0b1b1ec105d375c88271d030181da795e7b7f3405c3 description: '' @@ -111899,6 +118567,7 @@ https://github.com/practo/k8s-worker-pod-autoscaler: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/prae1809/PowerShell-Scripts/tree/master/OperationalCollections: content_hash: 40cef8eb5249ee27180fac12c9712a6c8ff6e9ccb51d0f1523e7b993e99612b8 description: '' @@ -111910,6 +118579,7 @@ https://github.com/prae1809/PowerShell-Scripts/tree/master/OperationalCollection v1_locations: - docs/azure.md year: N/A + addition_method: manual https://github.com/pravega/pravega-operator: content_hash: d898b90b80d9981429b5c5bfe89093a2514b6f53affc75715f369cab2ef477ef description: '' @@ -111929,6 +118599,7 @@ https://github.com/pravega/pravega-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/predatorray/kubectl-tmux-exec: content_hash: 1a5f044cd22b71f4aad4e84114cf9f2986b1d4b4d562e92a753b22b1c5b67bf3 description: '' @@ -111948,6 +118619,7 @@ https://github.com/predatorray/kubectl-tmux-exec: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/presslabs/silver: content_hash: bfb0ee7ca876450db0ec452d1e5ca683f4f0f0727c1b1e53faa2f388f6902dab description: '' @@ -111958,6 +118630,7 @@ https://github.com/presslabs/silver: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.com/priyankavergadia/google-cloud-4-words: content_hash: e4dc5e8ed8e0eb7d687668e784ff39f5e9894f6c4c35df1d286c1f596a50bdb0 description: '' @@ -111977,6 +118650,7 @@ https://github.com/priyankavergadia/google-cloud-4-words: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/proferosec/log4jScanner: ai_summary: Community-developed scanner for identifying nested, vulnerable Log4j library packages in complex file hierarchies. Preserved as a reference scanning @@ -112007,6 +118681,7 @@ https://github.com/proferosec/log4jScanner: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/projectcapsule/capsule: content_hash: 9909cd87b5212e648da81e6f1131696ff237383b99fa687ed1a794c98803e1df gh_license: Apache-2.0 @@ -112022,6 +118697,7 @@ https://github.com/projectcapsule/capsule: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://github.com/projectsveltos/sveltosctl: ai_summary: sveltosctl provides command-line control over Project Sveltos. It excels at dry-run validations of ClusterProfiles, ensuring declarative configurations @@ -112052,6 +118728,7 @@ https://github.com/projectsveltos/sveltosctl: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/prometheus: content_hash: f22233e1a095fbaf7afc4d138e1001b5f8a651a23f4b3400ee46cc5cf3f73159 description: '' @@ -112063,6 +118740,7 @@ https://github.com/prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/prometheus-community/elasticsearch_exporter: content_hash: 8a27be71411fbccd35894d68dab9e11c2c08f00cc45937ad8d7c845cc6d27d80 description: '' @@ -112082,6 +118760,7 @@ https://github.com/prometheus-community/elasticsearch_exporter: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/prometheus-community/yet-another-cloudwatch-exporter: content_hash: 7422a7e8438d8c3753064576e9d30acd5e5182da7fc21775ee4638fcb5ffddb2 gh_license: Apache-2.0 @@ -112097,6 +118776,7 @@ https://github.com/prometheus-community/yet-another-cloudwatch-exporter: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://github.com/prometheus-operator: content_hash: 361a65f1432f10133e0abb628023ab2161848c9bc23ecf7aef6d653de3008317 description: '' @@ -112113,6 +118793,7 @@ https://github.com/prometheus-operator: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/prometheus-operator/kube-prometheus: ai_summary: The official codebase for kube-prometheus. This repository offers a pre-configured telemetry stack that deploys the Prometheus Operator, Grafana dashboards, @@ -112148,6 +118829,7 @@ https://github.com/prometheus-operator/kube-prometheus: - kubernetes-monitoring.md - kubernetes.md year: N/A + addition_method: manual https://github.com/prometheus/alertmanager/releases/tag/v0.23.0-rc.0: content_hash: 68f6c84d9e9cd966971f2fbb4e4460dcb3d3b060e93ed7c340774ba35095f235 description: '' @@ -112168,6 +118850,7 @@ https://github.com/prometheus/alertmanager/releases/tag/v0.23.0-rc.0: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/prometheus/blackbox_exporter: content_hash: 593cd7935bbae878959967e6d90470e74ff717ddd0ff1285d86c06a2d19e60ef description: '' @@ -112187,6 +118870,7 @@ https://github.com/prometheus/blackbox_exporter: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/prometheus/client_java: content_hash: f3d4393ef91ccea663a5d12780f661a9e5593af1855be923b21cd269a117131e description: '' @@ -112199,6 +118883,7 @@ https://github.com/prometheus/client_java: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/prometheus/jmx_exporter: content_hash: 8d967db65980d954ec4b9f1f5e151614449060c43b40da99d369392afb5a3c42 description: '' @@ -112222,36 +118907,42 @@ https://github.com/prometheus/jmx_exporter: - grafana.md - monitoring.md year: N/A + addition_method: manual https://github.com/prometheus/jmx_exporter/blob/master/example_configs/activemq.yml: content_hash: N/A health_score: 100.0 last_checked: 1779030368.059173 v1_locations: - docs/grafana.md + addition_method: manual https://github.com/prometheus/jmx_exporter/blob/master/example_configs/artemis-2.yml: content_hash: N/A health_score: 100.0 last_checked: 1779029566.202379 v1_locations: - docs/grafana.md + addition_method: manual https://github.com/prometheus/jmx_exporter/blob/master/example_configs/kafka-2_0_0.yml: content_hash: N/A health_score: 100.0 last_checked: 1779032338.325393 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/prometheus/jmx_exporter/blob/master/example_configs/kafka-connect.yml: content_hash: N/A health_score: 100.0 last_checked: 1779034521.794722 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/prometheus/jmx_exporter/blob/master/example_configs/zookeeper.yaml: content_hash: N/A health_score: 100.0 last_checked: 1779032786.3845 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/prometheus/prometheus: content_hash: 68afc308fd62f428764a67989913c76f6d0795ab2641a601ea7210ba3e1eea40 description: '' @@ -112271,6 +118962,7 @@ https://github.com/prometheus/prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/prometheus/pushgateway: content_hash: 69b67ba2a06c4cb4a4caa5e8daf49c6fab6a15e8a06a6beded05d1efd8ebd7fa description: '' @@ -112290,6 +118982,7 @@ https://github.com/prometheus/pushgateway: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/prosimcorp/reforma: content_hash: fac8f6c0f30d675f25cde18d1f989fb2ee4a4ad803e8da5994064aef3be9cb6b description: '' @@ -112309,6 +119002,7 @@ https://github.com/prosimcorp/reforma: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/prowler-cloud/prowler: ai_summary: Prowler is an industry-standard open-source tool for cloud security posture management (CSPM). Audits multi-cloud infrastructures against CIS benchmarks, @@ -112340,6 +119034,7 @@ https://github.com/prowler-cloud/prowler: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/prymitive/karma: content_hash: f65d4aa9b5170752c73c3ff8b07436e2b35aef611d2157deaa3c6ba1a57b3a91 description: '' @@ -112361,6 +119056,7 @@ https://github.com/prymitive/karma: - kubernetes-tools.md - prometheus.md year: N/A + addition_method: manual https://github.com/public-apis/public-apis: content_hash: 1e8584bf2c52f41fa457214d22f8a9cc0a987a76819942893aba141784e8c5a4 description: '' @@ -112380,6 +119076,7 @@ https://github.com/public-apis/public-apis: v2_locations: - api.md year: N/A + addition_method: manual https://github.com/pulumi/kube2pulumi: content_hash: e223651e31828d90cee490552ee7c999acd8869b11ebfd7267da51f8effe05ac description: '' @@ -112401,6 +119098,7 @@ https://github.com/pulumi/kube2pulumi: - kubernetes-tools.md - pulumi.md year: N/A + addition_method: manual https://github.com/pulumi/pulumi: content_hash: cd059aa9e35bd8376c3e117ae91845bc8f39a53afa8e14412aae4e66ed49ae6f description: '' @@ -112424,6 +119122,7 @@ https://github.com/pulumi/pulumi: - iac.md - terraform.md year: N/A + addition_method: manual https://github.com/punkpeye/awesome-mcp-servers: ai_summary: 'Curator Insight: A community-curated collection of servers implementing the Model Context Protocol. @@ -112461,6 +119160,7 @@ https://github.com/punkpeye/awesome-mcp-servers: - ai-agents-mcp.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/pusher/k8s-spot-rescheduler: content_hash: 70fac0b9d408dabb5914c7dcc3e4127a44ba4dd9e9d8997bb72bf9af989cbe49 description: '' @@ -112480,6 +119180,7 @@ https://github.com/pusher/k8s-spot-rescheduler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/pyang55/k8sdeploy: content_hash: e70daf5eb7eea59f5ba3e6ddf09760045f9867f5a7649f0fa273fe43ea232ac1 description: '' @@ -112499,6 +119200,7 @@ https://github.com/pyang55/k8sdeploy: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/pyca/bcrypt: ai_summary: Modern Python bindings for the bcrypt password hashing function. Maintained by PyCA (Python Cryptographic Authority), it provides secure-by-default, work-factor @@ -112529,6 +119231,7 @@ https://github.com/pyca/bcrypt: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/pydantic/pydantic: content_hash: 64b142a202841a9c2753627a28326d1b85aaab6868722a8d1b2644e9114a3483 description: '' @@ -112548,6 +119251,7 @@ https://github.com/pydantic/pydantic: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/pyinstaller/pyinstaller: content_hash: 5eea48ffc613bcf592842c8036e9b7d0d47e43a169512592988fd9c86e68d5e3 description: '' @@ -112560,6 +119264,7 @@ https://github.com/pyinstaller/pyinstaller: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.com/pymag09/kubecui: content_hash: aa03f2cce3deeacccd25267ff3896bb58aead53c450e44a1d7f2b940d0c5e329 description: '' @@ -112579,6 +119284,7 @@ https://github.com/pymag09/kubecui: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/pyxll/pyxll-jupyter: content_hash: 2ec87d26fb1c4a392f94bd1ce85b7f3ab0573189889ffaf393bfcb8e16c3eb47 description: '' @@ -112598,6 +119304,7 @@ https://github.com/pyxll/pyxll-jupyter: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/quarkslab/kdigger: content_hash: f4a27a889826903e6df0d062853a0f298f43550db5f68bdb67865d878720debe description: '' @@ -112617,6 +119324,7 @@ https://github.com/quarkslab/kdigger: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/quarkusio/quarkus-images: content_hash: 0ec83c8c1f325de5b915dd4b0c8b02fceeed0e563eece4a07cf4034296c06805 description: '' @@ -112636,6 +119344,7 @@ https://github.com/quarkusio/quarkus-images: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://github.com/quay: ai_summary: The master GitHub organization for Project Quay, housing the enterprise registry engine, the Clair vulnerability scanner, the setup operators, and auxiliary @@ -112663,6 +119372,7 @@ https://github.com/quay: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/quay/clair: ai_summary: 'The premier open-source static container vulnerability engine, running as an API service to systematically parse image layers for CVEs. Contrast: Curator @@ -112696,6 +119406,7 @@ https://github.com/quay/clair: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/quay/quay: content_hash: 3d2c98a5656bdb1d273878d3882413689e23c320554fa6cb21eccd8a4a046b8d description: '' @@ -112715,6 +119426,7 @@ https://github.com/quay/quay: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/quay/quay-operator: ai_summary: The official Kubernetes Operator for deploying and managing the life cycle of Project Quay registries. It automates storage setup, database migrations, @@ -112745,12 +119457,14 @@ https://github.com/quay/quay-operator: v2_locations: - registries.md year: '2024' + addition_method: manual https://github.com/quickbooks2018/eks-redmin: content_hash: 8c211db136ee5c96526f9cc1620ca8f75030bdbd5b6aa5aa8701ff0a338d3b8c health_score: 100.0 last_checked: 1779032236.574807 v1_locations: - docs/managed-kubernetes-in-public-cloud.md + addition_method: manual https://github.com/quii/learn-go-with-tests: ai_summary: An elite educational resource teaching Go fundamentals strictly through Test-Driven Development (TDD). Combines theoretical language semantics with highly @@ -112782,6 +119496,7 @@ https://github.com/quii/learn-go-with-tests: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/quozd/awesome-dotnet: content_hash: 8eebf7523a322b244854d4bfd3c975f02c3d35bb74c67ad8719127f0edaa94aa description: '' @@ -112794,6 +119509,7 @@ https://github.com/quozd/awesome-dotnet: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/r0hi7/k8s-In-30Mins: content_hash: 9a76d8ed6ba89872bc4f855338a3b06dbd367475cbe07aa54edd698163390c4c description: '' @@ -112804,6 +119520,7 @@ https://github.com/r0hi7/k8s-In-30Mins: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://github.com/radondb/radondb-clickhouse-kubernetes: content_hash: 6bf0541b6264d23c2ae9474a3ed126b687783b8990cf12fd709048d74783cc42 description: '' @@ -112823,6 +119540,7 @@ https://github.com/radondb/radondb-clickhouse-kubernetes: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/rainyear/python3-in-one-pic: content_hash: beaedfb67ee51a61ec57766c527cffdff6412df3f4a38322cd2f841feb054e44 gh_license: MIT @@ -112838,6 +119556,7 @@ https://github.com/rainyear/python3-in-one-pic: - docs/python.md v2_locations: - python.md + addition_method: manual https://github.com/rakyll/fake-it-til-you-make-it: ai_summary: A shell-based script interface to generate programmatic git commits and simulate active GitHub profile contributions. Flagged as legacy under Minimum @@ -112867,6 +119586,7 @@ https://github.com/rakyll/fake-it-til-you-make-it: - recruitment.md - git.md year: N/A + addition_method: manual https://github.com/rakyll/go-test-trace: ai_summary: 'A diagnostic tool that visualizes Go test execution profiles as tracer outputs. Note: This tool is currently inactive (unmaintained for >4 years) but @@ -112898,6 +119618,7 @@ https://github.com/rakyll/go-test-trace: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/ramitsurana/awesome-kubernetes: content_hash: 42dd8c4f15d2c36bdeb672bd1553a84162716bd59aa7d6624c1c9b7cad7a9afb description: '' @@ -112919,6 +119640,7 @@ https://github.com/ramitsurana/awesome-kubernetes: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/ran-isenberg/aws-lambda-handler-cookbook: content_hash: 3adf263dfb0dca4cf4c1bb258cae0dc704412fc57673f4e7a7219d3bb81874bc description: '' @@ -112939,6 +119661,7 @@ https://github.com/ran-isenberg/aws-lambda-handler-cookbook: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/rancher-sandbox/rancher-desktop: content_hash: 4cc4bb790ebc45dfd7ab9ac81bf2843710b7a824fb2809f364f585dfbfd33807 description: '' @@ -112958,6 +119681,7 @@ https://github.com/rancher-sandbox/rancher-desktop: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/rancher/cis-operator: ai_summary: An automated system tool to execute CIS security scans inside Rancher ecosystems. Generates custom reports mapping nodes and master components against @@ -112988,6 +119712,7 @@ https://github.com/rancher/cis-operator: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/rancher/fleet: content_hash: 59dac5f38ac5d0d3fec8c071dcfd9b7a386764887166ce42541d247d24565ffa description: '' @@ -113007,6 +119732,7 @@ https://github.com/rancher/fleet: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/rancher/harvester: content_hash: 3b2e19abd8296b9752ad15aee28558a0fdd95b8de19ba6ad76c1c635b9495163 description: '' @@ -113017,6 +119743,7 @@ https://github.com/rancher/harvester: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://github.com/rancher/k3c: content_hash: e39ca65d6656fb6149b535457a255458bd2ce8e02fead714f7f14b43f30a15e0 description: '' @@ -113038,6 +119765,7 @@ https://github.com/rancher/k3c: - rancher.md - matrix-table.md year: N/A + addition_method: manual https://github.com/rancher/k3d: content_hash: 1039a2408913c19f386a47e1f93a738a88734138d92c2013ccdf1dec64d8a0b8 description: '' @@ -113049,6 +119777,7 @@ https://github.com/rancher/k3d: - docs/matrix-table.md - docs/rancher.md year: N/A + addition_method: manual https://github.com/rancher/k3os: content_hash: e9902e05f85a38dd6cac2e484f3f73bc1754fb17b180dfead48fb6905be1ab1b description: '' @@ -113070,12 +119799,14 @@ https://github.com/rancher/k3os: - rancher.md - matrix-table.md year: N/A + addition_method: manual https://github.com/rancher/k3s: content_hash: f5d348e28531dc067a668385b979d3b9dddeec3081e9e8f58087fcef3cde74aa health_score: 100.0 last_checked: 1779031788.406214 v1_locations: - docs/rancher.md + addition_method: manual https://github.com/rancher/kim: content_hash: 4525f77236bd9a879da89fd046da655589131915f4b98e81205e1c077309bff4 description: '' @@ -113095,6 +119826,7 @@ https://github.com/rancher/kim: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/rancher/system-upgrade-controller: content_hash: 0dac142485608d54b24f13b6624b877576823d70b903ded4a52282ead13a621c description: '' @@ -113114,6 +119846,7 @@ https://github.com/rancher/system-upgrade-controller: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/rancherfederal/rke2-aws-tf: content_hash: bf02eb9ef0e184fcc8770cb7795961fe49e69ad4eeb504b011972cd14f4db94a description: '' @@ -113124,6 +119857,7 @@ https://github.com/rancherfederal/rke2-aws-tf: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://github.com/ranchergovernment/rke2-aws-tf: content_hash: 1c9b0094da0f2a8882da9352f79903fe2c95c0dd131ad20070153ae508f49723 gh_license: MIT @@ -113139,6 +119873,7 @@ https://github.com/ranchergovernment/rke2-aws-tf: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://github.com/rasbt/LLMs-from-scratch: ai_summary: Highly acclaimed code-first textbook guiding the creation of a Large Language Model (LLM) from scratch in PyTorch. Illustrates attention mechanisms, @@ -113173,6 +119908,7 @@ https://github.com/rasbt/LLMs-from-scratch: - chatgpt.md - python.md year: N/A + addition_method: manual https://github.com/raspbernetes/k8s-security-policies: content_hash: 1010508e3b7c1f16c6babd05380c1c76d605f4f2599af9ce7355124fcb3ae2f8 description: '' @@ -113192,6 +119928,7 @@ https://github.com/raspbernetes/k8s-security-policies: v2_locations: - securityascode.md year: N/A + addition_method: manual https://github.com/ray-project/kuberay: ai_summary: 'Curator Insight: An open-source Kubernetes Operator enabling the deployment and management of Ray clusters. @@ -113227,6 +119964,7 @@ https://github.com/ray-project/kuberay: - ai-agents-mcp.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/rayfrankenstein/AITOW: content_hash: f167bdf8c6ff0fdf4e87340795885c44f1084ebc23a319d79f5883585c2a8a98 description: '' @@ -113245,6 +119983,7 @@ https://github.com/rayfrankenstein/AITOW: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/rchakode/kube-opex-analytics: content_hash: 168db3b3c5ba1a11529421fc010b01e54668be910a88204251b723aa86e32423 description: '' @@ -113255,6 +119994,7 @@ https://github.com/rchakode/kube-opex-analytics: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/reactive-python/reactpy: content_hash: 36d508526ecdc0e2d5dcae02ad0f79df942633244d2b8dc8ffa6476130073dd2 description: '' @@ -113274,6 +120014,7 @@ https://github.com/reactive-python/reactpy: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/reactive-tech/kubegres: content_hash: 3f2a29147577d76dab7777b7145d4a675be1a77db611b34ff48d1707b4e0fc35 description: '' @@ -113293,6 +120034,7 @@ https://github.com/reactive-tech/kubegres: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/readme/guides: content_hash: c848f8b68c6b3bae1e7e8496dd1360b45b79950f7276c4f9c9886ae34e0c67ef description: '' @@ -113303,6 +120045,7 @@ https://github.com/readme/guides: title: GitHub Guides v1_locations: [] year: N/A + addition_method: manual https://github.com/readme/guides/functional-programming-basics: content_hash: afd9489bdfa752ab9ca6826f631c613c2b02b4b784201432ee74070e1fb4742f description: '' @@ -113319,6 +120062,7 @@ https://github.com/readme/guides/functional-programming-basics: v2_locations: - developerportals.md year: N/A + addition_method: manual https://github.com/realopslabs/kubeledger: content_hash: 5b04b08eae216dd3fcd4b358029e2506475c4a4d90cb5524b236555719dac29d gh_license: NOASSERTION @@ -113334,6 +120078,7 @@ https://github.com/realopslabs/kubeledger: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/realvz/awesome-eks: content_hash: fe1dfcd49bc327b98bfe470c7186fce0688f9e9660d4964902d0588b9ceda250 description: '' @@ -113355,6 +120100,7 @@ https://github.com/realvz/awesome-eks: - kubernetes-tools.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/rebataur/djkube: content_hash: 72e58c4709f7dfedbd9b1766d86526ff87813bbd4a8ec29977cb0b5c02825374 description: '' @@ -113365,6 +120111,7 @@ https://github.com/rebataur/djkube: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/rebataur/fskube: ai_summary: A lightweight, community-driven development aid designed to bridge local filesystems with Kubernetes volumes. Live Grounding indicates the project has @@ -113396,6 +120143,7 @@ https://github.com/rebataur/fskube: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2020' + addition_method: manual https://github.com/recognai/rubrix: content_hash: 0690f80fc36f4cb02ed029bc6c5b938ec4b294dd307407b331f0c511d5180aba description: '' @@ -113406,6 +120154,7 @@ https://github.com/recognai/rubrix: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://github.com/reconquest/tubekit: content_hash: 5d7affed1942aecdf11fccd06a38ae5d89e15cb4acc3e73cef31a2a985f5c1da description: '' @@ -113427,6 +120176,7 @@ https://github.com/reconquest/tubekit: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/red-hat-storage/ocs-operator: content_hash: ccb10ba5077f44b9ce15d64e3911d9b77ce01774d0168ab9e8b7fe59f3ea578c gh_license: Apache-2.0 @@ -113435,6 +120185,7 @@ https://github.com/red-hat-storage/ocs-operator: needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://github.com/reddec/keycloak-ext-operator: content_hash: 87e7132ebcf352e166aa21263243b759ca595613eadf0c9760bf2b65298c2759 description: '' @@ -113454,6 +120205,7 @@ https://github.com/reddec/keycloak-ext-operator: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/redhat-actions: content_hash: fff36b9b0ae0b20fa9ccbeda2036688654bbaaaedfeacbff508b156b6e786300 description: '' @@ -113472,6 +120224,7 @@ https://github.com/redhat-actions: - git.md - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/redhat-actions/openshift-actions-runner: content_hash: 7169265c1640d37f76a0f53ed8996891812d99df66a397a020ca4592a28ad8c9 description: '' @@ -113483,6 +120236,7 @@ https://github.com/redhat-actions/openshift-actions-runner: - docs/git.md - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/redhat-actions/openshift-actions-runner-chart: content_hash: bdc59d35d60c918c626f93ebc8e3d1778da0948e1bb4e826eff5026a4a905f94 description: '' @@ -113493,6 +120247,7 @@ https://github.com/redhat-actions/openshift-actions-runner-chart: v1_locations: - docs/git.md year: N/A + addition_method: manual https://github.com/redhat-actions/openshift-actions-runners: content_hash: 4a5865877e0f85ea9003085551ec5e3d03ce8c9e7154551d1f1ba2a597162901 health_score: 100.0 @@ -113507,6 +120262,7 @@ https://github.com/redhat-actions/openshift-actions-runners: v2_locations: - git.md - jenkins-alternatives.md + addition_method: manual https://github.com/redhat-actions/openshift-actions-runners-chart: health_score: 64.0 last_checked: 1779130494.976247 @@ -113522,6 +120278,7 @@ https://github.com/redhat-actions/openshift-actions-runners-chart: - docs/git.md v2_locations: - git.md + addition_method: manual https://github.com/redhat-actions/spring-petclinic: content_hash: b1804abf247eaa9a3595c4aaed6a55204e772e874774c58e799c02b6d5a6bbc2 description: '' @@ -113541,6 +120298,7 @@ https://github.com/redhat-actions/spring-petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/redhat-certification/chart-verifier: ai_summary: Red Hat's automated verification tool built to certify that third-party Helm charts align with platform standards on OpenShift. It performs automated @@ -113574,6 +120332,7 @@ https://github.com/redhat-certification/chart-verifier: - helm.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/redhat-cop: content_hash: 503b2db131d084ebfd458d1176678a64e5e04b8a9c63f7ad8a3278145b4ccd70 description: '' @@ -113590,6 +120349,7 @@ https://github.com/redhat-cop: v2_locations: - ocp3.md year: N/A + addition_method: manual https://github.com/redhat-cop/container-pipelines: ai_summary: 'Curator Insight: An educational reference repository containing sample pipelines for Red Hat OpenShift Container Platform. @@ -113623,6 +120383,7 @@ https://github.com/redhat-cop/container-pipelines: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://github.com/redhat-cop/dynamic-rbac-operator: content_hash: bff5dd84d90e24f94092dfa3c869d9b2d7baf0eb812617b0d8fc491c9d080731 description: '' @@ -113642,6 +120403,7 @@ https://github.com/redhat-cop/dynamic-rbac-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/redhat-cop/gitops-catalog: content_hash: 28e872d62dd05f2d4d88ec6141cc8e2e4b6f9a8e6bc44d2f47e55c1291db8d0c description: '' @@ -113661,6 +120423,7 @@ https://github.com/redhat-cop/gitops-catalog: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/redhat-cop/infra-ansible: content_hash: ab2e14faa72cffb2fe348d6396361af9c07bfc23405af10540f220999184db21 gh_license: Apache-2.0 @@ -113676,6 +120439,7 @@ https://github.com/redhat-cop/infra-ansible: - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual 'https://github.com/redhat-cop/infra-ansible/tree/master/roles/identity-management ': content_hash: N/A description: '' @@ -113686,6 +120450,7 @@ https://github.com/redhat-cop/infra-ansible: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://github.com/redhat-cop/keepalived-operator: content_hash: 36ebcc8a8c1e0b111e6f6a4d84a1eb0a7df3ef7f97b74c9f36e825c3b3452a79 description: '' @@ -113705,6 +120470,7 @@ https://github.com/redhat-cop/keepalived-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/redhat-cop/openshift-applier: content_hash: c5045b3bfe9fb02f4e1c402ac4e20a541531cc4c8d477d3108772d98342d5b20 description: '' @@ -113724,6 +120490,7 @@ https://github.com/redhat-cop/openshift-applier: v2_locations: - gitops.md year: N/A + addition_method: manual https://github.com/redhat-cop/openshift-playbooks: content_hash: 322d2044fcde21fd62b287e7a6b3a2aa7b942139a6745530d8b14a1ab5ebd790 description: '' @@ -113736,6 +120503,7 @@ https://github.com/redhat-cop/openshift-playbooks: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://github.com/redhat-cop/openshift-toolkit: content_hash: 73930c1fbb7418f2401b9edd0df604cbee3db613a9835abccb329a06bedbaecb description: '' @@ -113748,6 +120516,7 @@ https://github.com/redhat-cop/openshift-toolkit: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://github.com/redhat-cop/openshift-toolkit/tree/master/capacity-dashboard: content_hash: 049ec769aec9d45569d1de327ebb3742264ba2ef49ddfa1fc0ac459fe68d4b03 gh_license: Apache-2.0 @@ -113756,6 +120525,7 @@ https://github.com/redhat-cop/openshift-toolkit/tree/master/capacity-dashboard: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/redhat-cop/openshift-toolkit/tree/master/custom-dashboards: content_hash: 2bfcf18e1623bfc91158bf24be624875fa444d591fe10c1d34310a0143450f5a gh_license: Apache-2.0 @@ -113764,6 +120534,7 @@ https://github.com/redhat-cop/openshift-toolkit/tree/master/custom-dashboards: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/redhat-cop/openshift-toolkit/tree/master/networkpolicy: content_hash: cd907088eeb5ced935681a6c6a7422bdddcf468be81abcf597bc7947be65cba1 description: '' @@ -113783,6 +120554,7 @@ https://github.com/redhat-cop/openshift-toolkit/tree/master/networkpolicy: v2_locations: - openshift.md year: N/A + addition_method: manual https://github.com/redhat-cop/openshift-toolkit/tree/master/quota-management: content_hash: 0ee9da0840ba5110b22c139014a88b0d20833b3c13250ae5dfefc13166cad2f4 description: '' @@ -113802,12 +120574,14 @@ https://github.com/redhat-cop/openshift-toolkit/tree/master/quota-management: v2_locations: - ocp3.md year: N/A + addition_method: manual https://github.com/redhat-cop/pelorus: content_hash: 9e0a361d7f9844408ff4bb2f67698201bd08cb34e4b2b3ab44c90bb11bbe1970 health_score: 100.0 last_checked: 1779032372.213471 v1_locations: - docs/monitoring.md + addition_method: manual https://github.com/redhat-cop/pipeline-library: ai_summary: 'Curator Insight: A collection of shared pipeline libraries for Jenkins implementations on OpenShift. @@ -113841,6 +120615,7 @@ https://github.com/redhat-cop/pipeline-library: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://github.com/redhat-cop/quay-operator: content_hash: 29bf38ae0cd9b442da8f581ec65f8dc6e0daee5b7d2be93453ebf87c6c63847b description: '' @@ -113851,6 +120626,7 @@ https://github.com/redhat-cop/quay-operator: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://github.com/redhat-developer-demos: content_hash: 86a2f65ef28633dcbfc8bb69566b134096d084b2399d0efbfbf5a1a60e6f4887 description: '' @@ -113867,6 +120643,7 @@ https://github.com/redhat-developer-demos: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/redhat-developer-demos/istio-tutorial: content_hash: 6aa944dab53781d6e7f95f9c8fc283d81c70e52b6191693d2f3c95f0bebf7436 description: '' @@ -113877,6 +120654,7 @@ https://github.com/redhat-developer-demos/istio-tutorial: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/redhat-developer-demos/knative-tutorial: content_hash: 32a735e398958e5c1d0b6daac824581708477f5be29cbfc3b5bd1d5e4822342f description: '' @@ -113896,6 +120674,7 @@ https://github.com/redhat-developer-demos/knative-tutorial: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/redhat-developer-demos/spring-petclinic: content_hash: fd24727441ba9292563440cf72f52c7fc639eba4eb1f369c8ae9f1ebddf16460 description: '' @@ -113912,6 +120691,7 @@ https://github.com/redhat-developer-demos/spring-petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/redhat-developer/odo: ai_summary: A developer-focused CLI utility for writing, deploying, and debugging cloud-native software directly on OpenShift and general Kubernetes clusters. Cuts @@ -113943,6 +120723,7 @@ https://github.com/redhat-developer/odo: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://github.com/redhat-gpte-devopsautomation/ocp4_app_deploy_homework_grading: content_hash: 11952450ee620a2e1caf388fa3392fac6fdaf3c0f552d391f01606a264b8d935 description: '' @@ -113960,6 +120741,7 @@ https://github.com/redhat-gpte-devopsautomation/ocp4_app_deploy_homework_grading v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/redhat-scholars/istio-tutorial: ai_summary: A hands-on, scenario-driven learning path designed by Red Hat to introduce developers to Istio's core operational capabilities. Covers basic deployment, @@ -113994,6 +120776,7 @@ https://github.com/redhat-scholars/istio-tutorial: - istio.md - demos.md year: N/A + addition_method: manual https://github.com/redhatdemocentral/ocp-install-demo: content_hash: 37d4ae26478a77707dc937bd7afb50f9571de3db2345633bfe9f35e0a152d073 description: '' @@ -114011,6 +120794,7 @@ https://github.com/redhatdemocentral/ocp-install-demo: v2_locations: - openshift.md year: N/A + addition_method: manual https://github.com/redhatspain/apache-reverse-proxy-jenkins: content_hash: 9d875b557b84eed1c35aed8d8cbd536b4ad4f9af17e64b8ac003b1e033ee998d description: '' @@ -114021,6 +120805,7 @@ https://github.com/redhatspain/apache-reverse-proxy-jenkins: v1_locations: - docs/web-servers.md year: N/A + addition_method: manual https://github.com/redhatspain/awesome-kubernetes/blob/master/pdf/dynatrace_demo.pdf: content_hash: 87bdcfd7de5bf5edde67964c50cb353136bae950347fd52ab4b285fcaddae3c5 description: '' @@ -114031,12 +120816,14 @@ https://github.com/redhatspain/awesome-kubernetes/blob/master/pdf/dynatrace_demo v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://github.com/redhatspain/awesome-kubernetes/tree/master/pdf: content_hash: 1f38461b8ef6fb950943d311d635603a28b0210389b47d3c8c3bfd6a1d1e9b1f health_score: 100.0 last_checked: 1779032340.215629 v1_locations: - docs/ocp4.md + addition_method: manual https://github.com/redhatspain/confluence6-atlassian: content_hash: 68899e39f2e8c69de2e1bc9a7085f64c600c83931fd0a3cdadfa7136cd37c6a3 description: '' @@ -114047,6 +120834,7 @@ https://github.com/redhatspain/confluence6-atlassian: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://github.com/redhatspain/jenkins-CasC-kubernetes-demo: content_hash: de8f3797f1dc811127980d26c0db9fe57190976c33590c276556b1ead02e05f6 description: '' @@ -114057,6 +120845,7 @@ https://github.com/redhatspain/jenkins-CasC-kubernetes-demo: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/redhatspain/nexus3-helm-chart: content_hash: c47112a19729667b9426ca0878bae659779bcea302b5d100a828a37305451200 description: '' @@ -114067,6 +120856,7 @@ https://github.com/redhatspain/nexus3-helm-chart: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/redkubes/otomi-core: content_hash: 39d17f5e01336c933d85de62b95e90f66645b05c9f8e301a3bb5520d27cc0df5 description: '' @@ -114077,6 +120867,7 @@ https://github.com/redkubes/otomi-core: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/redpanda-data/console: ai_summary: 'Curator Insight: Excellent web UI (now Redpanda Console) designed for debugging and exploring event streams. Live Grounding: Outstanding user experience @@ -114105,6 +120896,7 @@ https://github.com/redpanda-data/console: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://github.com/redpanda-data/kowl: content_hash: eb6cee0202e057298f985d2033125765332c425f6edbe4942af179bfe21ac5e1 description: '' @@ -114115,6 +120907,7 @@ https://github.com/redpanda-data/kowl: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://github.com/reetasingh/CKAD-Bookmarks: content_hash: dff58f531df854fa84ac372bc6f10784d54b17ebf8cc25c48c5ddde5ed301a2d description: '' @@ -114134,6 +120927,7 @@ https://github.com/reetasingh/CKAD-Bookmarks: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/rehacktive/caffeine: ai_summary: Curator Insight shows Caffeine as a simple Go command-line tool designed to prevent system sleep cycles. Live Grounding shows stable but quiet activity, @@ -114164,6 +120958,7 @@ https://github.com/rehacktive/caffeine: v2_locations: - golang.md year: N/A + addition_method: manual https://github.com/rekon-oss/portfall: content_hash: 1f3cab895c3d5d3bf7ef5c7d6ef01043692b0314dab49a19317fca41a7ef5b5a description: '' @@ -114175,6 +120970,7 @@ https://github.com/rekon-oss/portfall: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/rene6502/keepass-secret: content_hash: 8eff8a8be448a4148fc1ac4bacdfc6c3a0e6328b643d4ddf713f2c271ac20613 description: '' @@ -114194,6 +120990,7 @@ https://github.com/rene6502/keepass-secret: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/reneaudain/jenkins_tf_repo: content_hash: 00139cb5839658cc1e9b768e419c1ae54cf1ff6bb68af7292dfad2f96814226d description: '' @@ -114211,6 +121008,7 @@ https://github.com/reneaudain/jenkins_tf_repo: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/replicatedhq/troubleshoot: content_hash: ab452e5ede9ee17c96b1d2b2d0e07b1c18589b9dac1fa9ce2c94f4ac2701b302 description: '' @@ -114232,6 +121030,7 @@ https://github.com/replicatedhq/troubleshoot: - kubernetes-tools.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/resmoio/kubernetes-event-exporter: content_hash: 951f3f78dd520fc442d23ef9b1816aa9f9a624f20ed905dc7d4af9f22d71a305 description: '' @@ -114251,6 +121050,7 @@ https://github.com/resmoio/kubernetes-event-exporter: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/resources/whitepapers/actions: ai_summary: An official enterprise whitepaper detailing the strategic benefits of unifying CI/CD and developer automation workflows directly within the GitHub ecosystem. @@ -114279,6 +121079,7 @@ https://github.com/resources/whitepapers/actions: v2_locations: - git.md year: '2022' + addition_method: manual https://github.com/reviewdog/reviewdog: content_hash: b66adcc890091ac5c67c9dbc5000a5f59e5f4d853714436d32699d7be95a521a description: '' @@ -114298,6 +121099,7 @@ https://github.com/reviewdog/reviewdog: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/rh-messaging/artemis-prometheus-metrics-plugin: content_hash: 8ef645952b41c8c9048429b780036f62a1742f360244b250ae6aa6ac89b8b5a1 description: '' @@ -114319,6 +121121,7 @@ https://github.com/rh-messaging/artemis-prometheus-metrics-plugin: - prometheus.md - grafana.md year: N/A + addition_method: manual https://github.com/ricardomaraschini/tagger: content_hash: ec474449a5d1c5337c1ab6d4446faca214cf67ff0457127652ba0340f069143c description: '' @@ -114338,6 +121141,7 @@ https://github.com/ricardomaraschini/tagger: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ricoberger/vault-secrets-operator: content_hash: 59363a26a104496ba1ec0798d143393b7d2a0b4175343ecd92dec3425d970b58 description: '' @@ -114357,6 +121161,7 @@ https://github.com/ricoberger/vault-secrets-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/rmb938/hostport-allocator: content_hash: 882482d19f013805f1289308977db6293265f766f0b3f076c25a236073db6560 description: '' @@ -114376,6 +121181,7 @@ https://github.com/rmb938/hostport-allocator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/robscott/kube-capacity/releases: content_hash: 4b11fd0b190de20e55cfc8c521ce0731be7a5ad1b21bea34d953e9713c6ce04a description: '' @@ -114395,6 +121201,7 @@ https://github.com/robscott/kube-capacity/releases: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/robusta-dev/chatgpt-yaml-generator: ai_summary: A tailored schema wizard matching generative prompts to robust Kubernetes structures. Generates production-ready configurations containing service boundaries, @@ -114425,6 +121232,7 @@ https://github.com/robusta-dev/chatgpt-yaml-generator: v2_locations: - chatgpt.md year: N/A + addition_method: manual https://github.com/robusta-dev/holmesgpt: content_hash: 941c9489c44841efbc269906164c68f1aba114130400d86da339a947dea72314 description: '' @@ -114436,6 +121244,7 @@ https://github.com/robusta-dev/holmesgpt: - docs/ai-agents-mcp.md - docs/ai.md year: N/A + addition_method: manual https://github.com/robusta-dev/krr: content_hash: 3cb6c1eaa47ed3a44ed249d54e2eb57ac69d5da64d8421108008b49abca4cee7 description: '' @@ -114455,6 +121264,7 @@ https://github.com/robusta-dev/krr: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/robusta-dev/kubernetes-chatgpt-bot: ai_summary: An intelligent triage chatbot linking cluster failures directly to LLM advice. Hooks Prometheus alert outputs to supply operators with instantaneous @@ -114482,6 +121292,7 @@ https://github.com/robusta-dev/kubernetes-chatgpt-bot: v2_locations: - chatgpt.md year: N/A + addition_method: manual https://github.com/robzienert/awesome-spinnaker: content_hash: 7bf27d2766d7f327fd6c84c2b936b7de5de6e174a946937f6c97cf21e7ea5abd description: '' @@ -114502,6 +121313,7 @@ https://github.com/robzienert/awesome-spinnaker: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/roib20/terraform-provision-gke-cloudflare: content_hash: fb5edeeb99997cd6b1facb9a8dcfdae866ecad72d3bf06f7cb09189569788890 description: '' @@ -114522,6 +121334,7 @@ https://github.com/roib20/terraform-provision-gke-cloudflare: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/rootless-containers/usernetes: content_hash: dc94480bb8e53be78b5973962747280d9a4e6d8a21c43d2177e470c2ffd8b2a3 description: '' @@ -114541,6 +121354,7 @@ https://github.com/rootless-containers/usernetes: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/rootsongjc: content_hash: 0ea884cddf637bf061874a591f5aae79234b4728c03c20228d422e845731db28 health_score: 100.0 @@ -114548,6 +121362,7 @@ https://github.com/rootsongjc: needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://github.com/rootsongjc/awesome-cloud-native: content_hash: 33e15dc277a7a2f4fed420f6fef49071aa9f122abac77a1e6f33e807b04e41ae description: '' @@ -114568,6 +121383,7 @@ https://github.com/rootsongjc/awesome-cloud-native: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/rosehgal/k8s-In-30Mins: content_hash: 5c81ebfd4d71713255c9b7c98599d5f544fe17db032c2208b4d0142b17b3c5af gh_license: MIT @@ -114583,6 +121399,7 @@ https://github.com/rosehgal/k8s-In-30Mins: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://github.com/rossmcdonald/telegraf: content_hash: 1b1fb7e8b7e664928bf40f29d92222d796fc8977e041a9dd745801e8c72a13f1 description: '' @@ -114599,6 +121416,7 @@ https://github.com/rossmcdonald/telegraf: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/rothgar/bashScheduler: content_hash: 8fe75c35268dbffe245c454389314c522719dad8a4eda2c0036a802901db59f0 description: '' @@ -114615,6 +121433,7 @@ https://github.com/rothgar/bashScheduler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/rottencandy/vimkubectl: content_hash: f5f9d3d49206dc38f110fe21cfb12e9dab397169ea4d991c3c7031a7f1eab415 description: '' @@ -114634,6 +121453,7 @@ https://github.com/rottencandy/vimkubectl: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/roubles/kubeshell: content_hash: f8f2a3986ffa4bb8b9370f9a3641d54d4aa8807d43d58103bcd0b2ac86e4b41c description: '' @@ -114650,6 +121470,7 @@ https://github.com/roubles/kubeshell: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/rromannissen/rhoar-microservices-demo: content_hash: 95dde057da8c5abf503c8dcc3df9e420a8c5a0426349497b59a1302a0f9710be description: '' @@ -114667,6 +121488,7 @@ https://github.com/rromannissen/rhoar-microservices-demo: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/ruanbekker/thanos-cluster-setup: content_hash: d42af94cf3d1e82530ae18a98cb6577aea0011fea899ccdb7220671deb1894ff description: '' @@ -114683,6 +121505,7 @@ https://github.com/ruanbekker/thanos-cluster-setup: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/run-x/awesome-kubernetes: content_hash: 11bf03c69bbe82170cc65a6d731332e0d8490d6115be6a7cac0c8e46e2e6b898 description: '' @@ -114703,6 +121526,7 @@ https://github.com/run-x/awesome-kubernetes: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/run-x/opta: content_hash: 7ddffc9789005403b41f392303e2ff2329c501f0e300b82f48da1910b84859ed description: '' @@ -114722,6 +121546,7 @@ https://github.com/run-x/opta: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/runacapital/awesome-oss-alternatives: content_hash: 027362fede1dc4ec436aa5cf1d6060b6e588e3cdb939c743b23bd97660638fee description: '' @@ -114743,6 +121568,7 @@ https://github.com/runacapital/awesome-oss-alternatives: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/ruoshan/autoportforward: content_hash: e2838fc21d9d8030e022eff89c490f919d46a9c7d46e7e9ca6a247a44a0b63c2 description: '' @@ -114762,6 +121588,7 @@ https://github.com/ruoshan/autoportforward: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ryane/kfilt: content_hash: 490d377e5cb660d558d2f74d305b930819d9f6d133d5fb28809a2f8b540c1205 description: '' @@ -114781,6 +121608,7 @@ https://github.com/ryane/kfilt: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ryanmcdermott/clean-code-javascript: content_hash: 7eb8ba9384eca2b939940ec992baada3b78ee4b207263f6ad0d85a448c1e7825 gh_license: MIT @@ -114789,6 +121617,7 @@ https://github.com/ryanmcdermott/clean-code-javascript: needs_ai_refresh: true v1_locations: - docs/javascript.md + addition_method: manual https://github.com/rydogs/kubecle: content_hash: 9ed40c3e36850bbd75bac54f30f7e1822cd002e72995e0ca627563da881de8df description: '' @@ -114808,6 +121637,7 @@ https://github.com/rydogs/kubecle: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/sa-mw-dach/podium: content_hash: b956fa8ef7aba4e53e3281f977690f599659e63a0e196447669805c79b9419b3 description: '' @@ -114824,6 +121654,7 @@ https://github.com/sa-mw-dach/podium: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://github.com/sageteam-org/django-sage-painless: content_hash: ffc77c4da3b3d8757b604070bfd6d9cd7e51c0a5dda9d14c80542c8afd157c93 description: '' @@ -114834,6 +121665,7 @@ https://github.com/sageteam-org/django-sage-painless: v1_locations: - docs/python.md year: N/A + addition_method: manual https://github.com/sageteamorg/django-sage-painless: content_hash: 8a5bbd46448e1bd8a5dbb631084ab936a053c45c9bd35fc2fd49fe49ae1fcf31 gh_license: GPL-3.0 @@ -114849,6 +121681,7 @@ https://github.com/sageteamorg/django-sage-painless: - docs/python.md v2_locations: - python.md + addition_method: manual https://github.com/sagittaros/terraform-k3s-private-cloud: content_hash: 4a8998eba4c5c066a02a898b5f5330680d2f84c24fea7f51355203232e6a671c description: '' @@ -114859,6 +121692,7 @@ https://github.com/sagittaros/terraform-k3s-private-cloud: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://github.com/sahilsk/awesome-jenkins: content_hash: 4568ebe92ef2d8c514e6609fd35da2b6910f6f212a68bcf1cfafd0ade9c35e12 description: '' @@ -114880,6 +121714,7 @@ https://github.com/sahilsk/awesome-jenkins: - jenkins.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/sajeetharan/azure-mindmap: content_hash: 095a2115a115ef8b2ec8f52f3f7cc672660a9675ee18a94ce7e161242d7beac9 description: '' @@ -114896,6 +121731,7 @@ https://github.com/sajeetharan/azure-mindmap: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/sajeetharan/azure-mindmap/blob/master/azure-fundamentals/AZ-900.pdf: content_hash: 84b4bd58ed14b2aba03676af5bb6abd2981e801a7f8d0679aa82e42a9e3f50cd description: '' @@ -114912,6 +121748,7 @@ https://github.com/sajeetharan/azure-mindmap/blob/master/azure-fundamentals/AZ-9 v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/salesforce/craft: content_hash: 225dc0a4e87f67e6ba5854b6819142f49d370fb12f0631bd187a54734d8cdd8f description: '' @@ -114931,6 +121768,7 @@ https://github.com/salesforce/craft: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/salesforce/metabadger: content_hash: e5597c83b87384f9e17cdf455a220ad9e07a95a74c87321d607a1598bd3be381 description: '' @@ -114950,6 +121788,7 @@ https://github.com/salesforce/metabadger: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/salesforce/sloop: content_hash: c97c8f01ea80af82ee8bf3c4c12cc95695d3418d96ea83834323de35e5eef5be description: '' @@ -114969,6 +121808,7 @@ https://github.com/salesforce/sloop: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/saml-to/assume-aws-role-action: content_hash: a8939c5a4351f7c5a541b07acabd1a4a33c3f78eb27a77f28166b98ef2e6eb81 description: '' @@ -114988,12 +121828,14 @@ https://github.com/saml-to/assume-aws-role-action: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/samrocketman: content_hash: ccdb73745887b221a98835c422deb14be9b43a54f17bc7eb184f66cc22bfb681 health_score: 100.0 last_checked: 1779030534.414075 v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/samrocketman/docker-jenkins-jervis/blob/main/README.md: content_hash: 641a3f8213f628baeba0a177895b8afcdafa5ca33d77725ddf8e27ebef4aaa82 health_score: 100.0 @@ -115001,6 +121843,7 @@ https://github.com/samrocketman/docker-jenkins-jervis/blob/main/README.md: needs_ai_refresh: true v1_locations: - docs/jenkins.md + addition_method: manual https://github.com/samrocketman/docker-jenkins-jervis/blob/master/README.md: content_hash: 9f8b5eaaf9ca73dc37522422efc7da95c5f17d85a2a194351e41163ad4722e4d description: '' @@ -115011,6 +121854,7 @@ https://github.com/samrocketman/docker-jenkins-jervis/blob/master/README.md: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://github.com/samrocketman/jenkins-script-console-scripts: content_hash: 711ca16ae22394e1c7c5785fd4b4b83f69d5ebeceb3c9286150218e07475cba7 description: '' @@ -115023,6 +121867,7 @@ https://github.com/samrocketman/jenkins-script-console-scripts: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://github.com/samrocketman/jervis/wiki: content_hash: 93eaf9d57e489a5ce082c63a8dd5e997d36e4e74dc9fa9843a8371d5980c5d7c description: '' @@ -115042,6 +121887,7 @@ https://github.com/samrocketman/jervis/wiki: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/samrocketman/nexus3-config-as-code: ai_summary: A declarative configuration-as-code utility for bootstrapping Nexus 3 configurations, utilizing Groovy scripting. Unmaintained for over four years @@ -115072,6 +121918,7 @@ https://github.com/samrocketman/nexus3-config-as-code: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/samyfodil/taubyte-llama-satellite: ai_summary: An experimental extension linking llama.cpp to the Taubyte engine, enabling localized, serverless large language model (LLM) inference across edge nodes. @@ -115101,6 +121948,7 @@ https://github.com/samyfodil/taubyte-llama-satellite: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://github.com/saturnism/awesome-cloud-native-java: content_hash: 304e0ff20521d8e9925626ba5c54b7204835ea5b029b6f81d31978f5a68e0d89 description: '' @@ -115118,6 +121966,7 @@ https://github.com/saturnism/awesome-cloud-native-java: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/saturnism/spring-petclinic-gcp: content_hash: e1bcf973155aad6da1d00f86768b8fb782c990eb11a6a10009cab4a8715ae6ee description: '' @@ -115131,6 +121980,7 @@ https://github.com/saturnism/spring-petclinic-gcp: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/sauljabin/kaskade: ai_summary: 'Curator Insight: Modern Terminal User Interface (TUI) client for Apache Kafka. Live Grounding: Employs an elegant console layout allowing engineering @@ -115162,6 +122012,7 @@ https://github.com/sauljabin/kaskade: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/savecost/datav: content_hash: 446a82fc88f4cec9598c9c7450122067d985466c84059b867e07994b4b372982 description: '' @@ -115172,6 +122023,7 @@ https://github.com/savecost/datav: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://github.com/sbilly/awesome-security: content_hash: e639c7488b58ca1f803e1ab8bd253dce1ad2fe3159407f7fa476e6f39ce8b93c description: '' @@ -115192,6 +122044,7 @@ https://github.com/sbilly/awesome-security: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/sclorg: content_hash: dca6332900b96a70b79661170f24a650215594ac17bf86afb3e090306927166c description: '' @@ -115208,6 +122061,7 @@ https://github.com/sclorg: v2_locations: - openshift.md year: N/A + addition_method: manual https://github.com/sclorg/mariadb-container: content_hash: 407ec4c514faae637cd2d53cc5d4909a5d5e42d755ebfacee429682e9095a2af description: '' @@ -115227,6 +122081,7 @@ https://github.com/sclorg/mariadb-container: v2_locations: - openshift.md year: N/A + addition_method: manual https://github.com/scorputty/packer-centos-awx: content_hash: d61e92d82c58aacc4f5c4e00147699add2c140def613393f85e57e2240009eab description: '' @@ -115246,6 +122101,7 @@ https://github.com/scorputty/packer-centos-awx: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/scraly/terraform-cheat-sheet/blob/master/terraform-cheat-sheet.pdf: content_hash: 95700438027f959584bb88348af2cd22e4948f35603cbccb39d82f8ad946a708 description: '' @@ -115262,6 +122118,7 @@ https://github.com/scraly/terraform-cheat-sheet/blob/master/terraform-cheat-shee v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/screwdriver-cd/screwdriver: content_hash: b1511b70bf26de100534f6264e0c8d1b3ad91b54dbb408663179b42b03f7fc12 description: '' @@ -115281,6 +122138,7 @@ https://github.com/screwdriver-cd/screwdriver: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/scriptcamp/kubernetes-serviceaccount-example: content_hash: 17035ac82a580990173741b5b8b283b6d225127473015814fcbea6b9fd6e22ba description: '' @@ -115292,6 +122150,7 @@ https://github.com/scriptcamp/kubernetes-serviceaccount-example: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://github.com/scylladb/scylla-operator: content_hash: 2249195d0f43c2d683d25176cf9a6137afa68a83e7b3bab7e9f770993bb4314b description: '' @@ -115311,6 +122170,7 @@ https://github.com/scylladb/scylla-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/sdduursma/github-merge-bot: content_hash: 74c2b7574adb505a9441b447bdb209a0190d4a38e77de1a23cc4a614325d3d74 gh_license: EPL-1.0 @@ -115326,6 +122186,7 @@ https://github.com/sdduursma/github-merge-bot: - docs/git.md v2_locations: - git.md + addition_method: manual https://github.com/sdras/awesome-actions: content_hash: fde47029da1f80ee0b7ca28f691d975a9a45c7a2b6120e52692b9be31c3d8638 description: '' @@ -115347,6 +122208,7 @@ https://github.com/sdras/awesome-actions: - jenkins-alternatives.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/seal-io/tap: content_hash: 29332c206f1a8d3ba1c05490a4439a1e43aef95d7f176203de579b4e4673bd69 description: '' @@ -115366,6 +122228,7 @@ https://github.com/seal-io/tap: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/search?l=powershell&q=stars%3A%3E1&type=Repositories: content_hash: cf889f549f22a4d2fb4fa68a8c2e1ed65f9f29c17eee06da4d21fffec2240bd2 health_score: 100.0 @@ -115378,6 +122241,7 @@ https://github.com/search?l=powershell&q=stars%3A%3E1&type=Repositories: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://github.com/search?q=org%3Alightstep+launcher: content_hash: 730fb916d46d79d0808d94d590d713b0f380ea7d2dc346ca4d4a4f0be643d18d description: '' @@ -115394,6 +122258,7 @@ https://github.com/search?q=org%3Alightstep+launcher: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/segmentio/kubectl-curl: content_hash: 17f8bb698c3d9d92cfdf16f8b43137f794d21119c68e56f935b87aebfecaec94 description: '' @@ -115414,6 +122279,7 @@ https://github.com/segmentio/kubectl-curl: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/segmentio/stack: content_hash: cc496150974b415cced2189a2b888f8a3c71d167f79b94cb3cc52c6bf999ca55 description: '' @@ -115433,6 +122299,7 @@ https://github.com/segmentio/stack: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/selefra/selefra: content_hash: 8c2d37a3c3906922d6bd119377834a69e2f6ffc98e2427f2d9363206fd9c1d69 description: '' @@ -115453,6 +122320,7 @@ https://github.com/selefra/selefra: v2_locations: - securityascode.md year: N/A + addition_method: manual https://github.com/seligman/aws-ip-ranges: content_hash: d01f998bfea46bcc52291909a73539b91d0dc3cf7dfbceb7618d32940b11d01c description: '' @@ -115472,6 +122340,7 @@ https://github.com/seligman/aws-ip-ranges: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://github.com/sematext/cheatsheets/blob/master/docker-swarm-cheatsheet.md: content_hash: af88251361cf1706840a74c5826170369cf4a10cce2f05e095cb3554a7c52292 description: '' @@ -115488,6 +122357,7 @@ https://github.com/sematext/cheatsheets/blob/master/docker-swarm-cheatsheet.md: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/senthilrch/kube-fledged: content_hash: b225f7fdbeaea410a77a77474d0644d961c995462f2f6d77afef056d20ef4fba description: '' @@ -115507,6 +122377,7 @@ https://github.com/senthilrch/kube-fledged: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/serenakeyitan/awesome-notebookLM-prompts: ai_summary: A master repository containing systemic prompts for Google NotebookLM. Accelerates deep source material analysis, structured outlining, and programmatic @@ -115541,6 +122412,7 @@ https://github.com/serenakeyitan/awesome-notebookLM-prompts: - chatgpt.md - demos.md year: N/A + addition_method: manual https://github.com/serkan-ozal/jillegal: ai_summary: 'An experimental library designed to bypass standard JVM memory allocation by managing objects off-heap. Note: This project is archived and has been inactive @@ -115571,6 +122443,7 @@ https://github.com/serkan-ozal/jillegal: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://github.com/shahedbd/awesome-project-management: content_hash: d972fa83c542725361c6c3e67aab7f79fea7813afd1bbaef029dd3036161a84c description: '' @@ -115591,6 +122464,7 @@ https://github.com/shahedbd/awesome-project-management: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/shank-git/metal-kubes: ai_summary: A legacy helper script system for configuring bare-metal Kubernetes environments. The project is inactive and has been succeeded by declarative bare-metal @@ -115621,6 +122495,7 @@ https://github.com/shank-git/metal-kubes: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/shanraisshan/claude-code-best-practice: ai_summary: 'Curator Insight: Curated collection of best practices, system prompts, and architecture layouts for Claude Code. @@ -115659,6 +122534,7 @@ https://github.com/shanraisshan/claude-code-best-practice: - ai-agents-mcp.md - developerportals.md year: N/A + addition_method: manual https://github.com/sharadbhat/KubernetesPatterns: content_hash: 4ca82fb74ad7f9528d9f261cc583a0ed8f7ea5441941ea30726f449523e05dc6 description: '' @@ -115679,6 +122555,7 @@ https://github.com/sharadbhat/KubernetesPatterns: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/sheehan/job-dsl-gradle-example: content_hash: 858122161d65456c6cfafb3323568e24e068f60e83ee8a1ef71893a687dc4dad description: '' @@ -115698,6 +122575,7 @@ https://github.com/sheehan/job-dsl-gradle-example: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/sherifabdlnaby/kubephp: content_hash: 622b42fb6fa504910b1860d9a79c8d6cfdc5317a7136e08bc861cfc72037fa75 description: '' @@ -115717,6 +122595,7 @@ https://github.com/sherifabdlnaby/kubephp: v2_locations: - container-managers.md year: N/A + addition_method: manual https://github.com/sherifabdlnaby/phpdocker: content_hash: 622b42fb6fa504910b1860d9a79c8d6cfdc5317a7136e08bc861cfc72037fa75 description: '' @@ -115727,6 +122606,7 @@ https://github.com/sherifabdlnaby/phpdocker: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://github.com/shipa-corp/ketch: content_hash: c1ebb74798226b8004b5a89a4e70d8693ace5a23b5e00efeae98c481a1da578b description: '' @@ -115737,6 +122617,7 @@ https://github.com/shipa-corp/ketch: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/shipwright-io/build: content_hash: ce61ffaeaadfbc517b8f9aa5e71ed602ff6cd1fc85af740124c15322f7d65421 description: '' @@ -115756,6 +122637,7 @@ https://github.com/shipwright-io/build: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/shuaibiyy/awesome-terraform: content_hash: 80b26cc48931172cafbf7b70b41defc488bed306d8946cd1b79feb48dfc8f4d4 description: '' @@ -115767,6 +122649,7 @@ https://github.com/shuaibiyy/awesome-terraform: - docs/other-awesome-lists.md - docs/terraform.md year: N/A + addition_method: manual https://github.com/shuaibiyy/awesome-tf: content_hash: d020dbee208ae3000ab3e0652fef92bc77c80ccd0a30a5a9b378c9c7200d0d15 gh_license: CC0-1.0 @@ -115784,6 +122667,7 @@ https://github.com/shuaibiyy/awesome-tf: v2_locations: - terraform.md - other-awesome-lists.md + addition_method: manual https://github.com/shurshun/domain-harvester: content_hash: fe32d799be81bc627d249a9d9c759158a15cf8a49fdabbc1548f65ddf97bb38b description: '' @@ -115800,6 +122684,7 @@ https://github.com/shurshun/domain-harvester: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/siamaksade/jenkins-blueocean: ai_summary: Utility repository hosting configurations to deploy Jenkins Blue Ocean configurations instantly within early Red Hat OpenShift Container Platform environments. @@ -115829,6 +122714,7 @@ https://github.com/siamaksade/jenkins-blueocean: - openshift-pipelines.md - demos.md year: N/A + addition_method: manual https://github.com/siamaksade/mapit-spring: content_hash: 168194cfb02b3eaf1007b71793f17395151974c4a7167c95481b94cd78a74595 description: '' @@ -115845,6 +122731,7 @@ https://github.com/siamaksade/mapit-spring: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/sieve-project/sieve: content_hash: f4d9136fc65098acc53e581910d0f10b08376a14c680ffa9cd77da27d0e101cd description: '' @@ -115864,6 +122751,7 @@ https://github.com/sieve-project/sieve: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/sighupio/permission-manager: content_hash: 2f0669cf07fdd602ed1f85aa8f6f18e459180e0c2f0e04399fd8a521e3e11dca description: '' @@ -115883,6 +122771,7 @@ https://github.com/sighupio/permission-manager: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/sigstore/cosign: ai_summary: Cosign simplifies the process of signing and verifying OCI artifacts like container images and SBOMs. As the cornerstone of the Sigstore project, it @@ -115915,6 +122804,7 @@ https://github.com/sigstore/cosign: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/sigstore/k8s-manifest-sigstore: content_hash: 3ce325e9eeb965b68ba6a2dd61de22b767fef48c2212a870b9fb01520dfd615f description: '' @@ -115934,6 +122824,7 @@ https://github.com/sigstore/k8s-manifest-sigstore: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://github.com/silverapp/silver: content_hash: 4818e93ab4a4794e4eb5c07a513c35821855c54ea5677d11a60c8ebb2ee8a53b gh_license: NOASSERTION @@ -115949,6 +122840,7 @@ https://github.com/silverapp/silver: - docs/python.md v2_locations: - python.md + addition_method: manual https://github.com/simhol/awesome-azure: content_hash: d5eb33ba6a89d1c496b8bd4964813e5acd0620ef17238cbab4c31aec99444912 description: '' @@ -115966,6 +122858,7 @@ https://github.com/simhol/awesome-azure: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/similarweb/statusbay: content_hash: 4ffe80051d427adad91bc6a4591a4dcb38f422ee9b1508249389603ab977d3d2 description: '' @@ -115985,6 +122878,7 @@ https://github.com/similarweb/statusbay: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://github.com/simplenetes-io/simplenetes: ai_summary: A highly simplified container orchestration tool designed as an alternative to Kubernetes. Lacks active development (>4 years inactive), recommended solely @@ -116015,6 +122909,7 @@ https://github.com/simplenetes-io/simplenetes: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://github.com/sinaptik-ai/pandas-ai: content_hash: 954cf0843c76bec2ad6612e6618602e0604d1806041e9de6bbccad5056e03762 gh_license: NOASSERTION @@ -116030,6 +122925,7 @@ https://github.com/sinaptik-ai/pandas-ai: - docs/python.md v2_locations: - python.md + addition_method: manual https://github.com/sindresorhus/awesome: content_hash: a7abc624db0a48c5055308585633adeea51c78ae0f7ebee5009290afd849092f description: '' @@ -116050,6 +122946,7 @@ https://github.com/sindresorhus/awesome: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/sirech/example-concourse-pipeline: content_hash: a45d87d94ca98bde5e515332e6b5f34a3987632a69c45e499c22214f4fdd5a80 description: '' @@ -116062,6 +122959,7 @@ https://github.com/sirech/example-concourse-pipeline: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/skooner-k8s/skooner: content_hash: 352f9d19bc2f71467219ddfa3b5bf8844ac20113acb43740ba66cd47244e70e3 description: '' @@ -116081,6 +122979,7 @@ https://github.com/skooner-k8s/skooner: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/sl1pm4t/k2tf: content_hash: 6278c4fc7e131754140157e525abd47b4da0a4e1a941c13caeac4d314744354b description: '' @@ -116100,6 +122999,7 @@ https://github.com/sl1pm4t/k2tf: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/slackhq/nebula: content_hash: a84f373ae9521de80f0f421638966dc03facc02d62949db845d9ab94dae7602a description: '' @@ -116119,6 +123019,7 @@ https://github.com/slackhq/nebula: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/slawekradzyminski/AwesomeTesting: content_hash: cef0a9f4efdcd2e351d2822b1a6050a76b74cce29e9aa2c8232e91ee7d569f49 description: '' @@ -116136,6 +123037,7 @@ https://github.com/slawekradzyminski/AwesomeTesting: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/slipway-gitops/slipway: content_hash: dbbab359e02e49a90b108972cbdeb6b096a69a28d186590c3d3e1437a8d51bf8 description: '' @@ -116155,6 +123057,7 @@ https://github.com/slipway-gitops/slipway: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/slok/kubewebhook: content_hash: 7682c6cfb7de514686f7aaad0fc3d75296b833fdef0db22a23d0af30a07bcc37 description: '' @@ -116174,6 +123077,7 @@ https://github.com/slok/kubewebhook: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/slok/sloth: content_hash: 2e4bcb0320df96693316bf3c5aa6a5ba38ec35220390e110e3a3abefd3dc73a7 description: '' @@ -116193,6 +123097,7 @@ https://github.com/slok/sloth: v2_locations: - prometheus.md year: N/A + addition_method: manual https://github.com/sls-dev1/openshift-elastic-apm-server: content_hash: a9f17267aacb4078471811081556a8791b40a10febd8cb94b6f319592240c61d description: '' @@ -116209,6 +123114,7 @@ https://github.com/sls-dev1/openshift-elastic-apm-server: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/smarkets/marge-bot: content_hash: 456e45feb8a89f3ef092787cd0ae71b2ca151f9c52ba8de8d3351aab85d451cd description: '' @@ -116228,6 +123134,7 @@ https://github.com/smarkets/marge-bot: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/smartxworks/knest: content_hash: 8ad9227005d7c9e5df0f961be84c317de358cf89ef1cbe0f36b577a9e66bc257 description: '' @@ -116247,6 +123154,7 @@ https://github.com/smartxworks/knest: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/smartxworks/virtink: content_hash: 3a00f8a0ede46440a57f0ce4e3b948b4b8702cb22dd4f6d3b771af5cf68e9e26 description: '' @@ -116266,6 +123174,7 @@ https://github.com/smartxworks/virtink: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/smocker-dev/smocker: content_hash: 40efcd8e1c2c1fa509cad2907f268f458d4ac86730f96c073f0d789a30a93278 gh_license: MIT @@ -116281,6 +123190,7 @@ https://github.com/smocker-dev/smocker: - docs/testops.md v2_locations: - testops.md + addition_method: manual https://github.com/sngular/kloadgen: ai_summary: 'Curator Insight: Purpose-built CLI and tool to simulate heavy load scenarios utilizing Schemas. Live Grounding: Streamlines load testing of schema-validated @@ -116311,6 +123221,7 @@ https://github.com/sngular/kloadgen: v2_locations: - message-queue.md year: '2023' + addition_method: manual https://github.com/softonic/node-policy-webhook: content_hash: 6166d7a754467ea95c0cbeb24f39d1d868b74f6fee5b09e8b5657f6224701c07 description: '' @@ -116330,6 +123241,7 @@ https://github.com/softonic/node-policy-webhook: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/solarwinds/rkubelog: content_hash: 31d366bcbd4ded03d79de63d2b8ea15efc830fcb6370f4e06674cd7404f54392 description: '' @@ -116349,6 +123261,7 @@ https://github.com/solarwinds/rkubelog: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/sonatype-nexus-community: ai_summary: The master community hub containing third-party integrations, developer plugins, and configuration scripts targeting the Sonatype Nexus software ecosystem. @@ -116375,6 +123288,7 @@ https://github.com/sonatype-nexus-community: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/sonatype-nexus-community/nexus-kubernetes-openshift: ai_summary: A community-supported project featuring Helm charts and YAML manifests to deploy Sonatype Nexus in OpenShift and standard Kubernetes. Currently marked @@ -116405,6 +123319,7 @@ https://github.com/sonatype-nexus-community/nexus-kubernetes-openshift: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/sottlmarek/DevSecOps: content_hash: d08b2fc901fa7dd2fd1cd4f920a49ecdaa17251036e8052a68c172b149069be1 description: '' @@ -116425,6 +123340,7 @@ https://github.com/sottlmarek/DevSecOps: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/spacecloud-io/space-cloud: content_hash: 8aa3745d64a8e1e1ab6b6f0ffcc1490c787c8e1f6dc9bbd6e5a386cfa31d72e4 description: '' @@ -116444,6 +123360,7 @@ https://github.com/spacecloud-io/space-cloud: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/spotify/flink-on-k8s-operator: content_hash: 4175406340122dadde67dcc4dda5c28a60e49f718976a8b1d2eaca7ba3d31bea description: '' @@ -116463,6 +123380,7 @@ https://github.com/spotify/flink-on-k8s-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/spring-cloud/spring-cloud-kubernetes: content_hash: f5cfb46f1bd67a04f04e502cf23a47034b8e4f291c59692e9ceb0adff1b0f2bd description: '' @@ -116484,6 +123402,7 @@ https://github.com/spring-cloud/spring-cloud-kubernetes: - java_frameworks.md - demos.md year: N/A + addition_method: manual https://github.com/spring-petclinic/spring-petclinic-cloud: content_hash: 163ddf8abcab78d55da91c0529337d7ebe0aaece51bbf9f40c94afdf0ba7526c gh_license: Apache-2.0 @@ -116499,6 +123418,7 @@ https://github.com/spring-petclinic/spring-petclinic-cloud: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/spring-petclinic/spring-petclinic-kubernetes: content_hash: ff6ea993400fd31d8145cd889f09be8a4f2136e9d71dbebed7933b071ba7b3a8 description: '' @@ -116509,6 +123429,7 @@ https://github.com/spring-petclinic/spring-petclinic-kubernetes: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/spring-petclinic/spring-petclinic-microservices: content_hash: a4b9bbbc88032f22ea11194e8a7052f1dfbc7269b5b94aea55d21923a1b922f1 description: '' @@ -116528,6 +123449,7 @@ https://github.com/spring-petclinic/spring-petclinic-microservices: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/spring-projects/spring-boot#L73: content_hash: 5f55cc73a0ba8d7dd63a319ad3541b071f7136421dc2d8decd308a57a487c6b9 gh_license: Apache-2.0 @@ -116543,6 +123465,7 @@ https://github.com/spring-projects/spring-boot#L73: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://github.com/spring-projects/spring-petclinic: content_hash: f46bb6fee08f1ca8127c793df3da35e630cffe49db992edf76cdcd40283fbee1 description: '' @@ -116562,6 +123485,7 @@ https://github.com/spring-projects/spring-petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/spring-projects/spring-petclinic/issues/339: content_hash: 2ead2066f729ccc18514ab3f3d7c19cc38d0e98c0085ccee1fbc179c0211d718 description: '' @@ -116581,6 +123505,7 @@ https://github.com/spring-projects/spring-petclinic/issues/339: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/squalrus/merge-bot: content_hash: 3f1aab86ca49bd02e1a509659a317b4ba6b7565a7df02d1a2ee3b557407ab448 description: '' @@ -116600,6 +123525,7 @@ https://github.com/squalrus/merge-bot: v2_locations: - git.md year: N/A + addition_method: manual https://github.com/squareops/terraform-aws-vpc: content_hash: f5906f56eb837c59f96878bbde574fea1cc10db1d1ed0444d928ddabb6d6280b description: '' @@ -116619,6 +123545,7 @@ https://github.com/squareops/terraform-aws-vpc: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/squat/kilo: content_hash: 74c45645cdf32856a5fde1d5968e8c887ae530b3e8d1a87a24aafa57d0f9a54c description: '' @@ -116638,6 +123565,7 @@ https://github.com/squat/kilo: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/srfrnk/jabos: content_hash: fe4a0eaa54f02599bc6404730dc1629746991912467d1f76806aea76f220a0d0 description: '' @@ -116657,6 +123585,7 @@ https://github.com/srfrnk/jabos: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ssbostan/jenkins-stack-docker: content_hash: 1811852b4c565cb16b239c1b858f10a62bab842ae1d27c33e602aebc70547af6 description: '' @@ -116676,6 +123605,7 @@ https://github.com/ssbostan/jenkins-stack-docker: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/ssbostan/jenkins-stack-kubernetes: content_hash: c9c1aaedfe3a0ef9b75564cd4145ec7717be39ac16fa2b94c6b63bc4533e37df description: '' @@ -116695,6 +123625,7 @@ https://github.com/ssbostan/jenkins-stack-kubernetes: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/ssbostan/jenkins-tutorial: content_hash: e59a8575de4842c9bcaf9e35bd47ba98eef4ff50b1bd2fa13c0f66d62cc2085d description: '' @@ -116714,6 +123645,7 @@ https://github.com/ssbostan/jenkins-tutorial: v2_locations: - jenkins.md year: N/A + addition_method: manual https://github.com/sse-secure-systems/connaisseur: content_hash: 07e05cecfafe713c0a3afebe1a4f7860706d3fce3c3d8297c57f583e13daef13 description: '' @@ -116733,6 +123665,7 @@ https://github.com/sse-secure-systems/connaisseur: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/sstarcher/helm-exporter: ai_summary: A Prometheus exporter designed to surface real-time metrics for deployed Helm releases. It monitors charts metadata, tracking status, revisions, and health @@ -116765,6 +123698,7 @@ https://github.com/sstarcher/helm-exporter: - helm.md - prometheus.md year: N/A + addition_method: manual https://github.com/sstephenson/rbenv: content_hash: 7230c8f09965fdd1335a4b58dfd69622da22ebce1867df704cb63b6409efb458 health_score: 100.0 @@ -116772,6 +123706,7 @@ https://github.com/sstephenson/rbenv: v1_locations: - docs/demos.md - docs/maven-gradle.md + addition_method: manual https://github.com/ssup2/kpexec: content_hash: ca0af37133071db91f9ed23ea3af9925e5c5046d0d7d3034c5ea71c6d923bd43 description: '' @@ -116791,6 +123726,7 @@ https://github.com/ssup2/kpexec: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/stackrox/Kubernetes_Security_Specialist_Study_Guide: ai_summary: 'A comprehensive community-driven study guide for the Linux Foundation''s CKS exam. @@ -116827,6 +123763,7 @@ https://github.com/stackrox/Kubernetes_Security_Specialist_Study_Guide: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://github.com/stackrox/kube-linter: ai_summary: A static analysis tool that analyzes Kubernetes YAML manifests and Helm charts against best practices for security and production readiness. Checks for @@ -116862,6 +123799,7 @@ https://github.com/stackrox/kube-linter: - devsecops.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/stacksimplify/aws-eks-kubernetes-masterclass: content_hash: d5163f19d2b40ed07e72bcf44900e6342df8f5f0792555c8753298823ff51f0c description: '' @@ -116878,6 +123816,7 @@ https://github.com/stacksimplify/aws-eks-kubernetes-masterclass: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/stacksimplify/azure-aks-kubernetes-masterclass: content_hash: 5aa5f77ffa2cb7e6a5b6b7b247da6e75b951ea474975085f85c4ebd117f52a18 description: '' @@ -116896,6 +123835,7 @@ https://github.com/stacksimplify/azure-aks-kubernetes-masterclass: - terraform.md - demos.md year: N/A + addition_method: manual https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/25-Azure-DevOps-Terraform-Azure-AKS: content_hash: 047cb7a87781eb910c358053dcbc997cdd2231a0eb8f27bc610ee154bb2f24d1 description: '' @@ -116907,6 +123847,7 @@ https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/25 v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/ppt-presentation: content_hash: 71d3362e0796df8d9f9d6f1986c67b834869ab8e741a23af5ecc001ffa62bd99 description: '' @@ -116919,6 +123860,7 @@ https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/pp v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://github.com/stakater/Forecastle: content_hash: 1d66014024c686b95fa4b93439cfb3d92e8b2eb491e6d35864346f6813b1034b description: '' @@ -116938,6 +123880,7 @@ https://github.com/stakater/Forecastle: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/stakater/IngressMonitorController: content_hash: d55795aeb5b47d08150902e6d9bd1bcdea07c755c6a7535d69e46d9c94a650e8 description: '' @@ -116957,6 +123900,7 @@ https://github.com/stakater/IngressMonitorController: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/stakater/Reloader: content_hash: c6ec5140cb3cd6f3c78c173e0a764d58adf7a3dabcacc855b4a96eebe8632847 description: '' @@ -116976,6 +123920,7 @@ https://github.com/stakater/Reloader: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/stakater/Xposer: content_hash: 29c16f22c76bc98338771dc74ac1438639e996eb6118ecdda8b375752b17568b description: '' @@ -116997,6 +123942,7 @@ https://github.com/stakater/Xposer: - kubernetes-networking.md - gitops.md year: N/A + addition_method: manual https://github.com/stan-smith/FossFLOW: description: '' health_score: 80.0 @@ -117014,6 +123960,7 @@ https://github.com/stan-smith/FossFLOW: - gitops.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/stashed/stash: content_hash: ce830f18065137153095ba75fd3c6c6ff7abe39fb59aebe99059b2b1ed8c28f6 description: '' @@ -117033,6 +123980,7 @@ https://github.com/stashed/stash: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://github.com/steamhaus/kubeswitch: content_hash: df09b7d158365db2199a8310dd14df6fcd934da2e45806e3ffcc2484c8adaff4 description: '' @@ -117052,12 +124000,14 @@ https://github.com/steamhaus/kubeswitch: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/stedolan/jq: content_hash: 2bbc25b13f97226919336cdea4344360a9fbc78222ca719a5863f5fc7eb3c271 health_score: 100.0 last_checked: 1779032098.162187 v1_locations: - docs/yaml.md + addition_method: manual https://github.com/stefanprodan/gitops-istio: content_hash: 3501356a1e2ae4ce8940c02dae02505b05350fe8d2191b0961d48b8a7fde860e description: '' @@ -117078,6 +124028,7 @@ https://github.com/stefanprodan/gitops-istio: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/stefanprodan/podinfo: content_hash: 125ee281f14d531e229930cb3a29aaf410035ea7fabe0f0062ae730e37c74eb1 description: '' @@ -117097,6 +124048,7 @@ https://github.com/stefanprodan/podinfo: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/stepchowfun/docuum: content_hash: e4741475cc45ec8af39ff632ab96c0284e52a5996db547abb2c372de3bda1b93 description: '' @@ -117116,6 +124068,7 @@ https://github.com/stepchowfun/docuum: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/stephaneey/azure-and-k8s-architecture: ai_summary: An open architecture repository featuring curated blueprints for running production workloads on Azure and AKS. Demonstrates network security zone mapping, @@ -117144,6 +124097,7 @@ https://github.com/stephaneey/azure-and-k8s-architecture: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/stephaneey/azure-and-k8s-architecture/blob/main/maps/apim.md: ai_summary: A deep architectural layout mapping API Management topologies to backend AKS clusters. Synthesizes network routing scenarios (internal and external virtual @@ -117171,6 +124125,7 @@ https://github.com/stephaneey/azure-and-k8s-architecture/blob/main/maps/apim.md: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://github.com/stephaneey/azure-and-k8s-architecture/blob/main/networking/azure-kubernetes-service/east-west-traffic/east-west-shared-calico.md : content_hash: 433dcd5937807c0c6137c805c6b114481abf6d8f8e84b925927d1c6a83eb1809 description: '' @@ -117183,6 +124138,7 @@ https://github.com/stephaneey/azure-and-k8s-architecture/blob/main/maps/apim.md: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/stern/stern: content_hash: 02a6d0aaa779be47b6c109a6867ca9a9a4ec5dd72ca3440241357456549c728f description: '' @@ -117202,6 +124158,7 @@ https://github.com/stern/stern: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/steve-mt/awesome-slo: content_hash: 39ca6d296e300ee9175b8f98be6ac850f7886c05cad347e3eaf281ec4aacd48d gh_license: CC0-1.0 @@ -117218,6 +124175,7 @@ https://github.com/steve-mt/awesome-slo: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://github.com/steveazz/awesome-slo: content_hash: 2a8a72118a2186dd023c23869839516a034a9b5929836470362f008dfd03995f description: '' @@ -117228,6 +124186,7 @@ https://github.com/steveazz/awesome-slo: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/steveteuber/kubectl-graph: content_hash: b3652053583cd419d1f0449fb83fa6b07b1a016718aeb4f78087c7d7943a4100 description: '' @@ -117247,6 +124206,7 @@ https://github.com/steveteuber/kubectl-graph: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/strimzi/kafka-kubernetes-config-provider: ai_summary: A specialized Kubernetes configuration provider for Apache Kafka that enables Kafka applications to read configuration data dynamically from Kubernetes @@ -117280,6 +124240,7 @@ https://github.com/strimzi/kafka-kubernetes-config-provider: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/strimzi/strimzi-canary: ai_summary: A deployment-ready diagnostic tool that acts as a canary monitor within Kafka clusters. It helps ops teams measure round-trip message latency, validation @@ -117311,6 +124272,7 @@ https://github.com/strimzi/strimzi-canary: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/sukeesh/k8s-job-notify: content_hash: 5e70cedb8629e43a105a7a84d9735a8617c6fbf69c509dac9aec12ba9bfa09da description: '' @@ -117330,6 +124292,7 @@ https://github.com/sukeesh/k8s-job-notify: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/summerwind/actions-runner-controller: content_hash: e0b81792621a3f351f640bbf07601f3cbc5efdefbb09a7cdce88ae3ced404fdf description: '' @@ -117340,6 +124303,7 @@ https://github.com/summerwind/actions-runner-controller: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/superbrothers/zsh-kubectl-prompt: content_hash: e8d9f9d17ff8b9e799e416d1321f0734b4fd5a8e234a48cdeacc0ffe97054c8c description: '' @@ -117359,6 +124323,7 @@ https://github.com/superbrothers/zsh-kubectl-prompt: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://github.com/suraksha-123/Grant-Revoke-ssh-access: ai_summary: 'A security-focused shell scripting utility designed to automate user provisioning, key assignment, and subsequent access revocation across distributed @@ -117389,6 +124354,7 @@ https://github.com/suraksha-123/Grant-Revoke-ssh-access: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/swade1987/deprek8ion: content_hash: 7b786ea62674f3a09329e3f08529e9b3936001174873ebde9eb649e046d21682 description: '' @@ -117410,6 +124376,7 @@ https://github.com/swade1987/deprek8ion: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/swagger-api/swagger-codegen: content_hash: d9c645faf2917f2a541a96c949d559a8b1813b9976cec8c12bb84846062b2903 description: '' @@ -117429,6 +124396,7 @@ https://github.com/swagger-api/swagger-codegen: v2_locations: - swagger-code-generator-for-rest-apis.md year: N/A + addition_method: manual https://github.com/swapnakpanda/Infographics/blob/main/Cheat%20Sheet/Database/SQL_CheatSheet.png: content_hash: 897668ccfb3e4132ef052f268c28d51f6b2e55d233e4d3a48df7553177e4697e description: '' @@ -117445,6 +124413,7 @@ https://github.com/swapnakpanda/Infographics/blob/main/Cheat%20Sheet/Database/SQ v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/swarmlet/swarmlet: ai_summary: 'A lightweight self-hosted PaaS wrapper utilizing Docker Swarm. Note: Currently inactive (>4 years since last commit), making it a legacy reference @@ -117475,6 +124444,7 @@ https://github.com/swarmlet/swarmlet: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://github.com/syntasso/kratix: content_hash: 4f6fc89ef4767dd324889cc96f9f9b978e653b08a6e35cc5a98ea4a29b9dde86 description: '' @@ -117494,6 +124464,7 @@ https://github.com/syntasso/kratix: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/systemcraftsman/lab-tekton-pipelines: content_hash: 7ffb7ddc84fcc8e7c5eb4384685b765f14cf951e772846a31fad784651aff823 description: '' @@ -117513,6 +124484,7 @@ https://github.com/systemcraftsman/lab-tekton-pipelines: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/taosdata/TDengine: content_hash: 549d54ac1f8b0fee5cb9f5675523be0e7c23b85078ffdcdb2e005aa3b31ee315 description: '' @@ -117532,6 +124504,7 @@ https://github.com/taosdata/TDengine: v2_locations: - monitoring.md year: N/A + addition_method: manual https://github.com/target/pod-reaper: content_hash: 710c1d725f3ae960da570d03d7cf72e4f144cdd07206f5cb897e86b092043a69 description: '' @@ -117551,6 +124524,7 @@ https://github.com/target/pod-reaper: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/taubyte/dream: ai_summary: A local testing and deployment tool for the Taubyte WebAssembly-native edge framework. Lets engineers build, test, and debug distributed serverless systems @@ -117581,6 +124555,7 @@ https://github.com/taubyte/dream: v2_locations: - kubernetes-alternatives.md year: '2025' + addition_method: manual https://github.com/taubyte/dreamland: content_hash: 661df8f4a4f71dff46381d0c0e8c245ec770bda1714f884fdd3c6015fd6b3559 description: '' @@ -117591,6 +124566,7 @@ https://github.com/taubyte/dreamland: v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://github.com/taubyte/tau: ai_summary: The main open-source repository for Tau. This platform handles autonomous routing, distributed database syncs, and scaling for multi-tenant edge services, @@ -117625,6 +124601,7 @@ https://github.com/taubyte/tau: - caching.md - index.md year: N/A + addition_method: manual https://github.com/tchiotludo/akhq: ai_summary: A powerful, feature-rich web console for administering Kafka cluster resources. Supports direct topic data browsing, consumer group rebalancing monitoring, @@ -117656,6 +124633,7 @@ https://github.com/tchiotludo/akhq: v2_locations: - message-queue.md year: N/A + addition_method: manual https://github.com/tcnksm/awesome-container: content_hash: 9d936b186489ec323b0ec9d39c7c4286413684c2688b83a6bf7a933e557e50ae description: '' @@ -117676,6 +124654,7 @@ https://github.com/tcnksm/awesome-container: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/team-soteria/rback: content_hash: 150c057ef86abcfb4523d95c03df03bc427de822f68398807e1fc9b6def4de24 description: '' @@ -117695,6 +124674,7 @@ https://github.com/team-soteria/rback: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/teamcode-inc/kubeorbit: content_hash: bdf3311904289520ce33142a90fc9b2d554fc34600ab788ef886b81cac40397a description: '' @@ -117714,6 +124694,7 @@ https://github.com/teamcode-inc/kubeorbit: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/techiescamp/devops-projects: ai_summary: A curated GitHub repository containing end-to-end real-world DevOps projects. Implements standard infrastructure-as-code deployments, multi-tier CI/CD @@ -117741,6 +124722,7 @@ https://github.com/techiescamp/devops-projects: v2_locations: - elearning.md year: N/A + addition_method: manual https://github.com/techiescamp/kubernetes-learning-path: content_hash: 671752463b99aa84b82e66d4a4f67c9f4f882d81b93c09d5e958577c19192559 description: '' @@ -117757,6 +124739,7 @@ https://github.com/techiescamp/kubernetes-learning-path: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://github.com/techno-tim/k3s-ansible: content_hash: 3c34d83014e44e8c17aa06bce355f18ed35d6dc539c360107c99c947cfc14c33 description: '' @@ -117767,6 +124750,7 @@ https://github.com/techno-tim/k3s-ansible: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://github.com/techpivot/terraform-module-releaser: ai_summary: A specialized GitHub Action designed to automate the release process, version tagging, and registry publication of Terraform modules. Resolves development @@ -117802,6 +124786,7 @@ https://github.com/techpivot/terraform-module-releaser: - iac.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/tektoncd: content_hash: 5c460d842a7936c0726c8865b93c5b0c7b1dadf3972c70a52c303a5bcd103a2e description: '' @@ -117818,6 +124803,7 @@ https://github.com/tektoncd: v2_locations: - tekton.md year: N/A + addition_method: manual https://github.com/tektoncd/chains: content_hash: 2cdbd293843a82fe6216d9cab2c8fd41a58eb28fd1957dd1bbf04b90ca71c7b0 description: '' @@ -117837,6 +124823,7 @@ https://github.com/tektoncd/chains: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/tektoncd/community: content_hash: 155e11a94e516cc34edab1e2e3071bbca822d651ead9ccb0cae7bb5f6181e6f3 description: '' @@ -117856,6 +124843,7 @@ https://github.com/tektoncd/community: v2_locations: - tekton.md year: N/A + addition_method: manual https://github.com/tektoncd/pipeline: content_hash: 9228a9fc5e9b946dff4963314729e0fac644c1d4329be1f2beb33017fd8a27e4 description: '' @@ -117875,6 +124863,7 @@ https://github.com/tektoncd/pipeline: v2_locations: - tekton.md year: N/A + addition_method: manual https://github.com/telekom/das-schiff: content_hash: b2086cfe7f173a84cf74c31476d2757aec6a2b8ff511cc79355cd3c6cfcc5116 description: '' @@ -117894,6 +124883,7 @@ https://github.com/telekom/das-schiff: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/teleskopeView/teleskope_k8s: content_hash: 30fd093abbbc74f5ae7e6bfb1b238351bc34aa260195c2cd5dd708a01a758cdb description: '' @@ -117913,6 +124903,7 @@ https://github.com/teleskopeView/teleskope_k8s: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/tellerops/helm-teller: ai_summary: A specialized plugin built to secure sensitive parameters inside charts by pulling secrets directly from cloud secret managers (such as HashiCorp Vault @@ -117943,6 +124934,7 @@ https://github.com/tellerops/helm-teller: v2_locations: - helm.md year: N/A + addition_method: manual https://github.com/tenable/access-undenied-aws: content_hash: 5cd4779809c3a5be1f92b632b94713ff45d077ac96b8fee49a0c9852a852ac2d gh_license: Apache-2.0 @@ -117958,6 +124950,7 @@ https://github.com/tenable/access-undenied-aws: - docs/aws-tools-scripts.md v2_locations: - aws-tools-scripts.md + addition_method: manual https://github.com/tensorchord/Awesome-LLMOps: ai_summary: Curated, high-quality compendium of tools, libraries, and resources for the LLMOps ecosystem. Covers framework deployment, GPU scheduling, vector @@ -117990,6 +124983,7 @@ https://github.com/tensorchord/Awesome-LLMOps: - ai.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/tensorchord/envd: content_hash: 770a6424a70e025fdbe5b649f3def28c5cfc8e66d2c960c676fb128629f4656c description: '' @@ -118009,6 +125003,7 @@ https://github.com/tensorchord/envd: v2_locations: - mlops.md year: N/A + addition_method: manual https://github.com/termkit/gama: ai_summary: Terminal UI utility designed to monitor and execute GitHub Actions directly from CLI screens. Deprioritized under Minimum Viable Quality (MVQ) constraints @@ -118043,6 +125038,7 @@ https://github.com/termkit/gama: - git.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/terraform-aws-modules: content_hash: e7121402995f4a77600c9675a673757e5ebbe21198f581c401f2b997cee862b1 description: '' @@ -118059,6 +125055,7 @@ https://github.com/terraform-aws-modules: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/terraform-aws-modules/terraform-aws-eks: content_hash: 79a58ebbdd539631f914844b37dfeff143b259d50b44d55495f335dbae0a74b9 description: '' @@ -118078,6 +125075,7 @@ https://github.com/terraform-aws-modules/terraform-aws-eks: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/terraform-aws-modules/terraform-aws-solutions: content_hash: 202571676d7990b512e1fd6685ee693786da0e4c56ff3453a6cbc936c24e90d9 description: '' @@ -118097,6 +125095,7 @@ https://github.com/terraform-aws-modules/terraform-aws-solutions: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/terraform-linters/tflint/releases/tag/v0.51.0: content_hash: 75cc686f1cc8e3852caaadd1d0a74b05d2cdb619ae635405350b7f1f6957add7 description: '' @@ -118116,6 +125115,7 @@ https://github.com/terraform-linters/tflint/releases/tag/v0.51.0: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/terramate-io/terramate: content_hash: 1513098c95eb990db1d4df497307f040e61d3baf25db35e2d9a0f0ccc4869e3c gh_license: MPL-2.0 @@ -118131,6 +125131,7 @@ https://github.com/terramate-io/terramate: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://github.com/terrytangyuan/awesome-argo: content_hash: 4cfcb2323980bc80f403202b4611bc3b2dd06b3d8dda2c07d39412a509e54f89 description: '' @@ -118141,6 +125142,7 @@ https://github.com/terrytangyuan/awesome-argo: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://github.com/terrytangyuan/awesome-kubeflow: content_hash: 368e3278e8b47d381a4391c7059b86740316f6b32b4060ea01e49f4818165a7f description: '' @@ -118161,6 +125163,7 @@ https://github.com/terrytangyuan/awesome-kubeflow: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/testcontainers: content_hash: f65a223f058675053d67335baa5a873b8a0a1118a7ba296d1ccddb5137065dc5 description: '' @@ -118177,6 +125180,7 @@ https://github.com/testcontainers: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/tfutils/tfenv: content_hash: 2fcb948b5d067c8cf48c90e90a73b6733826002a165922b95592cc136be4ff5e description: '' @@ -118196,6 +125200,7 @@ https://github.com/tfutils/tfenv: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/tfxor/terraform-google-automation-demo: content_hash: a2c43d5f5fe8cb54b44c54b31b1627ccf75219e2ccf038f45c5a55c14ca09353 gh_license: MPL-2.0 @@ -118211,6 +125216,7 @@ https://github.com/tfxor/terraform-google-automation-demo: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/thangchung/awesome-dotnet-core: content_hash: cdc29aa9f0216deeaa302becff4aa9868cb69a89a60291d9dcac5846140f0022 description: '' @@ -118228,6 +125234,7 @@ https://github.com/thangchung/awesome-dotnet-core: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/thanos-io/kube-thanos: content_hash: 39f6edec555f4c2ea241d2e8b19ee471b07e71d0d742da66ece135be919db8f7 description: '' @@ -118241,6 +125248,7 @@ https://github.com/thanos-io/kube-thanos: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/thanos-io/thanos: content_hash: afbd2715a29308eef6a2d37cd8e73dfc86c1121ece31ffe590ae06206fad9f2c description: '' @@ -118253,6 +125261,7 @@ https://github.com/thanos-io/thanos: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://github.com/thebjorn/pydeps: content_hash: f0e1c9c5e6930614e1d9690248b4d0a2181ec6faed3d9c9d95bea6f8e6d6123d description: '' @@ -118272,6 +125281,7 @@ https://github.com/thebjorn/pydeps: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/theforeman/foreman-ansible-modules: content_hash: 9296794cfa8620972a8787dbdd7142df7278240ec87a317107603f0026cfed3f description: '' @@ -118284,6 +125294,7 @@ https://github.com/theforeman/foreman-ansible-modules: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://github.com/theketchio/ketch: content_hash: c1ebb74798226b8004b5a89a4e70d8693ace5a23b5e00efeae98c481a1da578b description: '' @@ -118303,6 +125314,7 @@ https://github.com/theketchio/ketch: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/theonedev/onedev: content_hash: 918d29ab158d62c79133ccb48e992dd6f52da6ec0575eb185247de09126938ce description: '' @@ -118322,12 +125334,14 @@ https://github.com/theonedev/onedev: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/thomast1906/DevOps-Journey-Using-Azure-DevOps/tree/main/labs: content_hash: ba8efa18735acf1f083245785759e886d1cfa9afb2c694e675abd65a8e4c30bd health_score: 100.0 last_checked: 1779030534.491209 v1_locations: - docs/demos.md + addition_method: manual https://github.com/thomast1906/DevOps-The-Hard-Way-Azure: content_hash: ec2468975ca9f7646038a0dde2e5205ce8551a8e28bc50978bef2691f34fb8cf description: '' @@ -118347,6 +125361,7 @@ https://github.com/thomast1906/DevOps-The-Hard-Way-Azure: v2_locations: - azure.md year: N/A + addition_method: manual https://github.com/thomast1906/terraform-on-azure: content_hash: e4f33f984ebad37c568197a4ae05332d73b3f28e6de596c6a196f6f6bea988b1 description: '' @@ -118363,6 +125378,7 @@ https://github.com/thomast1906/terraform-on-azure: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/tibordp/terraform-hcloud-dualstack-k8s: content_hash: 394b14d671be3718ad6d3cd32c28f97be13cd33633ee70a517e07c98af76e5e7 description: '' @@ -118382,6 +125398,7 @@ https://github.com/tibordp/terraform-hcloud-dualstack-k8s: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/timothystewart6/k3s-ansible: content_hash: 02acceabb8aeee9be206c607afcb185bc810ef7904fdd7612ae730897360e1ab gh_license: Apache-2.0 @@ -118397,6 +125414,7 @@ https://github.com/timothystewart6/k3s-ansible: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://github.com/tinyzimmer/gst-pipeline-operator: content_hash: 9a02e4c95ce0e93006d98ef9c4c45387a3c10e6cc8b40f1e21c87cc224e715a5 description: '' @@ -118417,6 +125435,7 @@ https://github.com/tinyzimmer/gst-pipeline-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/tinyzimmer/k3p: content_hash: 2f78a93a8a7d2b2d14dad76ac8bc622d479a9c4d2c9c9a2612c2c6217113b1a6 description: '' @@ -118436,6 +125455,7 @@ https://github.com/tinyzimmer/k3p: v2_locations: - rancher.md year: N/A + addition_method: manual https://github.com/tinyzimmer/kvdi: content_hash: 468aa7b334cee8e4586bb0736eff4002678622a00381dad2e282dd6d328ad9ff description: '' @@ -118446,6 +125466,7 @@ https://github.com/tinyzimmer/kvdi: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/tldrsec/awesome-secure-defaults: content_hash: 4252f6b69440bce70e5dfcff69c0343efb3f060481b77711d8b7683944728777 description: '' @@ -118463,6 +125484,7 @@ https://github.com/tldrsec/awesome-secure-defaults: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/tlkamp/terraform-provider-validation: content_hash: 18cf34ba9a0008831827526789e7c41278969db7d1c8ba0eed23433649716cec description: '' @@ -118482,6 +125504,7 @@ https://github.com/tlkamp/terraform-provider-validation: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/tmobile/magtape: content_hash: c1b71021d8fc72172f1cd3c5133be94943b8997b26dda2ed44afa39c81041cc0 description: '' @@ -118503,6 +125526,7 @@ https://github.com/tmobile/magtape: - kubernetes-tools.md - securityascode.md year: N/A + addition_method: manual https://github.com/toboshii/hajimari: content_hash: 06b94c714cf4b146adff9f71da77a04a627878cf8d0a105017cb73027b7e45ed description: '' @@ -118522,6 +125546,7 @@ https://github.com/toboshii/hajimari: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/todaywasawesome/atomic-cluster: content_hash: 3990a1676712391118d3bb52d3ba967e4f5ed4d9afb6050dfcb569058fb13388 description: '' @@ -118538,6 +125563,7 @@ https://github.com/todaywasawesome/atomic-cluster: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/todaywasawesome/oss-apps: content_hash: 4fa85bcb8665e483db0681692a8b49d51e78e6baea0d2fefe10b7ebcf2f337a5 description: '' @@ -118554,6 +125580,7 @@ https://github.com/todaywasawesome/oss-apps: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/tokarev-artem/auto-ec2-setup: content_hash: 10346f3bf6404a2931ed534b7b4f3b057410f0a378cc342f7d4d9262aa5b5679 description: '' @@ -118570,6 +125597,7 @@ https://github.com/tokarev-artem/auto-ec2-setup: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/tom-256/ansible-awx-packer: content_hash: 04751b2261fe8913910d78df5d46f11492e078b0b7660220c0020e3e8707e3ef description: '' @@ -118586,6 +125614,7 @@ https://github.com/tom-256/ansible-awx-packer: v2_locations: - ansible.md year: N/A + addition_method: manual https://github.com/tomhuang12/awesome-k8s-resources: content_hash: 5acdafea400c9d5ecf18db7776ccdb79a9cd7ea2c50db5e7de83793d5b4a91d4 description: '' @@ -118606,6 +125635,7 @@ https://github.com/tomhuang12/awesome-k8s-resources: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/tommeramber/ocp-automations: content_hash: 47ac144b55fb5e58ada327ec610aa1a96a6c3065c41f628a8e2060b90235324d description: '' @@ -118622,6 +125652,7 @@ https://github.com/tommeramber/ocp-automations: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/tomnomnom/gron: ai_summary: A highly acclaimed command-line tool that flattens JSON documents into raw assignments paths. This enables engineers to easily search and modify configuration @@ -118654,6 +125685,7 @@ https://github.com/tomnomnom/gron: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/tomwechsler/HashiCorp_Certified_Terraform_Associate: content_hash: 1bbbc75164c82f5a9a1e427c4b5eefcc847aa44e2b18c30924f9c5135acf6c37 description: '' @@ -118670,6 +125702,7 @@ https://github.com/tomwechsler/HashiCorp_Certified_Terraform_Associate: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/toniblyx/my-arsenal-of-aws-security-tools: content_hash: de94c9d57468f9afb9c3fb089284b8905d2ee86b39c0430f3400a19fc683f2e5 description: '' @@ -118690,6 +125723,7 @@ https://github.com/toniblyx/my-arsenal-of-aws-security-tools: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/topics/gitops: content_hash: b95552aeb95693ca8c3d04ee9caa28db22be0f6fa352e918426db82393c4e594 description: '' @@ -118707,6 +125741,7 @@ https://github.com/topics/gitops: - gitops.md - index.md year: N/A + addition_method: manual https://github.com/topics/yaml-processor: ai_summary: Curator Insight is a unified catalog tracking open-source YAML parsers, processors, and linters across GitHub. Live Grounding provides a real-time portal @@ -118736,6 +125771,7 @@ https://github.com/topics/yaml-processor: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/topolvm/pvc-autoresizer: content_hash: b4f20c7708f1c411842092ae28c91d4884bc40ff87237a989c2c5ea7a1e95021 description: '' @@ -118755,6 +125791,7 @@ https://github.com/topolvm/pvc-autoresizer: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/towardsthecloud/cloudburn: content_hash: be89f14b1199276bf0dadec18444513e5ce19deb23b8a3dc40b4b8b1f96e3b48 description: '' @@ -118778,6 +125815,7 @@ https://github.com/towardsthecloud/cloudburn: - aws.md - devops.md year: N/A + addition_method: manual https://github.com/trimstray/test-your-sysadmin-skills: ai_summary: An intensive, community-curated collection of questions covering Linux, networking, security, databases, and deployment pipelines. Though now largely @@ -118812,6 +125850,7 @@ https://github.com/trimstray/test-your-sysadmin-skills: - linux.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/trimstray/the-book-of-secret-knowledge: content_hash: 7a9824a2bd59525ff7107cc1756f06d7d7a674f3ed9956973b87f31c0fa933f0 description: '' @@ -118832,6 +125871,7 @@ https://github.com/trimstray/the-book-of-secret-knowledge: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/trisberg/spring-petclinic: content_hash: 43baa4392328322cd370b17e6eb8505929c853e87c2ff3680d81a621a7d2bc91 description: '' @@ -118852,6 +125892,7 @@ https://github.com/trisberg/spring-petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/trstringer/kubectl-example: content_hash: 30b813372ccbb846c5ce74fcaee25ca7092f9a613c83807f269030827f9d8735 description: '' @@ -118871,6 +125912,7 @@ https://github.com/trstringer/kubectl-example: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://github.com/tsenart/vegeta: ai_summary: Vegeta is an exceptionally fast, command-line HTTP load-testing library written in Go. Ideal for asserting constant request rates and visualizing detailed @@ -118901,6 +125943,7 @@ https://github.com/tsenart/vegeta: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://github.com/tutorialworks/pipeline-library-demo: content_hash: 35bfb0c2216ed6d04ca932e28b0f9c73bd0bd5058328ceceb51a42bef87ca6b9 health_score: 100.0 @@ -118913,6 +125956,7 @@ https://github.com/tutorialworks/pipeline-library-demo: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://github.com/twintproject/twint: content_hash: 68eb5a98642fab7142087dba546a0568cefe4f347326a555256723ab8c934c68 description: '' @@ -118932,6 +125976,7 @@ https://github.com/twintproject/twint: v2_locations: - python.md year: N/A + addition_method: manual https://github.com/txn2/kubefwd: content_hash: 37e2cd9b04ccf9b31f68d3cc050ac9f80111b44638b5d59238242957bb23ebfc description: '' @@ -118951,6 +125996,7 @@ https://github.com/txn2/kubefwd: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/typescript-cheatsheets/react: content_hash: 6ff545935398c8b9cb2c9265f6cfacd220e3164ec310c8348e2ff55c0cc9ecd4 description: '' @@ -118970,6 +126016,7 @@ https://github.com/typescript-cheatsheets/react: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/ua-nick/Data-Structures-and-Algorithms: ai_summary: Provides clear native Go implementations of foundational data structures and computer science algorithms. Excellent reference code for technical optimization @@ -119002,6 +126049,7 @@ https://github.com/ua-nick/Data-Structures-and-Algorithms: v2_locations: - golang.md year: '2020' + addition_method: manual https://github.com/ualter/awsbe-site: content_hash: 888cd10400fc279d2f1845f4949a0d541342a79e8501e2adb64da79264eda994 description: '' @@ -119018,6 +126066,7 @@ https://github.com/ualter/awsbe-site: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/uber/kraken: ai_summary: Uber's open-source peer-to-peer (P2P) Docker registry designed for ultra-high-throughput image distribution in massive clusters. Although highly optimized, it is largely @@ -119049,6 +126098,7 @@ https://github.com/uber/kraken: v2_locations: - registries.md year: N/A + addition_method: manual https://github.com/unagex/kondense: content_hash: 9a33404e5719a240f24a1c99c34b6cd307d1589ef3c7a993be7b3a36d795ad87 description: '' @@ -119070,6 +126120,7 @@ https://github.com/unagex/kondense: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://github.com/unitypark/aws-serverless-demos: content_hash: dd7ebe29eac8c72b61a5fda9a104202c5896c457feb4527780544ba90f5d59de description: '' @@ -119086,6 +126137,7 @@ https://github.com/unitypark/aws-serverless-demos: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/unitypark/aws-serverless-demos/tree/main/serverless-web-hosting/cloudfront-http-api-cognito: content_hash: dedb9c69693ec93c671fc05ffea3bc0409b3ded53882a490efca7d6e1130c36d description: '' @@ -119097,6 +126149,7 @@ https://github.com/unitypark/aws-serverless-demos/tree/main/serverless-web-hosti v1_locations: - docs/demos.md year: N/A + addition_method: manual https://github.com/unixorn/awesome-zsh-plugins: content_hash: 5bc3f053f69bd75111b467e5643d3410f0a2e5d681cbbb00eeb91dd91b5e9eef description: '' @@ -119117,6 +126170,7 @@ https://github.com/unixorn/awesome-zsh-plugins: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/unxsist/jet-pilot: ai_summary: An open-source desktop client built to simplify operational inspection of clusters, prioritizing rapid routing diagnostics and real-time pod events tracking. @@ -119146,6 +126200,7 @@ https://github.com/unxsist/jet-pilot: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://github.com/up9inc/mizu: content_hash: af2af430c1693288f10e0ac9c2e9d3c4514537ef5bc0e169d16ac18ab5c358b6 description: '' @@ -119156,6 +126211,7 @@ https://github.com/up9inc/mizu: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/upbound/platform-ref-multi-k8s: ai_summary: Upbound's standardized reference architecture for running multi-cloud Kubernetes clusters via Crossplane. It highlights production-grade modular design, @@ -119187,6 +126243,7 @@ https://github.com/upbound/platform-ref-multi-k8s: v2_locations: - crossplane.md year: N/A + addition_method: manual https://github.com/updatecli/updatecli: content_hash: a0ddaa815b7eb5748af02f8a3b557813abe23e8df6b176936284569da780320d description: '' @@ -119206,6 +126263,7 @@ https://github.com/updatecli/updatecli: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/upgundecha/howtheysre: content_hash: 6b98956605a909afb281d43770967a5be99c3ad0f098b1b5b98599b6f50ba798 description: '' @@ -119226,6 +126284,7 @@ https://github.com/upgundecha/howtheysre: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/upmc-enterprises/registry-creds: content_hash: 8ba4416b0bc3d48227f381a062644c3aa306db2f4817dc18dc0d612c2e391543 description: '' @@ -119245,6 +126304,7 @@ https://github.com/upmc-enterprises/registry-creds: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/utilitywarehouse/kube-applier: content_hash: ce9dbbb85e131a172a2e3272861cceac1462b0c6081daad29da53a3b4edf25c6 description: '' @@ -119264,12 +126324,14 @@ https://github.com/utilitywarehouse/kube-applier: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/utterance/utterances: content_hash: 8c4d9e9280c3dca2018dd510df103e0bbfdddc5cb9fdf23ac92ad30282bc9282 health_score: 100.0 last_checked: 1779033019.971416 v1_locations: - docs/git.md + addition_method: manual https://github.com/vbouchaud/k8s-ldap-auth: content_hash: 277c5ddfa6aff857e9279d3f6abfda4c5c77aa768b96739fe9b713184524c666 description: '' @@ -119280,6 +126342,7 @@ https://github.com/vbouchaud/k8s-ldap-auth: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/vchinnipilli/kubestriker: content_hash: e55f13d800b10c97bf50c73f1e1989ac7c70e2ab10ca65f36419769c0286115e description: '' @@ -119299,6 +126362,7 @@ https://github.com/vchinnipilli/kubestriker: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/veggiemonk/awesome-docker: content_hash: 7f56cb78ef8ebf36cc286fffaa4fc12b4e68609342e0f810ea05e3cf3551bfa5 description: '' @@ -119321,6 +126385,7 @@ https://github.com/veggiemonk/awesome-docker: - other-awesome-lists.md - docker.md year: N/A + addition_method: manual https://github.com/velero-io/velero: content_hash: d5ae04bd0672ae5a9bad5255c2d129a796af52aff3371e337b1ba7dced637c05 gh_license: Apache-2.0 @@ -119338,6 +126403,7 @@ https://github.com/velero-io/velero: v2_locations: - kubernetes-backup-migrations.md - ocp4.md + addition_method: manual https://github.com/venkateshk111/terraform-beginners-guide: content_hash: d0b84dd3a19688a5a5ababf4fb8c9affb4f1a2c41cdf1df2617899ffb893a80f description: '' @@ -119357,6 +126423,7 @@ https://github.com/venkateshk111/terraform-beginners-guide: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/vetyy/helm-ecr: content_hash: 3e7e7221a056185382cb7644fcca5c1c3dac522b15458a0fa17a4fb5ea5d7a3f description: '' @@ -119376,6 +126443,7 @@ https://github.com/vetyy/helm-ecr: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/viaduct-ai/kustomize-sops: content_hash: 91e309cf0c5aa3e3cceceab84e46c7816495a889b9c7967a3278613a9ee9abd4 description: '' @@ -119395,6 +126463,7 @@ https://github.com/viaduct-ai/kustomize-sops: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/viatsko/awesome-vscode: content_hash: f51abc78c6867afc4cbfb7557e5e61c4193f50577da46bb7199dca850c6b8046 description: '' @@ -119417,6 +126486,7 @@ https://github.com/viatsko/awesome-vscode: - other-awesome-lists.md - visual-studio.md year: N/A + addition_method: manual https://github.com/vidispine/hull: ai_summary: A unique template library extension designed to drastically reduce boilerplate in Helm development. HULL enables declarative, object-oriented configuration structures, @@ -119449,6 +126519,7 @@ https://github.com/vidispine/hull: - helm.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/vijaykedar/jenkins-setup-using-terraform: content_hash: 9fd7a26562b9e0568889384497f9e3febd67a847d785cbdf92854431bb12cc76 description: '' @@ -119465,6 +126536,7 @@ https://github.com/vijaykedar/jenkins-setup-using-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://github.com/vimwiki/vimwiki: ai_summary: 'An incredibly powerful, native Vim plugin that transforms Vim into a personal wiki engine. It manages plain-text files, automates list formatting, @@ -119499,6 +126571,7 @@ https://github.com/vimwiki/vimwiki: v2_locations: - linux.md year: N/A + addition_method: manual https://github.com/vincentserpoul/kubench: content_hash: 82bc92760401c2cf7d1910cbb4473bd6d418ba3ddcf258d439835a3463625de2 description: '' @@ -119518,6 +126591,7 @@ https://github.com/vincentserpoul/kubench: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/vinta/awesome-python: content_hash: aa7ca6e855edb7ada6cb90248be05e7572fde01f05c100afbcbbea728c480af8 description: '' @@ -119539,6 +126613,7 @@ https://github.com/vinta/awesome-python: - python.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/viralpoetry/kubesurveyor: content_hash: 228c7ac748e747f91e740e3252504ca50af675968c35204b11fefa0015e0d1de description: '' @@ -119555,6 +126630,7 @@ https://github.com/viralpoetry/kubesurveyor: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/visenger/awesome-mlops: content_hash: 74e8d0bc6f88778e87c6e2231b41a1e4504cba02393fa9be2d2502da4f7c6644 description: '' @@ -119572,6 +126648,7 @@ https://github.com/visenger/awesome-mlops: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/vitobotta/velero-notifications: content_hash: 7b97042cdcb35fc0de9a6ce154eecbed5f4ec0b921a618e69260f00985167271 description: '' @@ -119591,6 +126668,7 @@ https://github.com/vitobotta/velero-notifications: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/vivekagate/yakiapp: ai_summary: An early community desktop dashboard for managing Kubernetes clusters. Active development has ceased, serving now as historical design code reference. @@ -119620,6 +126698,7 @@ https://github.com/vivekagate/yakiapp: v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://github.com/viveksinghggits/kuui: content_hash: 6788c7bb55f35cf572d0841ab584dac6f461ce624cb61b36426e8c941337652a description: '' @@ -119639,6 +126718,7 @@ https://github.com/viveksinghggits/kuui: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/vladimirvivien/ktop: content_hash: a16c596f0b8d1c73a1f8e27a7f11b226c5637771f32b0bceb412119b3ede29f0 description: '' @@ -119658,6 +126738,7 @@ https://github.com/vladimirvivien/ktop: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/vllm-project/vllm: ai_summary: 'Curator Insight: Integration guides and deployment schemas for hosting vLLM on Kubernetes clusters. @@ -119691,6 +126772,7 @@ https://github.com/vllm-project/vllm: v2_locations: - ai-agents-mcp.md year: N/A + addition_method: manual https://github.com/vmware-archive/buildkit-cli-for-kubectl: content_hash: 35c19c8e640735ba6ff2a7908a40fbbd61533c1daa91b034f8fb9f440ff0964e gh_license: NOASSERTION @@ -119708,6 +126790,7 @@ https://github.com/vmware-archive/buildkit-cli-for-kubectl: v2_locations: - kubernetes-tools.md - kubectl-commands.md + addition_method: manual https://github.com/vmware-archive/ktx: content_hash: d31edd7b5a04464fb8efb9a77ce0abee5fa9685551cd504140c11d4a73864f1f gh_license: Apache-2.0 @@ -119723,6 +126806,7 @@ https://github.com/vmware-archive/ktx: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/vmware-archive/kube-fluentd-operator: content_hash: 228db722cc7cfe844a1e96caae6ee58f8b37ee09f6807b470ec7eb8f345199b4 gh_license: NOASSERTION @@ -119738,6 +126822,7 @@ https://github.com/vmware-archive/kube-fluentd-operator: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://github.com/vmware-archive/kubecfg: content_hash: f2d2fc37ea444a3c4110a4b9bc0e83230545947f7e964f819106edb6e720833a gh_license: Apache-2.0 @@ -119746,6 +126831,7 @@ https://github.com/vmware-archive/kubecfg: needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://github.com/vmware-archive/kubewatch: content_hash: 7e55730487f021d5ef54e438e2225afd74a4a845ba1e29b7954221e7cd54078e gh_license: Apache-2.0 @@ -119761,6 +126847,7 @@ https://github.com/vmware-archive/kubewatch: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/vmware-archive/octant: ai_summary: Octant was a widely used extensible, developer-focused dashboard for exploring Kubernetes structures. It was archived in 2023 and has been succeeded @@ -119794,6 +126881,7 @@ https://github.com/vmware-archive/octant: - kubernetes-on-premise.md - kubernetes-tools.md year: '2023' + addition_method: manual https://github.com/vmware-tanzu/antrea: content_hash: 9bf5509121e1f02344fc0b7940d0ae4254283aec31ad23ef434c8ca11f65f3a8 description: '' @@ -119804,6 +126892,7 @@ https://github.com/vmware-tanzu/antrea: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://github.com/vmware-tanzu/buildkit-cli-for-kubectl: content_hash: 1f222d3e28b5c40bb71cc05c93efb05ad089bcf96a1cc7a93455a1a2051c094e description: '' @@ -119815,6 +126904,7 @@ https://github.com/vmware-tanzu/buildkit-cli-for-kubectl: - docs/kubectl-commands.md - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/vmware-tanzu/k-bench: content_hash: dc9e83bcf59d12281d71dd6306c42cc3517d338a31e01967b538352cf4f304d4 description: '' @@ -119825,6 +126915,7 @@ https://github.com/vmware-tanzu/k-bench: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/vmware-tanzu/octant: content_hash: 542bedab216c3f66466fe63164e80299b5c4e0ce3a5539ecadd620c90ee4f921 description: '' @@ -119836,12 +126927,14 @@ https://github.com/vmware-tanzu/octant: - docs/kubernetes-on-premise.md - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/vmware-tanzu/pinniped: content_hash: 661fa35ea5636cb1668aa573444690a764339f9ccfa53cbb7369b42419e3e5dc health_score: 100.0 last_checked: 1779034105.704689 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://github.com/vmware-tanzu/sonobuoy: content_hash: 2f20624a434d9ecd04f9519fa8395820867fc9fc4d0febaead59b6cb07b75767 description: '' @@ -119861,6 +126954,7 @@ https://github.com/vmware-tanzu/sonobuoy: v2_locations: - qa.md year: N/A + addition_method: manual https://github.com/vmware-tanzu/velero: content_hash: 0078c52bf3b08aaf10d444c0f65ee0aebc3ebff65ac9f49eacde1febe8b12b00 description: '' @@ -119872,6 +126966,7 @@ https://github.com/vmware-tanzu/velero: - docs/kubernetes-backup-migrations.md - docs/ocp4.md year: N/A + addition_method: manual https://github.com/vmware/k-bench: content_hash: d7291e919a819ac3438a5c3a6f32d74d5df2efd07e1f3b24c4e3e0627d6b461f gh_license: NOASSERTION @@ -119887,6 +126982,7 @@ https://github.com/vmware/k-bench: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/vmware/kube-fluentd-operator: content_hash: b35a102eb9d881d4f01ac6369fc4a528130abeffc552c314da5ad6291892f32d description: '' @@ -119897,6 +126993,7 @@ https://github.com/vmware/kube-fluentd-operator: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/vmware/octant: content_hash: 542bedab216c3f66466fe63164e80299b5c4e0ce3a5539ecadd620c90ee4f921 description: '' @@ -119907,6 +127004,7 @@ https://github.com/vmware/octant: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/vmware/pinniped: content_hash: febd0a05d74d6b53d2e642fb8c17c27d61ab5b483f60a66c877f544d89c10bbe gh_license: Apache-2.0 @@ -119915,6 +127013,7 @@ https://github.com/vmware/pinniped: needs_ai_refresh: true v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://github.com/volatiletech/sqlboiler: content_hash: 87c8942edba2b92c75468c2d02bb3394489c1e9782a58312d3a19cdc51b50f3a description: '' @@ -119925,6 +127024,7 @@ https://github.com/volatiletech/sqlboiler: v1_locations: - docs/golang.md year: N/A + addition_method: manual https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools: content_hash: 648ef2b897f1fd389d81aa2bbb2513f28cc3326b3ed407bd0a9b8ac7cb47956e gh_license: Apache-2.0 @@ -119940,6 +127040,7 @@ https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://github.com/wagoodman/dive: content_hash: c1155c8f1bc813e276d2dda0671128eb0419a310d3cfe74945163603212b7240 description: '' @@ -119959,6 +127060,7 @@ https://github.com/wagoodman/dive: v2_locations: - docker.md year: N/A + addition_method: manual https://github.com/wallarm/sysbindings: content_hash: f09bc51cc5a2e250d70f065b62dbb4cccf64ad33222cbadcdd0b96b390fd24ef description: '' @@ -119978,6 +127080,7 @@ https://github.com/wallarm/sysbindings: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/wangjia184/pod-inspector: content_hash: 8abf6fe284c80d6bc06d5c8a807d378f12db57960014e121b37868e6299d2878 description: '' @@ -119994,6 +127097,7 @@ https://github.com/wangjia184/pod-inspector: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/wardviaene: content_hash: 447179f1e113a43ea28a199a27e97a83c8c4c2f3c3a2eb66e570539391e4a55c description: '' @@ -120010,6 +127114,7 @@ https://github.com/wardviaene: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/wardviaene/advanced-kubernetes-course: content_hash: f636c297880e176813cf80b6d3b1db7abe172fbeda24ac23f7cf4309f9b9fa9f description: '' @@ -120021,6 +127126,7 @@ https://github.com/wardviaene/advanced-kubernetes-course: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://github.com/wardviaene/advanced-kubernetes-course/tree/master/spinnaker: content_hash: 00d8a3f1b9429aa9162c6d3c5d1c67c81d52800be22cc863a0ae3c5bd1be2ba3 description: '' @@ -120037,6 +127143,7 @@ https://github.com/wardviaene/advanced-kubernetes-course/tree/master/spinnaker: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/wardviaene/jenkins-course: content_hash: ca038c96e82bd2f05ad48674b128ec330a3cb2a4b1f0485555a9a0bcd60e8dfa description: '' @@ -120055,6 +127162,7 @@ https://github.com/wardviaene/jenkins-course: - jenkins.md - demos.md year: N/A + addition_method: manual https://github.com/wardviaene/kubernetes-course: content_hash: 155e7375547c1616e34a4f6c86e5469a201d48f1daed273856ae084cf677328d description: '' @@ -120076,6 +127184,7 @@ https://github.com/wardviaene/kubernetes-course: - demos.md - kubernetes-tutorials.md year: N/A + addition_method: manual https://github.com/we-dcode/kubetunnel: content_hash: 9d4d5b0269e92c304f9ef91f3529cf29605a82113d23d6d6914e8ec2d4457ca9 description: '' @@ -120095,6 +127204,7 @@ https://github.com/we-dcode/kubetunnel: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/weaveworks-experiments/kspan: content_hash: e3d1e2e3c362d84d8e03336b387691b0561644dd4882705a8f2aa7b05cf23392 description: '' @@ -120114,6 +127224,7 @@ https://github.com/weaveworks-experiments/kspan: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/weaveworks/awesome-gitops: content_hash: 14e7315e6fe04f90d20b18a9d4fb9c9996736db192364f9fa3554bb6e86c62d7 description: '' @@ -120134,6 +127245,7 @@ https://github.com/weaveworks/awesome-gitops: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/weaveworks/cluster-api-provider-existinginfra: ai_summary: A Cluster API provider designed to enable cluster deployment over pre-existing infra (such as bare-metal or legacy VMs) via SSH. Archived following Weaveworks' @@ -120164,6 +127276,7 @@ https://github.com/weaveworks/cluster-api-provider-existinginfra: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://github.com/weaveworks/eksctl: content_hash: 95e763d5c392dfca92162a2287805a43b0a40517f9818c4cb07ddef48cb2b47b description: '' @@ -120175,6 +127288,7 @@ https://github.com/weaveworks/eksctl: - docs/jenkins.md - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://github.com/weaveworks/kubediff: content_hash: adc1dca09a4aba6f33c26682b72ea20b995e5c267076ea7569d6d463c1d0589c description: '' @@ -120194,6 +127308,7 @@ https://github.com/weaveworks/kubediff: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/weaveworks/kured: content_hash: 08fd05371ed694fe460e32a28d52b40bdef0ff8b63d69ee62cc2a4a8016bd7bc description: '' @@ -120204,6 +127319,7 @@ https://github.com/weaveworks/kured: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://github.com/weaveworks/tf-controller: content_hash: fdf5961adf936014db589efc9c5ee27ba146b1616205da70fc26040b3c007c42 description: '' @@ -120214,6 +127330,7 @@ https://github.com/weaveworks/tf-controller: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://github.com/weaveworks/weave: ai_summary: Weave Net is a resilient container CNI designed to create peer-to-peer overlay networks without external databases or configurations. The project was @@ -120248,6 +127365,7 @@ https://github.com/weaveworks/weave: - kubernetes-on-premise.md - gitops.md year: N/A + addition_method: manual https://github.com/weaveworks/wksctl: ai_summary: An early GitOps-driven Kubernetes cluster manager from Weaveworks that provisioned clusters from a declared state stored in git. Following Weaveworks' @@ -120283,6 +127401,7 @@ https://github.com/weaveworks/wksctl: - gitops.md - matrix-table.md year: N/A + addition_method: manual https://github.com/webmeshproj/webmesh-vdi: content_hash: b33746153e732c810999240e093ebfdbe7489d0348fc6fde2fbc78d253880650 gh_license: GPL-3.0 @@ -120298,6 +127417,7 @@ https://github.com/webmeshproj/webmesh-vdi: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/welldone-cloud/aws-list-resources: content_hash: 6eaff4e9e8e0115065c334f50c585f49ef824d7c1dcf9d4b823f397cd8ec28d8 description: '' @@ -120317,6 +127437,7 @@ https://github.com/welldone-cloud/aws-list-resources: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/werf/kubedog: content_hash: 4d23eeed18c53fb55c029d3b4be0be9f75dd5283873de96af2fc3fd999b7e6f7 description: '' @@ -120336,6 +127457,7 @@ https://github.com/werf/kubedog: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/werf/nelm: ai_summary: An innovative deployment engine integrated within the Werf workflow that functions as an alternative to native Helm release tracking. It resolves @@ -120371,6 +127493,7 @@ https://github.com/werf/nelm: - gitops.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/werf/werf: content_hash: 4cae4bc2290f403f6e2b4bf9c0a93e365801686e965328098585a4e5205963ab description: '' @@ -120390,12 +127513,14 @@ https://github.com/werf/werf: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/widdix/aws-cf-templates: content_hash: f9233c1dcc737bf8f5f2fd6ca6045bb0aa668c35c9e8695ab73b3a74e41d5ac5 health_score: 100.0 last_checked: 1779034319.326296 v1_locations: - docs/aws-iac.md + addition_method: manual https://github.com/willdady/aws-resource-based-policy-collector: content_hash: 4234aeaaac78b509344a09f998bb73de80034955f6520f5b01d1d3f7d5427e2a description: '' @@ -120416,6 +127541,7 @@ https://github.com/willdady/aws-resource-based-policy-collector: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://github.com/willdady/cdk-iam-credentials-rotator: content_hash: 13943a272ac11061fb6f4a4e83d673fb0fa65ea5402fc603d9d801282f33e962 description: '' @@ -120435,6 +127561,7 @@ https://github.com/willdady/cdk-iam-credentials-rotator: v2_locations: - aws-security.md year: N/A + addition_method: manual https://github.com/wincent/git-cipher: ai_summary: An older tool designed to transparently encrypt files inside Git repositories. Mostly superceded by modern cloud secret providers and SOPS, but serves as a foundational @@ -120465,6 +127592,7 @@ https://github.com/wincent/git-cipher: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/windup: content_hash: 4f773a2dd1cbd9554616a588b79b6f859e6811185dc399b1bea69201a7a24892 description: '' @@ -120481,6 +127609,7 @@ https://github.com/windup: v2_locations: - ocp4.md year: N/A + addition_method: manual https://github.com/winfordlin/Compass: content_hash: c3fa36d8a9e8502aca01ed879598cab4b297470b0df9d2b844fe488deda703a2 description: '' @@ -120497,6 +127626,7 @@ https://github.com/winfordlin/Compass: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/witchery-project/witchery: content_hash: 87f4eeefa7b7e2125d27b9e10def3f7512363926dfe8e31a295a240686cb9259 description: '' @@ -120516,6 +127646,7 @@ https://github.com/witchery-project/witchery: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/wololock/jenkine-pipeline-maven-demo/tree/sdkman: content_hash: e8e3fcf507d0aaa6d021b39bd9cdd9204de01fa4ea7de2902bd69c7a58244f02 description: '' @@ -120528,6 +127659,7 @@ https://github.com/wololock/jenkine-pipeline-maven-demo/tree/sdkman: - docs/demos.md - docs/maven-gradle.md year: N/A + addition_method: manual https://github.com/wongcyrus/aws-account-cloud9-visualizer: content_hash: 0de832aa4685b4a6a979b74c840e5620cfa1d007eb072f5f32de6692b9e9f0a4 description: '' @@ -120544,6 +127676,7 @@ https://github.com/wongcyrus/aws-account-cloud9-visualizer: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://github.com/wsargent/docker-cheat-sheet: content_hash: 2ac73793d9a89ca8761050f93bb5a9ba40678d5baeba2f8d597c62ec25ccd65a description: '' @@ -120563,6 +127696,7 @@ https://github.com/wsargent/docker-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://github.com/wunderio/csi-rclone: content_hash: cc524fedd811472bda123374fd1a7936b720248985a7905555cd8d120a5f26a9 description: '' @@ -120582,6 +127716,7 @@ https://github.com/wunderio/csi-rclone: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/xUnholy/k8s-gitops: content_hash: 5759d8430876ceaa891b982f6a3d9d5098914598c8d6105ed24b4c3f300eb041 description: '' @@ -120601,6 +127736,7 @@ https://github.com/xUnholy/k8s-gitops: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/xavier-mt/kerbi: content_hash: cd9ebd380852f5789e18dbacca52b04a66f72fe5ad63a943a91f9c036093bdee gh_license: MIT @@ -120616,6 +127752,7 @@ https://github.com/xavier-mt/kerbi: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://github.com/xiaods/k8e: ai_summary: A lightweight community-driven Kubernetes distribution modeled after K3s but using standard upstream components. It offers an easy install track for @@ -120648,6 +127785,7 @@ https://github.com/xiaods/k8e: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://github.com/xiaopeng163/docker-compose-tpg: content_hash: 4b3f0288c1337bd68fa980e20734d7a2ff291809d3be6d0cf9cb013485419e08 description: '' @@ -120664,6 +127802,7 @@ https://github.com/xiaopeng163/docker-compose-tpg: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/yahoo/check-log4j: ai_summary: Yahoo's command-line tool designed to identify vulnerable log4j jar instances inside mounted folder structures and container layers. Kept as an archival @@ -120694,6 +127833,7 @@ https://github.com/yahoo/check-log4j: v2_locations: - devsecops.md year: N/A + addition_method: manual https://github.com/yandex-cloud/k8s-csi-s3: content_hash: 0c9118b0bb755f9e4d66fafc9c40a708c36261f37a187a76b64f3c1469b058d1 description: '' @@ -120713,6 +127853,7 @@ https://github.com/yandex-cloud/k8s-csi-s3: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://github.com/yangshun/tech-interview-handbook: content_hash: 6a235dd3393fe945bb3152c0ae242a7037b3ab53750ab982ed840c998eb25d47 description: '' @@ -120733,6 +127874,7 @@ https://github.com/yangshun/tech-interview-handbook: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/yangtao309/awesome-api-gateway: content_hash: 6d62ffc18ab304cbe5bbbb78b7e687572c5bc3372d797648992211bbebdb9b97 description: '' @@ -120750,6 +127892,7 @@ https://github.com/yangtao309/awesome-api-gateway: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://github.com/yankils/Simple-DevOps-Project: content_hash: 2adcf09384710ca2deea5c47ee9a7c2a4abc449e0cfd8db7039287bb99044faa description: '' @@ -120766,6 +127909,7 @@ https://github.com/yankils/Simple-DevOps-Project: v2_locations: - demos.md year: N/A + addition_method: manual https://github.com/yannh/kubeconform: ai_summary: A highly performant Kubernetes manifest validator written in Go, acting as a faster alternative to `kubeval`. Validates resource specifications against @@ -120799,6 +127943,7 @@ https://github.com/yannh/kubeconform: - devsecops.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/yashvardhan-kukreja/kube-bench-exporter: content_hash: d76db84e9002a9cc1381d0c43f6083a9827b26d893b4ce405b43a7bf880293e0 description: '' @@ -120818,6 +127963,7 @@ https://github.com/yashvardhan-kukreja/kube-bench-exporter: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ynqa/bul: ai_summary: An interactive Terminal User Interface (TUI) written in Go for streaming and searching Kubernetes container logs. Grounding suggests that development has @@ -120853,6 +127999,7 @@ https://github.com/ynqa/bul: - container-managers.md - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/ynqa/jnv: ai_summary: An interactive, terminal-based JSON parser and viewer built on Go. Provides instant auto-completion features and live structural feedback, making the querying @@ -120884,6 +128031,7 @@ https://github.com/ynqa/jnv: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://github.com/yogeshkk/K8sPurger: content_hash: 50ee1755862d744903d32d4912ecbbee3b231670b60767aa0a894ad4744d86bf description: '' @@ -120903,6 +128051,7 @@ https://github.com/yogeshkk/K8sPurger: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/yokawasa/action-setup-kube-tools: content_hash: fd33c9fd1d3bbabf17697759d4ed37bf0eee0989a9a783fc57fa6ad5598be2eb description: '' @@ -120922,6 +128071,7 @@ https://github.com/yokawasa/action-setup-kube-tools: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://github.com/yonahd/kor: content_hash: d2f8431befad3a2a6349506b8c50fe0d5e8c4c9acea8103e8d216895c8fb6539 description: '' @@ -120941,6 +128091,7 @@ https://github.com/yonahd/kor: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/yonahd/orphaned-configmaps: content_hash: 076b10835b9fcc36f757a36e5034dc00bf021e67457475a6c640895aa1c0fa29 description: '' @@ -120957,6 +128108,7 @@ https://github.com/yonahd/orphaned-configmaps: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/yteraoka/kubectl-isolate: content_hash: b0864d5afab08901c5067a9b47ffaeb906f4742b3edbc02a6253b79fab0b7ba9 description: '' @@ -120976,6 +128128,7 @@ https://github.com/yteraoka/kubectl-isolate: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/zakkg3/ClusterSecret: content_hash: 410cec9a9441ced9e8a652b67982fcc18e8ad5a9312f01facb57194feaa77be4 description: '' @@ -120995,6 +128148,7 @@ https://github.com/zakkg3/ClusterSecret: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://github.com/zalando/logbook: content_hash: cdb1bff5a3f45b738632b32ee3dbc40b00caf4113501ef9a46a3425264745f56 description: '' @@ -121014,6 +128168,7 @@ https://github.com/zalando/logbook: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://github.com/zalando/patroni: content_hash: 98d75f1cf5d00344ca09ca026660c1f7d8c43296a4b79211eaacd9323e89ebd6 description: '' @@ -121024,6 +128179,7 @@ https://github.com/zalando/patroni: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://github.com/zalando/postgres-operator: content_hash: 4b5052c00ec68aca1c3bce237d73e28655b4225cb73b0d6dc8caad2ba51ac137 description: '' @@ -121043,6 +128199,7 @@ https://github.com/zalando/postgres-operator: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/zalando/spilo: content_hash: ad47988f98184578f298dec20021762ecc39ec14cf81213755f937363dbcce9d description: '' @@ -121062,6 +128219,7 @@ https://github.com/zalando/spilo: v2_locations: - databases.md year: N/A + addition_method: manual https://github.com/zarf-dev/zarf: ai_summary: A highly resilient open-source developer tool from Defense Unicorns built to package, deploy, and manage continuous delivery of cloud-native platforms @@ -121094,12 +128252,14 @@ https://github.com/zarf-dev/zarf: v2_locations: - kubernetes-on-premise.md year: '2026' + addition_method: manual https://github.com/zaynali53/DotENV: content_hash: d03090cb21014cbaf3351c80a20a1ebf97c8103fc1d66d8bcdad64d361a6367a health_score: 100.0 last_checked: 1779032613.668565 v1_locations: - docs/visual-studio.md + addition_method: manual https://github.com/zegl/kube-score: content_hash: 012d267b9cf6a4fe67e96337f31bb39ac58848f3b9aaa68183f2446f88c5c38c description: '' @@ -121112,6 +128272,7 @@ https://github.com/zegl/kube-score: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://github.com/zsh-users/zsh-autosuggestions: ai_summary: A highly efficient Zsh plugin that suggests commands as you type based on shell history. Greatly boosts productivity and matches the usability standard @@ -121142,6 +128303,7 @@ https://github.com/zsh-users/zsh-autosuggestions: v2_locations: - linux.md year: N/A + addition_method: manual https://github.comjoshmsmith/monkey-ops: content_hash: N/A description: '' @@ -121156,6 +128318,7 @@ https://github.comjoshmsmith/monkey-ops: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://github.dev: content_hash: a8bb4feb307e135bcaadcbfeac8e34b8946530f6e0dd10d883e7a693ae543819 description: '' @@ -121167,6 +128330,7 @@ https://github.dev: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://github.dev/github/dev: content_hash: 392a950f91629fa40c2a7268e598810b0d9cb3397b82687a0cffbea94507baa7 health_score: 100.0 @@ -121179,6 +128343,7 @@ https://github.dev/github/dev: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://github.dev/jakevdp/PythonDataScienceHandbook/tree/master/notebooks: content_hash: 12126c2399da22a0ec103791af902b37d3f041e681954ac4831b127c8fb5e797 description: '' @@ -121195,6 +128360,7 @@ https://github.dev/jakevdp/PythonDataScienceHandbook/tree/master/notebooks: v2_locations: - python.md year: N/A + addition_method: manual https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf: content_hash: c92e37e083041a0685d56741bcaa699a2587788e019f9ea666daaa3cc1d8b646 description: '' @@ -121205,6 +128371,7 @@ https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://github1s.com: content_hash: 37728f8cbf5312424a15780f983dc7f039fb56c9b370008642b6741de1ec4d48 description: '' @@ -121221,12 +128388,14 @@ https://github1s.com: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://githubcom/OctopusDeploy/terraform-provider-octopusdeploy: content_hash: N/A health_score: 100.0 last_checked: 1779033591.607068 v1_locations: - docs/jenkins-alternatives.md + addition_method: manual https://gitlab.beuth-hochschule.de/s70178/petclinic-ansible-jenkins-ci-cd: content_hash: bdf89d30618ce4f1beb9a984f88f9abe60238eaf10e6670a4416009366809679 description: '' @@ -121237,6 +128406,7 @@ https://gitlab.beuth-hochschule.de/s70178/petclinic-ansible-jenkins-ci-cd: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://gitlab.beuth-hochschule.de/users/sign_in: content_hash: 1eb5cf2c72de4762ccbf04a285a728dc40381f05545ea021954c6f6b5ac0220d health_score: 100.0 @@ -121244,6 +128414,7 @@ https://gitlab.beuth-hochschule.de/users/sign_in: needs_ai_refresh: true v1_locations: - docs/demos.md + addition_method: manual https://gitlab.com: content_hash: 33535dcf5f2b20e68ccd0f715f6ecf023fc5d0cdac78d827e501a3469c21dc76 description: '' @@ -121256,6 +128427,7 @@ https://gitlab.com: - docs/git.md - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://gitlab.com/bpmworkshop/rhpam-signal-marketing-demo: content_hash: 0487e7bf67e5689333e6befba006a5834eeaddf9e632b5ff6e4dc42635f379ff description: '' @@ -121272,6 +128444,7 @@ https://gitlab.com/bpmworkshop/rhpam-signal-marketing-demo: v2_locations: - demos.md year: N/A + addition_method: manual https://gitlab.com/gitlab-org/gitlab/-/issues/14595: content_hash: 7bda1fe4653758a0f475455c4c310380af1bf20a236bb7c650c9d4cde9e9e9f2 description: '' @@ -121283,6 +128456,7 @@ https://gitlab.com/gitlab-org/gitlab/-/issues/14595: v1_locations: - docs/git.md year: N/A + addition_method: manual https://gitlab.com/gitlab-org/gitlab/-/issues/2785: content_hash: ac7652f42c9a1fd557c23bbd302b6e95308b053d488952b6251f7dabb50f7a15 description: '' @@ -121294,6 +128468,7 @@ https://gitlab.com/gitlab-org/gitlab/-/issues/2785: v1_locations: - docs/git.md year: N/A + addition_method: manual https://gitlab.com/jackatbancast/manifesto: content_hash: e33a57ba47b0cb2eb9f9d6d94d58d7d4975c4e8d0dcfddd00db51a0733545a36 description: '' @@ -121310,6 +128485,7 @@ https://gitlab.com/jackatbancast/manifesto: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://gitlab.com/k3s_hetzner/k3s_hetzner: content_hash: cb43281d248c75ba4bafa25a3019affa7ac17dd05fd44a278cabb04b2531ab57 description: '' @@ -121326,6 +128502,7 @@ https://gitlab.com/k3s_hetzner/k3s_hetzner: v2_locations: - rancher.md year: N/A + addition_method: manual https://gitlab.com/mrman/k8s-storage-provider-benchmarks: content_hash: 0ff6e793fc244b147314a4405b9ac7eadbb66bfe3b1ad192c7044eca95b76434 description: '' @@ -121342,6 +128519,7 @@ https://gitlab.com/mrman/k8s-storage-provider-benchmarks: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://gitlab.com/purelb/purelb: content_hash: 5191c3ded57a8caa89741912bfcb4164bb9af2bd32f2f26e059d11a8c636b0ad description: '' @@ -121358,6 +128536,7 @@ https://gitlab.com/purelb/purelb: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://gitlab.com/redhatdemocentral: content_hash: c26684866d9e9fe5177f10f757e84709cfbdda528b4c9a60038f1c5b1d48710d description: '' @@ -121374,6 +128553,7 @@ https://gitlab.com/redhatdemocentral: v2_locations: - demos.md year: N/A + addition_method: manual https://gitlab.com/redhatdemocentral/portfolio-architecture-examples: content_hash: 8765ab02d4bd2c5367b750ece8030ce024c2193f4a9756cd4d4ce176eca25b28 description: '' @@ -121392,6 +128572,7 @@ https://gitlab.com/redhatdemocentral/portfolio-architecture-examples: - openshift.md - demos.md year: N/A + addition_method: manual https://gitlab.com/redhatdemocentral/portfolio-architecture-examples/-/blob/main/healthcare.adoc: content_hash: c416859d37c4e5057f603e05ed7e4281e058b11b40188d8b04d1e364d3821c2d description: '' @@ -121408,6 +128589,7 @@ https://gitlab.com/redhatdemocentral/portfolio-architecture-examples/-/blob/main v2_locations: - demos.md year: N/A + addition_method: manual https://gitlab.com/redhatdemocentral/rhcs-rhdm-install-demo: content_hash: dd24e17d87a9cbd6602aab0e7d6072be154a132122c59c600f87a2d369e31c87 description: '' @@ -121424,6 +128606,7 @@ https://gitlab.com/redhatdemocentral/rhcs-rhdm-install-demo: v2_locations: - demos.md year: N/A + addition_method: manual https://gitlab.com/rosarior/awesome-django: content_hash: fd2d026e21614497d72e26aa5e388c43455380ec480f13561624368674f847c1 description: '' @@ -121440,12 +128623,14 @@ https://gitlab.com/rosarior/awesome-django: v2_locations: - python.md year: N/A + addition_method: manual https://gitlab.com/xavki/devopsland/-/tree/master/ansible: content_hash: cface6a334618d78d8fa110d8b352156fd2340e2a9eca9e4ad934617535df54b health_score: 100.0 last_checked: 1779030172.354789 v1_locations: - docs/ansible.md + addition_method: manual https://gitlab.comquent.de/petclinic/spring-petclinic-microservices: content_hash: N/A description: '' @@ -121456,6 +128641,7 @@ https://gitlab.comquent.de/petclinic/spring-petclinic-microservices: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://gitlab.freedesktop.org/gstreamer-merge-bot: content_hash: 1fd02a8f378ca2a00c0ee2ec3258049822b9ba4aa32e1e6597e9eee74326159a description: '' @@ -121472,6 +128658,7 @@ https://gitlab.freedesktop.org/gstreamer-merge-bot: v2_locations: - git.md year: N/A + addition_method: manual https://gitlab.gnome.org/marge-merge-bot: content_hash: N/A description: '' @@ -121482,6 +128669,7 @@ https://gitlab.gnome.org/marge-merge-bot: v1_locations: - docs/git.md year: N/A + addition_method: manual https://gitlab.gnome.org/users/sign_in: content_hash: db4082bcc2ace38ac507031f929b51fb3babb3dbc112f62e192f134b0ef9434d health_score: 100.0 @@ -121494,6 +128682,7 @@ https://gitlab.gnome.org/users/sign_in: - docs/git.md v2_locations: - git.md + addition_method: manual https://gizmodo.com/google-calendar-debuts-appointment-schedule-feature-1848715533: content_hash: N/A description: '' @@ -121505,6 +128694,7 @@ https://gizmodo.com/google-calendar-debuts-appointment-schedule-feature-18487155 v1_locations: - docs/appointment-scheduling.md year: N/A + addition_method: manual ? https://gkovan.medium.com/a-zero-trust-approach-for-securing-the-supply-chain-of-microservices-packaged-as-container-images-89d2f5b7293b : content_hash: N/A description: '' @@ -121521,6 +128711,7 @@ https://gizmodo.com/google-calendar-debuts-appointment-schedule-feature-18487155 v2_locations: - devsecops.md year: N/A + addition_method: manual https://glasskube.dev: content_hash: e6a51c987b1cb7fb2283c6e8d819f659d319b162815bf4f2cbafcb9687e92047 description: '' @@ -121538,6 +128729,7 @@ https://glasskube.dev: - gitops.md - index.md year: N/A + addition_method: manual https://globaldatanet.com/blog/terraform-cicd-best-practices: content_hash: ef33ef977bd6ec471c10e6b89f1892deb6f4d7a7c1f9971a8e733610c93e00c4 description: '' @@ -121549,6 +128741,7 @@ https://globaldatanet.com/blog/terraform-cicd-best-practices: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://globaldatanet.com/tech-blog/aws-iam-identity-center-permission-management-at-scale-part-2: content_hash: 17eaa51f71f8199dd97c6e0db025531a933dbd205d17a670b45041f11bb901ae description: '' @@ -121566,6 +128759,7 @@ https://globaldatanet.com/tech-blog/aws-iam-identity-center-permission-managemen v2_locations: - aws-security.md year: N/A + addition_method: manual https://globaldatanet.com/tech-blog/terraform-cicd-best-practices: content_hash: b3153bcf8827ecd0baf4b2462c11c300ade56bb5d4df4971d81450a47305a661 health_score: 100.0 @@ -121577,6 +128771,7 @@ https://globaldatanet.com/tech-blog/terraform-cicd-best-practices: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://gmaster.io: content_hash: cd23991b4e02a17e5a224a1f8265c5a187ab366b40b8f8a14608371feb8f6e25 description: '' @@ -121593,6 +128788,7 @@ https://gmaster.io: v2_locations: - git.md year: N/A + addition_method: manual https://gmaster.io/mergedroid: content_hash: cd23991b4e02a17e5a224a1f8265c5a187ab366b40b8f8a14608371feb8f6e25 description: '' @@ -121610,6 +128806,7 @@ https://gmaster.io/mergedroid: v2_locations: - git.md year: N/A + addition_method: manual https://go.atomist.com: content_hash: N/A description: '' @@ -121624,6 +128821,7 @@ https://go.atomist.com: v2_locations: - scaffolding.md year: N/A + addition_method: manual https://go.aws/4eFRwIt: content_hash: c4f1476a4b8059ed580129ef95bd2856b0876fe260c1eaece06da8eef147564d description: '' @@ -121635,6 +128833,7 @@ https://go.aws/4eFRwIt: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://go.dev: ai_summary: The official home of the Go programming language, designed for building simple, reliable, and highly efficient cloud-native software. Serves as the ultimate @@ -121656,6 +128855,7 @@ https://go.dev: v2_locations: - golang.md year: '2026' + addition_method: manual https://go.dev/blog/gopls-vscode-go: content_hash: 382b09f3ec274fe3102b69bd93220b8a8845f3a87cf521810a3fba1240c44b7e health_score: 100.0 @@ -121667,6 +128867,7 @@ https://go.dev/blog/gopls-vscode-go: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://go.dev/blog/pkgsite-search-redesign: ai_summary: Details the architectural redesign of the official Go package registry search. Highlights usability and indexing upgrades implemented to streamline package @@ -121695,6 +128896,7 @@ https://go.dev/blog/pkgsite-search-redesign: v2_locations: - golang.md year: N/A + addition_method: manual https://go.digitalocean.com/cicd-on-k8s: content_hash: N/A description: '' @@ -121705,6 +128907,7 @@ https://go.digitalocean.com/cicd-on-k8s: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://go.weave.works/2021_GitOps_Maturity_Model.html: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -121716,6 +128919,7 @@ https://go.weave.works/2021_GitOps_Maturity_Model.html: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://go.weave.works/automating-kubernetes-with-gitops-wp.html: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -121731,6 +128935,7 @@ https://go.weave.works/automating-kubernetes-with-gitops-wp.html: v2_locations: - gitops.md year: N/A + addition_method: manual https://go.weave.works/gitops-ebook.html: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -121742,6 +128947,7 @@ https://go.weave.works/gitops-ebook.html: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://go.weave.works/hardening-git-for-gitops.html: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -121757,6 +128963,7 @@ https://go.weave.works/hardening-git-for-gitops.html: v2_locations: - gitops.md year: N/A + addition_method: manual https://go.weave.works/production-ready-kubernetes-checklist.html: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -121772,6 +128979,7 @@ https://go.weave.works/production-ready-kubernetes-checklist.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://goglides.io/running-openebs-in-kubernetes/371: content_hash: N/A description: '' @@ -121786,6 +128994,7 @@ https://goglides.io/running-openebs-in-kubernetes/371: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://goharbor.io: ai_summary: CNCF-graduated enterprise-grade registry that secures cloud-native artifacts with role-based access control, vulnerability scanning, and cryptographic signing. @@ -121815,6 +129024,7 @@ https://goharbor.io: v2_locations: - registries.md year: N/A + addition_method: manual https://goharbor.io/docs/2.0.0/install-config/quick-install-script: ai_summary: Official quick-start deployment guide describing the automated script installation pipeline for Harbor. It provides developers and sandbox operators @@ -121843,6 +129053,7 @@ https://goharbor.io/docs/2.0.0/install-config/quick-install-script: v2_locations: - registries.md year: N/A + addition_method: manual ? https://gokatalyst.io/blog/2023/12/06/katalyst-a-qos-based-resource-management-system-for-workload-colocation-on-kubernetes : content_hash: 5341198351d010a00c95cd4d06592e7ffc6f87d9cf348d684a3227b84d603068 health_score: 100.0 @@ -121850,6 +129061,7 @@ https://goharbor.io/docs/2.0.0/install-config/quick-install-script: needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://gokhan-karadas1992.medium.com/argocd-kubevela-integration-eb88dc0484e0: content_hash: N/A description: '' @@ -121864,6 +129076,7 @@ https://gokhan-karadas1992.medium.com/argocd-kubevela-integration-eb88dc0484e0: v2_locations: - argo.md year: N/A + addition_method: manual https://gokulchandrapr.medium.com/amazon-eks-anywhere-eks-connector-600953aaa42d: content_hash: N/A description: '' @@ -121878,6 +129091,7 @@ https://gokulchandrapr.medium.com/amazon-eks-anywhere-eks-connector-600953aaa42d v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://gokuldevops.medium.com/argo-cdsample-app-deployment-56b36601f279: content_hash: N/A description: '' @@ -121892,6 +129106,7 @@ https://gokuldevops.medium.com/argo-cdsample-app-deployment-56b36601f279: v2_locations: - demos.md year: N/A + addition_method: manual https://golang.org: content_hash: a8435122408990ff986be2f095ffd930aaba3f6f2bd77f54ae000b6a1582a4ec description: '' @@ -121903,6 +129118,7 @@ https://golang.org: v1_locations: - docs/golang.md year: N/A + addition_method: manual https://golangrepo.com: content_hash: N/A description: '' @@ -121913,6 +129129,7 @@ https://golangrepo.com: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://googlecloudcheatsheet.withgoogle.com: content_hash: 098e1fc5bb9f8fd139c0600928d12eb31442af5429587dbb3b974ce3af553aa0 description: '' @@ -121925,6 +129142,7 @@ https://googlecloudcheatsheet.withgoogle.com: - docs/GoogleCloudPlatform.md - docs/cheatsheets.md year: N/A + addition_method: manual https://goteleport.com/blog/devsecops-passwordless: ai_summary: 'Investigates the shift toward passwordless architectures in enterprise engineering, leveraging short-lived OIDC identities instead of static tokens. @@ -121955,6 +129173,7 @@ https://goteleport.com/blog/devsecops-passwordless: v2_locations: - devsecops.md year: N/A + addition_method: manual https://goteleport.com/blog/hack-via-pull-request: ai_summary: 'A highly technical, post-mortem style security breakdown of how malicious pull requests can compromise CI/CD workflows and leak cloud IAM credentials. Contrast: @@ -121985,6 +129204,7 @@ https://goteleport.com/blog/hack-via-pull-request: v2_locations: - devsecops.md year: N/A + addition_method: manual https://goteleport.com/blog/how-to-ssh-properly: ai_summary: 'A masterclass in modern SSH engineering, detailing security-first server configurations, cryptographic key selections, agent forwarding hazards, and auditing @@ -122009,6 +129229,7 @@ https://goteleport.com/blog/how-to-ssh-properly: v2_locations: - linux.md year: '2024' + addition_method: manual https://goteleport.com/blog/kube-authn-methods: ai_summary: 'Curator Insight: Broad examination of OIDC, X.509 client certs, and webhook authenticators. Live Grounding: A high-density conceptual summary simplifying @@ -122037,6 +129258,7 @@ https://goteleport.com/blog/kube-authn-methods: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://goteleport.com/blog/kubernetes-api-access-security: ai_summary: High-fidelity instructions on securing access to the Kubernetes API server, emphasizing the dangers of exposed endpoints. Curator insight focuses @@ -122066,6 +129288,7 @@ https://goteleport.com/blog/kubernetes-api-access-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://goteleport.com/blog/kubernetes-sso-saml: ai_summary: 'Curator Insight: Tutorial showing how to secure the Kubernetes API utilizing SAML Single Sign-On. Live Grounding: Details proxy setup and Dex configuration, @@ -122089,6 +129312,7 @@ https://goteleport.com/blog/kubernetes-sso-saml: v2_locations: - kubernetes-security.md year: '2023' + addition_method: manual https://goteleport.com/blog/ssh-certificates: ai_summary: A comprehensive exploration of SSH access control, contrasting traditional static key management with modern cryptographic certificate authorities. It details @@ -122118,6 +129342,7 @@ https://goteleport.com/blog/ssh-certificates: v2_locations: - linux.md year: N/A + addition_method: manual https://goteleport.com/blog/ssh-vs-kubectl: content_hash: ccb0aae514164f042c250cd029d710227a7114729436c87d19135bbdb4768506 description: '' @@ -122134,6 +129359,7 @@ https://goteleport.com/blog/ssh-vs-kubectl: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://gpustack.ai: content_hash: b90d156c579370eea9a774469ef3f8f08015b4df532bff3c7f49d5b8c9fb9ebd health_score: 100.0 @@ -122146,6 +129372,7 @@ https://gpustack.ai: v2_locations: - devops.md - index.md + addition_method: manual https://gradle.org: ai_summary: Home of Gradle, an enterprise-grade build automation system supporting Kotlin and Groovy DSLs. Outperforms Apache Maven in build execution times due @@ -122174,6 +129401,7 @@ https://gradle.org: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://grafana.com: content_hash: 2e1ca5840aa11d2d81c7e34b458c158ebab822b59fd1db5983a8ae9ef77cb0e7 description: '' @@ -122194,6 +129422,7 @@ https://grafana.com: - monitoring.md - prometheus.md year: N/A + addition_method: manual ? https://grafana.com/about/press/2021/11/10/grafana-labs-and-microsoft-partner-to-deliver-new-first-party-microsoft-azure-service : content_hash: 6abdeca0947896abcd9e3b5520c1ee78ffc9bf6b68f1aa65d0d333c13acd25de description: '' @@ -122206,6 +129435,7 @@ https://grafana.com: v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2020/07/22/introducing-the-new-and-improved-new-relic-plugin-for-grafana: content_hash: 54d16dab5a4e1951488181d1ade57325dc39e96fe8fa3c4cae03ee4db37e9968 description: '' @@ -122221,6 +129451,7 @@ https://grafana.com/blog/2020/07/22/introducing-the-new-and-improved-new-relic-p v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2020/08/26/popular-community-plugins-that-can-improve-your-grafana-dashboards: content_hash: ac521043c65c8a49700d014629d02b010f728b5e68daddd281eaf3ee27c70db5 description: '' @@ -122237,6 +129468,7 @@ https://grafana.com/blog/2020/08/26/popular-community-plugins-that-can-improve-y v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2020/09/21/how-we-use-the-grafana-github-plugin-to-track-outstanding-pull-requests: ai_summary: Grafana details their internal workflow configuration utilizing the Grafana GitHub plugin to visualize team velocity, pull request backlogs, and code @@ -122268,6 +129500,7 @@ https://grafana.com/blog/2020/09/21/how-we-use-the-grafana-github-plugin-to-trac v2_locations: - git.md year: N/A + addition_method: manual https://grafana.com/blog/2020/10/27/announcing-grafana-tempo-a-massively-scalable-distributed-tracing-system: content_hash: 4d08f8391695a9f5a04086f97a95e86d11093055aaec7207f5ece5bca76112e7 description: '' @@ -122285,6 +129518,7 @@ https://grafana.com/blog/2020/10/27/announcing-grafana-tempo-a-massively-scalabl v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three-easy-projects: content_hash: e84b66663fadbde62c883b2508f2dc69d9855673b1bd9dd9c7dfc0e48e781dfc description: '' @@ -122300,6 +129534,7 @@ https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three v2_locations: - prometheus.md year: N/A + addition_method: manual ? https://grafana.com/blog/2021/01/25/a-beginners-guide-to-distributed-tracing-and-how-it-can-increase-an-applications-performance : content_hash: 52cc47e8a7058e8f87d6c80348209d93e51ca9a022b87291e7585bab534c7f75 description: '' @@ -122317,6 +129552,7 @@ https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three v1_locations: - docs/monitoring.md year: N/A + addition_method: manual ? https://grafana.com/blog/2021/04/05/using-telegraf-plugins-to-visualize-industrial-iot-data-with-the-grafana-cloud-hosted-prometheus-service : content_hash: b7e57733bbe2ce014224d59348e37831f22142336753c49c1a73bfad2091a2ce description: '' @@ -122333,6 +129569,7 @@ https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three v2_locations: - prometheus.md year: N/A + addition_method: manual ? https://grafana.com/blog/2021/04/08/how-we-use-metamonitoring-prometheus-servers-to-monitor-all-other-prometheus-servers-at-grafana-labs : content_hash: 25fea83d846c79cd23a87704dc92b8813ddbb56786975afca19dd4fb6512e7b8 description: '' @@ -122350,6 +129587,7 @@ https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three v1_locations: - docs/prometheus.md year: N/A + addition_method: manual ? https://grafana.com/blog/2021/07/06/whats-new-in-grafana-cloud-for-july-2021-traces-live-streaming-kubernetes-and-docker-integrations-and-more : content_hash: 6307927eb723803f0de1c2b6b4d348c3c08439e938b6c2e362558d5f599eb387 description: '' @@ -122366,6 +129604,7 @@ https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three v2_locations: - grafana.md year: N/A + addition_method: manual ? https://grafana.com/blog/2021/07/26/get-comprehensive-monitoring-for-your-apache-kafka-ecosystem-instances-quickly-with-grafana-cloud : ai_summary: 'Curator Insight: Overview of cloud-managed observability templates for Kafka. Live Grounding: Details the installation of preconfigured Grafana dashboards @@ -122394,6 +129633,7 @@ https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://grafana.com/blog/2021/08/05/grafana-8.1-released-new-geomap-and-annotations-panels-updated-plugin-management-and-more : content_hash: 2ec240edbb7fc5b03dd2b4a7064e8222641521c259c69313b26b9aadb16b8e23 description: '' @@ -122410,6 +129650,7 @@ https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2021/08/31/how-istio-tempo-and-loki-speed-up-debugging-for-microservices: content_hash: 652762717f4e5651461bba4ca20f1d381b852840d263a8edbc8c9e85453207c5 description: '' @@ -122425,6 +129666,7 @@ https://grafana.com/blog/2021/08/31/how-istio-tempo-and-loki-speed-up-debugging- v2_locations: - demos.md year: N/A + addition_method: manual https://grafana.com/blog/2021/11/16/why-we-created-a-prometheus-agent-mode-from-the-grafana-agent: content_hash: aed97a7c2ae48b5c1995a90543a4580b252c25b6b60b8849a28a40d572282e8a description: '' @@ -122440,6 +129682,7 @@ https://grafana.com/blog/2021/11/16/why-we-created-a-prometheus-agent-mode-from- v2_locations: - prometheus.md year: N/A + addition_method: manual https://grafana.com/blog/2021/11/17/2021/11/17/grafana-aws-cloudwatch-integration: content_hash: N/A description: '' @@ -122452,6 +129695,7 @@ https://grafana.com/blog/2021/11/17/2021/11/17/grafana-aws-cloudwatch-integratio v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2021/11/17/grafana-aws-cloudwatch-integration: content_hash: 2187aedb854cc5c737fb4f732751d03ff84815a3c337c2a1338bbd9621628141 health_score: 64.0 @@ -122464,6 +129708,7 @@ https://grafana.com/blog/2021/11/17/grafana-aws-cloudwatch-integration: status: review_required v1_locations: - docs/grafana.md + addition_method: manual https://grafana.com/blog/2021/11/19/a-3-step-guide-to-troubleshooting-and-visualizing-kubernetes-with-grafana-cloud: content_hash: 6c243178b54689f1f9f4c2e0c6422f84c7fbd32353ecf3086adfe39f6d69e66f description: '' @@ -122480,6 +129725,7 @@ https://grafana.com/blog/2021/11/19/a-3-step-guide-to-troubleshooting-and-visual v2_locations: - grafana.md year: N/A + addition_method: manual ? https://grafana.com/blog/2021/11/29/how-to-build-performance-tests-into-your-ci-pipeline-with-k6-github-actions-and-grafana : content_hash: 7840bdbf499358cf62afabf504ecf2f436de75b7779bf55a6f16488ed6bb28d2 description: '' @@ -122491,6 +129737,7 @@ https://grafana.com/blog/2021/11/19/a-3-step-guide-to-troubleshooting-and-visual v1_locations: - docs/qa.md year: N/A + addition_method: manual https://grafana.com/blog/2021/12/06/testing-shift-left-observability-with-the-grafana-stack-opentelemetry-and-k6: content_hash: e62b473ea2727dafb68c50f5759814efd0ca8c2b6a34f0594b20d361810c4ab1 description: '' @@ -122507,6 +129754,7 @@ https://grafana.com/blog/2021/12/06/testing-shift-left-observability-with-the-gr v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2022/01/11/top-5-user-requested-synthetic-monitoring-alerts-in-grafana-cloud: content_hash: 29dc15bedc98a05ecd9e5ca2a180be34e57ec4668838eb7b83bd784cd4683a83 description: '' @@ -122523,6 +129771,7 @@ https://grafana.com/blog/2022/01/11/top-5-user-requested-synthetic-monitoring-al v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2022/01/19/a-beginners-guide-to-network-monitoring-with-grafana-and-prometheus: content_hash: 22c647b279b4870514569f5079f22df3e156d4fb34875d05c61722279b3f5bd8 description: '' @@ -122539,6 +129788,7 @@ https://grafana.com/blog/2022/01/19/a-beginners-guide-to-network-monitoring-with v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2022/01/27/video-how-to-build-a-prometheus-query-in-grafana: content_hash: 3300535eb36ef7b00b467aaa6ddd81433e0a3be53904e05f82e04f0ed36b301d description: '' @@ -122554,6 +129804,7 @@ https://grafana.com/blog/2022/01/27/video-how-to-build-a-prometheus-query-in-gra v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2022/02/01/an-advanced-guide-to-network-monitoring-with-grafana-and-prometheus: content_hash: 711977a69c9fe402d2aa73ed14aea43332efcf950988cab92ca0f926919b4970 description: '' @@ -122569,6 +129820,7 @@ https://grafana.com/blog/2022/02/01/an-advanced-guide-to-network-monitoring-with v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2022/04/05/how-to-use-websockets-to-visualize-real-time-iot-data-in-grafana: content_hash: 743cdf15d4fdb1e7cb305f6ac3e48aa163620f461ecc1c14470c39a3d770cef7 description: '' @@ -122585,6 +129837,7 @@ https://grafana.com/blog/2022/04/05/how-to-use-websockets-to-visualize-real-time v2_locations: - api.md year: N/A + addition_method: manual https://grafana.com/blog/2022/06/06/grafana-dashboards-a-complete-guide-to-all-the-different-types-you-can-build: content_hash: 3d56c0c80180a3aef05599da64998b018400fbf39c84b0fe941181c862da3a1b description: '' @@ -122601,6 +129854,7 @@ https://grafana.com/blog/2022/06/06/grafana-dashboards-a-complete-guide-to-all-t v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2022/07/13/introducing-kubernetes-monitoring-in-grafana-cloud: content_hash: f8d444f8d229600bdd703e9782fb0a03e7c65d8c66b66cbe2fc5c5eafec65d97 description: '' @@ -122617,6 +129871,7 @@ https://grafana.com/blog/2022/07/13/introducing-kubernetes-monitoring-in-grafana v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://grafana.com/blog/2022/10/20/how-to-manage-high-cardinality-metrics-in-prometheus-and-kubernetes: ai_summary: Provides an in-depth operational guide on mitigating Prometheus cardinality spikes within Kubernetes clusters. Curator insight emphasizes structural optimization @@ -122647,6 +129902,7 @@ https://grafana.com/blog/2022/10/20/how-to-manage-high-cardinality-metrics-in-pr v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://grafana.com/blog/2022/11/02/introducing-grafana-faro-oss-application-observability: content_hash: 1d3e2523a0f95cbe6befaa581f77cdbea122d6daa840ba5cc71ea9123e017264 description: '' @@ -122663,6 +129919,7 @@ https://grafana.com/blog/2022/11/02/introducing-grafana-faro-oss-application-obs v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2022/12/06/a-complete-guide-to-managing-grafana-as-code-tools-tips-and-tricks: content_hash: d6842e11215974a6410af7aba10582baddb1f4ea2969dc8b7a8ce1b9563d3353 description: '' @@ -122679,6 +129936,7 @@ https://grafana.com/blog/2022/12/06/a-complete-guide-to-managing-grafana-as-code v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2022/12/08/grafana-9.3-feature-grafana-oauth-token-improvements/?mdm=social: content_hash: 2ec240edbb7fc5b03dd2b4a7064e8222641521c259c69313b26b9aadb16b8e23 description: '' @@ -122689,6 +129947,7 @@ https://grafana.com/blog/2022/12/08/grafana-9.3-feature-grafana-oauth-token-impr v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://grafana.com/blog/2023/01/19/how-to-monitor-kubernetes-clusters-with-the-prometheus-operator: content_hash: 142887474a2e65d10127a0d61e34fa6bfea7efc749272a510c81918a538aa5cc description: '' @@ -122705,6 +129964,7 @@ https://grafana.com/blog/2023/01/19/how-to-monitor-kubernetes-clusters-with-the- v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://grafana.com/blog/2023/01/31/a-beginners-guide-to-kubernetes-application-monitoring: ai_summary: Introduces foundational concepts of monitoring applications running inside Kubernetes. It walks through metrics generation, collection using Prometheus, @@ -122733,6 +129993,7 @@ https://grafana.com/blog/2023/01/31/a-beginners-guide-to-kubernetes-application- v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://grafana.com/blog/2023/03/03/how-to-optimize-resource-utilization-with-kubernetes-monitoring-for-grafana-cloud: content_hash: 99f77ff5b8ee77c6dcbc156a86cac7486fa720c5ca61cbf0c823139b9b9fb58b description: '' @@ -122750,6 +130011,7 @@ https://grafana.com/blog/2023/03/03/how-to-optimize-resource-utilization-with-ku v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://grafana.com/blog/2023/04/07/scrape-azure-metrics-and-monitor-aks-using-grafana-agent: content_hash: 61f70b588bd60964e6763e3a1f7e69b28319c47a264fb94899f8d23ae0fad1fc description: '' @@ -122767,6 +130029,7 @@ https://grafana.com/blog/2023/04/07/scrape-azure-metrics-and-monitor-aks-using-g v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://grafana.com/blog/2023/10/16/why-companies-choose-grafana-cloud-over-self-managed-oss-stacks: content_hash: 3a2120b1eea9e83d29f6fc7defa578f4be4fd654ff556a4ac797f29bd6860885 description: '' @@ -122782,6 +130045,7 @@ https://grafana.com/blog/2023/10/16/why-companies-choose-grafana-cloud-over-self v2_locations: - grafana.md year: N/A + addition_method: manual ? https://grafana.com/blog/2023/11/14/grafana-beyla-1.0-release-zero-code-instrumentation-for-application-telemetry-using-ebpf : content_hash: 93552d685cd5610d881cdf878104ac9b14714660560d35ae637ffcb0ff9ed9c1 description: '' @@ -122798,12 +130062,14 @@ https://grafana.com/blog/2023/10/16/why-companies-choose-grafana-cloud-over-self v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/docs/agent/v0.32/configuration/integrations/azure-exporter-config: content_hash: f48a7411b7e038f9c0672fbb683c857855f25b3405d64c3aafb2a77462a0bf5a health_score: 100.0 last_checked: 1779034482.492685 v1_locations: - docs/managed-kubernetes-in-public-cloud.md + addition_method: manual https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-docker: content_hash: 6b5f2db9341778a77bb07ee9dbbaff7ca0297c06a13313c029ff30f663c2d8bb health_score: 100.0 @@ -122815,6 +130081,7 @@ https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integ - docs/docker.md v2_locations: - docker.md + addition_method: manual https://grafana.com/docs/grafana-cloud/reference/integrations/integration-docker: content_hash: f9fae31ae60d3c82931068c0199fbd61679dc96e7725b5caf479dcce103f723a description: '' @@ -122826,6 +130093,7 @@ https://grafana.com/docs/grafana-cloud/reference/integrations/integration-docker v1_locations: - docs/docker.md year: N/A + addition_method: manual https://grafana.com/docs/grafana/latest/administration/provisioning: content_hash: dc39ea8872a350ff2de3e8aca7614acf0eb3fee1da228684e79bd62d10591c11 description: '' @@ -122842,6 +130110,7 @@ https://grafana.com/docs/grafana/latest/administration/provisioning: v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/docs/v5.4: content_hash: f5c26428f20623d10029e097f5577aa90154818224e71f7dc39a4a72d01fa2d7 description: '' @@ -122853,6 +130122,7 @@ https://grafana.com/docs/v5.4: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://grafana.com/grafana/dashboards: content_hash: b6d7a3debd14be699cdcf1261c8afab8597a9e4e58e7d34964bddf9dbf550741 description: '' @@ -122869,6 +130139,7 @@ https://grafana.com/grafana/dashboards: v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/grafana/dashboards/10702: content_hash: c521ad71aef223544836bc2a81e2c6b31c6d7b4e92eaec572beb0bd51c41793c description: '' @@ -122880,6 +130151,7 @@ https://grafana.com/grafana/dashboards/10702: - docs/grafana.md - docs/prometheus.md year: N/A + addition_method: manual https://grafana.com/grafana/dashboards/10702-activemq: content_hash: 6a15a8952a1cf9bf98be3f41f7c311520e8ce50ab316b48fa791958a6015ed48 health_score: 100.0 @@ -122887,24 +130159,28 @@ https://grafana.com/grafana/dashboards/10702-activemq: v1_locations: - docs/grafana.md - docs/prometheus.md + addition_method: manual https://grafana.com/grafana/dashboards/9087: content_hash: 8ce121c6ac51b3fa1743f4dcf4c8134755b5d7c71568fd71f5c490176d972d95 health_score: 100.0 last_checked: 1779033237.525003 v1_locations: - docs/grafana.md + addition_method: manual https://grafana.com/grafana/dashboards/9777: content_hash: 9b87516c2456bed766a28924623ef45278edcd0c2b6c96b5ab4680f56c1e5225 health_score: 100.0 last_checked: 1779029479.330388 v1_locations: - docs/grafana.md + addition_method: manual https://grafana.com/grafana/dashboards/9777-watermill: content_hash: b51b472ae700de329a34b2da210a93343727dd3f9cee9f68a76fc844fb1c3a27 health_score: 100.0 last_checked: 1779130494.966391 v1_locations: - docs/grafana.md + addition_method: manual https://grafana.com/grafana/dashboards/?collector=Telegraf: content_hash: 6015b555a9742cd7d7a43a1d7615b20fae019fb926cbd4b5697210b3acc6b8e7 health_score: 100.0 @@ -122916,6 +130192,7 @@ https://grafana.com/grafana/dashboards/?collector=Telegraf: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://grafana.com/grafana/dashboards?collector=Telegraf: content_hash: b6d7a3debd14be699cdcf1261c8afab8597a9e4e58e7d34964bddf9dbf550741 description: '' @@ -122926,6 +130203,7 @@ https://grafana.com/grafana/dashboards?collector=Telegraf: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://grafana.com/oss/faro: content_hash: 2967488553404378b73577b4a749b862a3a86e49dd9a1a054b13a64b52a97849 description: '' @@ -122942,6 +130220,7 @@ https://grafana.com/oss/faro: v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/oss/grafana/?mdm=social: content_hash: eb74784827f6a3410a18ab90cbcfeb96014eee106fd9255ef77f5d1b29a85dd4 health_score: 100.0 @@ -122953,6 +130232,7 @@ https://grafana.com/oss/grafana/?mdm=social: - docs/grafana.md v2_locations: - grafana.md + addition_method: manual https://grafana.com/oss/loki: content_hash: 116ee7f7a4adb441ed78926301f551ee8d7da853a3dac9b79702ddf00235c43f description: '' @@ -122969,6 +130249,7 @@ https://grafana.com/oss/loki: v2_locations: - grafana.md year: N/A + addition_method: manual https://grafana.com/oss/oncall: content_hash: 298b6ca486a499dc411e8ca2e58a3864532aa17b1ad4dfcdddef4bb76cdd6bf3 description: '' @@ -122985,6 +130266,7 @@ https://grafana.com/oss/oncall: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://grafana.com/press/2021/11/10/grafana-labs-and-microsoft-partner-to-deliver-new-first-party-microsoft-azure-service: content_hash: c033ce150adea492091571aee90ed89867a49efbda80e28bf51517aab030552d health_score: 100.0 @@ -122996,6 +130278,7 @@ https://grafana.com/press/2021/11/10/grafana-labs-and-microsoft-partner-to-deliv - docs/grafana.md v2_locations: - grafana.md + addition_method: manual https://granulate.io/a-deep-dive-into-kubernetes-scheduling: content_hash: N/A description: '' @@ -123010,6 +130293,7 @@ https://granulate.io/a-deep-dive-into-kubernetes-scheduling: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://graphql.org: content_hash: 7e8975d86f801214e2e8cf6eb1327b7a40e2503b4fbb13e55ba1492b6570835e description: '' @@ -123026,6 +130310,7 @@ https://graphql.org: v2_locations: - api.md year: N/A + addition_method: manual https://graphviz.online: content_hash: 2c878254795cb79cd3289b269fdc7090b124ec72229075f23dd071bb35aa8219 description: '' @@ -123042,6 +130327,7 @@ https://graphviz.online: v2_locations: - terraform.md year: N/A + addition_method: manual https://graphviz.org: content_hash: f3d891255cd40c72590e6110816135fadde9cad4c219f75f2270547aaace690f description: '' @@ -123058,6 +130344,7 @@ https://graphviz.org: v2_locations: - terraform.md year: N/A + addition_method: manual https://gravitational.com/blog/how-to-ssh-properly: content_hash: 466fa16d7ed09c5ffe4bfdb3087a88c9d17fdb5cb9b1d5e9a5a23321b62ee0e3 description: '' @@ -123069,6 +130356,7 @@ https://gravitational.com/blog/how-to-ssh-properly: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://gravitational.com/blog/kubernetes-sso-saml: content_hash: a4eefea90e0648e41fa945e6e52e68faa9aac64a1c7fde180c95dd60fb3b3bca description: '' @@ -123080,6 +130368,7 @@ https://gravitational.com/blog/kubernetes-sso-saml: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://gravitydevops.com/terraform-tutorials-basic-to-advanced: content_hash: 1dfa6187447339288b03844bcbe94034c1f672cdd0f4d0b401ff381b9096481f description: '' @@ -123092,6 +130381,7 @@ https://gravitydevops.com/terraform-tutorials-basic-to-advanced: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://gravitydevops.com/terraform-tutorials-basic-to-advanced-2025: content_hash: a0e14f34f4bed183bda8a0ab6687b6126720104c1f451c0575067385a58af559 health_score: 100.0 @@ -123103,6 +130393,7 @@ https://gravitydevops.com/terraform-tutorials-basic-to-advanced-2025: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://gregsramblings.com/blog/compare-google-cloud-to-aws: content_hash: N/A description: '' @@ -123113,6 +130404,7 @@ https://gregsramblings.com/blog/compare-google-cloud-to-aws: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://grokkinginterview.com/13-rest-api-interview-questions-you-need-to-know-f0e7ec857550: content_hash: N/A description: '' @@ -123127,6 +130419,7 @@ https://grokkinginterview.com/13-rest-api-interview-questions-you-need-to-know-f v2_locations: - interview-questions.md year: N/A + addition_method: manual https://groups.google.com/g/ansible-devel/c/CdQ7eWUUm8k?pli=1: content_hash: c245119c8b1cf6f2a3d93b3db7639a1165e9128338450f329a9ede2403fbe7a3 description: '' @@ -123143,6 +130436,7 @@ https://groups.google.com/g/ansible-devel/c/CdQ7eWUUm8k?pli=1: v2_locations: - ansible.md year: N/A + addition_method: manual https://grow.google/certificates/interview-warmup: content_hash: 9ab9ae66017074327379717fc5828bc323b701507c50b094945e6e5d2b1c98b6 description: '' @@ -123154,6 +130448,7 @@ https://grow.google/certificates/interview-warmup: v1_locations: - docs/interview-questions.md year: N/A + addition_method: manual https://grow.google/grow-your-career/articles/interview-tips: ai_summary: Curator Insight introduces Google's interactive interview practice engine powered by ML analysis. Live Grounding shows the tool leverages real-time speech-to-text @@ -123176,6 +130471,7 @@ https://grow.google/grow-your-career/articles/interview-tips: v2_locations: - interview-questions.md year: '2022' + addition_method: manual https://grpc.io: content_hash: dda2c5192bb30403e6c6e496b747a623a06ed39cb75ab65bb862f0fbbb6e6ec9 description: '' @@ -123192,18 +130488,21 @@ https://grpc.io: v2_locations: - api.md year: N/A + addition_method: manual https://grpc.io/docs/what-is-grpc/faq: content_hash: 20caf4b06ca214386b259fedf8f57ee4cf235bc4acee94db100c4c2e943b284d health_score: 100.0 last_checked: 1779130495.020766 v1_locations: - docs/servicemesh.md + addition_method: manual https://grpc.io/faq: content_hash: dc083a65d3af708aa3bc909c276bebd315ddf2da5165f9aa2440e4743c16a25e health_score: 100.0 last_checked: 1779032734.183532 v1_locations: - docs/servicemesh.md + addition_method: manual https://gruntwork.io: content_hash: 8ba9b0105dd56748b2841debd75ffd506b0ba07eebb611886a542d103a1e0b00 description: '' @@ -123215,6 +130514,7 @@ https://gruntwork.io: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://guide.sst.dev/examples/how-to-debug-lambda-functions-with-visual-studio-code.html: content_hash: 57959101bd257e0f33dfd006198ef2dc6afe3bfc9ec21d3b39fd87594c5fa9d2 health_score: 100.0 @@ -123226,6 +130526,7 @@ https://guide.sst.dev/examples/how-to-debug-lambda-functions-with-visual-studio- - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://guides.github.com: content_hash: 89a5ba49ce4264f5e8283392357e2b186671722258f75186683b60651683916c description: '' @@ -123236,6 +130537,7 @@ https://guides.github.com: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://guides.github.com/introduction/flow: content_hash: 25f429305726d126f298ea2ba4d7bfdd4e35d179c2b77636f0fad378ec555e4b description: '' @@ -123246,6 +130548,7 @@ https://guides.github.com/introduction/flow: v1_locations: - docs/git.md year: N/A + addition_method: manual https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf: content_hash: 89a5ba49ce4264f5e8283392357e2b186671722258f75186683b60651683916c description: '' @@ -123257,6 +130560,7 @@ https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf: - docs/cheatsheets.md - docs/mkdocs.md year: N/A + addition_method: manual https://guides.sonatype.com/repo3/technical-guides/secure-docker-registries: content_hash: 6ad7ccbe2d98187378154f265e55ba0d8fee84aa5213031477c464a663023a4e description: '' @@ -123268,6 +130572,7 @@ https://guides.sonatype.com/repo3/technical-guides/secure-docker-registries: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://guyzsarun.medium.com/kubernetes-liveness-readiness-probe-explained-352691dcccf1: content_hash: N/A description: '' @@ -123282,6 +130587,7 @@ https://guyzsarun.medium.com/kubernetes-liveness-readiness-probe-explained-35269 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hackernoon.com/9-basic-and-crucial-tips-for-microservices-developers: content_hash: 45bec15155b762dd8fe580152eb774b23a3ac9b79bc9323e24f3a10dc2999200 description: '' @@ -123299,6 +130605,7 @@ https://hackernoon.com/9-basic-and-crucial-tips-for-microservices-developers: v2_locations: - introduction.md year: N/A + addition_method: manual https://hackernoon.com/a-guide-to-deploying-jaeger-on-kubernetes-in-production-0p2n3tub: ai_summary: An operational manual detailing production-grade strategies for deploying Jaeger. Explains the differences between ephemeral, Elasticsearch, and Cassandra @@ -123329,6 +130636,7 @@ https://hackernoon.com/a-guide-to-deploying-jaeger-on-kubernetes-in-production-0 v2_locations: - istio.md year: N/A + addition_method: manual https://hackernoon.com/cleanup-old-docker-images-from-nexus-repository-617b1004dad8: ai_summary: A guide on managing storage allocations in Nexus Repository Manager by automating the deletion of legacy Docker image tags. It outlines task scheduler @@ -123356,6 +130664,7 @@ https://hackernoon.com/cleanup-old-docker-images-from-nexus-repository-617b1004d v2_locations: - registries.md year: N/A + addition_method: manual https://hackernoon.com/database-vs-data-warehouse-vs-data-lake-a-simple-explanation-hz2k33rm: content_hash: 4b07fd74b880ec87b0a544428152864cdc7378f44d0dbe9718af65b2e66cd4ed description: '' @@ -123372,6 +130681,7 @@ https://hackernoon.com/database-vs-data-warehouse-vs-data-lake-a-simple-explanat v2_locations: - databases.md year: N/A + addition_method: manual https://hackernoon.com/exporting-your-gke-cluster-to-terraform-cloud-a-guide-with-challenges-and-solutions: content_hash: 46888b63fb736532f4f3b88f82532852768d67e173d99e686a07a4104c8f8f78 description: '' @@ -123389,12 +130699,14 @@ https://hackernoon.com/exporting-your-gke-cluster-to-terraform-cloud-a-guide-wit v2_locations: - terraform.md year: N/A + addition_method: manual https://hackernoon.com/how-to-create-kubernetes-yaml-files: content_hash: da54d82ac85a618cf8a8a5852661084f73055c84ca97bb773c6ec6bd75c5b38f health_score: 100.0 last_checked: 1779032874.580464 v1_locations: - docs/yaml.md + addition_method: manual https://hackernoon.com/how-to-deploy-code-faster-using-kubernetes-jh1y3ul0: content_hash: bb446f24f4dc671e6116e6373227d32f3a779ba3fcbb3187573726d42e484839 description: '' @@ -123411,6 +130723,7 @@ https://hackernoon.com/how-to-deploy-code-faster-using-kubernetes-jh1y3ul0: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hackernoon.com/how-to-generate-kubernetes-manifests-with-a-single-command: content_hash: b72de19fb260bd2be4096c6495e67d7387126d5be3d6d4fe4364a8dcb0fdc188 description: '' @@ -123428,6 +130741,7 @@ https://hackernoon.com/how-to-generate-kubernetes-manifests-with-a-single-comman v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://hackernoon.com/how-to-use-opentelemetry-and-jaeger-to-implement-distributed-tracing-and-apm-jcx34fi: ai_summary: A modern guide covering the implementation of standard OpenTelemetry APIs alongside Jaeger. Walks through instrumenting application source code, running @@ -123459,6 +130773,7 @@ https://hackernoon.com/how-to-use-opentelemetry-and-jaeger-to-implement-distribu v2_locations: - istio.md year: N/A + addition_method: manual https://hackernoon.com/how-to-work-with-the-kubectl-debug-command: content_hash: b5cc7b9c7ac602532cfead63791e86c45677b9158bb24befd719a44d7199e334 description: '' @@ -123475,6 +130790,7 @@ https://hackernoon.com/how-to-work-with-the-kubectl-debug-command: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://hackernoon.com/kubernetes-and-helm-a-deadly-combo-to-help-you-deploy-with-ease-rjr30x2: ai_summary: High-level overview illustrating the synergies between Kubernetes architectures and Helm's package abstractions, demonstrating how Helm reduces manual configuration @@ -123504,6 +130820,7 @@ https://hackernoon.com/kubernetes-and-helm-a-deadly-combo-to-help-you-deploy-wit v2_locations: - helm.md year: N/A + addition_method: manual https://hackernoon.com/kubernetes-cluster-must-haves-to-be-production-ready: content_hash: 884679dab242f7f38a9f17a305834c7417ac8bd8f393989cf0d2d7176b2c942f description: '' @@ -123520,6 +130837,7 @@ https://hackernoon.com/kubernetes-cluster-must-haves-to-be-production-ready: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hackernoon.com/kubernetes-resource-quotas: content_hash: b0ae19d818f125edfb1fca35ac3b76555fa8eb2f5b345d6bbd589263e97ba61d description: '' @@ -123536,6 +130854,7 @@ https://hackernoon.com/kubernetes-resource-quotas: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hackernoon.com/practical-transaction-handling-in-microservice-architecture-5x1631ke: content_hash: a51790726b473f53f350cf9f7ddaecf314b006e2ea7e3a78cf67a035a6199344 description: '' @@ -123552,6 +130871,7 @@ https://hackernoon.com/practical-transaction-handling-in-microservice-architectu v2_locations: - databases.md year: N/A + addition_method: manual https://hackernoon.com/reducing-kubernetes-costs: content_hash: 29b9ff3141d94061bfb7c072b3f7b98f962b189e4eb1af380ee55433003f81c7 description: '' @@ -123568,6 +130888,7 @@ https://hackernoon.com/reducing-kubernetes-costs: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hackernoon.com/the-ultimate-beginners-guide-to-kubernetes-and-container-orchestration-5d83354y: content_hash: 7d9a4243e80469bfdefe9ccd8c48b80ab4116b53c97c19ec9e702f8648271539 description: '' @@ -123585,6 +130906,7 @@ https://hackernoon.com/the-ultimate-beginners-guide-to-kubernetes-and-container- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hackernoon.com/using-spinnaker-with-kubernetes-for-cicd-52w3uo9: content_hash: f84d8af92e7dbb873e89a41d7e1d4ad097eb6c9c94d7c36558b456a455d291e3 description: '' @@ -123601,6 +130923,7 @@ https://hackernoon.com/using-spinnaker-with-kubernetes-for-cicd-52w3uo9: v2_locations: - demos.md year: N/A + addition_method: manual https://hackernoon.com/what-is-gitops-and-why-is-it-almost-useless-part-2: content_hash: e04749d91614d8a3ac9fe78003dbbb45d8b316ba5afe6055569c51bf6fc159b8 description: '' @@ -123612,6 +130935,7 @@ https://hackernoon.com/what-is-gitops-and-why-is-it-almost-useless-part-2: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://hackernoon.com/what-is-gitops-and-why-it-is-almost-useless-part-1: content_hash: daaea1e3d091f189cd34e3d6e004ab4b587e033e40c796de124a1e571ea1d1b4 description: '' @@ -123628,6 +130952,7 @@ https://hackernoon.com/what-is-gitops-and-why-it-is-almost-useless-part-1: v2_locations: - gitops.md year: N/A + addition_method: manual https://hackerone.com/reports/1249583: ai_summary: 'Curator Insight: Security report detailing a cross-namespace privilege escalation vector in ingress-nginx. Live Grounding: Essential reading showing @@ -123656,6 +130981,7 @@ https://hackerone.com/reports/1249583: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://hackingcpp.com/cpp/cheat_sheets: content_hash: b3eda49be75b9b530eb5bc08ab06463a600235420211e3b9c0cb527f68c6fef3 health_score: 100.0 @@ -123667,6 +130993,7 @@ https://hackingcpp.com/cpp/cheat_sheets: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://hackingcpp.com/cpp/cheat_sheets.html: content_hash: ffd3689cee63f24f7c553d1aa22467917e2a647a1c54d6c9c3e0dcd40e7aeea3 description: '' @@ -123678,6 +131005,7 @@ https://hackingcpp.com/cpp/cheat_sheets.html: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://hackr.io/blog/sql-commands: content_hash: 2bcde754e23f65b017a2e960ba5f3832e22b3751be089eb5cbbfa57a5d6c908d description: '' @@ -123694,6 +131022,7 @@ https://hackr.io/blog/sql-commands: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://hackr.io/blog/top-devops-tools: ai_summary: Practical run-through of core technologies driving operational speed, featuring configurations such as configuration managers, automated deployment @@ -123721,6 +131050,7 @@ https://hackr.io/blog/top-devops-tools: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://hamees.hashnode.dev/kubernetes-explain-like-im-5: content_hash: N/A description: '' @@ -123735,6 +131065,7 @@ https://hamees.hashnode.dev/kubernetes-explain-like-im-5: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://handbook.gitlab.com/handbook: content_hash: 06d6c36aa654bf9dc582849c6cba5e1d6780214c566f724278a8866a649e39f8 health_score: 100.0 @@ -123746,6 +131077,7 @@ https://handbook.gitlab.com/handbook: - docs/hr.md v2_locations: - hr.md + addition_method: manual https://handbook.gitlab.com/handbook/company/culture/all-remote/remote-work-report: ai_summary: An authoritative, data-driven whitepaper by GitLab on global remote work methodologies. Discusses practical insights regarding asynchronous operations, @@ -123768,6 +131100,7 @@ https://handbook.gitlab.com/handbook/company/culture/all-remote/remote-work-repo v2_locations: - recruitment.md year: '2021' + addition_method: manual https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers: content_hash: N/A description: '' @@ -123782,6 +131115,7 @@ https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers v2_locations: - python.md year: N/A + addition_method: manual https://hansencloud.com/2025/02/24/reduce-latency-with-azure-proximity-placement-groups: content_hash: 8428de9a1786230e8dcd12e904d0edd63f301857ad2b099ddc97a9b2b8fbb78a description: '' @@ -123802,6 +131136,7 @@ https://hansencloud.com/2025/02/24/reduce-latency-with-azure-proximity-placement - kubernetes.md - networking.md year: N/A + addition_method: manual https://haque-zubair.medium.com/aws-lambda-api-gateway-with-terraform-bd143b1c56bb: content_hash: N/A description: '' @@ -123816,6 +131151,7 @@ https://haque-zubair.medium.com/aws-lambda-api-gateway-with-terraform-bd143b1c56 v2_locations: - terraform.md year: N/A + addition_method: manual https://hardiks.medium.com/top-6-best-practices-for-container-orchestration-b4b0d3398ebc: content_hash: N/A description: '' @@ -123831,6 +131167,7 @@ https://hardiks.medium.com/top-6-best-practices-for-container-orchestration-b4b0 v2_locations: - introduction.md year: N/A + addition_method: manual https://hardiks.medium.com/where-should-you-manage-your-kubernetes-in-2023-amazon-ecs-or-eks-6f503e93f7a7: content_hash: N/A description: '' @@ -123846,6 +131183,7 @@ https://hardiks.medium.com/where-should-you-manage-your-kubernetes-in-2023-amazo v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://harness.io: content_hash: 2f4079e9119c21a9d272d1cbec0d1d3920c9f767ed1682f03f210cba11c79c0e description: '' @@ -123857,6 +131195,7 @@ https://harness.io: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://harness.io/2020/09/getting-started-with-cloud-cost-optimization: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -123868,6 +131207,7 @@ https://harness.io/2020/09/getting-started-with-cloud-cost-optimization: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://harness.io/2020/10/what-is-cicd-platform-why-should-i-care: content_hash: ba52ef82c9cc49fd6f25dead6db1be4206031eb66c7041558179413451367f3b description: '' @@ -123879,6 +131219,7 @@ https://harness.io/2020/10/what-is-cicd-platform-why-should-i-care: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/autostopping-rules-kubernetes: content_hash: 019abacc3d9205889ab6c94e5690fca11630187477c1ca94f74f4fca315f3171 description: '' @@ -123889,6 +131230,7 @@ https://harness.io/blog/autostopping-rules-kubernetes: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://harness.io/blog/cd-jenkins-pipelines-harness: content_hash: 20796891e260fb8fd856dfd6bcdb9af7233f27dfea3eac755b5c1f0dea729af8 description: '' @@ -123899,6 +131241,7 @@ https://harness.io/blog/cd-jenkins-pipelines-harness: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://harness.io/blog/continuous-delivery/automated-devsecops: content_hash: 6c56e11d4713938871d36b9f9e0f481f98c26a2c336cbbb5c46b466da1dd3391 description: '' @@ -123910,6 +131253,7 @@ https://harness.io/blog/continuous-delivery/automated-devsecops: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://harness.io/blog/continuous-delivery/ci-cd-pipeline: content_hash: 7c660dfca186ec0fd03158f604687f00c6dd9cb8fd711d4bb53bbec72238c55c description: '' @@ -123921,6 +131265,7 @@ https://harness.io/blog/continuous-delivery/ci-cd-pipeline: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/continuous-delivery/spinnaker-alternatives: content_hash: c5b9db4c83f365f468c5969bf52659a7d9b0e65172d53092fd5e0b486d39f804 description: '' @@ -123932,6 +131277,7 @@ https://harness.io/blog/continuous-delivery/spinnaker-alternatives: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://harness.io/blog/continuous-delivery/what-is-helm: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -123948,6 +131294,7 @@ https://harness.io/blog/continuous-delivery/what-is-helm: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://harness.io/blog/continuous-integration/continuous-integration-performance-metrics: content_hash: b492a38c199544dd170974f9e1bb123da44a49adb8bd5ee0211fcc67279f5283 description: '' @@ -123959,6 +131306,7 @@ https://harness.io/blog/continuous-integration/continuous-integration-performanc v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://harness.io/blog/continuous-integration/streamlining-ci-cd: content_hash: 85a4e849a49d5afba64bae0f094897a63620e09f8b4c4e70fe5e7160dd1418db description: '' @@ -123970,6 +131318,7 @@ https://harness.io/blog/continuous-integration/streamlining-ci-cd: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/continuous-integration/what-is-continuous-integration: content_hash: d973203ffa36beb47ef3189af7ae1f239844f70ca8e1379f50c33369ab90ef3e description: '' @@ -123981,6 +131330,7 @@ https://harness.io/blog/continuous-integration/what-is-continuous-integration: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/continuous-verification/blue-green-canary-deployment-strategies: content_hash: 506c80e1b3d17c487c214f7adc02c1cfdc15a79ea3109039a6648fdbdda35def description: '' @@ -123998,6 +131348,7 @@ https://harness.io/blog/continuous-verification/blue-green-canary-deployment-str v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/devops/6-gitops-best-practices: content_hash: 9970884389fd4da740799646e108a5f31b48dc80b1c2415a914cd545ff845006 description: '' @@ -124009,6 +131360,7 @@ https://harness.io/blog/devops/6-gitops-best-practices: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://harness.io/blog/devops/deployment-pipeline-patterns: content_hash: 2d13153966a8abbbdbefc966ceefb46d60d5f74cf1ca100dbeede650adae6f54 description: '' @@ -124020,6 +131372,7 @@ https://harness.io/blog/devops/deployment-pipeline-patterns: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/devops/gitops-new-kid-devops-block: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -124031,6 +131384,7 @@ https://harness.io/blog/devops/gitops-new-kid-devops-block: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://harness.io/blog/devops/helm-chart-repo: content_hash: d76111b5b2a77d4f63cd24314c2b4d2b806c939d6fe37ccda61001be483d98ce description: '' @@ -124042,6 +131396,7 @@ https://harness.io/blog/devops/helm-chart-repo: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://harness.io/blog/devops/helm-vs-kustomize: content_hash: a7618019a9b15232c3f14794b363df4942319dad4561b33d87ccf73d0c5e4199 description: '' @@ -124053,6 +131408,7 @@ https://harness.io/blog/devops/helm-vs-kustomize: v1_locations: - docs/kustomize.md year: N/A + addition_method: manual https://harness.io/blog/devops/pipeline-as-code: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -124064,6 +131420,7 @@ https://harness.io/blog/devops/pipeline-as-code: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://harness.io/blog/devops/secrets-management-ci-cd: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -124075,6 +131432,7 @@ https://harness.io/blog/devops/secrets-management-ci-cd: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://harness.io/blog/devops/software-development-life-cycle: content_hash: 003f17f904dc73632ce862dae172322b881e719a7d87fc08b321f6eef612a2d5 description: '' @@ -124086,6 +131444,7 @@ https://harness.io/blog/devops/software-development-life-cycle: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/devops/terraform-201-tutorial: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -124097,12 +131456,14 @@ https://harness.io/blog/devops/terraform-201-tutorial: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://harness.io/blog/devops/tutorial-s3-cross-account: content_hash: c89fcd263e71f97b3f3080fa49753556c1ee5ff67e9f1be07dbbfceded1824dc health_score: 100.0 last_checked: 1779031806.248394 v1_locations: - docs/aws-storage.md + addition_method: manual https://harness.io/blog/devops/vault-agent-kubernetes-delegates: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -124115,6 +131476,7 @@ https://harness.io/blog/devops/vault-agent-kubernetes-delegates: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://harness.io/blog/devops/vault-agent-secrets-management: content_hash: 106f81f115a2491e580f1dc25cae8bc90f9bfbb387e88328d708d09392173205 description: '' @@ -124127,6 +131489,7 @@ https://harness.io/blog/devops/vault-agent-secrets-management: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://harness.io/blog/feature-flags/progressive-delivery: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -124138,6 +131501,7 @@ https://harness.io/blog/feature-flags/progressive-delivery: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/gitops-repo-structure: content_hash: ed65356ebe420c3028888724b0dae5d3e76fcbff1b34d36c83a38534f6017683 description: '' @@ -124150,6 +131514,7 @@ https://harness.io/blog/gitops-repo-structure: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://harness.io/blog/helm-vs-kustomize: content_hash: a7618019a9b15232c3f14794b363df4942319dad4561b33d87ccf73d0c5e4199 description: '' @@ -124161,6 +131526,7 @@ https://harness.io/blog/helm-vs-kustomize: v1_locations: - docs/kustomize.md year: N/A + addition_method: manual https://harness.io/blog/kubernetes-ci-cd-best-practices: content_hash: 7d0690202103844ebe59033079922169cb8b6f14706978313b39dbaf003eb468 description: '' @@ -124172,6 +131538,7 @@ https://harness.io/blog/kubernetes-ci-cd-best-practices: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harness.io/blog/kubernetes-mistakes: content_hash: 18002af847bfe9a029e0597de692e099fb0d338f04b9bfcadb6eace0247627ab description: '' @@ -124184,6 +131551,7 @@ https://harness.io/blog/kubernetes-mistakes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://harness.io/blog/kubernetes-services-explained: content_hash: 54b6b53d2f98a2e471d9342e499a28a2cc946fc248a33da9e522f20405ea206b description: '' @@ -124195,6 +131563,7 @@ https://harness.io/blog/kubernetes-services-explained: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://harness.io/blog/product-updates/recommendations-api: content_hash: 01c1050383cca811b11b568a7770b61c36b9a554f06129b0882e68708a3a84de description: '' @@ -124207,6 +131576,7 @@ https://harness.io/blog/product-updates/recommendations-api: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://harness.io/blog/software-delivery-best-practices: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -124219,6 +131589,7 @@ https://harness.io/blog/software-delivery-best-practices: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://harshityadav95.medium.com/load-balancing-layer-4-vs-layer-7-f37a839afd9c: content_hash: N/A description: '' @@ -124233,6 +131604,7 @@ https://harshityadav95.medium.com/load-balancing-layer-4-vs-layer-7-f37a839afd9c v2_locations: - networking.md year: N/A + addition_method: manual https://hart-michael.medium.com/why-you-need-continuous-deployment-93d7b5936523: content_hash: N/A description: '' @@ -124247,6 +131619,7 @@ https://hart-michael.medium.com/why-you-need-continuous-deployment-93d7b5936523: v2_locations: - cicd.md year: N/A + addition_method: manual https://hashcat.net/hashcat: ai_summary: The premier GPU-optimized system recovery and hash audit toolkit. Utilized by compliance engineers to assess database security strength and to ensure active @@ -124274,6 +131647,7 @@ https://hashcat.net/hashcat: v2_locations: - devsecops.md year: N/A + addition_method: manual https://hashinteractive.com/blog/mongodump-and-mongorestore-vs-mongoexport-and-mongoimport: content_hash: 88fe6e626cb71443085eb6dd99567b69619586b4e621af7e15b2bda54ba83e18 description: '' @@ -124290,6 +131664,7 @@ https://hashinteractive.com/blog/mongodump-and-mongorestore-vs-mongoexport-and-m v2_locations: - nosql.md year: N/A + addition_method: manual https://hashnode.tpschmidt.com/my-top-10-free-learning-resources-for-aws: content_hash: N/A description: '' @@ -124304,6 +131679,7 @@ https://hashnode.tpschmidt.com/my-top-10-free-learning-resources-for-aws: v2_locations: - aws-training.md year: N/A + addition_method: manual https://hasura.io: content_hash: 48752dd7e054afe2b87dc11e82ff65dc7de9fb07b1324231f4684c8f879c4d46 description: '' @@ -124320,6 +131696,7 @@ https://hasura.io: v2_locations: - api.md year: N/A + addition_method: manual https://hasura.io/blog/a-simple-real-time-event-driven-architecture-with-qr-codes: content_hash: dbe7e8872be2b9da80debc4cbcd6967f7497a988a95d099463e762910e206190 description: '' @@ -124336,6 +131713,7 @@ https://hasura.io/blog/a-simple-real-time-event-driven-architecture-with-qr-code v2_locations: - demos.md year: N/A + addition_method: manual https://havanrijn.wordpress.com/2024/04/01/dont-let-azure-log-analytics-break-the-bank: content_hash: N/A description: '' @@ -124352,6 +131730,7 @@ https://havanrijn.wordpress.com/2024/04/01/dont-let-azure-log-analytics-break-th v2_locations: - azure.md year: N/A + addition_method: manual https://hawar.no/2020/09/cisco-dna-center-with-grafana-dashboard: content_hash: 8d11fae83ffdd736fba3f2d8bb0624b25eefad5bad2a9f795abc96335a41d304 description: '' @@ -124363,6 +131742,7 @@ https://hawar.no/2020/09/cisco-dna-center-with-grafana-dashboard: v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://hawar.no/2021/05/cisco-dna-center-with-grafana-dashboard: content_hash: 6618ef753b05a985e5058edcfe2537300f07bcfd45a4e7c1fe6a326e64d837f3 health_score: 100.0 @@ -124375,6 +131755,7 @@ https://hawar.no/2021/05/cisco-dna-center-with-grafana-dashboard: - docs/grafana.md v2_locations: - grafana.md + addition_method: manual https://hazelcast.com/blog/architectural-patterns-for-caching-microservices: ai_summary: 'This deep architectural analysis outlines three primary caching topologies within microservice ecosystems: embedded cache, client-server (near-cache), and @@ -124405,6 +131786,7 @@ https://hazelcast.com/blog/architectural-patterns-for-caching-microservices: v2_locations: - faq.md year: N/A + addition_method: manual https://hbase.apache.org: content_hash: 852b4bbd6c9c760e0d449e25ccbb55b0b23062f8d304e2461d0b1e209a2a58bd health_score: 100.0 @@ -124417,6 +131799,7 @@ https://hbase.apache.org: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://hbr.org/2015/08/how-to-give-tough-feedback-that-helps-people-grow: content_hash: cdaa5cc7e693f4b5606d516219a2270128769042b74359af9d6173cdd29e5b6d description: '' @@ -124433,6 +131816,7 @@ https://hbr.org/2015/08/how-to-give-tough-feedback-that-helps-people-grow: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://hbr.org/2016/04/optimists-are-better-at-finding-new-jobs: ai_summary: A behavioral study examining how personal outlook affects job hunting and transitions. Helpful for platform engineers navigating corporate restructures @@ -124461,6 +131845,7 @@ https://hbr.org/2016/04/optimists-are-better-at-finding-new-jobs: v2_locations: - recruitment.md year: N/A + addition_method: manual https://hbr.org/2016/05/change-your-career-without-having-to-start-all-over-again: ai_summary: Presents a pragmatic methodology for technical professionals executing horizontal or vertical career changes. Focuses on mapping existing architectural, @@ -124489,6 +131874,7 @@ https://hbr.org/2016/05/change-your-career-without-having-to-start-all-over-agai v2_locations: - recruitment.md year: N/A + addition_method: manual https://hbr.org/2018/01/how-to-hire: ai_summary: An architectural critique of the 'culture fit' hiring metric, showing how it institutionalizes affinity bias and stifles diversity. Recommends shifting @@ -124517,6 +131903,7 @@ https://hbr.org/2018/01/how-to-hire: v2_locations: - recruitment.md year: N/A + addition_method: manual https://hbr.org/2019/01/how-to-debate-ideas-productively-at-work: content_hash: 183e677e9562930578549900ded1a5cd244f6d720ae670c6735ae4b9eb5c6839 description: '' @@ -124533,6 +131920,7 @@ https://hbr.org/2019/01/how-to-debate-ideas-productively-at-work: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://hbr.org/2019/02/the-surprising-power-of-simply-asking-coworkers-how-theyre-doing: content_hash: d30d430b32f6ad967bd8c24be7bdc9b9a318fe675586be453e2ce7dd28f4d98b description: '' @@ -124549,6 +131937,7 @@ https://hbr.org/2019/02/the-surprising-power-of-simply-asking-coworkers-how-they v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://hbr.org/2019/03/as-your-team-gets-bigger-your-leadership-style-has-to-adapt: content_hash: e82eb08d3ca1102ae548a17e5d0c20f1cbdfa4b832ace230e429834b27c5ee30 description: '' @@ -124565,6 +131954,7 @@ https://hbr.org/2019/03/as-your-team-gets-bigger-your-leadership-style-has-to-ad v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://hbr.org/2020/01/what-it-takes-to-give-a-great-presentation: content_hash: 9386c9e95168b4ebb57738fb108ea54951bd26f49030002912c80d2ab68697ab description: '' @@ -124581,6 +131971,7 @@ https://hbr.org/2020/01/what-it-takes-to-give-a-great-presentation: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://hbr.org/2021/06/the-real-value-of-middle-managers: content_hash: 484dc43c957a573b441088299ca50110570581e564e9dcada7a190601a2e38e6 description: '' @@ -124597,6 +131988,7 @@ https://hbr.org/2021/06/the-real-value-of-middle-managers: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://hbr.org/2021/10/forget-flexibility-your-employees-want-autonomy: ai_summary: Argues that workplace flexibility is ineffective without operational autonomy over tasks, schedules, and team collaboration frameworks. Outlines design @@ -124625,6 +132017,7 @@ https://hbr.org/2021/10/forget-flexibility-your-employees-want-autonomy: v2_locations: - recruitment.md year: N/A + addition_method: manual https://hbr.org/2022/05/how-to-deal-with-high-pressure-situations-at-work: content_hash: 3f64009a15872b629feaae141ebec442e3497bcf0efef5a8e9cb31df1ce2e802 description: '' @@ -124641,6 +132034,7 @@ https://hbr.org/2022/05/how-to-deal-with-high-pressure-situations-at-work: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual ? https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-2-how-does-dapr-work-732ba7a0d652 : content_hash: N/A description: '' @@ -124656,6 +132050,7 @@ https://hbr.org/2022/05/how-to-deal-with-high-pressure-situations-at-work: v2_locations: - serverless.md year: N/A + addition_method: manual https://headspring.com/2019/07/09/kafka-or-rabbitmq-messaging: content_hash: N/A description: '' @@ -124670,6 +132065,7 @@ https://headspring.com/2019/07/09/kafka-or-rabbitmq-messaging: v2_locations: - message-queue.md year: N/A + addition_method: manual https://health.aws.amazon.com/health/status: content_hash: 14632b65d58b6533036273285c4c40b45a7fa9d4ea1b3e90ea762092f85f6a91 health_score: 100.0 @@ -124682,6 +132078,7 @@ https://health.aws.amazon.com/health/status: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://health.google/imaging-and-diagnostics: health_score: 100.0 last_checked: 1779130494.966385 @@ -124692,6 +132089,7 @@ https://health.google/imaging-and-diagnostics: - docs/customer.md v2_locations: - customer.md + addition_method: manual https://health.google/intl/ALL_en/health-research/imaging-and-diagnostics: content_hash: 2e12e88250f4c5b2797150120619fac8384e5b1b656c9bee90708ecb34b0f722 description: '' @@ -124702,6 +132100,7 @@ https://health.google/intl/ALL_en/health-research/imaging-and-diagnostics: v1_locations: - docs/customer.md year: N/A + addition_method: manual https://healthitanalytics.com/news/ai-for-medical-imaging-boosts-cancer-screenings-with-provider-aid: content_hash: N/A description: '' @@ -124717,6 +132116,7 @@ https://healthitanalytics.com/news/ai-for-medical-imaging-boosts-cancer-screenin v2_locations: - customer.md year: N/A + addition_method: manual https://heaphero.io: ai_summary: An automated cloud-based JVM heap dump analyzer built to parse large memory dumps quickly. Detects memory leaks and optimizes data structure footprints @@ -124746,6 +132146,7 @@ https://heaphero.io: - java-and-java-performance-optimization.md - monitoring.md year: N/A + addition_method: manual https://heka-ai.medium.com/introduction-to-debugging-locally-and-live-on-kubernetes-8c8ecd3acbaa: content_hash: N/A description: '' @@ -124761,6 +132162,7 @@ https://heka-ai.medium.com/introduction-to-debugging-locally-and-live-on-kuberne v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://helidon.io: content_hash: 245f55fa2695fc2440e4d50decdac74ce930f2d7ac18b22cd2704b02dab9cba9 description: '' @@ -124777,6 +132179,7 @@ https://helidon.io: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://hellotestworld.com/2016/02/02/cheatsheet-for-jmeter-__time-function-calls: content_hash: 3bfde52b1ffc5fd4d803a48e079b74f0043f94bb1c2383c782e0d07bfadf1f48 description: '' @@ -124792,6 +132195,7 @@ https://hellotestworld.com/2016/02/02/cheatsheet-for-jmeter-__time-function-call v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://helm.sh: ai_summary: The main landing site for Helm, containing foundational documentation, API schemas, and architecture overviews. The ultimate hub for engineers developing @@ -124823,6 +132227,7 @@ https://helm.sh: - kubernetes.md - yaml.md year: N/A + addition_method: manual https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3: ai_summary: Official migration blueprint from Helm's core team detailing the path from v2 to v3. Shows how to securely convert in-cluster release metadata and fully @@ -124851,6 +132256,7 @@ https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3: v2_locations: - helm.md year: N/A + addition_method: manual https://helm.sh/blog/new-location-stable-incubator-charts: ai_summary: An official blog announcement detailing the deprecation timeline of the old stable/incubator chart repositories. It describes the migration path toward @@ -124878,6 +132284,7 @@ https://helm.sh/blog/new-location-stable-incubator-charts: v2_locations: - helm.md year: N/A + addition_method: manual https://helm.sh/docs: content_hash: 8b0a20126ecd06658030e9599daedca324a7517edff1733b78fb4742212c4a7d description: '' @@ -124889,6 +132296,7 @@ https://helm.sh/docs: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://helm.sh/docs/chart_template_guide/getting_started: content_hash: 87befa32a95809d7ef4c806b4c1556659ce0c3f50ddce677d31cdf491c5e5234 description: '' @@ -124899,6 +132307,7 @@ https://helm.sh/docs/chart_template_guide/getting_started: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://help.github.com/en/github: content_hash: 89a5ba49ce4264f5e8283392357e2b186671722258f75186683b60651683916c description: '' @@ -124909,6 +132318,7 @@ https://help.github.com/en/github: v1_locations: - docs/git.md year: N/A + addition_method: manual https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks: content_hash: 7dcfaf4152837bc0710e18d2d3c1923a3021ccec33ddf44f02b5a4f5dd0657e3 description: '' @@ -124919,6 +132329,7 @@ https://help.github.com/en/github/administering-a-repository/enabling-required-s v1_locations: - docs/git.md year: N/A + addition_method: manual https://help.sonatype.com/en/404-page.html: ai_summary: An identical retired documentation path representing defunct guidelines on Nexus-based private container security. Preserved purely for historical configuration @@ -124940,6 +132351,7 @@ https://help.sonatype.com/en/404-page.html: v2_locations: - registries.md year: '2026' + addition_method: manual https://help.sonatype.com/en/404-page.html?_ga=2.250230211.411976214.1575978022-1513910029.1575978022: last_checked: 1779388319.435595 status: online @@ -124947,6 +132359,7 @@ https://help.sonatype.com/en/404-page.html?_ga=2.250230211.411976214.1575978022- - '[COMMUNITY-TOOL]' v2_locations: - registries.md + addition_method: manual https://help.sonatype.com/en/docker-registry.html: ai_summary: Official administrator guidelines outlining how to host, proxy, and manage Docker container images securely within Sonatype Nexus Repository Manager. @@ -124967,6 +132380,7 @@ https://help.sonatype.com/en/docker-registry.html: v2_locations: - registries.md year: '2026' + addition_method: manual https://help.sonatype.com/en/nexus-platform-plugin-for-jenkins.html: ai_summary: Official plugin guide for linking Jenkins automation controllers to Sonatype Nexus platforms. It explains the mechanics of publishing, staging, and @@ -124988,6 +132402,7 @@ https://help.sonatype.com/en/nexus-platform-plugin-for-jenkins.html: v2_locations: - registries.md year: '2026' + addition_method: manual https://help.sonatype.com/en/sonatype-nexus-repository.html: ai_summary: Official comprehensive documentation for Sonatype Nexus Repository Manager 3, providing deployment, backup, migration, and clustering guidelines for enterprise @@ -125009,6 +132424,7 @@ https://help.sonatype.com/en/sonatype-nexus-repository.html: v2_locations: - registries.md year: '2026' + addition_method: manual ? https://help.sonatype.com/en/sonatype-nexus-repository.html/security/configuring-ssl?_ga=2.250230211.411976214.1575978022-1513910029.1575978022 : content_hash: 88b95893790809d383f023726d76a985d3d79f85a88a69c1800940b09d8b8772 health_score: 64.0 @@ -125019,6 +132435,7 @@ https://help.sonatype.com/en/sonatype-nexus-repository.html: - docs/registries.md v2_locations: - registries.md + addition_method: manual https://help.sonatype.com/integrations/nexus-and-continuous-integration/nexus-platform-plugin-for-jenkins: content_hash: b90b9526c0bbeabb0159d4c66052f68646a1b9d95db0f0382d4b0f4dead814a1 description: '' @@ -125030,6 +132447,7 @@ https://help.sonatype.com/integrations/nexus-and-continuous-integration/nexus-pl v1_locations: - docs/registries.md year: N/A + addition_method: manual https://help.sonatype.com/repomanager3: content_hash: d50c810842658e51623ebc957642ec78aa25e7657ffdafb375fc7e28f63d0cc6 description: '' @@ -125041,6 +132459,7 @@ https://help.sonatype.com/repomanager3: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://help.sonatype.com/repomanager3/formats/docker-registry: content_hash: 64458ad88612d81b056796e4778e6e5df66a43443a6d84613e003d3e42c2ecad description: '' @@ -125052,6 +132471,7 @@ https://help.sonatype.com/repomanager3/formats/docker-registry: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://help.sonatype.com/repomanager3/security/configuring-ssl?_ga=2.250230211.411976214.1575978022-1513910029.1575978022: content_hash: 80d248eb0056b7bf8fb5321d18eb76f17c73cdc982f64515da3b29643b12cf11 description: '' @@ -125062,6 +132482,7 @@ https://help.sonatype.com/repomanager3/security/configuring-ssl?_ga=2.250230211. v1_locations: - docs/registries.md year: N/A + addition_method: manual https://helpercodes.com/spring-boot-complete-tutorial: content_hash: b1c0a1b6f64a2044792b9b7b5aaf0247e93e374dd6c684518f9ae7ce2bff2d1f description: '' @@ -125078,6 +132499,7 @@ https://helpercodes.com/spring-boot-complete-tutorial: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://helpercodes.com/sql-query-cheatsheet-tutorial: content_hash: ea0dd50c311d1c80b1a071860176cd938d9d09c04f65ae7ae2306a882666e662 description: '' @@ -125094,6 +132516,7 @@ https://helpercodes.com/sql-query-cheatsheet-tutorial: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://hernan-david-hd.medium.com/5-pilares-del-sre-devops-f16e45f8d3fd: content_hash: N/A description: '' @@ -125108,6 +132531,7 @@ https://hernan-david-hd.medium.com/5-pilares-del-sre-devops-f16e45f8d3fd: v2_locations: - sre.md year: N/A + addition_method: manual https://hernan-david-hd.medium.com/breaking-down-sre-devops-into-5-key-areas-5aacf40e8392: content_hash: N/A description: '' @@ -125122,6 +132546,7 @@ https://hernan-david-hd.medium.com/breaking-down-sre-devops-into-5-key-areas-5aa v2_locations: - sre.md year: N/A + addition_method: manual https://hervekhg.medium.com/3-years-managing-kubernetes-clusters-my-10-lessons-b565a5509f0e: content_hash: N/A description: '' @@ -125136,6 +132561,7 @@ https://hervekhg.medium.com/3-years-managing-kubernetes-clusters-my-10-lessons-b v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hevodata.com/learn/spark-data-pipeline: ai_summary: 'Curator Insight: Fundamental guide detailing Apache Spark-based data pipeline creations. @@ -125167,6 +132593,7 @@ https://hevodata.com/learn/spark-data-pipeline: v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://hewi.blog/deploying-an-eks-cluster-using-terraform: content_hash: N/A description: '' @@ -125181,6 +132608,7 @@ https://hewi.blog/deploying-an-eks-cluster-using-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://hewing.foliotek.me: health_score: 100.0 last_checked: 1779130494.97559 @@ -125191,6 +132619,7 @@ https://hewing.foliotek.me: - docs/python.md v2_locations: - python.md + addition_method: manual https://high-mobility.com: content_hash: f808d8b2a67d8382f32577014b772b2d73b32c8a1241d4fd6b94034d2368cc91 description: '' @@ -125202,6 +132631,7 @@ https://high-mobility.com: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://high-mobility.com/learn/tutorials/rest: content_hash: c835fdb4211052023745151a063aef86fb3583376babb7adee0811501967b9cb description: '' @@ -125212,6 +132642,7 @@ https://high-mobility.com/learn/tutorials/rest: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://highscalability.com/blog/2016/2/17/building-nginx-and-tarantool-based-services.html: content_hash: c251f71eb5bb854722ebb4501708acd25f4585f5923a5739785b029b0eef9041 health_score: 100.0 @@ -125228,6 +132659,7 @@ https://highscalability.com/blog/2016/2/17/building-nginx-and-tarantool-based-se - docs/caching.md v2_locations: - caching.md + addition_method: manual https://hipertextual.com/2021/06/github-inteligencia-artificial-autocompletar-codigo: description: '' health_score: 80.0 @@ -125248,6 +132680,7 @@ https://hipertextual.com/2021/06/github-inteligencia-artificial-autocompletar-co v2_locations: - git.md year: N/A + addition_method: manual https://hipertextual.com/2023/02/diferencias-ia-machine-learning: description: '' health_score: 80.0 @@ -125262,6 +132695,7 @@ https://hipertextual.com/2023/02/diferencias-ia-machine-learning: v2_locations: - ai.md year: N/A + addition_method: manual https://hipertextual.com/2024/03/devin-inteligencia-artificial-programa-software: content_hash: 510eac95e449d7e34fc801dd82422b45fbbf8e1b6cbf4307ba066aac7599a0a0 description: '' @@ -125278,6 +132712,7 @@ https://hipertextual.com/2024/03/devin-inteligencia-artificial-programa-software v2_locations: - devel-sites.md year: N/A + addition_method: manual https://hiralee.medium.com/software-design-vs-architecture-1da0a94322a4: content_hash: N/A description: '' @@ -125292,6 +132727,7 @@ https://hiralee.medium.com/software-design-vs-architecture-1da0a94322a4: v2_locations: - introduction.md year: N/A + addition_method: manual https://hitch-tls.org: content_hash: e842b9c60bf3b84ea857bffe74c0de0ee1b1abe244a5281c639a6fde8506ce02 description: '' @@ -125304,6 +132740,7 @@ https://hitch-tls.org: v1_locations: - docs/caching.md year: N/A + addition_method: manual https://hitesh-pattanayak.medium.com/observability-in-kubernetes-b53d6ea1b37d: content_hash: N/A description: '' @@ -125318,6 +132755,7 @@ https://hitesh-pattanayak.medium.com/observability-in-kubernetes-b53d6ea1b37d: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://hive.apache.org: content_hash: 0aaa3c3518d38ecd6c91dce3bc78dbc60d72360535c272bb641f1adff9a263b8 description: '' @@ -125334,6 +132772,7 @@ https://hive.apache.org: v2_locations: - nosql.md year: N/A + addition_method: manual https://hjrocha.medium.com/add-a-custom-host-to-kubernetes-a06472cedccb: content_hash: N/A description: '' @@ -125348,6 +132787,7 @@ https://hjrocha.medium.com/add-a-custom-host-to-kubernetes-a06472cedccb: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hlokensgard.no/2023/07/03/azure-firewall-as-dns-proxy-with-the-new-azure-dns-resolver: content_hash: 2c96924bb92c9535f550164a908b4e3133b5b8d58619407a921822f050f2e818 description: '' @@ -125364,6 +132804,7 @@ https://hlokensgard.no/2023/07/03/azure-firewall-as-dns-proxy-with-the-new-azure v2_locations: - azure.md year: N/A + addition_method: manual https://hlokensgard.no/2023/12/05/get-started-with-powershell-7-2-in-azure-automation-account: content_hash: 64d39eec44b8d58a700aff1b045e067e179b4d8fea15ba4b104038a32be5770f description: '' @@ -125380,6 +132821,7 @@ https://hlokensgard.no/2023/12/05/get-started-with-powershell-7-2-in-azure-autom v2_locations: - azure.md year: N/A + addition_method: manual https://hlokensgard.no/2024/07/01/azure-virtual-network-manager-a-game-changer-or-just-a-costly-upgrade: content_hash: 2099815cdee87b4f8ee702b85f3e0aac2287759db8bcaff67d62bf0443690bfb description: '' @@ -125397,6 +132839,7 @@ https://hlokensgard.no/2024/07/01/azure-virtual-network-manager-a-game-changer-o v2_locations: - azure.md year: N/A + addition_method: manual https://hlokensgard.no/knowledge-sharing: content_hash: 36e9b19d5d85261c2ae6577f401d113180db3e8dd403c4aed04deae843ea529b description: '' @@ -125414,6 +132857,7 @@ https://hlokensgard.no/knowledge-sharing: v2_locations: - terraform.md year: N/A + addition_method: manual https://hmaslowski.com/home/f/macos-security-hardening-with-microsoft-intune: ai_summary: An administrative guide explaining security configuration profile deployments on macOS clients using Microsoft Intune. Covers hardening policies for FileVault, @@ -125443,6 +132887,7 @@ https://hmaslowski.com/home/f/macos-security-hardening-with-microsoft-intune: v2_locations: - devsecops.md year: N/A + addition_method: manual https://hmh.engineering/dive-into-kubernetes-healthchecks-part-1-73a900fa6dbd: content_hash: d5de23fb25d4486f412b0a85527a79ce02f2dc4adad9d271e18a9b915a305585 description: '' @@ -125458,6 +132903,7 @@ https://hmh.engineering/dive-into-kubernetes-healthchecks-part-1-73a900fa6dbd: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hmh.engineering/dive-into-kubernetes-healthchecks-part-2-a9f83eb712d5: content_hash: 64b76d74b31314cb8984bf03d417729267cbdfd5d0a37fe967e7b5428475fc6a description: '' @@ -125473,6 +132919,7 @@ https://hmh.engineering/dive-into-kubernetes-healthchecks-part-2-a9f83eb712d5: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hmh.engineering/musings-on-microservice-observability-f7052ac42f04: content_hash: fbb724f22e8718188fa35167507570c1d7d0bc132b3d07993bba32f53dd79805 description: '' @@ -125488,6 +132935,7 @@ https://hmh.engineering/musings-on-microservice-observability-f7052ac42f04: v2_locations: - monitoring.md year: N/A + addition_method: manual https://hms.harvard.edu/news/does-ai-help-or-hurt-human-radiologists-performance-depends-doctor: content_hash: 13d2c1cfdccda000cbef514f70c79b4231291fc681b6a1aa9abc3bc99f634d3b description: '' @@ -125504,6 +132952,7 @@ https://hms.harvard.edu/news/does-ai-help-or-hurt-human-radiologists-performance v2_locations: - customer.md year: N/A + addition_method: manual https://hodovi.cc/blog/creating-low-cost-managed-kubernetes-cluster-personal-development-terraform: content_hash: ac2f5a48228390a37c2dddd919c4df8e9eca6d178b2c815d9948ca35125bdc20 description: '' @@ -125521,6 +132970,7 @@ https://hodovi.cc/blog/creating-low-cost-managed-kubernetes-cluster-personal-dev v2_locations: - terraform.md year: N/A + addition_method: manual https://home.robusta.dev/blog/k8s-node-benchmark: content_hash: 939f865e445d5d0ecd313376ec609a9261ff090ed76415151bdc9833da3ada2d description: '' @@ -125538,6 +132988,7 @@ https://home.robusta.dev/blog/k8s-node-benchmark: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://home.robusta.dev/blog/kubernetes-service-vs-loadbalancer-vs-ingress: content_hash: 939f865e445d5d0ecd313376ec609a9261ff090ed76415151bdc9833da3ada2d description: '' @@ -125555,6 +133006,7 @@ https://home.robusta.dev/blog/kubernetes-service-vs-loadbalancer-vs-ingress: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://home.robusta.dev/blog/kubernetes-utilization-vs-reliability: content_hash: 939f865e445d5d0ecd313376ec609a9261ff090ed76415151bdc9833da3ada2d description: '' @@ -125572,6 +133024,7 @@ https://home.robusta.dev/blog/kubernetes-utilization-vs-reliability: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://home.robusta.dev/blog/stop-using-cpu-limits: content_hash: 939f865e445d5d0ecd313376ec609a9261ff090ed76415151bdc9833da3ada2d description: '' @@ -125589,6 +133042,7 @@ https://home.robusta.dev/blog/stop-using-cpu-limits: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://home.robusta.dev/blog/why-everyone-should-track-and-audit-kubernetes-changes-and-top-ways: content_hash: 939f865e445d5d0ecd313376ec609a9261ff090ed76415151bdc9833da3ada2d description: '' @@ -125606,6 +133060,7 @@ https://home.robusta.dev/blog/why-everyone-should-track-and-audit-kubernetes-cha v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://homebusinessmag.com/businesses/success-tips/certificates-alone-wont-get-hired-need-certifications-plus: ai_summary: An industry blog post analyzing certification pathways from a business-impact standpoint, explaining why credentials must be paired with hands-on systems architecture @@ -125634,6 +133089,7 @@ https://homebusinessmag.com/businesses/success-tips/certificates-alone-wont-get- v2_locations: - elearning.md year: N/A + addition_method: manual https://hoppscotch.io: content_hash: 83d7609356c8563041bd4807f113303f4d6b30b803573cf58b2af348e657e7af description: '' @@ -125650,6 +133106,7 @@ https://hoppscotch.io: v2_locations: - postman.md year: N/A + addition_method: manual https://horizons.carrefour.com/efficient-java-in-the-cloud-with-quarkus: content_hash: N/A description: '' @@ -125665,6 +133122,7 @@ https://horizons.carrefour.com/efficient-java-in-the-cloud-with-quarkus: v2_locations: - customer.md year: N/A + addition_method: manual https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a: content_hash: N/A description: '' @@ -125679,6 +133137,7 @@ https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f858 v2_locations: - prometheus.md year: N/A + addition_method: manual https://horovits.wordpress.com/2020/07/15/kubernetes-security-best-practices: ai_summary: 'A holistic compilation of security practices spanning the lifecycle of a Kubernetes cluster. @@ -125710,6 +133169,7 @@ https://horovits.wordpress.com/2020/07/15/kubernetes-security-best-practices: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://hostadvice.com/blog/devops-toolbox-jenkins-ansible-chef-puppet-vagrant-saltstack: content_hash: N/A description: '' @@ -125726,6 +133186,7 @@ https://hostadvice.com/blog/devops-toolbox-jenkins-ansible-chef-puppet-vagrant-s - devops-tools.md - jenkins.md year: N/A + addition_method: manual https://howdns.works: ai_summary: A highly creative, illustrated webcomic explaining the global DNS resolution process. Simplifies complex directory concepts like root servers, TLDs, authoritative @@ -125753,6 +133214,7 @@ https://howdns.works: v2_locations: - linux.md year: N/A + addition_method: manual https://howhttps.works: content_hash: 9ff5cb489a957efbdafabe8015c6da8d467c0ac22ca96193300744a6bedc4d22 description: '' @@ -125769,6 +133231,7 @@ https://howhttps.works: v2_locations: - developerportals.md year: N/A + addition_method: manual https://howtodoinjava.com/maven: ai_summary: An extensive tutorial repository covering Maven configurations. Includes practical blueprints for multi-module structures, phase bindings, plugin declarations, @@ -125797,6 +133260,7 @@ https://howtodoinjava.com/maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://howtodoinjava.com/maven/how-to-convert-maven-java-project-to-intellij-idea-project: content_hash: f11f0367697e57a91bb9ec4247d78c672d24c5d37c97af34bb5a6e204cb4be09 description: '' @@ -125812,6 +133276,7 @@ https://howtodoinjava.com/maven/how-to-convert-maven-java-project-to-intellij-id v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://howtodoinjava.com/maven/maven-java-project-with-intellij-idea: ai_summary: Step-by-step tutorial on initializing, configuring, and importing Maven projects inside JetBrains IntelliJ IDEA. Useful for junior developers looking @@ -125834,6 +133299,7 @@ https://howtodoinjava.com/maven/maven-java-project-with-intellij-idea: v2_locations: - maven-gradle.md year: '2021' + addition_method: manual https://http.cat: content_hash: 338f416da3d53aa1ba4b326cf45ce907604b4a90099dc7af2e14d082ae850169 description: '' @@ -125850,6 +133316,7 @@ https://http.cat: v2_locations: - networking.md year: N/A + addition_method: manual https://http2-explained.haxx.se: content_hash: 88fac0c82cdf6d10255adfb64fc13ba2a876b1e096aed7646df993cc88dd9087 health_score: 100.0 @@ -125857,6 +133324,7 @@ https://http2-explained.haxx.se: needs_ai_refresh: true v1_locations: - docs/networking.md + addition_method: manual https://http2.github.io: content_hash: 7671e742d1149405620fac23a5619cce021b8b5bd9d4de940aa53ad516217cb5 description: '' @@ -125868,6 +133336,7 @@ https://http2.github.io: v1_locations: - docs/networking.md year: N/A + addition_method: manual https://http2.github.io/faq: content_hash: 6c314974d92445138cdb880fef762e1352854f0d3f54a7c1c93f66675097b375 description: '' @@ -125879,6 +133348,7 @@ https://http2.github.io/faq: v1_locations: - docs/networking.md year: N/A + addition_method: manual https://http3-explained.haxx.se: content_hash: 67163894eb84f6cff90ad4d704989a524ef8f2216b3d8a87c8a6f2934ac8b55d description: '' @@ -125895,6 +133365,7 @@ https://http3-explained.haxx.se: v2_locations: - networking.md year: N/A + addition_method: manual https://httpd.apache.org: ai_summary: The home page for Apache HTTPD, the foundational open-source web server of the internet. While newer microservices architectures typically leverage Nginx @@ -125924,6 +133395,7 @@ https://httpd.apache.org: v2_locations: - web-servers.md year: N/A + addition_method: manual https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html: ai_summary: The official configuration guide for setting up Apache as a reverse proxy using `mod_proxy`. Delivers production-grade recommendations for managing @@ -125952,6 +133424,7 @@ https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html: v2_locations: - web-servers.md year: N/A + addition_method: manual https://hub.docker.com/_/elasticsearch: content_hash: 00c57699dbbaf453e7c9995c525861c0b51661650c02a88bab6bc6c0e94fd6e8 health_score: 100.0 @@ -125959,6 +133432,7 @@ https://hub.docker.com/_/elasticsearch: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://hub.docker.com/_/websphere-liberty: content_hash: e20fcf1abc7cfe4c5456b0d088f3724c5a3ccf4f26577a2915aadc6af710131e description: '' @@ -125975,6 +133449,7 @@ https://hub.docker.com/_/websphere-liberty: v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://hub.docker.com/r/alwin2/petclinic-customers-service: content_hash: b646756371693a5864397000f9e697053b6bb7ddc6de1f7fec474f347b7181dc description: '' @@ -125991,6 +133466,7 @@ https://hub.docker.com/r/alwin2/petclinic-customers-service: v2_locations: - demos.md year: N/A + addition_method: manual https://hub.docker.com/r/anthonydahanne/spring-petclinic: content_hash: d6966e8658b2777392044e088433caa6d905a2367087cc71ff43e278c5703fa4 description: '' @@ -126007,6 +133483,7 @@ https://hub.docker.com/r/anthonydahanne/spring-petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://hub.docker.com/r/arey/springboot-petclinic: content_hash: 23ee1d4fafd5084fc6cad94ecefc85d9aef276207c8866bb4559af73e7fe514a description: '' @@ -126023,6 +133500,7 @@ https://hub.docker.com/r/arey/springboot-petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://hub.docker.com/r/bitnami/cluster-autoscaler: content_hash: 417662b12be8d2563e9c6f56fe370cb4a7b6d044d3b67814a4dc81cacd3051be description: '' @@ -126039,6 +133517,7 @@ https://hub.docker.com/r/bitnami/cluster-autoscaler: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://hub.docker.com/r/bmoussaud/petclinic: content_hash: 11eaf294080a291c6a38620c94ccf3f076fa840e76c29975f1370520f062ab21 description: '' @@ -126055,6 +133534,7 @@ https://hub.docker.com/r/bmoussaud/petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://hub.docker.com/r/centos/postgresql-10-centos7: content_hash: 93b8cb56515e894ef7899b4c113b2fdb5181c0efd6eb6bc57806bfb90441a5a8 health_score: 100.0 @@ -126062,6 +133542,7 @@ https://hub.docker.com/r/centos/postgresql-10-centos7: needs_ai_refresh: true v1_locations: - docs/crunchydata.md + addition_method: manual https://hub.docker.com/r/ibuchh/petclinic-spinnaker-jenkins: content_hash: 59acb886f8592045b8fdc0ddabca85872dd902c6539ba043e43cd0ba509a4333 description: '' @@ -126078,6 +133559,7 @@ https://hub.docker.com/r/ibuchh/petclinic-spinnaker-jenkins: v2_locations: - demos.md year: N/A + addition_method: manual https://hub.docker.com/r/jboss/kie-server: content_hash: 78364cdd5afd685a554b887a6389e82e95403f0712f50e8658234bac76770da5 health_score: 100.0 @@ -126090,6 +133572,7 @@ https://hub.docker.com/r/jboss/kie-server: - docs/postman.md v2_locations: - postman.md + addition_method: manual https://hub.docker.com/r/jbrisbin/spring-petclinic: content_hash: 67027846773f65b5617c26379dd818b5c561aceaa5dd47f2b2e5c3fe95394f43 description: '' @@ -126106,6 +133589,7 @@ https://hub.docker.com/r/jbrisbin/spring-petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://hub.docker.com/r/openshift: content_hash: 475e2cc9ced9d670432428f70e2191dd406cd8b11b2d9cdd0ec2663ed96ee513 description: '' @@ -126117,6 +133601,7 @@ https://hub.docker.com/r/openshift: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://hub.docker.com/r/openshiftdemos: content_hash: 27c97592dbf5be3d30ced985fa10083a991c51e8160539e4dbdcc52fd85761d7 description: '' @@ -126128,6 +133613,7 @@ https://hub.docker.com/r/openshiftdemos: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://hub.docker.com/r/payara/micro: content_hash: b9fb757b5ae986f098d2e745988e55d48bb80487a919581516ad7a7e285edcc3 description: '' @@ -126144,6 +133630,7 @@ https://hub.docker.com/r/payara/micro: v2_locations: - java_app_servers.md year: N/A + addition_method: manual https://hub.docker.com/r/payara/server-full: content_hash: a7275a5a155fe7296a042a9114999fb513c0a0b8cfad880d819d367e2a4be2b3 description: '' @@ -126160,6 +133647,7 @@ https://hub.docker.com/r/payara/server-full: v2_locations: - java_app_servers.md year: N/A + addition_method: manual https://hub.docker.com/r/sarjunkumar24391/petclinic: content_hash: 4cb13e26f35564c1fafd213477a0aac515cf5b36c76a2458a7e1c2e1a29d3c3a description: '' @@ -126176,6 +133664,7 @@ https://hub.docker.com/r/sarjunkumar24391/petclinic: v2_locations: - demos.md year: N/A + addition_method: manual https://hub.docker.com/r/sonatype/nexus3: content_hash: 0b135d44765df991702343004e371efeae5be6fc4e6f874eaecc08987be06eb9 description: '' @@ -126192,6 +133681,7 @@ https://hub.docker.com/r/sonatype/nexus3: v2_locations: - openshift.md year: N/A + addition_method: manual https://hub.docker.com/r/texthtml/gitlab-merge-bot: content_hash: 4ad2975075b7304620aefea29f11692ced9eb322a77b9cda0c050de6a4115cd0 description: '' @@ -126203,6 +133693,7 @@ https://hub.docker.com/r/texthtml/gitlab-merge-bot: v1_locations: - docs/git.md year: N/A + addition_method: manual https://hub.docker.com/u/openshift: content_hash: 475e2cc9ced9d670432428f70e2191dd406cd8b11b2d9cdd0ec2663ed96ee513 description: '' @@ -126219,6 +133710,7 @@ https://hub.docker.com/u/openshift: v2_locations: - openshift.md year: N/A + addition_method: manual https://hub.docker.com/u/openshiftdemos: content_hash: 9ff96b5651ffffc97b15eab2f8b932345b8a08bc7181c3db688420a57b141a7c health_score: 100.0 @@ -126231,6 +133723,7 @@ https://hub.docker.com/u/openshiftdemos: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://hub.docker.com/u/redhat: content_hash: b301e4148516086de40c7546ab3a6fcbbe3997029f51c4a98177a639041360e1 description: '' @@ -126248,6 +133741,7 @@ https://hub.docker.com/u/redhat: v2_locations: - docker.md year: N/A + addition_method: manual https://hub.helm.sh: ai_summary: The historic original central repository for discovering Helm charts, now deprecated and redirected to Artifact Hub. It served as the initial hub for @@ -126274,6 +133768,7 @@ https://hub.helm.sh: v2_locations: - helm.md year: '2020' + addition_method: manual https://hub.helm.sh/charts/choerodon/nexus3: content_hash: 5989d4d1c4b96da728a60fac6c5af05b5f8fd135d48cdd0772f3670f90b7dad4 description: '' @@ -126285,6 +133780,7 @@ https://hub.helm.sh/charts/choerodon/nexus3: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://hub.helm.sh/charts/oteemo/sonarqube: content_hash: 5e483cdff2ea4c51fc01a5c000ce825ed724db6f78b6a186af21b7521ef6005a description: '' @@ -126296,6 +133792,7 @@ https://hub.helm.sh/charts/oteemo/sonarqube: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://hub.helm.sh/charts/stable/cluster-autoscaler: content_hash: 5e483cdff2ea4c51fc01a5c000ce825ed724db6f78b6a186af21b7521ef6005a description: '' @@ -126307,6 +133804,7 @@ https://hub.helm.sh/charts/stable/cluster-autoscaler: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://hub.kubeapps.com: content_hash: N/A description: '' @@ -126318,6 +133816,7 @@ https://hub.kubeapps.com: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://hub.qovery.com/guides/engineering/terraform-not-the-golden-hammer: content_hash: 683f0609767fa848db6c8e614124c2c4c25e0b6741f9d0b69d7a16c6a806aa71 description: '' @@ -126329,6 +133828,7 @@ https://hub.qovery.com/guides/engineering/terraform-not-the-golden-hammer: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://hub.tinztwins.de/7-hidden-python-tips-for-2024: content_hash: N/A description: '' @@ -126343,6 +133843,7 @@ https://hub.tinztwins.de/7-hidden-python-tips-for-2024: v2_locations: - python.md year: N/A + addition_method: manual https://huggingface.co/blog/NileshInfer/implementing-fractional-gpus-in-kubernetes: content_hash: af36275a46a29883e3cfbb62675c0d566e06f68d976a1c798774353b44651d80 description: '' @@ -126359,6 +133860,7 @@ https://huggingface.co/blog/NileshInfer/implementing-fractional-gpus-in-kubernet v2_locations: - mlops.md year: N/A + addition_method: manual https://humanitec.com/blog/escape-vmware-lock-in-with-a-modular-internal-developer-platform: content_hash: f75b8b622a6736f070ce92e603ff3ef7a2e048f77971d63ddf923e02505846e7 description: '' @@ -126375,6 +133877,7 @@ https://humanitec.com/blog/escape-vmware-lock-in-with-a-modular-internal-develop v2_locations: - devops.md year: N/A + addition_method: manual https://humanitec.com/blog/handling-environment-variables-with-kubernetes: content_hash: 6c8b12cfc9d68c02d3bfae9e868fc4725f499d01b7cb9cd7175a73e455b29361 description: '' @@ -126391,6 +133894,7 @@ https://humanitec.com/blog/handling-environment-variables-with-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://humanitec.com/blog/how-to-design-your-repository-structures-to-nail-platform-engineering: content_hash: 6d0ca223dad37c007c04a61791ed721aa819497ad3d3bf1fdb5ebdaba17ddf05 description: '' @@ -126408,6 +133912,7 @@ https://humanitec.com/blog/how-to-design-your-repository-structures-to-nail-plat v2_locations: - devops.md year: N/A + addition_method: manual https://humanitec.com/blog/why-every-internal-developer-platform-needs-a-backend: content_hash: 5de75144a965eecbecd1f8e61929da1b4e62b52d939659881c4aa931cf13bdac description: '' @@ -126424,6 +133929,7 @@ https://humanitec.com/blog/why-every-internal-developer-platform-needs-a-backend v2_locations: - devops.md year: N/A + addition_method: manual https://humanitec.com/reference-architectures: content_hash: 1e0f2c75adf9e43cb3ddff5908194413e7a897a68523238da341793f0cb7bce6 description: '' @@ -126440,6 +133946,7 @@ https://humanitec.com/reference-architectures: v2_locations: - introduction.md year: N/A + addition_method: manual https://humanitec.com/reference-architectures/aws: content_hash: 4df258325f841f629e932a4915e34bb60097fcf770226d6fa1e64cffa909af89 description: '' @@ -126456,6 +133963,7 @@ https://humanitec.com/reference-architectures/aws: v2_locations: - introduction.md year: N/A + addition_method: manual https://humanitec.com/reference-architectures/azure: content_hash: 878e1857e217efec6e986078d27da3c488266a8f0c9ef8fdbaa1b990c8098fdd description: '' @@ -126472,6 +133980,7 @@ https://humanitec.com/reference-architectures/azure: v2_locations: - introduction.md year: N/A + addition_method: manual https://humanwhocodes.com/blog/2011/11/29/how-content-delivery-networks-cdns-work: content_hash: 6f7257cb06df44549080a61b4dc29cc9adf59ee8b7bc165dcd04a799c6c868df description: '' @@ -126488,6 +133997,7 @@ https://humanwhocodes.com/blog/2011/11/29/how-content-delivery-networks-cdns-wor v2_locations: - caching.md year: N/A + addition_method: manual https://huryn.substack.com/p/3-ways-to-create-10x-better-product: content_hash: N/A description: '' @@ -126502,6 +134012,7 @@ https://huryn.substack.com/p/3-ways-to-create-10x-better-product: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://huyenchip.com/2021/09/13/data-science-infrastructure.html: content_hash: ff1048ad2f2e9c151ec75bfbc91fda2f1188ccdacad768cc55355eb4b9fc7da1 description: '' @@ -126518,6 +134029,7 @@ https://huyenchip.com/2021/09/13/data-science-infrastructure.html: v2_locations: - python.md year: N/A + addition_method: manual https://huyenchip.com/2023/04/11/llm-engineering.html: content_hash: d67b4d46b0cf35e402c23d262b2708bc4dc97457382609d1e8cb182a8c8ab285 description: '' @@ -126534,6 +134046,7 @@ https://huyenchip.com/2023/04/11/llm-engineering.html: v2_locations: - mlops.md year: N/A + addition_method: manual https://hwchiu.medium.com/docker-networking-model-introduction-194a2a2c9b68: content_hash: N/A description: '' @@ -126548,6 +134061,7 @@ https://hwchiu.medium.com/docker-networking-model-introduction-194a2a2c9b68: v2_locations: - docker.md year: N/A + addition_method: manual https://hwchiu.medium.com/kubernetes-network-troubleshooting-approach-701de9463493: content_hash: N/A description: '' @@ -126562,6 +134076,7 @@ https://hwchiu.medium.com/kubernetes-network-troubleshooting-approach-701de94634 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://hwchiu.medium.com/why-does-my-2vcpu-application-run-faster-in-a-vm-than-in-a-container-6438ffaba245: content_hash: N/A description: '' @@ -126577,6 +134092,7 @@ https://hwchiu.medium.com/why-does-my-2vcpu-application-run-faster-in-a-vm-than- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://hystax.com/the-difference-between-cloud-cost-management-and-finops: content_hash: 9eb1a594065c7621f7a0958eace96e6b4607a4938569b9704e94648281b33967 description: '' @@ -126593,6 +134109,7 @@ https://hystax.com/the-difference-between-cloud-cost-management-and-finops: v2_locations: - finops.md year: N/A + addition_method: manual https://iainhunter.wordpress.com/2016/01/12/avoiding-pitfalls-running-mongo-3-2-in-docker-on-osx: content_hash: 0f268e4fb3a0f0aa12ee5c48549f983e11056cee5fa820684cfcf6881b20b9e5 description: '' @@ -126609,6 +134126,7 @@ https://iainhunter.wordpress.com/2016/01/12/avoiding-pitfalls-running-mongo-3-2- v2_locations: - nosql.md year: N/A + addition_method: manual https://iamitcohen.medium.com/dns-in-kubernetes-how-does-it-work-7c4690fd813e: content_hash: N/A description: '' @@ -126623,6 +134141,7 @@ https://iamitcohen.medium.com/dns-in-kubernetes-how-does-it-work-7c4690fd813e: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://iamunnip.medium.com/merging-kubeconfig-files-c9e0f340a71c: content_hash: N/A description: '' @@ -126637,6 +134156,7 @@ https://iamunnip.medium.com/merging-kubeconfig-files-c9e0f340a71c: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://iaviral.medium.com/most-used-functions-in-pandas-7c12ae238185: content_hash: N/A description: '' @@ -126651,6 +134171,7 @@ https://iaviral.medium.com/most-used-functions-in-pandas-7c12ae238185: v2_locations: - python.md year: N/A + addition_method: manual https://ibrahims.medium.com/azure-terraform-pipeline-devops-b57005a37936: content_hash: N/A description: '' @@ -126665,6 +134186,7 @@ https://ibrahims.medium.com/azure-terraform-pipeline-devops-b57005a37936: v2_locations: - terraform.md year: N/A + addition_method: manual https://ibrahims.medium.com/security-context-kubernetes-9672ae2380f9: content_hash: N/A description: '' @@ -126679,6 +134201,7 @@ https://ibrahims.medium.com/security-context-kubernetes-9672ae2380f9: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://iceburn.medium.com/jenkins-configuration-as-code-afd9031a42c9: content_hash: N/A description: '' @@ -126693,6 +134216,7 @@ https://iceburn.medium.com/jenkins-configuration-as-code-afd9031a42c9: v2_locations: - jenkins.md year: N/A + addition_method: manual https://iceburn.medium.com/kubernetes-resource-requests-and-resource-limits-99c549c5a439: content_hash: N/A description: '' @@ -126707,6 +134231,7 @@ https://iceburn.medium.com/kubernetes-resource-requests-and-resource-limits-99c5 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt: last_checked: 1779388501.779292 status: online @@ -126714,6 +134239,7 @@ https://ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt: - '[COMMUNITY-TOOL]' v2_locations: - python.md + addition_method: manual ? https://id.atlassian.com/login?continue=https%3A%2F%2Fid.atlassian.com%2Fjoin%2Fuser-access%3Fresource%3Dari%253Acloud%253Aconfluence%253A%253Asite%252F9568dfdc-cfdd-4632-a68e-1e18063a3152%26continue%3Dhttps%253A%252F%252Fcockroachlabs.atlassian.net%252Fwiki%252Fspaces%252FCRDB%252Fpages%252F73204099%252FBors%252BMerge%252BBot&application=confluence&orgId=52a68357-cecf-4127-a5ec-32eeac8cf060 : last_checked: 1779388470.778607 status: online @@ -126721,11 +134247,13 @@ https://ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt: - '[COMMUNITY-TOOL]' v2_locations: - git.md + addition_method: manual ? https://id.cloudbees.com/u/login/identifier?state=hKFo2SBoUmhWb3d4WEs0dkFkRGhTbnk0andSSjZMVFNJUzdOZ6Fur3VuaXZlcnNhbC1sb2dpbqN0aWTZIDB0NTY2d1FJaW9FTmxwNkFwNXFWbzNYajZfalZmelRjo2NpZNkgTXJPWHU5R0Y5NTAwT1NnWElTUkxEU0xsTU9UZ0JEd0Q : health_score: 100.0 last_checked: 1779130494.932245 v1_locations: - docs/jenkins.md + addition_method: manual https://ideas.ted.com/want-to-discover-or-re-discover-your-sense-of-purpose-at-work-heres-how: ai_summary: Explores the psychological and systemic mechanics of finding and cultivating alignment between individual values and corporate objectives. Offers actionable @@ -126754,6 +134282,7 @@ https://ideas.ted.com/want-to-discover-or-re-discover-your-sense-of-purpose-at-w v2_locations: - recruitment.md year: N/A + addition_method: manual https://ifuckinghatejira.com: content_hash: 6d768d0e1894294ae507ba4e834a88012de66554b412dab1a32b55a28e8361ab description: '' @@ -126770,6 +134299,7 @@ https://ifuckinghatejira.com: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://igboie.medium.com/kubernetes-ci-cd-with-github-github-actions-and-argo-cd-36b88b6bda64: content_hash: N/A description: '' @@ -126785,6 +134315,7 @@ https://igboie.medium.com/kubernetes-ci-cd-with-github-github-actions-and-argo-c v2_locations: - argo.md year: N/A + addition_method: manual https://ignite.apache.org: content_hash: 8847148cb072e5c16b193f13e81813e70ba33164f3fdeee296d1203ca06b44ac description: '' @@ -126801,6 +134332,7 @@ https://ignite.apache.org: v2_locations: - databases.md year: N/A + addition_method: manual https://ikunalsingh.hashnode.dev/dynamic-operations-in-terraform-with-functions: content_hash: N/A description: '' @@ -126816,6 +134348,7 @@ https://ikunalsingh.hashnode.dev/dynamic-operations-in-terraform-with-functions: v2_locations: - terraform.md year: N/A + addition_method: manual https://images.linoxide.com/ebook-kubernetes-essentials.pdf: content_hash: N/A description: '' @@ -126830,6 +134363,7 @@ https://images.linoxide.com/ebook-kubernetes-essentials.pdf: v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://imanishchaudhary.medium.com/secure-kubernetes-dashboards-with-sso-authentication-using-okta-oauth2-proxy-9e52189e9749 : content_hash: N/A description: '' @@ -126845,6 +134379,7 @@ https://images.linoxide.com/ebook-kubernetes-essentials.pdf: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://imoisharma.medium.com/how-leader-election-works-in-kubernetes-by-m-sharma-635d213b3fd1: content_hash: N/A description: '' @@ -126859,6 +134394,7 @@ https://imoisharma.medium.com/how-leader-election-works-in-kubernetes-by-m-sharm v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://imperialbiosciencereview.wordpress.com/2023/05/26/redefining-diagnostics-the-integration-of-machine-learning-in-medical-imaging-2 : content_hash: 2697f26ede518545e043fe061f8b63ab910d34e137478084c09b1d8160d32ad9 description: '' @@ -126876,6 +134412,7 @@ https://imoisharma.medium.com/how-leader-election-works-in-kubernetes-by-m-sharm v2_locations: - customer.md year: N/A + addition_method: manual https://imsundeep8.medium.com/deploy-production-grade-kubernetes-cluster-using-kops-on-amazon-cloud-aws-abc79f46aa32: content_hash: N/A description: '' @@ -126891,12 +134428,14 @@ https://imsundeep8.medium.com/deploy-production-grade-kubernetes-cluster-using-k v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://incepto-medical.com/en: content_hash: 1167d6335c1f484a2151e78b551f41ad6cee301c9d6152282703d71c37d4d1fc health_score: 100.0 last_checked: 1779032115.440773 v1_locations: - docs/customer.md + addition_method: manual https://inder-devops.medium.com/aks-networking-deep-dive-kubenet-vs-azure-cni-vs-azure-cni-overlay-a51709171ce9: content_hash: N/A description: '' @@ -126912,6 +134451,7 @@ https://inder-devops.medium.com/aks-networking-deep-dive-kubenet-vs-azure-cni-vs v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://inder-devops.medium.com/ci-cd-setup-in-just-5-mins-with-basic-yaml-configuration-95b8e894a110: content_hash: N/A description: '' @@ -126926,6 +134466,7 @@ https://inder-devops.medium.com/ci-cd-setup-in-just-5-mins-with-basic-yaml-confi v2_locations: - jenkins.md year: N/A + addition_method: manual https://inder-devops.medium.com/its-time-to-migrate-your-container-runtime-kubernetes-1-24-is-coming-f0c0b6b9bb90: content_hash: N/A description: '' @@ -126941,6 +134482,7 @@ https://inder-devops.medium.com/its-time-to-migrate-your-container-runtime-kuber v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://inder-devops.medium.com/kafka-best-practices-lessons-learned-by-inder-431dc5fafd3b: content_hash: N/A description: '' @@ -126955,6 +134497,7 @@ https://inder-devops.medium.com/kafka-best-practices-lessons-learned-by-inder-43 v2_locations: - message-queue.md year: N/A + addition_method: manual https://inder-devops.medium.com/on-premise-to-cloud-migration-mock-drills-using-istio-ea89aee5ea38: content_hash: N/A description: '' @@ -126970,6 +134513,7 @@ https://inder-devops.medium.com/on-premise-to-cloud-migration-mock-drills-using- v2_locations: - istio.md year: N/A + addition_method: manual https://ine.com: ai_summary: An advanced IT, cybersecurity, and cloud-networking training suite. Provides massive, production-grade lab simulations targeting Cisco, cloud infrastructure, @@ -126998,6 +134542,7 @@ https://ine.com: - elearning.md - azure.md year: N/A + addition_method: manual https://info.acloud.guru/resources/azure-devops-vs-github-comparing-microsofts-devops-twins: content_hash: N/A description: '' @@ -127014,6 +134559,7 @@ https://info.acloud.guru/resources/azure-devops-vs-github-comparing-microsofts-d v2_locations: - azure.md year: N/A + addition_method: manual https://info.acloud.guru/resources/brazeal-how-your-org-predicts-your-ci/cd-pipeline: content_hash: N/A description: '' @@ -127028,6 +134574,7 @@ https://info.acloud.guru/resources/brazeal-how-your-org-predicts-your-ci/cd-pipe v2_locations: - cicd.md year: N/A + addition_method: manual https://info.acloud.guru/resources/deploy-kubernetes-app-with-azure-devops: content_hash: N/A description: '' @@ -127042,6 +134589,7 @@ https://info.acloud.guru/resources/deploy-kubernetes-app-with-azure-devops: v2_locations: - azure.md year: N/A + addition_method: manual https://info.acloud.guru/resources/deploying-kubernetes-with-gitops: content_hash: N/A description: '' @@ -127056,6 +134604,7 @@ https://info.acloud.guru/resources/deploying-kubernetes-with-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://info.acloud.guru/resources/kubernetes-aws-cloud-scaling-hey: content_hash: N/A description: '' @@ -127070,6 +134619,7 @@ https://info.acloud.guru/resources/kubernetes-aws-cloud-scaling-hey: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/active-active-on-kubernetes: content_hash: 84bef64b67d106a25fbea558d7293ef415b804707b5f3b20f508a2a8a4ec496d description: '' @@ -127081,6 +134631,7 @@ https://info.crunchydata.com/blog/active-active-on-kubernetes: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/an-easy-recipe-for-creating-a-postgresql-cluster-with-docker-swarm: content_hash: 3495ed9023552ee0c168e82ffa8f572f9b38015d65db6fe11549c4553336679d description: '' @@ -127093,6 +134644,7 @@ https://info.crunchydata.com/blog/an-easy-recipe-for-creating-a-postgresql-clust v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/announcing-the-crunchy-data-developer-portal: content_hash: 8460966b9ee582d9d7c74fae820ef27e1815b810d3ed5cd8d0992115172b5c23 description: '' @@ -127104,6 +134656,7 @@ https://info.crunchydata.com/blog/announcing-the-crunchy-data-developer-portal: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/composite-primary-keys-postgresql-and-django: content_hash: b03c950b46ad0afbbd1192950f01687e1464ea4d029d33506b4856b3c58311ae description: '' @@ -127115,6 +134668,7 @@ https://info.crunchydata.com/blog/composite-primary-keys-postgresql-and-django: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/crunchy-postgres-kubernetes-operator-4.0: content_hash: 761f5c11f5841707f77feffedf9e6271d61cd564ab0b8f03ec3a160e71ec530a description: '' @@ -127126,6 +134680,7 @@ https://info.crunchydata.com/blog/crunchy-postgres-kubernetes-operator-4.0: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/crunchy-postgresql-operator-with-rook-ceph-storage: content_hash: 7194b72aec1df2296055a2595e423d2b93f4708fa6bfc6b089fd4bdbac007748 description: '' @@ -127137,6 +134692,7 @@ https://info.crunchydata.com/blog/crunchy-postgresql-operator-with-rook-ceph-sto v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/d-meta: content_hash: c414022c133096a2344c462863251c460a898aabadbc9a4aeea0b1e0cf928cb2 description: '' @@ -127149,6 +134705,7 @@ https://info.crunchydata.com/blog/d-meta: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/deploy-high-availability-postgresql-on-kubernetes: content_hash: aa9601b7b6cc4af3ae9d557adf4df15e0d027d55aebc59f7baf656db4722d569 description: '' @@ -127161,6 +134718,7 @@ https://info.crunchydata.com/blog/deploy-high-availability-postgresql-on-kuberne v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/deploy-pgadmin4-with-postgresql-on-kubernetes: content_hash: d46dac0b0cefa7e78e2290ecdb22d950034b7f46c61d58a9c01ecdab7ef43b5c description: '' @@ -127172,6 +134730,7 @@ https://info.crunchydata.com/blog/deploy-pgadmin4-with-postgresql-on-kubernetes: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/fast-csv-and-json-ingestion-in-postgresql-with-copy: content_hash: 7ec5afc28a1fe85099b766364e13c0c360d0910070953d053acdaeebba92cd15 description: '' @@ -127183,6 +134742,7 @@ https://info.crunchydata.com/blog/fast-csv-and-json-ingestion-in-postgresql-with v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/getting-started-with-postgresql-operator-4.3-in-openshift: content_hash: 7f9e115589b11c42920a13ff685f5323a95c1dd1ebfa5ad73110effc323cd33d description: '' @@ -127194,6 +134754,7 @@ https://info.crunchydata.com/blog/getting-started-with-postgresql-operator-4.3-i v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/gitops-postgres-kubernetes: content_hash: 60b104088771141cb3b0315b408892f4693edf813a4bc6a00830a17faef195b4 description: '' @@ -127206,6 +134767,7 @@ https://info.crunchydata.com/blog/gitops-postgres-kubernetes: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/install-postgres-operator-kubernetes-on-gke-ansible: content_hash: bb0464af476750d1cb6e5b5f26757947b00e3fbab9b69ae482a43ffa91a9687b description: '' @@ -127217,6 +134779,7 @@ https://info.crunchydata.com/blog/install-postgres-operator-kubernetes-on-gke-an v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-deployment-strategies: content_hash: baf33b882e766907f5e9b188bb9cf504f4f97f158db74cec5355733ebd415c81 description: '' @@ -127229,6 +134792,7 @@ https://info.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-depl v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/migrating-from-oracle-to-postgresql-questions-and-considerations: content_hash: 6e6ec17364fef8abfa571b24ab0498307bde7cf603a5594057e57c0ee85fc60b description: '' @@ -127240,6 +134804,7 @@ https://info.crunchydata.com/blog/migrating-from-oracle-to-postgresql-questions- v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/monitoring-postgresql-clusters-in-kubernetes: content_hash: 7f6ec9d149f7a3d11c248e3c53bf431a856928b7f5b3160b85a5b153a182f6d7 description: '' @@ -127251,6 +134816,7 @@ https://info.crunchydata.com/blog/monitoring-postgresql-clusters-in-kubernetes: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployments: content_hash: 3144488cb755c52229031d06800ae8f5461ffc5f54e9f4ca8d19bf177e28a199 description: '' @@ -127262,6 +134828,7 @@ https://info.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployment v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/pgbackrest-performing-backups-on-a-standby-cluster: content_hash: 5ac334b23d9f21c1779707a1e97bf85c6633df3daa231edba5ba5a00e41c4ebc description: '' @@ -127273,6 +134840,7 @@ https://info.crunchydata.com/blog/pgbackrest-performing-backups-on-a-standby-clu v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/postgresql-change-data-capture-with-debezium: content_hash: 18c45a406c5a0a4da22b56fa3f925f99045e7505da00019f587f67290a9fafdf description: '' @@ -127284,6 +134852,7 @@ https://info.crunchydata.com/blog/postgresql-change-data-capture-with-debezium: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/postgresql-monitoring-for-application-developers-dba-stats: content_hash: 5a6d7c88a9d99de5056d464753be67b00a5e31b62090c9b0b16ea5401433b27d description: '' @@ -127296,6 +134865,7 @@ https://info.crunchydata.com/blog/postgresql-monitoring-for-application-develope v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/schedule-postgresql-backups-and-retention-with-kubernetes: content_hash: 692f58f59c959b2597af7cbe5d4c4db8a9c37062d89b1d5ecc58b85721df8b8d description: '' @@ -127308,6 +134878,7 @@ https://info.crunchydata.com/blog/schedule-postgresql-backups-and-retention-with v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/setup-ora2pg-for-oracle-to-postgres-migration: content_hash: f1b2151fc0392dd6e559dd136eddb22f3be50171c2378d49bc7268d24425b41b description: '' @@ -127319,6 +134890,7 @@ https://info.crunchydata.com/blog/setup-ora2pg-for-oracle-to-postgres-migration: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: content_hash: 0ad72f5674ee2be654781a9a2e11791f8b3e0235cc7a4c4754e401b2baffbc3b description: '' @@ -127330,6 +134902,7 @@ https://info.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual ? https://info.crunchydata.com/blog/synchronous-replication-in-the-postgresql-operator-for-kubernetes-guarding-against-transactions-loss : content_hash: bbede488c445aa79205eff1b185c3df21646a69146bc31506113d8b921325ef9 description: '' @@ -127342,6 +134915,7 @@ https://info.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/tuning-your-postgres-database-for-high-write-loads: content_hash: 89edc7db722f4ef4fd28bdcf90bb04534e9a8964d1f51e3e02310d3813922b41 description: '' @@ -127353,6 +134927,7 @@ https://info.crunchydata.com/blog/tuning-your-postgres-database-for-high-write-l v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/blog/using-postgres-to-back-prometheus-for-your-postgresql-monitoring-1: content_hash: bb9a94dfe205d8b18a25e38b218b439476748771fbabb1f2c88ff0e177570452 description: '' @@ -127364,6 +134939,7 @@ https://info.crunchydata.com/blog/using-postgres-to-back-prometheus-for-your-pos v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.crunchydata.com/news/crunchy-postgresql-for-kuberenetes-4.3: content_hash: 32e1b6d7dc1a2c55e3173fb1a6bccdb0df731bbbca37bcaadcfee4602e236305 description: '' @@ -127375,6 +134951,7 @@ https://info.crunchydata.com/news/crunchy-postgresql-for-kuberenetes-4.3: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://info.microsoft.com/ww-landing-the-road-to-azure-cost-governance-e-book.html: content_hash: bf2c63a53ab518a7c7165eae4d2374f6c753a14d7d4cdd3c8936950b7f627ef3 description: '' @@ -127390,6 +134967,7 @@ https://info.microsoft.com/ww-landing-the-road-to-azure-cost-governance-e-book.h v2_locations: - finops.md year: N/A + addition_method: manual https://info.varnish-software.com/the-varnish-book: content_hash: 27cb3edde3657ed0b3664ec1ecdbe980da5f4f2049b0988dbbf37888ef6a1a22 health_score: 100.0 @@ -127402,6 +134980,7 @@ https://info.varnish-software.com/the-varnish-book: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://infoq.com/news/2023/11/azure-well-architected-framework: content_hash: 944ec6faae0446c8ade838a2dc3dbec0834aab6ddeca7461fd0ec8893ba1bcce description: '' @@ -127413,6 +134992,7 @@ https://infoq.com/news/2023/11/azure-well-architected-framework: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://infosecwriteups.com/attacking-and-securing-docker-containers-cc8c80f05b5b: content_hash: N/A description: '' @@ -127427,6 +135007,7 @@ https://infosecwriteups.com/attacking-and-securing-docker-containers-cc8c80f05b5 v2_locations: - docker.md year: N/A + addition_method: manual https://infosecwriteups.com/how-i-discovered-thousands-of-open-databases-on-aws-764729aa7f32: content_hash: N/A description: '' @@ -127441,6 +135022,7 @@ https://infosecwriteups.com/how-i-discovered-thousands-of-open-databases-on-aws- v2_locations: - devsecops.md year: N/A + addition_method: manual https://infraxpertzz.com/deploying-custom-files-with-jinja2-template: content_hash: fa7c1c4c09b91e0b18c18ad8405848b2f25d9bbd4fa704596559f71889f63ec5 description: '' @@ -127457,6 +135039,7 @@ https://infraxpertzz.com/deploying-custom-files-with-jinja2-template: v2_locations: - ansible.md year: N/A + addition_method: manual https://infviz.io: content_hash: 2e23d77c34d3eeb1d2c6b27a452873d059e4f07945729942c4b319623aaf7604 description: '' @@ -127473,6 +135056,7 @@ https://infviz.io: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://ingressbuilder.jetstack.io: content_hash: f5f4c10078afcc0eb9f56326b716520864b5ccab2b16ecf3fb6429bfb02aace7 description: '' @@ -127491,6 +135075,7 @@ https://ingressbuilder.jetstack.io: - kubernetes-tools.md - kubernetes-networking.md year: N/A + addition_method: manual https://inlets.dev/blog/2021/07/08/short-lived-clusters.html: content_hash: 1dfc1fc9a5e8c3be47a077ca9f8b1124aa8fec22df9cbed93b3b01b197a29105 description: '' @@ -127507,6 +135092,7 @@ https://inlets.dev/blog/2021/07/08/short-lived-clusters.html: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://inlets.dev/blog/2022/06/24/fixing-kubectl-port-forward.html: content_hash: 865ccc5f407bf5b8f4fc8c84b76c0eccd4608ae8bd9eadca1b666fc1a3cdd0b9 description: '' @@ -127523,6 +135109,7 @@ https://inlets.dev/blog/2022/06/24/fixing-kubectl-port-forward.html: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://inlets.dev/blog/2023/02/24/ingress-for-local-kubernetes-clusters.html: content_hash: 45f2ebe11903fe1277d6cac78c51df18449ab6dc0c68d0cb146b672ea12207f8 description: '' @@ -127539,6 +135126,7 @@ https://inlets.dev/blog/2023/02/24/ingress-for-local-kubernetes-clusters.html: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://innovation.ebayinc.com/stories/resiliency-and-disaster-recovery-with-kafka: ai_summary: 'Curator Insight: Real-world operational strategies for disaster recovery from eBay''s engineering team. Live Grounding: Focuses on multi-region active-passive @@ -127562,6 +135150,7 @@ https://innovation.ebayinc.com/stories/resiliency-and-disaster-recovery-with-kaf v2_locations: - message-queue.md year: '2021' + addition_method: manual https://insight-services-apac.github.io/2023/12/04/getting-started-bicep: content_hash: e411469b07a7323b37fbf758ab307ca131bd4ec843ef2ca3dd99c8af5bd413c7 description: '' @@ -127573,6 +135162,7 @@ https://insight-services-apac.github.io/2023/12/04/getting-started-bicep: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://insights.project-a.com/using-github-actions-to-deploy-to-kubernetes-122c653c0b09: content_hash: be516ca276011e3d156c9483a59b21da3e5d185635fc5cead0a4f92bedb76750 description: '' @@ -127585,6 +135175,7 @@ https://insights.project-a.com/using-github-actions-to-deploy-to-kubernetes-122c v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://insights.stackoverflow.com/survey: content_hash: 5061b6e87d39f2a777437497cf0524bb538047fd55cf2d82e631a301d0eb2111 description: '' @@ -127594,6 +135185,7 @@ https://insights.stackoverflow.com/survey: title: Stack Overflow Annual Developer Survey v1_locations: [] year: N/A + addition_method: manual https://insights.stackoverflow.com/survey/2021: content_hash: 7d3f7acffbd9d3f76ffcbdbe15e2da1c5f317be9727d85bc667daaf8ad05d1c5 description: '' @@ -127603,6 +135195,7 @@ https://insights.stackoverflow.com/survey/2021: title: '2021' v1_locations: [] year: N/A + addition_method: manual https://inspektor.cloud/blog/evaluating-open-policy-agent-in-rust-using-wasm: content_hash: N/A description: '' @@ -127617,6 +135210,7 @@ https://inspektor.cloud/blog/evaluating-open-policy-agent-in-rust-using-wasm: v2_locations: - securityascode.md year: N/A + addition_method: manual https://intellipaat.com/blog/ansible-vs-kubernetes-vs-docker: content_hash: e0d20b4bba9618d4c8e4e597b619dc03b5bcd8e76f308f4fe6e12a34c9ce0d80 description: '' @@ -127633,6 +135227,7 @@ https://intellipaat.com/blog/ansible-vs-kubernetes-vs-docker: v2_locations: - ansible.md year: N/A + addition_method: manual https://intellipaat.com/blog/aws-vs-azure-vs-google-cloud: content_hash: ca14b7a6fbacd75e55b2c0a34ea773afa2cc58b47ce657e8ac9f6ad79d4c49d6 description: '' @@ -127649,6 +135244,7 @@ https://intellipaat.com/blog/aws-vs-azure-vs-google-cloud: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://intellipaat.com/blog/dbms-vs-rdbms-difference: content_hash: 9d51cf55be62807d6c2cbc1b7a6134993138ecbd276490dea4ea7c8e8941cb78 description: '' @@ -127665,6 +135261,7 @@ https://intellipaat.com/blog/dbms-vs-rdbms-difference: v2_locations: - databases.md year: N/A + addition_method: manual https://intellipaat.com/blog/devops-monitoring-tools: content_hash: 853dbbab3b2e70527d4339d3c4d8ca6907d2935f4ec24f7f926fcfaf5d7708bd description: '' @@ -127681,6 +135278,7 @@ https://intellipaat.com/blog/devops-monitoring-tools: v2_locations: - monitoring.md year: N/A + addition_method: manual https://intellipaat.com/blog/interview-question/amazon-aws-interview-questions: ai_summary: Curator Insight lists frequent questions for AWS systems architecture, core networking, and storage. Live Grounding shows that multi-tier application @@ -127710,6 +135308,7 @@ https://intellipaat.com/blog/interview-question/amazon-aws-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://intellipaat.com/blog/interview-question/devops-interview-questions: ai_summary: Curator Insight maps the end-to-end DevOps loop, integrating CI/CD, deployment, and performance monitoring. Live Grounding validates that DevOps methodologies @@ -127739,6 +135338,7 @@ https://intellipaat.com/blog/interview-question/devops-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://intellipaat.com/blog/interview-question/git-interview-questions-answers: ai_summary: Curator Insight lists common Git commands, branching models, and version tracking methods. Live Grounding confirms that solid Git branching models are @@ -127768,6 +135368,7 @@ https://intellipaat.com/blog/interview-question/git-interview-questions-answers: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://intellipaat.com/blog/interview-question/jenkins-interview-questions-answers: ai_summary: Curator Insight maps the Jenkins master-worker controller layout and declarative pipeline scripting. Live Grounding indicates that automated pipeline @@ -127797,6 +135398,7 @@ https://intellipaat.com/blog/interview-question/jenkins-interview-questions-answ v2_locations: - interview-questions.md year: N/A + addition_method: manual https://intellipaat.com/blog/interview-question/kubernetes-interview-questions-answers: ai_summary: Curator Insight details Kubernetes control plane components, consensus, CNI networking, and CSI integrations. Live Grounding demonstrates that understanding @@ -127826,6 +135428,7 @@ https://intellipaat.com/blog/interview-question/kubernetes-interview-questions-a v2_locations: - interview-questions.md year: N/A + addition_method: manual https://intellipaat.com/blog/interview-question/mysql-interview-questions: ai_summary: Curator Insight compiles answers to MySQL query optimization, indexing, and storage engine mechanisms. Live Grounding indicates that relational database @@ -127855,6 +135458,7 @@ https://intellipaat.com/blog/interview-question/mysql-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://intellipaat.com/blog/nosql-vs-sql-what-is-better: content_hash: ad4b6aa0143fe292418368a058aeb43064d3fd8e827f824e958dd6c07fb37de1 description: '' @@ -127871,6 +135475,7 @@ https://intellipaat.com/blog/nosql-vs-sql-what-is-better: v2_locations: - nosql.md year: N/A + addition_method: manual https://intellipaat.com/blog/sql-vs-mysql-difference: content_hash: fd0f793d17ebb73c02fcad78cb0b7175ff5b8412b2862a513b8932645b020c50 description: '' @@ -127887,6 +135492,7 @@ https://intellipaat.com/blog/sql-vs-mysql-difference: v2_locations: - databases.md year: N/A + addition_method: manual https://intellipaat.com/blog/terraform-vs-ansible-difference: content_hash: c6165abcc570c5a2906296d33bbbde023e742a6a17e0786dd35458e07bba5ab6 description: '' @@ -127904,6 +135510,7 @@ https://intellipaat.com/blog/terraform-vs-ansible-difference: v2_locations: - iac.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/amazon-web-services-aws-tutorial/aws-cheat-sheet: content_hash: 53f647bc7afb68de4317921bac264a615484cc2972b667d351c569ab21267233 description: '' @@ -127920,6 +135527,7 @@ https://intellipaat.com/blog/tutorial/amazon-web-services-aws-tutorial/aws-cheat v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/devops-tutorial/ansible-basic-cheat-sheet: content_hash: 8d5f7b5ad74216e222b00f12a8517616f93221611f6c085654dab0777be39ef0 description: '' @@ -127936,6 +135544,7 @@ https://intellipaat.com/blog/tutorial/devops-tutorial/ansible-basic-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/devops-tutorial/docker-cheat-sheet: content_hash: 3d6bc7c66f067b9d841dc1789e9acee141a1a9440005a0de591a19edfe39fe79 description: '' @@ -127952,6 +135561,7 @@ https://intellipaat.com/blog/tutorial/devops-tutorial/docker-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/devops-tutorial/git-cheat-sheet: content_hash: 888ccf93b5e01742cf97215fb73c9e7e7bde6e3dc5910c399e41231efd6d9d77 description: '' @@ -127968,6 +135578,7 @@ https://intellipaat.com/blog/tutorial/devops-tutorial/git-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/devops-tutorial/git-tutorial: ai_summary: A beginner-friendly introduction to Git's lifecycle, architecture, and basic operations. It provides clear walk-throughs of staging, committing, and @@ -127997,6 +135608,7 @@ https://intellipaat.com/blog/tutorial/devops-tutorial/git-tutorial: v2_locations: - git.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/devops-tutorial/jenkins-cheat-sheet: content_hash: ba1f19d5568493af37594d1ff92a35fd8ef46b8686f440c36e55cf1d85944aaa description: '' @@ -128013,6 +135625,7 @@ https://intellipaat.com/blog/tutorial/devops-tutorial/jenkins-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/devops-tutorial/kubernetes-cheat-sheet: content_hash: d9aeccb0965273a4d85c0c80c24d30bd35f21af75a5905376935c07bc4420ec6 description: '' @@ -128029,6 +135642,7 @@ https://intellipaat.com/blog/tutorial/devops-tutorial/kubernetes-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/python-tutorial/python-cheat-sheet-basics: content_hash: f67483276c753febeff74da1de6bcc395e54d4dc0a8b7b8320ac49c4dc30c064 description: '' @@ -128045,6 +135659,7 @@ https://intellipaat.com/blog/tutorial/python-tutorial/python-cheat-sheet-basics: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/rpa-tutorial/rpa-cheat-sheet: content_hash: 92db3973f668db911b2a397e699d00441a0808abf94ec013d3cb8209a4cf5d67 description: '' @@ -128061,6 +135676,7 @@ https://intellipaat.com/blog/tutorial/rpa-tutorial/rpa-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/selenium-tutorial: content_hash: 99d19a977e99fb4dd5285a778e4ddfffd9558e634523d180aeedec95fbd36361 description: '' @@ -128077,6 +135693,7 @@ https://intellipaat.com/blog/tutorial/selenium-tutorial: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/selenium-tutorial/selenium-cheat-sheet: content_hash: 17d7aa3b462c4368baf75fd44c33489aebe2f897c7cb260ad470f81d85483ee6 description: '' @@ -128093,6 +135710,7 @@ https://intellipaat.com/blog/tutorial/selenium-tutorial/selenium-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/tutorial/sql-tutorial/sql-commands-cheat-sheet: content_hash: 9ae0f0d3635e02c645f336c498c852771da030f70d26661d08562c90c345c436 description: '' @@ -128109,6 +135727,7 @@ https://intellipaat.com/blog/tutorial/sql-tutorial/sql-commands-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://intellipaat.com/blog/what-does-a-devops-engineer-do: content_hash: dcbedd57401b391491a8b261efd9dcfc233163aa7857762f7c857084df83e447 description: '' @@ -128125,6 +135744,7 @@ https://intellipaat.com/blog/what-does-a-devops-engineer-do: v2_locations: - devops.md year: N/A + addition_method: manual https://intellipaat.com/blog/what-is-amazon-web-services-aws: content_hash: 66aed94a7c3f1c71b7f84c165ab947bcc046e2b718428d9dc614a4fd4458d1cb description: '' @@ -128141,6 +135761,7 @@ https://intellipaat.com/blog/what-is-amazon-web-services-aws: v2_locations: - aws.md year: N/A + addition_method: manual https://intellipaat.com/blog/what-is-penetration-testing: content_hash: 0a85a28c2130775a41bb970dabdcbec9bbfa530246f74c74beafcac3a0601643 description: '' @@ -128157,24 +135778,28 @@ https://intellipaat.com/blog/what-is-penetration-testing: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://intellipaat.com/mediaFiles/2019/03/docker-cheat-sheet.pdf: content_hash: c63d4aec4326e9c75db4dbedfdfe90745d9d24c3461a85a6018ff025b5081033 health_score: 100.0 last_checked: 1779029067.87112 v1_locations: - docs/cheatsheets.md + addition_method: manual https://intezer.com/blog/new-attacks-on-kubernetes-via-misconfigured-argo-workflows: status: online tags: - '[COMMUNITY-TOOL]' v2_locations: - devsecops.md + addition_method: manual https://intezer.com/blog/research/new-attacks-on-kubernetes-via-misconfigured-argo-workflows: content_hash: d4b83ee3cc43adf7486e3a2e3532a8c6507c5cbb5e2ba0e13fedb719f6c80fad health_score: 64.0 last_checked: 1779130495.011968 v1_locations: - docs/devsecops.md + addition_method: manual https://inthecloud.withgoogle.com/free-training-21/register.html: content_hash: e6a9b8d71cf67d8617b3fdd28c742b1b9f72f2f4b471930116d027760a393b09 description: '' @@ -128185,6 +135810,7 @@ https://inthecloud.withgoogle.com/free-training-21/register.html: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://iongion.github.io/podman-desktop-companion: content_hash: 181e88ccc3ff9283fc8ccaa067836757fd718f9d681f534391b811bf2397928f description: '' @@ -128201,6 +135827,7 @@ https://iongion.github.io/podman-desktop-companion: v2_locations: - container-managers.md year: N/A + addition_method: manual https://iopshub.medium.com/terraform-best-practices-everyone-should-know-a7c76ba9f085: content_hash: N/A description: '' @@ -128215,6 +135842,7 @@ https://iopshub.medium.com/terraform-best-practices-everyone-should-know-a7c76ba v2_locations: - terraform.md year: N/A + addition_method: manual https://iot-analytics.com/iot-cloud: content_hash: d59e2736f0b00bb5c7ab449c43b5ec0081b9395fd18be78fcf8ca915d42312c3 description: '' @@ -128231,6 +135859,7 @@ https://iot-analytics.com/iot-cloud: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://irfanyusanif.medium.com/how-to-communicate-between-microservices-7956ed68a99a: content_hash: N/A description: '' @@ -128245,6 +135874,7 @@ https://irfanyusanif.medium.com/how-to-communicate-between-microservices-7956ed6 v2_locations: - message-queue.md year: N/A + addition_method: manual https://ishantgaurav.in/2021/06/22/complete-application-deployment-using-kubernetes: content_hash: N/A description: '' @@ -128259,6 +135889,7 @@ https://ishantgaurav.in/2021/06/22/complete-application-deployment-using-kuberne v2_locations: - demos.md year: N/A + addition_method: manual https://ishantgaurav.in/2021/07/18/kubernetes-sidecar-container-pattern: content_hash: N/A description: '' @@ -128273,6 +135904,7 @@ https://ishantgaurav.in/2021/07/18/kubernetes-sidecar-container-pattern: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://ismiletechnologies.com/en_us/devsecops/secure-devops-kit-azureazsk: content_hash: a9920af78b93973833c5862f68cfe797687bdb2e77c8965c0e5527979de0bca1 health_score: 100.0 @@ -128284,6 +135916,7 @@ https://ismiletechnologies.com/en_us/devsecops/secure-devops-kit-azureazsk: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://isoflow.io: content_hash: 71c178ad926d24beb91cf7d0d04d77fdc4321456ef73d84fee462c9a799f6b10 description: '' @@ -128300,6 +135933,7 @@ https://isoflow.io: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://isovalent.com/blog/post/2021-11-container-escape: ai_summary: A deep-dive exploration of container escape methodologies and how they can be detected at the kernel layer using Cilium and eBPF. Curator insight focuses @@ -128329,6 +135963,7 @@ https://isovalent.com/blog/post/2021-11-container-escape: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://isovalent.com/blog/post/azure-cni-cilium: ai_summary: Release announcement detailing Azure CNI Powered by Cilium. Explains how this integration pairs Microsoft's virtual network control plane with Cilium's @@ -128357,6 +135992,7 @@ https://isovalent.com/blog/post/azure-cni-cilium: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://isovalent.com/blog/post/what-are-the-4-golden-signals-for-monitoring-kubernetes: ai_summary: An advanced technical blog demonstrating how to monitor Google's 4 Golden Signals using Cilium's eBPF architecture and Prometheus. This method allows teams @@ -128385,6 +136021,7 @@ https://isovalent.com/blog/post/what-are-the-4-golden-signals-for-monitoring-kub v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://isprox.com/16-estilos-liderazgo-cual-es-mas-efectivo: content_hash: 3ff80c5eec8325ad0676446d5df37b5d77af27a71febd6c73aac11585126c1fb description: '' @@ -128396,6 +136033,7 @@ https://isprox.com/16-estilos-liderazgo-cual-es-mas-efectivo: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://isprox.com/es/16-estilos-liderazgo-cual-es-mas-efectivo: content_hash: c977b918ffbef7f795d7f3b49d1ad282d1610e050bd97b3381f8157e1224a10b health_score: 100.0 @@ -128408,6 +136046,7 @@ https://isprox.com/es/16-estilos-liderazgo-cual-es-mas-efectivo: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://istio.io: ai_summary: The premier open-source service mesh providing advanced traffic management, end-to-end security, and granular observability. Uses Envoy proxies (via sidecars @@ -128441,6 +136080,7 @@ https://istio.io: - monitoring.md - ocp4.md year: N/A + addition_method: manual https://istio.io/blog/2020/tradewinds-2020: content_hash: 3de46fd0ea0aa3c429801bdfdd5630c2b2c5f87c9c44ecb9cde09b5162a82f6a description: '' @@ -128453,6 +136093,7 @@ https://istio.io/blog/2020/tradewinds-2020: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://istio.io/latest/blog/2020/tradewinds-2020: ai_summary: Official update documenting the change of Istio's control plane. Highlights how Pilot, Citadel, and Galley were merged into the single, more efficient `Istiod` @@ -128475,6 +136116,7 @@ https://istio.io/latest/blog/2020/tradewinds-2020: v2_locations: - istio.md year: '2020' + addition_method: manual https://istio.io/latest/blog/2021/external-locality-failover: ai_summary: An authoritative guide from the official Istio project explaining how to construct locality-aware failover routing rules for external integrations. @@ -128505,6 +136147,7 @@ https://istio.io/latest/blog/2021/external-locality-failover: v2_locations: - istio.md year: N/A + addition_method: manual https://istio.io/latest/blog/2022/introducing-ambient-mesh: ai_summary: The official announcement of Istio Ambient Mesh, introducing a sidecarless data plane model. Splits mesh tasks into a secure transport layer (ztunnel) and @@ -128536,6 +136179,7 @@ https://istio.io/latest/blog/2022/introducing-ambient-mesh: v2_locations: - istio.md year: N/A + addition_method: manual https://istio.io/latest/blog/2022/merbridge: ai_summary: Introduces Merbridge, an open-source tool utilizing eBPF to optimize network routing within service meshes. Shows how replacing standard iptables redirection @@ -128566,6 +136210,7 @@ https://istio.io/latest/blog/2022/merbridge: v2_locations: - istio.md year: N/A + addition_method: manual https://istio.io/latest/docs/examples/microservices-istio: ai_summary: Authoritative tutorial showing how to design, secure, and route microservice networks within Kubernetes clusters using Istio. @@ -128592,6 +136237,7 @@ https://istio.io/latest/docs/examples/microservices-istio: v2_locations: - istio.md year: N/A + addition_method: manual https://istiobyexample.dev: content_hash: N/A description: '' @@ -128606,6 +136252,7 @@ https://istiobyexample.dev: v2_locations: - istio.md year: N/A + addition_method: manual https://istiobyexample.dev/fault-injection: content_hash: N/A description: '' @@ -128616,6 +136263,7 @@ https://istiobyexample.dev/fault-injection: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://it.slashdot.org/story/21/05/22/041242/and-the-top-source-of-critical-security-threats-ispowershell: ai_summary: Analyzes the rise of fileless malware execution leveraging administrative tooling such as PowerShell. Focuses on balancing deep system access capabilities @@ -128643,6 +136291,7 @@ https://it.slashdot.org/story/21/05/22/041242/and-the-top-source-of-critical-sec v2_locations: - devsecops.md year: N/A + addition_method: manual https://iter8.tools: ai_summary: A Kubernetes-native progressive delivery platform that orchestrates metric-driven canary releases and A/B tests. Live grounding shows Iter8's ability @@ -128673,6 +136322,7 @@ https://iter8.tools: - performance-testing-with-jenkins-and-jmeter.md - sre.md year: N/A + addition_method: manual https://itnext.io/12-factor-microservice-applications-on-kubernetes-db913008b018: content_hash: 050092ef393c0ff99fceb6b2ed93ad7795c8b54c1bcf7ac56ca6ee0dbfc04bee description: '' @@ -128688,6 +136338,7 @@ https://itnext.io/12-factor-microservice-applications-on-kubernetes-db913008b018 v2_locations: - introduction.md year: N/A + addition_method: manual https://itnext.io/3-reasons-to-choose-a-wide-cluster-over-multi-cluster-with-kubernetes-c923fecf4644: content_hash: c37c675ce4c9f3f4e51365c5f3bddd90bba23efbcc6d4f2b1d91e8bda389fa82 description: '' @@ -128703,6 +136354,7 @@ https://itnext.io/3-reasons-to-choose-a-wide-cluster-over-multi-cluster-with-kub v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/4-container-design-patterns-for-kubernetes-a8593028b4cd: content_hash: 363bd645eb576da56023caa44b4bfbdea9a4896cfa000c06658e3c5e377d3882 description: '' @@ -128719,6 +136371,7 @@ https://itnext.io/4-container-design-patterns-for-kubernetes-a8593028b4cd: v2_locations: - introduction.md year: N/A + addition_method: manual https://itnext.io/5-advanced-kubernetes-operators-every-devops-engineer-should-know-about-ab46bdc1c7d5: content_hash: ddca7518cbdb66a5552d5de7ee728e3448c4a878ab66c9c8fac242d662714b18 description: '' @@ -128735,6 +136388,7 @@ https://itnext.io/5-advanced-kubernetes-operators-every-devops-engineer-should-k v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://itnext.io/6-kubectl-plugins-you-must-try-1411dcbcf950: content_hash: 247f1fbed32f0697786c396f2fd3e96e871c3ccaff7d26b5bd06f8abbc8b5a9b description: '' @@ -128750,6 +136404,7 @@ https://itnext.io/6-kubectl-plugins-you-must-try-1411dcbcf950: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/a-minimalist-guide-to-grpc-e4d556293422: content_hash: d45764b74891c83a57e01144f53b381d8defc6f2af3d9066f284eb8cdb1c8f72 description: '' @@ -128765,6 +136420,7 @@ https://itnext.io/a-minimalist-guide-to-grpc-e4d556293422: v2_locations: - api.md year: N/A + addition_method: manual https://itnext.io/a-practical-guide-for-linkerd-authorization-policies-6cfdb50392e9: content_hash: 3faadec54ebbb471249a4f00605ffe4d277ee2168b8aaecce46cb6e56824bf80 description: '' @@ -128780,6 +136436,7 @@ https://itnext.io/a-practical-guide-for-linkerd-authorization-policies-6cfdb5039 v2_locations: - servicemesh.md year: N/A + addition_method: manual https://itnext.io/accelerate-development-with-jenkins-pipelines-and-continuous-integration-9a6c7857ccd2: content_hash: ab3b69e4a72cd2790f59d879d04a10a8202e0e9b0bb51089710100cfdbb06304 description: '' @@ -128796,6 +136453,7 @@ https://itnext.io/accelerate-development-with-jenkins-pipelines-and-continuous-i v2_locations: - jenkins.md year: N/A + addition_method: manual https://itnext.io/adding-master-nodes-to-achieve-ha-one-of-the-best-practices-for-using-kubekey-6207e94b0bdd: ai_summary: Technical execution guide explaining how to scale a single control plane setup into a multi-master High Availability (HA) cluster. Integrates load balancers @@ -128823,6 +136481,7 @@ https://itnext.io/adding-master-nodes-to-achieve-ha-one-of-the-best-practices-fo v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/adding-security-layers-to-your-app-on-openshift-part-1-deployment-and-tls-ingress-9ef752835599: content_hash: bad85d1af9516904df2f1dca22afcf7a179885ce31a76edbf633cc8e6a616a21 description: '' @@ -128839,6 +136498,7 @@ https://itnext.io/adding-security-layers-to-your-app-on-openshift-part-1-deploym v2_locations: - openshift.md year: N/A + addition_method: manual https://itnext.io/aks-performance-limit-ranges-8e18cbebe351: ai_summary: Technical article examining the configuration of LimitRanges in AKS namespaces. Demonstrates how setting default container resource requests prevents @@ -128866,6 +136526,7 @@ https://itnext.io/aks-performance-limit-ranges-8e18cbebe351: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/ansible-and-jenkins-automate-your-scritps-8dff99ef653: content_hash: 645687a91cea0a4ba2fd93a1670de183be7e7aa9827ef8faeb81530ebc41fab5 description: '' @@ -128883,6 +136544,7 @@ https://itnext.io/ansible-and-jenkins-automate-your-scritps-8dff99ef653: - jenkins.md - ansible.md year: N/A + addition_method: manual https://itnext.io/anthos-multi-cluster-management-aa6f2c03120d: content_hash: 2cc57d880263eacf2cea805a63205ce50c347f52a4c7fda8f080e4c823fed067 description: '' @@ -128898,6 +136560,7 @@ https://itnext.io/anthos-multi-cluster-management-aa6f2c03120d: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://itnext.io/architecting-kubernetes-clusters-choosing-a-cluster-size-92f6feaa2908: content_hash: 8a54ee14009fd877b0eb20c985c73a9dde74200d619c421fa88901b59bda98d1 description: '' @@ -128913,6 +136576,7 @@ https://itnext.io/architecting-kubernetes-clusters-choosing-a-cluster-size-92f6f v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/architecting-kubernetes-clusters-choosing-a-worker-node-size-b3729cc0c78f: content_hash: ee30bed4b729c4299219df3bfee61f1f68f97ff2904aa5d2697cd81fd1bb0746 description: '' @@ -128928,6 +136592,7 @@ https://itnext.io/architecting-kubernetes-clusters-choosing-a-worker-node-size-b v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/argocd-secret-management-with-argocd-vault-plugin-539f104aff05: content_hash: 2199a2f9ac361e44dafc206fa873359283b5db8aa75e641dba33c2205ec2be8c description: '' @@ -128944,6 +136609,7 @@ https://itnext.io/argocd-secret-management-with-argocd-vault-plugin-539f104aff05 v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/argocd-users-access-and-rbac-ddf9f8b51bad: ai_summary: Security implementation guide for Argo CD. Illustrates custom user accounts, SSO hookups, and high-fidelity policy-based RBAC enforcement for large cloud-native @@ -128971,6 +136637,7 @@ https://itnext.io/argocd-users-access-and-rbac-ddf9f8b51bad: v2_locations: - argo.md year: N/A + addition_method: manual https://itnext.io/automating-system-updates-for-kubernetes-clusters-using-ansible-94a70f4e1972: content_hash: 183a40372a1a11165438abddd3281d96129eba49e104b81dc496e8028cb53eef description: '' @@ -128986,6 +136653,7 @@ https://itnext.io/automating-system-updates-for-kubernetes-clusters-using-ansibl v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/autoscaling-ingress-controllers-in-kubernetes-c64b47088485: content_hash: 8dbbe66d766a5c8b0811972134c3b0c2c7a84ca9f61fa0af45f92b0d91a4b533 description: '' @@ -129001,6 +136669,7 @@ https://itnext.io/autoscaling-ingress-controllers-in-kubernetes-c64b47088485: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/aws-cdk-for-eks-handling-helm-charts-aa002afedde4: content_hash: 7270813559bcdacd7679130ff8e2bf1f30768737ec13391fb838cd1bbdc2ea52 description: '' @@ -129016,6 +136685,7 @@ https://itnext.io/aws-cdk-for-eks-handling-helm-charts-aa002afedde4: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://itnext.io/aws-elastic-kubernetes-service-rbac-authorization-via-aws-iam-and-rbac-groups-7b70ded144b5: ai_summary: Details the inner workings of mapping AWS IAM identity vectors to Kubernetes internal Role-Based Access Control (RBAC) groups via `aws-auth` ConfigMaps or @@ -129045,6 +136715,7 @@ https://itnext.io/aws-elastic-kubernetes-service-rbac-authorization-via-aws-iam- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/backup-and-restore-of-kubernetes-stateful-application-data-with-csi-volume-snapshots-14ce9e6f3778: content_hash: a22405aa3539bc9b4355ad4defedb424ba570654db8ccfdf8a775890ada95f0e description: '' @@ -129061,6 +136732,7 @@ https://itnext.io/backup-and-restore-of-kubernetes-stateful-application-data-wit v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual ? https://itnext.io/benchmark-results-of-kubernetes-network-plugins-cni-over-10gbit-s-network-updated-august-2020-6e1b757b9e49 : content_hash: 4e6d33aec60cf1a220949cf840f6bd0d178421818d9b1ad552bcf95dddddf5f0 description: '' @@ -129077,6 +136749,7 @@ https://itnext.io/backup-and-restore-of-kubernetes-stateful-application-data-wit v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/boosting-your-kubectl-productivity-b348f7c25712: content_hash: 0d5d52e1facecb8b3df1eeb2b14581054665f9bc0fe92931974fd29ab4754eb0 description: '' @@ -129092,6 +136765,7 @@ https://itnext.io/boosting-your-kubectl-productivity-b348f7c25712: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://itnext.io/breaking-down-and-fixing-etcd-cluster-d81e35b9260d: content_hash: N/A description: '' @@ -129106,6 +136780,7 @@ https://itnext.io/breaking-down-and-fixing-etcd-cluster-d81e35b9260d: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/breaking-down-and-fixing-kubernetes-4df2f22f87c3: content_hash: N/A description: '' @@ -129120,6 +136795,7 @@ https://itnext.io/breaking-down-and-fixing-kubernetes-4df2f22f87c3: v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/build-a-lightweight-internal-developer-platform-with-argo-cd-and-kubernetes-labels-4c0e52c6c0f4: ai_summary: 'Curator Insight: Proposes an innovative model for constructing a lightweight IDP by utilizing simple Kubernetes label configurations mapped to Argo CD ApplicationSets. @@ -129149,6 +136825,7 @@ https://itnext.io/build-a-lightweight-internal-developer-platform-with-argo-cd-a v2_locations: - argo.md year: N/A + addition_method: manual https://itnext.io/build-an-eks-cluster-with-terraform-d35db8005963: content_hash: c3e59a67cbca1da99441ebde22ad9410b04a7000e868a46b277252fc05a43094 description: '' @@ -129164,6 +136841,7 @@ https://itnext.io/build-an-eks-cluster-with-terraform-d35db8005963: v2_locations: - terraform.md year: N/A + addition_method: manual https://itnext.io/build-ship-github-container-registry-kubernetes-aa06029b3f21: ai_summary: This technical walkthrough explores using GitHub Container Registry (GHCR) to build, tag, push, and pull Docker containers natively inside Kubernetes @@ -129194,6 +136872,7 @@ https://itnext.io/build-ship-github-container-registry-kubernetes-aa06029b3f21: v2_locations: - git.md year: N/A + addition_method: manual ? https://itnext.io/building-and-deploying-a-weather-web-application-onto-kubernetes-red-hat-openshift-using-eclipse-62bf7c924be4 : content_hash: e8f192aac9073d8e7635485b72b862363cbd6152eac5c5b95a2d772998283dd9 description: '' @@ -129210,6 +136889,7 @@ https://itnext.io/build-ship-github-container-registry-kubernetes-aa06029b3f21: v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/building-docker-images-the-proper-way-3c9807524582: content_hash: b004a3ccf37a81cc8c9995ea67e7da7774cfb8c145c37c9352811084815a6fd4 description: '' @@ -129225,6 +136905,7 @@ https://itnext.io/building-docker-images-the-proper-way-3c9807524582: v2_locations: - docker.md year: N/A + addition_method: manual https://itnext.io/building-ml-componentes-on-kubernetes-fc7e24cb9269: content_hash: c80943e4674d56b4f6cfebda85086bfd82b019a55394a383384d299f481d9e56 description: '' @@ -129240,6 +136921,7 @@ https://itnext.io/building-ml-componentes-on-kubernetes-fc7e24cb9269: v2_locations: - mlops.md year: N/A + addition_method: manual https://itnext.io/ckad-scenarios-about-ingress-and-networkpolicy-155ce958c9ce: content_hash: b2623e5ab7ec120041613e852cb46a9b46adb165bb401b73dd497bb340422afb description: '' @@ -129255,6 +136937,7 @@ https://itnext.io/ckad-scenarios-about-ingress-and-networkpolicy-155ce958c9ce: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/cks-exam-series-9-rbac-v2-23ee24dd77cd: content_hash: f5350d96792fc287c85b8b3d01af25bbfe4cbe5c691b3374388474278429eb6a description: '' @@ -129270,6 +136953,7 @@ https://itnext.io/cks-exam-series-9-rbac-v2-23ee24dd77cd: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/cloud-native-ci-cd-with-tekton-building-custom-tasks-663e63c1f4fb: content_hash: c983eb2df047a5225457b077c5de1c323c110f9fffecc9ff23bb9d916367c097 description: '' @@ -129285,6 +136969,7 @@ https://itnext.io/cloud-native-ci-cd-with-tekton-building-custom-tasks-663e63c1f v2_locations: - tekton.md year: N/A + addition_method: manual https://itnext.io/configuring-kafka-sources-and-sinks-in-kubernetes-271e3757b208: ai_summary: 'Curator Insight: Hands-on exploration of declarative serverless ingestion pipelines on Kubernetes. Live Grounding: Focuses on setting up Knative Eventing @@ -129314,6 +136999,7 @@ https://itnext.io/configuring-kafka-sources-and-sinks-in-kubernetes-271e3757b208 v2_locations: - message-queue.md year: N/A + addition_method: manual https://itnext.io/configuring-routing-for-metallb-in-l2-mode-7ea26e19219e: content_hash: N/A description: '' @@ -129328,6 +137014,7 @@ https://itnext.io/configuring-routing-for-metallb-in-l2-mode-7ea26e19219e: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://itnext.io/connect-to-containers-using-kubectl-exec-b1fb5c171f03: content_hash: 54df0882a202e0bb77610d715a01ab05c6c72eef87c0fb96eeb082d1c32bceac description: '' @@ -129343,6 +137030,7 @@ https://itnext.io/connect-to-containers-using-kubectl-exec-b1fb5c171f03: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://itnext.io/continuous-gitops-the-way-to-do-devops-in-kubernetes-896b0ea1d0fb: content_hash: 841b2dae6334b883d3b99d51d3fb7b728b9fc185d290b02e29e2b471b17917e7 description: '' @@ -129358,6 +137046,7 @@ https://itnext.io/continuous-gitops-the-way-to-do-devops-in-kubernetes-896b0ea1d v2_locations: - gitops.md year: N/A + addition_method: manual https://itnext.io/cpu-limits-and-requests-in-kubernetes-fa9d55948b7c: content_hash: 4a718f66afaad63d062cdedf47e62324b8fe4b25de7f1af35c86355e6dbc85a4 description: '' @@ -129373,6 +137062,7 @@ https://itnext.io/cpu-limits-and-requests-in-kubernetes-fa9d55948b7c: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/crd-is-just-a-table-in-kubernetes-13e15367bbe4: content_hash: 198d15292662de9a4b9a77f5e14e761d9389b13890c09a013b5da31b8a1885f2 description: '' @@ -129388,6 +137078,7 @@ https://itnext.io/crd-is-just-a-table-in-kubernetes-13e15367bbe4: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/database-migrations-on-kubernetes-using-helm-hooks-fb80c0d97805: ai_summary: An actionable production playbook detailing how to coordinate database schema upgrades prior to application deployment using Helm release hooks. It discusses @@ -129414,6 +137105,7 @@ https://itnext.io/database-migrations-on-kubernetes-using-helm-hooks-fb80c0d9780 v2_locations: - helm.md year: N/A + addition_method: manual https://itnext.io/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9: content_hash: 2ae47bcc58e48867f51bf6014eeecbce09d1162086d2919ca9408ef2398044f1 description: '' @@ -129430,6 +137122,7 @@ https://itnext.io/databases-in-a-kubernetes-angular-net-core-microservice-arch-a v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/deciphering-the-kubernetes-networking-maze-navigating-load-balance-bgp-ipvs-and-beyond-7123ef428572: content_hash: 01721b609b2630dae7dce8ef27c7e608c3027d77395fba1e7889ab3ad89d7ab4 description: '' @@ -129446,6 +137139,7 @@ https://itnext.io/deciphering-the-kubernetes-networking-maze-navigating-load-bal v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/deploy-argo-cd-with-ingress-and-tls-in-three-steps-no-yaml-yak-shaving-required-bc536d401491: content_hash: d2169503f068ca1a935e3b3caefad9d21f67ce47426c8eb3ad068baa0c11c014 description: '' @@ -129462,6 +137156,7 @@ https://itnext.io/deploy-argo-cd-with-ingress-and-tls-in-three-steps-no-yaml-yak v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/deploy-flexible-and-custom-setups-with-anything-llm-on-kubernetes-a2b5687f2bcc: ai_summary: Architectural guide outlining the step-by-step deployment of Anything LLM on Kubernetes. Addresses persistent storage provisioning, ingress configurations, @@ -129488,6 +137183,7 @@ https://itnext.io/deploy-flexible-and-custom-setups-with-anything-llm-on-kuberne v2_locations: - ai.md year: N/A + addition_method: manual https://itnext.io/deploy-kubernetes-k8s-on-amazon-aws-using-mixed-on-demand-and-spot-instances-5440e5bece7: ai_summary: Deep technical walkthrough of designing highly resilient clusters on AWS mixing On-Demand and Spot Node Groups. Demonstrates taints, tolerations, and @@ -129518,6 +137214,7 @@ https://itnext.io/deploy-kubernetes-k8s-on-amazon-aws-using-mixed-on-demand-and- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/deploy-your-first-serverless-function-to-kubernetes-232307f7b0a9: content_hash: 665513ca07b9e65f2d4b4a8abdafc5525fac6b6f5dcfb8bc540239745cf74598 description: '' @@ -129533,6 +137230,7 @@ https://itnext.io/deploy-your-first-serverless-function-to-kubernetes-232307f7b0 v2_locations: - serverless.md year: N/A + addition_method: manual https://itnext.io/devops-big-picture-on-premises-d07f61d6c34c: content_hash: 4953469f44a364e51d2d29b7487a0304733665e334381368e3fd96d91f6ca25c description: '' @@ -129548,6 +137246,7 @@ https://itnext.io/devops-big-picture-on-premises-d07f61d6c34c: v2_locations: - devops.md year: N/A + addition_method: manual https://itnext.io/difference-between-fabric8-and-official-kubernetes-java-client-3e0a994fd4af: content_hash: ef3e7139068c826caf3bedf4dcd3662a8de111c9e35b8986e64d470d3a1d6cfb description: '' @@ -129564,6 +137263,7 @@ https://itnext.io/difference-between-fabric8-and-official-kubernetes-java-client v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://itnext.io/differences-between-websockets-and-socket-io-a9e5fa29d3dc: content_hash: a2fdf18975ca0eff561657ca73c84e02be50b5f4937a3baabc10b1f7c6e5a707 description: '' @@ -129579,6 +137279,7 @@ https://itnext.io/differences-between-websockets-and-socket-io-a9e5fa29d3dc: v2_locations: - api.md year: N/A + addition_method: manual https://itnext.io/distroless-container-debugging-on-k8s-openshift-e418fd66fdad: content_hash: 1696f1bb427d023dff58ac15d4dbfa000d59b25df49295633cb92a38d2bbce14 description: '' @@ -129594,6 +137295,7 @@ https://itnext.io/distroless-container-debugging-on-k8s-openshift-e418fd66fdad: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://itnext.io/do-you-need-multi-clusters-6e58556f7f06: content_hash: e428630f98bb167576833430a819846800f552300e52ec77e07d76ab83e67ef4 description: '' @@ -129609,6 +137311,7 @@ https://itnext.io/do-you-need-multi-clusters-6e58556f7f06: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/docker-and-kubernetes-root-vs-privileged-9d2a37453dec: content_hash: 6b9e396bab18f87fd819436710e5c38d54ac880efb219c4b056fbdf6f6c92f37 description: '' @@ -129624,6 +137327,7 @@ https://itnext.io/docker-and-kubernetes-root-vs-privileged-9d2a37453dec: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/docker-in-docker-521958d34efd: content_hash: b6c7941c7f4f0574b6ba8754d742900f9382e027ac80a340f2987940b4965851 description: '' @@ -129639,6 +137343,7 @@ https://itnext.io/docker-in-docker-521958d34efd: v2_locations: - jenkins.md year: N/A + addition_method: manual https://itnext.io/docker-kaniko-buildah-209abdde5f94: content_hash: f153ab5678ef0cbf617a56d5d5fac8510f64532b56a54e3d2c8262d5e5833284 description: '' @@ -129654,6 +137359,7 @@ https://itnext.io/docker-kaniko-buildah-209abdde5f94: v2_locations: - container-managers.md year: N/A + addition_method: manual https://itnext.io/effective-secrets-with-vault-and-kubernetes-9af5f5c04d06: ai_summary: Explains HashiCorp Vault integration inside Kubernetes environments. Illustrates the Vault Agent Sidecar Injector mechanism, allowing target workloads @@ -129680,6 +137386,7 @@ https://itnext.io/effective-secrets-with-vault-and-kubernetes-9af5f5c04d06: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/embracing-failures-and-cutting-infrastructure-costs-spot-instances-in-kubernetes-6976781beacc: content_hash: 4c7752aa4805f744b14cab0f0f1f4d04a0d5116febc6480b9d6b4c530a97359e description: '' @@ -129696,6 +137403,7 @@ https://itnext.io/embracing-failures-and-cutting-infrastructure-costs-spot-insta v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/event-driven-architectures-with-kafka-and-java-spring-boot-revision-1-c0d43d103ee7: content_hash: e2fe1f1fac77a43b3aeaea2881f4b41b483edd4bacf8dadedeaaadaaa118c09c description: '' @@ -129712,6 +137420,7 @@ https://itnext.io/event-driven-architectures-with-kafka-and-java-spring-boot-rev v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/event-driven-autoscaling-503b5cefaa49: content_hash: 795e6ab6d61ca027c2fd7447bbfaef01c49036eb8f4a96b2a4a7b3ac9f38e8aa description: '' @@ -129727,6 +137436,7 @@ https://itnext.io/event-driven-autoscaling-503b5cefaa49: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://itnext.io/evolution-of-paases-to-platform-as-code-in-kubernetes-world-74464b0013ca: content_hash: 080edf245e54d55fc8d07f51c7154bf7dea43c56b243740a3e694983903bc380 description: '' @@ -129742,6 +137452,7 @@ https://itnext.io/evolution-of-paases-to-platform-as-code-in-kubernetes-world-74 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/expose-open-policy-agent-gatekeeper-constraint-violations-with-prometheus-and-grafana-6b7ac92ea07f: content_hash: 4dd440091f88fb28b639bbca88fc6218ab0524901fdfebc79482ea4e047cb88d description: '' @@ -129758,6 +137469,7 @@ https://itnext.io/expose-open-policy-agent-gatekeeper-constraint-violations-with v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/extending-kubernetes-cluster-kubectl-plugins-and-krew-547a8bc839a3: content_hash: N/A description: '' @@ -129772,6 +137484,7 @@ https://itnext.io/extending-kubernetes-cluster-kubectl-plugins-and-krew-547a8bc8 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/find-issues-in-your-istio-mesh-with-kiali-89d37d5e1fb1: ai_summary: Demonstrates how to diagnose, troubleshoot, and fix misconfigured routing rules and service-to-service communication failures using Kiali. Teaches developers @@ -129801,6 +137514,7 @@ https://itnext.io/find-issues-in-your-istio-mesh-with-kiali-89d37d5e1fb1: v2_locations: - istio.md year: N/A + addition_method: manual https://itnext.io/fleet-management-of-kubernetes-clusters-at-scale-ranchers-fleet-de161cc52325: content_hash: 9c7788cd1be50ec2b86f2c04a33b80ef68973eecc2b78e75820ef9c40a8874cc description: '' @@ -129817,6 +137531,7 @@ https://itnext.io/fleet-management-of-kubernetes-clusters-at-scale-ranchers-flee v2_locations: - rancher.md year: N/A + addition_method: manual https://itnext.io/for-developers-the-low-code-winter-is-coming-76875d3606c0: ai_summary: A skeptical investigation warning developers of the architectural limitations associated with low-code tools. Highlights scalability, proprietary vendor lock-in, @@ -129843,6 +137558,7 @@ https://itnext.io/for-developers-the-low-code-winter-is-coming-76875d3606c0: v2_locations: - lowcode-nocode.md year: N/A + addition_method: manual https://itnext.io/generating-kubernetes-network-policies-by-sniffing-network-traffic-6d5135fe77db: content_hash: b65fa15a2602f16506a06b44cca278eb4e2ea81ad1677616ab7a7865cf6008d9 description: '' @@ -129859,6 +137575,7 @@ https://itnext.io/generating-kubernetes-network-policies-by-sniffing-network-tra v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/generating-transforming-and-patching-kubernetes-configuration-with-kustomize-fb7b02476a1b: content_hash: ac6c0b6b0ceb94074511ec3c89534aac06f459cf28ec671ece73b568947c4e26 description: '' @@ -129875,6 +137592,7 @@ https://itnext.io/generating-transforming-and-patching-kubernetes-configuration- v2_locations: - kustomize.md year: N/A + addition_method: manual https://itnext.io/generically-working-with-kubernetes-resources-in-go-53bce678f887: ai_summary: Curator Insight highlights the use of Go 1.18+ generics to drastically reduce boilerplate when interacting with various Kubernetes API types. Live Grounding @@ -129907,6 +137625,7 @@ https://itnext.io/generically-working-with-kubernetes-resources-in-go-53bce678f8 - golang.md - about.md year: N/A + addition_method: manual https://itnext.io/getting-started-with-docker-facts-you-should-know-d000e5815598: content_hash: f8ca248fbe0a3a4368c6a0f3431f5e2c9ba9a9e0937dd72e8b791ad7e2d5b12d description: '' @@ -129922,6 +137641,7 @@ https://itnext.io/getting-started-with-docker-facts-you-should-know-d000e5815598 v2_locations: - docker.md year: N/A + addition_method: manual https://itnext.io/github-actions-for-android-developers-9ae606df2bfa: ai_summary: An specialized Android delivery guide detailing Gradle task pipelines, local caching parameters, and fastlane integrations inside Actions environments. @@ -129948,6 +137668,7 @@ https://itnext.io/github-actions-for-android-developers-9ae606df2bfa: v2_locations: - git.md year: N/A + addition_method: manual https://itnext.io/github-actions-terraform-deployments-with-a-review-of-planned-changes-30143358bb5c: content_hash: f2f2314b291be7cb4fb0123dc7257c50d2a8f9c3bd2c8814893895d0151d6208 description: '' @@ -129964,6 +137685,7 @@ https://itnext.io/github-actions-terraform-deployments-with-a-review-of-planned- v2_locations: - terraform.md year: N/A + addition_method: manual https://itnext.io/github-github-actions-overview-and-argocd-deployment-example-b6cf0cf6f832: content_hash: 6b783edd4859b2d6c873c3eadd69cf14acb426c3fc16e56112b386ba634f75dc description: '' @@ -129979,6 +137701,7 @@ https://itnext.io/github-github-actions-overview-and-argocd-deployment-example-b v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/gitops-with-kubernetes-740f37ea015b: content_hash: 4e43f6e6da4ac95a503e1db93871e3d8a173201fc94d761e78fdeeb2ef81fcb9 description: '' @@ -129994,6 +137717,7 @@ https://itnext.io/gitops-with-kubernetes-740f37ea015b: v2_locations: - gitops.md year: N/A + addition_method: manual https://itnext.io/gitopsify-cloud-infrastructure-with-crossplane-and-flux-d605d3043452: ai_summary: A granular guide on uniting Flux CD and Crossplane. Details the construction of continuous GitOps pipelines where infrastructure drifts are self-reconciled @@ -130021,6 +137745,7 @@ https://itnext.io/gitopsify-cloud-infrastructure-with-crossplane-and-flux-d605d3 v2_locations: - crossplane.md year: N/A + addition_method: manual https://itnext.io/go-does-not-need-a-java-style-gc-ac99b8d26c60: ai_summary: An in-depth structural comparison of memory management in Go and Java. Explores value types and compiler escape analysis to explain why Go achieves sub-millisecond @@ -130048,6 +137773,7 @@ https://itnext.io/go-does-not-need-a-java-style-gc-ac99b8d26c60: v2_locations: - golang.md year: N/A + addition_method: manual https://itnext.io/guide-installing-an-okd-4-5-cluster-508a2631cbee: content_hash: f0217c87f64659219fda89b504208558cd17c6fabb93392b1e6386ae8c6913de description: '' @@ -130058,6 +137784,7 @@ https://itnext.io/guide-installing-an-okd-4-5-cluster-508a2631cbee: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://itnext.io/hardening-docker-and-kubernetes-with-seccomp-a88b1b4e2111: ai_summary: A deep engineering manual on configuring Secure Computing Mode (seccomp) within Docker and Kubernetes orchestrations. Includes practical code steps for @@ -130085,6 +137812,7 @@ https://itnext.io/hardening-docker-and-kubernetes-with-seccomp-a88b1b4e2111: v2_locations: - devsecops.md year: N/A + addition_method: manual https://itnext.io/hardening-monitoring-a-step-by-step-guide-7a18007c915: content_hash: 08c690ea6e69af01230e8c7b0969014544cc75bef8ecd3eece1caf04af801ea7 description: '' @@ -130100,6 +137828,7 @@ https://itnext.io/hardening-monitoring-a-step-by-step-guide-7a18007c915: v2_locations: - prometheus.md year: N/A + addition_method: manual https://itnext.io/helm-3-secrets-management-4f23041f05c3: ai_summary: Evaluates secure Helm-based secrets management frameworks. Recommends replacing plaintext repository definitions with encrypted structures via Mozilla @@ -130126,6 +137855,7 @@ https://itnext.io/helm-3-secrets-management-4f23041f05c3: v2_locations: - devsecops.md year: N/A + addition_method: manual https://itnext.io/helm-3-umbrella-charts-standalone-chart-image-tags-an-alternative-approach-78a218d74e2d: ai_summary: Architectural deep-dive illustrating the 'Umbrella Charts' pattern. Solves image-tag syncing issues in large microservice landscapes by overriding @@ -130154,6 +137884,7 @@ https://itnext.io/helm-3-umbrella-charts-standalone-chart-image-tags-an-alternat v2_locations: - helm.md year: N/A + addition_method: manual https://itnext.io/helm-is-not-enough-you-also-need-kustomize-82bae896816e: content_hash: 5494e9dd88181d9a7ca3cfea7a2cfd809a8e435e1c0006927b165d3c711c4b8e description: '' @@ -130169,6 +137900,7 @@ https://itnext.io/helm-is-not-enough-you-also-need-kustomize-82bae896816e: v2_locations: - kustomize.md year: N/A + addition_method: manual https://itnext.io/helm-reusable-chart-named-templates-and-a-generic-chart-for-multiple-applications-13d9b26e9244: ai_summary: A deep-dive article addressing advanced Go template techniques in Helm, specifically targeting the creation of reusable library charts. It offers a blueprint @@ -130197,6 +137929,7 @@ https://itnext.io/helm-reusable-chart-named-templates-and-a-generic-chart-for-mu v2_locations: - helm.md year: N/A + addition_method: manual https://itnext.io/highly-available-nfs-cluster-in-kubernetes-a-cloud-vendor-independent-storage-solution-f9a314cfdfcc: content_hash: 03ff575783e5eb8902bb14c35fbee8b49718a9a1b8839d4c06c788d08458ed90 description: '' @@ -130213,6 +137946,7 @@ https://itnext.io/highly-available-nfs-cluster-in-kubernetes-a-cloud-vendor-inde v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://itnext.io/horizontal-pod-autoscaling-with-custom-metric-from-different-namespace-f19f8446143b: content_hash: 177902269fefa2cac13564a930efb70cfebc7e3c0951caf52c19abd16e5a4f8b description: '' @@ -130229,6 +137963,7 @@ https://itnext.io/horizontal-pod-autoscaling-with-custom-metric-from-different-n v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://itnext.io/how-do-you-gracefully-shut-down-pods-in-kubernetes-fb19f617cd67: content_hash: 8d3c3717681ba7b84d97823703f3c4cc87441f9fca3e866959c6980608eedb5e description: '' @@ -130244,6 +137979,7 @@ https://itnext.io/how-do-you-gracefully-shut-down-pods-in-kubernetes-fb19f617cd6 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f: content_hash: 8a14a82dbb34bce3425ef62ffaeb2a6aac3f10424255f7a7841396d2f3e3977b description: '' @@ -130259,6 +137995,7 @@ https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-archite v2_locations: - dotnet.md year: N/A + addition_method: manual https://itnext.io/how-to-cold-start-fast-a-java-service-on-k8s-eks-3a7b4450845d: ai_summary: Engineering exploration highlighting techniques to minimize startup latency for Spring Boot/Quarkus container images, leveraging GraalVM, CRaC, or @@ -130285,6 +138022,7 @@ https://itnext.io/how-to-cold-start-fast-a-java-service-on-k8s-eks-3a7b4450845d: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://itnext.io/how-to-create-kubernetes-home-lab-on-an-old-laptop-1de6cc12c13e: content_hash: 76bab06c9d565df67f56beed1dfda32d240dcb2532671675c0f704aa27a27c7b description: '' @@ -130300,6 +138038,7 @@ https://itnext.io/how-to-create-kubernetes-home-lab-on-an-old-laptop-1de6cc12c13 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/how-to-create-kubernetes-yaml-files-abb8426eeb45: ai_summary: A step-by-step technical guide introducing structural patterns for authoring Kubernetes configurations. Synthesizes practical methods like IDE snippets, schema @@ -130328,6 +138067,7 @@ https://itnext.io/how-to-create-kubernetes-yaml-files-abb8426eeb45: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://itnext.io/how-to-deploy-a-cross-cloud-kubernetes-cluster-with-built-in-disaster-recovery-bbce27fcc9d7: content_hash: ecb892784d7f9eea91ca3642482bc2474f0c9da5d69b3fe9c5317a9f8c87f425 description: '' @@ -130344,6 +138084,7 @@ https://itnext.io/how-to-deploy-a-cross-cloud-kubernetes-cluster-with-built-in-d v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81: content_hash: 7902a3e89a1751b36c419664d9f0d77db49a1634bf83fb06acb138b4273590b8 description: '' @@ -130360,6 +138101,7 @@ https://itnext.io/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clou v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/how-to-design-and-provision-a-production-ready-eks-cluster-f24156ac29b2: content_hash: c514623f9320640e9ae87c91bbf6f9f7016cfa4d72585ea4886bd25fa2d0a7a7 description: '' @@ -130375,6 +138117,7 @@ https://itnext.io/how-to-design-and-provision-a-production-ready-eks-cluster-f24 v2_locations: - terraform.md year: N/A + addition_method: manual https://itnext.io/how-to-experiment-locally-on-kubernetes-with-minikube-and-your-local-dockerfiles-48833fcd90c9: content_hash: bbd934ea21e51a6df462768e8b71e862160db8642dd7effe180d9ccc4aa9d97f description: '' @@ -130386,6 +138129,7 @@ https://itnext.io/how-to-experiment-locally-on-kubernetes-with-minikube-and-your v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://itnext.io/how-to-kubernetes-cluster-network-security-f19bc99161f5: ai_summary: A detailed technical guide explaining network security configurations within Kubernetes clusters. It demonstrates how to write and apply zero-trust @@ -130412,6 +138156,7 @@ https://itnext.io/how-to-kubernetes-cluster-network-security-f19bc99161f5: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/how-to-restart-kubernetes-pods-with-kubectl-2a7834a6b961: content_hash: 1d855e45911087583c3b98186a33b519221a502360489948e9f4616f25464c03 description: '' @@ -130427,6 +138172,7 @@ https://itnext.io/how-to-restart-kubernetes-pods-with-kubectl-2a7834a6b961: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://itnext.io/how-to-run-distributed-performance-tests-in-kubernetes-with-k6-and-elasticsearch-4ff8142bc774: content_hash: f3bbe9f34bf1bcd5cbe53456c2023f7566b19b66798a70b7f80e21c441ea8acb description: '' @@ -130437,6 +138183,7 @@ https://itnext.io/how-to-run-distributed-performance-tests-in-kubernetes-with-k6 v1_locations: - docs/qa.md year: N/A + addition_method: manual https://itnext.io/how-to-setup-ci-cd-pipelines-for-android-with-azure-devops-2a4ded0de0e7: content_hash: 964c6656f269a1b1a76e81094531eadd5b5c1f4196a94121f0e1d66103512bb4 description: '' @@ -130452,6 +138199,7 @@ https://itnext.io/how-to-setup-ci-cd-pipelines-for-android-with-azure-devops-2a4 v2_locations: - azure.md year: N/A + addition_method: manual https://itnext.io/how-to-tackle-kubernetes-observability-challenges-with-pixie-4c6414ca913: ai_summary: Explains how to use Pixie, an eBPF-driven platform, to achieve instant observability on Kubernetes clusters. Demonstrates capturing system-wide HTTP @@ -130478,6 +138226,7 @@ https://itnext.io/how-to-tackle-kubernetes-observability-challenges-with-pixie-4 v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://itnext.io/how-to-use-terraform-to-create-a-small-scale-cloud-infrastructure-abf54fabc9dd: content_hash: 1a6ea9dcffac12c7e290e60ac62c9dae09f26acf0a588026628726d3a930ba01 description: '' @@ -130494,6 +138243,7 @@ https://itnext.io/how-to-use-terraform-to-create-a-small-scale-cloud-infrastruct v2_locations: - terraform.md year: N/A + addition_method: manual https://itnext.io/how-we-used-terraform-to-create-and-manage-a-ha-aks-kubernetes-cluster-in-azure-812f64896c08: content_hash: eb00034d330ada04470d947e91629ca6127c525945a693a58fe8e48033295a99 description: '' @@ -130510,6 +138260,7 @@ https://itnext.io/how-we-used-terraform-to-create-and-manage-a-ha-aks-kubernetes v2_locations: - terraform.md year: N/A + addition_method: manual ? https://itnext.io/hydrating-a-data-lake-using-log-based-change-data-capture-cdc-with-debezium-apicurio-and-kafka-799671e0012f : content_hash: e79bcbb8bff5f69dad749afd8ca491aa922a4615fb9e3e2737200fef2d7a4937 description: '' @@ -130526,6 +138277,7 @@ https://itnext.io/how-we-used-terraform-to-create-and-manage-a-ha-aks-kubernetes v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/implementing-a-restricted-first-pod-security-policyarchitecture-af4e906593b0: ai_summary: 'Curator Insight: Practical implementation guide for designing restricted PSP parameters. Live Grounding: Highly detailed historically, but lacks application @@ -130553,6 +138305,7 @@ https://itnext.io/implementing-a-restricted-first-pod-security-policyarchitectur v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/in-search-of-converged-usage-analytics-for-multiple-managed-kubernetes-c5108cb7f0e1: content_hash: N/A description: '' @@ -130567,6 +138320,7 @@ https://itnext.io/in-search-of-converged-usage-analytics-for-multiple-managed-ku v2_locations: - monitoring.md year: N/A + addition_method: manual https://itnext.io/ingress-for-anthos-multi-cluster-ingress-and-global-service-load-balancing-c56c57b97e82: content_hash: a9959cde46d0173169c426a60b327b6ebea21323b2cbe913d9daa87cdf0a3d2b description: '' @@ -130583,6 +138337,7 @@ https://itnext.io/ingress-for-anthos-multi-cluster-ingress-and-global-service-lo v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://itnext.io/inspecting-and-understanding-service-network-dfd8c16ff2c5: content_hash: ea0fc47314371a43c271c004a58b5815704552ee953f04d6b820837f79c7b014 description: '' @@ -130598,6 +138353,7 @@ https://itnext.io/inspecting-and-understanding-service-network-dfd8c16ff2c5: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/installing-cilium-on-kubernetes-in-a-fast-and-efficient-way-dbcb79ce9699: content_hash: 34083206b6d134bbbcf60eeb58a3551266b59867beb5fc71cc57fca54d512953 description: '' @@ -130613,6 +138369,7 @@ https://itnext.io/installing-cilium-on-kubernetes-in-a-fast-and-efficient-way-db v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/integrating-compliance-for-kubernetes-pipeline-c538415401c5: content_hash: 9192d416cc0100c4e470a502a2088239be3a980d092f89996ae17317ed29cef5 description: '' @@ -130628,6 +138385,7 @@ https://itnext.io/integrating-compliance-for-kubernetes-pipeline-c538415401c5: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/introduction-to-kubernetes-security-for-security-professionals-a61b424f7a2a: ai_summary: Bridges the gap between traditional security methodologies and cloud-native container structures for cybersecurity practitioners. Curator insight maps standard @@ -130656,6 +138414,7 @@ https://itnext.io/introduction-to-kubernetes-security-for-security-professionals v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/isolating-and-managing-dependencies-in-12-factor-microservice-applications-with-kubernetes-988638f8bc6d: content_hash: 39f46a3f594db3dd429e05e6d5eaa7fd9f6780e7b12caaeb71587e099ff1fa63 description: '' @@ -130672,6 +138431,7 @@ https://itnext.io/isolating-and-managing-dependencies-in-12-factor-microservice- v2_locations: - introduction.md year: N/A + addition_method: manual https://itnext.io/jenkins-running-workers-in-kubernetes-and-docker-images-build-83299a10f3ca: content_hash: c8aab039ebff9b1c11b0362b90ba82f8a769a47c071fd503968a119fd1329a0b description: '' @@ -130687,6 +138447,7 @@ https://itnext.io/jenkins-running-workers-in-kubernetes-and-docker-images-build- v2_locations: - jenkins.md year: N/A + addition_method: manual https://itnext.io/jenkins-tutorial-part-1-pipelines-bd1397cf5509: content_hash: 8568fe7397033ab52297e48e2def872a8ef57a7baa06d875d5c9a4fd41cd1549 description: '' @@ -130702,6 +138463,7 @@ https://itnext.io/jenkins-tutorial-part-1-pipelines-bd1397cf5509: v2_locations: - jenkins.md year: N/A + addition_method: manual https://itnext.io/jenkins-tutorial-part-2-pipeline-variables-5e4783aa2c07: content_hash: 80841a9884a9344b3b547f037e18ec962016514175b90613fbd793fbc301292f description: '' @@ -130712,6 +138474,7 @@ https://itnext.io/jenkins-tutorial-part-2-pipeline-variables-5e4783aa2c07: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://itnext.io/jenkins-tutorial-part-3-parameterized-pipeline-3898643ac6ad: content_hash: 08d54fff4f70e680f0338832319ab876fcc8a4fb7128718fcb68b17b32877ec0 description: '' @@ -130722,6 +138485,7 @@ https://itnext.io/jenkins-tutorial-part-3-parameterized-pipeline-3898643ac6ad: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://itnext.io/jenkins-tutorial-part-7-interactive-pipelines-a739b23ac41c: content_hash: 0b7888ed1895b6b558e936cf41c78663e5e3eb5e613f73c41ef9557dab5e5a58 description: '' @@ -130732,6 +138496,7 @@ https://itnext.io/jenkins-tutorial-part-7-interactive-pipelines-a739b23ac41c: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://itnext.io/jenkins-tutorial-part-7-interactive-pipelines-a739b23ac41c?gi=563a447caa2b: content_hash: 0b7888ed1895b6b558e936cf41c78663e5e3eb5e613f73c41ef9557dab5e5a58 description: '' @@ -130742,6 +138507,7 @@ https://itnext.io/jenkins-tutorial-part-7-interactive-pipelines-a739b23ac41c?gi= v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://itnext.io/jenkins-x-managing-jenkins-926f0e0f8bcf: content_hash: ba94c3c550fab03f31a1df9658bea9577084e21ab82cc050209298f0eb7b69c8 description: '' @@ -130757,6 +138523,7 @@ https://itnext.io/jenkins-x-managing-jenkins-926f0e0f8bcf: v2_locations: - jenkins.md year: N/A + addition_method: manual https://itnext.io/journey-of-a-microservice-application-in-the-kubernetes-world-6abd625c60fe: ai_summary: Follows a microservice application from development to full-scale production deployment on Kubernetes, focusing on ingress, security, and scaling. Curator @@ -130787,6 +138554,7 @@ https://itnext.io/journey-of-a-microservice-application-in-the-kubernetes-world- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/journey-of-a-microservice-application-in-the-kubernetes-world-bdfe795532ef: content_hash: ce91403ea9677fa852c9db447b6880d7a38e363c6bf2587f946e264f59ef175e description: '' @@ -130802,6 +138570,7 @@ https://itnext.io/journey-of-a-microservice-application-in-the-kubernetes-world- v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/k8s-prevent-queue-worker-pod-from-being-killed-during-deployment-4252ea7c13f6: ai_summary: Provides concrete technical implementation strategies to prevent abrupt termination of active queue worker Pods during rolling Kubernetes updates. It @@ -130833,6 +138602,7 @@ https://itnext.io/k8s-prevent-queue-worker-pod-from-being-killed-during-deployme - message-queue.md - kubernetes.md year: N/A + addition_method: manual https://itnext.io/k8s-raise-statefulset-volume-size-with-low-impact-33fe1e2576f6: content_hash: bca082bb981cbe5923ae8f89055df779ef263ff995c81908859ca68c71ef3d7c description: '' @@ -130848,6 +138618,7 @@ https://itnext.io/k8s-raise-statefulset-volume-size-with-low-impact-33fe1e2576f6 v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/k8s-tips-accessing-the-api-server-from-a-pod-f6f72bc847de: content_hash: 9ae04ee750e16c40ae98f0e1ffd2f7b2dd5a0cd690eb6e8da8488a73ddd1b30e description: '' @@ -130863,6 +138634,7 @@ https://itnext.io/k8s-tips-accessing-the-api-server-from-a-pod-f6f72bc847de: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/k8s-vertical-pod-autoscaling-fd9e602cbf81: content_hash: 7441ca26e08eb7c1dd669670a721524be5399ef7127f1545dc2174f02b540b9f description: '' @@ -130878,6 +138650,7 @@ https://itnext.io/k8s-vertical-pod-autoscaling-fd9e602cbf81: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://itnext.io/k8sgpt-localai-unlock-kubernetes-superpowers-for-free-584790de9b65: ai_summary: In-depth guide configuring a fully offline AI diagnostics engine inside protected networks. Combines K8sGPT analytical tooling with LocalAI offline LLMs @@ -130905,6 +138678,7 @@ https://itnext.io/k8sgpt-localai-unlock-kubernetes-superpowers-for-free-584790de v2_locations: - chatgpt.md year: N/A + addition_method: manual https://itnext.io/karpenter-open-source-high-performance-kubernetes-cluster-autoscaler-d56e3ab06aae: content_hash: a80f05573ed7b5c6e8abd1b2bc386a3f7724d1d3ed68b55a0bb4d77ce2d54aa7 description: '' @@ -130920,6 +138694,7 @@ https://itnext.io/karpenter-open-source-high-performance-kubernetes-cluster-auto v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://itnext.io/keep-it-simple-k8s-c0c68c46eabb: content_hash: f53ad4801cbd2a2a9ab984f2d288a8b11f32cc275e81becb050f96fb59fcf436 description: '' @@ -130935,6 +138710,7 @@ https://itnext.io/keep-it-simple-k8s-c0c68c46eabb: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://itnext.io/kubernetes-apps-the-easy-way-f06d9e5cad3c: content_hash: 1e4e4246ed7fc9ee18e7d655d25025a116f25f5550fee6330edc5c881a9c2f02 description: '' @@ -130952,6 +138728,7 @@ https://itnext.io/kubernetes-apps-the-easy-way-f06d9e5cad3c: - kubernetes-tools.md - serverless.md year: N/A + addition_method: manual https://itnext.io/kubernetes-cluster-autoscaler-more-than-scaling-out-7b2d97f10b27: content_hash: 15ce0fb9748018425412eefa7c25316b573f54ce09d69b37880cfda7d148e375 description: '' @@ -130967,6 +138744,7 @@ https://itnext.io/kubernetes-cluster-autoscaler-more-than-scaling-out-7b2d97f10b v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://itnext.io/kubernetes-contexts-complete-guide-for-developers-7ea5b2fc75c7: content_hash: e7510fd20eab2b0d530a3e169cac3ad0742920e9ce7ad6b3ab00e0eaef12f966 description: '' @@ -130982,6 +138760,7 @@ https://itnext.io/kubernetes-contexts-complete-guide-for-developers-7ea5b2fc75c7 v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://itnext.io/kubernetes-draining-nodes-properly-79e18dca4d5e: content_hash: bf38e8039ca30098018de13c91df95650dddbefcba634c5fc2677971d196a509 description: '' @@ -130997,6 +138776,7 @@ https://itnext.io/kubernetes-draining-nodes-properly-79e18dca4d5e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-essential-tools-2021-def12e84c572: content_hash: d73a9d2658e7bf80cb848a6d9e589571652ec100756bec5a5ad002eae9b2c973 description: '' @@ -131014,6 +138794,7 @@ https://itnext.io/kubernetes-essential-tools-2021-def12e84c572: - kubernetes-tools.md - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-extensibility-c5fed27f0952: content_hash: 1fe41ada3173df3ca27c74c7aee85d4c48dfe77927686c7e1e6f50fd56750c24 description: '' @@ -131029,6 +138810,7 @@ https://itnext.io/kubernetes-extensibility-c5fed27f0952: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-for-dummies-life-of-a-pod-fc8158e27aa: content_hash: 35dd76d2c64dfebc57a1b4925ee22a8d52a13a1c20225f025c7b5baa6ab02df8 description: '' @@ -131039,6 +138821,7 @@ https://itnext.io/kubernetes-for-dummies-life-of-a-pod-fc8158e27aa: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-gitops-tools-cf0247eb5368: content_hash: fc41506c17b05b96928b4b33d70c79e588dd56342ecef4cd5607eabb967c2014 description: '' @@ -131054,6 +138837,7 @@ https://itnext.io/kubernetes-gitops-tools-cf0247eb5368: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://itnext.io/kubernetes-in-a-box-7a146ba9f681: ai_summary: Technical walkthrough focused on running local lightweight clusters. Guides microservice developers from standard Docker Compose setups into miniature @@ -131080,6 +138864,7 @@ https://itnext.io/kubernetes-in-a-box-7a146ba9f681: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://itnext.io/kubernetes-ingress-on-azure-using-the-application-gateway-2779b647deb5: ai_summary: Integration guide detailing ingress design utilizing Azure Application Gateway (AGIC) with AKS. Explains L7 load balancing, SSL termination, and Azure @@ -131107,6 +138892,7 @@ https://itnext.io/kubernetes-ingress-on-azure-using-the-application-gateway-2779 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/kubernetes-installation-methods-the-complete-guide-1036c860a2b3: content_hash: 7d508832950ea4d4f11bb54d9ae925c49e3e07e621b15143ec2eee28a6b9cb67 description: '' @@ -131122,6 +138908,7 @@ https://itnext.io/kubernetes-installation-methods-the-complete-guide-1036c860a2b v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-is-hard-190f1d0c6d36: content_hash: 694433e52e85cff0d99cc115d235bce3604790363a700036e175ba499b6198e7 description: '' @@ -131137,6 +138924,7 @@ https://itnext.io/kubernetes-is-hard-190f1d0c6d36: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-journey-up-and-running-out-of-the-cloud-how-to-setup-the-masters-using-kubeadm-9a496a14fbc1: ai_summary: An in-depth guide on deploying an on-premises multi-master Kubernetes control plane using kubeadm and HAProxy for load balancing. Walks through the @@ -131167,6 +138955,7 @@ https://itnext.io/kubernetes-journey-up-and-running-out-of-the-cloud-how-to-setu - kubernetes-on-premise.md - demos.md year: N/A + addition_method: manual https://itnext.io/kubernetes-kustomize-cheat-sheet-8e2d31b74d8f: content_hash: 2facb30fb173096c15270e715e3835005d9d86d2d55f791ee60d61c2fb911785 description: '' @@ -131182,6 +138971,7 @@ https://itnext.io/kubernetes-kustomize-cheat-sheet-8e2d31b74d8f: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://itnext.io/kubernetes-load-testing-and-high-load-tuning-problems-and-solutions-244d869a9791: content_hash: bec2e6056c08db41a90fdf3905acd80f0042978e82c07c6f921fc9a15ef4074a description: '' @@ -131200,6 +138990,7 @@ https://itnext.io/kubernetes-load-testing-and-high-load-tuning-problems-and-solu - testops.md - kubernetes-autoscaling.md year: N/A + addition_method: manual https://itnext.io/kubernetes-local-playground-alternatives-e1a590632b9f: ai_summary: Examines alternative sandbox options for Kubernetes development. Details virtual machine hypervisors and local clustering tools to provide engineers with @@ -131227,6 +139018,7 @@ https://itnext.io/kubernetes-local-playground-alternatives-e1a590632b9f: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://itnext.io/kubernetes-logging-in-production-545ea88d9a4a: ai_summary: Discusses architectural patterns for scale-resilient Kubernetes logging. Compares node-agent logging (DaemonSet) with sidecar injectors, outlining CPU/memory @@ -131253,6 +139045,7 @@ https://itnext.io/kubernetes-logging-in-production-545ea88d9a4a: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://itnext.io/kubernetes-monitoring-with-prometheus-exporters-a-service-discovery-and-its-roles-ce63752e5a1: ai_summary: Deconstructs Prometheus service discovery mechanics inside Kubernetes, highlighting the difference between Pod, Service, and Endpoint discovery roles. @@ -131281,6 +139074,7 @@ https://itnext.io/kubernetes-monitoring-with-prometheus-exporters-a-service-disc v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://itnext.io/kubernetes-network-deep-dive-7492341e0ab5: content_hash: 1352c58fa61ea9fc6956a01110ec03b53c95c8d2120c5bbf3f0b25ad1071017d description: '' @@ -131296,6 +139090,7 @@ https://itnext.io/kubernetes-network-deep-dive-7492341e0ab5: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/kubernetes-operator-to-manage-jobs-7ee96744c74a: content_hash: 9f81323756d2b762f3ed19406b37dbc6fc4903981bbbe6854f09e0abb0754d55 description: '' @@ -131306,6 +139101,7 @@ https://itnext.io/kubernetes-operator-to-manage-jobs-7ee96744c74a: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://itnext.io/kubernetes-operators-cruise-control-for-managing-cloud-native-apps-db328ef8e345: content_hash: 5a30a3a876e1ae07acf7782d0fc85cbb23c959a886ee03b1f228de050b9034dc description: '' @@ -131322,6 +139118,7 @@ https://itnext.io/kubernetes-operators-cruise-control-for-managing-cloud-native- v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://itnext.io/kubernetes-owasp-top-10-centralised-policy-enforcement-9adc53438e22: ai_summary: Discusses integrating centralized admission control policies (like OPA/Gatekeeper or Kyverno) to mitigate OWASP Kubernetes Top 10 vulnerabilities. Explains how @@ -131348,6 +139145,7 @@ https://itnext.io/kubernetes-owasp-top-10-centralised-policy-enforcement-9adc534 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/kubernetes-owasp-top-10-secrets-management-c996faa87b47: ai_summary: Deals with risks concerning exposed credentials and hardcoded parameters within Kubernetes workflows. Walks through mitigation setups in compliance with @@ -131374,6 +139172,7 @@ https://itnext.io/kubernetes-owasp-top-10-secrets-management-c996faa87b47: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/kubernetes-persistentvolume-and-persistentvolumeclaim-an-overview-with-examples-3c5688222f99: content_hash: 7fbebbd95a13ccb8565550bf781cf1c271c0ae73b5b869d7b28f46059d3750cf description: '' @@ -131390,6 +139189,7 @@ https://itnext.io/kubernetes-persistentvolume-and-persistentvolumeclaim-an-overv v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://itnext.io/kubernetes-probes-startup-liveness-readiness-a9fc9ccff4b2: content_hash: 4a3675937a24a5567394c39db57b5b0e12cff7ca73bdf9734e28a4d4bd040f19 description: '' @@ -131405,6 +139205,7 @@ https://itnext.io/kubernetes-probes-startup-liveness-readiness-a9fc9ccff4b2: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-rancher-cluster-manager-2-6-on-your-macos-laptop-with-k3d-k3s-in-5-min-8acdb94f3376: content_hash: e51751cc79d45d11f70df834458e1510f434d8ce8ec5716d3d7d4eaed5cf0001 description: '' @@ -131421,6 +139222,7 @@ https://itnext.io/kubernetes-rancher-cluster-manager-2-6-on-your-macos-laptop-wi v2_locations: - rancher.md year: N/A + addition_method: manual https://itnext.io/kubernetes-readiness-probes-examples-common-pitfalls-136e3a9a058d: content_hash: 2efff23dcb9879255459b8c8bd09b39bf17a192ac593011ace97871802c50f4d description: '' @@ -131436,6 +139238,7 @@ https://itnext.io/kubernetes-readiness-probes-examples-common-pitfalls-136e3a9a0 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-resource-management-in-production-d5382c904ed1: content_hash: 4d7c0fab117d7cc1e3288148fe88b2cf1b5887f38b9b0a507e82758c103f8626 description: '' @@ -131451,6 +139254,7 @@ https://itnext.io/kubernetes-resource-management-in-production-d5382c904ed1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-resources-and-autoscaling-from-basics-to-greatness-7cae17fbf27b: content_hash: 768aec49d054a8c309910a4b48a81245fa197f76033c67eb83642f053b0b5b1b description: '' @@ -131467,6 +139271,7 @@ https://itnext.io/kubernetes-resources-and-autoscaling-from-basics-to-greatness- v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://itnext.io/kubernetes-rolling-updates-rollbacks-and-multi-environments-4ff9912df5: content_hash: acd7b5ddebd5062ec4ac5eda18d58a00f180b5fea8d0a5e602b9ca68f24346e9 description: '' @@ -131482,6 +139287,7 @@ https://itnext.io/kubernetes-rolling-updates-rollbacks-and-multi-environments-4f v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-running-multiple-container-runtimes-65220b4f9ef4: content_hash: c0ba728146c3eac3d67de210e8be513d8a376207c82b7949a68cf92d41b77139 description: '' @@ -131497,6 +139303,7 @@ https://itnext.io/kubernetes-running-multiple-container-runtimes-65220b4f9ef4: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-sandbox-environments-with-virtual-clusters-fb465b296777: content_hash: 057b6b1dc0a92d67582760a1c6918c5449b5fba73502db86926eb7e0d768cd75 description: '' @@ -131512,6 +139319,7 @@ https://itnext.io/kubernetes-sandbox-environments-with-virtual-clusters-fb465b29 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-scheduler-deep-dive-fdfcb516be30: content_hash: 78012af9ea74e68726e4999da9187b329741df67720b5b5d9ac703fc52902951 description: '' @@ -131527,6 +139335,7 @@ https://itnext.io/kubernetes-scheduler-deep-dive-fdfcb516be30: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-serverless-simply-visually-explained-ccf7be05a689: content_hash: 4a4540da9981f3963bd31009004962060cdc0ccf45793422cc41936b39e23773 description: '' @@ -131542,6 +139351,7 @@ https://itnext.io/kubernetes-serverless-simply-visually-explained-ccf7be05a689: v2_locations: - serverless.md year: N/A + addition_method: manual https://itnext.io/kubernetes-service-type-lb-for-on-prem-deployments-89e9b2a73a0c: content_hash: e2239166952369227c5f52ece93767b7b44761ec68958fa8a2820385beeea111 description: '' @@ -131557,6 +139367,7 @@ https://itnext.io/kubernetes-service-type-lb-for-on-prem-deployments-89e9b2a73a0 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/kubernetes-silent-pod-killer-104e7c8054d9: content_hash: 4159947855be835e7159b02b17dd3c075706cc1bcd9b5387389a3afed505b124 description: '' @@ -131572,6 +139383,7 @@ https://itnext.io/kubernetes-silent-pod-killer-104e7c8054d9: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://itnext.io/kubernetes-statefulset-initialization-with-unique-configs-per-pod-7e02c01ada65: content_hash: f1b45d36c307cbaf2c849a448ba2bd46dfdb0493e17d7ea358aa859213df3ecd description: '' @@ -131588,6 +139400,7 @@ https://itnext.io/kubernetes-statefulset-initialization-with-unique-configs-per- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-vertical-pods-scaling-with-vertical-pod-autoscaler-e2e5a3b8e1a9: content_hash: 30099ff99e7454d61a45a444b9499ab3b3c3c86026570dc1820505d580d1afa0 description: '' @@ -131603,6 +139416,7 @@ https://itnext.io/kubernetes-vertical-pods-scaling-with-vertical-pod-autoscaler- v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://itnext.io/kubernetes-what-are-endpoints-3cc9e769b614: content_hash: e9df436cbbc5a3368acd9bf0497cee3e8d834b3b26f31f32531188fddc7a10d5 description: '' @@ -131618,6 +139432,7 @@ https://itnext.io/kubernetes-what-are-endpoints-3cc9e769b614: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/kubernetes-yaml-tips-and-tricks-904a2c0b2b81: ai_summary: Curator Insight outlines advanced tips for writing clean, optimized, and dry Kubernetes manifest structures. Live Grounding emphasizes using YAML anchors, @@ -131646,6 +139461,7 @@ https://itnext.io/kubernetes-yaml-tips-and-tricks-904a2c0b2b81: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://itnext.io/kubesphere-a-new-pluggable-kubernetes-application-management-platform-bf078b9f3330: ai_summary: Outlines the modular and pluggable microservice-oriented design of KubeSphere's platform control plane. Focuses on system independence and API federation. @@ -131672,6 +139488,7 @@ https://itnext.io/kubesphere-a-new-pluggable-kubernetes-application-management-p v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/kubexpose-a-kubernetes-operator-for-fun-and-profit-f528586eee07: content_hash: b9ad48ac7229b229f4cfc313e4bdf9079e28a9b5e38bbb0074e4edf4fcc578aa description: '' @@ -131689,6 +139506,7 @@ https://itnext.io/kubexpose-a-kubernetes-operator-for-fun-and-profit-f528586eee0 - kubernetes-operators-controllers.md - kubernetes-tools.md year: N/A + addition_method: manual https://itnext.io/labels-and-annotations-in-kubernetes-234944b0f7ab: content_hash: 247343da66d851cef24331e825f26107e18ced6e5588ca71a16999e688dccd49 description: '' @@ -131704,6 +139522,7 @@ https://itnext.io/labels-and-annotations-in-kubernetes-234944b0f7ab: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/lessons-learned-from-managing-a-kubernetes-cluster-for-side-projects-780fbbacf36c: content_hash: e724b7c383d480bd31b7eab0d6e500fe5054e2d31e7d0ea32acbe7a87acac7d8 description: '' @@ -131720,6 +139539,7 @@ https://itnext.io/lessons-learned-from-managing-a-kubernetes-cluster-for-side-pr v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/lifecycle-of-kubernetes-network-policies-749b5218f684: content_hash: ad983222cc6de03b200d5f27c192dd85e9f6da15cea4ae48394761203a83405b description: '' @@ -131735,6 +139555,7 @@ https://itnext.io/lifecycle-of-kubernetes-network-policies-749b5218f684: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/logging-in-kubernetes-with-loki-and-the-plg-stack-93b27c90ec34: content_hash: 7d8640f5f05d928b7b350604ac6f87cad55d2c772bb97e54e5ead5c75bdcd14f description: '' @@ -131750,6 +139571,7 @@ https://itnext.io/logging-in-kubernetes-with-loki-and-the-plg-stack-93b27c90ec34 v2_locations: - grafana.md year: N/A + addition_method: manual https://itnext.io/manage-auto-generated-secrets-in-your-helm-charts-5aee48ba6918: ai_summary: Addresses the specific problem of generating and maintaining dynamic secrets in Helm templates. Focuses on preventing unintended database mutations @@ -131776,6 +139598,7 @@ https://itnext.io/manage-auto-generated-secrets-in-your-helm-charts-5aee48ba6918 v2_locations: - devsecops.md year: N/A + addition_method: manual https://itnext.io/manage-redis-on-aws-from-kubernetes-eeadba7eb889: ai_summary: Curator Insight describes how to manage AWS ElastiCache for Redis directly from Kubernetes. Live Grounding highlights using AWS Controllers for Kubernetes @@ -131803,6 +139626,7 @@ https://itnext.io/manage-redis-on-aws-from-kubernetes-eeadba7eb889: v2_locations: - aws-databases.md year: N/A + addition_method: manual https://itnext.io/managing-kubernetes-secrets-securely-with-gitops-b8174b4f4d30: content_hash: e05b9d487d573b07ba745a78593a6e5c3bb2b1f9da83d78aa14ea725cb28ccf0 description: '' @@ -131821,6 +139645,7 @@ https://itnext.io/managing-kubernetes-secrets-securely-with-gitops-b8174b4f4d30: - gitops.md - flux.md year: N/A + addition_method: manual https://itnext.io/managing-multiple-kubernetes-clusters-using-git-cd068bbd85ac: ai_summary: An architectural analysis of strategies for managing multi-cluster Kubernetes deployments using Git as the single source of truth (GitOps). It breaks down repository @@ -131851,6 +139676,7 @@ https://itnext.io/managing-multiple-kubernetes-clusters-using-git-cd068bbd85ac: v2_locations: - git.md year: N/A + addition_method: manual https://itnext.io/measuring-patching-cadence-on-kubernetes-with-gitops-353bc4a1d25: content_hash: 83da5b111af9b14ddf2b64ed97386626cad74d4fe4faae6ffe1711ad319c6c0d description: '' @@ -131866,6 +139692,7 @@ https://itnext.io/measuring-patching-cadence-on-kubernetes-with-gitops-353bc4a1d v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/memory-requests-and-limits-in-kubernetes-1c9cd573b3ab: content_hash: 389d2c46631f55c8dc37454515406bd36a95764de1ded2eea48b2719775024c5 description: '' @@ -131881,6 +139708,7 @@ https://itnext.io/memory-requests-and-limits-in-kubernetes-1c9cd573b3ab: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/migrating-apache-spark-workloads-from-aws-emr-to-kubernetes-463742b49fda: ai_summary: 'Curator Insight: Technical breakdown of migrating Apache Spark analytics engines from AWS EMR to Kubernetes clusters. @@ -131910,6 +139738,7 @@ https://itnext.io/migrating-apache-spark-workloads-from-aws-emr-to-kubernetes-46 v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://itnext.io/monitoring-certificates-expiration-in-kubernetes-with-x-509-exporter-8030b69f611d: ai_summary: Explores configuring the Prometheus X.509 Certificate Exporter to continuously scan Kubernetes secret spaces. Prevents outages by alerting on expiring internal @@ -131936,6 +139765,7 @@ https://itnext.io/monitoring-certificates-expiration-in-kubernetes-with-x-509-ex v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://itnext.io/monitoring-kubernetes-jobs-8adc241a7b60: ai_summary: Addresses the specific challenge of monitoring ephemeral Kubernetes CronJobs and Jobs. Focuses on setting up Alertmanager rules that isolate transient @@ -131962,6 +139792,7 @@ https://itnext.io/monitoring-kubernetes-jobs-8adc241a7b60: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://itnext.io/monitoring-kubernetes-workloads-with-prometheus-and-thanos-4ddb394b32c: content_hash: 65add3a595d12cf510390e1a370072abd182110655cfb5dce8ce20c70fc6975e description: '' @@ -131977,6 +139808,7 @@ https://itnext.io/monitoring-kubernetes-workloads-with-prometheus-and-thanos-4dd v2_locations: - grafana.md year: N/A + addition_method: manual https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana-e6d8720c4a02: content_hash: 4894887bf5052fa34389d6a97795965b11bfcbe216b2cdacecdedcd4dc3f25e6 description: '' @@ -131992,6 +139824,7 @@ https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana- v2_locations: - prometheus.md year: N/A + addition_method: manual ? https://itnext.io/multi-cloud-and-multi-cluster-declarative-kubernetes-cluster-creation-and-management-with-cluster-6df8efdc2a89 : ai_summary: An architectural guide walking through the declarative provisioning of multi-cloud cluster setups using Cluster API (CAPI). Explores bootstrap providers, @@ -132020,6 +139853,7 @@ https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana- v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://itnext.io/multi-cluster-kubernetes-networking-with-netmaker-bfa4e22eb2fb: content_hash: 1f5e29d2c95f4b801bbd8f6980a17f9408aad5f5d8226d6c427f6fed224b9939 description: '' @@ -132035,6 +139869,7 @@ https://itnext.io/multi-cluster-kubernetes-networking-with-netmaker-bfa4e22eb2fb v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/multi-tenancy-in-kubernetes-332ff88d55d8: content_hash: c584cc4dfe35371d12a08a89c1c7fb19aaa43f341cd9c03329dd99c8c82865d8 description: '' @@ -132050,6 +139885,7 @@ https://itnext.io/multi-tenancy-in-kubernetes-332ff88d55d8: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/my-journey-to-hashicorp-certified-terraform-associate-f91f397a01e0: content_hash: 63da9cdeb55a9f4f513c75fa43822b6d77107a984ae859751a356b53e04d7d12 description: '' @@ -132065,6 +139901,7 @@ https://itnext.io/my-journey-to-hashicorp-certified-terraform-associate-f91f397a v2_locations: - terraform.md year: N/A + addition_method: manual https://itnext.io/necessary-culture-change-with-gitops-2c63f4fe9604: content_hash: 3bf936330abe0e14fe32406e3ab08bed33ecb7a98027153c6c4bcad4e7978428 description: '' @@ -132080,6 +139917,7 @@ https://itnext.io/necessary-culture-change-with-gitops-2c63f4fe9604: v2_locations: - gitops.md year: N/A + addition_method: manual https://itnext.io/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d: ai_summary: Detailed technical framework for deploying completely network-isolated AKS clusters. Walks through outbound proxy paths, Azure Firewall integrations, @@ -132107,6 +139945,7 @@ https://itnext.io/network-isolated-aks-part-1-controlling-network-traffic-2cd0e0 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/observability-at-scale-52d0d9a5fb9b: content_hash: f9a27c76e652629eb5fb5d5e3e0f8c22e2915912ca9943f1c3dc1891dd892737 description: '' @@ -132122,6 +139961,7 @@ https://itnext.io/observability-at-scale-52d0d9a5fb9b: v2_locations: - prometheus.md year: N/A + addition_method: manual https://itnext.io/observing-grpc-based-microservices-on-amazon-eks-running-istio-77ba90dd8cc0: ai_summary: A deep dive tutorial explaining telemetry configuration for gRPC-based microservices on Amazon EKS running Istio. Offers practical configurations for @@ -132150,6 +139990,7 @@ https://itnext.io/observing-grpc-based-microservices-on-amazon-eks-running-istio v2_locations: - istio.md year: N/A + addition_method: manual https://itnext.io/opentelemetry-understanding-sli-and-slo-with-opentelemetry-demo-74c1d0b263b0: content_hash: 9566b0171a68b0f4cd7197f4143b90fe1b3aff6349731f2b9765cfd5c292dc3f description: '' @@ -132166,6 +140007,7 @@ https://itnext.io/opentelemetry-understanding-sli-and-slo-with-opentelemetry-dem v2_locations: - demos.md year: N/A + addition_method: manual https://itnext.io/performing-security-checks-for-deployed-kubernetes-manifests-fa9d442b7951: ai_summary: Outlines methods and tools used to inspect existing, live-running, or static Kubernetes resource manifests for structural defects. Curator insight showcases @@ -132194,6 +140036,7 @@ https://itnext.io/performing-security-checks-for-deployed-kubernetes-manifests-f v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/platform-as-code-how-it-compares-with-infrastructure-as-code-and-what-it-enables-2684b348be2e: content_hash: 1aa303d37e99b4aed218d31f84f29285e46b74c71ccb1f2815f37d9abdca91d5 description: '' @@ -132212,6 +140055,7 @@ https://itnext.io/platform-as-code-how-it-compares-with-infrastructure-as-code-a - iac.md - introduction.md year: N/A + addition_method: manual https://itnext.io/pod-rebalancing-and-allocations-in-kubernetes-df3dbfb1e2f9: content_hash: 4b649210189160c82535530ebd69fdb5074f17d15418a0af46dc0b04baa71a26 description: '' @@ -132228,6 +140072,7 @@ https://itnext.io/pod-rebalancing-and-allocations-in-kubernetes-df3dbfb1e2f9: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/principles-patterns-and-practices-for-effective-infrastructure-as-code-e5f7bbe13df1: content_hash: f9fed7c7d94e4eb3eb4dff51718975485155a0478e3af7af22feaa456fc24c39 description: '' @@ -132244,6 +140089,7 @@ https://itnext.io/principles-patterns-and-practices-for-effective-infrastructure v2_locations: - gitops.md year: N/A + addition_method: manual https://itnext.io/processes-for-12-factor-microservice-applications-70551a9021b: content_hash: f7175c5aba46eb6f5c56328504357e66d01dbf5ad262af03a2d660d77eaa8f6b description: '' @@ -132259,6 +140105,7 @@ https://itnext.io/processes-for-12-factor-microservice-applications-70551a9021b: v2_locations: - introduction.md year: N/A + addition_method: manual https://itnext.io/prometheus-with-grafana-using-ansible-549e575c9dfa: content_hash: 39ac874e4e06bf15e0b4e450b9955c193a4171716007052417084257f584febb description: '' @@ -132274,6 +140121,7 @@ https://itnext.io/prometheus-with-grafana-using-ansible-549e575c9dfa: v2_locations: - prometheus.md year: N/A + addition_method: manual https://itnext.io/prometheus-yet-another-cloudwatch-exporter-collecting-aws-cloudwatch-metrics-806bd34818a8: content_hash: 55bb48bc4af2784e0d6b30ed74d669e07db77aeebc4f25952bf2d4273ab4429a description: '' @@ -132290,6 +140138,7 @@ https://itnext.io/prometheus-yet-another-cloudwatch-exporter-collecting-aws-clou v2_locations: - prometheus.md year: N/A + addition_method: manual https://itnext.io/protecting-your-kubernetes-environment-with-kubearmor-76b02fc2209b: ai_summary: Practical deployment overview for securing Kubernetes worker nodes using KubeArmor policies. Addresses specific configuration blueprints for system file @@ -132316,6 +140165,7 @@ https://itnext.io/protecting-your-kubernetes-environment-with-kubearmor-76b02fc2 v2_locations: - devsecops.md year: N/A + addition_method: manual https://itnext.io/python-yaml-and-kubernetes-the-art-of-mastering-configuration-cd60029b3f62: ai_summary: Curator Insight explores using Python to programmatically generate and mutate Kubernetes manifest YAML files. Live Grounding verifies the patterns rely @@ -132344,6 +140194,7 @@ https://itnext.io/python-yaml-and-kubernetes-the-art-of-mastering-configuration- - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://itnext.io/reference-other-values-in-helm-chart-values-file-19d44d9276c7: ai_summary: Technical guide showing how to reference values dynamically within the same `values.yaml` file, minimizing data duplication across multi-environment @@ -132371,6 +140222,7 @@ https://itnext.io/reference-other-values-in-helm-chart-values-file-19d44d9276c7: v2_locations: - helm.md year: N/A + addition_method: manual https://itnext.io/replace-docker-desktop-with-lima-88ec6f9d6a19: content_hash: 2df2a5716ac3282f15d8bb2b0451eb71dea20f1176c341cf3ef97a7976c76820 description: '' @@ -132386,6 +140238,7 @@ https://itnext.io/replace-docker-desktop-with-lima-88ec6f9d6a19: v2_locations: - docker.md year: N/A + addition_method: manual https://itnext.io/resizing-statefulset-persistent-volumes-with-zero-downtime-916ebc65b1d4: content_hash: 6cde50dc22e7ee13612a9fac7962e340a0aadcecde80ebe1d611c0f2d7e7bed6 description: '' @@ -132401,6 +140254,7 @@ https://itnext.io/resizing-statefulset-persistent-volumes-with-zero-downtime-916 v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://itnext.io/run-kubernetes-on-your-machine-7ee463af21a2: ai_summary: A comparative overview of options for running Kubernetes locally. Contrasts Docker Desktop, Minikube, and lightweight K3s setups, outlining performance and @@ -132428,6 +140282,7 @@ https://itnext.io/run-kubernetes-on-your-machine-7ee463af21a2: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://itnext.io/running-k3s-workload-in-a-restricted-environment-c2f593d19005: content_hash: 6d00c78da3372c71e78b7a079cc43a57f4fb9c7d062f574dc99e0e3353101ca4 description: '' @@ -132443,6 +140298,7 @@ https://itnext.io/running-k3s-workload-in-a-restricted-environment-c2f593d19005: v2_locations: - rancher.md year: N/A + addition_method: manual https://itnext.io/running-production-workloads-in-eks-using-spot-instances-fc6808a7b462: ai_summary: A practical operational guide highlighting strategies for reliable execution of workloads on AWS Spot Instances within EKS. It showcases how to leverage Karpenter @@ -132472,6 +140328,7 @@ https://itnext.io/running-production-workloads-in-eks-using-spot-instances-fc680 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/running-your-microservices-securely-on-aks-417a110b2e76: ai_summary: In-depth guide addressing microservices application boundaries inside AKS. Focuses on secure pod credentials, identity translation, and network segmentation @@ -132498,6 +140355,7 @@ https://itnext.io/running-your-microservices-securely-on-aks-417a110b2e76: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/scaling-my-app-serverless-vs-kubernetes-cdb8adf446e1: content_hash: f4ba59034944954ca560ce1856ebbe31e6456397857b1ba29bcfae6a2352e79c description: '' @@ -132513,6 +140371,7 @@ https://itnext.io/scaling-my-app-serverless-vs-kubernetes-cdb8adf446e1: v2_locations: - serverless.md year: N/A + addition_method: manual https://itnext.io/secrets-injection-from-external-vault-into-kubernetes-poc-83a52c8cf5cb: ai_summary: A technical proof-of-concept for dynamic runtime injection utilizing external Vault endpoints. Bypasses Kubernetes native secrets store entirely to @@ -132540,6 +140399,7 @@ https://itnext.io/secrets-injection-from-external-vault-into-kubernetes-poc-83a5 v2_locations: - devsecops.md year: N/A + addition_method: manual https://itnext.io/secure-azure-cosmos-db-access-by-using-azure-managed-identities-55f9fdf48fda: content_hash: 303791007cf1358e675681f5ce4ff02b2adf62fc2e6e2a2ea59a682fe93414ac description: '' @@ -132555,6 +140415,7 @@ https://itnext.io/secure-azure-cosmos-db-access-by-using-azure-managed-identitie v2_locations: - azure.md year: N/A + addition_method: manual https://itnext.io/securely-decoupling-applications-on-amazon-eks-using-kafka-with-sasl-scram-48c340e1ffe9: ai_summary: 'Curator Insight: Hardening guide detailing connection security between AWS EKS-based consumers and Kafka clusters. Live Grounding: Demonstrates configuring @@ -132584,6 +140445,7 @@ https://itnext.io/securely-decoupling-applications-on-amazon-eks-using-kafka-wit v2_locations: - message-queue.md year: N/A + addition_method: manual https://itnext.io/securing-kubernetes-workloads-a-practical-approach-to-signed-and-encrypted-container-images-ff6e98b65bcd: ai_summary: A deep operational guide outlining how to design securely signed and encrypted workloads within multi-tenant Kubernetes systems. The post explores @@ -132612,6 +140474,7 @@ https://itnext.io/securing-kubernetes-workloads-a-practical-approach-to-signed-a v2_locations: - devsecops.md year: N/A + addition_method: manual https://itnext.io/sending-messages-to-kafka-cfb5a246f5eb: ai_summary: 'Curator Insight: Practical post on establishing low-latency, secure client connections to Kafka brokers inside a Kubernetes network boundary. Live @@ -132640,6 +140503,7 @@ https://itnext.io/sending-messages-to-kafka-cfb5a246f5eb: v2_locations: - message-queue.md year: N/A + addition_method: manual https://itnext.io/service-mesh-testing-tools-frameworks-open-source-7904ee222298: content_hash: 91aef5886debe37875447eff092f9590ecfa55cc4efc43abd24cc988ee112b68 description: '' @@ -132655,6 +140519,7 @@ https://itnext.io/service-mesh-testing-tools-frameworks-open-source-7904ee222298 v2_locations: - servicemesh.md year: N/A + addition_method: manual https://itnext.io/setup-a-private-git-repository-in-kubernetes-with-gitea-64f5ea1e5070: content_hash: 87df389ae8f398a1b40d151260ff229d173509b5966e0ee32019fa1238bb01b4 description: '' @@ -132670,6 +140535,7 @@ https://itnext.io/setup-a-private-git-repository-in-kubernetes-with-gitea-64f5ea v2_locations: - git.md year: N/A + addition_method: manual https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4: content_hash: 05a63d62637df7604fdfabae8e7f9539783143d2ac15a3252601c82a344b4975 description: '' @@ -132685,6 +140551,7 @@ https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4: v2_locations: - prometheus.md year: N/A + addition_method: manual https://itnext.io/software-development-in-containers-a-cookbook-2ba14d07e535: ai_summary: A detailed technical guide explaining how to design local workflows with container environments. Demonstrates setup strategies for hot reloading, @@ -132714,6 +140581,7 @@ https://itnext.io/software-development-in-containers-a-cookbook-2ba14d07e535: - kubernetes-based-devel.md - docker.md year: N/A + addition_method: manual https://itnext.io/software-development-is-misunderstood-quality-is-fastest-way-to-get-code-into-production-f1f5a0792c69: content_hash: 562f59b8c554cea84b369c45f373b95f61946c9504acd9f9f555dfd8d570cafb description: '' @@ -132729,6 +140597,7 @@ https://itnext.io/software-development-is-misunderstood-quality-is-fastest-way-t v2_locations: - qa.md year: N/A + addition_method: manual https://itnext.io/sonarqube-running-tests-from-jenkins-pipeline-from-docker-7740702b6f42: ai_summary: Deep technical guide showing how to architect a Jenkins pipeline that runs unit tests and executes SonarQube code coverage scans natively inside transient @@ -132756,6 +140625,7 @@ https://itnext.io/sonarqube-running-tests-from-jenkins-pipeline-from-docker-7740 v2_locations: - sonarqube.md year: N/A + addition_method: manual https://itnext.io/state-of-persistent-storage-in-k8s-a-benchmark-77a96bb1ac29: content_hash: 66022ee623a960676f4cfa1f1e8722fc08617a7e8d5dd70918d920ae4cea69ab description: '' @@ -132771,6 +140641,7 @@ https://itnext.io/state-of-persistent-storage-in-k8s-a-benchmark-77a96bb1ac29: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://itnext.io/stateful-workloads-in-kubernetes-e49b56a5959: content_hash: 4adb8801171ee1fad64a1687bfe9e540cb98c256325068a81313d594df47fc04 description: '' @@ -132786,6 +140657,7 @@ https://itnext.io/stateful-workloads-in-kubernetes-e49b56a5959: v2_locations: - databases.md year: N/A + addition_method: manual https://itnext.io/sticky-sessions-and-canary-releases-in-kubernetes-8c45de2b0a2e: content_hash: 00943447d6572912b46e2fa09527172faf2a1e39e6c7e70027713bcebb7a0757 description: '' @@ -132801,6 +140673,7 @@ https://itnext.io/sticky-sessions-and-canary-releases-in-kubernetes-8c45de2b0a2e v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/stupid-simple-scalability-dc4a7fbe67d6: content_hash: d07a4bcdb75372afa85699b25638e5b53ccd567a8c007da8e7a2f144e72ead16 description: '' @@ -132816,6 +140689,7 @@ https://itnext.io/stupid-simple-scalability-dc4a7fbe67d6: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://itnext.io/stupid-simple-service-mesh-what-when-why-e9be9e5f4d41: content_hash: 59639b3fb8a3292640552b8fb000135bfd68a5ca6b2bf58d52bc78492008ea29 description: '' @@ -132831,6 +140705,7 @@ https://itnext.io/stupid-simple-service-mesh-what-when-why-e9be9e5f4d41: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://itnext.io/successful-short-kubernetes-stories-for-devops-architects-677f8bfed803: content_hash: 684db697fe58dc83068e4ad584654eb8be42ee278bc4af5ba587df9f64a5027f description: '' @@ -132846,6 +140721,7 @@ https://itnext.io/successful-short-kubernetes-stories-for-devops-architects-677f v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/tagged/jenkins-x: content_hash: e27c158b1a9b49d6e571820d622f15c20988792390e157e03fa729e12d04b7bc description: '' @@ -132861,6 +140737,7 @@ https://itnext.io/tagged/jenkins-x: v2_locations: - jenkins.md year: N/A + addition_method: manual https://itnext.io/tagged/kubernetes: content_hash: 9b88af1318e643f022ce7e4df1705446d562e5fdde090cd68179475e7c3be175 description: '' @@ -132876,6 +140753,7 @@ https://itnext.io/tagged/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/temporary-storage-for-kubernetes-pods-f8330ad8db88: content_hash: 9d8a77033bc23a9382595853772803ebe3ccff4e0094ccb0e264d2bc7c0acf7f description: '' @@ -132891,6 +140769,7 @@ https://itnext.io/temporary-storage-for-kubernetes-pods-f8330ad8db88: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://itnext.io/terraform-dont-use-kubernetes-provider-with-your-cluster-resource-d8ec5319d14a: content_hash: 6854256cb1f22c21b7608d3cb7ad7dfe353edb8d164f91c22f791b4797232b9a description: '' @@ -132907,6 +140786,7 @@ https://itnext.io/terraform-dont-use-kubernetes-provider-with-your-cluster-resou v2_locations: - terraform.md year: N/A + addition_method: manual https://itnext.io/testing-the-operator-sdk-and-making-a-prefetch-mechanism-for-kubernetes-7508577efdd7: content_hash: dd23534e12b2c47cb570061310bf0f4d1a416dd48d15f6c1a87a5ed00276d2bd description: '' @@ -132923,6 +140803,7 @@ https://itnext.io/testing-the-operator-sdk-and-making-a-prefetch-mechanism-for-k v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://itnext.io/the-subtleties-of-ensuring-zero-downtime-during-pod-lifecycle-events-in-kubernetes-6461c12f7736: content_hash: ad1aa5ab8ebc7bb90b2ca6324d2b7c4c3eaad386d3ebe51e92ed701744a103b4 description: '' @@ -132939,6 +140820,7 @@ https://itnext.io/the-subtleties-of-ensuring-zero-downtime-during-pod-lifecycle- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/tips-tricks-for-cka-ckad-and-cks-exams-cc9dade1f76d: content_hash: d38f7b7357298ecb02938d872c4509ed0a6a85ed87159cf27a7605f2682142a8 description: '' @@ -132954,6 +140836,7 @@ https://itnext.io/tips-tricks-for-cka-ckad-and-cks-exams-cc9dade1f76d: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/top-10-ways-to-protect-eks-workloads-from-ransomware-ae96d1c1e839: ai_summary: An industry-focused checklist detailing tactical maneuvers to secure EKS against ransomware and supply chain attacks. It covers immutable storage configurations @@ -132982,6 +140865,7 @@ https://itnext.io/top-10-ways-to-protect-eks-workloads-from-ransomware-ae96d1c1e v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/top-6-threat-detection-tools-for-containers-3dd80b77777e: ai_summary: Compares six container risk detection technologies. Contrasts passive image checking with complex system-call interception models (e.g., Falco), showing @@ -133008,6 +140892,7 @@ https://itnext.io/top-6-threat-detection-tools-for-containers-3dd80b77777e: v2_locations: - devsecops.md year: N/A + addition_method: manual https://itnext.io/tracing-pod-to-pod-network-traffic-in-kubernetes-112523a325b2: content_hash: 4c1e8602990c7d40cb4793a79ca47ea3c43be5e0ef10999ed7ead210690ced6c description: '' @@ -133023,6 +140908,7 @@ https://itnext.io/tracing-pod-to-pod-network-traffic-in-kubernetes-112523a325b2: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://itnext.io/traffic-shaping-with-kubernetes-and-istio-7e44fbfca200: ai_summary: Demonstrates practical scenarios for traffic shaping and network manipulation utilizing Istio's VirtualServices and DestinationRules. Covers key microservice @@ -133052,6 +140938,7 @@ https://itnext.io/traffic-shaping-with-kubernetes-and-istio-7e44fbfca200: v2_locations: - istio.md year: N/A + addition_method: manual https://itnext.io/understanding-kubectl-explain-9d703396cc8: content_hash: d77e45f545d94e78b1b36db21a27d8e05142dc41bea2186451515607f0ad3ad8 description: '' @@ -133067,6 +140954,7 @@ https://itnext.io/understanding-kubectl-explain-9d703396cc8: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://itnext.io/unleashing-the-power-of-kubernetes-1-26-56979ee667fd: content_hash: 69a13b3aad4a855285ba67721813bd1f1f5f3eb79974d0c27534f5a738ff3874 description: '' @@ -133083,6 +140971,7 @@ https://itnext.io/unleashing-the-power-of-kubernetes-1-26-56979ee667fd: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://itnext.io/upgrade-cert-manager-for-your-production-deployment-without-downtime-ee5d32fabec8: ai_summary: Discusses upgrading cert-manager inside highly available environments without causing downtime, explaining migration mappings of CRDs and webhook components. @@ -133108,6 +140997,7 @@ https://itnext.io/upgrade-cert-manager-for-your-production-deployment-without-do v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/using-aws-nlb-manually-targeting-an-eks-service-exposing-udp-traffic-17053ecd8f52: ai_summary: A technical post details routing high-performance, low-latency UDP traffic through an AWS Network Load Balancer (NLB) into EKS pods. It covers manual target @@ -133138,6 +141028,7 @@ https://itnext.io/using-aws-nlb-manually-targeting-an-eks-service-exposing-udp-t v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://itnext.io/using-rook-on-a-k3s-cluster-8a97a75ba25e: content_hash: d4e2c98bbdd74d70f174220eed4be3bbff2ee0d7dec56080a55887d1d0eb6553 description: '' @@ -133153,6 +141044,7 @@ https://itnext.io/using-rook-on-a-k3s-cluster-8a97a75ba25e: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://itnext.io/vault-cluster-with-auto-unseal-on-kubernetes-8e469f9cdcfd: ai_summary: Details the configurations needed to bootstrap highly available HashiCorp Vault systems using dynamic KMS systems (AWS or GCP) to automate unsealing tasks. @@ -133178,6 +141070,7 @@ https://itnext.io/vault-cluster-with-auto-unseal-on-kubernetes-8e469f9cdcfd: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://itnext.io/why-and-how-of-kubernetes-ingress-and-networking-6cb308ca03d2: content_hash: e3bbb7a690d1e008a84f2061e3abb0bef100f0d62f15d247f08a9745aa3b0807 description: '' @@ -133193,6 +141086,7 @@ https://itnext.io/why-and-how-of-kubernetes-ingress-and-networking-6cb308ca03d2: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://itnext.io/why-do-developers-find-kubernetes-hard-6532e8d6ce7f: ai_summary: An industry critique analyzing the steep cognitive curve of native Kubernetes. The article provides structured recommendations on how Platform Engineering can @@ -133219,6 +141113,7 @@ https://itnext.io/why-do-developers-find-kubernetes-hard-6532e8d6ce7f: v2_locations: - crossplane.md year: N/A + addition_method: manual https://itnext.io/working-with-kubernetes-configmaps-part-1-volume-mounts-f0ace283f5aa: content_hash: ee2ed22abb56ad9d0d9f911c69cb29a74ade2b3276130abc97afee49e09a74cf description: '' @@ -133234,6 +141129,7 @@ https://itnext.io/working-with-kubernetes-configmaps-part-1-volume-mounts-f0ace2 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/working-with-kubernetes-configmaps-part-2-watchers-b6dd0e583d71: content_hash: c4642098338acc234520b707627e5e04ae4e9f2ec2a8926586abef71e2ab2480 description: '' @@ -133244,6 +141140,7 @@ https://itnext.io/working-with-kubernetes-configmaps-part-2-watchers-b6dd0e583d7 v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://itnext.io/working-with-the-kubernetes-api-587bc5941992: content_hash: 4a341de3d40d3397919005d281488c806b9e2b552980b3992d26d9dfe878b540 description: '' @@ -133259,6 +141156,7 @@ https://itnext.io/working-with-the-kubernetes-api-587bc5941992: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://itnext.io/writing-a-kubernetes-cli-in-go-a3970ad58299: content_hash: 006c86cbd434ae992072350be72eccace5d12cbad3517f2c66e5084ab2dbf652 description: '' @@ -133274,6 +141172,7 @@ https://itnext.io/writing-a-kubernetes-cli-in-go-a3970ad58299: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://itnext.io/wsl2-tips-limit-cpu-memory-when-using-docker-c022535faf6f: content_hash: e8bad0d63c57a2a71c844d7b0eab1b570481108796f312e07979c8c8fc24e753 description: '' @@ -133289,6 +141188,7 @@ https://itnext.io/wsl2-tips-limit-cpu-memory-when-using-docker-c022535faf6f: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://itnext.io/wth-is-a-operator-lifecycle-manager-873cf1661b04: content_hash: 6901b072e71cd21fd82651a4d9e1f735b8026c6533fde00297676f7df0fa65ef description: '' @@ -133306,6 +141206,7 @@ https://itnext.io/wth-is-a-operator-lifecycle-manager-873cf1661b04: - databases.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://itnext.io/you-dont-need-microservices-2ad8508b9e27: content_hash: 63db93a553debeb24d687a452a50f9cc6b7025a7c49f78b2eba8297e6a1312bb description: '' @@ -133321,6 +141222,7 @@ https://itnext.io/you-dont-need-microservices-2ad8508b9e27: v2_locations: - introduction.md year: N/A + addition_method: manual https://itnext.iocloud-native-ci-cd-with-tekton-laying-the-foundation-a377a1b59ac0: content_hash: N/A description: '' @@ -133336,6 +141238,7 @@ https://itnext.iocloud-native-ci-cd-with-tekton-laying-the-foundation-a377a1b59a v2_locations: - tekton.md year: N/A + addition_method: manual https://itrevolution.com/articles/get-started-with-team-topologies-in-8-steps: content_hash: aa28c7e586e2d54b14fa6e85dc01aee9a66f9c390c3fc4b53b6259882bb4084e health_score: 100.0 @@ -133347,6 +141250,7 @@ https://itrevolution.com/articles/get-started-with-team-topologies-in-8-steps: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://itrevolution.com/articles/the-problem-with-org-charts: content_hash: a054c4c20f8b2e22c10834f91a42fbce00c85cb23e784f7292fd1189b0e0f219 health_score: 100.0 @@ -133358,18 +141262,21 @@ https://itrevolution.com/articles/the-problem-with-org-charts: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://itrevolution.com/author/gene-kim: content_hash: 6f51866e04b84b8bc8c034a1c814d562c174c736a0ecf55026c93e981f7a574b health_score: 100.0 last_checked: 1779130495.029337 v1_locations: - docs/devops.md + addition_method: manual https://itrevolution.com/faculty/gene-kim: content_hash: b83fef24ab0340f70f12d81cf38a2f6afa58ddb2e5c14b366efba176753abc58 health_score: 100.0 last_checked: 1779030419.110734 v1_locations: - docs/devops.md + addition_method: manual https://itrevolution.com/get-started-with-team-topologies-in-8-steps: content_hash: f5f31d0c1889fec52864d5ec5b2cad5c7638512e2f4b565160ca7d0a2b5d9763 description: '' @@ -133381,6 +141288,7 @@ https://itrevolution.com/get-started-with-team-topologies-in-8-steps: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://itrevolution.com/the-problem-with-org-charts: content_hash: 62ebd83060da79481ca89a22949ad2dece3148a845bbae3b27859939cd84b832 description: '' @@ -133392,6 +141300,7 @@ https://itrevolution.com/the-problem-with-org-charts: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://itsfoss.com/exa: ai_summary: Curator Insight highlights `exa` as a feature-rich, Rust-based alternative to the standard `ls` command. Live Grounding points out that `exa` has been unmaintained @@ -133421,6 +141330,7 @@ https://itsfoss.com/exa: v2_locations: - linux.md year: N/A + addition_method: manual https://itsfoss.com/gitter: content_hash: a24bf77503657438b18c0251a8cfd30739ff75b536ca9c2bbf2b7483eaf4db52 description: '' @@ -133438,6 +141348,7 @@ https://itsfoss.com/gitter: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://itsfoss.com/htop-alternatives: ai_summary: Curator Insight details 5 highly polished alternatives to the standard `htop` interactive system monitor. Live Grounding indicates that systems like @@ -133468,6 +141379,7 @@ https://itsfoss.com/htop-alternatives: v2_locations: - linux.md year: N/A + addition_method: manual https://itsopensource.com/how-to-reduce-node-docker-image-size-by-ten-times: content_hash: 1aed9ed35cdcd3cd9f3b161f629785363767651e6f6ed73c882fea4ff6268e5d description: '' @@ -133484,6 +141396,7 @@ https://itsopensource.com/how-to-reduce-node-docker-image-size-by-ten-times: v2_locations: - docker.md year: N/A + addition_method: manual https://ittroubleshooter.in/run-parallel-build-kubernetes-cluster-jenkins: content_hash: N/A description: '' @@ -133499,6 +141412,7 @@ https://ittroubleshooter.in/run-parallel-build-kubernetes-cluster-jenkins: v2_locations: - demos.md year: N/A + addition_method: manual https://iximiuz.ck.page/posts/ivan-on-containers-kubernetes-and-backend-development-12: content_hash: 970e5e9b0b500a587bc850a7ab5823daa9348920e25fd9615935780434ef7aca description: '' @@ -133510,6 +141424,7 @@ https://iximiuz.ck.page/posts/ivan-on-containers-kubernetes-and-backend-developm v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/container-learning-path: content_hash: d69790654a3e1cfd381730cce0f4a1aa3755a55303a583b126356ac9ad01f77a description: '' @@ -133527,6 +141442,7 @@ https://iximiuz.com/en/posts/container-learning-path: v2_locations: - docker.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/container-networking-is-simple: content_hash: 9ac5d462a6d287c057b476e2d0afab3a6d2efe7c083b8d899494ed3cb3fbd595 description: '' @@ -133544,6 +141460,7 @@ https://iximiuz.com/en/posts/container-networking-is-simple: - docs/docker.md - docs/networking.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/containerd-command-line-clients: content_hash: 5190cb37c1f497ce69bac1c89ae6d954b9ae62e6e1fbb8b1349049e9c3e4811d description: '' @@ -133555,6 +141472,7 @@ https://iximiuz.com/en/posts/containerd-command-line-clients: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/containers-101-attach-vs-exec: content_hash: 40ef77a1ae0382685c8963a7a381fb40ff9096fdc46f001d507381bbb4c41b53 description: '' @@ -133570,6 +141488,7 @@ https://iximiuz.com/en/posts/containers-101-attach-vs-exec: v2_locations: - docker.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/containers-making-images-better: content_hash: 2ca6247aa1222fb9e102b620c7f8ab037acdae64418591f185a56c1e642a1cb8 description: '' @@ -133587,6 +141506,7 @@ https://iximiuz.com/en/posts/containers-making-images-better: v2_locations: - container-managers.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/containers-vs-pods: content_hash: 55e97a553682b6072a8143c79c4baf3e135e70ff707bb5d9a92bee7520627649 description: '' @@ -133603,6 +141523,7 @@ https://iximiuz.com/en/posts/containers-vs-pods: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/docker-debug-slim-containers: content_hash: 1c4b469c8b44fd5a97c1a5519f34056f23285973af507deb821f7d9892792dc5 description: '' @@ -133619,6 +141540,7 @@ https://iximiuz.com/en/posts/docker-debug-slim-containers: v2_locations: - docker.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/docker-publish-container-ports: content_hash: aaf05ee6fb412af2e8fe727a3896fcb1838b70a893d95dfa37f031de750cccf1 description: '' @@ -133635,6 +141557,7 @@ https://iximiuz.com/en/posts/docker-publish-container-ports: v2_locations: - docker.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/docker-publish-port-of-running-container: content_hash: 0513394ff93edf770d20daedf2b62cc11f8a7826bf914ba84218be2cdfb1a09d description: '' @@ -133651,6 +141574,7 @@ https://iximiuz.com/en/posts/docker-publish-port-of-running-container: v2_locations: - docker.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/kubernetes-api-call-simple-http-client: content_hash: b71ba00b368071e96210337cb2ca8f42d79c0fa118c45a0639041569dadcfcb4 description: '' @@ -133667,6 +141591,7 @@ https://iximiuz.com/en/posts/kubernetes-api-call-simple-http-client: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/kubernetes-api-go-cli: content_hash: 9122241561b8e6eee78d0675a660ac1f9355f9b5afc99842f53325e7455f1ebe description: '' @@ -133683,6 +141608,7 @@ https://iximiuz.com/en/posts/kubernetes-api-go-cli: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/kubernetes-api-go-types-and-common-machinery: ai_summary: A masterfully structured tutorial on raw Kubernetes API mechanisms using Go's dynamic client and RESTClient abstractions. Explains complex API machinery @@ -133711,6 +141637,7 @@ https://iximiuz.com/en/posts/kubernetes-api-go-types-and-common-machinery: v2_locations: - golang.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/kubernetes-api-how-to-extend: content_hash: f01e070c8e3263840458e2a6676baab5fba62d2a933e2a06255afbeb10a60e31 description: '' @@ -133727,6 +141654,7 @@ https://iximiuz.com/en/posts/kubernetes-api-how-to-extend: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/kubernetes-api-structure-and-terminology: content_hash: e198ddaf348a0d043d4d670191bd56c91e30d93947f09d882ae94ee6bb8bb0cc description: '' @@ -133743,6 +141671,7 @@ https://iximiuz.com/en/posts/kubernetes-api-structure-and-terminology: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/kubernetes-ephemeral-containers: content_hash: 4ae9fddbef5c4f5ee1b55aab8c60e6be55642dcf9fa0a87cb1b45df7b15a37e0 description: '' @@ -133759,6 +141688,7 @@ https://iximiuz.com/en/posts/kubernetes-ephemeral-containers: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/kubernetes-operator-pattern: content_hash: 0fa18025ebef3fa727790bfb0b596a3e53d7e6e15701bad16fe6126d35269691 description: '' @@ -133775,6 +141705,7 @@ https://iximiuz.com/en/posts/kubernetes-operator-pattern: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/kubernetes-vs-virtual-machines: content_hash: 9afb69f9d90ea5a80c4c9b150931c3a7c9a102bcd35c004a71cf018e39c0bb34 description: '' @@ -133792,6 +141723,7 @@ https://iximiuz.com/en/posts/kubernetes-vs-virtual-machines: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/laymans-iptables-101: ai_summary: An exceptionally clear, illustrated guide explaining Netfilter chains, tables (filter, nat, mangle), and packet evaluation flows in Linux iptables. Demonstrates @@ -133819,6 +141751,7 @@ https://iximiuz.com/en/posts/laymans-iptables-101: v2_locations: - linux.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/prometheus-functions-agg-over-time: content_hash: 4d5db01fbbd493215ed07081785c489aac3f03fb67132773e725241e60368746 description: '' @@ -133836,6 +141769,7 @@ https://iximiuz.com/en/posts/prometheus-functions-agg-over-time: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/prometheus-vector-matching: content_hash: 9fd326ad82bace23a15592ebb18d8bd77f4ab71c71045363ccb3a0de90cb692a description: '' @@ -133853,6 +141787,7 @@ https://iximiuz.com/en/posts/prometheus-vector-matching: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/service-discovery-in-kubernetes: content_hash: d38dd7bebf00179facd6ac7d844dd852f6a6bf60357db33ae364b611573dd3e1 description: '' @@ -133870,6 +141805,7 @@ https://iximiuz.com/en/posts/service-discovery-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/service-proxy-pod-sidecar-oh-my: content_hash: 0c0d7ca1dc3d123cb2f93deb6d5079cf225adffe58548c778a2effec1fbc6371 description: '' @@ -133886,6 +141822,7 @@ https://iximiuz.com/en/posts/service-proxy-pod-sidecar-oh-my: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/ssh-tunnels: ai_summary: An outstanding, highly visual deep-dive into SSH port forwarding, illustrating local, remote, and dynamic tunneling mechanics. Velichko's architectural breakdowns @@ -133916,6 +141853,7 @@ https://iximiuz.com/en/posts/ssh-tunnels: v2_locations: - linux.md year: N/A + addition_method: manual https://iximiuz.com/en/posts/thick-container-vulnerabilities: ai_summary: This technical deep-dive emphasizes the security benefits of using lightweight container base images, specifically analyzing Python base layers using Snyk. It @@ -133945,6 +141883,7 @@ https://iximiuz.com/en/posts/thick-container-vulnerabilities: v2_locations: - devsecops.md year: N/A + addition_method: manual https://iximiuz.com/en/series/working-with-kubernetes-api: content_hash: 4303c64ec85fc375777d8e7761b7c67009de0cda76d0fa2d456feec1eaab1d20 description: '' @@ -133961,6 +141900,7 @@ https://iximiuz.com/en/series/working-with-kubernetes-api: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://iximiuz.kit.com/posts/ivan-on-containers-kubernetes-and-backend-development-12: content_hash: f568bf929008fd59ddf89f81877ce8c6e8d3be3a34d6a8de8f98af72e2720b51 health_score: 100.0 @@ -133973,6 +141913,7 @@ https://iximiuz.kit.com/posts/ivan-on-containers-kubernetes-and-backend-developm - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://jaffarshaik.medium.com/kubernetes-architecture-and-components-bf637dbd0526: content_hash: N/A description: '' @@ -133987,6 +141928,7 @@ https://jaffarshaik.medium.com/kubernetes-architecture-and-components-bf637dbd05 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://jakarta.ee: content_hash: cf9eb8e0ece5aa4ae210af01b75cb20ad2f0235dee1e3d3483f077621c68d62b health_score: 100.0 @@ -133994,6 +141936,7 @@ https://jakarta.ee: needs_ai_refresh: true v1_locations: - docs/java_frameworks.md + addition_method: manual https://jakevdp.github.io/PythonDataScienceHandbook: content_hash: f7ff1d368d39cc69639d59f22ce920cb33cdf0674a464998a8bc4faa79a16ee3 description: '' @@ -134010,6 +141953,7 @@ https://jakevdp.github.io/PythonDataScienceHandbook: v2_locations: - python.md year: N/A + addition_method: manual https://jakubstransky.com/2021/11/05/4-devs-kubernetes-interview-question-made-easy: ai_summary: Curator Insight focuses on developer-centric Kubernetes deployments, volume setups, and port forwarding. Live Grounding demonstrates that simplifying @@ -134039,6 +141983,7 @@ https://jakubstransky.com/2021/11/05/4-devs-kubernetes-interview-question-made-e v2_locations: - interview-questions.md year: N/A + addition_method: manual https://jamaica-gleaner.com/article/business/20211224/amazon-outages-future-implications: content_hash: cea211d297d9124ea92b8cf4c658c17394c874837adcbb1c45db39fc7793b391 description: '' @@ -134050,6 +141995,7 @@ https://jamaica-gleaner.com/article/business/20211224/amazon-outages-future-impl v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual ? https://jamalshahverdiev.medium.com/argocd-applicationset-with-applications-image-updater-and-notification-controller-with-sso-bba3182dad8a : content_hash: N/A description: '' @@ -134065,6 +142011,7 @@ https://jamaica-gleaner.com/article/business/20211224/amazon-outages-future-impl v2_locations: - argo.md year: N/A + addition_method: manual https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_explain: content_hash: 3705d81354a0ecb5a7ef02884cf63513a0af6cecc78633f03ee37c83a3b032df description: '' @@ -134081,6 +142028,7 @@ https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_explain: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://jamiemaguire.net/index.php/2023/04/22/first-look-azure-open-ai-studio-prompt-engineering-what-you-can-do-and-how: content_hash: b47a2fe32b87f66caee9e5ffc227ab603a705ef3f438fc790d469ce24395aff4 description: '' @@ -134098,6 +142046,7 @@ https://jamiemaguire.net/index.php/2023/04/22/first-look-azure-open-ai-studio-pr v2_locations: - azure.md year: N/A + addition_method: manual https://jan-krueger.net/git-cheat-sheet-extended-edition: content_hash: d1a0dead7f43c826239906ef883df7c34862dedb43ad597eb1f6e54b049aefb3 description: '' @@ -134114,6 +142063,7 @@ https://jan-krueger.net/git-cheat-sheet-extended-edition: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://jasiek-petryk.medium.com/setting-up-a-private-helm-chart-repository-on-github-4a767703cec8: content_hash: N/A description: '' @@ -134129,6 +142079,7 @@ https://jasiek-petryk.medium.com/setting-up-a-private-helm-chart-repository-on-g v2_locations: - helm.md year: N/A + addition_method: manual https://jasperfx.github.io/lamar: content_hash: 73c598a1d2abc0dbeb18261e73c9b1c40802ffb72c4ffb57f640699b178dbae5 description: '' @@ -134145,6 +142096,7 @@ https://jasperfx.github.io/lamar: v2_locations: - dotnet.md year: N/A + addition_method: manual https://jasperfx.github.io/oakton: content_hash: 5bb3af725ae9296ae8fc674483793e029080c766c66b24a165c130d2398c8a34 description: '' @@ -134161,6 +142113,7 @@ https://jasperfx.github.io/oakton: v2_locations: - dotnet.md year: N/A + addition_method: manual https://javaconceptoftheday.com/java-9-interface-private-methods: content_hash: 230beaad05ae116bf96909d7bad908f30e4b495523405874891af7fc83fcac94 description: '' @@ -134176,6 +142129,7 @@ https://javaconceptoftheday.com/java-9-interface-private-methods: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javaoperatorsdk.io: content_hash: af852613da69b8ed90473bc6e33757c2c28d1c38f2235d771f9794fc53358a19 description: '' @@ -134192,6 +142146,7 @@ https://javaoperatorsdk.io: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2011/04/garbage-collection-in-java.html: ai_summary: A fundamental guide detailing Java Garbage Collection mechanics, generational hypothesis, and basic GC algorithms. Ideal for building baseline knowledge of @@ -134221,6 +142176,7 @@ https://javarevisited.blogspot.com/2011/04/garbage-collection-in-java.html: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual ? https://javarevisited.blogspot.com/2013/07/role-based-access-control-using-spring-security-ldap-authorities-mapping-mvc.html : content_hash: 030eeeb6208ef5d42758a7d27a597213b3c7cff6b7dbd69aac025e2c749ff67d description: '' @@ -134238,12 +142194,14 @@ https://javarevisited.blogspot.com/2011/04/garbage-collection-in-java.html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2017/02/difference-between-executor-executorservice-and-executors-in-java.html: content_hash: d550d8e7b432a9a87cd78e2b66a5b89bca429660fdd8fe3164f12669d5c56a98 health_score: 100.0 last_checked: 1779033336.382523 v1_locations: - docs/java-and-java-performance-optimization.md + addition_method: manual https://javarevisited.blogspot.com/2017/12/10-things-java-programmers-should-learn.html: ai_summary: Highlights classic competencies for advanced Java engineers, such as concurrency paradigms, GC tuning, microservices, and modern framework shifts. @@ -134270,6 +142228,7 @@ https://javarevisited.blogspot.com/2017/12/10-things-java-programmers-should-lea v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2018/06/java-vs-python-which-programming-language-to-learn-first.html: content_hash: d3f2165e8e7d94993829803e9adc399929b6feca2aba527a6abdc4418149227c description: '' @@ -134287,6 +142246,7 @@ https://javarevisited.blogspot.com/2018/06/java-vs-python-which-programming-lang v2_locations: - python.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2019/01/top-5-free-kubernetes-courses-for-DevOps-Engineer.html: content_hash: 4267ec41c92106cdf595e8d332bc3227a474e654a643fc53119e2ee24677f4db description: '' @@ -134304,6 +142264,7 @@ https://javarevisited.blogspot.com/2019/01/top-5-free-kubernetes-courses-for-Dev v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2019/05/top-5-courses-to-learn-docker-and-kubernetes-for-devops.html: content_hash: fee460da54102484738ffffb61ee5f70bd8c9766c2f017844d7ae8b9eb9534ad description: '' @@ -134321,6 +142282,7 @@ https://javarevisited.blogspot.com/2019/05/top-5-courses-to-learn-docker-and-kub v2_locations: - kubernetes.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2019/10/the-java-developer-roadmap.html: content_hash: f94ab4d983aef31d92dcfa46698c78f6c7a7c6299e31f071955dbc940ccd137b description: '' @@ -134337,6 +142299,7 @@ https://javarevisited.blogspot.com/2019/10/the-java-developer-roadmap.html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2020/05/10-jdbctemplate-examples-in-spring.html: content_hash: a791ce3a6b4741c038de7136afc87d0ec8bda0d66562684bbcd8cca74f370e3b description: '' @@ -134353,6 +142316,7 @@ https://javarevisited.blogspot.com/2020/05/10-jdbctemplate-examples-in-spring.ht v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2020/06/top-5-courses-to-learn-kubernetes-for-devops-and-certification.html: content_hash: c267485300b24072555b7f3c20ed86546ec0e94d9e9e092489c8176a85fa06c5 description: '' @@ -134370,6 +142334,7 @@ https://javarevisited.blogspot.com/2020/06/top-5-courses-to-learn-kubernetes-for v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2020/11/why-devops-engineer-learn-docker-kubernetes.html: content_hash: 37ef3912950ca5aa496198001fab1f45fedb5facb3bc9664af5ca32a8b1e829d description: '' @@ -134387,6 +142352,7 @@ https://javarevisited.blogspot.com/2020/11/why-devops-engineer-learn-docker-kube v2_locations: - introduction.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2021/09/microservices-design-patterns-principles.html: content_hash: 92d05d7d93b3dd5c4ffc5e0a6572f5eab88927d10299f2b5102c695212f7b343 description: '' @@ -134404,6 +142370,7 @@ https://javarevisited.blogspot.com/2021/09/microservices-design-patterns-princip v2_locations: - introduction.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2022/01/spring-boot-angular-example-tutorial.html: content_hash: 8224f390698596d40a3ace314654734b83a546ae9f99991e7f8ef98fd16a5398 description: '' @@ -134421,6 +142388,7 @@ https://javarevisited.blogspot.com/2022/01/spring-boot-angular-example-tutorial. v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2022/02/how-to-log-sql-statements-in-spring.html: content_hash: 71604db61a3bab8040a31743e0ce96853888a02403de7cd40600d36f9e3f42c8 description: '' @@ -134438,6 +142406,7 @@ https://javarevisited.blogspot.com/2022/02/how-to-log-sql-statements-in-spring.h v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2022/03/top-20-apache-kafka-interview-questions.html: ai_summary: Curator Insight details Apache Kafka broker architecture, topic partition offsets, and consumer group rebalancing. Live Grounding confirms that event-driven @@ -134468,6 +142437,7 @@ https://javarevisited.blogspot.com/2022/03/top-20-apache-kafka-interview-questio v2_locations: - interview-questions.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2022/08/how-to-post-json-data-with-curl-command.html: content_hash: 76f98a5015306d35606cfbffd0f121e961963d859156f07bf86d9e43c4213b0e description: '' @@ -134485,6 +142455,7 @@ https://javarevisited.blogspot.com/2022/08/how-to-post-json-data-with-curl-comma v2_locations: - api.md year: N/A + addition_method: manual https://javarevisited.blogspot.com/2022/08/json-interview-questions-with-answers.html: ai_summary: A structural review of the most common JSON parsing, serialization, and schema validation questions. Ideal for engineers preparing for backend and @@ -134513,6 +142484,7 @@ https://javarevisited.blogspot.com/2022/08/json-interview-questions-with-answers v2_locations: - interview-questions.md year: N/A + addition_method: manual https://javascript.plainenglish.io/enough-why-its-time-to-rip-out-angular-7d831802c8a2: content_hash: N/A description: '' @@ -134527,6 +142499,7 @@ https://javascript.plainenglish.io/enough-why-its-time-to-rip-out-angular-7d8318 v2_locations: - angular.md year: N/A + addition_method: manual https://javascript.plainenglish.io/everything-you-need-to-know-about-yaml-files-5423358cc5c9: content_hash: N/A description: '' @@ -134541,6 +142514,7 @@ https://javascript.plainenglish.io/everything-you-need-to-know-about-yaml-files- v2_locations: - yaml.md year: N/A + addition_method: manual https://javaspringvaadin.wordpress.com/2018/05/22/mavenintellijidea: description: '' health_score: 80.0 @@ -134555,6 +142529,7 @@ https://javaspringvaadin.wordpress.com/2018/05/22/mavenintellijidea: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://javatechonline.com/deploy-spring-boot-docker-spring-boot: content_hash: 83f900bf40b4293ab110e5d0498d9f18c5f15ce6626edac966d52de35d3623b4 health_score: 100.0 @@ -134567,6 +142542,7 @@ https://javatechonline.com/deploy-spring-boot-docker-spring-boot: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://javatechonline.com/distributed-tracing-logging-using-sleuth-zipkin: content_hash: 7353b526d34e2810fe90f5d2c208d22e2f204f5e8c770988689ae98225164603 health_score: 100.0 @@ -134574,6 +142550,7 @@ https://javatechonline.com/distributed-tracing-logging-using-sleuth-zipkin: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://javatechonline.com/how-to-deploy-spring-boot-application-in-docker: content_hash: 545b67507ca073ed85062010697ef67dfc5020fd250c53c607e528bcf374bd41 description: '' @@ -134585,6 +142562,7 @@ https://javatechonline.com/how-to-deploy-spring-boot-application-in-docker: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://javatechonline.com/how-to-implement-distributed-logging-tracing-using-sleuth-zipkin: content_hash: c34502520db839f63ccf3da1c52dcf8aa11a901f97cebd3bfb14803d1aa168ea description: '' @@ -134596,6 +142574,7 @@ https://javatechonline.com/how-to-implement-distributed-logging-tracing-using-sl v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://javatechonline.com/how-to-monitor-spring-boot-microservices-using-elk-stack: content_hash: 63a7514d5b38a85ec4a3acc9b8002c61d70e6964378cec385de0292d400575a8 description: '' @@ -134612,6 +142591,7 @@ https://javatechonline.com/how-to-monitor-spring-boot-microservices-using-elk-st v2_locations: - monitoring.md year: N/A + addition_method: manual https://javatechonline.com/how-to-work-with-apache-kafka-in-spring-boot: content_hash: 443f271592d9535a846341d6c2be0490adb65b57e44cfd815af5e290b7ca6d2d description: '' @@ -134628,6 +142608,7 @@ https://javatechonline.com/how-to-work-with-apache-kafka-in-spring-boot: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javatechonline.com/microservices-in-java: content_hash: a966d1845c7b2df89758a83954fff5d655df3777150ec9f5aa85a79d9f5d300e description: '' @@ -134644,6 +142625,7 @@ https://javatechonline.com/microservices-in-java: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javatechonline.com/oops-design-principles: content_hash: 73be418ca6092df080ceade00431dcf152a81eaf514220453a0e5452582e4deb description: '' @@ -134655,6 +142637,7 @@ https://javatechonline.com/oops-design-principles: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://javatechonline.com/oops-principles-oops-design-principles: content_hash: 58d14b64ac8f1ebc430826be34ad5ceb96db8a22e4436572b8aaf93aabf27987 health_score: 100.0 @@ -134667,6 +142650,7 @@ https://javatechonline.com/oops-principles-oops-design-principles: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://javatechonline.com/spring-boot-annotations-with-examples: content_hash: 307f0a0804354aea2556a727232bc182e7650aa93ba6046f5c82393c42ca6565 description: '' @@ -134684,6 +142668,7 @@ https://javatechonline.com/spring-boot-annotations-with-examples: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javatutorial.net/introduction-to-spring-web-framework: content_hash: 7c28a778fab1fd34e0485476132d52a2616a559fef06297ea92216e99b8cc982 description: '' @@ -134700,6 +142685,7 @@ https://javatutorial.net/introduction-to-spring-web-framework: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javatutorial.net/spring-vs-java-ee: content_hash: 00a78f5f7c7f0db01e57be84f44bc8079b471e6567645fa28ac7fc16775efa0a description: '' @@ -134716,6 +142702,7 @@ https://javatutorial.net/spring-vs-java-ee: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://javi-kata.medium.com/ci-cd-the-journey-of-a-dummy-team-f51a061684bc: content_hash: N/A description: '' @@ -134730,6 +142717,7 @@ https://javi-kata.medium.com/ci-cd-the-journey-of-a-dummy-team-f51a061684bc: v2_locations: - cicd.md year: N/A + addition_method: manual https://jaxenter.com/cicd-microservices-docker-162408.html: content_hash: 8ebfb9bea16ab760fad86fb6385542f087988e66bcf1a5f4272c741b90523bf2 description: '' @@ -134742,6 +142730,7 @@ https://jaxenter.com/cicd-microservices-docker-162408.html: - docs/java_frameworks.md - docs/jenkins.md year: N/A + addition_method: manual https://jaxenter.com/grafana-7-0-interview-tom-wilkie-172261.html: content_hash: 5568b2b3c78ece3438b8834ff1e6b92877f4586471d4b8df13593d1db855c172 description: '' @@ -134754,6 +142743,7 @@ https://jaxenter.com/grafana-7-0-interview-tom-wilkie-172261.html: v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://jaxenter.com/kubernetes-bigger-173675.html: content_hash: 78c662d8c2143d3f273fd0db7ed5bc05954a831bf5d1b645791485cd6b355d2b description: '' @@ -134766,6 +142756,7 @@ https://jaxenter.com/kubernetes-bigger-173675.html: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://jaxenter.com/kubernetes-extensions-172215.html: content_hash: a8f592ac5e486210ee5060456b9d14f074c166152efc3fb47e43c4dfa73e70df description: '' @@ -134778,6 +142769,7 @@ https://jaxenter.com/kubernetes-extensions-172215.html: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://jaxenter.com/kubernetes-microservices-162690.html: content_hash: 5568b2b3c78ece3438b8834ff1e6b92877f4586471d4b8df13593d1db855c172 description: '' @@ -134790,6 +142782,7 @@ https://jaxenter.com/kubernetes-microservices-162690.html: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://jaxenter.com/kubernetes-practical-implications-171647.html: content_hash: 0e71739f303fd28d2228092ac8fa1588d134ac47fbaaec69dc03121474dd0133 description: '' @@ -134802,6 +142795,7 @@ https://jaxenter.com/kubernetes-practical-implications-171647.html: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://jayendrapatil.com: content_hash: 38a2c6c4fca2c37160b7d646a7f30237b6e3a214f73fe3c1203e475a0970a573 description: '' @@ -134818,6 +142812,7 @@ https://jayendrapatil.com: v2_locations: - aws.md year: N/A + addition_method: manual https://jayex.io: content_hash: 871b36b4cb611790ae087535d7b87658d820f916b64352c804597e0e828ec821 health_score: 100.0 @@ -134833,12 +142828,14 @@ https://jayex.io: - jenkins.md - gitops.md - jenkins-alternatives.md + addition_method: manual https://jayex.io/blog/2019/07/23/serverless-deployments: content_hash: 5301da6482bae3a63d80e0edf522f4c9591c774d33f9e7df16b0faf7c9637ca0 health_score: 100.0 last_checked: 1779130495.002126 v1_locations: - docs/jenkins.md + addition_method: manual https://jayex.io/blog/2021/04/08/jx3-pipeline-trace: content_hash: df3a654232ddd001b71dedb628917fbaa440a078e991b9c640270311d5813946 health_score: 100.0 @@ -134850,6 +142847,7 @@ https://jayex.io/blog/2021/04/08/jx3-pipeline-trace: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://jayex.io/v3/admin/setup/secrets: ai_summary: A configuration manual detailing secrets provisioning during the installation of Jenkins X v3. It covers boot integrations, external vault bindings, and populating @@ -134871,6 +142869,7 @@ https://jayex.io/v3/admin/setup/secrets: v2_locations: - devsecops.md year: '2022' + addition_method: manual https://jchyip.medium.com/my-critique-of-the-spotify-model-part-1-197d335ef7af: content_hash: N/A description: '' @@ -134885,6 +142884,7 @@ https://jchyip.medium.com/my-critique-of-the-spotify-model-part-1-197d335ef7af: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://jdhitsolutions.com/blog/powershell-7/8793/profile-powershell-functions: content_hash: c26c172a33679a4ce76014d62f6304413acc2faeab6d2ff9ab230d56caa5d46a description: '' @@ -134900,6 +142900,7 @@ https://jdhitsolutions.com/blog/powershell-7/8793/profile-powershell-functions: v2_locations: - azure.md year: N/A + addition_method: manual https://jdk.java.net/11: content_hash: 1f45ed0a9f7899adca1bfff175653f00ee582172088e05ec02fd9f672ab2cd77 description: '' @@ -134916,6 +142917,7 @@ https://jdk.java.net/11: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://jenkins-ci.361315.n4.nabble.com/Declarative-pipelines-vs-scripted-td4891792.html: content_hash: N/A health_score: 100.0 @@ -134926,6 +142928,7 @@ https://jenkins-ci.361315.n4.nabble.com/Declarative-pipelines-vs-scripted-td4891 - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://jenkins-job-builder.readthedocs.io: content_hash: c1df5f5c3978bf945909f9dca104b05ad7d11bc486aa7987883bcbf8a51b403d description: '' @@ -134937,6 +142940,7 @@ https://jenkins-job-builder.readthedocs.io: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://jenkins-job-builder.readthedocs.io/en/latest: content_hash: 28f8ce8c45683851df8d22590a2ffa4120559b77e3d46f9dc37895fabcd4503c health_score: 100.0 @@ -134948,11 +142952,13 @@ https://jenkins-job-builder.readthedocs.io/en/latest: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://jenkins-job-builder.readthedocs.io/en/latest/en/latest: health_score: 64.0 last_checked: 1779130495.00655 v1_locations: - docs/jenkins.md + addition_method: manual https://jenkins-x.io: content_hash: 4f93b16c324ab317cd086d9bedd79077d4803250b4dfbfd6f5a9ef361ac4b5e6 description: '' @@ -134966,12 +142972,14 @@ https://jenkins-x.io: - docs/jenkins-alternatives.md - docs/jenkins.md year: N/A + addition_method: manual https://jenkins-x.io/blog/2019/07/23/serverless-deployments: content_hash: ce0ba2a3bccfe40d9fd71a6b8522ff7b8b4c61f07eaacab8a5352ea58c903b78 health_score: 100.0 last_checked: 1779032699.421062 v1_locations: - docs/jenkins.md + addition_method: manual https://jenkins-x.io/blog/2021/04/08/jx3-pipeline-trace: content_hash: ab1e40c2d4d77df4e35b7346cb93d95fc5870f854815002bd59b75d67f0d6ebc description: '' @@ -134984,6 +142992,7 @@ https://jenkins-x.io/blog/2021/04/08/jx3-pipeline-trace: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://jenkins-x.io/v3/admin/setup/secrets: content_hash: ec8308dee23ecf9f30ba5cd902648cf36413f0a482286ccbf0a728200c6692ff description: '' @@ -134995,6 +143004,7 @@ https://jenkins-x.io/v3/admin/setup/secrets: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://jenkins.io: content_hash: 77958e189c5ea2c73eae5f9a39766bf2fca026e20ed4fb38f45a32f73c7f68b7 description: '' @@ -135006,6 +143016,7 @@ https://jenkins.io: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://jenkins.io/blog/2016/11/21/gc-tuning: content_hash: 98f082b6984dec05e6a37b3c709afa369a0d465499c2cd96997cbf6e00bfae5d description: '' @@ -135019,6 +143030,7 @@ https://jenkins.io/blog/2016/11/21/gc-tuning: - docs/java-and-java-performance-optimization.md - docs/jenkins.md year: N/A + addition_method: manual https://jenkins.io/blog/2019/11/22/welcome-to-the-matrix: content_hash: ab2b76768d0db6108e713c0936e6c7432ef1f88e85e624646819a47f182445eb description: '' @@ -135030,6 +143042,7 @@ https://jenkins.io/blog/2019/11/22/welcome-to-the-matrix: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://jenkins.io/blog/2020/01/08/atlassians-new-bitbucket-server-integration-for-jenkins: content_hash: abf3cf9bbe746b61df778d3385a6f2d9c53d51f379fe664714c954032a431a3e description: '' @@ -135041,6 +143054,7 @@ https://jenkins.io/blog/2020/01/08/atlassians-new-bitbucket-server-integration-f v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://jenkins.io/blog/2020/02/02/web-socket: content_hash: 9aff4d78c3b29efa08207d714241e49baa79cc24e876ad5343f6aa82910f4868 description: '' @@ -135052,6 +143066,7 @@ https://jenkins.io/blog/2020/02/02/web-socket: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://jenkins.io/doc/book/pipeline: content_hash: b515f37aef22a438d17bf84bb780a9c2845414d9c88c06fc875897572bd34fdb description: '' @@ -135063,6 +143078,7 @@ https://jenkins.io/doc/book/pipeline: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://jenkins.io/doc/book/pipeline/jenkinsfile: content_hash: b950513f0ccf17dbbf30d13508871b55ffa18265a2f9c9f3201b9ffc8331a389 description: '' @@ -135074,6 +143090,7 @@ https://jenkins.io/doc/book/pipeline/jenkinsfile: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://jenkins.io/solutions/pipeline: content_hash: f3c1c8d569acd5f2a4e642e6545a7016e42dafc95fa804be5b142c54c67205ae description: '' @@ -135086,6 +143103,7 @@ https://jenkins.io/solutions/pipeline: - docs/demos.md - docs/jenkins.md year: N/A + addition_method: manual https://jenkinsci.github.io/job-dsl-plugin: content_hash: 3b6198639582dee057e0796015e6003ae0f0418d0e36bd5c64bd8258d819b456 description: '' @@ -135105,6 +143123,7 @@ https://jenkinsci.github.io/job-dsl-plugin: - jenkins.md - demos.md year: N/A + addition_method: manual https://jenkinsistheway.io: content_hash: N/A description: '' @@ -135119,6 +143138,7 @@ https://jenkinsistheway.io: v2_locations: - jenkins.md year: N/A + addition_method: manual https://jenkinsistheway.io/user-story/jenkins-is-the-way-to-fintech-excellence: content_hash: N/A description: '' @@ -135134,6 +143154,7 @@ https://jenkinsistheway.io/user-story/jenkins-is-the-way-to-fintech-excellence: v2_locations: - jenkins.md year: N/A + addition_method: manual https://jenkinsistheway.io/user-story/jenkins-is-the-way-to-improve-solution-development: content_hash: N/A description: '' @@ -135148,6 +143169,7 @@ https://jenkinsistheway.io/user-story/jenkins-is-the-way-to-improve-solution-dev v2_locations: - jenkins.md year: N/A + addition_method: manual https://jenkinsistheway.io/user-story/to-build-ci-cd-that-fits-advanced-and-unique-use-cases: content_hash: N/A description: '' @@ -135163,6 +143185,7 @@ https://jenkinsistheway.io/user-story/to-build-ci-cd-that-fits-advanced-and-uniq v2_locations: - jenkins.md year: N/A + addition_method: manual https://jenkinsistheway.io/user-story/to-devsecops: content_hash: N/A description: '' @@ -135177,6 +143200,7 @@ https://jenkinsistheway.io/user-story/to-devsecops: v2_locations: - jenkins.md year: N/A + addition_method: manual https://jeremydmiller.com/2021/10/12/self-diagnosing-deployments-with-oakton-and-lamar: content_hash: N/A description: '' @@ -135193,6 +143217,7 @@ https://jeremydmiller.com/2021/10/12/self-diagnosing-deployments-with-oakton-and v2_locations: - dotnet.md year: N/A + addition_method: manual https://jeromevdl.medium.com/when-to-use-a-lambda-function-and-when-not-9a225e6dd2dd: content_hash: N/A description: '' @@ -135207,6 +143232,7 @@ https://jeromevdl.medium.com/when-to-use-a-lambda-function-and-when-not-9a225e6d v2_locations: - serverless.md year: N/A + addition_method: manual https://jet-start.sh: content_hash: N/A description: '' @@ -135223,6 +143249,7 @@ https://jet-start.sh: - java-and-java-performance-optimization.md - message-queue.md year: N/A + addition_method: manual https://jet-start.sh/blog/2020/06/09/jdk-gc-benchmarks-part1: content_hash: N/A description: '' @@ -135238,6 +143265,7 @@ https://jet-start.sh/blog/2020/06/09/jdk-gc-benchmarks-part1: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://jfrog.com/blog: ai_summary: A practical walk-through showing how to use Spectral in tandem with JFrog Pipelines. The tutorial focuses on identifying misplaced credentials and @@ -135261,6 +143289,7 @@ https://jfrog.com/blog: - registries.md - devsecops.md year: '2022' + addition_method: manual https://jfrog.com/blog/5-steps-to-hosting-your-application-on-amazon-cloud-container-service: content_hash: d6afeb5a86a47cc7febf14411f124ad1d2cd4ec1641ff2b52e358ee1b765301c description: '' @@ -135278,6 +143307,7 @@ https://jfrog.com/blog/5-steps-to-hosting-your-application-on-amazon-cloud-conta v2_locations: - demos.md year: N/A + addition_method: manual https://jfrog.com/blog/cloud-native-ci-cd-the-ultimate-checklist: ai_summary: 'Curator Insight: A structured audit checklist targeting modern, microservices-driven Kubernetes pipeline builds. Live Grounding: Focuses on container image promotion, @@ -135307,6 +143337,7 @@ https://jfrog.com/blog/cloud-native-ci-cd-the-ultimate-checklist: v2_locations: - cicd.md year: N/A + addition_method: manual https://jfrog.com/blog/dont-let-prometheus-steal-your-fire: content_hash: 734a76828f6b91cd4229adecf55175b0f6d63de8fab725047c0c13664242abc9 description: '' @@ -135323,6 +143354,7 @@ https://jfrog.com/blog/dont-let-prometheus-steal-your-fire: v2_locations: - prometheus.md year: N/A + addition_method: manual https://jfrog.com/blog/github-vs-jfrog-who-can-do-the-job-for-devops: ai_summary: A detailed product comparison of GitHub Packages and JFrog Artifactory, contrasting binary registry performance limits, metadata depth, and enterprise @@ -135350,6 +143382,7 @@ https://jfrog.com/blog/github-vs-jfrog-who-can-do-the-job-for-devops: v2_locations: - registries.md year: N/A + addition_method: manual https://jfrog.com/blog/helm-charts-best-practices: ai_summary: JFrog's blueprint on production Helm chart development. Recommends strategies for structured defaults, semantic versioning rules, and secure enterprise registry @@ -135378,6 +143411,7 @@ https://jfrog.com/blog/helm-charts-best-practices: v2_locations: - helm.md year: N/A + addition_method: manual https://jfrog.com/blog/how-i-leaped-forward-my-jenkins-build-with-jfrog-pipelines: content_hash: a48397adced925ba90b1355bac44349d267b2c0efbb48e7c7393c36b7ff2fc7a description: '' @@ -135390,6 +143424,7 @@ https://jfrog.com/blog/how-i-leaped-forward-my-jenkins-build-with-jfrog-pipeline - docs/jenkins-alternatives.md - docs/registries.md year: N/A + addition_method: manual https://jfrog.com/blog/how-to-accelerate-software-delivery-with-hybrid-cloud-ci-cd: ai_summary: 'Curator Insight: Case study analyzing delivery speedups for high-traffic, e-commerce architectures in hybrid environments. Live Grounding: Illustrates cross-cloud @@ -135421,6 +143456,7 @@ https://jfrog.com/blog/how-to-accelerate-software-delivery-with-hybrid-cloud-ci- v2_locations: - cicd.md year: N/A + addition_method: manual https://jfrog.com/blog/how-to-protect-your-secrets-with-spectral-and-jfrog-pipelines: content_hash: a48397adced925ba90b1355bac44349d267b2c0efbb48e7c7393c36b7ff2fc7a description: '' @@ -135432,6 +143468,7 @@ https://jfrog.com/blog/how-to-protect-your-secrets-with-spectral-and-jfrog-pipel v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://jfrog.com/blog/jfrog-artifactory-kubernetes-registry: ai_summary: A deep technical article showing how JFrog Artifactory works as a high-density Kubernetes-integrated OCI registry with caching and security protections. @@ -135458,6 +143495,7 @@ https://jfrog.com/blog/jfrog-artifactory-kubernetes-registry: v2_locations: - registries.md year: N/A + addition_method: manual https://jfrog.com/blog/pipelines-ci-cd-and-the-jfrog-platform-difference: content_hash: af025d6199ba3b02bc9af940118534415d3cd2be707d85785c13b8da47397544 description: '' @@ -135469,6 +143507,7 @@ https://jfrog.com/blog/pipelines-ci-cd-and-the-jfrog-platform-difference: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://jfrog.com/container-registry: ai_summary: Enterprise landing page for JFrog's Container Registry, showing support for Helm, Docker, and OCI specifications with high-availability clustering and @@ -135496,6 +143535,7 @@ https://jfrog.com/container-registry: v2_locations: - registries.md year: N/A + addition_method: manual https://jfrog.com/help/r/jfrog-artifactory-documentation/helm-chart-repositories: content_hash: 6f377dbaf9043effc1ecf880e82df7c1a04b6df53d412ba1fe5079cae8aee95d health_score: 64.0 @@ -135508,6 +143548,7 @@ https://jfrog.com/help/r/jfrog-artifactory-documentation/helm-chart-repositories status: review_required v1_locations: - docs/registries.md + addition_method: manual https://jfrog.com/integration/kubernetes-docker-registry: content_hash: 538fbc15bcbce09c7d39035e5551ec30a7c7e5c626afc52647ab37f647f8c2b7 description: '' @@ -135520,6 +143561,7 @@ https://jfrog.com/integration/kubernetes-docker-registry: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://jfrog.com/integrations/kubernetes-docker-registry: ai_summary: An exploration of JFrog Artifactory's role as a local Kubernetes Docker registry proxy, showing how it minimizes deployment latency and manages external @@ -135542,6 +143584,7 @@ https://jfrog.com/integrations/kubernetes-docker-registry: v2_locations: - registries.md year: '2022' + addition_method: manual https://jfrog.com/knowledge-base/a-beginners-guide-to-understanding-and-building-docker-images: content_hash: 1f73d5d89c04425858394d6eed791169f0ddb9abd035e1140e1b886ee8c67506 description: '' @@ -135554,6 +143597,7 @@ https://jfrog.com/knowledge-base/a-beginners-guide-to-understanding-and-building v1_locations: - docs/docker.md year: N/A + addition_method: manual https://jfrog.com/knowledge-base/the-basics-7-alternatives-to-docker-all-in-one-solutions-and-standalone-container-tools: content_hash: dd788fa9bfcaba086c62d184d7f0740d92c5816dbff5602fec34c86299bd674e description: '' @@ -135566,6 +143610,7 @@ https://jfrog.com/knowledge-base/the-basics-7-alternatives-to-docker-all-in-one- v1_locations: - docs/docker.md year: N/A + addition_method: manual https://jfrog.com/learn/cloud-native/how-to-build-docker-images: content_hash: 290ca9eca512f3f956a0b32207ab4d86dfb49cca1ff085d556b1c180eef0f78c health_score: 100.0 @@ -135578,6 +143623,7 @@ https://jfrog.com/learn/cloud-native/how-to-build-docker-images: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://jfrog.com/learn/devops/alternatives-to-docker: content_hash: 6a8ec3ea438a23949ab9ade73704fcd5ab0a9fe85986b43eea1b439ee9360cb0 health_score: 100.0 @@ -135590,6 +143636,7 @@ https://jfrog.com/learn/devops/alternatives-to-docker: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://jfrog.com/pipelines: ai_summary: An enterprise-grade CI/CD automation tool natively integrated into the JFrog Platform. It leverages declarative YAML schemas, step-based workflows, and @@ -135619,6 +143666,7 @@ https://jfrog.com/pipelines: - cicd.md - jenkins-alternatives.md year: N/A + addition_method: manual https://jfrog.com/platform: content_hash: e35705990f76317f281f87a52fee08dfaf1c933adda20e0659ce1452c041d689 description: '' @@ -135635,6 +143683,7 @@ https://jfrog.com/platform: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://jfrog.com/whitepaper/gigaom-radar-for-enterprise-ci-cd: content_hash: af025d6199ba3b02bc9af940118534415d3cd2be707d85785c13b8da47397544 description: '' @@ -135646,6 +143695,7 @@ https://jfrog.com/whitepaper/gigaom-radar-for-enterprise-ci-cd: v1_locations: - docs/cicd.md year: N/A + addition_method: manual ? https://jfrog.com/whitepaper/the-jfrog-journey-to-kubernetes-best-practices-for-taking-your-containers-all-the-way-to-production : ai_summary: A detailed whitepaper detailing strategies for transitioning binaries safely into Kubernetes environments, highlighting JFrog's best practices for container @@ -135675,6 +143725,7 @@ https://jfrog.com/whitepaper/gigaom-radar-for-enterprise-ci-cd: v2_locations: - registries.md year: N/A + addition_method: manual https://jhhemal.medium.com/some-essential-built-in-tools-for-working-with-lists-81c4f9d5f25e: content_hash: N/A description: '' @@ -135689,6 +143740,7 @@ https://jhhemal.medium.com/some-essential-built-in-tools-for-working-with-lists- v2_locations: - python.md year: N/A + addition_method: manual https://jhhemal.medium.com/some-tips-and-tricks-for-writing-better-code-in-python-f65e4b6814fd: content_hash: N/A description: '' @@ -135703,6 +143755,7 @@ https://jhhemal.medium.com/some-tips-and-tricks-for-writing-better-code-in-pytho v2_locations: - python.md year: N/A + addition_method: manual https://jijujacob27.medium.com/sharded-saas-applications-on-kubernetes-using-helm-argocd-and-argo-rollouts-a683c66f8646: content_hash: N/A description: '' @@ -135718,6 +143771,7 @@ https://jijujacob27.medium.com/sharded-saas-applications-on-kubernetes-using-hel v2_locations: - argo.md year: N/A + addition_method: manual https://jimangel.io/post/auto-gitops-isitstillrunning.com: content_hash: 555839b76c0b70ea769ee625f61e9a3c742917b26c280660bc222d9418eaf926 description: '' @@ -135729,6 +143783,7 @@ https://jimangel.io/post/auto-gitops-isitstillrunning.com: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://jimmydqv.com/iam-anywhere: content_hash: 38b12998ee1175e2f63cedceaa0596dbf9d7e859e41f6c1dd62fcd57110f803e description: '' @@ -135745,6 +143800,7 @@ https://jimmydqv.com/iam-anywhere: v2_locations: - aws-security.md year: N/A + addition_method: manual https://jimmysong.io/awesome-cloud-native: content_hash: 37d670790e1825ff817a5ce878eebf563c5a137963e056c6fe213e77b2d218ee description: '' @@ -135755,6 +143811,7 @@ https://jimmysong.io/awesome-cloud-native: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://jimmysong.io/blog/sidecar-injection-iptables-and-traffic-routing: ai_summary: A highly detailed architectural breakdown of sidecar container injection and the underlying Linux iptables mechanisms that intercept incoming and outgoing @@ -135780,6 +143837,7 @@ https://jimmysong.io/blog/sidecar-injection-iptables-and-traffic-routing: v2_locations: - istio.md year: '2021' + addition_method: manual https://jimmysong.io/en/blog/sidecar-injection-iptables-and-traffic-routing: content_hash: 06de95ed854b85dd465e84cbd7ff9ce3dee989c0c758582dff6ec6d2eaf4aefe description: '' @@ -135792,6 +143850,7 @@ https://jimmysong.io/en/blog/sidecar-injection-iptables-and-traffic-routing: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://jimmysong.io/kubernetes-handbook/concepts/pod.html: content_hash: 7a2d7655e4722cb3117f2029a981d9878d43d683d0b4a00868492609d26d8818 description: '' @@ -135803,6 +143862,7 @@ https://jimmysong.io/kubernetes-handbook/concepts/pod.html: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://jimmysong.io/kubernetes-handbook/guide/using-kubectl.html: content_hash: 7a2d7655e4722cb3117f2029a981d9878d43d683d0b4a00868492609d26d8818 description: '' @@ -135814,6 +143874,7 @@ https://jimmysong.io/kubernetes-handbook/guide/using-kubectl.html: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://jimmysong.io/zh/book/kubernetes-handbook: content_hash: c330efa46e05d4d8eac8cea23627f846ada4b4efd594aa707bff007f5b4ed663 health_score: 100.0 @@ -135826,6 +143887,7 @@ https://jimmysong.io/zh/book/kubernetes-handbook: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://jinwookim928.medium.com/automation-script-for-git-flow-on-powershell-70d0596f6da8: content_hash: N/A description: '' @@ -135840,6 +143902,7 @@ https://jinwookim928.medium.com/automation-script-for-git-flow-on-powershell-70d v2_locations: - azure.md year: N/A + addition_method: manual https://jinwookim928.medium.com/intro-to-event-driven-architecture-79914e5969d7: content_hash: N/A description: '' @@ -135854,6 +143917,7 @@ https://jinwookim928.medium.com/intro-to-event-driven-architecture-79914e5969d7: v2_locations: - message-queue.md year: N/A + addition_method: manual https://jitpack.io: ai_summary: An on-demand repository proxy that builds GitHub or GitLab repositories on the fly and serves them as Maven dependencies, simplifying library distribution. @@ -135881,6 +143945,7 @@ https://jitpack.io: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://jjba.dev/posts/jenkins-shared-library: content_hash: N/A description: '' @@ -135895,6 +143960,7 @@ https://jjba.dev/posts/jenkins-shared-library: v2_locations: - jenkins.md year: N/A + addition_method: manual https://jkcfg.github.io: content_hash: 31b25869b39f1baa9e7fc279255901b696c36629e57294d4455f479534139852 description: '' @@ -135906,6 +143972,7 @@ https://jkcfg.github.io: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://jkebertz.medium.com/the-art-of-writing-amazing-rest-apis-dc4c4100478d: content_hash: N/A description: '' @@ -135920,6 +143987,7 @@ https://jkebertz.medium.com/the-art-of-writing-amazing-rest-apis-dc4c4100478d: v2_locations: - api.md year: N/A + addition_method: manual https://jmeter.apache.org: ai_summary: Apache JMeter is the industry standard for performing robust load tests across varied protocols (HTTP, FTP, SOAP, Database). Allows extensive functional @@ -135949,6 +144017,7 @@ https://jmeter.apache.org: - performance-testing-with-jenkins-and-jmeter.md - prometheus.md year: N/A + addition_method: manual https://jmeter.apache.org/usermanual/best-practices.html: ai_summary: The official JMeter optimization playbook outlining key configuration standards. Focuses on minimizing CLI resource utilization, visual component overhead, @@ -135976,6 +144045,7 @@ https://jmeter.apache.org/usermanual/best-practices.html: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://jmfloreszazo.com/flujos-de-trabajo-de-git: ai_summary: Exposición exhaustiva sobre los flujos de trabajo más populares de la industria, incluyendo GitFlow, GitHub Flow y Trunk-Based Development. Proporciona @@ -136005,6 +144075,7 @@ https://jmfloreszazo.com/flujos-de-trabajo-de-git: v2_locations: - git.md year: N/A + addition_method: manual https://jmfloreszazo.com/git-mejores-practicas-cherry-picking: ai_summary: Guía detallada que describe las mejores prácticas de ingeniería para implementar el comando `git cherry-pick`. Detalla los riesgos de la duplicación @@ -136034,6 +144105,7 @@ https://jmfloreszazo.com/git-mejores-practicas-cherry-picking: v2_locations: - git.md year: N/A + addition_method: manual https://jmfloreszazo.com/monetizar-un-api-con-azure-api-management: content_hash: 51f947a7df00d54b3fe3dc19b30d3176f9acc5d9f1385c7aef40e97cfa4003a7 description: '' @@ -136050,6 +144122,7 @@ https://jmfloreszazo.com/monetizar-un-api-con-azure-api-management: v2_locations: - azure.md year: N/A + addition_method: manual https://jmrobles.medium.com/how-to-setup-hetzner-load-balancer-on-a-kubernetes-cluster-2ce79ca4a27b: content_hash: N/A description: '' @@ -136065,6 +144138,7 @@ https://jmrobles.medium.com/how-to-setup-hetzner-load-balancer-on-a-kubernetes-c v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://joachim8675309.medium.com/aks-with-grpc-and-ingress-nginx-32481a792a1: content_hash: N/A description: '' @@ -136079,6 +144153,7 @@ https://joachim8675309.medium.com/aks-with-grpc-and-ingress-nginx-32481a792a1: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://joachim8675309.medium.com/externaldns-with-aks-azure-dns-941a1804dc88: content_hash: N/A description: '' @@ -136093,6 +144168,7 @@ https://joachim8675309.medium.com/externaldns-with-aks-azure-dns-941a1804dc88: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://joachim8675309.medium.com/externaldns-with-eks-and-route53-90aa23fa3aba: content_hash: N/A description: '' @@ -136107,6 +144183,7 @@ https://joachim8675309.medium.com/externaldns-with-eks-and-route53-90aa23fa3aba: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://joachim8675309.medium.com/istio-service-mesh-on-aks-1b6ed16f6890: content_hash: N/A description: '' @@ -136121,6 +144198,7 @@ https://joachim8675309.medium.com/istio-service-mesh-on-aks-1b6ed16f6890: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://jobs.rekruuto.com: content_hash: N/A description: '' @@ -136135,6 +144213,7 @@ https://jobs.rekruuto.com: v2_locations: - recruitment.md year: N/A + addition_method: manual https://joelcalifa.com/blog/tiny-wins: content_hash: a04b0dd2dafac46ef45878d222647d9429afc64ffcb085be37acaf332875763a description: '' @@ -136151,6 +144230,7 @@ https://joelcalifa.com/blog/tiny-wins: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://joereis.substack.com/p/data-engineering-in-2024-what-im: content_hash: N/A description: '' @@ -136165,6 +144245,7 @@ https://joereis.substack.com/p/data-engineering-in-2024-what-im: v2_locations: - introduction.md year: N/A + addition_method: manual https://john-tucker.medium.com/kubernetes-cpu-resource-requests-at-runtime-c4df668d1c5c: content_hash: N/A description: '' @@ -136179,6 +144260,7 @@ https://john-tucker.medium.com/kubernetes-cpu-resource-requests-at-runtime-c4df6 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://johnclarke73.medium.com/our-continuous-delivery-journey-11d86dd68a49: content_hash: N/A description: '' @@ -136193,6 +144275,7 @@ https://johnclarke73.medium.com/our-continuous-delivery-journey-11d86dd68a49: v2_locations: - flux.md year: N/A + addition_method: manual https://johnlokerse.dev/2024/02/05/lint-azure-bicep-templates-in-azure-devops: content_hash: e54504f2d22e6f0f064b52aa5208bd6f6a8493f13db597e99dc77013d4d28443 description: '' @@ -136209,6 +144292,7 @@ https://johnlokerse.dev/2024/02/05/lint-azure-bicep-templates-in-azure-devops: v2_locations: - azure.md year: N/A + addition_method: manual https://johnlokerse.dev/2025/02/10/automate-pull-request-descriptions-in-azure-devops-with-azure-openai: ai_summary: A practical implementation guide demonstrating how to integrate Azure OpenAI into Azure DevOps pipelines to automatically generate comprehensive pull @@ -136243,6 +144327,7 @@ https://johnlokerse.dev/2025/02/10/automate-pull-request-descriptions-in-azure-d - azure.md - cicd.md year: N/A + addition_method: manual https://jonbc.medium.com/hacking-your-way-to-observability-part-1-cf4cd42fb4dc: content_hash: N/A description: '' @@ -136257,6 +144342,7 @@ https://jonbc.medium.com/hacking-your-way-to-observability-part-1-cf4cd42fb4dc: v2_locations: - prometheus.md year: N/A + addition_method: manual https://jonbc.medium.com/hacking-your-way-to-observability-part-2-c38baaee6b92: content_hash: N/A description: '' @@ -136271,6 +144357,7 @@ https://jonbc.medium.com/hacking-your-way-to-observability-part-2-c38baaee6b92: v2_locations: - prometheus.md year: N/A + addition_method: manual https://jonnylangefeld.com/blog/kubernetes-how-to-view-swagger-ui: content_hash: 2e7003f0f4517095e1169840293ee324fa8a78dbca7586da69e652966ace6034 health_score: 100.0 @@ -136283,6 +144370,7 @@ https://jonnylangefeld.com/blog/kubernetes-how-to-view-swagger-ui: - docs/swagger-code-generator-for-rest-apis.md v2_locations: - swagger-code-generator-for-rest-apis.md + addition_method: manual https://josephrodriguezg.medium.com/deploying-a-spring-boot-application-in-kubernetes-using-helm-charts-5c04c2d46e16: content_hash: N/A description: '' @@ -136298,6 +144386,7 @@ https://josephrodriguezg.medium.com/deploying-a-spring-boot-application-in-kuber v2_locations: - demos.md year: N/A + addition_method: manual https://joseprsm.medium.com/how-to-build-machine-learning-models-that-train-themselves-bbc87499ca5: content_hash: N/A description: '' @@ -136312,6 +144401,7 @@ https://joseprsm.medium.com/how-to-build-machine-learning-models-that-train-them v2_locations: - mlops.md year: N/A + addition_method: manual https://joshbersin.com/2021/12/from-the-great-resignation-to-the-great-migration: ai_summary: Reframes the 'Great Resignation' as a global reallocation of talent toward high-growth, modern tech environments. Analyzes macro-level shifts in sector @@ -136340,6 +144430,7 @@ https://joshbersin.com/2021/12/from-the-great-resignation-to-the-great-migration v2_locations: - recruitment.md year: N/A + addition_method: manual https://journeyofthegeek.com/2024/05/10/azure-authorization-azure-rbac-delegation: content_hash: e4820a355075753a0a9a5d82ba236797054dab13d36296e32ab04eced205d30c description: '' @@ -136356,6 +144447,7 @@ https://journeyofthegeek.com/2024/05/10/azure-authorization-azure-rbac-delegatio v2_locations: - azure.md year: N/A + addition_method: manual https://jpastreamer.org: content_hash: 52aebb7bce462b733097d6661915204794d4ceb420f5913d07da87123165d015 description: '' @@ -136372,6 +144464,7 @@ https://jpastreamer.org: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://jpetazzo.github.io/2021/11/30/docker-build-container-images-antipatterns: content_hash: 038b0dad202b5539f0e4516114c692bd81d264e8afc4e8f5c8c8d891f9f910f1 health_score: 100.0 @@ -136384,6 +144477,7 @@ https://jpetazzo.github.io/2021/11/30/docker-build-container-images-antipatterns - docs/docker.md v2_locations: - docker.md + addition_method: manual https://jproco.medium.com/deliver-a-product-roadmap-that-survives-startup-velocity-f9be4fb9893e: content_hash: N/A description: '' @@ -136398,6 +144492,7 @@ https://jproco.medium.com/deliver-a-product-roadmap-that-survives-startup-veloci v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://json-schema.org/understanding-json-schema: content_hash: 9f0bf9b8918ead993838938a77f3a4cc1fb47956832cef9ca08e983a6fabb1e7 description: '' @@ -136409,6 +144504,7 @@ https://json-schema.org/understanding-json-schema: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://json-schema.org/understanding-json-schema/reference: ai_summary: The official handbook of JSON Schema guidelines, detailing validation syntax, schemas design, and keyword definitions. Crucial for designing and verifying @@ -136430,6 +144526,7 @@ https://json-schema.org/understanding-json-schema/reference: v2_locations: - yaml.md year: '2025' + addition_method: manual https://jsoncrack.com: ai_summary: A browser utility that renders complex, nested JSON objects into visual node-based graph models. Dramatically improves debugging speed and schema comprehension @@ -136458,6 +144555,7 @@ https://jsoncrack.com: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://jsonformatter.org/yaml-validator: content_hash: N/A description: '' @@ -136472,6 +144570,7 @@ https://jsonformatter.org/yaml-validator: v2_locations: - yaml.md year: N/A + addition_method: manual https://jsoning.com: ai_summary: A clean web application designed to validate, format, and visualize JSON documents. Helps developers instantly detect validation errors and format @@ -136500,6 +144599,7 @@ https://jsoning.com: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://jsonnet.org: ai_summary: A declarative, data-templating syntax extending JSON with functions, variables, and inheritance structures. It empowers systems engineers to programmatic @@ -136530,6 +144630,7 @@ https://jsonnet.org: - yaml.md - kubernetes.md year: N/A + addition_method: manual https://jsontoolbox.com: content_hash: 1e6342089ab9d0590523b33e69c9c6b239ccc81a1fc0d9866464278976d37cbe description: '' @@ -136546,6 +144647,7 @@ https://jsontoolbox.com: v2_locations: - ChromeDevTools.md year: N/A + addition_method: manual https://judebantony.github.io/cicd-github-action-example: content_hash: 7bd18de295290e1b1b31b1c49565322bbb81d658c099f6fc8e955242b5fb274f description: '' @@ -136562,6 +144664,7 @@ https://judebantony.github.io/cicd-github-action-example: v2_locations: - demos.md year: N/A + addition_method: manual https://juhache.substack.com/p/from-data-engineer-to-yaml-engineer-ed2: content_hash: N/A description: '' @@ -136576,6 +144679,7 @@ https://juhache.substack.com/p/from-data-engineer-to-yaml-engineer-ed2: v2_locations: - message-queue.md year: N/A + addition_method: manual https://juju.is/cloud-native-kubernetes-usage-report-2021: content_hash: 6dd11f73ac72feaba19d04d02df52351050e2cf9701a46e219eb47d3bb1d2f93 description: '' @@ -136587,6 +144691,7 @@ https://juju.is/cloud-native-kubernetes-usage-report-2021: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://julien.danjou.info/blog/2015/guide-to-python-profiling-cprofile-concrete-case-carbonara: content_hash: 09ead1ea8cb01737bc54b06ff43bb0fec516e26687cc1b69bfc70dbd00ccced3 description: '' @@ -136603,6 +144708,7 @@ https://julien.danjou.info/blog/2015/guide-to-python-profiling-cprofile-concrete v2_locations: - python.md year: N/A + addition_method: manual https://julien.danjou.info/stop-merging-your-pull-request-manually: ai_summary: Advocates for using automated merge engines to manage pull requests instead of manually executing git merges. The author explains how programmatic @@ -136631,6 +144737,7 @@ https://julien.danjou.info/stop-merging-your-pull-request-manually: v2_locations: - git.md year: N/A + addition_method: manual https://jumpstart.azure.com: content_hash: 768dbbff7065c10316853c2c5cbd72e32d7392e0f850372f6f96b01ea83fcbfd health_score: 100.0 @@ -136642,6 +144749,7 @@ https://jumpstart.azure.com: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://junit.org: content_hash: 9000da8697382f4650dbd067501ee72b560a4ac44a716546153eb1a8fdef088a description: '' @@ -136658,6 +144766,7 @@ https://junit.org: v2_locations: - qa.md year: N/A + addition_method: manual https://justingarrison.com/blog/2021-07-11-github-url-hacks: content_hash: dc32d0620a9a3d48b74fb26b1893fcda690b20e72bb930b06095bcbd646414d2 health_score: 100.0 @@ -136669,6 +144778,7 @@ https://justingarrison.com/blog/2021-07-11-github-url-hacks: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://justinoconnor.codes/2022/08/19/azure-periodic-table-of-resource-naming-convention-shorthands: content_hash: da5eddd3accc4516647e6211026f10c75ad5e20f0b2975d785330f053cd293e8 description: '' @@ -136686,6 +144796,7 @@ https://justinoconnor.codes/2022/08/19/azure-periodic-table-of-resource-naming-c v2_locations: - azure.md year: N/A + addition_method: manual https://jvns.ca/blog/2021/09/24/new-tool--an-nginx-playground: ai_summary: An introductory blog post by Julia Evans launching an interactive Nginx configuration playground. It explains the core configuration blocks and how the @@ -136714,6 +144825,7 @@ https://jvns.ca/blog/2021/09/24/new-tool--an-nginx-playground: v2_locations: - web-servers.md year: N/A + addition_method: manual https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools: ai_summary: A highly curated technical index compiling modern CLI tools that replace classic utilities. Recommends Rust-based tools like fd, bat, and jaq to modernize @@ -136744,6 +144856,7 @@ https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools: - linux.md - yaml.md year: N/A + addition_method: manual https://k0sproject.io: ai_summary: k0s is a zero-friction, highly secure Kubernetes distribution compiled into a single static binary. It separates the control plane from node processes, @@ -136774,6 +144887,7 @@ https://k0sproject.io: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://k21academy.com: content_hash: 296cf6d0e306de75c995bd3301e1db52346b0aef1c77889b3971b939bf8510d1 health_score: 100.0 @@ -136786,6 +144900,7 @@ https://k21academy.com: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://k21academy.com/amazon-web-services/aws-devops-vs-azure-devops: content_hash: 055e35021534704ebe0f04e27eadd9ecb365fc0d53acb1c1571ef967c7639d18 health_score: 100.0 @@ -136793,6 +144908,7 @@ https://k21academy.com/amazon-web-services/aws-devops-vs-azure-devops: status: online v1_locations: - docs/aws-devops.md + addition_method: manual https://k21academy.com/amazon-web-services/aws-solutions-architect/aws-application-services: content_hash: 455a759bbbde884d8332599d9b093f434f01892798a5c22ca93603966afefd35 description: '' @@ -136804,6 +144920,7 @@ https://k21academy.com/amazon-web-services/aws-solutions-architect/aws-applicati v1_locations: - docs/aws.md year: N/A + addition_method: manual https://k21academy.com/amazon-web-services/aws-solutions-architect/aws-secrets-manager: content_hash: a35ce1b1a4911a029ed985ce5b4ad8c0402a77b5a85d145b2a76b38ac826ea96 description: '' @@ -136815,6 +144932,7 @@ https://k21academy.com/amazon-web-services/aws-solutions-architect/aws-secrets-m v1_locations: - docs/aws-security.md year: N/A + addition_method: manual https://k21academy.com/ansible/ansible-for-beginners: content_hash: 6341d6459949808dd44deb90668b903525865e2296c67fcbe51002ccedac3d57 description: '' @@ -136827,6 +144945,7 @@ https://k21academy.com/ansible/ansible-for-beginners: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://k21academy.com/ansible/day2-live-session-review-and-q-a: content_hash: f97600d979a6a836f3cb8b113bdf10f389fef64ef38c88befad15f3b2e2fd893 description: '' @@ -136837,6 +144956,7 @@ https://k21academy.com/ansible/day2-live-session-review-and-q-a: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://k21academy.com/ansible/terraform-vs-ansible: content_hash: 5a63354e882b0091df9096a4cc43aead87d6a7be128b3a2236ea557fa7e58cd3 description: '' @@ -136849,6 +144969,7 @@ https://k21academy.com/ansible/terraform-vs-ansible: v1_locations: - docs/iac.md year: N/A + addition_method: manual https://k21academy.com/aws-cloud/aws-application-services: health_score: 100.0 last_checked: 1779130494.968555 @@ -136859,6 +144980,7 @@ https://k21academy.com/aws-cloud/aws-application-services: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://k21academy.com/aws-cloud/aws-devops-vs-azure-devops: ai_summary: 'Curator Insight: Comprehensive comparison article analyzing features, costs, and tooling differences. @@ -136882,6 +145004,7 @@ https://k21academy.com/aws-cloud/aws-devops-vs-azure-devops: v2_locations: - aws-devops.md year: '2020' + addition_method: manual https://k21academy.com/aws-cloud/aws-secrets-manager: health_score: 100.0 last_checked: 1779130495.021679 @@ -136892,6 +145015,7 @@ https://k21academy.com/aws-cloud/aws-secrets-manager: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://k21academy.com/azure-cloud/azure-rbac-vs-azure-policies-vs-azure-blueprints: content_hash: 7e39e3fcf7a687388bc3a280318bb1576bbd747979694627cc301ca9d6b5b15c health_score: 100.0 @@ -136903,6 +145027,7 @@ https://k21academy.com/azure-cloud/azure-rbac-vs-azure-policies-vs-azure-bluepri - docs/azure.md v2_locations: - azure.md + addition_method: manual https://k21academy.com/azure-data/azure-data-lake: last_checked: 1779388601.691237 status: online @@ -136910,6 +145035,7 @@ https://k21academy.com/azure-data/azure-data-lake: - '[COMMUNITY-TOOL]' v2_locations: - azure.md + addition_method: manual https://k21academy.com/category/docker-kubernetes: content_hash: c5b3d10f7b35990e0bf43b3a667d8ca6fbec1c393b44ac0eb4d7e8d98ee41169 description: '' @@ -136921,6 +145047,7 @@ https://k21academy.com/category/docker-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://k21academy.com/devops/ansible-for-beginners: content_hash: 0740f83cddf877c0bf1e7db6f74b79808665d7f28fa2807d8d814230cbe1e225 health_score: 100.0 @@ -136932,12 +145059,14 @@ https://k21academy.com/devops/ansible-for-beginners: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://k21academy.com/devops/day2-live-session-review-and-q-a: content_hash: 751a3542f3c8d24fa21a3dfa385cf1cf182df6fb32cca55cfdd05c8e85ba2a17 health_score: 100.0 last_checked: 1779130494.972043 v1_locations: - docs/ansible.md + addition_method: manual https://k21academy.com/devops/terraform-vs-ansible: content_hash: 699e3d9ac1b74faf808976b1161aee8ac64624f7a3338f6fdc929f1030df04cc health_score: 100.0 @@ -136949,6 +145078,7 @@ https://k21academy.com/devops/terraform-vs-ansible: - docs/iac.md v2_locations: - iac.md + addition_method: manual https://k21academy.com/docker-kubernetes/configmaps-secrets: content_hash: d63c82c716d62b1994c17bbe697759e51bc44dffe3aab43b92fe455c6d19116b description: '' @@ -136961,6 +145091,7 @@ https://k21academy.com/docker-kubernetes/configmaps-secrets: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://k21academy.com/docker-kubernetes/kubernetes-architecture-components-overview-for-beginners: content_hash: 91a8cb356ff194f8132f780a98b00e345ae9ccf245181c508576b62c98798e70 description: '' @@ -136972,6 +145103,7 @@ https://k21academy.com/docker-kubernetes/kubernetes-architecture-components-over v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://k21academy.com/docker-kubernetes/kubernetes-deployment: content_hash: 4938d7e891325657e1339b3178df2f1189605eff589c443d1b1851d49806821c description: '' @@ -136984,6 +145116,7 @@ https://k21academy.com/docker-kubernetes/kubernetes-deployment: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://k21academy.com/docker-kubernetes/kubernetes-security/kube-bench-cis: content_hash: 546a3651f84bc9a2f45d7eb0e6f79de27c4d997b5a7bba6e97c561181561fc8c description: '' @@ -136995,6 +145128,7 @@ https://k21academy.com/docker-kubernetes/kubernetes-security/kube-bench-cis: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://k21academy.com/docker-kubernetes/monolithic-vs-microservices: content_hash: cc3abde097ed6cd3f11495757666af58410ef25d90e896a9ceb9d38274502f04 description: '' @@ -137006,6 +145140,7 @@ https://k21academy.com/docker-kubernetes/monolithic-vs-microservices: v1_locations: - docs/faq.md year: N/A + addition_method: manual https://k21academy.com/kubernetes/configmaps-secrets: content_hash: 55ba2c3de82129b4472afa9fb7b379c5c1534ab68828ae99b289fdb3c12d09fc health_score: 100.0 @@ -137017,11 +145152,13 @@ https://k21academy.com/kubernetes/configmaps-secrets: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://k21academy.com/kubernetes/kube-bench-cis: health_score: 100.0 last_checked: 1779130495.015441 v1_locations: - docs/kubernetes-security.md + addition_method: manual https://k21academy.com/kubernetes/kubernetes-architecture-components-overview-for-beginners: content_hash: 70e7e44ed2308d5f33f9a3e12588ba9d7bbd05571978f05482c64d88a6006a74 health_score: 100.0 @@ -137033,6 +145170,7 @@ https://k21academy.com/kubernetes/kubernetes-architecture-components-overview-fo - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://k21academy.com/kubernetes/kubernetes-deployment: content_hash: ab141aab80139de14cf2eae315dabe15f0043236743bbc4090f1dd6d64f7da21 health_score: 100.0 @@ -137045,6 +145183,7 @@ https://k21academy.com/kubernetes/kubernetes-deployment: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://k21academy.com/kubernetes/monolithic-vs-microservices: ai_summary: 'Curator Insight: Introduces core concepts of monolithic architectures vs decentralized microservices, outlining basic architectural contrasts. Live @@ -137067,6 +145206,7 @@ https://k21academy.com/kubernetes/monolithic-vs-microservices: v2_locations: - faq.md year: '2024' + addition_method: manual https://k21academy.com/microsoft-azure/az-104/azure-container-instances-and-kubernetes-service: content_hash: 45366dfc1329efa8323f98a531a651c14e7a6c61786d56776153067efe4fb438 health_score: 64.0 @@ -137079,6 +145219,7 @@ https://k21academy.com/microsoft-azure/az-104/azure-container-instances-and-kube status: review_required v1_locations: - docs/managed-kubernetes-in-public-cloud.md + addition_method: manual https://k21academy.com/microsoft-azure/az-303/azure-container-instances-and-kubernetes-service: content_hash: 1e71e9f3560361de53e5299081631972445890f00ebfefcf0df841b9bccf7a1f description: '' @@ -137091,6 +145232,7 @@ https://k21academy.com/microsoft-azure/az-303/azure-container-instances-and-kube v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://k21academy.com/microsoft-azure/az-400/azure-pipelines-vs-jenkins: content_hash: dfc0853dea06c15c26dc3c974053d37c22a3cdcf274c90bf5379301a237d5854 description: '' @@ -137106,6 +145248,7 @@ https://k21academy.com/microsoft-azure/az-400/azure-pipelines-vs-jenkins: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://k21academy.com/microsoft-azure/azure-rbac-vs-azure-policies-vs-azure-blueprints: content_hash: 829a76c44e39a55632c6d0ace657aa5a502b29bb9e4239f7cc405d2f17b2f784 description: '' @@ -137117,6 +145260,7 @@ https://k21academy.com/microsoft-azure/azure-rbac-vs-azure-policies-vs-azure-blu v1_locations: - docs/azure.md year: N/A + addition_method: manual https://k21academy.com/microsoft-azure/data-engineer/azure-data-lake: content_hash: e4b24dcc29d834be561f64df04e8edf1fd839afde7ff83d31b8e0048226ce772 description: '' @@ -137128,12 +145272,14 @@ https://k21academy.com/microsoft-azure/data-engineer/azure-data-lake: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://k21academy.com/microsoft-azure/dp-203/azure-data-lake: content_hash: 3b50e88dc2c71798769b901fe218c76a433002e6bf4e50a03e83fb57708ddd7a health_score: 64.0 last_checked: 1779130495.016559 v1_locations: - docs/azure.md + addition_method: manual https://k21academy.com/scrum-master/scrum-vs-kanban: content_hash: b061cda91bab2f79e336d28f888d2b044f55f88f7ed4341adb5e18d790b05708 description: '' @@ -137145,6 +145291,7 @@ https://k21academy.com/scrum-master/scrum-vs-kanban: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://k21academy.com/scrum/scrum-vs-kanban: content_hash: 9d2def974df5c4f1379793e8094b6d04e61ad8afe0af3e7b51700003e69ba0cb health_score: 100.0 @@ -137156,6 +145303,7 @@ https://k21academy.com/scrum/scrum-vs-kanban: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://k21academy.com/terraform-iac/terraform-automate-aws-vm: content_hash: 72566ea85beedc4fbc2f03cc2c75c946917b6a42df237c621bb6b7f944827534 description: '' @@ -137168,12 +145316,14 @@ https://k21academy.com/terraform-iac/terraform-automate-aws-vm: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://k21academy.com/terraform-iac/terraform-interview-questions: content_hash: 584d8beb97ca19564f1a766aa76b0e333239cba7a68344c7fbbb42249f710778 health_score: 100.0 last_checked: 1779034105.866316 v1_locations: - docs/interview-questions.md + addition_method: manual https://k21academy.com/terraform-iac/why-terraform-not-chef-ansible-puppet-cloudformation: content_hash: d6b3f8a0fd42ad3232683569f2c477d5b32a846f58a9cedd9deb8fd3e97e48cf description: '' @@ -137186,6 +145336,7 @@ https://k21academy.com/terraform-iac/why-terraform-not-chef-ansible-puppet-cloud v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://k21academy.com/terraform/terraform-automate-aws-vm: content_hash: fe7426ef1e4a090c1684f475978ba46ed53516117bada642a04f71e4730d59b8 health_score: 100.0 @@ -137197,12 +145348,14 @@ https://k21academy.com/terraform/terraform-automate-aws-vm: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://k21academy.com/terraform/terraform-interview-questions: content_hash: 8746bdbc694fd85c8de97fb17dec8827862b87a81343f782c7e97f4a84e00d46 health_score: 100.0 last_checked: 1779130495.012548 v1_locations: - docs/interview-questions.md + addition_method: manual https://k21academy.com/terraform/why-terraform-not-chef-ansible-puppet-cloudformation: content_hash: 2666ca0f605e75d868adbe2df58a70087fbb066aca84727a775d04094afe4931 health_score: 100.0 @@ -137214,6 +145367,7 @@ https://k21academy.com/terraform/why-terraform-not-chef-ansible-puppet-cloudform - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://k3s.io: content_hash: 65325525b9d1d3568f78a544321db1a7a115a498f6de9ac7e8748acd16522ddb description: '' @@ -137232,6 +145386,7 @@ https://k3s.io: - rancher.md - matrix-table.md year: N/A + addition_method: manual https://k8s-examples.container-solutions.com: ai_summary: An extensive set of production-grade Kubernetes resource configuration blueprints curated by Container Solutions. Features robust architecture design @@ -137261,6 +145416,7 @@ https://k8s-examples.container-solutions.com: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://k8s.af: content_hash: 58960c545dccf81bd0d7724db62a90db26bcf9065c03c1e909d25c795b9ba049 description: '' @@ -137277,6 +145433,7 @@ https://k8s.af: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://k8sgpt.ai: ai_summary: The premier AI-native diagnostic framework for Kubernetes cluster operations. Scans running clusters, decodes anomalies, and references OpenAI integrations @@ -137307,6 +145464,7 @@ https://k8sgpt.ai: - chatgpt.md - index.md year: N/A + addition_method: manual https://k8slens.dev: content_hash: e860aaafc139aee65bdb9b202cd7b3ebf039f4b0119839f709cbcabbd0da5bbf description: '' @@ -137318,6 +145476,7 @@ https://k8slens.dev: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://k8spatterns.io: content_hash: N/A description: '' @@ -137332,6 +145491,7 @@ https://k8spatterns.io: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://k8spharos.dev: content_hash: N/A description: '' @@ -137348,6 +145508,7 @@ https://k8spharos.dev: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://k8spin.cloud/oss-projects: content_hash: c2b407bc53ca04bd7896694dbc7f78c45f0e98dfe73febce53c9bd65434db5ca description: '' @@ -137364,6 +145525,7 @@ https://k8spin.cloud/oss-projects: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://k8studio.io: content_hash: f17b53e799daa6fc1e9f57211fd41cc3f8597ca05e631a7ab660fb2ef791956b description: '' @@ -137380,6 +145542,7 @@ https://k8studio.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://k8studio.io/blogs/k8studio-vs-lens-kubernetes-ide: ai_summary: Compares performance metrics, visual interfaces, and operational efficiency differences between K8Studio, Lens IDE, and command-line visualizer K9s. @@ -137406,6 +145569,7 @@ https://k8studio.io/blogs/k8studio-vs-lens-kubernetes-ide: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://k8syaml.com: ai_summary: An interactive, web-based tool dedicated to synthesizing clean, boilerplate Kubernetes configurations. It simplifies complex manifest structural creation @@ -137437,6 +145601,7 @@ https://k8syaml.com: - yaml.md - kubernetes-tools.md year: N/A + addition_method: manual https://k8up.io: content_hash: 252cdb370389513044a826bfc39f231f328b201058465bf5e391919c78892fa8 description: '' @@ -137453,6 +145618,7 @@ https://k8up.io: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://k8z.dev: ai_summary: Minimalist cluster dashboard for viewing system statuses. Real-time resource monitors present rapid diagnostic details to support quick manual testing @@ -137481,6 +145647,7 @@ https://k8z.dev: - kubernetes-based-devel.md - index.md year: N/A + addition_method: manual https://k9scli.io: content_hash: 98e04a13ea4082c8fa8323ccc7cf9d53649f1326d1f2453ff3de5037e68020d8 description: '' @@ -137497,6 +145664,7 @@ https://k9scli.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kafka-tutorials.confluent.io: content_hash: 8186eb2c5e4fe5bf3fda69dbe0e853a6d90200c52b5a98bfc159fa073e880296 description: '' @@ -137508,6 +145676,7 @@ https://kafka-tutorials.confluent.io: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://kafka-tutorials.confluent.io/how-to-count-messages-on-a-kafka-topic/ksql.html: content_hash: b1456beaaa454ef29207eade70e1850ccb7521637951b2f4ea5d51ea8ca73098 description: '' @@ -137519,6 +145688,7 @@ https://kafka-tutorials.confluent.io/how-to-count-messages-on-a-kafka-topic/ksql v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://kafka-tutorials.confluent.io/join-a-stream-to-a-table/kstreams.html: content_hash: ad78fd14f6f8e96bde7a81b75de9a6910753d28ad7099ee34d7a8fb07e367d71 description: '' @@ -137529,6 +145699,7 @@ https://kafka-tutorials.confluent.io/join-a-stream-to-a-table/kstreams.html: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://kafka.apache.org: ai_summary: The main portal for Apache Kafka, the industry de facto standard distributed event streaming engine. It outlines critical capabilities including partition @@ -137557,6 +145728,7 @@ https://kafka.apache.org: v2_locations: - message-queue.md year: N/A + addition_method: manual https://kailashyogeshwar.medium.com/how-we-implemented-reusable-ci-cd-pipeline-using-git-and-tekton-503bed91975b: content_hash: N/A description: '' @@ -137573,6 +145745,7 @@ https://kailashyogeshwar.medium.com/how-we-implemented-reusable-ci-cd-pipeline-u v2_locations: - demos.md year: N/A + addition_method: manual https://kaleshreya907.medium.com/step2a-install-docker-and-run-sonarqube-container-faa42d01f5fe: content_hash: N/A description: '' @@ -137587,6 +145760,7 @@ https://kaleshreya907.medium.com/step2a-install-docker-and-run-sonarqube-contain v2_locations: - demos.md year: N/A + addition_method: manual https://kalilinuxtutorials.com/deploying-securing-kubernetes-clusters: ai_summary: An actionable security guide exploring penetration testing and defense-in-depth strategies for Kubernetes. Walks through network policies, API server hardening, @@ -137614,6 +145788,7 @@ https://kalilinuxtutorials.com/deploying-securing-kubernetes-clusters: v2_locations: - devsecops.md year: N/A + addition_method: manual https://kalilinuxtutorials.com/ldsview: ai_summary: Curator Insight introduces Ldsview as a specialized tool for searching offline LDIF directory dumps. Live Grounding highlights its value during isolated @@ -137644,6 +145819,7 @@ https://kalilinuxtutorials.com/ldsview: v2_locations: - linux.md year: N/A + addition_method: manual https://kalm.dev: content_hash: N/A description: '' @@ -137658,6 +145834,7 @@ https://kalm.dev: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kamsjec.medium.com/argocd-setup-on-kubernetes-openshift-cluster-f7340344c017: content_hash: N/A description: '' @@ -137672,6 +145849,7 @@ https://kamsjec.medium.com/argocd-setup-on-kubernetes-openshift-cluster-f7340344 v2_locations: - argo.md year: N/A + addition_method: manual https://kamsjec.medium.com/kubernetes-taints-and-tolerations-18727f618d01: content_hash: N/A description: '' @@ -137686,6 +145864,7 @@ https://kamsjec.medium.com/kubernetes-taints-and-tolerations-18727f618d01: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kamsjec.medium.com/liveness-and-readiness-probes-91919f24e305: content_hash: N/A description: '' @@ -137700,12 +145879,14 @@ https://kamsjec.medium.com/liveness-and-readiness-probes-91919f24e305: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kanakinfosystems.com/blog/sql-cheat-sheet: content_hash: N/A health_score: 100.0 last_checked: 1779029371.373218 v1_locations: - docs/cheatsheets.md + addition_method: manual https://kanister.io: content_hash: f8cd2ccca3740391ade2febf08f26396e4c8b8eccce8d8057fb88d5769e25ce3 description: '' @@ -137716,6 +145897,7 @@ https://kanister.io: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://kapeli.com/cheat_sheets/Sourcetree.docset/Contents/Resources/Documents/index: content_hash: 2bae9c208c5efc3d5e92743138fa0cdf2c8a407c3c43c89e64979417b331e6a7 description: '' @@ -137734,6 +145916,7 @@ https://kapeli.com/cheat_sheets/Sourcetree.docset/Contents/Resources/Documents/i - cheatsheets.md - git.md year: N/A + addition_method: manual https://kapeli.com/cheatsheets: content_hash: 3daf7cdc83ef95b577cddb5f36f647b3e86372a44f1646afc91b417f264d4ecd description: '' @@ -137750,6 +145933,7 @@ https://kapeli.com/cheatsheets: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://kapeli.com/dash: content_hash: 905bf2febd40d083831dd886d7ce89c0acab8beede7ac166c280b641b1213629 description: '' @@ -137766,6 +145950,7 @@ https://kapeli.com/dash: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://kapitan.dev: ai_summary: A powerful configuration generator for Kubernetes and cloud platforms. Includes native cryptographic secrets handling (supporting GPG, KMS, Vault), allowing @@ -137799,6 +145984,7 @@ https://kapitan.dev: - devsecops.md - kubernetes-tools.md year: N/A + addition_method: manual https://karenapp.io: content_hash: 583bbd165daf1dd0e0806867ece47385150a12da817c8088c08184cf09fbefa3 description: '' @@ -137815,6 +146001,7 @@ https://karenapp.io: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://karenapp.io/articles/calendly-vs-scheduleonce: content_hash: 9557e4f904173e7ed0e4a8e3bf4eab595567f84083232d0d3f9dc18f38cdb78e description: '' @@ -137831,12 +146018,14 @@ https://karenapp.io/articles/calendly-vs-scheduleonce: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://kargo.akuity.io: content_hash: 20c9faca08485292e66dc1b1f3e470296759a36ece518a7d9549424e5d198e50 health_score: 100.0 last_checked: 1779030727.109897 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://karlstoney.com/2019/05/31/istio-503s-ucs-and-tcp-fun-times: content_hash: d1362fbdee11110a1600d59d9add81f078a1c1afedbce49e5215c92fa59d9cd1 description: '' @@ -137848,6 +146037,7 @@ https://karlstoney.com/2019/05/31/istio-503s-ucs-and-tcp-fun-times: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://karlstoney.com/istio-503s-ucs-and-tcp-fun-times: ai_summary: A deep-dive technical article detailing how to diagnose and resolve Istio 503 errors and connection problems, detailing TCP state machine behavior @@ -137869,6 +146059,7 @@ https://karlstoney.com/istio-503s-ucs-and-tcp-fun-times: v2_locations: - istio.md year: '2021' + addition_method: manual ? https://karneliuk.com/2019/07/rest-api-1-basics-cheat-sheet-ansible-bash-postman-and-python-for-get-using-netbox-and-docker-as-examples : content_hash: 21e3f3c3a4f1aba25e20c913181ef0aa786d9896d7537829db153354bc2ee858 description: '' @@ -137886,6 +146077,7 @@ https://karlstoney.com/istio-503s-ucs-and-tcp-fun-times: v2_locations: - cheatsheets.md year: N/A + addition_method: manual ? https://karneliuk.com/2019/08/rest-api-2-basics-cheat-sheet-ansible-bash-postman-and-python-for-post-delete-using-netbox-and-docker-as-examples : content_hash: 0e0f415e729dc98509d50894de5b9507eded7dafb03f30f2d00962fd74325294 description: '' @@ -137903,6 +146095,7 @@ https://karlstoney.com/istio-503s-ucs-and-tcp-fun-times: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://karpenter.sh: content_hash: 23ba7268d0b96c505cffae3ee0bf9a8a841c41958d145628ac18cd4995a6470b description: '' @@ -137919,6 +146112,7 @@ https://karpenter.sh: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://karunsubramanian.com/websphere/one-important-change-in-memory-management-in-java-8: ai_summary: Explores the structural transition in Java 8 memory management, highlighting the replacement of PermGen with Metaspace. Critical for understanding modern JVM @@ -137946,6 +146140,7 @@ https://karunsubramanian.com/websphere/one-important-change-in-memory-management v2_locations: - java-and-java-performance-optimization.md year: '2014' + addition_method: manual https://kb.wisc.edu/ns/page.php?id=3493: description: '' health_score: 80.0 @@ -137959,6 +146154,7 @@ https://kb.wisc.edu/ns/page.php?id=3493: v2_locations: - networking.md year: N/A + addition_method: manual ? https://kccncna20.sched.com/event/ekAd/a-walk-through-the-kubernetes-ui-landscape-joaquim-rocha-kinvolk-henning-jacobs-zalando-se : content_hash: N/A description: '' @@ -137973,6 +146169,7 @@ https://kb.wisc.edu/ns/page.php?id=3493: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://kdo.dev: content_hash: N/A description: '' @@ -137990,6 +146187,7 @@ https://kdo.dev: - kubernetes-tools.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://kean.blog/post/trunk-based-development: ai_summary: An insightful perspective on adopting Trunk-Based Development within modern development teams. The article details the practical benefits, cultural @@ -138012,6 +146210,7 @@ https://kean.blog/post/trunk-based-development: v2_locations: - git.md year: '2020' + addition_method: manual https://kean.github.io/post/trunk-based-development: content_hash: 661f2f465cbec17ffb636d8b221b0a905ddf611f4bc61a2f096ce074f1f0434d description: '' @@ -138023,6 +146222,7 @@ https://kean.github.io/post/trunk-based-development: v1_locations: - docs/git.md year: N/A + addition_method: manual https://keda.sh: content_hash: 8949ce6afbd906958647a5cf5ddcc7f2ab2979f722f93472ac3290c88aa62426 description: '' @@ -138040,6 +146240,7 @@ https://keda.sh: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://keepler.io/2021/03/gestionando-el-control-de-accesos-en-nuestro-data-lake-en-aws: content_hash: c59d253a5e81c27921a261395e22de1d7b794bf842be6593aace2dc52766cad5 description: '' @@ -138051,6 +146252,7 @@ https://keepler.io/2021/03/gestionando-el-control-de-accesos-en-nuestro-data-lak v1_locations: - docs/aws-security.md year: N/A + addition_method: manual https://keepler.io/es/2021/03/15/gestionando-el-control-de-accesos-en-nuestro-data-lake-en-aws: content_hash: 717494621fb1dc2959cb50b576ccca44c2d7227dedcad1e48cd54815b00ef423 health_score: 100.0 @@ -138063,6 +146265,7 @@ https://keepler.io/es/2021/03/15/gestionando-el-control-de-accesos-en-nuestro-da - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://keithtenzer.com/openshift/openshift-4-aws-ipi-installation-getting-started-guide: content_hash: d75c703f3e8d2a66f0c9cc643dc6771f2da8c5abd84ae44d34156e5698d59abb health_score: 100.0 @@ -138070,6 +146273,7 @@ https://keithtenzer.com/openshift/openshift-4-aws-ipi-installation-getting-start needs_ai_refresh: true v1_locations: - docs/about.md + addition_method: manual https://kelda.io/blog/sres-should-manage-development-environments: content_hash: N/A description: '' @@ -138084,6 +146288,7 @@ https://kelda.io/blog/sres-should-manage-development-environments: v2_locations: - sre.md year: N/A + addition_method: manual ? https://kemilad.medium.com/monitoring-stack-deployment-to-a-kubernetes-cluster-prometheus-grafana-alertmanager-loki-dcc7339d4f19 : content_hash: N/A description: '' @@ -138100,11 +146305,13 @@ https://kelda.io/blog/sres-should-manage-development-environments: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://kenmugrage.com/2017/05/05/my-new-definition-of-devops: health_score: 80.0 last_checked: 1779030433.996905 v1_locations: - docs/devops.md + addition_method: manual https://kenneth.io/post/introducing-remote-debugging-of-nodejs-apps-on-azure-app-service-from-vs-code-in-public-preview: content_hash: 942f9acb7c007c73c06941094b8c7e50beaec483f676332156a91693d3bb5fc1 description: '' @@ -138122,6 +146329,7 @@ https://kenneth.io/post/introducing-remote-debugging-of-nodejs-apps-on-azure-app v2_locations: - visual-studio.md year: N/A + addition_method: manual https://kennybrast.medium.com/how-i-used-docker-to-create-a-python-dev-environment-48a5d31ae277: content_hash: N/A description: '' @@ -138136,6 +146344,7 @@ https://kennybrast.medium.com/how-i-used-docker-to-create-a-python-dev-environme v2_locations: - docker.md year: N/A + addition_method: manual https://keptn.sh/docs/quickstart: content_hash: cd29d29c2233e5519805eb281e43eee51d3ad3e50cd64323e0a85201374ea2ab description: '' @@ -138147,6 +146356,7 @@ https://keptn.sh/docs/quickstart: v1_locations: - docs/keptn.md year: N/A + addition_method: manual https://keptn.sh/stable: content_hash: 29b5789e5c73f5c7726c037000a66de6a46fec27690a000caea0f1123bd2ce20 health_score: 100.0 @@ -138158,6 +146368,7 @@ https://keptn.sh/stable: - docs/keptn.md v2_locations: - keptn.md + addition_method: manual https://kerneltalks.com/virtualization/docker-swarm-cheat-sheet: content_hash: 720fb559fa8be8d8a3fadbd8fbbad6777d36344cef026ee1c37e08c83385db21 description: '' @@ -138174,6 +146385,7 @@ https://kerneltalks.com/virtualization/docker-swarm-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual ? https://kevintuei.medium.com/a-deep-dive-into-logs-and-metrics-for-aws-observability-one-observability-workshop-14c162932174 : content_hash: N/A description: '' @@ -138189,6 +146401,7 @@ https://kerneltalks.com/virtualization/docker-swarm-cheat-sheet: v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://khainas.dev/create-ssh-tunnel-in-aws-with-terraform-62d1f6968e5d: content_hash: N/A description: '' @@ -138203,6 +146416,7 @@ https://khainas.dev/create-ssh-tunnel-in-aws-with-terraform-62d1f6968e5d: v2_locations: - terraform.md year: N/A + addition_method: manual https://khalidabuhakmeh.com/a-dotnet-five-guide-from-idea-to-nuget-package: content_hash: 501786ddc9751584d326d787052a0eb774b8c91f966b4655549adf2cc89d3032 description: '' @@ -138219,6 +146433,7 @@ https://khalidabuhakmeh.com/a-dotnet-five-guide-from-idea-to-nuget-package: v2_locations: - dotnet.md year: N/A + addition_method: manual https://khalidabuhakmeh.com/running-sql-server-queries-in-docker: content_hash: 3459dd8c333d2edcf5b883de147fd42ef52834cd87e601483c6ad5b8131cd069 description: '' @@ -138235,6 +146450,7 @@ https://khalidabuhakmeh.com/running-sql-server-queries-in-docker: v2_locations: - databases.md year: N/A + addition_method: manual https://kiali.io: ai_summary: The home portal for Kiali, the de facto standard visual console for Istio service mesh topologies. It aggregates Prometheus metrics, Jaeger traces, @@ -138265,6 +146481,7 @@ https://kiali.io: - istio.md - ocp4.md year: '2025' + addition_method: manual https://kie.apache.org: content_hash: a82676c917f5f578d6b8b24f66554c8074b0eaefdc601be48c1985d9118055e8 health_score: 100.0 @@ -138276,6 +146493,7 @@ https://kie.apache.org: - docs/postman.md v2_locations: - postman.md + addition_method: manual https://kie.org: content_hash: 26ff3169fedac63681fe62fe725c66ea870be33fb9af1a98f614d8dcd48af7bf description: '' @@ -138287,6 +146505,7 @@ https://kie.org: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://kind-brown-cfb734.netlify.app/post/2021-02/kubernetes-policy-comparison-opa-gatekeeper-vs-kyverno: ai_summary: 'Curator Insight: Detailed evaluation comparing the design paradigms, language limits, and performance of OPA/Gatekeeper versus Kyverno. Live Grounding: @@ -138315,6 +146534,7 @@ https://kind-brown-cfb734.netlify.app/post/2021-02/kubernetes-policy-comparison- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kinsta.com/blog/cloud-platform-for-developers: content_hash: 1ce3fa76f1a7920a7c6c03213f686294b85500034ebc01c812ae1e120947001f health_score: 100.0 @@ -138327,6 +146547,7 @@ https://kinsta.com/blog/cloud-platform-for-developers: - docs/GoogleCloudPlatform.md v2_locations: - GoogleCloudPlatform.md + addition_method: manual https://kinsta.com/blog/google-cloud-hosting: content_hash: c3679a2c61bf746bfa38bd02d90ee6ba4b46fb1aca126b84b76a6e131c5d9649 description: '' @@ -138338,6 +146559,7 @@ https://kinsta.com/blog/google-cloud-hosting: v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://kinsta.com/blog/kubernetes-vs-docker: content_hash: 955d524708267025fbf050c45ad5c29a99b64d93f9a7834d6c6ff2124ac09fba description: '' @@ -138354,6 +146576,7 @@ https://kinsta.com/blog/kubernetes-vs-docker: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kinvolk.io: content_hash: ed17baf9d4839661eab368ea1a75da6c521acec3d35faafde3acb7c7e0b9842b description: '' @@ -138370,11 +146593,13 @@ https://kinvolk.io: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://kinvolk.io/docs/headlamp/latest: health_score: 80.0 last_checked: 1779029128.652966 v1_locations: - docs/kubernetes-based-devel.md + addition_method: manual https://kiro.dev: ai_summary: An emerging framework focused on enforcing software engineering rigor, test-driven validation, and deterministic guardrails within AI Agent-driven code @@ -138408,6 +146633,7 @@ https://kiro.dev: - cicd.md - ai-agents-mcp.md year: N/A + addition_method: manual https://kislayverma.com/software-architecture/layering-domains-and-microservices-using-api-gateways: content_hash: a3e6ab4e7b3e9868a0b88e3d95e5a2c690adc1baa2ebb991396f635d12eeebc8 description: '' @@ -138424,6 +146650,7 @@ https://kislayverma.com/software-architecture/layering-domains-and-microservices v2_locations: - developerportals.md year: N/A + addition_method: manual https://kite.com: content_hash: bf3841db325d22611269c3e46761d26b9a568edc24c5f5c549fc1449b0fbf6bd description: '' @@ -138441,6 +146668,7 @@ https://kite.com: - python.md - visual-studio.md year: N/A + addition_method: manual https://kitploit.com/2021/12/mesh-kridik-open-source-security.html: content_hash: 205026fa6800a38501dbaccd8d1aa988064fe2efcbe2cc7a7ecbc23c30ffca60 health_score: 100.0 @@ -138452,6 +146680,7 @@ https://kitploit.com/2021/12/mesh-kridik-open-source-security.html: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://kkamalesh117.medium.com/setting-up-prometheus-and-grafana-integration-on-kubernetes-with-helm-dfc63823608c: content_hash: N/A description: '' @@ -138467,6 +146696,7 @@ https://kkamalesh117.medium.com/setting-up-prometheus-and-grafana-integration-on v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://kkamalesh117.medium.com/terraform-variables-part-2-75ef8543fb2f: content_hash: N/A description: '' @@ -138477,6 +146707,7 @@ https://kkamalesh117.medium.com/terraform-variables-part-2-75ef8543fb2f: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://kkamalesh117.medium.com/terraform-variables-providers-c66f68747050: content_hash: N/A description: '' @@ -138491,6 +146722,7 @@ https://kkamalesh117.medium.com/terraform-variables-providers-c66f68747050: v2_locations: - terraform.md year: N/A + addition_method: manual https://klaushofrichter.medium.com/using-windows-subsystem-for-linux-for-kubernetes-8bd1f5468531: content_hash: N/A description: '' @@ -138505,6 +146737,7 @@ https://klaushofrichter.medium.com/using-windows-subsystem-for-linux-for-kuberne v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://kluctl.io: content_hash: af026454bd8536accb12ab35878110cdb37b854ba77987f4676cc6e6a8f5d03b description: '' @@ -138521,6 +146754,7 @@ https://kluctl.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://kmahi2600.medium.com/launching-a-wordpress-application-with-mysql-database-in-k8s-cluster-on-aws-using-ansible-a78d6bf12b1a : content_hash: N/A description: '' @@ -138536,6 +146770,7 @@ https://kluctl.io: v2_locations: - demos.md year: N/A + addition_method: manual https://kmitevski.com/writing-a-kubernetes-validating-webhook-using-python: content_hash: 1891217d43500ecaf2a520876c1cba2dbdffd1731b91757b3cb7caf07f7ca124 description: '' @@ -138552,6 +146787,7 @@ https://kmitevski.com/writing-a-kubernetes-validating-webhook-using-python: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://knative.dev: content_hash: 21a8e942bf0cab15b7f409cc1c11ebf5ba70621354d278152b96179541a69695 description: '' @@ -138568,6 +146804,7 @@ https://knative.dev: v2_locations: - serverless.md year: N/A + addition_method: manual https://koa: content_hash: N/A description: '' @@ -138586,6 +146823,7 @@ https://koa: - javascript.md - web-servers.md year: N/A + addition_method: manual https://kodekloud.com: content_hash: 1c507ea3239fe28db99dca1cfd8264425baf1461c7d9989ffc4cf443faef3c0d description: '' @@ -138602,6 +146840,7 @@ https://kodekloud.com: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://kodekloud.com/blog/ci-cd-pipeline-in-devops: ai_summary: 'Curator Insight: Practical breakdown of the DevOps pipeline lifecycle using modular visual metaphors. Live Grounding: Focuses on how popular toolchains @@ -138625,6 +146864,7 @@ https://kodekloud.com/blog/ci-cd-pipeline-in-devops: v2_locations: - cicd.md year: '2022' + addition_method: manual https://kodekloud.com/blog/cka-vs-ckad-vs-cks: content_hash: e31225dd9495fffa990add0750f5eeae7f5d79337f9a1d6a3036cb8da2eb0652 health_score: 100.0 @@ -138637,6 +146877,7 @@ https://kodekloud.com/blog/cka-vs-ckad-vs-cks: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://kodekloud.com/cka-vs-ckad-vs-cks-what-is-the-difference: content_hash: 4799e32a89c7712559eac22601bd2f9ec82a2a93b8b6d00f9e3ebba3f24ea8f8 description: '' @@ -138648,6 +146889,7 @@ https://kodekloud.com/cka-vs-ckad-vs-cks-what-is-the-difference: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://kodekloud.com/what-is-ci-cd-pipeline-in-devops: content_hash: 725c14acba78d51402864b8f300e07162aab0c9f7414c3ba7afde790182dd91f description: '' @@ -138659,6 +146901,7 @@ https://kodekloud.com/what-is-ci-cd-pipeline-in-devops: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://kodiakhq.com: content_hash: a3eda0b2b541cecb830da4a106ae41b3e49e570627bf49b62da9b49c25fcb1bd description: '' @@ -138675,6 +146918,7 @@ https://kodiakhq.com: v2_locations: - git.md year: N/A + addition_method: manual https://kogito.kie.org: content_hash: d0e83f90a4daa572bacd9c30d176d228981c6a2e6ec5be4b3d4b27981c8f4bdd description: '' @@ -138691,6 +146935,7 @@ https://kogito.kie.org: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://komodor.com: content_hash: 262747b4d453d08592f581ad29446a892ce42139f0da519f49032ced6a810058 description: '' @@ -138707,6 +146952,7 @@ https://komodor.com: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://komodor.com/blog/5-kubernetes-deployment-best-practices: content_hash: 6ee75906ab6bfc661c8ab95acddb2e72eeb2b39ca468e8972bae5349ccfa9127 description: '' @@ -138718,6 +146964,7 @@ https://komodor.com/blog/5-kubernetes-deployment-best-practices: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://komodor.com/blog/best-practices-to-migrate-to-kubernetes: content_hash: 4da86f6b5815313020c17614910af9b04f79c25f3387ebffa5b33fa13380f07b description: '' @@ -138734,6 +146981,7 @@ https://komodor.com/blog/best-practices-to-migrate-to-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://komodor.com/blog/using-workflows-to-troubleshoot-like-a-pro: content_hash: eab3d121e00dad3df0218a89e9fa8b24e737914be9ff2fa57c64a9e65ba5e85c description: '' @@ -138751,6 +146999,7 @@ https://komodor.com/blog/using-workflows-to-troubleshoot-like-a-pro: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://komodor.com/learn/exit-codes-in-containers-and-kubernetes-the-complete-guide: content_hash: 82b98166f54d245fcb848c3a42274851700733837a8a41180de90235a8b93b93 description: '' @@ -138767,6 +147016,7 @@ https://komodor.com/learn/exit-codes-in-containers-and-kubernetes-the-complete-g v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://komodor.com/learn/how-to-fix-crashloopbackoff-kubernetes-error: content_hash: f933090b809b91534928cf18dee47be7890031594841bd2bf6891728e5d53da3 description: '' @@ -138784,6 +147034,7 @@ https://komodor.com/learn/how-to-fix-crashloopbackoff-kubernetes-error: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://komodor.com/learn/kubernetes-cpu-limits-throttling: content_hash: 7f17e69a9be332016738ff23fd6e5b40eec017bae5fac223fa676553b0af5ca2 description: '' @@ -138800,6 +147051,7 @@ https://komodor.com/learn/kubernetes-cpu-limits-throttling: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://komodor.com/learn/kubernetes-liveness-probes-a-practical-guide: content_hash: e27caae86def978622bb2892599d375798f96defac7625c6c638160b23a12da9 description: '' @@ -138816,6 +147068,7 @@ https://komodor.com/learn/kubernetes-liveness-probes-a-practical-guide: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://komodor.com/learn/kubernetes-nodes-complete-guide: content_hash: 307a7d81876e1bbbe8cc66f12ef999feda8b638ea0d0bb0ee80fb01dd5c89c11 description: '' @@ -138832,6 +147085,7 @@ https://komodor.com/learn/kubernetes-nodes-complete-guide: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://komodor.com/learn/kubernetes-troubleshooting-the-complete-guide: content_hash: f19edfd9a16927829d2a5bb54dd77f319900df9c9408f5676ea730aca15e89e9 description: '' @@ -138848,6 +147102,7 @@ https://komodor.com/learn/kubernetes-troubleshooting-the-complete-guide: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://komodor.com/learn/the-ultimate-kubectl-cheat-sheet: content_hash: 6c285b96f833ff375b438fef554d62ba00afa1b8e37bc491854ae8e36558c49f description: '' @@ -138864,6 +147119,7 @@ https://komodor.com/learn/the-ultimate-kubectl-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://konghq.com/blog/kong-and-red-hat-collaboration: content_hash: c955e113b4951c5ccb63181f04b25370ce7fbe0374e352e9807a844a49ff391c description: '' @@ -138875,6 +147131,7 @@ https://konghq.com/blog/kong-and-red-hat-collaboration: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://konghq.com/blog/news/kong-and-red-hat-collaboration: content_hash: 93dd16453e1a2da71ba3268cafad9cce15e27e737c7bbc764a4d1707f154603a health_score: 100.0 @@ -138886,6 +147143,7 @@ https://konghq.com/blog/news/kong-and-red-hat-collaboration: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://konghq.com/kong: content_hash: e0ada3da20bd0bc385f4875caa7b8341a299aa8ee60c7111c6488788a2a6646e description: '' @@ -138897,6 +147155,7 @@ https://konghq.com/kong: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://konghq.com/products/kong-gateway: content_hash: 4c5244b3843e41d285ebbc2445e7af6a394256994533ac1d180009b8f8d2f0c3 health_score: 100.0 @@ -138908,6 +147167,7 @@ https://konghq.com/products/kong-gateway: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://konstruktoid.medium.com/running-a-nginx-container-using-rootless-docker-with-ansible-a2bfcedd3b07: content_hash: N/A description: '' @@ -138923,6 +147183,7 @@ https://konstruktoid.medium.com/running-a-nginx-container-using-rootless-docker- v2_locations: - demos.md year: N/A + addition_method: manual https://konveyor.io: content_hash: f1540d5f630ec14e8cb2faaf29828e4560a57bb1401401dc0759b9caadb8bb9d health_score: 100.0 @@ -138936,6 +147197,7 @@ https://konveyor.io: v2_locations: - kubernetes-tools.md - kubernetes-backup-migrations.md + addition_method: manual https://kosyfrances.com/kubernetes-cluster: ai_summary: A local lab guide explaining how to spin up a Kubernetes 1.20 multi-node environment on Oracle VirtualBox using kubeadm. Outlines setting up host-only @@ -138965,6 +147227,7 @@ https://kosyfrances.com/kubernetes-cluster: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://kothiyal-anuj.medium.com/serverless-diary-the-ultimate-guide-to-caching-in-the-cloud-249f6a06915f: content_hash: N/A description: '' @@ -138982,6 +147245,7 @@ https://kothiyal-anuj.medium.com/serverless-diary-the-ultimate-guide-to-caching- - aws-serverless.md - caching.md year: N/A + addition_method: manual https://kpatronas.medium.com/docker-swarm-high-availability-36ea7ee7f9e8: content_hash: N/A description: '' @@ -138996,6 +147260,7 @@ https://kpatronas.medium.com/docker-swarm-high-availability-36ea7ee7f9e8: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://kpi.org/KPI-Basics: content_hash: 8d2d7824976db48bc1afb21d78b89d92ed47c612fa40c34b813d9aaab7f2f4d4 description: '' @@ -139007,6 +147272,7 @@ https://kpi.org/KPI-Basics: - docs/kubernetes-operators-controllers.md - docs/monitoring.md year: N/A + addition_method: manual https://krew.sigs.k8s.io: content_hash: 0522928d6d2efe051c72de1ffe0721a5be3aef3e8de75cbed66b5b91012fb05e description: '' @@ -139023,6 +147289,7 @@ https://krew.sigs.k8s.io: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://krisp.ai: content_hash: d9dfe433acd3796a3585e53115c77f81b6e40cd39d8f5b4efc745671e425e82d description: '' @@ -139039,6 +147306,7 @@ https://krisp.ai: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://kristhecodingunicorn.com/post/k8s_nginx_oauth: content_hash: a97d6471e5a6a166f19494bce7df6d00d3e010b8e2beaef4195cb4786f005576 description: '' @@ -139051,6 +147319,7 @@ https://kristhecodingunicorn.com/post/k8s_nginx_oauth: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://krossboard.app: content_hash: af8b10c44e51ab4c1e8b2dd6c84949a5a414fcfbaca76798a0f49caf221ab6a4 description: '' @@ -139067,6 +147336,7 @@ https://krossboard.app: v2_locations: - monitoring.md year: N/A + addition_method: manual https://kruschecompany.com/kubernetes-operator: content_hash: a6e1fab2fe910c7daa2c13b9f62b27f37b2fd915117fdaa63e8c06f0054c1e0e description: '' @@ -139078,6 +147348,7 @@ https://kruschecompany.com/kubernetes-operator: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://kruschecompany.com/kubernetes-prometheus-operator: content_hash: be3d469da51ca884879c630bdf6b2d1e49c7b582629598790ebd7915a574e293 description: '' @@ -139090,6 +147361,7 @@ https://kruschecompany.com/kubernetes-prometheus-operator: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://kruschecompany.com/page-not-found: content_hash: ce851e7b5ff66f7dfbb438a253139fffef6b178d8c19fdadafc28766fdb403f8 health_score: 100.0 @@ -139101,6 +147373,7 @@ https://kruschecompany.com/page-not-found: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://kruschecompany.com/wp-content/uploads/2020/01/kubernetes-operator.jpg: content_hash: 395f9b33d4cd1a58bcef58f76bce19c15c008517cb0fd9efc331e202a9337b75 health_score: 100.0 @@ -139112,6 +147385,7 @@ https://kruschecompany.com/wp-content/uploads/2020/01/kubernetes-operator.jpg: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://kruyt.org/migrate-docker-containerd-kubernetes: content_hash: d841d9d45114af2d5cdd8f9938cb870229ee18844d7439172baa3cac6d5c0268 description: '' @@ -139128,6 +147402,7 @@ https://kruyt.org/migrate-docker-containerd-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kruyt.org/running-a-mailserver-in-kubernetes: content_hash: 99e2100906fbac7fcbd508a8be63af35dd44108c679ba4bb906c5042c7357805 description: '' @@ -139144,6 +147419,7 @@ https://kruyt.org/running-a-mailserver-in-kubernetes: v2_locations: - demos.md year: N/A + addition_method: manual https://ksingh7.medium.com/kubernetes-endpoint-object-your-bridge-to-external-services-3fc48263b776: content_hash: N/A description: '' @@ -139159,6 +147435,7 @@ https://ksingh7.medium.com/kubernetes-endpoint-object-your-bridge-to-external-se v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://ksqldb.io: content_hash: aeb3d85d7a5845d81f6104eb0625bfe7c34680c78373b39e9d7717cfb6153517 description: '' @@ -139170,6 +147447,7 @@ https://ksqldb.io: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://kstefanj.github.io/2021/11/24/gc-progress-8-17.html: ai_summary: Empirical performance benchmarks tracking G1GC, ParallelGC, ZGC, and Shenandoah collection efficiency improvements from Java SE 8 through LTS 17. @@ -139198,6 +147476,7 @@ https://kstefanj.github.io/2021/11/24/gc-progress-8-17.html: - java-and-java-performance-optimization.md - java_frameworks.md year: N/A + addition_method: manual https://kube-green.dev: content_hash: 834a43bb5ccaa91ae52a5b4501f6314092cffff28eb2721313ff3898f4592263 description: '' @@ -139214,6 +147493,7 @@ https://kube-green.dev: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://kube.academy: ai_summary: A VMware-curated Kubernetes academy containing high-density modular video resources. Covers everything from initial container runtime options up to @@ -139240,6 +147520,7 @@ https://kube.academy: v2_locations: - elearning.md year: N/A + addition_method: manual https://kube.academy/pro: ai_summary: An interactive curriculum platform for Kubernetes engineers. Includes tracks covering cluster diagnostics, policy configuration, service mesh integrations, @@ -139267,6 +147548,7 @@ https://kube.academy/pro: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://kube.careers: content_hash: daf02e04494410ab869a0d3ad35e3d07e75b0d32f6274fb6c0b13bf6131e241a description: '' @@ -139284,6 +147566,7 @@ https://kube.careers: - remote-tech-jobs.md - kubernetes.md year: N/A + addition_method: manual https://kube.careers/kubernetes-trend-report-2022-q2: content_hash: daf02e04494410ab869a0d3ad35e3d07e75b0d32f6274fb6c0b13bf6131e241a description: '' @@ -139295,6 +147578,7 @@ https://kube.careers/kubernetes-trend-report-2022-q2: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://kube.careers/kubernetes-trend-report-2022-q3: content_hash: daf02e04494410ab869a0d3ad35e3d07e75b0d32f6274fb6c0b13bf6131e241a description: '' @@ -139306,6 +147590,7 @@ https://kube.careers/kubernetes-trend-report-2022-q3: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://kube.careers/kubernetes-trend-report-2022-q4: content_hash: daf02e04494410ab869a0d3ad35e3d07e75b0d32f6274fb6c0b13bf6131e241a description: '' @@ -139317,6 +147602,7 @@ https://kube.careers/kubernetes-trend-report-2022-q4: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://kube.careers/report-2021-q2: content_hash: e342e22f230b0458d515d7b6f8fd737685ae05e16dd87b202747f9d7ef739615 description: '' @@ -139333,6 +147619,7 @@ https://kube.careers/report-2021-q2: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kube.careers/report-2021-q4: content_hash: ffa30c22269f61487e27527b877eb1c41393708032ec03311805b6939e3fc16a description: '' @@ -139351,6 +147638,7 @@ https://kube.careers/report-2021-q4: - kubernetes.md - about.md year: N/A + addition_method: manual https://kube.events: content_hash: 3535758fd9be168eec13b5407e1c0448330a5369c11b4f1b07de5052b50370d3 description: '' @@ -139368,6 +147656,7 @@ https://kube.events: - newsfeeds.md - index.md year: N/A + addition_method: manual https://kube.events/newsletter: content_hash: 97cd769e83cb40fcb4cc31fa0c5988677ccd304b05d0b46d11eac3a790ab3916 health_score: 100.0 @@ -139375,6 +147664,7 @@ https://kube.events/newsletter: needs_ai_refresh: true v1_locations: - docs/kubernetes-newsletters.md + addition_method: manual https://kube.today/learn-kubernetes-weekly: content_hash: 86368a6d8bbe9589b75dea0658042f8561b53690b25f6e3c7e0663e5a305b424 health_score: 100.0 @@ -139382,6 +147672,7 @@ https://kube.today/learn-kubernetes-weekly: needs_ai_refresh: true v1_locations: - docs/kubernetes-newsletters.md + addition_method: manual https://kubeapps.dev: ai_summary: A web-based control panel by VMware Tanzu that simplifies packaging, deployment, and management of Helm charts and operators within multitenant clusters. @@ -139408,6 +147699,7 @@ https://kubeapps.dev: - helm.md - kubernetes-based-devel.md year: N/A + addition_method: manual https://kubearmor.io: ai_summary: A runtime enforcement framework leveraging Linux Security Modules (AppArmor, SELinux, and BPF-LSM) to actively block system actions, access, and operations @@ -139435,6 +147727,7 @@ https://kubearmor.io: v2_locations: - devsecops.md year: N/A + addition_method: manual https://kubebyexample.com: content_hash: 9f9dca2ca5cb1559971367395193969e88baf94bca2ffc1c371bc560993edf47 description: '' @@ -139451,6 +147744,7 @@ https://kubebyexample.com: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubebyexample.com/community/blog/migrating-to-kubernetes-with-open-source-tools: content_hash: 8d304b59ab62d0e59c8813205c6c61ae2906d6e8ea56da1160c2ac76adc265db health_score: 100.0 @@ -139462,6 +147756,7 @@ https://kubebyexample.com/community/blog/migrating-to-kubernetes-with-open-sourc - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://kubebyexample.com/en/community/blog/migrating-to-kubernetes-with-open-source-tools: content_hash: a039b165e8efc94a30c50f03567972f7fe5bd0772408605a292e9d7f5053e8fb description: '' @@ -139474,6 +147769,7 @@ https://kubebyexample.com/en/community/blog/migrating-to-kubernetes-with-open-so v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://kubebyexample.com/learning-paths/argo-cd/argo-cd-overview: ai_summary: An educational course from KubeByExample. Explains progressive modules detailing Argo CD setups, manifest synchronizations, and self-healing cluster @@ -139501,6 +147797,7 @@ https://kubebyexample.com/learning-paths/argo-cd/argo-cd-overview: v2_locations: - argo.md year: N/A + addition_method: manual https://kubedb.com: content_hash: f37a8abd6f2e70e1359845482792e900ad6934d5c3faa715a60fcb058f0e87bf description: '' @@ -139517,6 +147814,7 @@ https://kubedb.com: v2_locations: - databases.md year: N/A + addition_method: manual https://kubedex.com: content_hash: N/A description: '' @@ -139531,6 +147829,7 @@ https://kubedex.com: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubedex.com/autoscaling: content_hash: N/A description: '' @@ -139545,6 +147844,7 @@ https://kubedex.com/autoscaling: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://kubedex.com/base-images: content_hash: N/A description: '' @@ -139559,6 +147859,7 @@ https://kubedex.com/base-images: v2_locations: - docker.md year: N/A + addition_method: manual https://kubedex.com/kubernetes-operating-systems: content_hash: N/A description: '' @@ -139573,6 +147874,7 @@ https://kubedex.com/kubernetes-operating-systems: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://kubedex.com/redhat-openshift-vs-pivotal-pks-vs-rancher: content_hash: N/A description: '' @@ -139587,6 +147889,7 @@ https://kubedex.com/redhat-openshift-vs-pivotal-pks-vs-rancher: v2_locations: - introduction.md year: N/A + addition_method: manual https://kubeip.com: content_hash: N/A description: '' @@ -139601,6 +147904,7 @@ https://kubeip.com: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kubeless.io: content_hash: N/A description: '' @@ -139615,6 +147919,7 @@ https://kubeless.io: v2_locations: - serverless.md year: N/A + addition_method: manual https://kubelist.com: content_hash: 06d73c7acadecebd77a2e79b27dd265f6f34eb26477b58e943cc559deea13077 health_score: 100.0 @@ -139622,6 +147927,7 @@ https://kubelist.com: needs_ai_refresh: true v1_locations: - docs/kubernetes-newsletters.md + addition_method: manual https://kubelist.com/podcast: content_hash: 37f8f6cbe9bb772cc4f145b2ed866743cce62da58ffe45630566ce8ea6a51ff2 description: '' @@ -139638,6 +147944,7 @@ https://kubelist.com/podcast: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubelog.de: ai_summary: A specialized logging utility designed to simplify container log fetching. Grounding reveals it as a community-driven project that acts as an easy alternative @@ -139665,6 +147972,7 @@ https://kubelog.de: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://kubemq.io: ai_summary: KubeMQ is an enterprise-grade, ultra-lightweight message broker engineered specifically for Kubernetes container ecosystems. Delivered in a minimal footprint, @@ -139693,6 +148001,7 @@ https://kubemq.io: v2_locations: - message-queue.md year: N/A + addition_method: manual https://kubemq.io/kafka-vs-kubemq: ai_summary: Provides a detailed comparison between Apache Kafka and KubeMQ, focusing on memory footprint, container resource demands, and operational complexity. It @@ -139722,6 +148031,7 @@ https://kubemq.io/kafka-vs-kubemq: v2_locations: - message-queue.md year: N/A + addition_method: manual https://kubernauts.sh: content_hash: N/A description: '' @@ -139736,6 +148046,7 @@ https://kubernauts.sh: v2_locations: - rancher.md year: N/A + addition_method: manual https://kubernetes-advocate.medium.com: content_hash: N/A description: '' @@ -139750,6 +148061,7 @@ https://kubernetes-advocate.medium.com: v2_locations: - demos.md year: N/A + addition_method: manual https://kubernetes-advocate.medium.com/ci-cd-with-dockers-and-jenkins-70b6f801f9f7: content_hash: N/A description: '' @@ -139764,6 +148076,7 @@ https://kubernetes-advocate.medium.com/ci-cd-with-dockers-and-jenkins-70b6f801f9 v2_locations: - demos.md year: N/A + addition_method: manual https://kubernetes-advocate.medium.com/how-to-deploy-a-website-to-aws-with-ansible-e878a63dd93: content_hash: N/A description: '' @@ -139778,6 +148091,7 @@ https://kubernetes-advocate.medium.com/how-to-deploy-a-website-to-aws-with-ansib v2_locations: - demos.md year: N/A + addition_method: manual https://kubernetes-csi.github.io: content_hash: 3151230a45ca9934e286ae70c75ccfc69c42a40a9450a5eee0c72f809c1b64fc description: '' @@ -139794,6 +148108,7 @@ https://kubernetes-csi.github.io: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://kubernetes-on-aws.readthedocs.io: content_hash: 60a2577b48dae0528fb6cf9762aeea5b318467997fb61b4ee39c27ee9e13b4d9 description: '' @@ -139805,6 +148120,7 @@ https://kubernetes-on-aws.readthedocs.io: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://kubernetes-on-aws.readthedocs.io/en/latest: content_hash: 55d257f4220926f5141006e9294a46f38a1dc1075721a271cc0ab312b3a9e43e health_score: 100.0 @@ -139816,6 +148132,7 @@ https://kubernetes-on-aws.readthedocs.io/en/latest: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://kubernetes-sigs.github.io/aws-load-balancer-controller: ai_summary: The authoritative Kubernetes controller managing AWS Application (ALB) and Network (NLB) load balancers on behalf of Kubernetes Ingress and Service objects. @@ -139845,6 +148162,7 @@ https://kubernetes-sigs.github.io/aws-load-balancer-controller: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/integrations/external_dns: content_hash: aa823103d58803c854cd607b406e4ab9dfc21af321892fa5e301b9ee88fe1718 description: '' @@ -139855,6 +148173,7 @@ https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/integr v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://kubernetes.io: content_hash: 5ca287f949c746fc4f559b108186a0700cee8bed3ee8c1219bf43186faef9b97 description: '' @@ -139873,6 +148192,7 @@ https://kubernetes.io: - kubernetes.md - ocp4.md year: N/A + addition_method: manual https://kubernetes.io/blog/2016/06/container-design-patterns: content_hash: 17e6ab0aa4b28cb5bbd1b9448824c1747fd4dfc21a24b8f547b2ff679287b4eb description: '' @@ -139889,6 +148209,7 @@ https://kubernetes.io/blog/2016/06/container-design-patterns: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2016/08/sig-apps-running-apps-in-kubernetes: content_hash: 44c36349209c42596d48f621d01c154456f57cd9c2422ab706ac30c2e68bcd64 description: '' @@ -139905,6 +148226,7 @@ https://kubernetes.io/blog/2016/08/sig-apps-running-apps-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2018/05/29/introducing-kustomize-template-free-configuration-customization-for-kubernetes: content_hash: 532fe68081206ae540e0d9f57b83ccaa58b039d323917bfdf66bb7528e5a2828 description: '' @@ -139922,6 +148244,7 @@ https://kubernetes.io/blog/2018/05/29/introducing-kustomize-template-free-config v2_locations: - kustomize.md year: N/A + addition_method: manual https://kubernetes.io/blog/2018/08/03/out-of-the-clouds-onto-the-ground-how-to-make-kubernetes-production-grade-anywhere: content_hash: 35e0ea838bf1aa84ec83aaaecdbd443a444d5b1fbf9d6ac8e5238c3cac5094b9 description: '' @@ -139939,6 +148262,7 @@ https://kubernetes.io/blog/2018/08/03/out-of-the-clouds-onto-the-ground-how-to-m v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop: content_hash: c762c40b55f6cc66d870c68afec6e24a393b96898c6051fd94b3527bbbfcd4c9 description: '' @@ -139955,6 +148279,7 @@ https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-deskt v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/05/29/k8s-kpis-with-kuberhealthy: content_hash: 39d8d46910345f9aff11d964f8beff0e22d61e2c020b0e97c877c080a7f62a9c description: '' @@ -139971,6 +148296,7 @@ https://kubernetes.io/blog/2020/05/29/k8s-kpis-with-kuberhealthy: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/05/introducing-podtopologyspread: content_hash: 2ed3766b36ecf193ae8ba68e9e06b889b93a14f382363b91c995184b52202f05 description: '' @@ -139987,6 +148313,7 @@ https://kubernetes.io/blog/2020/05/introducing-podtopologyspread: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/06/05/supporting-the-evolving-ingress-specification-in-kubernetes-1.18: content_hash: 3cbad75daa03cb0342609ba9adbdd3c8ec530f5da1a0f8a98bd806ee6241db03 description: '' @@ -140003,6 +148330,7 @@ https://kubernetes.io/blog/2020/06/05/supporting-the-evolving-ingress-specificat v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/06/working-with-terraform-and-kubernetes: content_hash: 887e05d16d53769de56e887016e5303accc799fb27a5047e54c6ad2d08b91989 description: '' @@ -140019,6 +148347,7 @@ https://kubernetes.io/blog/2020/06/working-with-terraform-and-kubernetes: v2_locations: - terraform.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/08/14/introducing-hierarchical-namespaces: content_hash: 22729a5bf5b59c8ba27477d9ca866524784f6882dd77a2ba247406ab3b95ff7a description: '' @@ -140035,6 +148364,7 @@ https://kubernetes.io/blog/2020/08/14/introducing-hierarchical-namespaces: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/09/02/scaling-kubernetes-networking-with-endpointslices: content_hash: e7b45e1a57a65abef1fd2a0d0b101b71b979feaba3f8bcce7d814313797b5a72 description: '' @@ -140051,6 +148381,7 @@ https://kubernetes.io/blog/2020/09/02/scaling-kubernetes-networking-with-endpoin v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/11/18/cloud-native-security-for-your-clusters: ai_summary: 'Official Kubernetes blog overviewing the "4Cs of Cloud Native Security": Cloud, Clusters, Containers, and Code. It serves as an authoritative introduction @@ -140078,6 +148409,7 @@ https://kubernetes.io/blog/2020/11/18/cloud-native-security-for-your-clusters: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker: content_hash: ceff4e18e0ea943ea6544991c1450535c2c564b5cfa54113e5c80c9157e36859 description: '' @@ -140094,6 +148426,7 @@ https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2020/12/10/kubernetes-1.20-volume-snapshot-moves-to-ga: content_hash: 77b82a6cb24a2c47cf59b755ab053a548dbe619f6d8a5677ccaf830202c0d575 description: '' @@ -140110,6 +148443,7 @@ https://kubernetes.io/blog/2020/12/10/kubernetes-1.20-volume-snapshot-moves-to-g v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future: content_hash: 6172cfea50ba97ed845d7a76d09d8dc644e4c987e42fa49be621ff5beccbb53c description: '' @@ -140127,6 +148461,7 @@ https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement: content_hash: 7816f8392d4baff0e50b97800f20fd60046d7b3a884753468becf44af21a849a description: '' @@ -140143,6 +148478,7 @@ https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/09/kubernetes-release-1.21-cronjob-ga: content_hash: 12fff7f2ac1c056aaf5c304828beb7bb2c754ca98836a0d657059497dfd33238 description: '' @@ -140159,6 +148495,7 @@ https://kubernetes.io/blog/2021/04/09/kubernetes-release-1.21-cronjob-ga: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/12/introducing-suspended-jobs: content_hash: 558ff769474a99740c61c4bdbd8468e08fd121aeeda2edcd98cd46f54c28cc4e description: '' @@ -140175,6 +148512,7 @@ https://kubernetes.io/blog/2021/04/12/introducing-suspended-jobs: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/15/three-tenancy-models-for-kubernetes: content_hash: 14ae47b50acec95123121c929ec4c4d2232ef9b8ac0b2d73509f4493a5f04532 description: '' @@ -140191,6 +148529,7 @@ https://kubernetes.io/blog/2021/04/15/three-tenancy-models-for-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/20/annotating-k8s-for-humans: content_hash: a12d4e3359a89138b18ef7d5bc2ea9d4ec44c1425831e86348e7dbc905715815 description: '' @@ -140207,6 +148546,7 @@ https://kubernetes.io/blog/2021/04/20/annotating-k8s-for-humans: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/21/graceful-node-shutdown-beta: content_hash: e6738a7532e6f49633a411b2a0276704820754736c053e57e6a6f4b881aedacc description: '' @@ -140223,6 +148563,7 @@ https://kubernetes.io/blog/2021/04/21/graceful-node-shutdown-beta: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/22/evolving-kubernetes-networking-with-the-gateway-api: content_hash: 613a05eb258c4b7ffdd10dcb18302b44feb14074cfce625d9f9fb588423ef43a description: '' @@ -140239,6 +148580,7 @@ https://kubernetes.io/blog/2021/04/22/evolving-kubernetes-networking-with-the-ga v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/04/23/kubernetes-release-1.21-metrics-stability-ga: content_hash: 8cc103a6eed6bcb2a3734507e9b1dc419bfbbb419266751939594a212cde0eb1 description: '' @@ -140255,6 +148597,7 @@ https://kubernetes.io/blog/2021/04/23/kubernetes-release-1.21-metrics-stability- v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/06/21/writing-a-controller-for-pod-labels: content_hash: ac1925f114a5f7bb023463b7228b90201c9f93e945cb0117dfd7918ffeb34d30 description: '' @@ -140271,6 +148614,7 @@ https://kubernetes.io/blog/2021/06/21/writing-a-controller-for-pod-labels: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22: content_hash: c199fe6b1cbd1c20facd633f77acf70802a8ca03379d1031bdb45dab071a9cd0 description: '' @@ -140288,6 +148632,7 @@ https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/07/20/new-kubernetes-release-cadence: content_hash: 28d2d8655fd46b48be9b08d00e944a1d7e5f79eef2bd9d4fbf997212822667b2 description: '' @@ -140305,6 +148650,7 @@ https://kubernetes.io/blog/2021/07/20/new-kubernetes-release-cadence: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/08/04/kubernetes-1-22-release-announcement: content_hash: 0321bd0cb4cb818c3beb8c1f6c8573bfae9cc27d3a14cd870c19a4bc0b9fa939 description: '' @@ -140321,6 +148667,7 @@ https://kubernetes.io/blog/2021/08/04/kubernetes-1-22-release-announcement: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/08/11/kubernetes-1-22-feature-memory-manager-moves-to-beta: content_hash: 3c5422d8a5436b477a297e52f913c5eb99fb38a08803945d228f09aafd096468 description: '' @@ -140337,6 +148684,7 @@ https://kubernetes.io/blog/2021/08/11/kubernetes-1-22-feature-memory-manager-mov v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/09/03/api-server-tracing: content_hash: ecce1dcc978fbc9072354620f98d74b3cf13542ddb38a663f267dfdd469f570a description: '' @@ -140353,6 +148701,7 @@ https://kubernetes.io/blog/2021/09/03/api-server-tracing: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/10/08/capi-clusterclass-and-managed-topologies: content_hash: 1d7cf0abb8d7a8f01bac38ec94b5366259f8cb2ea09bbfaed40e2b31ca7ef449 description: '' @@ -140370,6 +148719,7 @@ https://kubernetes.io/blog/2021/10/08/capi-clusterclass-and-managed-topologies: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/10/18/use-kpng-to-write-specialized-kube-proxiers: content_hash: 73d7bac095489fe9a11474a524c606f073dc596b964d0119efd86bad39fb2a53 description: '' @@ -140386,6 +148736,7 @@ https://kubernetes.io/blog/2021/10/18/use-kpng-to-write-specialized-kube-proxier v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/11/12/are-you-ready-for-dockershim-removal: content_hash: 191a788f1df8cb3bc428c0458ecc1d0bd1c67175f8e197d5cf89bc0cd9bba818 description: '' @@ -140402,6 +148753,7 @@ https://kubernetes.io/blog/2021/11/12/are-you-ready-for-dockershim-removal: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/12/07/kubernetes-1-23-release-announcement: content_hash: bdc38882217822ed82ebbd9a9c60821ccadd720f9cf1335ad6b046c640a9673c description: '' @@ -140418,6 +148770,7 @@ https://kubernetes.io/blog/2021/12/07/kubernetes-1-23-release-announcement: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/12/17/security-profiles-operator: ai_summary: 'Curator Insight: Upstream release notes detailing critical profiles expansion inside the Security Profiles Operator. Live Grounding: Explains runtime @@ -140445,6 +148798,7 @@ https://kubernetes.io/blog/2021/12/17/security-profiles-operator: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/12/21/admission-controllers-for-container-drift: content_hash: 03b4f743223210277194265c8a184807efd1f03e4eb8f55c79a8a9df7493cf65 description: '' @@ -140462,6 +148816,7 @@ https://kubernetes.io/blog/2021/12/21/admission-controllers-for-container-drift: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2021/12/22/kubernetes-in-kubernetes-and-pxe-bootable-server-farm: content_hash: 91d40f965f0671d76374a4622a3d1a0287ac77be2ee2b79583012dd27443facd description: '' @@ -140479,6 +148834,7 @@ https://kubernetes.io/blog/2021/12/22/kubernetes-in-kubernetes-and-pxe-bootable- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim: content_hash: 864167747172fe9d31286df910c16a4b3a9aeb2df98bea63baadb7d3cab3a3e3 description: '' @@ -140496,6 +148852,7 @@ https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/02/17/dockershim-faq: content_hash: 7fe335219f6c8759967f0e82295f7b71b54a078e999d1c17dcb55fd92351c5d4 description: '' @@ -140512,6 +148869,7 @@ https://kubernetes.io/blog/2022/02/17/dockershim-faq: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/08/04/upcoming-changes-in-kubernetes-1-25: content_hash: fcdafad4b7d4f940bba5888743e3253b876aa30fc811c7185b78f0eac365afa7 description: '' @@ -140528,6 +148886,7 @@ https://kubernetes.io/blog/2022/08/04/upcoming-changes-in-kubernetes-1-25: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/08/23/kubernetes-v1-25-release: content_hash: 5ba733b759357e8f127462eaab419b8aa65fb76cb1068df93fbf557690d41fb3 description: '' @@ -140544,6 +148903,7 @@ https://kubernetes.io/blog/2022/08/23/kubernetes-v1-25-release: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/08/23/podsecuritypolicy-the-historical-context: content_hash: bc62344defb15cc59d3ba96081039e69a0d86faf6bc91b0349c5df4ca357b402 description: '' @@ -140560,6 +148920,7 @@ https://kubernetes.io/blog/2022/08/23/podsecuritypolicy-the-historical-context: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/09/12/k8s-cve-feed-alpha: ai_summary: Official Kubernetes announcement of an auto-refreshing JSON-based CVE feed designed for programmatic security automation. This feed enables automated @@ -140589,6 +148950,7 @@ https://kubernetes.io/blog/2022/09/12/k8s-cve-feed-alpha: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga: content_hash: ed90239db433f3ba239c2024787d480dda3b9469ce3d501478954f4b96c037be description: '' @@ -140606,6 +148968,7 @@ https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/12/16/kubernetes-1-26-non-graceful-node-shutdown-beta: content_hash: 579b1448359a31297386f82f3438e537bbda3f3965ba801f3cac93792e76e502 description: '' @@ -140622,6 +148985,7 @@ https://kubernetes.io/blog/2022/12/16/kubernetes-1-26-non-graceful-node-shutdown v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/12/23/kubernetes-12-06-fsgroup-on-mount: content_hash: d4231ce50cc39c56d04722417acfe77e13b55acc2249a2d7ff79d168d7d32298 description: '' @@ -140639,6 +149003,7 @@ https://kubernetes.io/blog/2022/12/23/kubernetes-12-06-fsgroup-on-mount: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/12/26/pod-scheduling-readiness-alpha: content_hash: c41f5e21fab1643c48f1dc46e6e018f3f47c61fd9522ebce427825d0f104cb21 description: '' @@ -140655,6 +149020,7 @@ https://kubernetes.io/blog/2022/12/26/pod-scheduling-readiness-alpha: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/12/27/cpumanager-ga: content_hash: fe665e493e64d8d2e4e61bcd9ca415c568ff2ac27a0057af56ca951b8b8d3c95 description: '' @@ -140671,6 +149037,7 @@ https://kubernetes.io/blog/2022/12/27/cpumanager-ga: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/12/29/scalable-job-tracking-ga: content_hash: d5d67ad1b73a3e69718c2da3afedb28b75d4ffd5b5835b13397f7d56faf1d26d description: '' @@ -140688,6 +149055,7 @@ https://kubernetes.io/blog/2022/12/29/scalable-job-tracking-ga: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2022/12/30/advancements-in-kubernetes-traffic-engineering: content_hash: b6ce40a7eb4e30a953a438d7865a981b7cbc8c392a6935ef7714ff17f5d33b51 description: '' @@ -140704,6 +149072,7 @@ https://kubernetes.io/blog/2022/12/30/advancements-in-kubernetes-traffic-enginee v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2023/01/12/protect-mission-critical-pods-priorityclass: content_hash: 0e44386514f51839e3806b8c2ca6d678071cc4c7d103d5fc2f877ee9af3416c1 description: '' @@ -140720,6 +149089,7 @@ https://kubernetes.io/blog/2023/01/12/protect-mission-critical-pods-priorityclas v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/blog/2023/04/11/kubernetes-v1-27-release: content_hash: f44cfa81e22a949e8c1398f7d3f7de4682facb737d1ee030058e2518cac9660b description: '' @@ -140736,6 +149106,7 @@ https://kubernetes.io/blog/2023/04/11/kubernetes-v1-27-release: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2023/05/12/in-place-pod-resize-alpha: content_hash: 59b1840d97300782716482afec0b3a8200ef66d014420504a7b7efc35a1778cf description: '' @@ -140753,6 +149124,7 @@ https://kubernetes.io/blog/2023/05/12/in-place-pod-resize-alpha: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://kubernetes.io/blog/2025/02/28/nftables-kube-proxy: content_hash: c7e0e4732d72bc5c3d5ee226dc1e93189452e179270d0fda900c4dc760cc3ed5 description: '' @@ -140773,6 +149145,7 @@ https://kubernetes.io/blog/2025/02/28/nftables-kube-proxy: - kubernetes-networking.md - networking.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/cluster-administration/networking: content_hash: be616c9817f6c67a157234fa421108a40dd4b1bd3d8a0216397f05cbe4d2a22d description: '' @@ -140792,6 +149165,7 @@ https://kubernetes.io/docs/concepts/cluster-administration/networking: - kubernetes-networking.md - openshift.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/configuration/assign-pod-node: content_hash: a4eeda3d6c9481f783d99e59017fe277a78f30b83b717a4f83c6ae6f3e5fb7e8 description: '' @@ -140803,6 +149177,7 @@ https://kubernetes.io/docs/concepts/configuration/assign-pod-node: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources: content_hash: 64ab2a247471b5276296f018948eb520c9266633aac5e50ea5c877d6b34407bf description: '' @@ -140819,6 +149194,7 @@ https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resou v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins: content_hash: 4dcbe10ed9b5ee35fdc5969e0481da1772970e42b21441a42f2f0579bee63a77 description: '' @@ -140835,6 +149211,7 @@ https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/networ v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/extend-kubernetes/operator: content_hash: dfcdb56952fd2b5a04c9388f93ec6c98ff0bb387817532551c4484ea0cdfd6db description: '' @@ -140853,6 +149230,7 @@ https://kubernetes.io/docs/concepts/extend-kubernetes/operator: - kubernetes-operators-controllers.md - crunchydata.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/policy/limit-range: content_hash: 14e423661a48f7b122309b59c463bd4c1a0b6405aabd200cf123d07503435f50 description: '' @@ -140869,6 +149247,7 @@ https://kubernetes.io/docs/concepts/policy/limit-range: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/policy/pod-security-policy: content_hash: 866f23a6ee6d1dbf146ad2c7ebfb83f42a35d81c47e9d82cc3ed95ec37a64ab3 description: '' @@ -140882,6 +149261,7 @@ https://kubernetes.io/docs/concepts/policy/pod-security-policy: - docs/kubernetes-security.md - docs/openshift.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node: content_hash: 39a3eb1e0d1d6a95603b77f21ab3a8ad3528cf09376b7687909969141ed9bc6f health_score: 100.0 @@ -140893,6 +149273,7 @@ https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints: content_hash: 0d8d3e742b0200b6fdbced487f238fec34db85cbf334d82c6e326c4316ad4b8f health_score: 100.0 @@ -140904,6 +149285,7 @@ https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constrai - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://kubernetes.io/docs/concepts/security: ai_summary: 'The authoritative framework defining Kubernetes security architecture across the ''FourCs'' Model: Cloud, Cluster, Container, and Code. Serves as the @@ -140927,6 +149309,7 @@ https://kubernetes.io/docs/concepts/security: - devsecops.md - kubernetes-security.md year: '2026' + addition_method: manual https://kubernetes.io/docs/concepts/security/multi-tenancy: content_hash: b7e49d2c94bd2b5631e3fdf95598aa46c8c38e79fde69b2e7ac48186a6270d45 description: '' @@ -140943,6 +149326,7 @@ https://kubernetes.io/docs/concepts/security/multi-tenancy: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/security/overview: content_hash: c0cc3baba8eaaedaf83082627126f9515a0d70d869abf3f3a2863ec5b6a51feb description: '' @@ -140955,6 +149339,7 @@ https://kubernetes.io/docs/concepts/security/overview: - docs/devsecops.md - docs/kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/security/pod-security-policy: ai_summary: 'Curator Insight: Deprecated native resource that defined security profiles for pod execution. Live Grounding: Completely removed in Kubernetes v1.25. Replaced @@ -140976,6 +149361,7 @@ https://kubernetes.io/docs/concepts/security/pod-security-policy: v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://kubernetes.io/docs/concepts/security/security-checklist: ai_summary: The official, continuously updated security checklist mapping out practices across the 4C cloud-native security model. Serves as a foundational reference @@ -141003,6 +149389,7 @@ https://kubernetes.io/docs/concepts/security/security-checklist: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/services-networking/ingress-controllers: content_hash: 4ec5f077a39d46edde3a15b4423aaa13bb7c9127146116774bcf83335e1c6941 description: '' @@ -141019,6 +149406,7 @@ https://kubernetes.io/docs/concepts/services-networking/ingress-controllers: v2_locations: - ocp4.md year: N/A + addition_method: manual https://kubernetes.io/docs/concepts/services-networking/service: content_hash: b0dda1b40053837e7ae4793158903472024ed6ad6b7c153b65d992144d85e092 health_score: 100.0 @@ -141026,6 +149414,7 @@ https://kubernetes.io/docs/concepts/services-networking/service: needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://kubernetes.io/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale: content_hash: 2bfbbf681c677ad6bb3bb7ce7b062cdeb9d17b279c9b7e524b695ad41578ce0d health_score: 100.0 @@ -141037,6 +149426,7 @@ https://kubernetes.io/docs/concepts/workloads/autoscaling/horizontal-pod-autosca - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints: content_hash: f2f96449f340b343a8c77814bce0118affd23cfa93ebc60d4890900459d8a894 description: '' @@ -141048,6 +149438,7 @@ https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constrain v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/contribute/style/diagram-guide: content_hash: 0d8a6490781ab2934986c57cc1de5b2c2d8c4093c97ab54d334f6af5ded923a6 description: '' @@ -141064,6 +149455,7 @@ https://kubernetes.io/docs/contribute/style/diagram-guide: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://kubernetes.io/docs/reference/access-authn-authz/authentication: ai_summary: 'Curator Insight: Official Kubernetes reference documentation for cluster-wide authentication mechanisms. Live Grounding: Absolute source of truth covering token @@ -141091,6 +149483,7 @@ https://kubernetes.io/docs/reference/access-authn-authz/authentication: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/docs/reference/issues-security/official-cve-feed: ai_summary: 'Curator Insight: Upstream Kubernetes project tracking CVE announcements and security advisories. Live Grounding: The authoritative source of vulnerability @@ -141118,6 +149511,7 @@ https://kubernetes.io/docs/reference/issues-security/official-cve-feed: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/docs/reference/kubectl/cheatsheet: content_hash: 1c9904d1fbd88b549d1db4cd7ad2ab386f8cd50b2eb83cfdc193f64458402e1d description: '' @@ -141130,6 +149524,7 @@ https://kubernetes.io/docs/reference/kubectl/cheatsheet: - docs/cheatsheets.md - docs/kubectl-commands.md year: N/A + addition_method: manual https://kubernetes.io/docs/reference/kubectl/quick-reference: content_hash: ccf67be6374e4c049748978c7f38fbfd29cb6b5a9ef7333ca844ad86574da10d health_score: 100.0 @@ -141144,6 +149539,7 @@ https://kubernetes.io/docs/reference/kubectl/quick-reference: v2_locations: - kubectl-commands.md - cheatsheets.md + addition_method: manual https://kubernetes.io/docs/reference/kubernetes-api: content_hash: 1a616fe3cba266097c67d7c944e7863243a59f8582af03452117da112449db78 description: '' @@ -141160,6 +149556,7 @@ https://kubernetes.io/docs/reference/kubernetes-api: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/reference/scheduling: content_hash: 14541b978af4b79fd0508179aebc3ccba5dd9792ce23bc64fd3a6962c86849d5 description: '' @@ -141176,6 +149573,7 @@ https://kubernetes.io/docs/reference/scheduling: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/reference/scheduling/config: content_hash: db6f8da36d2ea48c1c42d30dda6bc112c4c1e27302d4bb5331245394834ace2c health_score: 100.0 @@ -141187,6 +149585,7 @@ https://kubernetes.io/docs/reference/scheduling/config: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://kubernetes.io/docs/reference/scheduling/profiles: content_hash: ac4a5b218af0c9c55cae06d43a6f0eb0276bc2b908a61b28fa0e82e3bf2684ff description: '' @@ -141202,6 +149601,7 @@ https://kubernetes.io/docs/reference/scheduling/profiles: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/setup/production-environment/container-runtimes: content_hash: d0ff545e41745ccabd9a156673966f22699b6989750ed255ac5794c2cf181e14 description: '' @@ -141218,6 +149618,7 @@ https://kubernetes.io/docs/setup/production-environment/container-runtimes: v2_locations: - container-managers.md year: N/A + addition_method: manual https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster: ai_summary: 'Curator Insight: Official documentation on general cluster gateway entry points. Live Grounding: Primary map for developers, operators, and tools @@ -141245,6 +149646,7 @@ https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api: ai_summary: 'Curator Insight: Official upstream tasks covering direct API server communication pathways. Live Grounding: Teaches developers and automated CI systems @@ -141272,6 +149674,7 @@ https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd: content_hash: 0ad26a04cc49a66ce3373ad6404c7f9748f55730a670885dda2fcf889ddaed4b description: '' @@ -141288,6 +149691,7 @@ https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data: ai_summary: The official documentation guiding system admins through encrypting etcd secret data at rest. Covers local secrets key providers and external KMS @@ -141315,6 +149719,7 @@ https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://kubernetes.io/docs/tasks/configure-pod-container/user-namespaces: content_hash: fccbbd4c22e401e49c6b70f8ad680d74f2f81a504fc6f249296257e7067ae212 description: '' @@ -141331,6 +149736,7 @@ https://kubernetes.io/docs/tasks/configure-pod-container/user-namespaces: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins: content_hash: 86d096c9b22fe7139eeb4570966eb819ddbfa12d7d0e4e3469452a53da4662c9 description: '' @@ -141347,6 +149753,7 @@ https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization: content_hash: 8aaf2942e2dbaf61b046bff9e2f5501dc631fe88da75fe64c1550c02d2a9710f description: '' @@ -141363,6 +149770,7 @@ https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization: v2_locations: - kustomize.md year: N/A + addition_method: manual https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale: content_hash: a9f935606a84432161200b555014e250514cde637c24d1469af74122161a686b description: '' @@ -141374,6 +149782,7 @@ https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://kubernetes.io/docs/tutorials: content_hash: 44e27a3f54a08a7d2dde399ed13f5d5031301f5649b6f58c79efd7e04c57a4ae description: '' @@ -141390,6 +149799,7 @@ https://kubernetes.io/docs/tutorials: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://kubernetes.slack.com: content_hash: b27fb38ba323745c91fe7fd9021605430d43bdb7d3be765266e29364d103e26f description: '' @@ -141406,6 +149816,7 @@ https://kubernetes.slack.com: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetesbyexample.com: content_hash: N/A health_score: 100.0 @@ -141418,6 +149829,7 @@ https://kubernetesbyexample.com: v2_locations: - demos.md - kubernetes-tutorials.md + addition_method: manual https://kubernetespodcast.com: content_hash: a26368fa2087049059aca9589266af9139ebab5bbd5e7d13c182294420f2b929 description: '' @@ -141434,6 +149846,7 @@ https://kubernetespodcast.com: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetespodcast.com/episode/164-podman: content_hash: 4aaf6e9e2bc5b9f354d06bcb3cb8ef43614a00eb33336afb6029c74571af8c55 description: '' @@ -141450,6 +149863,7 @@ https://kubernetespodcast.com/episode/164-podman: v2_locations: - container-managers.md year: N/A + addition_method: manual https://kubernetesreadme.com: content_hash: 5f0f92a0d48e0c9fa56c5cf279db83b05a7f7feb3c784c1c095941d3fa7ec3f4 description: '' @@ -141466,6 +149880,7 @@ https://kubernetesreadme.com: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubernetestutorials.com/install-and-deploy-kubernetes-on-centos-7: content_hash: N/A description: '' @@ -141480,6 +149895,7 @@ https://kubernetestutorials.com/install-and-deploy-kubernetes-on-centos-7: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://kubernetestutorials.com/kubernetes-tutorials/kubernetes-introduction-to-yaml: content_hash: N/A description: '' @@ -141494,6 +149910,7 @@ https://kubernetestutorials.com/kubernetes-tutorials/kubernetes-introduction-to- v2_locations: - yaml.md year: N/A + addition_method: manual https://kubeshark.co: content_hash: cd0b8278ff0a583c223d90cc249ad0e5566011eb797776cab27baea084ca366b description: '' @@ -141505,6 +149922,7 @@ https://kubeshark.co: v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://kubeshop.github.io/monokle: content_hash: fc36c6ea851ec23ab441534181bc6559afa3f355651d8847c75faa89a99aa413 description: '' @@ -141516,6 +149934,7 @@ https://kubeshop.github.io/monokle: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://kubeshop.io: content_hash: 3e56ce5bd69843e7ceeca13d67b2d1ea1e7e5f9a96fed6dbfaf3762c97d21fc8 description: '' @@ -141532,6 +149951,7 @@ https://kubeshop.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kubesphere.io: ai_summary: Official site for KubeSphere, a pluggable multi-cluster management platform. It encapsulates underlying vanilla Kubernetes clusters with multi-tenant, GitOps, @@ -141559,6 +149979,7 @@ https://kubesphere.io: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://kubesphere.io/blogs/install-kubernetes-containerd: ai_summary: Demonstrates setting up Kubernetes v1.22 using container runtime interface (CRI) containerd via KubeKey. Covers migrating away from Dockershim configurations @@ -141586,6 +150007,7 @@ https://kubesphere.io/blogs/install-kubernetes-containerd: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://kubesphere.io/blogs/k8s-ha-practices: content_hash: N/A description: '' @@ -141602,6 +150024,7 @@ https://kubesphere.io/blogs/k8s-ha-practices: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kubesphere.io/blogs/kubeeye-automatic-cluster-diagnostic-tool: content_hash: N/A description: '' @@ -141618,6 +150041,7 @@ https://kubesphere.io/blogs/kubeeye-automatic-cluster-diagnostic-tool: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kubesphere.io/blogs/scale-kubernetes-cluster-using-kubekey: ai_summary: Step-by-step tutorial highlighting programmatic node scaling in live production environments. Details configuration modifications to hosts.yaml and @@ -141645,6 +150069,7 @@ https://kubesphere.io/blogs/scale-kubernetes-cluster-using-kubekey: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://kubestone.io: content_hash: N/A description: '' @@ -141660,6 +150085,7 @@ https://kubestone.io: v2_locations: - ocp4.md year: N/A + addition_method: manual https://kubestr.io: content_hash: a1aac5827addfc6223f7f603ec5d1532b88f59699ca8e3eb0bace641e1321213 description: '' @@ -141678,6 +150104,7 @@ https://kubestr.io: - kubernetes-tools.md - kubernetes-storage.md year: N/A + addition_method: manual https://kubetools.io/kopylot-an-ai-powered-kubernetes-assistant-for-devops-developers: content_hash: 22c69347e82d8379e814782608caba158101c76c2d5feac3d1945a86a11b43ff health_score: 100.0 @@ -141689,6 +150116,7 @@ https://kubetools.io/kopylot-an-ai-powered-kubernetes-assistant-for-devops-devel - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual ? https://kubetools.io/mastering-kubernetes-debugging-and-troubleshooting-with-kubeshark-real-time-visibility-query-language-service-map-and-integrations : content_hash: 3add506832f86e54b5a3c95652b6618aa0a3ae169e949112335e6babc3f0ea63 health_score: 100.0 @@ -141700,6 +150128,7 @@ https://kubetools.io/kopylot-an-ai-powered-kubernetes-assistant-for-devops-devel - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://kubetools.io/why-k9s-should-be-your-go-to-tool-for-kubernetes-management: content_hash: cde5cfc6d33fcfe7c8abab886d8e6304febb2c0a00f5f35c5e291a78cabb7819 health_score: 100.0 @@ -141711,6 +150140,7 @@ https://kubetools.io/why-k9s-should-be-your-go-to-tool-for-kubernetes-management - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://kubevela.io: content_hash: b10c4920a3537933054ad09966865a1a9bd15cae560745b814a6c971c3bd29d8 description: '' @@ -141727,6 +150157,7 @@ https://kubevela.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kubevious.io: content_hash: 2899deb33300e3afe59adf9a12f316a46d28dde8f291b1b7804e61d78e8b25e3 description: '' @@ -141743,6 +150174,7 @@ https://kubevious.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kubevious.io/blog/post/kubevious-saas-beta-launch: content_hash: edbf936550f176276e57f481a3c9fb467317a9ba206234a4caa00860128fb6b5 description: '' @@ -141754,6 +150186,7 @@ https://kubevious.io/blog/post/kubevious-saas-beta-launch: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://kubevious.io/blog/post/top-kubernetes-yaml-validation-tools: ai_summary: A comparative guide highlighting top Kubernetes YAML validation software. Reviews tools such as Datree, KubeLinter, and Polaris on policy coverage, ease-of-use, @@ -141783,6 +150216,7 @@ https://kubevious.io/blog/post/top-kubernetes-yaml-validation-tools: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://kubevious.io/docs/built-in-validators: content_hash: 093799c23e29835a8e9e30f40da4c4b60a422c2c16d0bd0ee37bff70264ed3a6 description: '' @@ -141794,6 +150228,7 @@ https://kubevious.io/docs/built-in-validators: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://kubevirt.io: content_hash: b0536ac55008d7764973f34b31c917997aa5fc553e0e40f2e8e98b3abf1bd660 description: '' @@ -141810,6 +150245,7 @@ https://kubevirt.io: v2_locations: - ocp4.md year: N/A + addition_method: manual https://kubezilla.com/tools: content_hash: N/A description: '' @@ -141824,6 +150260,7 @@ https://kubezilla.com/tools: v2_locations: - other-awesome-lists.md year: N/A + addition_method: manual https://kuderko.medium.com/fixing-bad-cpu-usage-distribution-in-kubernetes-e1e43ed87cd6: content_hash: N/A description: '' @@ -141838,6 +150275,7 @@ https://kuderko.medium.com/fixing-bad-cpu-usage-distribution-in-kubernetes-e1e43 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://kudo.dev: content_hash: N/A description: '' @@ -141854,6 +150292,7 @@ https://kudo.dev: - kubernetes-operators-controllers.md - kubernetes-tools.md year: N/A + addition_method: manual https://kui.tools: ai_summary: A hybrid CLI/GUI application that translates plain terminal commands into interactive graphs and visual widgets, bridging the gap between raw shells @@ -141884,6 +150323,7 @@ https://kui.tools: - kubernetes-tools.md - index.md year: N/A + addition_method: manual https://kumomind.medium.com/should-i-consider-the-gitops-methodology-f49e042b8c22: content_hash: N/A description: '' @@ -141898,6 +150338,7 @@ https://kumomind.medium.com/should-i-consider-the-gitops-methodology-f49e042b8c2 v2_locations: - gitops.md year: N/A + addition_method: manual https://kurl.sh: ai_summary: An automated web-based tool from Replicated for creating custom Kubernetes installers. It generates a single shell script containing your chosen mix of Kubernetes @@ -141926,6 +150367,7 @@ https://kurl.sh: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://kustomize.io: content_hash: 5a93067842b638b5b465bde9bbeed9b3446efa2a774bc57a38c51779e7737608 description: '' @@ -141942,6 +150384,7 @@ https://kustomize.io: v2_locations: - kustomize.md year: N/A + addition_method: manual https://kustomizer.dev: content_hash: aefd444e6139092b7bfbcfe96430ce9992bd9a17c0f7e449d04c39472ef5aca1 description: '' @@ -141958,6 +150401,7 @@ https://kustomizer.dev: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kuttl.dev: content_hash: N/A description: '' @@ -141972,6 +150416,7 @@ https://kuttl.dev: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://kvs-vishnu23.medium.com/is-aws-cdk-better-than-terraform-85194e7a42cd: content_hash: N/A description: '' @@ -141986,6 +150431,7 @@ https://kvs-vishnu23.medium.com/is-aws-cdk-better-than-terraform-85194e7a42cd: v2_locations: - terraform.md year: N/A + addition_method: manual ? https://kymidd.medium.com/lets-do-devops-eks-k8s-python-fuzzy-staging-with-aws-secrets-manager-k8s-init-disk-secrets-b0d8022f3a5d : content_hash: N/A description: '' @@ -142001,6 +150447,7 @@ https://kvs-vishnu23.medium.com/is-aws-cdk-better-than-terraform-85194e7a42cd: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://kyverno.io: ai_summary: 'A CNCF graduated Kubernetes-native policy engine. @@ -142035,6 +150482,7 @@ https://kyverno.io: - kubernetes-security.md - securityascode.md year: N/A + addition_method: manual https://kyverno.io/docs/writing-policies/autogen: content_hash: bd8afeca0b630a7287caa1c320f12941bef786a3a4544cf35bc8cede66543155 description: '' @@ -142051,6 +150499,7 @@ https://kyverno.io/docs/writing-policies/autogen: v2_locations: - securityascode.md year: N/A + addition_method: manual https://kyverno.io/docs/writing-policies/generate: content_hash: bd8afeca0b630a7287caa1c320f12941bef786a3a4544cf35bc8cede66543155 description: '' @@ -142067,6 +150516,7 @@ https://kyverno.io/docs/writing-policies/generate: v2_locations: - securityascode.md year: N/A + addition_method: manual https://kyverno.io/docs/writing-policies/mutate: content_hash: bd8afeca0b630a7287caa1c320f12941bef786a3a4544cf35bc8cede66543155 description: '' @@ -142083,6 +150533,7 @@ https://kyverno.io/docs/writing-policies/mutate: v2_locations: - securityascode.md year: N/A + addition_method: manual https://kyverno.io/policies: ai_summary: A rich library of ready-to-use Kyverno policy definitions. These templates address common cloud security standards (Pod Security Standards, multi-tenancy @@ -142113,6 +150564,7 @@ https://kyverno.io/policies: - kubernetes-security.md - securityascode.md year: N/A + addition_method: manual https://kyverno.io/policies/best-practices/check_deprecated_apis: content_hash: bd8afeca0b630a7287caa1c320f12941bef786a3a4544cf35bc8cede66543155 description: '' @@ -142128,6 +150580,7 @@ https://kyverno.io/policies/best-practices/check_deprecated_apis: v2_locations: - securityascode.md year: N/A + addition_method: manual https://kyverno.io/policies/best-practices/require_probes/require_probes: content_hash: bd8afeca0b630a7287caa1c320f12941bef786a3a4544cf35bc8cede66543155 description: '' @@ -142143,6 +150596,7 @@ https://kyverno.io/policies/best-practices/require_probes/require_probes: v2_locations: - securityascode.md year: N/A + addition_method: manual https://kyverno.io/policies/best-practices/restrict_image_registries/restrict_image_registries: content_hash: bd8afeca0b630a7287caa1c320f12941bef786a3a4544cf35bc8cede66543155 description: '' @@ -142158,6 +150612,7 @@ https://kyverno.io/policies/best-practices/restrict_image_registries/restrict_im v2_locations: - securityascode.md year: N/A + addition_method: manual https://kyverno.io/policies/other/add-pod-proxies: content_hash: bd8afeca0b630a7287caa1c320f12941bef786a3a4544cf35bc8cede66543155 description: '' @@ -142173,6 +150628,7 @@ https://kyverno.io/policies/other/add-pod-proxies: v2_locations: - securityascode.md year: N/A + addition_method: manual https://kyverno.io/policies/other/require_pdb: content_hash: bd8afeca0b630a7287caa1c320f12941bef786a3a4544cf35bc8cede66543155 description: '' @@ -142188,6 +150644,7 @@ https://kyverno.io/policies/other/require_pdb: v2_locations: - securityascode.md year: N/A + addition_method: manual https://lab.github.com: content_hash: N/A description: '' @@ -142202,6 +150659,7 @@ https://lab.github.com: v2_locations: - git.md year: N/A + addition_method: manual https://lab.texthtml.net/gitlab/merge-bot: content_hash: 2fd72b5eeb9dca6c8506ace4db5979be66c3dc20980062304b8805585e86f1eb description: '' @@ -142218,6 +150676,7 @@ https://lab.texthtml.net/gitlab/merge-bot: v2_locations: - git.md year: N/A + addition_method: manual https://labs.bishopfox.com/tech-blog/bad-pods-kubernetes-pod-privilege-escalation: content_hash: 91eee7f16f3d8d6a74434bfa5628e2548dbb2d8c3224ae065bfeb7a9603c115a description: '' @@ -142229,6 +150688,7 @@ https://labs.bishopfox.com/tech-blog/bad-pods-kubernetes-pod-privilege-escalatio v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://labs.demoredhat.com/demos: content_hash: a2087aa7d5d8215b3f94729b5231d28059bd5a2aa4a8fcdbfc9d9897b4326981 health_score: 100.0 @@ -142240,6 +150700,7 @@ https://labs.demoredhat.com/demos: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://labs.hol.vmware.com: content_hash: 6594b343bcdf23ddb250949276937527498e535c5653856771d458c7acb0547d description: '' @@ -142251,6 +150712,7 @@ https://labs.hol.vmware.com: v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://labs.hol.vmware.com/HOL: ai_summary: A premium sandbox platform allowing cloud engineers and enterprise architects to test VMware Tanzu and vSphere configurations without local hardware limitations. @@ -142273,6 +150735,7 @@ https://labs.hol.vmware.com/HOL: v2_locations: - kubernetes-on-premise.md year: '2026' + addition_method: manual https://labs.iximiuz.com/courses/containerd-cli/ctr/image-management: content_hash: 5190cb37c1f497ce69bac1c89ae6d954b9ae62e6e1fbb8b1349049e9c3e4811d description: '' @@ -142290,6 +150753,7 @@ https://labs.iximiuz.com/courses/containerd-cli/ctr/image-management: - kubernetes.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://labs.iximiuz.com/tutorials/controlling-process-resources-with-cgroups: ai_summary: A deep, interactive laboratory walk-through demonstrating how Linux Control Groups (cgroups) throttle and isolate system resources. Crucial baseline @@ -142322,6 +150786,7 @@ https://labs.iximiuz.com/tutorials/controlling-process-resources-with-cgroups: - kubernetes.md - container-managers.md year: N/A + addition_method: manual https://labs.meanpug.com/kubernetes-kpt-in-the-wild: content_hash: 14a5d37372893ae356acf598ff7bff4873b532feff2cddf3afd51852a2fa30e8 description: '' @@ -142337,6 +150802,7 @@ https://labs.meanpug.com/kubernetes-kpt-in-the-wild: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://labs.mwrinfosecurity.com/blog/attacking-kubernetes-through-kubelet: content_hash: N/A description: '' @@ -142351,6 +150817,7 @@ https://labs.mwrinfosecurity.com/blog/attacking-kubernetes-through-kubelet: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://labs.play-with-docker.com: content_hash: b4916f40de06e5d5ebe8424d048346be229fd44e5ca048bedfe9699736c59c2d description: '' @@ -142367,6 +150834,7 @@ https://labs.play-with-docker.com: v2_locations: - docker.md year: N/A + addition_method: manual https://labs.play-with-k8s.com: content_hash: fed6829442848b957f10ae4aab70f4ae99624f4649e384306fc1d37d44bdf723 description: '' @@ -142383,6 +150851,7 @@ https://labs.play-with-k8s.com: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://laduram.medium.com/the-future-of-observability-c33cd7ff644a: content_hash: N/A description: '' @@ -142397,6 +150866,7 @@ https://laduram.medium.com/the-future-of-observability-c33cd7ff644a: v2_locations: - monitoring.md year: N/A + addition_method: manual https://lakshaws.medium.com/ci-cd-pipeline-for-dockerized-applications-f1003e821812: content_hash: N/A description: '' @@ -142411,6 +150881,7 @@ https://lakshaws.medium.com/ci-cd-pipeline-for-dockerized-applications-f1003e821 v2_locations: - demos.md year: N/A + addition_method: manual https://lalatron.hashnode.dev/when-kubernetes-and-go-dont-work-well-together: content_hash: N/A description: '' @@ -142426,6 +150897,7 @@ https://lalatron.hashnode.dev/when-kubernetes-and-go-dont-work-well-together: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://lalitchaturveditech.medium.com/optimize-java-performance-on-kubernetes-5f055d406ecf: content_hash: N/A description: '' @@ -142440,6 +150912,7 @@ https://lalitchaturveditech.medium.com/optimize-java-performance-on-kubernetes-5 v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://lambda.grofers.com/evolving-cd-in-a-cloud-native-environment-bb64a38145ae: content_hash: N/A description: '' @@ -142455,6 +150928,7 @@ https://lambda.grofers.com/evolving-cd-in-a-cloud-native-environment-bb64a38145a v2_locations: - tekton.md year: N/A + addition_method: manual https://lambda.grofers.com/learnings-from-two-years-of-kubernetes-in-production-b0ec21aa2814: content_hash: N/A description: '' @@ -142469,6 +150943,7 @@ https://lambda.grofers.com/learnings-from-two-years-of-kubernetes-in-production- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://landing.google.com/sre: content_hash: 20b5ae83fe9ad222ae24acce7caae29b353ea0deb65ce0aabb392d898d64006a description: '' @@ -142480,6 +150955,7 @@ https://landing.google.com/sre: v1_locations: - docs/sre.md year: N/A + addition_method: manual https://landing.gravitee.io/gravitee-edge-stack-unified-api-visibility-and-governance: content_hash: e9c194000307aad2fe82b86d96ac4ac30f3c8677d71517e2293051b1d297d5f5 health_score: 100.0 @@ -142491,6 +150967,7 @@ https://landing.gravitee.io/gravitee-edge-stack-unified-api-visibility-and-gover - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://landing.jobs/blog/how-does-remote-work-affect-your-salary: content_hash: N/A description: '' @@ -142505,6 +150982,7 @@ https://landing.jobs/blog/how-does-remote-work-affect-your-salary: v2_locations: - remote-tech-jobs.md year: N/A + addition_method: manual https://landscape.cncf.io: content_hash: 867ee1c8588b23bacb879f098868d9ca8783ffe6cbdcad081f1bf814b6c40a7b description: '' @@ -142515,6 +150993,7 @@ https://landscape.cncf.io: title: landscape.cncf.io v1_locations: [] year: N/A + addition_method: manual https://laravel-news.com/deploy-your-php-app-with-ansible-and-github-actions: content_hash: 1756e4a75edfb66dd185fa8f4cd8b6adb0857a2f25c01fe85783a1c730ec430a description: '' @@ -142531,6 +151010,7 @@ https://laravel-news.com/deploy-your-php-app-with-ansible-and-github-actions: v2_locations: - git.md year: N/A + addition_method: manual https://laravel-news.com/generate-github-actions-config-for-laravel-projects-with-ghygen: ai_summary: Presents Ghygen, a web-based GUI configuration generator developed to scaffold Laravel pipeline scripts. Helps developers bypass manual YAML coding @@ -142559,6 +151039,7 @@ https://laravel-news.com/generate-github-actions-config-for-laravel-projects-wit v2_locations: - git.md year: N/A + addition_method: manual https://launchdarkly.com/blog/get-a-detailed-explanation-of-release-testing-several: content_hash: 05daa51aea39d5989e79c97fa69b2eddd40c46f4b4bc173e1088704081db4fb8 description: '' @@ -142575,6 +151056,7 @@ https://launchdarkly.com/blog/get-a-detailed-explanation-of-release-testing-seve v2_locations: - qa.md year: N/A + addition_method: manual https://layer5.io/service-mesh-landscape: content_hash: d3d7df5a6797f5524eb662a067cc405c7dcaf437b3fa4fbb67e855bf8134631a description: '' @@ -142591,6 +151073,7 @@ https://layer5.io/service-mesh-landscape: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://leaddev.com/legacy-technical-debt-migrations/how-break-cycle-tech-debt: content_hash: f60e0ee399e37a8df7c44a845d5bd29f41c70dcec1261b0657d15fd4bdd081d5 description: '' @@ -142602,6 +151085,7 @@ https://leaddev.com/legacy-technical-debt-migrations/how-break-cycle-tech-debt: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://leaddev.com/technical-direction/how-break-cycle-tech-debt: content_hash: ca38447fda35a65ce7b202941d82e6201f660831f50663528fdecef0215233c9 health_score: 100.0 @@ -142614,6 +151098,7 @@ https://leaddev.com/technical-direction/how-break-cycle-tech-debt: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://leanpub.com/kubernetes-101: content_hash: c59d60c94c2c470d716374cac6c9c6e07f18f53501092a9a92d858848a3a4fcc description: '' @@ -142630,6 +151115,7 @@ https://leanpub.com/kubernetes-101: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://leanpub.com/the-devops-2-6-toolkit: content_hash: 8f67471dccda68aa87d60d4e76cda9a303db6c45ee6564583be20e25f9b392a3 description: '' @@ -142646,6 +151132,7 @@ https://leanpub.com/the-devops-2-6-toolkit: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://learn.cantrill.io: ai_summary: Adrian Cantrill's highly respected training academy designed for thorough cloud architecture mastering. Shifts focus away from simple exam memorization @@ -142674,6 +151161,7 @@ https://learn.cantrill.io: v2_locations: - aws-training.md year: N/A + addition_method: manual https://learn.chef.io: content_hash: c0feac698d6f59dfcd36aaa18720592714bfb2b00e4a732cccf4ee3cc5f6013a description: '' @@ -142685,6 +151173,7 @@ https://learn.chef.io: v1_locations: - docs/chef.md year: N/A + addition_method: manual https://learn.crunchydata.com: content_hash: 613066b29dbc8795858eb2f21951c57df758e9377e5b9a93bb7ef583a46655c8 description: '' @@ -142698,6 +151187,7 @@ https://learn.crunchydata.com: - docs/elearning.md - docs/ocp4.md year: N/A + addition_method: manual https://learn.gitkraken.com/courses/git-foundations: content_hash: N/A description: '' @@ -142713,6 +151203,7 @@ https://learn.gitkraken.com/courses/git-foundations: v2_locations: - git.md year: N/A + addition_method: manual https://learn.hashicorp.com/collections/terraform/policy: content_hash: 0995a301714d3bb51fc3a6f6aaa66d8ea3708675efed907fcdb5675cca5c2bc1 description: '' @@ -142724,6 +151215,7 @@ https://learn.hashicorp.com/collections/terraform/policy: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/collections/terraform/providers: content_hash: 21ba4053791d2fa3df39fd26c1dc8d6fd261a6bbc565d64856003f9f94589940 description: '' @@ -142737,6 +151229,7 @@ https://learn.hashicorp.com/collections/terraform/providers: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/consul/kubernetes-consul-design-patterns: content_hash: a8c01a233c6c342749aeb5543a581ef78bd59c1c31b83cb58efff23656077ab6 description: '' @@ -142748,6 +151241,7 @@ https://learn.hashicorp.com/tutorials/consul/kubernetes-consul-design-patterns: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube?in=consul/kubernetes: content_hash: 8ff624948a761d9bf9f221fa5f02a8b11724b5b0589f5a505905120e5e1f5dfb description: '' @@ -142758,6 +151252,7 @@ https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube?in=consul/kuber v1_locations: - docs/demos.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/packer/aws-get-started-build-image: content_hash: 3926b1e1b76712691ffef60e11479895a602c59537ccc443163aa3013c1f191d description: '' @@ -142769,6 +151264,7 @@ https://learn.hashicorp.com/tutorials/packer/aws-get-started-build-image: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/terraform/aws-default-tags: content_hash: 8ad874a3ec7b2705ba459f37930fca241f6f12105af73afee0071f1711710269 description: '' @@ -142780,6 +151276,7 @@ https://learn.hashicorp.com/tutorials/terraform/aws-default-tags: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/terraform/cloud-agents: content_hash: 7149d48df789910c3a59a925bad36f490888add90535e2f476ba0f144565c60d description: '' @@ -142791,6 +151288,7 @@ https://learn.hashicorp.com/tutorials/terraform/cloud-agents: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/terraform/github-actions: content_hash: df226dd3f4751fd9c9044b81374139bed02a0aa7ece1196fa2c983f67ef84e48 description: '' @@ -142802,6 +151300,7 @@ https://learn.hashicorp.com/tutorials/terraform/github-actions: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code: content_hash: 4d12ef0781cff15f08772d31f2c862acab031fc004e03e3ef8d9c483964f721b description: '' @@ -142813,6 +151312,7 @@ https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/terraform/lambda-api-gateway: content_hash: 20915fa98916eb62578220408b36870e4c2a0fc52fde52cc0fb47114f0f3e611 description: '' @@ -142825,6 +151325,7 @@ https://learn.hashicorp.com/tutorials/terraform/lambda-api-gateway: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/terraform/multicloud-kubernetes: content_hash: 0814a9f12cb6adfeeba336fbaedbf33ec2099429cfc90aea1e26f348271960f5 description: '' @@ -142836,6 +151337,7 @@ https://learn.hashicorp.com/tutorials/terraform/multicloud-kubernetes: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/vault/codify-mgmt-enterprise: content_hash: 295d7d80cb661366a9b1397f1e9f50fa14fe58a8a455bd0eefff53da76892af6 description: '' @@ -142847,6 +151349,7 @@ https://learn.hashicorp.com/tutorials/vault/codify-mgmt-enterprise: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault: content_hash: 4c219a378c1a10b2bb90ffd546ef63c06db335ad3586a1b7ec7c2ee23d4dd8d1 description: '' @@ -142859,6 +151362,7 @@ https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://learn.hashicorp.com/tutorials/waypoint/gitops-helm-deployment: content_hash: 3b1f6c77070abbc029997d7b1277427519a7cb3bc16b58aeb225db5e726efe28 description: '' @@ -142871,6 +151375,7 @@ https://learn.hashicorp.com/tutorials/waypoint/gitops-helm-deployment: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://learn.iterative.ai: content_hash: N/A description: '' @@ -142885,6 +151390,7 @@ https://learn.iterative.ai: v2_locations: - mlops.md year: N/A + addition_method: manual https://learn.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming: content_hash: b49c8b216c0498013e0ce20ef25fee8be5fa25551641778fc48100afd3f79b4e health_score: 100.0 @@ -142896,6 +151402,7 @@ https://learn.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/azure-bes - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/landing-zone/implementation-options: content_hash: a429a82b595d04c49d1ee802be0df10e583398988ae0c3b78c4e7aa2a5e8bef1 description: '' @@ -142914,6 +151421,7 @@ https://learn.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/landing-z - azure.md - iac.md year: N/A + addition_method: manual https://learn.microsoft.com/en-gb/azure/devops/pipelines/?view=azure-devops: content_hash: 4901ce7350330ba7a0198188075f943db0ca766595ebe04a64571dc8828ec8fd health_score: 100.0 @@ -142925,6 +151433,7 @@ https://learn.microsoft.com/en-gb/azure/devops/pipelines/?view=azure-devops: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-gb/azure/devops/pipelines/build/ci-build-git?view=azure-devops: content_hash: 414698483245be2f3ac10527a7fc78fe5b5713533a3dce9d85726a08787854d9 health_score: 100.0 @@ -142936,6 +151445,7 @@ https://learn.microsoft.com/en-gb/azure/devops/pipelines/build/ci-build-git?view - docs/demos.md v2_locations: - demos.md + addition_method: manual https://learn.microsoft.com/en-gb/training/browse: content_hash: 1ab0938e40d1a191c6ca8823aad4d572c67ec6e68e141c94c31e5e94331c5fd6 health_score: 100.0 @@ -142947,6 +151457,7 @@ https://learn.microsoft.com/en-gb/training/browse: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us: content_hash: 5764a67c26db66ca6fb0a59f9f70c8d4c56be5fa64933ce78e4112f319ee5cc2 health_score: 100.0 @@ -142958,6 +151469,7 @@ https://learn.microsoft.com/en-us: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/appcenter: last_checked: 1779388611.390502 status: online @@ -142965,12 +151477,14 @@ https://learn.microsoft.com/en-us/appcenter: - '[COMMUNITY-TOOL]' v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/appcenter/build/choose-between-services: content_hash: abd3b9064b72f8f040c4c80b9bf495d472963227e758e8f9912679a9779db866 health_score: 64.0 last_checked: 1779130494.92168 v1_locations: - docs/azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure: content_hash: d3876ca15590402db369bf9f5d85923e3a82dfcb4a59951fb2836c4eccbfba08 health_score: 100.0 @@ -142982,6 +151496,7 @@ https://learn.microsoft.com/en-us/azure: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/active-directory/reports-monitoring/overview-recommendations: content_hash: 6d4e184ba160017be6a66cea997f05f57b1b88d8c6103f770fa74f5c83b9a2ea description: '' @@ -142994,6 +151509,7 @@ https://learn.microsoft.com/en-us/azure/active-directory/reports-monitoring/over v1_locations: - docs/azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/active-directory/roles/custom-available-permissions: content_hash: b4317099f343f65bab45c2b810068b9a02038ae69d13a768da31447372bddbf5 description: '' @@ -143006,6 +151522,7 @@ https://learn.microsoft.com/en-us/azure/active-directory/roles/custom-available- v1_locations: - docs/azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/advisor/advisor-assessments: content_hash: ba05fb06ecbb98db1b9cb7b04ec0c13b4177e3430151b73d08a00680b23d7f42 description: '' @@ -143022,6 +151539,7 @@ https://learn.microsoft.com/en-us/azure/advisor/advisor-assessments: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/cluster-autoscaler: content_hash: 1e040613f818ee784256a6cec1c6162fbed8180d2e95e1a5c8fa45cad1c6c41f health_score: 100.0 @@ -143033,6 +151551,7 @@ https://learn.microsoft.com/en-us/azure/aks/cluster-autoscaler: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/configure-azure-cni: ai_summary: Microsoft operational guide detailing Azure CNI configurations to assign direct VNET IPs to Kubernetes pods. Live grounding highlights dynamic IP allocation @@ -143056,6 +151575,7 @@ https://learn.microsoft.com/en-us/azure/aks/configure-azure-cni: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2025' + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/configure-dual-stack: ai_summary: Official guidelines detailing dual-stack (IPv4/IPv6) kubenet cluster creation on AKS. Outlines address planning, routing considerations, and target @@ -143079,6 +151599,7 @@ https://learn.microsoft.com/en-us/azure/aks/configure-dual-stack: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/configure-kubenet: ai_summary: Practical documentation for configuring kubenet networking inside AKS to optimize and preserve corporate IP structures. Outlines NAT translation mechanisms @@ -143102,6 +151623,7 @@ https://learn.microsoft.com/en-us/azure/aks/configure-kubenet: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/entra-id-control-plane-authentication: ai_summary: Documentation covering native Microsoft Entra ID integration within AKS control planes. Enables infrastructure architects to map cluster RBAC profiles @@ -143124,6 +151646,7 @@ https://learn.microsoft.com/en-us/azure/aks/entra-id-control-plane-authenticatio v2_locations: - managed-kubernetes-in-public-cloud.md year: '2025' + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/monitor-aks: ai_summary: Outlines features designed to expose and monitor AKS control plane internal metrics using managed Prometheus and Grafana instances. Details monitoring etcd @@ -143147,6 +151670,7 @@ https://learn.microsoft.com/en-us/azure/aks/monitor-aks: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/monitor-control-plane-metrics: content_hash: 8d9a2ec23e33d0e511ab4b0539f3b73a5d066b7a7631e09377ad06986c298035 description: '' @@ -143159,6 +151683,7 @@ https://learn.microsoft.com/en-us/azure/aks/monitor-control-plane-metrics: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-cluster-isolation: ai_summary: Official best practices outlining physical and logical isolation boundaries inside AKS clusters. Details namespaces limits, network policy rules, and multi-tenant @@ -143181,6 +151706,7 @@ https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-cluster-isol v2_locations: - managed-kubernetes-in-public-cloud.md year: '2025' + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/rdp: ai_summary: Official Microsoft guide to establishing secure RDP connections to Windows Server nodes on AKS for troubleshooting and maintenance. Explains the step-by-step @@ -143210,6 +151736,7 @@ https://learn.microsoft.com/en-us/azure/aks/rdp: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/aks/start-stop-nodepools: ai_summary: Official Microsoft guide on using native commands to safely pause and start individual node pools on AKS. This operational strategy helps organizations @@ -143233,6 +151760,7 @@ https://learn.microsoft.com/en-us/azure/aks/start-stop-nodepools: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2025' + addition_method: manual https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-mutual-certificates-for-clients: ai_summary: Provides guidelines to establish mutual TLS (mTLS) pipelines from external clients, through Azure API Management (APIM), down to AKS backend systems. Vital @@ -143255,6 +151783,7 @@ https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-mutu v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://learn.microsoft.com/en-us/azure/app-service/configure-custom-container: content_hash: db4272eaff8b98e8d9b7f75c41d3c18b01ce9146cea2a044b8e3972b34e799de description: '' @@ -143271,6 +151800,7 @@ https://learn.microsoft.com/en-us/azure/app-service/configure-custom-container: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/app-service/configure-language-java: content_hash: 22e9a854afad3b5c8db9069b3416962ab4c3738ca9f2b7095b4ac8180812f2fb description: '' @@ -143282,6 +151812,7 @@ https://learn.microsoft.com/en-us/azure/app-service/configure-language-java: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/app-service/configure-language-java-deploy-run: content_hash: 4339ae792c9a5f65d537ca22fe5c8b63374ac978d9b0198d6b55c710716ba6db health_score: 100.0 @@ -143293,6 +151824,7 @@ https://learn.microsoft.com/en-us/azure/app-service/configure-language-java-depl - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/app-service/reference-app-settings: content_hash: 7b521d86c5853e8e2df1d8839be2ff28a658c1264886d2102336497c4b1494f6 description: '' @@ -143310,6 +151842,7 @@ https://learn.microsoft.com/en-us/azure/app-service/reference-app-settings: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/app-testing: ai_summary: Official portal documenting Microsoft Azure Load Testing, a fully managed performance validation platform that natively ingests JMeter tests to target complex @@ -143331,6 +151864,7 @@ https://learn.microsoft.com/en-us/azure/app-testing: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/ai-ml/guide/mlops-maturity-model: content_hash: a6001eb1545abca15e0142164731371970cd4c484f71dd9451f2f15e46597335 description: '' @@ -143347,6 +151881,7 @@ https://learn.microsoft.com/en-us/azure/architecture/ai-ml/guide/mlops-maturity- v2_locations: - mlops.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/example-scenario/aks-agic/aks-agic: ai_summary: Official architectural pattern for deploying AGIC (Application Gateway Ingress Controller) in multi-tenant AKS cluster environments. Highlights namespace-level @@ -143375,6 +151910,7 @@ https://learn.microsoft.com/en-us/azure/architecture/example-scenario/aks-agic/a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/guide/azure-sandbox/azure-sandbox: content_hash: e0e04ef2cfa3e6cec2303e298ee23cd63fb1f3de8e78ccfb235045604969577e description: '' @@ -143391,6 +151927,7 @@ https://learn.microsoft.com/en-us/azure/architecture/guide/azure-sandbox/azure-s v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/guide/networking/global-web-applications/mission-critical-app-service: content_hash: c8e66430bd670b87e62b7d2efadb6a451f2ab07fdb9ca0885983ed0e15e0f445 description: '' @@ -143404,6 +151941,7 @@ https://learn.microsoft.com/en-us/azure/architecture/guide/networking/global-web - docs/cloud-arch-diagrams.md - docs/introduction.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-architecture: content_hash: c28cd3d3a1c055ab47419e3d4490b4366f5707a9c36eca1bb2b8c31ca75e094e description: '' @@ -143415,6 +151953,7 @@ https://learn.microsoft.com/en-us/azure/architecture/guide/security/conditional- v1_locations: - docs/azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree: content_hash: a35ebd49a672e033fba3a396198e158d06140df2ac8c280e7c0ffbb7ab28f588 description: '' @@ -143431,6 +151970,7 @@ https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/co v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview: content_hash: 89bf68a3158a7e2c4b9bfd00705251a96ee7d9cbf8c3fde97fd7827dab3d5bec health_score: 100.0 @@ -143442,6 +151982,7 @@ https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/lo - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/icons: content_hash: 41cd1a434462a9c2c4b9f0359819d14f3d7f43d3b8f033e9f6dcdfd302922b1b health_score: 100.0 @@ -143453,6 +151994,7 @@ https://learn.microsoft.com/en-us/azure/architecture/icons: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/landing-zones/subscription-vending: ai_summary: 'Explains the architectural pattern of automated subscription vending on Azure. @@ -143489,6 +152031,7 @@ https://learn.microsoft.com/en-us/azure/architecture/landing-zones/subscription- - iac.md - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke: content_hash: e0576e5912d1e115a5e024a11c15820c16ab8a681da3d4026b9c3b82564ee3d9 description: '' @@ -143509,6 +152052,7 @@ https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub - azure.md - networking.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/patterns: content_hash: af5c5c8363e7869c762e97d2f0aa483f6aa2316650f1a42a28114ffd327669b4 health_score: 100.0 @@ -143520,6 +152064,7 @@ https://learn.microsoft.com/en-us/azure/architecture/patterns: - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices : ai_summary: Official microservices architectural blueprint detailing application deployments in AKS clusters. Focuses on networking bounds, CI/CD pipeline structures, @@ -143541,6 +152086,7 @@ https://learn.microsoft.com/en-us/azure/architecture/patterns: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-mission-critical/mission-critical-intro : content_hash: a6f65ca6580a942b18e46847ac4326fa7275c637ac543f1853f75e8915d6a6ab description: '' @@ -143557,6 +152103,7 @@ https://learn.microsoft.com/en-us/azure/architecture/patterns: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks: ai_summary: The baseline production-grade architecture blueprint designed for AKS clusters following the Well-Architected Framework. Live grounding verifies its @@ -143580,6 +152127,7 @@ https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/con v2_locations: - managed-kubernetes-in-public-cloud.md year: '2025' + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-microservice: content_hash: aa552fe9b3c05c822b96eab7ec924002e97e9f8cdc7b7576eb7a334db6296db8 description: '' @@ -143591,6 +152139,7 @@ https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev v1_locations: - docs/azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/mutual-tls-deploy-aks-api-management: content_hash: 0ee8cedf9b6dd73f82709ad8cb6e57a401b2c6728caae3ada61ebbd8c4d2b4c2 description: '' @@ -143602,6 +152151,7 @@ https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/mut v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/architecture/web-apps/guides/enterprise-app-patterns/overview: content_hash: a6296a93fc76bd6b74f581065c058b0dc0e4706fb3548257ea8282fcd86c7bd3 health_score: 100.0 @@ -143617,6 +152167,7 @@ https://learn.microsoft.com/en-us/azure/architecture/web-apps/guides/enterprise- - cloud-arch-diagrams.md - azure.md - introduction.md + addition_method: manual https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-flux2: content_hash: 573a1aaf97649c792453bf0da8f47445e65370852f81bd33feaf2cc20216da30 health_score: 100.0 @@ -143628,6 +152179,7 @@ https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-f - docs/flux.md v2_locations: - flux.md + addition_method: manual https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-flux2-ci-cd: content_hash: 427d10ef9d0ee11880118ef321862a4e8826494afd5f3662253c8bc181b42884 health_score: 100.0 @@ -143639,12 +152191,14 @@ https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-f - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-configure-durable-functions-with-credentials : content_hash: 89438d0ddae87b37703a395dee9e40c2fd8ef36f19d8f37a3e343edffe2b1b6f health_score: 100.0 last_checked: 1779032180.127583 v1_locations: - docs/azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits: content_hash: 085f4836a19ef54e0216ef4c4911c4d1fb39a9e68dda5f287ca52f2a8498c461 description: '' @@ -143662,6 +152216,7 @@ https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure- v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/template-specs: content_hash: 8476366869674ac15a5e78d1c948f2f6cc2ad743c4f1ff5df8df95f49febd77a health_score: 100.0 @@ -143673,12 +152228,14 @@ https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/templat - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview: content_hash: 1dd4fbc164ec5449dacce11c89d3c48efcf886623e2f28dc13e57212d1c60865 health_score: 100.0 last_checked: 1779130495.015166 v1_locations: - docs/chaos-engineering.md + addition_method: manual https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/manage/monitor: content_hash: 03901dfd8d5b36a15a0fab14034c6d644ce58311667a2143efc0683d4dba18bb description: '' @@ -143699,6 +152256,7 @@ https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/manage/monitor: - azure.md - test-automation-frameworks.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/overview: content_hash: b0eb640d7ee97dcdc033f747107910f794ccea76702e9f76a259c91bb61ea3ac description: '' @@ -143716,6 +152274,7 @@ https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/overview: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/enterprise-scale/transition: ai_summary: Official Microsoft guidance outlining the migration roadmap of legacy brownfield Azure environments to the Azure Landing Zone (ALZ) conceptual architecture. @@ -143749,6 +152308,7 @@ https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/enterpris - iac.md - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/app-platform/aks/landing-zone-accelerator: ai_summary: The Cloud Adoption Framework (CAF) reference deployment guide for the AKS Landing Zone Accelerator. Focuses on hub-and-spoke virtual networks, policy @@ -143777,6 +152337,7 @@ https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/app-p v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/container-apps: content_hash: 12a80a4f5c52255f07b06cc84027cfb9dc12e4aed02f61ab2e0dffc2866598e2 health_score: 100.0 @@ -143788,6 +152349,7 @@ https://learn.microsoft.com/en-us/azure/container-apps: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/view-kubernetes-costs: content_hash: b0954ede495323af3a98895817da7759ba3c8882147f19ab958bf110b5188f6d description: '' @@ -143804,6 +152366,7 @@ https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/view-kuber v2_locations: - finops.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-container-registries-introduction: ai_summary: Official Azure architectural documentation detailing Microsoft Defender's container registry protection mechanics. Outlines the automatic scanning schedule, @@ -143826,6 +152389,7 @@ https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-containe v2_locations: - devsecops.md year: '2022' + addition_method: manual https://learn.microsoft.com/en-us/azure/defender-for-cloud/iac-vulnerabilities: content_hash: 25f58c13ab1799d0146b57f6ae83630ff83ac5433be3584caa8ed3f9dd6b6008 description: '' @@ -143843,6 +152407,7 @@ https://learn.microsoft.com/en-us/azure/defender-for-cloud/iac-vulnerabilities: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/developer/java/ee/jboss-eap-on-aro: content_hash: d252b18cfdf68a7c8e08bab348f972d3cc289f773eaef37eeef7103794a6929c health_score: 100.0 @@ -143854,6 +152419,7 @@ https://learn.microsoft.com/en-us/azure/developer/java/ee/jboss-eap-on-aro: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://learn.microsoft.com/en-us/azure/developer/java/migration/migration-overview: content_hash: 6c210f3b81aae0438ff700b7bbf4ce3f0ef49160c6ea28dcaa08dc9b20301941 description: '' @@ -143870,6 +152436,7 @@ https://learn.microsoft.com/en-us/azure/developer/java/migration/migration-overv v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/export-advanced-scenarios: content_hash: 83e78b245b47180219d83ef2e195002b49d4082f74a27fadca6231dba7f59869 description: '' @@ -143886,6 +152453,7 @@ https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-ter v2_locations: - terraform.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/export-terraform-overview: content_hash: d1e39d869c3793ed1cae852be895b063269aae028c71e484312b79b3e9114eb1 description: '' @@ -143902,6 +152470,7 @@ https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-ter v2_locations: - terraform.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/devops/demo-gen/use-demo-generator-v2?view=azure-devops: content_hash: 7e12a75484b55075464be30d4ecb30fc73fda307a37807200baf18d9f0050bcc health_score: 100.0 @@ -143913,6 +152482,7 @@ https://learn.microsoft.com/en-us/azure/devops/demo-gen/use-demo-generator-v2?vi - docs/demos.md v2_locations: - demos.md + addition_method: manual https://learn.microsoft.com/en-us/azure/devops/managed-devops-pools: content_hash: f8f3e544c51bd29d7b6ea042083de12908d98b4e05376924221d94807ce665b3 description: '' @@ -143924,6 +152494,7 @@ https://learn.microsoft.com/en-us/azure/devops/managed-devops-pools: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/devops/managed-devops-pools/?view=azure-devops: content_hash: 8e178e39015844bbc6619d1965a767040af0eeb69da245c449fdc264c7d58225 health_score: 100.0 @@ -143935,6 +152506,7 @@ https://learn.microsoft.com/en-us/azure/devops/managed-devops-pools/?view=azure- - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/devops/pipelines/process/templates: content_hash: 2056713b6e113900ced2768e20013e02707e196247bf846e4f02f110103453af description: '' @@ -143947,6 +152519,7 @@ https://learn.microsoft.com/en-us/azure/devops/pipelines/process/templates: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops: content_hash: 752191b7dfb0d09858a740d1ae6ee0248fbd9aa4864857b21c67fcdfc2a1cead health_score: 100.0 @@ -143958,6 +152531,7 @@ https://learn.microsoft.com/en-us/azure/devops/pipelines/process/templates?view= - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/pipeline?view=azure-pipelines: content_hash: 57699229d015e3333182e37ec039e29a709dc234a4313e20259d3bc3bebd056c health_score: 100.0 @@ -143969,6 +152543,7 @@ https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/pipeline?vi - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/devtest-labs: content_hash: 8e7aee9e6811e610c99a33cfcdca4ac442cffee9552903f7e0b8f08805ac7d94 health_score: 100.0 @@ -143980,6 +152555,7 @@ https://learn.microsoft.com/en-us/azure/devtest-labs: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/dns/dns-private-resolver-overview: content_hash: 658a9696477b6fc828af2750fecd5f2f2adee13517a770318f05ed1f5ee8efdb description: '' @@ -143996,6 +152572,7 @@ https://learn.microsoft.com/en-us/azure/dns/dns-private-resolver-overview: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/healthcare-apis/dicom: content_hash: 6b28a3cfdd8f9dbaef66a91a2b28fc9a48bfaa7567f992666feda704efb5d6e2 description: '' @@ -144012,6 +152589,7 @@ https://learn.microsoft.com/en-us/azure/healthcare-apis/dicom: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/key-vault/general/overview: ai_summary: Official general overview of Microsoft Azure Key Vault. Explains management of keys, HSM secrets, certificates, and resource grouping structures inside Microsoft @@ -144033,6 +152611,7 @@ https://learn.microsoft.com/en-us/azure/key-vault/general/overview: v2_locations: - devsecops.md year: '2026' + addition_method: manual https://learn.microsoft.com/en-us/azure/machine-learning/concept-mlflow?view=azureml-api-2: content_hash: 3c808a9d9997b0bc278a5d5512af199595ab234a2dae369ad77379d8c1139ed0 health_score: 100.0 @@ -144044,6 +152623,7 @@ https://learn.microsoft.com/en-us/azure/machine-learning/concept-mlflow?view=azu - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://learn.microsoft.com/en-us/azure/private-link/network-security-perimeter-concepts: content_hash: fa1b20de9172b2edb10155f57c23c76438bf172b8725b3658a86eac18fe52244 description: '' @@ -144064,6 +152644,7 @@ https://learn.microsoft.com/en-us/azure/private-link/network-security-perimeter- - securityascode.md - networking.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles: content_hash: 68c8e2eafdd0b0d75fc875bb3081c27fd2d5084edecd6c5a88849f3c751b92a9 description: '' @@ -144080,6 +152661,7 @@ https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/role-based-access-control/rbac-and-directory-admin-roles: content_hash: e8579ca440cf6cf28446198172b2d8e795a8a6fae54f71397d78bafb890bd3c5 description: '' @@ -144097,6 +152679,7 @@ https://learn.microsoft.com/en-us/azure/role-based-access-control/rbac-and-direc v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/security/fundamentals/network-overview: content_hash: d09b43e50c3640d5c0c05939fab16b1ac9f12e81d308917229733fed99405a02 description: '' @@ -144113,6 +152696,7 @@ https://learn.microsoft.com/en-us/azure/security/fundamentals/network-overview: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/traffic-manager: content_hash: 7109c2ad694adba2a397d7f978fd9bcc8bb7b038ca7bd58c809e3e092ea55cf9 health_score: 100.0 @@ -144124,6 +152708,7 @@ https://learn.microsoft.com/en-us/azure/traffic-manager: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks: content_hash: 30363763d99469c1f15f632978b4bf29586b9c4c281ec92fb112d6250e006398 health_score: 100.0 @@ -144135,6 +152720,7 @@ https://learn.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/virtual-machines/linux/openshift-container-platform-4x: content_hash: d126dabc23ba91a9ddee1f670e6c17d54c1b5951f13dcc6562802f7b48b90201 health_score: 100.0 @@ -144146,6 +152732,7 @@ https://learn.microsoft.com/en-us/azure/virtual-machines/linux/openshift-contain - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://learn.microsoft.com/en-us/azure/virtual-machines/linux/run-command: content_hash: 3d6fac7fd3623d45c893d7e1ea9407d1ec653bdde904d9c1f9109c67fb6e1f27 health_score: 100.0 @@ -144157,12 +152744,14 @@ https://learn.microsoft.com/en-us/azure/virtual-machines/linux/run-command: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/virtual-network-manager/concept-connectivity-configuration: content_hash: 9a73b36e84861e46a8a9b226b26c797df0863550557dc753409ee8f10d6f7abf health_score: 100.0 last_checked: 1779031720.169379 v1_locations: - docs/azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant: content_hash: 630ab9c546e7ba285b60a0d3221ec3b14a07ce4916f561e79dcf07c7e7bbc001 health_score: 100.0 @@ -144174,6 +152763,7 @@ https://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/azure/well-architected: content_hash: bba154d294ed23b6462e3980bba316bf3642d06827bbf53fed5ad167f1a929bf description: '' @@ -144190,6 +152780,7 @@ https://learn.microsoft.com/en-us/azure/well-architected: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/well-architected/mission-critical/mission-critical-overview: content_hash: 2204e987a68770ec12717dac486ed234db7d62bfc0313cc78e54f9b692521248 description: '' @@ -144205,6 +152796,7 @@ https://learn.microsoft.com/en-us/azure/well-architected/mission-critical/missio v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/well-architected/service-guides/app-service-web-apps: content_hash: 7231d9dbf48bc247289eef5005d3ac0d6202bb211d808a62aa49565ad0b034d1 description: '' @@ -144221,6 +152813,7 @@ https://learn.microsoft.com/en-us/azure/well-architected/service-guides/app-serv v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-kubernetes-service: content_hash: cb18acbbb0d544a8912479880db9dbee340470ce3ef1921268b73e6377bcf67e description: '' @@ -144240,6 +152833,7 @@ https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-ku - azure.md - kubernetes.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-machine-learning: content_hash: 76fc758bf1591bc7d44f94a9111e1aec8454e6cb54796f46a4bacea0eda76016 description: '' @@ -144257,6 +152851,7 @@ https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-ma v2_locations: - mlops.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/cli/azure/microsoft-graph-migration?view=azure-cli-latest&tabs=powershell: content_hash: 04e03664b723a80f9dbaef835d5e41bfb25ae9367357552d07e780284797d696 health_score: 100.0 @@ -144268,6 +152863,7 @@ https://learn.microsoft.com/en-us/cli/azure/microsoft-graph-migration?view=azure - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/credentials/certifications/practice-assessments-for-microsoft-certifications: content_hash: f7637f4a78cb23ecb720151a06a5fc79a67abf7340ef725ab38ccf54be321fd9 description: '' @@ -144284,6 +152880,7 @@ https://learn.microsoft.com/en-us/credentials/certifications/practice-assessment v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/devops/develop/git/what-is-git: content_hash: 0d90534c052b6cea490fd1122a24c13dccbbf8d36983d394f9415ee29475fc84 health_score: 100.0 @@ -144295,6 +152892,7 @@ https://learn.microsoft.com/en-us/devops/develop/git/what-is-git: - docs/git.md v2_locations: - git.md + addition_method: manual https://learn.microsoft.com/en-us/dotnet/architecture/microservices: content_hash: 4d0f22babf6cc17d50310be908d695f66d1fed19e9473a0947671c90e54f8e20 health_score: 100.0 @@ -144306,6 +152904,7 @@ https://learn.microsoft.com/en-us/dotnet/architecture/microservices: - docs/dotnet.md v2_locations: - dotnet.md + addition_method: manual https://learn.microsoft.com/en-us/en-us/azure/active-directory/fundamentals/multi-tenant-user-management-scenarios: health_score: 64.0 last_checked: 1779130495.025828 @@ -144315,6 +152914,7 @@ https://learn.microsoft.com/en-us/en-us/azure/active-directory/fundamentals/mult - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/en-us/azure/azure-arc/overview: health_score: 64.0 last_checked: 1779130494.990356 @@ -144324,6 +152924,7 @@ https://learn.microsoft.com/en-us/en-us/azure/azure-arc/overview: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/en-us/azure/site-recovery/azure-to-azure-how-to-enable-policy: health_score: 64.0 last_checked: 1779130494.952568 @@ -144339,6 +152940,7 @@ https://learn.microsoft.com/en-us/en-us/azure/site-recovery/azure-to-azure-how-t - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/en-us/azure/virtual-machines/windows/run-command: health_score: 64.0 last_checked: 1779130494.934857 @@ -144348,6 +152950,7 @@ https://learn.microsoft.com/en-us/en-us/azure/virtual-machines/windows/run-comma - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/entra/architecture/multi-tenant-user-management-introduction: content_hash: 04e17339a227f80178610f032cf7d4635fac8c1e71cd1913c79acdb9b7c8d4e4 description: '' @@ -144364,6 +152967,7 @@ https://learn.microsoft.com/en-us/entra/architecture/multi-tenant-user-managemen v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/entra/external-id/cross-tenant-access-overview: content_hash: 7b8b93c6154a45a87a1b25bb459d8b9fd6c2d917c493fbc54938eb262baff0c7 health_score: 100.0 @@ -144375,6 +152979,7 @@ https://learn.microsoft.com/en-us/entra/external-id/cross-tenant-access-overview - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/entra/fundamentals/configure-security: ai_summary: Official documentation outlines hardening parameters for Microsoft Entra ID. Features prescriptive blueprints for setting up conditional access, continuous @@ -144407,6 +153012,7 @@ https://learn.microsoft.com/en-us/entra/fundamentals/configure-security: - securityascode.md - devsecops.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/entra/identity-platform/howto-create-service-principal-portal: content_hash: 3af01643d713df38032f9ccc884f85496852c0c80d16c045a62cbe09702a56fa health_score: 100.0 @@ -144418,6 +153024,7 @@ https://learn.microsoft.com/en-us/entra/identity-platform/howto-create-service-p - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-conditional-access-policy-common: content_hash: f6e6ccbfd1b1565c0ea07f50f1a8211095cb190826545152075308184d391e85 description: '' @@ -144434,6 +153041,7 @@ https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-cond v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/entra/identity/conditional-access/plan-conditional-access: content_hash: e17983e2b6efead74cfc7aa98c9014e7a694904da597fbaed4464a434958b9b7 health_score: 100.0 @@ -144445,6 +153053,7 @@ https://learn.microsoft.com/en-us/entra/identity/conditional-access/plan-conditi - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/entra/identity/monitoring-health/overview-recommendations: content_hash: 9572f6ef33d6ac3ea2f5abb5ddbbcf0a7435e31d1ef82bf0422af56cfe4a233f health_score: 100.0 @@ -144456,6 +153065,7 @@ https://learn.microsoft.com/en-us/entra/identity/monitoring-health/overview-reco - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/entra/identity/role-based-access-control/custom-available-permissions: content_hash: 5e76aec32cbb2f4fe5314f923e86d308664297a9329af1b2afbd4ee02a7169f0 health_score: 100.0 @@ -144467,6 +153077,7 @@ https://learn.microsoft.com/en-us/entra/identity/role-based-access-control/custo - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/java/openjdk/overview: content_hash: 76cbda903d3ff53cc80409043221c494f99f792f30f164a5902bc3167d9b6ea5 health_score: 100.0 @@ -144478,6 +153089,7 @@ https://learn.microsoft.com/en-us/java/openjdk/overview: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual ? https://learn.microsoft.com/en-us/microsoft-365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings?view=o365-worldwide : content_hash: 6627b102b64f38fae1c27f326c0fac5e20a8184e9308ed32eeb3c2303432c1ed description: '' @@ -144495,6 +153107,7 @@ https://learn.microsoft.com/en-us/java/openjdk/overview: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/powershell: content_hash: 1d7c4d9d0ed466c4b611a204b9a726d69d4a444d9b90a0a62e9b29fab8989cd4 health_score: 100.0 @@ -144506,6 +153119,7 @@ https://learn.microsoft.com/en-us/powershell: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/powershell/dsc/overview/decisionmaker?view=dsc-1.1: content_hash: 29e018282c7870c8ffa5a175bedd70ed574b6366c4b15f2eb488267fe9e5918b health_score: 100.0 @@ -144517,18 +153131,21 @@ https://learn.microsoft.com/en-us/powershell/dsc/overview/decisionmaker?view=dsc - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://learn.microsoft.com/en-us/powershell/dsc/overview/decisionmaker?view=dsc-1.1&viewFallbackFrom=dsc-1.1%2Fconfigurations%2Fconfigdata : status: online tags: - '[COMMUNITY-TOOL]' v2_locations: - azure.md + addition_method: manual https://learn.microsoft.com/en-us/powershell/dsc/overview/decisionmaker?view=dsc-1.1/configurations/configData: content_hash: 29e018282c7870c8ffa5a175bedd70ed574b6366c4b15f2eb488267fe9e5918b health_score: 100.0 last_checked: 1779130494.93861 v1_locations: - docs/azure.md + addition_method: manual https://learn.microsoft.com/en-us/previous-versions/azure/aks/ingress-tls: ai_summary: Archived Microsoft documentation for configuring Nginx Ingress Controllers with cert-manager on AKS. Serves as a reliable baseline reference for legacy self-managed @@ -144552,6 +153169,7 @@ https://learn.microsoft.com/en-us/previous-versions/azure/aks/ingress-tls: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://learn.microsoft.com/en-us/previous-versions/visualstudio/bridge: ai_summary: A legacy Microsoft Visual Studio development extension that connected localized workstations directly to AKS clusters. Now deprecated and replaced by @@ -144573,6 +153191,7 @@ https://learn.microsoft.com/en-us/previous-versions/visualstudio/bridge: v2_locations: - kubernetes-based-devel.md year: '2023' + addition_method: manual https://learn.microsoft.com/en-us/samples/azure-samples/avm-terraform-labs/avm-terraform-labs: content_hash: f9470ad39f923e74cec99a49688e0732eb8bcd0fd24541de8cdaf5b59c59199f description: '' @@ -144591,6 +153210,7 @@ https://learn.microsoft.com/en-us/samples/azure-samples/avm-terraform-labs/avm-t - azure.md - terraform.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/samples/browse/?expanded=azure&products=azure-resource-manager: content_hash: 4e23e92f404a422f1c8be6e98b80b57d1abf083d04c9fdd7000f2482e7badd79 health_score: 100.0 @@ -144602,6 +153222,7 @@ https://learn.microsoft.com/en-us/samples/browse/?expanded=azure&products=azure- - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://learn.microsoft.com/en-us/shows/azure-friday/troubleshoot-aks-cluster-issues-with-aks-diagnostics-and-aks-periscope : content_hash: cb3172af7bfd0a6aa66a32b60dee695047c66fd1a67669fa2faddf334b7d87d6 health_score: 100.0 @@ -144613,6 +153234,7 @@ https://learn.microsoft.com/en-us/samples/browse/?expanded=azure&products=azure- - docs/demos.md v2_locations: - demos.md + addition_method: manual https://learn.microsoft.com/en-us/shows/vs-code-livestreams/machine-learning-experimentation-in-vs-code-with-dvc-extension: content_hash: 4f090c1c75d4bd7f85e320745065d82d76e03457c802c586fbcf822e9f5ee001 health_score: 100.0 @@ -144624,6 +153246,7 @@ https://learn.microsoft.com/en-us/shows/vs-code-livestreams/machine-learning-exp - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://learn.microsoft.com/en-us/training/browse/?resource_type=course&products=azure: content_hash: 9b2f98f4263f8ec3961cfeb33d3e80937d020e0e42ebc9b5718f9d5efee2937e description: '' @@ -144641,6 +153264,7 @@ https://learn.microsoft.com/en-us/training/browse/?resource_type=course&products v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/training/modules/github-actions-cd: content_hash: 45f3c19a10e63a98d4b31edc94cab4c8035329ab1ae334a84ae0a43576cf87e1 health_score: 100.0 @@ -144652,12 +153276,14 @@ https://learn.microsoft.com/en-us/training/modules/github-actions-cd: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://learn.microsoft.com/en-us/training/paths/build-javascript-applications-typescript: content_hash: 720f4ccd8193f6c86690d8f3138069f679a1b5d1b9df4d486c7e9924d7c59a01 health_score: 64.0 last_checked: 1779130495.012712 v1_locations: - docs/cheatsheets.md + addition_method: manual https://learn.microsoft.com/en-us/training/paths/implement-azure-functions: content_hash: 7f1311d674a671d730618ab8a0f4f135a46c5f155bcc8fc04ee205d84469a6f2 description: '' @@ -144674,6 +153300,7 @@ https://learn.microsoft.com/en-us/training/paths/implement-azure-functions: v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/training/paths/intro-to-kubernetes-on-azure: ai_summary: The primary architectural learning path offered by Microsoft, designed to introduce platform teams to Azure Kubernetes Service (AKS). It details container @@ -144702,6 +153329,7 @@ https://learn.microsoft.com/en-us/training/paths/intro-to-kubernetes-on-azure: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learn.microsoft.com/en-us/visualstudio/docker/tutorials/docker-tutorial: content_hash: 32bb5207b9bc59ede3b4478c23b43af95a2b5003be65648537291f4358c2321e health_score: 100.0 @@ -144713,6 +153341,7 @@ https://learn.microsoft.com/en-us/visualstudio/docker/tutorials/docker-tutorial: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://learn.microsoft.com/en-us/windows/wsl: content_hash: da3e321ed5b07193b3400f325880783873ab031e59820863bcf091e0b46f6972 health_score: 100.0 @@ -144724,6 +153353,7 @@ https://learn.microsoft.com/en-us/windows/wsl: - docs/linux-dev-env.md v2_locations: - linux-dev-env.md + addition_method: manual https://learn.microsoft.com/nb-no/azure/cloud-adoption-framework/ready/landing-zone: content_hash: ef805d7bb5be08e15cff4686097996dfbdcf84cc89ce4490cfae4ecdde927a10 description: '' @@ -144744,6 +153374,7 @@ https://learn.microsoft.com/nb-no/azure/cloud-adoption-framework/ready/landing-z - azure.md - iac.md year: N/A + addition_method: manual https://learn.microsoft.com/nb-no/azure/role-based-access-control/delegate-role-assignments-portal: content_hash: b4f4016e3ab7e94b1d55687da53810829d25d4bf9e2d27c12983ba9526c49707 description: '' @@ -144761,6 +153392,7 @@ https://learn.microsoft.com/nb-no/azure/role-based-access-control/delegate-role- v2_locations: - azure.md year: N/A + addition_method: manual https://learn.microsoft.com/nb-no/azure/role-based-access-control/delegate-role-assignments-portal?tabs=template: content_hash: b4f4016e3ab7e94b1d55687da53810829d25d4bf9e2d27c12983ba9526c49707 description: '' @@ -144778,6 +153410,7 @@ https://learn.microsoft.com/nb-no/azure/role-based-access-control/delegate-role- v2_locations: - azure.md year: N/A + addition_method: manual https://learn.openshift.com: content_hash: N/A description: '' @@ -144796,6 +153429,7 @@ https://learn.openshift.com: - ocp4.md - openshift.md year: N/A + addition_method: manual https://learn.openshift.com/introduction/gitops-introduction: content_hash: N/A description: '' @@ -144812,6 +153446,7 @@ https://learn.openshift.com/introduction/gitops-introduction: - gitops.md - ocp3.md year: N/A + addition_method: manual https://learn.openshift.com/middleware/pipelines: content_hash: N/A description: '' @@ -144826,6 +153461,7 @@ https://learn.openshift.com/middleware/pipelines: v2_locations: - tekton.md year: N/A + addition_method: manual https://learn.openshift.com/playgrounds/openshift44: content_hash: N/A description: '' @@ -144836,6 +153472,7 @@ https://learn.openshift.com/playgrounds/openshift44: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://learn.pluralsight.com/programs/2019/free-course/template4: content_hash: 46942cf4f1ddba68705814401a1a4c151c7780997ef43751d80c2f0c15a34f4e description: '' @@ -144847,6 +153484,7 @@ https://learn.pluralsight.com/programs/2019/free-course/template4: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learn.theketch.io/docs/getting-started: content_hash: N/A description: '' @@ -144861,6 +153499,7 @@ https://learn.theketch.io/docs/getting-started: v2_locations: - yaml.md year: N/A + addition_method: manual https://learncloudnative.com/blog/2020-11-23-multiple-vs-gateway: ai_summary: A practical configuration guide explaining how to attach multiple VirtualService definitions to a singular shared Istio Gateway resource. Demonstrates host-matching @@ -144891,6 +153530,7 @@ https://learncloudnative.com/blog/2020-11-23-multiple-vs-gateway: v2_locations: - istio.md year: N/A + addition_method: manual https://learncloudnative.com/blog/2022-05-10-kubectl-tips: content_hash: 3fb10079774062f1baa5c0de78670f81a2f52478b67210793c53bdf7e94ac172 description: '' @@ -144907,6 +153547,7 @@ https://learncloudnative.com/blog/2022-05-10-kubectl-tips: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://learndevops.substack.com/p/hitting-prometheus-api-with-curl: content_hash: N/A description: '' @@ -144923,6 +153564,7 @@ https://learndevops.substack.com/p/hitting-prometheus-api-with-curl: - kubernetes.md - prometheus.md year: N/A + addition_method: manual https://learngitbranching.js.org: ai_summary: The premier interactive, sandbox-driven visualizer for mastering Git branch operations and DAG models. Users execute simulated commands directly in @@ -144951,6 +153593,7 @@ https://learngitbranching.js.org: v2_locations: - git.md year: N/A + addition_method: manual https://learning-devops-tools-with-nandita.blogspot.com/2022/08/overview-of-ansible-and-ansible.html: content_hash: a10c09c131dc220bc9aca6f755cdf0ee5af8811ce322c81561c2a15e42aadc74 description: '' @@ -144968,6 +153611,7 @@ https://learning-devops-tools-with-nandita.blogspot.com/2022/08/overview-of-ansi v2_locations: - ansible.md year: N/A + addition_method: manual https://learning.postman.com/docs/collections/performance-testing/testing-api-performance: content_hash: 46a84351a6a7dfa7a80ad35a43567b5d93418df5aeada75deccd37302a8be11f description: '' @@ -144984,6 +153628,7 @@ https://learning.postman.com/docs/collections/performance-testing/testing-api-pe v2_locations: - postman.md year: N/A + addition_method: manual https://learningdaily.dev/software-architecture-diagramming-and-patterns-7d38999e7a12: content_hash: N/A description: '' @@ -144998,6 +153643,7 @@ https://learningdaily.dev/software-architecture-diagramming-and-patterns-7d38999 v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://learnk8s.io/allocatable-resources: content_hash: 5f12c1ffa9d105bad28e17b8f1658bc208a80b8bd0352e1e71d16695e1307b62 description: '' @@ -145010,6 +153656,7 @@ https://learnk8s.io/allocatable-resources: - docs/kubernetes.md - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learnk8s.io/authentication-kubernetes: content_hash: 33bf173767304aef2cc17f25f35dbafb96be9fb80d21ed8d60ded35231e140b8 description: '' @@ -145022,6 +153669,7 @@ https://learnk8s.io/authentication-kubernetes: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://learnk8s.io/blog: content_hash: 77fc97dead69f9ad8df24d6e6110e101c8405c4bbee5764b117528819c52c65f description: '' @@ -145033,6 +153681,7 @@ https://learnk8s.io/blog: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/blog/smaller-docker-images: content_hash: aeb4cb3d8ee75dc27b941f75940108807d0e5ec3c4923d487a9490a6a49b5b5d description: '' @@ -145044,6 +153693,7 @@ https://learnk8s.io/blog/smaller-docker-images: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://learnk8s.io/cloud-resources-kubernetes: content_hash: bfd5793443b4dd322f96df972adfcd6e03a4ce8bd1fcde1526790ea4e776668a description: '' @@ -145056,6 +153706,7 @@ https://learnk8s.io/cloud-resources-kubernetes: - docs/databases.md - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learnk8s.io/etcd-kubernetes: content_hash: 59b9c93bcfd675e6f1b05e3fe5ef8a0c3c7e3af1b8921e90b11cad678bd2d347 description: '' @@ -145067,6 +153718,7 @@ https://learnk8s.io/etcd-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/first-steps: content_hash: 904ab8c79c57a2db3240fbf125740f7b7288d583ac0d126dfff718a7f68e0db6 description: '' @@ -145078,6 +153730,7 @@ https://learnk8s.io/first-steps: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/graceful-shutdown: content_hash: 0c69ecb129e2535e7a0614c81c57e0f3d73da4f6428ab9d4de15097bf0d2bb13 description: '' @@ -145089,6 +153742,7 @@ https://learnk8s.io/graceful-shutdown: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/how-many-clusters: content_hash: 9e31112c2c9b9c5000a65c573ad04bf1a6684ebb0c578d061b38f2b63ea038f9 description: '' @@ -145100,6 +153754,7 @@ https://learnk8s.io/how-many-clusters: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/kafka-ha-kubernetes: content_hash: b3b241d342c399260f98dcbd13cc940a2fd534b3e18ea66442047272621dcc23 description: '' @@ -145112,6 +153767,7 @@ https://learnk8s.io/kafka-ha-kubernetes: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-autoscaling-strategies: content_hash: 9cada5c48ace8127c66adff1784176a7e348381b03d7b16e51c03cae800a8ee3 description: '' @@ -145124,6 +153780,7 @@ https://learnk8s.io/kubernetes-autoscaling-strategies: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-custom-authentication: content_hash: 216c63d2361388c52fffb3e910ed19c6c86370cf66696415807c83fb085ea3fb description: '' @@ -145135,6 +153792,7 @@ https://learnk8s.io/kubernetes-custom-authentication: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-instance-calculator: content_hash: ed1b9cc47891891992f29dcde28c5a36251f0e2e7b56c6a70e3edeef1ae087fc description: '' @@ -145146,6 +153804,7 @@ https://learnk8s.io/kubernetes-instance-calculator: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-long-lived-connections: content_hash: 216b4b31ca33b233db94e6fafd318d4a5a3af7633265064850d88694e78df011 description: '' @@ -145160,6 +153819,7 @@ https://learnk8s.io/kubernetes-long-lived-connections: - docs/message-queue.md - docs/servicemesh.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-network-packets: content_hash: 2b48512a68f71ffb582fd83168faed28da24a9a2388aa0c161f50547bc403250 description: '' @@ -145171,6 +153831,7 @@ https://learnk8s.io/kubernetes-network-packets: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-node-size: content_hash: 71f96a2fb0e938121c9ff5f82b1952933619099b910afa20a319910e17df7126 description: '' @@ -145182,6 +153843,7 @@ https://learnk8s.io/kubernetes-node-size: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-policies: content_hash: 5e5e1adba5000019e5fc6e2280c6909d307f56eb4162570789640009648b25ce description: '' @@ -145192,6 +153854,7 @@ https://learnk8s.io/kubernetes-policies: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-rollbacks: content_hash: 47249eeb57c8e2c20152a2189fb4ee21b210bdbda2f833e94d653cacd3dbe183 description: '' @@ -145203,6 +153866,7 @@ https://learnk8s.io/kubernetes-rollbacks: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-terraform: content_hash: 74947e16c183ed184451b05bb16e1e2246baf50d647baa508be3253f40878474 description: '' @@ -145214,6 +153878,7 @@ https://learnk8s.io/kubernetes-terraform: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learnk8s.io/kubernetes-wallpapers: content_hash: 6ce13c62a8bc45eef972f9242c1ff0015a5192f05f69e099647b84777577281b description: '' @@ -145225,6 +153890,7 @@ https://learnk8s.io/kubernetes-wallpapers: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/learn-kubernetes-weekly: content_hash: 1416222a7953b70272a92df35403c72cf9164d4fa61a9552e283495e4fe12f37 description: '' @@ -145235,6 +153901,7 @@ https://learnk8s.io/learn-kubernetes-weekly: v1_locations: - docs/kubernetes-newsletters.md year: N/A + addition_method: manual https://learnk8s.io/microservices-authentication-kubernetes: content_hash: 76b46e777ede25eb211914d9bff32a954b4afc03fb8944d2327c09dc7a422e46 description: '' @@ -145247,6 +153914,7 @@ https://learnk8s.io/microservices-authentication-kubernetes: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://learnk8s.io/news: content_hash: deee39fdf238da9fa86b0a75b70e453007a2e98dbec1b5aeddd5cc0713eb27b8 description: '' @@ -145256,6 +153924,7 @@ https://learnk8s.io/news: title: learnk8s.io/news v1_locations: [] year: N/A + addition_method: manual https://learnk8s.io/production-best-practices: content_hash: 6c35ada1c5b7da57066666654f1eaf5a33cc3b0840b43fbc6ea7f0af123f9834 description: '' @@ -145267,6 +153936,7 @@ https://learnk8s.io/production-best-practices: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/rbac-kubernetes: content_hash: 1d5e615fa2302d3395b70725e1eb787d0d4f76c987cf677cd23c03f645664387 description: '' @@ -145278,6 +153948,7 @@ https://learnk8s.io/rbac-kubernetes: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://learnk8s.io/real-time-dashboard: content_hash: 9c56dd6df70a5498db821593437bb7942e32a437384690922b571433e85cb955 description: '' @@ -145289,6 +153960,7 @@ https://learnk8s.io/real-time-dashboard: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://learnk8s.io/research: content_hash: 66cfadb54f9e01f3db00d0fbf1a812d9249792f9f16f69ad0c8e2f2023617911 description: '' @@ -145303,6 +153975,7 @@ https://learnk8s.io/research: - docs/kubernetes.md - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://learnk8s.io/scaling-celery-rabbitmq-kubernetes: content_hash: 7b7275112d567b17217b7f4a8177b76e67e2d5a4565d6498ef646646bea0b29d description: '' @@ -145314,6 +153987,7 @@ https://learnk8s.io/scaling-celery-rabbitmq-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/setting-cpu-memory-limits-requests: content_hash: 1b64190b88399a152a4e67d5529900d787ac658db0a3d6effa1c2a70ce9d1b94 description: '' @@ -145325,6 +153999,7 @@ https://learnk8s.io/setting-cpu-memory-limits-requests: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/sidecar-containers-patterns: content_hash: 4765b75da936e87296482a4c197a049c8261ab74cea5e0ae5d3080c57f21b227 description: '' @@ -145336,6 +154011,7 @@ https://learnk8s.io/sidecar-containers-patterns: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/spring-boot-kubernetes-guide: content_hash: 90bb95ba0d06fc58aa3a10fc586e006f7c66a48922aaf2df0370cb1eb56d5183 description: '' @@ -145347,6 +154023,7 @@ https://learnk8s.io/spring-boot-kubernetes-guide: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://learnk8s.io/templating-yaml-with-code: content_hash: 2e1de1fac5625a6f259f183e64956ac642b8b1edb1b9ed058382a799969782d0 description: '' @@ -145358,6 +154035,7 @@ https://learnk8s.io/templating-yaml-with-code: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://learnk8s.io/terraform-aks: content_hash: 48c0078a362c90c956d4c53acd283c05fab7c74833fd0dbfdede41d6af0d7df7 description: '' @@ -145370,6 +154048,7 @@ https://learnk8s.io/terraform-aks: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learnk8s.io/terraform-eks: content_hash: 9ebd49dc4c4bb8370a0f2e5f13937e63a18d1b11fefda965171a5e9118c41d02 description: '' @@ -145382,6 +154061,7 @@ https://learnk8s.io/terraform-eks: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learnk8s.io/terraform-gke: content_hash: 6a0c0745dd910af8573a08410f99f8b3dac7bc469a577d585b68cfe7790b9e0b description: '' @@ -145394,6 +154074,7 @@ https://learnk8s.io/terraform-gke: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learnk8s.io/terraform-lke: content_hash: b2c9e3c5ece1f31e8f281585a508df5048a0affaf7a827ec4fd929a88eafa96e description: '' @@ -145406,6 +154087,7 @@ https://learnk8s.io/terraform-lke: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://learnk8s.io/troubleshooting-deployments: content_hash: e71cc356dc770e9623496f43843fcb473674431aeb1d0aad26338410382e0f7a description: '' @@ -145418,6 +154100,7 @@ https://learnk8s.io/troubleshooting-deployments: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://learnk8s.io/validating-kubernetes-yaml: content_hash: 9366b64b9fddaf0b5c7fc8d842146a33b29a21b6a933e82ec534413c95a03fad description: '' @@ -145429,6 +154112,7 @@ https://learnk8s.io/validating-kubernetes-yaml: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://learnkube.com/allocatable-resources: ai_summary: Technical breakdown of node allocatable resources in Kubernetes. Explains how `kube-reserved`, `system-reserved`, and eviction thresholds reduce physical @@ -145451,6 +154135,7 @@ https://learnkube.com/allocatable-resources: - kubernetes.md - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://learnkube.com/authentication-kubernetes: ai_summary: A deep dive comparing human user logins and system-managed Service Accounts. Walks through the mechanics of token verification and the internal request protocols @@ -145475,6 +154160,7 @@ https://learnkube.com/authentication-kubernetes: v2_locations: - kubernetes-security.md year: '2024' + addition_method: manual https://learnkube.com/blog: content_hash: bf0f976fd6923a36e2bd5f00bfa222c9b96838390724f23b4496cd603800b959 health_score: 100.0 @@ -145487,6 +154173,7 @@ https://learnkube.com/blog: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/blog/smaller-docker-images: content_hash: 7d1611dcf461dfd2fa824ff86ce90d9057cf21614823c570432f7e0ad6c6b95f health_score: 100.0 @@ -145498,6 +154185,7 @@ https://learnkube.com/blog/smaller-docker-images: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://learnkube.com/cloud-resources-kubernetes: ai_summary: Comparative analysis of Kubernetes Operators for cloud infrastructure provisioning (such as Crossplane, AWS ACK, Google KCC, and Azure ASO). Critiques @@ -145520,6 +154208,7 @@ https://learnkube.com/cloud-resources-kubernetes: - databases.md - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://learnkube.com/etcd-kubernetes: content_hash: a1cb0f1e2d3081e89f80c3f60df28d7f7250bfd771642c4a4acb07aec3320255 health_score: 100.0 @@ -145531,6 +154220,7 @@ https://learnkube.com/etcd-kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/graceful-shutdown: content_hash: 5311fd32c2420be65b13f450473307df9530140a783eb20369d5f3f200e52b4d health_score: 100.0 @@ -145542,6 +154232,7 @@ https://learnkube.com/graceful-shutdown: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/how-many-clusters: content_hash: f00504fd19cc254d2b69f70d78c390d394e45fbc832c54b998924fc26bb43bd3 health_score: 100.0 @@ -145553,6 +154244,7 @@ https://learnkube.com/how-many-clusters: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/kafka-ha-kubernetes: ai_summary: 'Curator Insight: Outstanding reference tutorial for validating HA setups in production. Live Grounding: Outlines designing multi-AZ deployments, tuning @@ -145577,6 +154269,7 @@ https://learnkube.com/kafka-ha-kubernetes: v2_locations: - message-queue.md year: '2022' + addition_method: manual https://learnkube.com/kubernetes-autoscaling-strategies: content_hash: 8aff0ec2f8f8405eb8993144288b5faf4f041d1a615f5e3fc895c8e05ed3f878 health_score: 100.0 @@ -145588,6 +154281,7 @@ https://learnkube.com/kubernetes-autoscaling-strategies: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://learnkube.com/kubernetes-custom-authentication: ai_summary: 'Curator Insight: Highly technical tutorial on implementing custom authentication handlers. Live Grounding: Covers custom webhooks, custom token caching, and request @@ -145610,6 +154304,7 @@ https://learnkube.com/kubernetes-custom-authentication: v2_locations: - kubernetes-security.md year: '2024' + addition_method: manual https://learnkube.com/kubernetes-instance-calculator: content_hash: 103fbe8d215e946fe74b314da47c5d9630841dee8f9f9c7bdcd43a04ae004184 health_score: 100.0 @@ -145621,6 +154316,7 @@ https://learnkube.com/kubernetes-instance-calculator: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/kubernetes-long-lived-connections: ai_summary: A deep dive into the engineering challenge of load balancing long-lived connections (gRPC, HTTP/2, WebSockets) within Kubernetes. It explains how standard @@ -145647,6 +154343,7 @@ https://learnkube.com/kubernetes-long-lived-connections: - kubernetes-networking.md - message-queue.md year: '2021' + addition_method: manual https://learnkube.com/kubernetes-network-packets: content_hash: a56add84e2f2f814e77d2556d26964c1d44f5b7633d27e46401cc4fda1099e61 health_score: 100.0 @@ -145658,6 +154355,7 @@ https://learnkube.com/kubernetes-network-packets: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://learnkube.com/kubernetes-node-size: content_hash: 3a32cef7fb652e7cf54749abb6ed492f996cd51157195ff0a167f16ad4115807 health_score: 100.0 @@ -145669,12 +154367,14 @@ https://learnkube.com/kubernetes-node-size: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/kubernetes-policies: content_hash: e2dcb04ebc7a4532bcb40042bebe9b4670c5b28a90eceb1dc22cf2bd3b09544b health_score: 100.0 last_checked: 1779130495.015804 v1_locations: - docs/kubernetes.md + addition_method: manual https://learnkube.com/kubernetes-rollbacks: content_hash: a3f492598698a300d1955dbe928ffe1c2e1079dbc1d7c4da7a2e3849605fe73d health_score: 100.0 @@ -145686,6 +154386,7 @@ https://learnkube.com/kubernetes-rollbacks: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/kubernetes-services-and-load-balancing: content_hash: 24d678021559db2be251e933473c0d6252d9ef2e7c8e448ede0be4d58844bbde description: '' @@ -145706,6 +154407,7 @@ https://learnkube.com/kubernetes-services-and-load-balancing: - kubernetes-networking.md - kubernetes-tools.md year: N/A + addition_method: manual https://learnkube.com/kubernetes-terraform: content_hash: fc4bb2d0b33281b25dc961a75a89bf80c753b7b85e4ec6db8701cad25d910d79 health_score: 100.0 @@ -145717,6 +154419,7 @@ https://learnkube.com/kubernetes-terraform: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://learnkube.com/kubernetes-wallpapers: content_hash: 5964e1e1285ac26494ad86795521146028488c84238f702650499a8b5ad03621 health_score: 100.0 @@ -145728,6 +154431,7 @@ https://learnkube.com/kubernetes-wallpapers: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/microservices-authentication-kubernetes: ai_summary: 'Curator Insight: Deep guide on binding Pod identities to external identity systems for service-to-service validation. Live Grounding: Critical reference @@ -145752,11 +154456,13 @@ https://learnkube.com/microservices-authentication-kubernetes: v2_locations: - kubernetes-security.md year: '2024' + addition_method: manual https://learnkube.com/news-events-jobs: content_hash: e5788c48710ff2edb615875ff89a9fc888729c6e4f87115ba76fa5e6081937fb health_score: 100.0 last_checked: 1779130495.001127 v1_locations: [] + addition_method: manual https://learnkube.com/production-best-practices: content_hash: 433da05399ac0e6633abdbdce8525c3a164070f9ddf717a58e2a2e7d87dc0f37 health_score: 100.0 @@ -145769,6 +154475,7 @@ https://learnkube.com/production-best-practices: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/rbac-kubernetes: ai_summary: 'Curator Insight: A highly visual, structured breakdown of RBAC authorization bounds. Live Grounding: LearnK8s provides precise visual guides mapping Kubernetes @@ -145792,6 +154499,7 @@ https://learnkube.com/rbac-kubernetes: v2_locations: - kubernetes-security.md year: '2024' + addition_method: manual https://learnkube.com/real-time-dashboard: content_hash: 308be50f0363661fbd48ab64616949df2c63371c277adeae6004e9019a72c692 health_score: 100.0 @@ -145803,6 +154511,7 @@ https://learnkube.com/real-time-dashboard: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://learnkube.com/research: ai_summary: Comprehensive comparison matrix evaluating key metrics of major managed Kubernetes engines, mapping out scalability limits, upgrade strategies, and CNI @@ -145826,6 +154535,7 @@ https://learnkube.com/research: - managed-kubernetes-in-public-cloud.md - cheatsheets.md year: '2022' + addition_method: manual https://learnkube.com/scaling-celery-rabbitmq-kubernetes: content_hash: e16a767914693fddd91936632c5a2758a7c0deb154d4d6942dbf91ece9bfbaa2 health_score: 100.0 @@ -145837,6 +154547,7 @@ https://learnkube.com/scaling-celery-rabbitmq-kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/setting-cpu-memory-limits-requests: content_hash: ae27f2a359554bc15777caa53dfcd5c6aa06d191242ab6e9c7022fec632f4c2f health_score: 100.0 @@ -145848,6 +154559,7 @@ https://learnkube.com/setting-cpu-memory-limits-requests: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/sidecar-containers-patterns: content_hash: 5df2c317561fd7eba343eeecc4cd6b46295001be377c1eca811b18824c024428 health_score: 100.0 @@ -145859,6 +154571,7 @@ https://learnkube.com/sidecar-containers-patterns: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/spring-boot-kubernetes-guide: content_hash: 973175be9fc607e0ce2197cdc02bae35c803bef9fdbc838ea83bfd4052c624e5 health_score: 100.0 @@ -145870,6 +154583,7 @@ https://learnkube.com/spring-boot-kubernetes-guide: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://learnkube.com/templating-yaml-with-code: content_hash: 956e90ff95e90bd9808d6702f41e95ddf5c1745e07d0680cb0b6c24de26a6f5c health_score: 100.0 @@ -145881,6 +154595,7 @@ https://learnkube.com/templating-yaml-with-code: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/terraform-aks: content_hash: 61558bc531df7916074b728b086b47b0c44dfe0daccae6c4f34616a12efa52b9 health_score: 100.0 @@ -145892,6 +154607,7 @@ https://learnkube.com/terraform-aks: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://learnkube.com/terraform-eks: content_hash: 96255ce3e45d4b849fa52d87c5c7c6fea59c3b735cc9f90b7629ffdc53db6196 health_score: 100.0 @@ -145903,6 +154619,7 @@ https://learnkube.com/terraform-eks: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://learnkube.com/terraform-gke: content_hash: 7bbe104389a6efc0f1fb8edc019bde4ea4d4162188aa82b139803e120dbd44ad health_score: 100.0 @@ -145914,6 +154631,7 @@ https://learnkube.com/terraform-gke: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://learnkube.com/terraform-lke: content_hash: a01d5ff6d890c1b4253f701f9f72bcde96c9046d2cba7e9f78ac54db594c30eb health_score: 100.0 @@ -145925,6 +154643,7 @@ https://learnkube.com/terraform-lke: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://learnkube.com/training: content_hash: 8697ea7a411f105c1ee49245fc01a1d96a71ab98b2663a2ac1ef76602d236eb6 health_score: 100.0 @@ -145937,6 +154656,7 @@ https://learnkube.com/training: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://learnkube.com/troubleshooting-deployments: content_hash: 483af85bde17c54c17c462c5840073a0b9ddd616d97bccd8a0ea79164480b447 health_score: 100.0 @@ -145948,6 +154668,7 @@ https://learnkube.com/troubleshooting-deployments: - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://learnkube.com/validating-kubernetes-yaml: ai_summary: A comprehensive analysis evaluating popular Kubernetes manifest validation engines. Compares tools like Kube-score, Polaris, and Conftest, showing teams @@ -145970,6 +154691,7 @@ https://learnkube.com/validating-kubernetes-yaml: v2_locations: - yaml.md year: '2022' + addition_method: manual https://learntocloud.guide: content_hash: 384cd31335e94fbb545cb36cd042c7bf3a5b54ab477d940ca1e4ceaeb9e0e19f description: '' @@ -145988,12 +154710,14 @@ https://learntocloud.guide: - demos.md - public-cloud-solutions.md year: N/A + addition_method: manual https://leebriggs.co.uk/blog/2019/02/07/why-are-we-templating-yaml.html: content_hash: f5fdab1c2c93daa1dab3c893da464653062f05a2304c8f524fd93c51873bbe75 health_score: 100.0 last_checked: 1779031827.335602 v1_locations: - docs/yaml.md + addition_method: manual https://legacy-controller-docs.ansible.com/ansible-tower: content_hash: 534298d9c09c3ee26ce3e9a6e5bd4fa45e5873fbee178bc9657156a562e82ccf health_score: 100.0 @@ -146005,6 +154729,7 @@ https://legacy-controller-docs.ansible.com/ansible-tower: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://lenshq.io: ai_summary: The premier graphical IDE for Kubernetes administration. Outfits teams with real-time logging, native terminal overrides, and intuitive resource hierarchy @@ -146026,6 +154751,7 @@ https://lenshq.io: v2_locations: - kubernetes-based-devel.md year: '2026' + addition_method: manual https://levelup.gitconnected.com/12-visual-studio-code-shortcuts-that-every-developer-must-know-8d6ce5fc3631: content_hash: N/A description: '' @@ -146041,6 +154767,7 @@ https://levelup.gitconnected.com/12-visual-studio-code-shortcuts-that-every-deve v2_locations: - visual-studio.md year: N/A + addition_method: manual https://levelup.gitconnected.com/5-bash-string-manipulation-methods-that-help-every-developer-49d4ee38b593: content_hash: N/A description: '' @@ -146056,6 +154783,7 @@ https://levelup.gitconnected.com/5-bash-string-manipulation-methods-that-help-ev v2_locations: - linux.md year: N/A + addition_method: manual https://levelup.gitconnected.com/5-git-commands-to-know-before-your-first-tech-job-or-internship-1b5856313338: content_hash: N/A description: '' @@ -146071,6 +154799,7 @@ https://levelup.gitconnected.com/5-git-commands-to-know-before-your-first-tech-j v2_locations: - git.md year: N/A + addition_method: manual https://levelup.gitconnected.com/5-tips-for-troubleshooting-apps-on-kubernetes-835b6b539c24: content_hash: N/A description: '' @@ -146085,6 +154814,7 @@ https://levelup.gitconnected.com/5-tips-for-troubleshooting-apps-on-kubernetes-8 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://levelup.gitconnected.com/5-tips-to-design-for-multi-tenancy-architecture-5f7d55657d77: content_hash: N/A description: '' @@ -146099,6 +154829,7 @@ https://levelup.gitconnected.com/5-tips-to-design-for-multi-tenancy-architecture v2_locations: - introduction.md year: N/A + addition_method: manual https://levelup.gitconnected.com/5-tricks-to-take-your-kubernetes-skills-to-the-next-level-a5541baeb18e: content_hash: N/A description: '' @@ -146114,6 +154845,7 @@ https://levelup.gitconnected.com/5-tricks-to-take-your-kubernetes-skills-to-the- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://levelup.gitconnected.com/access-kubernetes-objects-data-from-proc-directory-8d2ec6a0faba: content_hash: N/A description: '' @@ -146129,6 +154861,7 @@ https://levelup.gitconnected.com/access-kubernetes-objects-data-from-proc-direct v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://levelup.gitconnected.com/automating-integration-and-deployment-to-remote-server-63a2b6576ebf: content_hash: N/A description: '' @@ -146144,6 +154877,7 @@ https://levelup.gitconnected.com/automating-integration-and-deployment-to-remote v2_locations: - git.md year: N/A + addition_method: manual https://levelup.gitconnected.com/aws-azure-gcp-resource-hierarchies-25b829127511: content_hash: N/A description: '' @@ -146158,6 +154892,7 @@ https://levelup.gitconnected.com/aws-azure-gcp-resource-hierarchies-25b829127511 v2_locations: - aws.md year: N/A + addition_method: manual https://levelup.gitconnected.com/basics-of-ci-cd-a98340c60b04: content_hash: N/A description: '' @@ -146172,6 +154907,7 @@ https://levelup.gitconnected.com/basics-of-ci-cd-a98340c60b04: v2_locations: - cicd.md year: N/A + addition_method: manual https://levelup.gitconnected.com/blue-green-with-canary-deployment-a-novel-approach-2cee77ff564d: content_hash: N/A description: '' @@ -146186,6 +154922,7 @@ https://levelup.gitconnected.com/blue-green-with-canary-deployment-a-novel-appro v2_locations: - cicd.md year: N/A + addition_method: manual https://levelup.gitconnected.com/concurrency-in-go-shared-memory-a2ef201b396b: content_hash: N/A description: '' @@ -146200,6 +154937,7 @@ https://levelup.gitconnected.com/concurrency-in-go-shared-memory-a2ef201b396b: v2_locations: - golang.md year: N/A + addition_method: manual https://levelup.gitconnected.com/continuous-integration-continuous-deployment-with-terraform-cloud-ad384f29d7a0: content_hash: N/A description: '' @@ -146215,6 +154953,7 @@ https://levelup.gitconnected.com/continuous-integration-continuous-deployment-wi v2_locations: - terraform.md year: N/A + addition_method: manual https://levelup.gitconnected.com/deploying-simple-golang-webapp-to-kubernetes-25dc1736dcc4: content_hash: N/A description: '' @@ -146229,6 +154968,7 @@ https://levelup.gitconnected.com/deploying-simple-golang-webapp-to-kubernetes-25 v2_locations: - demos.md year: N/A + addition_method: manual https://levelup.gitconnected.com/digestible-devops-the-7-devops-practices-8bd8b34e1418: content_hash: N/A description: '' @@ -146243,6 +154983,7 @@ https://levelup.gitconnected.com/digestible-devops-the-7-devops-practices-8bd8b3 v2_locations: - devops.md year: N/A + addition_method: manual https://levelup.gitconnected.com/do-you-know-distributed-job-scheduling-in-microservices-architecture-44082adad8ac: content_hash: N/A description: '' @@ -146258,6 +154999,7 @@ https://levelup.gitconnected.com/do-you-know-distributed-job-scheduling-in-micro v2_locations: - introduction.md year: N/A + addition_method: manual ? https://levelup.gitconnected.com/effects-of-docker-image-size-on-autoscaling-w-r-t-single-and-multi-node-kube-cluster-29c4f689cd99 : content_hash: N/A description: '' @@ -146273,6 +155015,7 @@ https://levelup.gitconnected.com/do-you-know-distributed-job-scheduling-in-micro v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://levelup.gitconnected.com/enforce-audit-policy-in-kubernetes-k8s-34e504733300: content_hash: N/A description: '' @@ -146287,6 +155030,7 @@ https://levelup.gitconnected.com/enforce-audit-policy-in-kubernetes-k8s-34e50473 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://levelup.gitconnected.com/error-handling-in-event-driven-systems-1f0a7ef2cfb7: content_hash: N/A description: '' @@ -146301,6 +155045,7 @@ https://levelup.gitconnected.com/error-handling-in-event-driven-systems-1f0a7ef2 v2_locations: - introduction.md year: N/A + addition_method: manual https://levelup.gitconnected.com/exploring-grafana-agent-flow-simplifying-monitoring-for-kubernetes-2a06a92614: content_hash: N/A description: '' @@ -146316,6 +155061,7 @@ https://levelup.gitconnected.com/exploring-grafana-agent-flow-simplifying-monito v2_locations: - grafana.md year: N/A + addition_method: manual https://levelup.gitconnected.com/first-try-on-java-operator-sdk-5a07f30771de: content_hash: N/A description: '' @@ -146330,6 +155076,7 @@ https://levelup.gitconnected.com/first-try-on-java-operator-sdk-5a07f30771de: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://levelup.gitconnected.com/flux-cd-getting-started-1a06671d718f: content_hash: N/A description: '' @@ -146344,6 +155091,7 @@ https://levelup.gitconnected.com/flux-cd-getting-started-1a06671d718f: v2_locations: - flux.md year: N/A + addition_method: manual https://levelup.gitconnected.com/fully-explained-array-data-structure-in-python-67dd9a12b695: content_hash: N/A description: '' @@ -146358,6 +155106,7 @@ https://levelup.gitconnected.com/fully-explained-array-data-structure-in-python- v2_locations: - python.md year: N/A + addition_method: manual https://levelup.gitconnected.com/generics-in-go-viva-la-revolution-e27898bf5495: content_hash: N/A description: '' @@ -146372,6 +155121,7 @@ https://levelup.gitconnected.com/generics-in-go-viva-la-revolution-e27898bf5495: v2_locations: - golang.md year: N/A + addition_method: manual https://levelup.gitconnected.com/getting-started-with-argocd-on-your-kubernetes-cluster-552ca5d8cf41: content_hash: N/A description: '' @@ -146387,6 +155137,7 @@ https://levelup.gitconnected.com/getting-started-with-argocd-on-your-kubernetes- v2_locations: - argo.md year: N/A + addition_method: manual https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f: content_hash: N/A description: '' @@ -146402,6 +155153,7 @@ https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-ek v2_locations: - demos.md year: N/A + addition_method: manual https://levelup.gitconnected.com/github-may-replace-dockerhub-a5da5e547f01: content_hash: N/A description: '' @@ -146416,6 +155168,7 @@ https://levelup.gitconnected.com/github-may-replace-dockerhub-a5da5e547f01: v2_locations: - git.md year: N/A + addition_method: manual https://levelup.gitconnected.com/gitops-ci-cd-using-github-actions-and-argocd-on-kubernetes-909d85d37746: content_hash: N/A description: '' @@ -146431,6 +155184,7 @@ https://levelup.gitconnected.com/gitops-ci-cd-using-github-actions-and-argocd-on v2_locations: - demos.md year: N/A + addition_method: manual https://levelup.gitconnected.com/helm-101-for-developers-1c28e734937e: content_hash: N/A description: '' @@ -146445,6 +155199,7 @@ https://levelup.gitconnected.com/helm-101-for-developers-1c28e734937e: v2_locations: - helm.md year: N/A + addition_method: manual https://levelup.gitconnected.com/helm-data-sharing-between-parent-and-child-chart-c4487a452d4e: content_hash: N/A description: '' @@ -146459,6 +155214,7 @@ https://levelup.gitconnected.com/helm-data-sharing-between-parent-and-child-char v2_locations: - helm.md year: N/A + addition_method: manual https://levelup.gitconnected.com/helm-named-templates-de2efc3875d0: content_hash: N/A description: '' @@ -146473,6 +155229,7 @@ https://levelup.gitconnected.com/helm-named-templates-de2efc3875d0: v2_locations: - helm.md year: N/A + addition_method: manual https://levelup.gitconnected.com/helm-vs-kustomize-navigating-kubernetes-configuration-complexity-ae86596c3cf2: content_hash: N/A description: '' @@ -146488,6 +155245,7 @@ https://levelup.gitconnected.com/helm-vs-kustomize-navigating-kubernetes-configu v2_locations: - kustomize.md year: N/A + addition_method: manual https://levelup.gitconnected.com/how-to-design-a-system-to-scale-to-your-first-100-million-users-4450a2f9703d: content_hash: N/A description: '' @@ -146505,6 +155263,7 @@ https://levelup.gitconnected.com/how-to-design-a-system-to-scale-to-your-first-1 - databases.md - introduction.md year: N/A + addition_method: manual https://levelup.gitconnected.com/how-to-guess-the-right-size-for-your-kubernetes-pods-9c88686fec: content_hash: N/A description: '' @@ -146520,6 +155279,7 @@ https://levelup.gitconnected.com/how-to-guess-the-right-size-for-your-kubernetes v2_locations: - kubernetes.md year: N/A + addition_method: manual https://levelup.gitconnected.com/how-to-manage-your-technical-backlog-868415f8eea9: content_hash: N/A description: '' @@ -146534,6 +155294,7 @@ https://levelup.gitconnected.com/how-to-manage-your-technical-backlog-868415f8ee v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://levelup.gitconnected.com/installing-exploring-the-kube-prometheus-project-eef375d49f6b: content_hash: N/A description: '' @@ -146548,6 +155309,7 @@ https://levelup.gitconnected.com/installing-exploring-the-kube-prometheus-projec v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://levelup.gitconnected.com/introduction-to-helm-dashboard-dddf43e38cc2: content_hash: N/A description: '' @@ -146562,6 +155324,7 @@ https://levelup.gitconnected.com/introduction-to-helm-dashboard-dddf43e38cc2: v2_locations: - helm.md year: N/A + addition_method: manual https://levelup.gitconnected.com/kafka-for-engineers-975feaea6067: content_hash: N/A description: '' @@ -146576,6 +155339,7 @@ https://levelup.gitconnected.com/kafka-for-engineers-975feaea6067: v2_locations: - message-queue.md year: N/A + addition_method: manual https://levelup.gitconnected.com/kubernetes-101-secrets-20d068ab0563: content_hash: N/A description: '' @@ -146590,6 +155354,7 @@ https://levelup.gitconnected.com/kubernetes-101-secrets-20d068ab0563: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://levelup.gitconnected.com/kubernetes-101-understanding-the-basics-of-container-orchestration-898562f45651: content_hash: N/A description: '' @@ -146605,6 +155370,7 @@ https://levelup.gitconnected.com/kubernetes-101-understanding-the-basics-of-cont v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://levelup.gitconnected.com/kubernetes-autoscaling-101-cluster-autoscaler-horizontal-pod-autoscaler-and-vertical-pod-2a441d9ad231 : content_hash: N/A description: '' @@ -146620,6 +155386,7 @@ https://levelup.gitconnected.com/kubernetes-101-understanding-the-basics-of-cont v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://levelup.gitconnected.com/kubernetes-monitoring-101-core-pipeline-services-pipeline-a34cd4cc9627: content_hash: N/A description: '' @@ -146634,6 +155401,7 @@ https://levelup.gitconnected.com/kubernetes-monitoring-101-core-pipeline-service v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://levelup.gitconnected.com/kubernetes-planternetes-v1-28-non-graceful-node-shutdown-feature-8608d5073519: content_hash: N/A description: '' @@ -146649,6 +155417,7 @@ https://levelup.gitconnected.com/kubernetes-planternetes-v1-28-non-graceful-node v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://levelup.gitconnected.com/kubernetes-with-coredns-e40772c5e6ee: content_hash: N/A description: '' @@ -146663,6 +155432,7 @@ https://levelup.gitconnected.com/kubernetes-with-coredns-e40772c5e6ee: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://levelup.gitconnected.com/master-sparkml-practical-guide-for-machine-learning-1efe1bd9cdce: content_hash: N/A description: '' @@ -146677,6 +155447,7 @@ https://levelup.gitconnected.com/master-sparkml-practical-guide-for-machine-lear v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://levelup.gitconnected.com/micro-frontend-architecture-794442e9b325: content_hash: N/A description: '' @@ -146691,6 +155462,7 @@ https://levelup.gitconnected.com/micro-frontend-architecture-794442e9b325: v2_locations: - introduction.md year: N/A + addition_method: manual https://levelup.gitconnected.com/multi-tenant-application-a29153d31c5a: content_hash: N/A description: '' @@ -146705,6 +155477,7 @@ https://levelup.gitconnected.com/multi-tenant-application-a29153d31c5a: v2_locations: - introduction.md year: N/A + addition_method: manual https://levelup.gitconnected.com/nestjs-microservices-with-grpc-api-gateway-and-authentication-part-1-2-650009c03686: content_hash: N/A description: '' @@ -146720,6 +155493,7 @@ https://levelup.gitconnected.com/nestjs-microservices-with-grpc-api-gateway-and- v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://levelup.gitconnected.com/openshift-the-next-level-of-kubernetes-6d58ad722b26: content_hash: N/A description: '' @@ -146734,6 +155508,7 @@ https://levelup.gitconnected.com/openshift-the-next-level-of-kubernetes-6d58ad72 v2_locations: - introduction.md year: N/A + addition_method: manual https://levelup.gitconnected.com/operators-extending-kubernetes-capabilities-184df001b7e: content_hash: N/A description: '' @@ -146748,6 +155523,7 @@ https://levelup.gitconnected.com/operators-extending-kubernetes-capabilities-184 v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://levelup.gitconnected.com/running-workflows-on-windows-with-jenkins-pipeline-and-kubernetes-52752a89a0e7: content_hash: N/A description: '' @@ -146763,6 +155539,7 @@ https://levelup.gitconnected.com/running-workflows-on-windows-with-jenkins-pipel v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://levelup.gitconnected.com/scale-your-apps-using-keda-in-kubernetes-a1f2142ecc20: content_hash: N/A description: '' @@ -146777,6 +155554,7 @@ https://levelup.gitconnected.com/scale-your-apps-using-keda-in-kubernetes-a1f214 v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual ? https://levelup.gitconnected.com/setting-up-application-load-balancer-ingress-for-the-pods-running-in-aws-eks-fargate-519e20e97497 : content_hash: N/A description: '' @@ -146792,6 +155570,7 @@ https://levelup.gitconnected.com/scale-your-apps-using-keda-in-kubernetes-a1f214 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://levelup.gitconnected.com/short-using-iac-over-clickops-229e919b5373: content_hash: N/A description: '' @@ -146806,6 +155585,7 @@ https://levelup.gitconnected.com/short-using-iac-over-clickops-229e919b5373: v2_locations: - iac.md year: N/A + addition_method: manual https://levelup.gitconnected.com/start-your-scripting-journey-today-bash-script-part-1-46cbddf4e4e7: content_hash: N/A description: '' @@ -146821,6 +155601,7 @@ https://levelup.gitconnected.com/start-your-scripting-journey-today-bash-script- v2_locations: - linux.md year: N/A + addition_method: manual https://levelup.gitconnected.com/step-by-step-slow-guide-kubernetes-dashboard-on-raspberry-pi-cluster-part-2-acdc8f9b5b99: content_hash: N/A description: '' @@ -146836,6 +155617,7 @@ https://levelup.gitconnected.com/step-by-step-slow-guide-kubernetes-dashboard-on v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://levelup.gitconnected.com/the-core-of-kubernetes-security-clusters-5d9a69f1dba4: content_hash: N/A description: '' @@ -146850,6 +155632,7 @@ https://levelup.gitconnected.com/the-core-of-kubernetes-security-clusters-5d9a69 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://levelup.gitconnected.com/top-30-git-commands-you-should-know-to-master-git-cli-f04e041779bc: content_hash: N/A description: '' @@ -146865,6 +155648,7 @@ https://levelup.gitconnected.com/top-30-git-commands-you-should-know-to-master-g v2_locations: - git.md year: N/A + addition_method: manual https://levelup.gitconnected.com/truth-about-soap-vs-rest-vs-grpc-vs-graphql-checklist-f50bcb475adf: content_hash: N/A description: '' @@ -146880,6 +155664,7 @@ https://levelup.gitconnected.com/truth-about-soap-vs-rest-vs-grpc-vs-graphql-che v2_locations: - api.md year: N/A + addition_method: manual https://levelup.gitconnected.com/vim-a-how-to-guide-55f63bfdcff: content_hash: N/A description: '' @@ -146894,6 +155679,7 @@ https://levelup.gitconnected.com/vim-a-how-to-guide-55f63bfdcff: v2_locations: - linux.md year: N/A + addition_method: manual https://levelup.gitconnected.com/whats-wrong-with-your-crudy-interfaces-besides-everything-bde4f4c8cb8a: content_hash: N/A description: '' @@ -146908,6 +155694,7 @@ https://levelup.gitconnected.com/whats-wrong-with-your-crudy-interfaces-besides- v2_locations: - api.md year: N/A + addition_method: manual https://liavyona09.medium.com/spice-up-your-kubernetes-environment-with-aws-lambda-a07d81347607: content_hash: N/A description: '' @@ -146922,6 +155709,7 @@ https://liavyona09.medium.com/spice-up-your-kubernetes-environment-with-aws-lamb v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://libguestfs.org/guestfish.1.html: ai_summary: Guestfish is an interactive shell for editing virtual machine disk images without booting the VM. Leveraging libguestfs, it provides direct, safe, and scriptable @@ -146950,6 +155738,7 @@ https://libguestfs.org/guestfish.1.html: v2_locations: - linux.md year: N/A + addition_method: manual https://lightstep.com: content_hash: N/A description: '' @@ -146960,6 +155749,7 @@ https://lightstep.com: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://linbit.com/kubernetes: content_hash: c7b38ea362c1d2408cb31fc86f4b531cd2b2a6ee09fcc445fb6f5b5fec06ee46 description: '' @@ -146976,6 +155766,7 @@ https://linbit.com/kubernetes: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://linkerd.io: content_hash: b663cb434dc8148f41cf0f5c3deccf8e4f879fb5093c3cbafd6c68f5a592409f description: '' @@ -146992,6 +155783,7 @@ https://linkerd.io: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://linkerd.io/2.10/tasks/multicluster/index.html: content_hash: 93c5423ebc4e74be9fab571fca4136a09bac59b1e311cb2150ad70b90389d07d description: '' @@ -147008,6 +155800,7 @@ https://linkerd.io/2.10/tasks/multicluster/index.html: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://linkerd.io/2020/06/09/announcing-linkerd-2.8: content_hash: e1008643b03cbf91d8846594c7fff108d18195c3bd34bec735aecaa9a91f1397 description: '' @@ -147019,6 +155812,7 @@ https://linkerd.io/2020/06/09/announcing-linkerd-2.8: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://linkerd.io/2020/06/09/announcing-linkerd-2.8/index.html: content_hash: 3fce9a9c30fe7eac9bd78790787e873d8abaf00da2e7510e428634a89a3f5a15 health_score: 100.0 @@ -147030,6 +155824,7 @@ https://linkerd.io/2020/06/09/announcing-linkerd-2.8/index.html: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://linkerd.io/2021/05/27/linkerd-vs-istio-benchmarks/index.html: content_hash: 789ee61f83375a9f5d20d9ef6b62a95730aaf1ef601d73f86e708057bc1b5adc description: '' @@ -147046,6 +155841,7 @@ https://linkerd.io/2021/05/27/linkerd-vs-istio-benchmarks/index.html: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://linkerd.io/2021/07/28/announcing-cncf-graduation: content_hash: f25aabde3801ad31bd970b31a10178fd5f2d71fc2c6e68ed48ad41240f834751 description: '' @@ -147057,6 +155853,7 @@ https://linkerd.io/2021/07/28/announcing-cncf-graduation: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://linkerd.io/2021/07/28/announcing-cncf-graduation/index.html: content_hash: 0cd926d43ba3c4a93c18f5f253ab8bbe5a4996e56869f188789b6a1885d631b2 health_score: 100.0 @@ -147068,6 +155865,7 @@ https://linkerd.io/2021/07/28/announcing-cncf-graduation/index.html: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://linkerd.io/2021/11/29/linkerd-vs-istio-benchmarks-2021/index.html: content_hash: f720263b842df11808528a5f6acd06d304c67d6371ff71f71c4571e97c7283a0 description: '' @@ -147084,6 +155882,7 @@ https://linkerd.io/2021/11/29/linkerd-vs-istio-benchmarks-2021/index.html: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://linkerd.io/2021/12/28/using-kubernetess-new-bound-service-account-tokens-for-secure-workload-identity: content_hash: ec9d042e3c08dbd75b50b0c7e5508936b905256309179f75431203eb23e2f976 description: '' @@ -147096,6 +155895,7 @@ https://linkerd.io/2021/12/28/using-kubernetess-new-bound-service-account-tokens v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://linkerd.io/2021/12/28/using-kubernetess-new-bound-service-account-tokens-for-secure-workload-identity/index.html: ai_summary: Describes how Linkerd leverages Bound Service Account Tokens to construct cryptographic workload identity, showing their security advantages over older @@ -147118,6 +155918,7 @@ https://linkerd.io/2021/12/28/using-kubernetess-new-bound-service-account-tokens v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://linkerd.io/2022/03/09/announcing-automated-multi-cluster-failover-for-kubernetes: content_hash: 8c088bb2c55479efa951a6cfa955246bebc283d62ced9f20c4c7ace840a632af description: '' @@ -147129,6 +155930,7 @@ https://linkerd.io/2022/03/09/announcing-automated-multi-cluster-failover-for-ku v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://linkerd.io/2022/03/09/announcing-automated-multi-cluster-failover-for-kubernetes/index.html: content_hash: 31de7100cfa8004d45ab9d370c6145904a5334a73227da1a981604e4994b6f1a health_score: 100.0 @@ -147140,6 +155942,7 @@ https://linkerd.io/2022/03/09/announcing-automated-multi-cluster-failover-for-ku - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://linoxide.com: content_hash: N/A description: '' @@ -147154,6 +155957,7 @@ https://linoxide.com: v2_locations: - linux.md year: N/A + addition_method: manual https://linoxide.com/linux-command/use-ip-command-linux: content_hash: N/A description: '' @@ -147168,6 +155972,7 @@ https://linoxide.com/linux-command/use-ip-command-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://linux.101hacks.com: ai_summary: A structured handbook consolidating practical hacks for effective system engineering. Covers CD navigation patterns, screen utility optimization, and quick @@ -147195,6 +156000,7 @@ https://linux.101hacks.com: v2_locations: - linux.md year: '2020' + addition_method: manual https://linux.amitmaheshwari.in/2019/11/kubernetes-interview-questions-and.html: ai_summary: Curator Insight focuses on early Kubernetes objects, pods, and container scheduling parameters. Live Grounding validates that core orchestrator architectures @@ -147224,6 +156030,7 @@ https://linux.amitmaheshwari.in/2019/11/kubernetes-interview-questions-and.html: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://linux.slashdot.org/story/21/11/27/0328223/aws-embraces-fedora-linux-for-its-cloud-based-amazon-linux: content_hash: c2e1804bd5b3f7e0b8ff241ccf20538941a4bbcd0ce94a6c1516d130e951c553 description: '' @@ -147241,6 +156048,7 @@ https://linux.slashdot.org/story/21/11/27/0328223/aws-embraces-fedora-linux-for- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://linuxacademy.com/blog/containers/kubernetes-cheat-sheet: content_hash: N/A description: '' @@ -147255,6 +156063,7 @@ https://linuxacademy.com/blog/containers/kubernetes-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://linuxacademy.com/blog/red-hat/ansible-roles-explained: content_hash: N/A description: '' @@ -147269,6 +156078,7 @@ https://linuxacademy.com/blog/red-hat/ansible-roles-explained: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://linuxconfig.org/python-tuples: content_hash: N/A description: '' @@ -147283,6 +156093,7 @@ https://linuxconfig.org/python-tuples: v2_locations: - python.md year: N/A + addition_method: manual https://linuxctl.com/2017/01/ansible---interacting-with-external-rest-api: content_hash: c87e4de21400f955dd527b8efbc6afe83bdf18ae90b9fde603992ba0503bb67f description: '' @@ -147298,6 +156109,7 @@ https://linuxctl.com/2017/01/ansible---interacting-with-external-rest-api: v2_locations: - ansible.md year: N/A + addition_method: manual https://linuxera.org/writing-operators-using-operator-framework: content_hash: 80476dbd3d1bd879d9f1ea6b6d167814e082e5c63d88185351a3b6d384271ac3 description: '' @@ -147314,6 +156126,7 @@ https://linuxera.org/writing-operators-using-operator-framework: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://linuxhandbook.com/cheatsheets/yum: content_hash: e7572c0ff3cffdb7878c15d6725078382f34d59dce3d415a0541b68cdceaef8f health_score: 100.0 @@ -147326,6 +156139,7 @@ https://linuxhandbook.com/cheatsheets/yum: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://linuxhandbook.com/container-lifecycle-docker-commands: content_hash: 11d4c82195c90aa223ca9f45886739d07444368ac409750b84d3c6864f985f10 description: '' @@ -147343,6 +156157,7 @@ https://linuxhandbook.com/container-lifecycle-docker-commands: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://linuxhandbook.com/variables-bash-script: ai_summary: This guide explains advanced Bash variable features like parameter expansion, default-value fallback assignments, and string slices. Excellent for reducing @@ -147371,6 +156186,7 @@ https://linuxhandbook.com/variables-bash-script: v2_locations: - linux.md year: N/A + addition_method: manual https://linuxhandbook.com/yaml-basics: ai_summary: Curator Insight details the core structural mechanics of YAML, specifically maps, lists, scalar types, and multi-line strings. Live Grounding explores standard @@ -147401,6 +156217,7 @@ https://linuxhandbook.com/yaml-basics: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://linuxhandbook.com/yum-cheatsheet: content_hash: 8fd103d43d30f1b3cf4ab8c62f8872dc5bb864148c6e8e8f56dc374e171a39f8 description: '' @@ -147412,6 +156229,7 @@ https://linuxhandbook.com/yum-cheatsheet: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://linuxjourney.com: content_hash: N/A description: '' @@ -147426,6 +156244,7 @@ https://linuxjourney.com: v2_locations: - linux.md year: N/A + addition_method: manual https://linuxjourney.com/lesson/the-shell: content_hash: N/A description: '' @@ -147440,6 +156259,7 @@ https://linuxjourney.com/lesson/the-shell: v2_locations: - linux.md year: N/A + addition_method: manual https://linuxtechlab.com/ansible-tutorial-simple-commands: content_hash: e5113f8e91dca92e441be9cc747afcdf4fdfe205b090cac2b2ec79eff9ba6fd3 description: '' @@ -147456,6 +156276,7 @@ https://linuxtechlab.com/ansible-tutorial-simple-commands: v2_locations: - ansible.md year: N/A + addition_method: manual https://linuxtechlab.com/learn-create-dockerfile-example: content_hash: d1a43e318d0c220e28a211024e861737bed2e3267a1bf57f8090dc1be1cce64a description: '' @@ -147472,6 +156293,7 @@ https://linuxtechlab.com/learn-create-dockerfile-example: v2_locations: - demos.md year: N/A + addition_method: manual https://linuxtechlab.com/search-a-file-in-linux-using-find-locate-command: ai_summary: Curator Insight contrasts the real-time search capabilities of `find` with the database-indexed retrieval speed of `locate`. Live Grounding shows that @@ -147502,6 +156324,7 @@ https://linuxtechlab.com/search-a-file-in-linux-using-find-locate-command: v2_locations: - linux.md year: N/A + addition_method: manual https://liora.io/en/azure-devops-pipeline-yaml-why-configure-ci-cd-pipelines-with-yaml: content_hash: 857ade0ed8349c9cab6376e3e326114211e785324e4114f006a384c4fae598ab health_score: 100.0 @@ -147514,6 +156337,7 @@ https://liora.io/en/azure-devops-pipeline-yaml-why-configure-ci-cd-pipelines-wit - docs/azure.md v2_locations: - azure.md + addition_method: manual https://liora.io/en/azure-devops-vs-github-actions-which-is-the-best-ci-cd-tool: content_hash: f13f4109efaf8af871f4dacbfb616cffc7c00505c83f1f7f425f8e44b16b9227 health_score: 100.0 @@ -147527,6 +156351,7 @@ https://liora.io/en/azure-devops-vs-github-actions-which-is-the-best-ci-cd-tool: v2_locations: - azure.md - index.md + addition_method: manual https://liquidat.wordpress.com/2016/06/27/howto-writing-an-ansible-module-for-a-rest-api: content_hash: 80e15363d4e39a54c634ff4414f45f692ec551eb28c4e9a11c14bd7de336c814 health_score: 100.0 @@ -147534,6 +156359,7 @@ https://liquidat.wordpress.com/2016/06/27/howto-writing-an-ansible-module-for-a- needs_ai_refresh: true v1_locations: - docs/ansible.md + addition_method: manual https://liquidat.wordpress.com/2021/08/15/good-bye-red-hat: ai_summary: An open-source engineer's personal retrospective on departing Red Hat. Explores the cultural, technical, and structural evolutions of enterprise Linux @@ -147562,6 +156388,7 @@ https://liquidat.wordpress.com/2021/08/15/good-bye-red-hat: v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://lisowski0925.medium.com/using-kubernetes-csrs-and-rbac-for-cluster-user-authentication-and-authorization-9df5498655cd : content_hash: N/A description: '' @@ -147577,6 +156404,7 @@ https://liquidat.wordpress.com/2021/08/15/good-bye-red-hat: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://livecodestream.dev/post/2020-08-21-git-concepts-and-workflow-for-beginners: content_hash: 173202ab6dc904439d9dc9c6336d322758dae7c8b36dddde212069261fc00577 description: '' @@ -147588,6 +156416,7 @@ https://livecodestream.dev/post/2020-08-21-git-concepts-and-workflow-for-beginne v1_locations: - docs/git.md year: N/A + addition_method: manual https://livecodestream.dev/post/five-advanced-git-concepts-that-make-you-look-like-a-pro: content_hash: 173202ab6dc904439d9dc9c6336d322758dae7c8b36dddde212069261fc00577 description: '' @@ -147600,6 +156429,7 @@ https://livecodestream.dev/post/five-advanced-git-concepts-that-make-you-look-li v1_locations: - docs/git.md year: N/A + addition_method: manual https://livingdevops.com/devops/10-real-world-kubernetes-troubleshooting-scenarios-and-solutions: content_hash: 8f59666b4547194264f996e3f079f3f2080e59c3ad4de57a435d92018d4598b8 description: '' @@ -147620,6 +156450,7 @@ https://livingdevops.com/devops/10-real-world-kubernetes-troubleshooting-scenari - kubernetes-operators-controllers.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://localstack.cloud: content_hash: 2a76ebcbf6fffb7e59e729e088ea3597514f1c58cfa6e5088a1394589c4b0e17 description: '' @@ -147631,6 +156462,7 @@ https://localstack.cloud: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://locust.io: ai_summary: Locust is a highly flexible, open-source distributed user simulation tool written in Python. Test behaviors are defined naturally as Python code, avoiding @@ -147658,6 +156490,7 @@ https://locust.io: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://loft-sh.medium.com/10-essentials-for-kubernetes-access-control-a67ae72977dd: content_hash: N/A description: '' @@ -147672,6 +156505,7 @@ https://loft-sh.medium.com/10-essentials-for-kubernetes-access-control-a67ae7297 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://loft-sh.medium.com/how-virtual-kubernetes-clusters-can-speed-up-your-local-development-e5645614a3c5: content_hash: N/A description: '' @@ -147687,6 +156521,7 @@ https://loft-sh.medium.com/how-virtual-kubernetes-clusters-can-speed-up-your-loc v2_locations: - kubernetes.md year: N/A + addition_method: manual https://loft-sh.medium.com/kubernetes-network-policies-a-practitioners-guide-c9bb4cdd0dbc: content_hash: N/A description: '' @@ -147702,6 +156537,7 @@ https://loft-sh.medium.com/kubernetes-network-policies-a-practitioners-guide-c9b v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://loft-sh.medium.com/kubernetes-statefulset-examples-best-practices-902cd50f7fff: content_hash: N/A description: '' @@ -147712,6 +156548,7 @@ https://loft-sh.medium.com/kubernetes-statefulset-examples-best-practices-902cd5 v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/10-essentials-for-kubernetes-multi-tenancy: content_hash: 22d19aae8b023938844cffd26143b4fb4190c7b88a5a80905630db927b8ce956 description: '' @@ -147723,6 +156560,7 @@ https://loft.sh/blog/10-essentials-for-kubernetes-multi-tenancy: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/checklist-for-kubernetes-based-development: content_hash: 4cd281415d30ca4ff222d0ac17b508936a53c74664f334ed8ff5ea4f33bb4887 description: '' @@ -147734,6 +156572,7 @@ https://loft.sh/blog/checklist-for-kubernetes-based-development: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://loft.sh/blog/docker-compose-to-kubernetes-step-by-step-migration: content_hash: 824c1816da043e3adaf73df0a784afc793459b47e3d40d86804e2b7f1bf187d9 description: '' @@ -147745,6 +156584,7 @@ https://loft.sh/blog/docker-compose-to-kubernetes-step-by-step-migration: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/gitops-kubernetes-explained: content_hash: 53e6c98eb720500ca689bbec0a4f1d555069edc6e8113d4a05d1936092d4bb68 description: '' @@ -147756,6 +156596,7 @@ https://loft.sh/blog/gitops-kubernetes-explained: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://loft.sh/blog/how-to-set-up-kubernetes-requests-and-limits: content_hash: 3a675c7749d009f94d3fc6decd154b7a6af0c2e1bbe7ade58a5b531816be8b11 description: '' @@ -147767,6 +156608,7 @@ https://loft.sh/blog/how-to-set-up-kubernetes-requests-and-limits: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-admission-controllers-what-they-are-and-why-they-matter: content_hash: f575d6cf646af7baa351282e47e6fe95ef502ada5be8646998a811c269e90602 description: '' @@ -147778,6 +156620,7 @@ https://loft.sh/blog/kubernetes-admission-controllers-what-they-are-and-why-they v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-and-ldap-enterprise-authentication-for-kubernetes: content_hash: 58336cdb82fef162f3126705ea74fd1526da26f57cadb68f97245b6e659c44b5 description: '' @@ -147789,6 +156632,7 @@ https://loft.sh/blog/kubernetes-and-ldap-enterprise-authentication-for-kubernete v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-cost-monitoring-with-prometheus-and-grafana: content_hash: 8d2fa09804a391982ec003b89b1c5dc2653a8f24c14d8038f90998b8dea27921 description: '' @@ -147800,6 +156644,7 @@ https://loft.sh/blog/kubernetes-cost-monitoring-with-prometheus-and-grafana: v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-cost-savings: content_hash: 512a235e1ff0b7ed4f57b48c6b84a64876c3f7613e7e74f913342555e1a062b4 description: '' @@ -147811,6 +156656,7 @@ https://loft.sh/blog/kubernetes-cost-savings: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-dashboards-headlamp: content_hash: c387d5f2fd50eecb4253b11b554b718f310f51289c033385d5d57258e92a3425 description: '' @@ -147822,6 +156668,7 @@ https://loft.sh/blog/kubernetes-dashboards-headlamp: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-development-environments-comparison: content_hash: 0e29278d881a8f6776167ec6bdea0160bff02f0ce312c2939e2d55b143a9a99c description: '' @@ -147833,6 +156680,7 @@ https://loft.sh/blog/kubernetes-development-environments-comparison: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-monitoring-dashboards-5-best-open-source-tools: content_hash: ddabb7c5ff924b4a5fb7196428115b00e91ee150bacb4f6e48ca4b3aa76b4a8f description: '' @@ -147844,6 +156692,7 @@ https://loft.sh/blog/kubernetes-monitoring-dashboards-5-best-open-source-tools: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-multi-tenancy-why-virtual-clusters-are-the-best-solution: content_hash: a303dfff3d7707b8952c8b126315047d6c58f6e995e8ba8a894c13f8c5c74511 description: '' @@ -147855,6 +156704,7 @@ https://loft.sh/blog/kubernetes-multi-tenancy-why-virtual-clusters-are-the-best- v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-network-policies-a-practitioners-guide: content_hash: 9e6a89f3124705b8c291f0e8a986c7a4f5d1e4fc66c40487027de86d4f1930d6 description: '' @@ -147866,6 +156716,7 @@ https://loft.sh/blog/kubernetes-network-policies-a-practitioners-guide: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-network-policies-for-isolating-namespaces: content_hash: 244df131649df88f17e028995910d6c9dfa6cbe3645fb75c88d51b2a5434f966 description: '' @@ -147877,6 +156728,7 @@ https://loft.sh/blog/kubernetes-network-policies-for-isolating-namespaces: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-nginx-ingress-10-useful-configuration-options: content_hash: da34442488b79340a7becf13144fe882f8fc2121c4e7a235fe0d226fce0ee10e description: '' @@ -147888,6 +156740,7 @@ https://loft.sh/blog/kubernetes-nginx-ingress-10-useful-configuration-options: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-on-windows-6-life-saving-tools-and-tips: content_hash: fa28fe7032a5c397437a305a55aed5404bc316b3ad440442bba2a8b6d1437381 description: '' @@ -147900,6 +156753,7 @@ https://loft.sh/blog/kubernetes-on-windows-6-life-saving-tools-and-tips: - docs/kubernetes-tools.md - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-rbac-basics-and-advanced-patterns: content_hash: b731d83433777dfc4f031101136e8ccc3b63d764bd64613a953e001cdc416ed0 description: '' @@ -147911,6 +156765,7 @@ https://loft.sh/blog/kubernetes-rbac-basics-and-advanced-patterns: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-readiness-probes-examples-common-pitfalls: content_hash: df221a2ca8fc8645d4b7c8ad16bb4a1c9a3875aebe631aac2189a8dad17dbcbb description: '' @@ -147922,6 +156777,7 @@ https://loft.sh/blog/kubernetes-readiness-probes-examples-common-pitfalls: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-statefulset-examples-and-best-practices: content_hash: 2a2334056751d73be559454db2e154eac7fa4b04b8d56e5c95916cba7ee3701b description: '' @@ -147933,6 +156789,7 @@ https://loft.sh/blog/kubernetes-statefulset-examples-and-best-practices: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/kubernetes-virtual-clusters-for-ci-cd-testing: content_hash: 03d39972e3d20c3acfd8d63dec4947eea033c33ecaa00e4612b78e64462c2589 description: '' @@ -147944,6 +156801,7 @@ https://loft.sh/blog/kubernetes-virtual-clusters-for-ci-cd-testing: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/multi-tenant-kubernetes-clusters-challenges-and-useful-tooling: content_hash: f1e0316a590c8f83963277692b994c8b1e3ad8ec0f9471d4d453a5b260fbc0a6 description: '' @@ -147955,6 +156813,7 @@ https://loft.sh/blog/multi-tenant-kubernetes-clusters-challenges-and-useful-tool v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/platform-engineering-the-definitive-guide: content_hash: 3f81a07484e0f093a21e00a377250111c77acba121d8007885cb40c3c3b25fce description: '' @@ -147966,6 +156825,7 @@ https://loft.sh/blog/platform-engineering-the-definitive-guide: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://loft.sh/blog/reduce-kubernetes-cost: content_hash: 512a235e1ff0b7ed4f57b48c6b84a64876c3f7613e7e74f913342555e1a062b4 description: '' @@ -147977,6 +156837,7 @@ https://loft.sh/blog/reduce-kubernetes-cost: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/self-service-kubernetes-namespaces-are-a-game-changer: content_hash: 6e3bf68be75cc0a83925e9e79cfce475dbfceeafacabcb4008420dca7f550473 description: '' @@ -147988,6 +156849,7 @@ https://loft.sh/blog/self-service-kubernetes-namespaces-are-a-game-changer: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://loft.sh/blog/skaffold-vs-tilt-vs-devspace: content_hash: 1f601f4e9f8d602e0c1e1249958f2dacd196930fa4c62270498a8a4ea56463a5 description: '' @@ -147999,6 +156861,7 @@ https://loft.sh/blog/skaffold-vs-tilt-vs-devspace: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://loft.sh/blog/the-cost-of-managed-kubernetes-a-comparison: content_hash: d8525ff50149456a7791b51875e6183b4de9c40fffe35b2b9879e01777bee818 description: '' @@ -148010,6 +156873,7 @@ https://loft.sh/blog/the-cost-of-managed-kubernetes-a-comparison: v1_locations: - docs/finops.md year: N/A + addition_method: manual https://loft.sh/blog/using-kubernetes-ephemeral-containers-for-troubleshooting: content_hash: 243ac4ca346db38ab8b2bd6917fa69ddb81573f6e77969c408476d670c217f7b description: '' @@ -148021,6 +156885,7 @@ https://loft.sh/blog/using-kubernetes-ephemeral-containers-for-troubleshooting: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://logging.apache.org/log4j/2.x/security.html: content_hash: c2ac5cc920971d3734f8bca8d53cdc1e7a68b0c2902600103b6411a78ea4ad68 description: '' @@ -148032,6 +156897,7 @@ https://logging.apache.org/log4j/2.x/security.html: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://logging.apache.org/security.html: ai_summary: The authoritative Apache reference detailing vulnerabilities across the Log4j library ecosystem. Establishes official mitigation frameworks, patching @@ -148053,6 +156919,7 @@ https://logging.apache.org/security.html: v2_locations: - devsecops.md year: '2025' + addition_method: manual ? https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=09213cdc-9f30-4e82-aa6f-9b6e8d82dab3&redirect_uri=https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fs%2Fauth%2Foauth2callback%2Fproviderid%2Fdefault&response_type=code&state=l6szqle4bzDgvgJagl8z4PdMvpp_5xu-WPFDEhepQ0JV4o6p1Oiy79YAZuEPj3BnEO_EXjdV2VJH4ckf68foAKVHFZ9zL0POiDIgyviNM2LPLGkKCrmP95s8cCy29jWSMUodTlRNE7u4fcWrQ3_-0x0suxxUZh0nRgtFL0BouINjnmwDFGMwFhi1w5p0fjhA99nnnjuaIC8aIgq1A2Orcmawz9DQyoYwqLMlKMupP-U&scope=User.Read+openid+email+profile+offline_access&referer=https%3A%2F%2Ftechcommunity.microsoft.com%2Fblog%2F-%2Fintroduction-to-azure-devops-workload-identity-federation-oidc%2F3908687 : content_hash: 03d6c7ba42ee4bd58d9869da5091e0480d3c7397888c94ad9c249b31c3772456 health_score: 100.0 @@ -148065,6 +156932,7 @@ https://logging.apache.org/security.html: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://logz.io: content_hash: N/A description: '' @@ -148079,6 +156947,7 @@ https://logz.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://logz.io/blog/aws-ec2-metrics: content_hash: N/A description: '' @@ -148094,6 +156963,7 @@ https://logz.io/blog/aws-ec2-metrics: v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://logz.io/blog/aws-lambda-metrics-monitoring-guide: content_hash: N/A description: '' @@ -148110,6 +156980,7 @@ https://logz.io/blog/aws-lambda-metrics-monitoring-guide: - aws-monitoring.md - prometheus.md year: N/A + addition_method: manual https://logz.io/blog/finops-observability-monitoring-kubernetes-cost: content_hash: N/A description: '' @@ -148124,6 +156995,7 @@ https://logz.io/blog/finops-observability-monitoring-kubernetes-cost: v2_locations: - finops.md year: N/A + addition_method: manual https://logz.io/blog/grok-pattern-examples-for-log-parsing: content_hash: N/A description: '' @@ -148138,6 +157010,7 @@ https://logz.io/blog/grok-pattern-examples-for-log-parsing: v2_locations: - monitoring.md year: N/A + addition_method: manual https://logz.io/blog/kibana-tutorial-2: content_hash: N/A description: '' @@ -148148,6 +157021,7 @@ https://logz.io/blog/kibana-tutorial-2: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://logz.io/blog/logstash-grok: content_hash: N/A description: '' @@ -148162,6 +157036,7 @@ https://logz.io/blog/logstash-grok: v2_locations: - monitoring.md year: N/A + addition_method: manual https://logz.io/blog/monitoring-reality-check: content_hash: N/A description: '' @@ -148176,6 +157051,7 @@ https://logz.io/blog/monitoring-reality-check: v2_locations: - monitoring.md year: N/A + addition_method: manual https://logz.io/blog/open-source-monitoring-tools-for-kubernetes: content_hash: N/A description: '' @@ -148190,6 +157066,7 @@ https://logz.io/blog/open-source-monitoring-tools-for-kubernetes: v2_locations: - monitoring.md year: N/A + addition_method: manual https://logz.io/blog/open-source-observability-adoption-migration-curve: content_hash: N/A description: '' @@ -148204,6 +157081,7 @@ https://logz.io/blog/open-source-observability-adoption-migration-curve: v2_locations: - monitoring.md year: N/A + addition_method: manual https://logz.io/blog/opensearch-1-0-ga-generally-available-elasticsearch-kibana-fork: content_hash: N/A description: '' @@ -148218,6 +157096,7 @@ https://logz.io/blog/opensearch-1-0-ga-generally-available-elasticsearch-kibana- v2_locations: - monitoring.md year: N/A + addition_method: manual https://logz.io/blog/prometheus-as-a-service-launch: content_hash: N/A description: '' @@ -148228,6 +157107,7 @@ https://logz.io/blog/prometheus-as-a-service-launch: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://logz.io/blog/unified-observability-kubernetes-360: content_hash: N/A description: '' @@ -148238,6 +157118,7 @@ https://logz.io/blog/unified-observability-kubernetes-360: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://logz.io/blog/windows-kubernetes-nodes-aks-metrics: content_hash: N/A description: '' @@ -148252,6 +157133,7 @@ https://logz.io/blog/windows-kubernetes-nodes-aks-metrics: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://logz.io/learn/opentelemetry-guide: content_hash: N/A description: '' @@ -148262,6 +157144,7 @@ https://logz.io/learn/opentelemetry-guide: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual ? https://logz.io/news-posts/logz-io-announces-support-for-opensearch-a-community-driven-open-source-fork-of-elasticsearch-and-kibana : content_hash: N/A description: '' @@ -148277,6 +157160,7 @@ https://logz.io/learn/opentelemetry-guide: v2_locations: - monitoring.md year: N/A + addition_method: manual https://lonesysadmin.net: ai_summary: A highly informative systems engineering blog run by a veteran enterprise administrator, delivering real-world troubleshooting case studies, virtualization @@ -148304,6 +157188,7 @@ https://lonesysadmin.net: v2_locations: - linux.md year: N/A + addition_method: manual https://longhorn.io: content_hash: ed86f9e3576e0c3c40b2391b9a6c67d849e30dd34725973d06fe683122ff95df description: '' @@ -148320,6 +157205,7 @@ https://longhorn.io: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://loopholelabs.io: health_score: 100.0 last_checked: 1779130494.921841 @@ -148330,6 +157216,7 @@ https://loopholelabs.io: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://lordofthejars.github.io/quarkus-cheat-sheet: content_hash: 453c9095c63afb5bbdd8c8918cdcfb40477f603dfd69702e2487ef16b73d1b36 description: '' @@ -148346,6 +157233,7 @@ https://lordofthejars.github.io/quarkus-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://loves.cloud/ci-cd-pipeline-using-docker-and-jenkins: content_hash: d71021e7f2c53e2e3b5db8a9d221b13afdebc9bd5573587af1534da80b34bf1a description: '' @@ -148362,6 +157250,7 @@ https://loves.cloud/ci-cd-pipeline-using-docker-and-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://loves.cloud/creation-of-a-fully-automated-devsecops-cicd-pipeline: ai_summary: Details the construction of an automated CI/CD pipeline integrated with security scans. Covers shifts-left practices, artifact scanning (Trivy), and secure @@ -148389,6 +157278,7 @@ https://loves.cloud/creation-of-a-fully-automated-devsecops-cicd-pipeline: v2_locations: - devsecops.md year: N/A + addition_method: manual https://loves.cloud/kubernetes-an-introduction: content_hash: e3d821f52b15766012ee9fa8836c0740a92a57168786c78b8819c7b3ea9c4b83 description: '' @@ -148405,6 +157295,7 @@ https://loves.cloud/kubernetes-an-introduction: v2_locations: - introduction.md year: N/A + addition_method: manual https://loves.cloud/setting-up-a-kubernetes-cluster-on-ubuntu-18-04: ai_summary: Step-by-step tutorial for building a Kubernetes control plane and node infrastructure on Ubuntu 18.04 VMs using kubeadm. Explores Docker runtime configuration @@ -148433,6 +157324,7 @@ https://loves.cloud/setting-up-a-kubernetes-cluster-on-ubuntu-18-04: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://lucid.co/blog/agile-vs-waterfall-vs-kanban-vs-scrum: content_hash: fa114b73f1122af3bc935081a6f43d35631c14bfcb44a1d4afdd75d55e55d1dc health_score: 100.0 @@ -148444,12 +157336,14 @@ https://lucid.co/blog/agile-vs-waterfall-vs-kanban-vs-scrum: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://lucid.co/lucidscale: content_hash: 752081eef220ca146312d72c672f3a0ad5b22a1bbb53d63dc25e17ce0476de2f health_score: 100.0 last_checked: 1779130494.976235 v1_locations: - docs/cloud-arch-diagrams.md + addition_method: manual https://lucid.co/marketplace/91074b9b/aws: health_score: 100.0 last_checked: 1779130494.988307 @@ -148460,6 +157354,7 @@ https://lucid.co/marketplace/91074b9b/aws: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://lucidscale.com: content_hash: f86b851e42c2dc350188fba6ffe061249a0358cc1fd5e9834c88f5f4cbfc0178 description: '' @@ -148470,6 +157365,7 @@ https://lucidscale.com: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://lucperkins.dev/blog/service-mesh-use-cases: content_hash: b88073557ddac71a870949b4c7070c0f3a75e37e4c3c43862175eee15c96dae7 description: '' @@ -148486,6 +157382,7 @@ https://lucperkins.dev/blog/service-mesh-use-cases: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://luis-sena.medium.com/automated-aws-load-balancer-warm-up-d0b4084c8bbc: content_hash: N/A description: '' @@ -148500,6 +157397,7 @@ https://luis-sena.medium.com/automated-aws-load-balancer-warm-up-d0b4084c8bbc: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://luke.geek.nz/azure/azure-architecture-solution-requirement-consideration-checklist: content_hash: 815703ce21e75bd033bf46da5d1ce68b1077386dda6d526f346e12eaf0361257 description: '' @@ -148517,6 +157415,7 @@ https://luke.geek.nz/azure/azure-architecture-solution-requirement-consideration v2_locations: - azure.md year: N/A + addition_method: manual https://luke.geek.nz/azure/azure-naming-tool-api-bicep-resources: content_hash: 3930261eeeeb37330f34dd941dd169812111a080fc92d90165b8f11e2f648a9e description: '' @@ -148533,6 +157432,7 @@ https://luke.geek.nz/azure/azure-naming-tool-api-bicep-resources: v2_locations: - azure.md year: N/A + addition_method: manual https://luke.geek.nz/azure/export-azure-devops-repos-azure-storage-account: content_hash: 866bdbebd3d78506be99c40940d34027f1ca13a5e7db3af939ce581ba243a11e description: '' @@ -148549,6 +157449,7 @@ https://luke.geek.nz/azure/export-azure-devops-repos-azure-storage-account: v2_locations: - azure.md year: N/A + addition_method: manual https://lukechannings.com/blog/2020-05-10-kubernetes-gitops-lessons: content_hash: 5eee5bb88704659ed39c8623deff48f076d57971a31865285a1f8639bfbfc137 health_score: 100.0 @@ -148560,6 +157461,7 @@ https://lukechannings.com/blog/2020-05-10-kubernetes-gitops-lessons: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://luminousmen.com/post/a-very-quick-introduction-to-the-pain-of-aws-cloudformation: content_hash: cdccf9e15aa836949a39eb1d321b1407649b85d373a9066607f047239542d279 description: '' @@ -148576,6 +157478,7 @@ https://luminousmen.com/post/a-very-quick-introduction-to-the-pain-of-aws-cloudf v2_locations: - aws-iac.md year: N/A + addition_method: manual https://luminousmen.com/post/kubernetes-101: content_hash: a5ec45dec8aaa1307b4269a3310a8f399c73eee32911f80eaf8095bcce205a46 description: '' @@ -148592,6 +157495,7 @@ https://luminousmen.com/post/kubernetes-101: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://luraproject.org: content_hash: 98d6f077f5ac87bcdc04fe1bfdfd579908c584967d916f7d87e2cb50036ef521 description: '' @@ -148608,6 +157512,7 @@ https://luraproject.org: v2_locations: - developerportals.md year: N/A + addition_method: manual https://lwkd.info: content_hash: abef4c1b542697bc31eb06ea8f7e6be97a0e0349b6ac94e5a74183ef8c6c6009 health_score: 100.0 @@ -148615,6 +157520,7 @@ https://lwkd.info: needs_ai_refresh: true v1_locations: - docs/kubernetes-newsletters.md + addition_method: manual https://lwn.net: ai_summary: The premier journalistic standard for deep technical Linux kernel developments, security alerts, and system architecture updates. It features exceptional architectural @@ -148641,6 +157547,7 @@ https://lwn.net: v2_locations: - linux.md year: N/A + addition_method: manual https://lynnlangit.medium.com/tech-anti-interviewing-106674655ea0: content_hash: N/A description: '' @@ -148655,6 +157562,7 @@ https://lynnlangit.medium.com/tech-anti-interviewing-106674655ea0: v2_locations: - recruitment.md year: N/A + addition_method: manual https://lzone.de: content_hash: 4cb47e9ca73349824c4488f08095de77fa2fe8c34658fa1c852abebf6a4125d9 health_score: 100.0 @@ -148667,6 +157575,7 @@ https://lzone.de: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://lzone.de/cheat-sheet/Docker%20Swarm: content_hash: 60998b3473e19755f3fe0a8f69899a5f8475f9eacef0ae00f418449d30b8a7b7 description: '' @@ -148677,6 +157586,7 @@ https://lzone.de/cheat-sheet/Docker%20Swarm: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://lzone.de/cheat-sheet/Maven: content_hash: 60998b3473e19755f3fe0a8f69899a5f8475f9eacef0ae00f418449d30b8a7b7 description: '' @@ -148687,6 +157597,7 @@ https://lzone.de/cheat-sheet/Maven: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://lzone.de/cheat-sheet/SSH: content_hash: 60998b3473e19755f3fe0a8f69899a5f8475f9eacef0ae00f418449d30b8a7b7 description: '' @@ -148697,6 +157608,7 @@ https://lzone.de/cheat-sheet/SSH: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://lzone.de/cheat-sheet/Terraform: content_hash: 60998b3473e19755f3fe0a8f69899a5f8475f9eacef0ae00f418449d30b8a7b7 description: '' @@ -148707,6 +157619,7 @@ https://lzone.de/cheat-sheet/Terraform: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://m.signalvnoise.com/running-spot-instances-effectively-with-amazon-eks: content_hash: a7ba0b6360bc882bc087f5aefd2cc30f87300bc3d991657d075f0207a29f22fb description: '' @@ -148718,6 +157631,7 @@ https://m.signalvnoise.com/running-spot-instances-effectively-with-amazon-eks: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://m3db.io: content_hash: 2b9d158939a227ceebd01d8d69aea804da42577757b758d087d7cfd741daf5f0 health_score: 100.0 @@ -148729,6 +157643,7 @@ https://m3db.io: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://maarten.mulders.it/2020/11/whats-new-in-maven-4: ai_summary: Architectural outline detail highlighting the planned structural updates in Maven 4. Explains concepts like the consumer POM separation, multi-threaded @@ -148756,6 +157671,7 @@ https://maarten.mulders.it/2020/11/whats-new-in-maven-4: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://mad.firstmark.com: ai_summary: The industry-standard annual market map capturing thousands of Machine Learning, AI, and Data infrastructure ecosystems. Essential for tracking vendor @@ -148783,6 +157699,7 @@ https://mad.firstmark.com: v2_locations: - ai.md year: N/A + addition_method: manual ? https://madeeshafernando.medium.com/capturing-heap-dumps-of-stateless-kubernetes-pods-before-container-termination-and-export-to-aws-s3-9602378ee60b : content_hash: N/A description: '' @@ -148798,6 +157715,7 @@ https://mad.firstmark.com: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://madhuakula.com/kubernetes-goat: ai_summary: The premier interactive, intentionally vulnerable Kubernetes environment designed for learning cloud-native security. It features various real-world scenarios @@ -148826,6 +157744,7 @@ https://madhuakula.com/kubernetes-goat: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://madokai.medium.com/why-i-dont-consider-your-certifications-during-an-interview-fe4b62cf6f8c: content_hash: N/A description: '' @@ -148841,6 +157760,7 @@ https://madokai.medium.com/why-i-dont-consider-your-certifications-during-an-int - index.md - recruitment.md year: N/A + addition_method: manual https://magic-cookie.co.uk/iplist.html: content_hash: 6ec2086347ebab543fc9e92d162b24965ed4633c935dd15a066d87446cafdafa health_score: 100.0 @@ -148853,6 +157773,7 @@ https://magic-cookie.co.uk/iplist.html: - docs/networking.md v2_locations: - networking.md + addition_method: manual https://magnet.xataka.com/en-diez-minutos/esclavos-improductividad-70-reuniones-impiden-que-empleados-hagan-su-trabajo: content_hash: c8afa2c1df5bc2e46319a80dee548dcef48095118de2ffdfed28d20680314000 description: '' @@ -148865,6 +157786,7 @@ https://magnet.xataka.com/en-diez-minutos/esclavos-improductividad-70-reuniones- v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual ? https://magnet.xataka.com/en-diez-minutos/gran-renuncia-americana-como-trabajadores-se-han-hartado-sistema-estan-dejando-sus-empleos : content_hash: 95c3af12a163f8b47ad4e5236fd9fdf3de9957c1a9f4768a12746df19df4459a description: '' @@ -148877,6 +157799,7 @@ https://magnet.xataka.com/en-diez-minutos/esclavos-improductividad-70-reuniones- v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://maheshwari-bittu.medium.com/why-event-driven-architecture-eda-is-needed-fac2f00f25a8: content_hash: N/A description: '' @@ -148892,6 +157815,7 @@ https://maheshwari-bittu.medium.com/why-event-driven-architecture-eda-is-needed- v2_locations: - introduction.md year: N/A + addition_method: manual https://mahira-technology.medium.com/deploying-aws-codepipeline-with-terraform-d6613979d0b6: content_hash: N/A description: '' @@ -148907,6 +157831,7 @@ https://mahira-technology.medium.com/deploying-aws-codepipeline-with-terraform-d v2_locations: - demos.md year: N/A + addition_method: manual https://mahira-technology.medium.com/kubernetes-secrets-management-level-up-with-external-secrets-operator-ed7d32df2189: content_hash: N/A description: '' @@ -148922,6 +157847,7 @@ https://mahira-technology.medium.com/kubernetes-secrets-management-level-up-with v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://maistra.io: ai_summary: The home portal for Maistra, the open-source upstream project that powers Red Hat OpenShift Service Mesh. Provides a tailored package of Istio, Jaeger, @@ -148953,6 +157879,7 @@ https://maistra.io: - istio.md - kubernetes-tools.md year: N/A + addition_method: manual https://makefiletutorial.com: ai_summary: Curator Insight presents a comprehensive interactive guide to GNU Make templates and rules. Live Grounding reveals that despite the evolution of newer @@ -148983,6 +157910,7 @@ https://makefiletutorial.com: v2_locations: - linux.md year: N/A + addition_method: manual https://makendran.hashnode.dev/just-in-time-worker-nodes-with-karpenter: content_hash: N/A description: '' @@ -148997,6 +157925,7 @@ https://makendran.hashnode.dev/just-in-time-worker-nodes-with-karpenter: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://mamaqueesscrum.com/2018/11/12/labores-que-un-product-owner-deberia-hacer-que-no-aparecen-en-la-scrum-guide: content_hash: cdfb5df12540e947fe3ee4d7bb29abec675eb7e2d21034425385e7e98ae12abd description: '' @@ -149013,6 +157942,7 @@ https://mamaqueesscrum.com/2018/11/12/labores-que-un-product-owner-deberia-hacer v2_locations: - project-management-methodology.md year: N/A + addition_method: manual ? https://managedkube.com/gitops/flux/weaveworks/guide/tutorial/2020/05/01/a-complete-step-by-step-guide-to-implementing-a-gitops-workflow-with-flux.html : content_hash: ca9b0982033aed98504a4a4bf5272ba4bd38e4b70c1b020b04cdc731abb89875 description: '' @@ -149032,6 +157962,7 @@ https://mamaqueesscrum.com/2018/11/12/labores-que-un-product-owner-deberia-hacer - flux.md - demos.md year: N/A + addition_method: manual https://managedkube.com/kubernetes/trace/ingress/service/port/not/matching/pod/k8sbot/2019/02/13/trace-ingress.html: content_hash: 93337c2cf22475d8189ef891773713b768937fe6ae6f1993be71cc0b970c188c description: '' @@ -149048,6 +157979,7 @@ https://managedkube.com/kubernetes/trace/ingress/service/port/not/matching/pod/k v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://manfredmlange.medium.com/containerized-keycloak-in-development-2f9d079ec4a3: content_hash: N/A description: '' @@ -149062,6 +157994,7 @@ https://manfredmlange.medium.com/containerized-keycloak-in-development-2f9d079ec v2_locations: - devsecops.md year: N/A + addition_method: manual https://manifests.io: content_hash: N/A description: '' @@ -149076,6 +158009,7 @@ https://manifests.io: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://manz.dev/cheatsheets: content_hash: 1934b99d65e2f059ad3f15d1ba71b1ab8003bd7a179d3a721d768f093722256d description: '' @@ -149092,6 +158026,7 @@ https://manz.dev/cheatsheets: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://marcincuber.medium.com/amazon-eks-upgrade-journey-from-1-24-to-1-25-e1bcccc2f384: content_hash: N/A description: '' @@ -149106,6 +158041,7 @@ https://marcincuber.medium.com/amazon-eks-upgrade-journey-from-1-24-to-1-25-e1bc v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://marckean.com/2016/06/01/azure-vs-azure-ad-accounts-tenants-subscriptions: content_hash: 5e9c314f4508d601c81e1b7358dfd1a71b55cd171aac9b351aa4dc02395f4b7a description: '' @@ -149122,6 +158058,7 @@ https://marckean.com/2016/06/01/azure-vs-azure-ad-accounts-tenants-subscriptions v2_locations: - azure.md year: N/A + addition_method: manual https://marcofranssen.nl/install-hashicorp-vault-on-kubernetes-using-helm-part-1: content_hash: N/A description: '' @@ -149137,6 +158074,7 @@ https://marcofranssen.nl/install-hashicorp-vault-on-kubernetes-using-helm-part-1 v2_locations: - devsecops.md year: N/A + addition_method: manual https://marcusnoble.co.uk/2022-01-20-restricting-cluster-admin-permissions: ai_summary: 'Curator Insight: Practical methodology for limiting root-level administrative bindings in multi-tenant environments. Live Grounding: A crucial case study showing @@ -149165,6 +158103,7 @@ https://marcusnoble.co.uk/2022-01-20-restricting-cluster-admin-permissions: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://marcusnoble.co.uk/2022-07-04-managing-kubernetes-without-losing-your-cool: content_hash: e7bed534ce2a2c7e5d9241b34c79f92a82e813c6abce8791ec8ddeda1c0d3524 description: '' @@ -149181,6 +158120,7 @@ https://marcusnoble.co.uk/2022-07-04-managing-kubernetes-without-losing-your-coo v2_locations: - kubernetes.md year: N/A + addition_method: manual https://marinaaisa.com/es/blog/contractor-eeuu-espana: ai_summary: Highly detailed personal case study and playbook on working as an independent contractor from Spain for US-based firms. Covers billing, currency conversion, @@ -149208,6 +158148,7 @@ https://marinaaisa.com/es/blog/contractor-eeuu-espana: v2_locations: - freelancing.md year: N/A + addition_method: manual https://markaicode.com/terraform-ai-infrastructure-as-code: ai_summary: Focuses on AI-driven generation of HCL infrastructure files. Covers schema checking, validating security guardrails in prompt pipelines, and continuous @@ -149239,6 +158180,7 @@ https://markaicode.com/terraform-ai-infrastructure-as-code: - iac.md - terraform.md year: N/A + addition_method: manual https://markdownguide.offshoot.io/cheat-sheet: content_hash: 52bc11ec9b2a62ba5cc6e84baa16ba9b9e14049b286b9b80cfc5ce4ea46e8aec health_score: 100.0 @@ -149246,6 +158188,7 @@ https://markdownguide.offshoot.io/cheat-sheet: v1_locations: - docs/cheatsheets.md - docs/mkdocs.md + addition_method: manual https://marketplace.apilayer.com: content_hash: 619ad319e0a4685f078596cc1d2b8ca1bd226eab185ed9a2c55c35e6cf4ab5b8 health_score: 100.0 @@ -149258,6 +158201,7 @@ https://marketplace.apilayer.com: - docs/api.md v2_locations: - api.md + addition_method: manual https://marketplace.atlassian.com/apps/1014681/zephyr-for-jira-test-management: content_hash: 6528b892cfdea6fa57a9120430a61c61f99639409bdd41de39f7ed0ed840d838 description: '' @@ -149274,6 +158218,7 @@ https://marketplace.atlassian.com/apps/1014681/zephyr-for-jira-test-management: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://marketplace.atlassian.com/apps/1227641/license-manager-easily-track-your-software-licenses: content_hash: 844837df94ad64e341cfb07c3d1de6e7e7066b83b1f7708c02087b4085cf11fe description: '' @@ -149291,6 +158236,7 @@ https://marketplace.atlassian.com/apps/1227641/license-manager-easily-track-your v2_locations: - finops.md year: N/A + addition_method: manual https://marketplace.redhat.com: content_hash: 66f55e3c1096a0b3d5fdfcf7ab95a3f9a8b0891b3d28949c6448b1bfdea63d0d description: '' @@ -149303,6 +158249,7 @@ https://marketplace.redhat.com: - docs/ocp4.md - docs/openshift.md year: N/A + addition_method: manual https://marketplace.redhat.com/en-us/blog/dont-treat-kubernetes-storage-as-an-afterthought: content_hash: 66f55e3c1096a0b3d5fdfcf7ab95a3f9a8b0891b3d28949c6448b1bfdea63d0d description: '' @@ -149319,6 +158266,7 @@ https://marketplace.redhat.com/en-us/blog/dont-treat-kubernetes-storage-as-an-af v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://marketplace.redhat.com/sunset: content_hash: 9445650f53a14169404d28999b9dd18165119f6829ec536f5510a73e0af880fe health_score: 100.0 @@ -149332,6 +158280,7 @@ https://marketplace.redhat.com/sunset: v2_locations: - ocp4.md - openshift.md + addition_method: manual https://marketplace.visualstudio.com: content_hash: 71e97a5abbc2ba63f333f4c1e140df9a79979a82bd2b07b9978438fef90f6b70 description: '' @@ -149348,6 +158297,7 @@ https://marketplace.visualstudio.com: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/azuredevops: content_hash: 71e97a5abbc2ba63f333f4c1e140df9a79979a82bd2b07b9978438fef90f6b70 description: '' @@ -149364,6 +158314,7 @@ https://marketplace.visualstudio.com/azuredevops: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items&itemName=Tim-Koehler.helm-intellisense&ssr=false: content_hash: N/A health_score: 100.0 @@ -149375,6 +158326,7 @@ https://marketplace.visualstudio.com/items&itemName=Tim-Koehler.helm-intellisens - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets: content_hash: f331c7f678a9a0789fa359354af882ee0ff3e5a61e612a265f9db902329be99f description: '' @@ -149391,6 +158343,7 @@ https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode: content_hash: ef02a176ed8182b14e202bc12c80e88f128aaf99bff23dceac1d08e690b7aba9 description: '' @@ -149407,6 +158360,7 @@ https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log: content_hash: 834cab4a0e49f593b95b5e24a9541cc50c232288e83cc3e77cadce07a8d457d9 description: '' @@ -149423,6 +158377,7 @@ https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-l v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=DontShaveTheYak.jenkins-extension-pack: content_hash: d92c9d172e026322c78a2ac31b1dec993f4362ff9beb4b644401b3abb95c2065 description: '' @@ -149439,6 +158394,7 @@ https://marketplace.visualstudio.com/items?itemName=DontShaveTheYak.jenkins-exte v2_locations: - jenkins.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig: content_hash: 6909429b63b131edb831259272fff223452a9dad1f909f4467f2228cf530645d description: '' @@ -149455,6 +158411,7 @@ https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=Fatih.baba-flow: content_hash: 7be92906e8ba3099256d26659e228ec8134953775a78d9f33fe0609cbb2b45c2 description: '' @@ -149471,6 +158428,7 @@ https://marketplace.visualstudio.com/items?itemName=Fatih.baba-flow: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=GitHub.copilot: content_hash: 39fe202473a16222c720c30a87c83f67b4b906d72367bf4b8ff2e63754b7083b description: '' @@ -149487,6 +158445,7 @@ https://marketplace.visualstudio.com/items?itemName=GitHub.copilot: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme: content_hash: 5289d3e5fedf455aad01120dd933f307715b32b5bc95707ad1559e105bfa08c6 description: '' @@ -149503,6 +158462,7 @@ https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub: content_hash: 80e4f1dcd659cea9007c4911f2ac25f1c3e737d77f0be217088b7cb1a8bcefa4 description: '' @@ -149519,6 +158479,7 @@ https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github: content_hash: d653f3f79c55e207a67e80e44e9b30a3765e2ac199d6080e019727c3856bcd94 description: '' @@ -149535,6 +158496,7 @@ https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-g v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=GreatMinds.gitflow4code: content_hash: d205fd5d664c5aec268e705634f547f45a8eba999335f997a86045e04220cd33 description: '' @@ -149551,6 +158513,7 @@ https://marketplace.visualstudio.com/items?itemName=GreatMinds.gitflow4code: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree: content_hash: 5c847404069b1df51d9db21a47ebc7a09a2a4d5648c2412de4192c6df67a9698 description: '' @@ -149567,6 +158530,7 @@ https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=Iterative.dvc: content_hash: c89baff1f833df8523c063a525e1383c491365b2f261b64481ef87dc1c011b0a description: '' @@ -149583,6 +158547,7 @@ https://marketplace.visualstudio.com/items?itemName=Iterative.dvc: v2_locations: - mlops.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare: content_hash: a3c2fc40bdeba31bc30584cc9e85a902e7895fd4f06e73396e1e6fb15e9b52c9 description: '' @@ -149599,6 +158564,7 @@ https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest: content_hash: acc66fdb639df1514dff8912b59bbedb74683b9358c5a814a825f0c337963548 description: '' @@ -149615,6 +158581,7 @@ https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme: content_hash: 9be3a1b07dcbe526a362cbd2102377fac18468885075250428881904ccd152ad description: '' @@ -149631,6 +158598,7 @@ https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=SebastianBille.iam-legend: content_hash: 1c662ef43b52567e3cceb92bdbf5b7b680ac59444cad23fbfe6481ab72b4a71b description: '' @@ -149647,6 +158615,7 @@ https://marketplace.visualstudio.com/items?itemName=SebastianBille.iam-legend: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=SemihOnay.jiraux: content_hash: fd5804eb7f5d3238a62c8d8bf1ef5445d974011e78238f920f8731a29210e98e description: '' @@ -149663,6 +158632,7 @@ https://marketplace.visualstudio.com/items?itemName=SemihOnay.jiraux: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=TeamHub.teamhub: content_hash: 999d5b79aec4693c66240bcfbae08ceb8707d0e1fd8043e86274661ff2ab2d91 description: '' @@ -149679,6 +158649,7 @@ https://marketplace.visualstudio.com/items?itemName=TeamHub.teamhub: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=Weaveworks.vscode-gitops-tools: content_hash: 9af625c4effe71ec906065bda55e2250a1e5861446e6fe70e9149861f34a623f description: '' @@ -149695,6 +158666,7 @@ https://marketplace.visualstudio.com/items?itemName=Weaveworks.vscode-gitops-too v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments: content_hash: cd2e94753d800170ed037f090f51b79cf7d6de8fec618b1b1e2a53271a4d9ad8 description: '' @@ -149711,6 +158683,7 @@ https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap: content_hash: d7e90c29f677534fe78f7dcb8c8abf11027202018ce8144b7666c939718f7917 description: '' @@ -149727,6 +158700,7 @@ https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=alefragnani.jenkins-status: content_hash: 449fec62f348ff45199e88b6e9631f0525aa71a58db33512508e8d92a30a63f0 description: '' @@ -149743,6 +158717,7 @@ https://marketplace.visualstudio.com/items?itemName=alefragnani.jenkins-status: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=angryobject.react-pure-to-class-vscode: content_hash: ed5530f4a7d23a12466612e7d32530fef6d067770727fffb221a2a8777c04454 description: '' @@ -149759,6 +158734,7 @@ https://marketplace.visualstudio.com/items?itemName=angryobject.react-pure-to-cl v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=azurepaas-tools.vscode-learncloud: content_hash: 227ef3eb9ea9843374fb980888e9a7e859a4af2f937bf187b80b6b00e629614c description: '' @@ -149777,6 +158753,7 @@ https://marketplace.visualstudio.com/items?itemName=azurepaas-tools.vscode-learn - azure.md - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff: content_hash: 7eecbfa866b8b7a5c738528c9396e543f9fcb71cee792ba49d85dc148706a128 description: '' @@ -149793,6 +158770,7 @@ https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense: content_hash: f64b8e0255bcbeeebe8137b1194de72a0bd2060d8f00c1bbf2c9f7adf426b60f description: '' @@ -149809,6 +158787,7 @@ https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intell v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions: content_hash: f844c19035655334933e41a62edff9ecda06584dd26d9beac271c6f22b838e84 description: '' @@ -149819,6 +158798,7 @@ https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-act v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=dag-andersen.kubernetes-reference-highlighter: content_hash: 4034882b2d236513f2ede0125889a49bdb8bfec578f9aecd180c1f717fb6ae69 description: '' @@ -149835,6 +158815,7 @@ https://marketplace.visualstudio.com/items?itemName=dag-andersen.kubernetes-refe v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=dannysteenman.cloudformation-yaml-snippets: content_hash: a07a638d33edf74292547806fd6504ece2c19e0c7a5af1791534c448b878af54 health_score: 100.0 @@ -149847,6 +158828,7 @@ https://marketplace.visualstudio.com/items?itemName=dannysteenman.cloudformation - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint: content_hash: dd05e43922828a105b2e942474a764321d41501579df800fd40a05e242e6b155 description: '' @@ -149863,6 +158845,7 @@ https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula: content_hash: a1377ac560980128bbce3980b9af0ea0135ab80278fd5b2a1ca6cdb89879196b description: '' @@ -149879,6 +158862,7 @@ https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=dsteenman.cloudformation-yaml-snippets: content_hash: b651a23ddd855358ffa4db601feb87d8d9eb7f2cb530d9356bbbbcd15a6100e8 description: '' @@ -149889,6 +158873,7 @@ https://marketplace.visualstudio.com/items?itemName=dsteenman.cloudformation-yam v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens: content_hash: 768a3671ff35758c36b8618d9bf0fb26a9e855cfc0861efd6c803e32f74498c7 description: '' @@ -149905,6 +158890,7 @@ https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode: content_hash: a81f9be11f86ed8a661d2b6bbd4c0c0ff16446e41aeab4f299186cba33bcc2b5 description: '' @@ -149921,6 +158907,7 @@ https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-todo-plus: content_hash: 25498d7e649ba60353b9f3af43cf9729d47e37d684a2566b9c60d6ed55be40f4 description: '' @@ -149937,6 +158924,7 @@ https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-todo- v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow: content_hash: 7bd4c431f9141b49a116a7dc20afa5fb7538276e487454f00df94f4ec16aa9e3 description: '' @@ -149947,6 +158935,7 @@ https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions: content_hash: 78034cc2e83fa4dfdd1e8f834d4ebae0a489898520c9a0e256935e37a5090470 health_score: 100.0 @@ -149959,6 +158948,7 @@ https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow: content_hash: a4b6a17418cc66fcbd47c4b43f4950d78472a530e67ff9b04cc1879907669a4b health_score: 100.0 @@ -149971,6 +158961,7 @@ https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://marketplace.visualstudio.com/items?itemName=hashicorp.terraform: content_hash: 8fd4ab9e536e0b0803b33d821316da5b0a063d64f569698302991bbfb65927bb health_score: 100.0 @@ -149983,6 +158974,7 @@ https://marketplace.visualstudio.com/items?itemName=hashicorp.terraform: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio: content_hash: 5d7742e6b641b5dd0dd569c689189c13c36a83cb1cf779a9061e5b0b08137b07 description: '' @@ -149999,6 +158991,7 @@ https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode: content_hash: d06a710642e2b1009f885fa357f4281f2f5827b79181a1eb0e5248601e9cdcd6 description: '' @@ -150015,6 +159008,7 @@ https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=ivory-lab.jenkinsfile-support: content_hash: 884af5ef0bfa776baf399d551b73025743989c5a40e6c185fb5badcdec5bf49c description: '' @@ -150031,6 +159025,7 @@ https://marketplace.visualstudio.com/items?itemName=ivory-lab.jenkinsfile-suppor v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=janjoerke.jenkins-pipeline-linter-connector: content_hash: 9c7e383d278d742d3eb4e1a3841b7b5f4e79d23d85256461ce456a8060aa89e9 description: '' @@ -150047,6 +159042,7 @@ https://marketplace.visualstudio.com/items?itemName=janjoerke.jenkins-pipeline-l v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=jcasc-developers.jcasc-plugin: content_hash: 3b8ad2be2a3457825c010fb282102f468f25ff09cb794f8d5568721ad9e119b4 description: '' @@ -150065,6 +159061,7 @@ https://marketplace.visualstudio.com/items?itemName=jcasc-developers.jcasc-plugi - jenkins.md - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=jmMeessen.jenkins-declarative-support: content_hash: cb255becbdbdf3aaffa195be60e5f54c698846f7264d63c9ed5fd1dd4963a5c2 description: '' @@ -150083,6 +159080,7 @@ https://marketplace.visualstudio.com/items?itemName=jmMeessen.jenkins-declarativ - visual-studio.md - jenkins.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=jock.svg: content_hash: 2ba41011b47bf5aebc7a14742396c1c0ddc4fc5d74930e8f5d6485a0af08ce9f description: '' @@ -150099,6 +159097,7 @@ https://marketplace.visualstudio.com/items?itemName=jock.svg: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=juanmnl.vscode-theme-1984: content_hash: 1281da8893dacffc3fa47a9432818e7fa19ec39049080585431fdd3dda68bd53 description: '' @@ -150115,6 +159114,7 @@ https://marketplace.visualstudio.com/items?itemName=juanmnl.vscode-theme-1984: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=kennylong.kubernetes-yaml-formatter: content_hash: 94197bf4fb6ff39ea04ac3dee72d9a303994884fb5c26529f8cb6ba327c56ce9 description: '' @@ -150131,6 +159131,7 @@ https://marketplace.visualstudio.com/items?itemName=kennylong.kubernetes-yaml-fo v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=livepdm.auto-markdown-toc-ax1: content_hash: 1cb7c331eca23567cce9c9ee8f6ecb05bf092af1985e5f1546f42ee2cd3f03fa description: '' @@ -150147,6 +159148,7 @@ https://marketplace.visualstudio.com/items?itemName=livepdm.auto-markdown-toc-ax v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=mauve.terraform: content_hash: 27dbd02beeb29fe046dd9276b3ab60935903a7270f75d6cc37c6be0ebf32d2cf description: '' @@ -150157,6 +159159,7 @@ https://marketplace.visualstudio.com/items?itemName=mauve.terraform: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel: content_hash: 394a97ab4388baf20359e98ea1d8c9c4e87effec92374b5c60c983298dc57dde description: '' @@ -150173,6 +159176,7 @@ https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language- v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph: content_hash: 88ea40b9a987f741e78523c6ed76fb11e95a93bbdba12298bfbe39f7434ed514 description: '' @@ -150189,6 +159193,7 @@ https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv: content_hash: 68032b3b815fa7b6fa7229304d22d7dbf6b8cb867e65cf67d3dd41966d2354ea description: '' @@ -150205,6 +159210,7 @@ https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=mindaro.mindaro: content_hash: f0853e9451d1d43844eba24b58e9fd895881f2fd082952df5ffbd56af1c83f5f description: '' @@ -150223,6 +159229,7 @@ https://marketplace.visualstudio.com/items?itemName=mindaro.mindaro: - kubernetes-troubleshooting.md - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode: content_hash: 9fd10141ccf49873cc5ff2956f100048c135f74302f5b76fb51fba5734c34104 description: '' @@ -150239,6 +159246,7 @@ https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=monokai.theme-monokai-pro-vscode: content_hash: ef4408788374e6681236e6a864413511fa59c35b556c1f53bdee3690e5b0a8d9 description: '' @@ -150255,6 +159263,7 @@ https://marketplace.visualstudio.com/items?itemName=monokai.theme-monokai-pro-vs v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro: content_hash: 1566b680b9a6dffb1e52ccd9b7cc0d009f640d34cecaddc630e7db8dd119c359 description: '' @@ -150266,6 +159275,7 @@ https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice: content_hash: e76a54a2f90dd92666fa1e192d4a40965ed2746288d651a648d199e364f4bb9c description: '' @@ -150282,6 +159292,7 @@ https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureap v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker: content_hash: ec67cabf04775bef971027b3ab5da8772d96e8c16840494181eb4c14aef297f4 description: '' @@ -150298,6 +159309,7 @@ https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.kind-vscode: content_hash: 2fbd28f58ba9e1091333f7de82440e87f8543a7f0d4eaf4687015571815e4dae description: '' @@ -150314,6 +159326,7 @@ https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.kind-vsc v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools: content_hash: a3faaa339a94fec3c1c93186832d5a127d1d669afb37617fa479031884f0b48b description: '' @@ -150330,6 +159343,7 @@ https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-k v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools: content_hash: ec48c3200b96acb827ffc68f3faf196f1e6e733ceaea3792d98196a6efe814fb description: '' @@ -150346,6 +159360,7 @@ https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscod v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring: content_hash: 8cfcf558b30ea3b3899a076d5f4cd64f5b9718bb609b5446f0c6d06278957ee5 description: '' @@ -150362,6 +159377,7 @@ https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow: content_hash: 5980133781101ddddc30ad6e70f789c6bb080f7c92bf70f10aced51b64933f7a description: '' @@ -150378,6 +159394,7 @@ https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=pnp.polacode: content_hash: 7b4f9b6ee2ba95b723bf6008f8d19147394a476f070e28936128bb9c550d057a description: '' @@ -150394,6 +159411,7 @@ https://marketplace.visualstudio.com/items?itemName=pnp.polacode: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector: content_hash: a7a3faeea1dae23bebbe75b9d4afa887c46ed8842e70d99a49fb06c498fc0164 description: '' @@ -150405,6 +159423,7 @@ https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-conn v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer: content_hash: 7fd2427d87787931b99f23deff6941b1b0760374b7df367c1d45b55f01b657e1 description: '' @@ -150421,6 +159440,7 @@ https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=rvest.vs-code-prettier-eslint: content_hash: c91a68b089ba59b0e3cc7dc7099a10c526b7050656c6fdf8a92414c28f07cae4 description: '' @@ -150437,6 +159457,7 @@ https://marketplace.visualstudio.com/items?itemName=rvest.vs-code-prettier-eslin v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=salesforce.codey-midnight: content_hash: f09459301e3e9922954ff442e820de29af2d947c4b0c3acfcec6d5a910e92f06 description: '' @@ -150453,6 +159474,7 @@ https://marketplace.visualstudio.com/items?itemName=salesforce.codey-midnight: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=secanis.jenkinsfile-support: content_hash: 56703cff4c23c5a57b61672606c42ed12e42eb1c731e348b63c70b8f7093d646 description: '' @@ -150469,6 +159491,7 @@ https://marketplace.visualstudio.com/items?itemName=secanis.jenkinsfile-support: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens: content_hash: 7a87e2eb57ed9ba8390e740001f0876fd03e85b43c2b3cc00dbdafbab131fbf3 description: '' @@ -150485,6 +159508,7 @@ https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=vector-of-bool.gitflow: content_hash: 3c3e8904a7dc79662479dff7ba7d8e8336b05fbc221cedd85cc248fb0e3423ce description: '' @@ -150501,6 +159525,7 @@ https://marketplace.visualstudio.com/items?itemName=vector-of-bool.gitflow: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight: content_hash: b7027233699531b0769727f852af3b33ae26813800bd34fa47be82e3d291b652 description: '' @@ -150517,6 +159542,7 @@ https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=xyz.local-history: content_hash: 00ad2ed37cf647331fc2b70b6de07b4d2e95a92c7229e0236eafb6cc8cde28ae description: '' @@ -150533,6 +159559,7 @@ https://marketplace.visualstudio.com/items?itemName=xyz.local-history: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one: content_hash: c93827634c83e5e395daa936c49ab2fa738abc8e41737f1a13e3630b93b51703 description: '' @@ -150549,6 +159576,7 @@ https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/publishers/AmazonWebServices: content_hash: c0894b767c9291f7d3d8169f39960fbebb881ca17d835efae49b133bbafe69d0 description: '' @@ -150565,6 +159593,7 @@ https://marketplace.visualstudio.com/publishers/AmazonWebServices: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/publishers/GoogleCloudTools: content_hash: 6e072f93092b3232993e8b5acf73a801e18f4bac2a0c3cd274d44f0d7afc876d description: '' @@ -150581,6 +159610,7 @@ https://marketplace.visualstudio.com/publishers/GoogleCloudTools: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/publishers/Microsoft: content_hash: c647ebda87c29f444a9aa769bb33e8f2203707884bc1059c8ed8a11273512576 description: '' @@ -150597,6 +159627,7 @@ https://marketplace.visualstudio.com/publishers/Microsoft: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/publishers/Oracle: content_hash: 9e969de81ab2a629bb1ae3dcb574d7ce3df7cfd9a77b9f060653f267059d3d48 description: '' @@ -150613,6 +159644,7 @@ https://marketplace.visualstudio.com/publishers/Oracle: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marketplace.visualstudio.com/publishers/redhat: content_hash: 1f910509bac892c50a3985359b73b713b7b772f18aae42ddc7dc4eecfa412e3f description: '' @@ -150629,6 +159661,7 @@ https://marketplace.visualstudio.com/publishers/redhat: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://marklodato.github.io/visual-git-guide/index-en.html: ai_summary: An exceptionally detailed, map-based visual guide illustrating how Git commands mutate the inner object model. Using elegant diagrams, it models branch @@ -150658,6 +159691,7 @@ https://marklodato.github.io/visual-git-guide/index-en.html: v2_locations: - git.md year: N/A + addition_method: manual https://markrosscloud.medium.com/introducing-kiro-aws-agentic-ai-based-ide-cded711b1409: content_hash: N/A description: '' @@ -150676,12 +159710,14 @@ https://markrosscloud.medium.com/introducing-kiro-aws-agentic-ai-based-ide-cded7 - aws.md - kubernetes.md year: N/A + addition_method: manual https://markstevenson.org: content_hash: 9583bfddc3f8276c2e12d01386e1bb3a76aaa4f9a5bb81bf510f8112bec15e10 health_score: 100.0 last_checked: 1779029950.320603 v1_locations: - docs/about.md + addition_method: manual https://martinfowler.com/articles/201701-event-driven.html: content_hash: 01a9fb4fbdc683d8abc38fd9bbeb1ad42796bed3cb35414d24cac3d675a18801 description: '' @@ -150698,6 +159734,7 @@ https://martinfowler.com/articles/201701-event-driven.html: v2_locations: - introduction.md year: N/A + addition_method: manual https://martinfowler.com/articles/branching-patterns.html: ai_summary: Martin Fowler's comprehensive architectural analysis of source-control branching patterns. It meticulously details the trade-offs of integration frequencies, @@ -150726,6 +159763,7 @@ https://martinfowler.com/articles/branching-patterns.html: v2_locations: - git.md year: N/A + addition_method: manual https://martinfowler.com/articles/data-mesh-principles.html: ai_summary: 'The seminal architectural blueprint by Zhamak Dehghani introducing Data Mesh principles. Focuses on the core four pillars: domain-driven decentralized @@ -150754,6 +159792,7 @@ https://martinfowler.com/articles/data-mesh-principles.html: v2_locations: - message-queue.md year: N/A + addition_method: manual https://martinfowler.com/articles/data-monolith-to-mesh.html: ai_summary: The pioneering analysis introducing the Data Mesh framework. Outlines failure modes of traditional centralized databases and enterprise data lakes, @@ -150782,6 +159821,7 @@ https://martinfowler.com/articles/data-monolith-to-mesh.html: v2_locations: - message-queue.md year: N/A + addition_method: manual https://martinfowler.com/articles/evodb.html: ai_summary: 'The classic foundational article on Evolutionary Database Design. @@ -150814,6 +159854,7 @@ https://martinfowler.com/articles/evodb.html: v2_locations: - liquibase.md year: N/A + addition_method: manual https://martinfowler.com/articles/feature-toggles.html: ai_summary: Pete Hodgson's definitive guide on Martin Fowler’s site detailing architectural implementations of Feature Toggles. It classifies toggles into distinct categories @@ -150842,6 +159883,7 @@ https://martinfowler.com/articles/feature-toggles.html: v2_locations: - git.md year: N/A + addition_method: manual https://martinfowler.com/articles/originalContinuousIntegration.html: ai_summary: Martin Fowler's classic text detailing the cultural and technical prerequisites of Continuous Integration. Covers core practices such as automated builds, self-testing, @@ -150869,6 +159911,7 @@ https://martinfowler.com/articles/originalContinuousIntegration.html: v2_locations: - cicd.md year: N/A + addition_method: manual https://martinfowler.com/articles/retrospective-antipatterns.html: content_hash: a0ee0b65827dfcf483772e8ef03c4222f9af3c9ad889c3a4ec61aeb64b4aaa80 description: '' @@ -150885,6 +159928,7 @@ https://martinfowler.com/articles/retrospective-antipatterns.html: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://martinfowler.com/articles/serverless.html: content_hash: 454a00c6c3aa445f8b423a95a74ef994d415af7e63c7a7e054e23b03baba7b04 description: '' @@ -150901,6 +159945,7 @@ https://martinfowler.com/articles/serverless.html: v2_locations: - serverless.md year: N/A + addition_method: manual https://martinfowler.com/bliki/KeystoneInterface.html: ai_summary: A classic architectural design pattern article by Martin Fowler on using 'Keystone Interfaces' to safely work on complex multi-system UI overhauls. Discusses @@ -150929,6 +159974,7 @@ https://martinfowler.com/bliki/KeystoneInterface.html: v2_locations: - git.md year: N/A + addition_method: manual https://martinfowler.com/nosql.html: content_hash: d20f3354bdc958707b4b6c380054336dc5eebff6ac4a4860bb23d0fa6470ccba health_score: 100.0 @@ -150941,6 +159987,7 @@ https://martinfowler.com/nosql.html: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://martinheinz.dev/blog/35: content_hash: e654842edf3b38e2a27b144503b5943c9360ea4ca84211f00b2d2917bd7ee1e4 description: '' @@ -150957,6 +160004,7 @@ https://martinheinz.dev/blog/35: v2_locations: - docker.md year: N/A + addition_method: manual https://martinheinz.dev/blog/53: content_hash: a35d8bfed80a230d1a500a62c1d6ba3da486c7aa2bea5df19c0861a916c7a497 description: '' @@ -150973,6 +160021,7 @@ https://martinheinz.dev/blog/53: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://martinheinz.dev/blog/58: content_hash: dbca072c74a25552f09d4971f0064bc4757feffbcfe9b56d509284095fa490ab description: '' @@ -150989,6 +160038,7 @@ https://martinheinz.dev/blog/58: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://martinheinz.dev/blog/60: content_hash: 95dd9a576eaa0c19cdfb361d34e05759f75e3ab59f6a53676f2ca9e122743fb1 description: '' @@ -151005,6 +160055,7 @@ https://martinheinz.dev/blog/60: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://martinheinz.dev/blog/63: content_hash: 564f4e743f64f9cc85ffd27e46d125d9cef589864c32258a68eefdce3d9c7c43 description: '' @@ -151021,6 +160072,7 @@ https://martinheinz.dev/blog/63: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://martinheinz.dev/blog/73: content_hash: 5b04e1e6e9d0e69c7ce0cd73faf3a4070c5338e63b0bf7c850e4b8e121bfdc82 description: '' @@ -151038,6 +160090,7 @@ https://martinheinz.dev/blog/73: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://martinheinz.dev/blog/85: content_hash: de17bf5e123e65cf178b983e3dfa5f23e59647e17ae7ea0c5d64a37d8334ad91 description: '' @@ -151057,6 +160110,7 @@ https://martinheinz.dev/blog/85: - kubernetes-backup-migrations.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://martinheinz.dev/blog/89: content_hash: a5d2d465a7b542687fd8811cde0a7e453602bea050672de619b6b07a36d42944 description: '' @@ -151074,6 +160128,7 @@ https://martinheinz.dev/blog/89: v2_locations: - python.md year: N/A + addition_method: manual https://martkos-it.co.uk/our-work/jmeter-testing-cheat-sheet-ng5zm-97y43-af8tj: content_hash: 4c212225c531f40437275fae644c2c8d69ce0e12147eb4292ad6ab44a95be841 description: '' @@ -151090,6 +160145,7 @@ https://martkos-it.co.uk/our-work/jmeter-testing-cheat-sheet-ng5zm-97y43-af8tj: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://martkos-it.co.uk/s/jmeter-testing-cheat-sheet-v10.pdf: content_hash: 4c212225c531f40437275fae644c2c8d69ce0e12147eb4292ad6ab44a95be841 description: '' @@ -151106,6 +160162,7 @@ https://martkos-it.co.uk/s/jmeter-testing-cheat-sheet-v10.pdf: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://marvelousmlops.substack.com: content_hash: N/A description: '' @@ -151120,6 +160177,7 @@ https://marvelousmlops.substack.com: v2_locations: - mlops.md year: N/A + addition_method: manual https://marvelousmlops.substack.com/p/cicd-for-mlops-on-gitlab-part-1: content_hash: N/A description: '' @@ -151134,6 +160192,7 @@ https://marvelousmlops.substack.com/p/cicd-for-mlops-on-gitlab-part-1: v2_locations: - mlops.md year: N/A + addition_method: manual https://marvelousmlops.substack.com/p/how-to-sell-mlops-in-large-organizations: content_hash: N/A description: '' @@ -151148,6 +160207,7 @@ https://marvelousmlops.substack.com/p/how-to-sell-mlops-in-large-organizations: v2_locations: - mlops.md year: N/A + addition_method: manual https://marvelousmlops.substack.com/p/mlops-roadmap-2024: content_hash: N/A description: '' @@ -151162,6 +160222,7 @@ https://marvelousmlops.substack.com/p/mlops-roadmap-2024: v2_locations: - mlops.md year: N/A + addition_method: manual https://marvelousmlops.substack.com/p/model-serving-architectures-on-databricks: content_hash: N/A description: '' @@ -151176,6 +160237,7 @@ https://marvelousmlops.substack.com/p/model-serving-architectures-on-databricks: v2_locations: - mlops.md year: N/A + addition_method: manual https://marvelousmlops.substack.com/p/sharpen-your-cookiecutter-speed-up: content_hash: N/A description: '' @@ -151191,6 +160253,7 @@ https://marvelousmlops.substack.com/p/sharpen-your-cookiecutter-speed-up: v2_locations: - mlops.md year: N/A + addition_method: manual https://marvelousmlops.substack.com/p/technical-roles-in-data-science-who: content_hash: N/A description: '' @@ -151206,6 +160269,7 @@ https://marvelousmlops.substack.com/p/technical-roles-in-data-science-who: v2_locations: - mlops.md year: N/A + addition_method: manual https://marvelousmlops.substack.com/p/traceability-and-reproducibility: content_hash: N/A description: '' @@ -151220,6 +160284,7 @@ https://marvelousmlops.substack.com/p/traceability-and-reproducibility: v2_locations: - mlops.md year: N/A + addition_method: manual https://masterpoint.io/blog/ai-meets-tf-prompt-strategies-for-test-generation: ai_summary: Outlines specific prompting strategies to automatically draft tests for Terraform modules. Synthesizes automated validation frameworks like `terraform @@ -151251,6 +160316,7 @@ https://masterpoint.io/blog/ai-meets-tf-prompt-strategies-for-test-generation: - kubernetes-operators-controllers.md - terraform.md year: N/A + addition_method: manual https://masterpoint.io/blog/terraform-use-cases: content_hash: b0f5d90660e0c9dc6c60f9dd7d6ca55cf534f8c894c190d5bdcc6442a66f58d7 health_score: 100.0 @@ -151262,6 +160328,7 @@ https://masterpoint.io/blog/terraform-use-cases: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://masterpoint.io/updates/terraform-use-cases: content_hash: cbbbe2d9d2894182c5934e19b99ed045a8afe4d4d667cfe0bcfabb67c54d142c description: '' @@ -151273,6 +160340,7 @@ https://masterpoint.io/updates/terraform-use-cases: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://matiasmct.medium.com/observability-at-scale-52d0d9a5fb9b: content_hash: N/A description: '' @@ -151287,6 +160355,7 @@ https://matiasmct.medium.com/observability-at-scale-52d0d9a5fb9b: v2_locations: - monitoring.md year: N/A + addition_method: manual https://matt-rickard.com/docker-desktop-alternatives: content_hash: 1630d7c0f79d77e3ae6f7fb3393b84d01722233861032053eabd5ea19da10e15 description: '' @@ -151298,6 +160367,7 @@ https://matt-rickard.com/docker-desktop-alternatives: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://matt-rickard.com/how-to-calculate-a-cidr: content_hash: ee4197cd28ae9db65e7b54e44d8bf55a72706d486ec3b676d37d23ad05aeb7c1 description: '' @@ -151309,6 +160379,7 @@ https://matt-rickard.com/how-to-calculate-a-cidr: v1_locations: - docs/networking.md year: N/A + addition_method: manual https://matt-rickard.com/infrastructure-as-code-will-be-written-by-ai: content_hash: adbeebee2c57b57dc87cfd628ac4fc2eb9b35f80564f9dc183852b4c9f99f28e description: '' @@ -151320,6 +160391,7 @@ https://matt-rickard.com/infrastructure-as-code-will-be-written-by-ai: v1_locations: - docs/iac.md year: N/A + addition_method: manual https://mattermost.com: content_hash: e7e907f1e04cd7ae058a2a8883347e69aae622a9a7ed0255e7b1e622ac9fb69b description: '' @@ -151335,6 +160407,7 @@ https://mattermost.com: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://mattermost.com/blog/the-top-7-open-source-tools-for-securing-your-kubernetes-cluster: ai_summary: Evaluates seven essential open-source tools for enhancing cluster protection, targeting vulnerability scanning, posture assessment, and threat logs. Curator @@ -151364,6 +160437,7 @@ https://mattermost.com/blog/the-top-7-open-source-tools-for-securing-your-kubern v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-ingress-guide-nginx-example.html: content_hash: 1b9ae189199c0da198f1648680ff908b1ab9b51eb4b0d1ff347e085cb22d8637 description: '' @@ -151380,6 +160454,7 @@ https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-ingress-g v2_locations: - demos.md year: N/A + addition_method: manual https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-networking-guide-beginners.html: content_hash: 8d4f50aee85dab55612e6726fec1eae8bbf520dfc035412d5cc253e09c01fb53 description: '' @@ -151396,6 +160471,7 @@ https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-networkin v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-volumes-example-nfs-persistent-volume.html: content_hash: 7eb44092e04b31ba7e7fe422d6eb768c6c07956829c40bef509bc7db1906ec9c description: '' @@ -151412,6 +160488,7 @@ https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-volumes-e v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://mattias.engineer/blog/2024/azure-federated-credentials-github: ai_summary: An in-depth configuration guide explaining how to design passwordless integrations between GitHub Actions and Microsoft Azure using OpenID Connect (OIDC). @@ -151442,6 +160519,7 @@ https://mattias.engineer/blog/2024/azure-federated-credentials-github: - git.md - azure.md year: N/A + addition_method: manual https://mattias.engineer/blog/2024/terraform-professional-chapter-2: content_hash: c6e9a4ab7ed132a1202db7bbf086706f81434796e3629de66e9ee32bcdeab57b description: '' @@ -151459,6 +160537,7 @@ https://mattias.engineer/blog/2024/terraform-professional-chapter-2: v2_locations: - terraform.md year: N/A + addition_method: manual https://mattias.engineer/blog/2024/terraform-variable-cross-validation: content_hash: b18f61381827e2b7f2b540ccc9cd226626cfa404654bc9f5c319143faa5b8cbc description: '' @@ -151475,6 +160554,7 @@ https://mattias.engineer/blog/2024/terraform-variable-cross-validation: v2_locations: - terraform.md year: N/A + addition_method: manual https://mattias.engineer/blog/2025/azure-ipam-with-terraform: content_hash: d9474c13a5ef4b54cd8c5c64576d135d4bb93b3bb0c0a956e02da259a0bae75d description: '' @@ -151495,6 +160575,7 @@ https://mattias.engineer/blog/2025/azure-ipam-with-terraform: - networking.md - terraform.md year: N/A + addition_method: manual https://mattias.engineer/blog/2025/azure-portal-export-terraform: content_hash: 2bd69914349ec61bcb374472ce4c438418fb31c7b85b50a031eca155aceb1dea description: '' @@ -151515,6 +160596,7 @@ https://mattias.engineer/blog/2025/azure-portal-export-terraform: - kubernetes.md - terraform.md year: N/A + addition_method: manual https://mattias.engineer/courses: content_hash: 04f2a68aacd8a0e1c3b0fb60576dcc5f05527ab22416223c583a1a46dc41f6f0 description: '' @@ -151525,6 +160607,7 @@ https://mattias.engineer/courses: title: ==mattias.engineer/courses== 🌟 v1_locations: [] year: N/A + addition_method: manual https://mattias.engineer/courses/kubernetes: content_hash: 1cc19bb734db6e77492368dcb871447bdce525c00b6847a05c774f8cfffee124 description: '' @@ -151542,6 +160625,7 @@ https://mattias.engineer/courses/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://mattias.engineer/courses/kubernetes/helm: ai_summary: A foundational course module mapping out Helm architecture, release lifecycles, and template syntax. It serves as an optimal starting point for operators @@ -151570,6 +160654,7 @@ https://mattias.engineer/courses/kubernetes/helm: v2_locations: - helm.md year: N/A + addition_method: manual https://mattias.engineer/k8s/ingress: content_hash: 9290abb575d79815b473ee8d1072aba7a85b6a948271476fc604e9226b799852 description: '' @@ -151586,6 +160671,7 @@ https://mattias.engineer/k8s/ingress: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://mattias.engineer/posts/terraform-testing-and-validation: content_hash: e057f764f9c5f804b2cda7faf68d46e394e349c8bd9c4bd6726439f0e4376f76 description: '' @@ -151603,6 +160689,7 @@ https://mattias.engineer/posts/terraform-testing-and-validation: v2_locations: - terraform.md year: N/A + addition_method: manual https://mattrickard.com/docker-desktop-alternatives: content_hash: 2be720999f008524ca8f83ecd842e201bf69aff0a2c609861d02b65a4058a40c health_score: 100.0 @@ -151614,6 +160701,7 @@ https://mattrickard.com/docker-desktop-alternatives: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://mattrickard.com/how-to-calculate-a-cidr: content_hash: 6547a6a99b967bb49d1f6e921a2528b81b873ae8af138d161638e05b6f982fea health_score: 100.0 @@ -151625,6 +160713,7 @@ https://mattrickard.com/how-to-calculate-a-cidr: - docs/networking.md v2_locations: - networking.md + addition_method: manual https://mattrickard.com/infrastructure-as-code-will-be-written-by-ai: content_hash: 42668f1ade3ab1bf0d9a03fca98f5f381ad89aee19baa9fc098f6bb1250a4466 health_score: 100.0 @@ -151636,6 +160725,7 @@ https://mattrickard.com/infrastructure-as-code-will-be-written-by-ai: - docs/iac.md v2_locations: - iac.md + addition_method: manual https://maven.apache.org: ai_summary: Official homepage for Apache Maven, the cornerstone JVM project build and dependency system. Outlines standards for modular Project Object Model (POM) @@ -151665,6 +160755,7 @@ https://maven.apache.org: - maven-gradle.md - prometheus.md year: N/A + addition_method: manual https://maven.apache.org/guides/MavenQuickReferenceCard.pdf: content_hash: 5a9d62ae1a477595cc70477eb78d194b4acbe421c95a73493c20f6315ba2d13f health_score: 100.0 @@ -151677,6 +160768,7 @@ https://maven.apache.org/guides/MavenQuickReferenceCard.pdf: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html: ai_summary: The official Maven guideline outlining the Standard Directory Layout. Standardizing structural conventions ensures predictable builds and universal @@ -151704,6 +160796,7 @@ https://maven.apache.org/guides/introduction/introduction-to-the-standard-direct v2_locations: - maven-gradle.md year: '2026' + addition_method: manual https://maven.apache.org/plugins/maven-changelog-plugin: ai_summary: Generates reports on changes made to the developer's source control repository, pulling commit messages and authors into structured Maven site documentation. @@ -151732,6 +160825,7 @@ https://maven.apache.org/plugins/maven-changelog-plugin: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://maven.apache.org/plugins/maven-checkstyle-plugin: ai_summary: Automates the enforcement of style and coding standards across Java repositories using Checkstyle configurations. Essential for maintaining uniform @@ -151760,6 +160854,7 @@ https://maven.apache.org/plugins/maven-checkstyle-plugin: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://maven.apache.org/plugins/maven-javadoc-plugin: ai_summary: Configures the automatic generation of API documentation (Javadoc) directly from source code during the Maven build packaging phase. Essential for library @@ -151788,6 +160883,7 @@ https://maven.apache.org/plugins/maven-javadoc-plugin: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://maven.apache.org/shared/maven-dependency-analyzer/index.html: ai_summary: A core Java compilation utility designed to inspect a project's bytecode for undeclared or unused dependencies. It plays a critical role in build optimization @@ -151817,6 +160913,7 @@ https://maven.apache.org/shared/maven-dependency-analyzer/index.html: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://maven.apache.org/surefire/maven-surefire-report-plugin: ai_summary: Parses JUnit and TestNG XML reports during the test and integration test phases to generate structured, human-readable HTML test summaries. Seamlessly @@ -151845,6 +160942,7 @@ https://maven.apache.org/surefire/maven-surefire-report-plugin: v2_locations: - maven-gradle.md year: N/A + addition_method: manual ? https://maxilect-company.medium.com/graceful-shutdown-in-a-cloud-environment-the-example-of-kubernetes-spring-boot-f922b41adaa0 : content_hash: N/A description: '' @@ -151860,6 +160958,7 @@ https://maven.apache.org/surefire/maven-surefire-report-plugin: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://maximilianmichels.com/2021/kubernetes-what-you-need-to-know: content_hash: 9badcc1cf1f4499f96d05afcebe01a6e177bb4507ef643e3b9d602db04c7a1e2 description: '' @@ -151876,6 +160975,7 @@ https://maximilianmichels.com/2021/kubernetes-what-you-need-to-know: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://mayadata.io: content_hash: N/A description: '' @@ -151890,6 +160990,7 @@ https://mayadata.io: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://mayankshah.dev/blog/demystifying-kube-proxy: content_hash: 59396c9cb7003490f66938bd7d0e3db863007ef26ef8c87dda715717d59dbc8d description: '' @@ -151906,6 +161007,7 @@ https://mayankshah.dev/blog/demystifying-kube-proxy: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://mbbaig.blog/how-to-create-custom-helm-charts: content_hash: N/A description: '' @@ -151920,6 +161022,7 @@ https://mbbaig.blog/how-to-create-custom-helm-charts: v2_locations: - helm.md year: N/A + addition_method: manual https://mbuffett.com/posts/ktunnel-ngrok-replace: content_hash: 1a4aaab7001c467742b5189a9e4e94a11e9cb4aa8d0dcaff043256ed97876ea4 description: '' @@ -151936,6 +161039,7 @@ https://mbuffett.com/posts/ktunnel-ngrok-replace: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://mckornfield.medium.com/working-with-hpas-in-kubernetes-ced39263b596: content_hash: N/A description: '' @@ -151950,6 +161054,7 @@ https://mckornfield.medium.com/working-with-hpas-in-kubernetes-ced39263b596: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://mcpbundles.com: content_hash: 73ad596127eb3ef2efeae8037ac84e803f38e2fac0cb28dcdcfce00431d3896a description: '' @@ -151961,6 +161066,7 @@ https://mcpbundles.com: v1_locations: - docs/ai-agents-mcp.md year: N/A + addition_method: manual https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF: description: '' health_score: 80.0 @@ -151980,6 +161086,7 @@ https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDEN v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://media.pearsoncmg.com/aw/ecs_kurose_compnetwork_7/cw/content/interactiveanimations/recursive-iterative-queries-in-dns/index.html : content_hash: 276f8358520b55cc5c0387aefafd07e478f5e44dfa573b7558d77b8a064dea22 description: '' @@ -151996,6 +161103,7 @@ https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDEN v2_locations: - networking.md year: N/A + addition_method: manual https://mediatemple.net/blog/cloud-hosting/cicd-workflows-aws-3-use-cases: content_hash: N/A description: '' @@ -152010,6 +161118,7 @@ https://mediatemple.net/blog/cloud-hosting/cicd-workflows-aws-3-use-cases: v2_locations: - cicd.md year: N/A + addition_method: manual https://medium.baqend.com/nosql-databases-a-survey-and-decision-guidance-ea7823a822d: content_hash: 0181fee61b7010cc5ee1e235dbe67f67ef146291b82c9332ba07943d17735683 description: '' @@ -152025,6 +161134,7 @@ https://medium.baqend.com/nosql-databases-a-survey-and-decision-guidance-ea7823a v2_locations: - nosql.md year: N/A + addition_method: manual https://medium.com/01001101/using-terraform-with-azure-the-right-way-35af3b51a6b0: content_hash: N/A description: '' @@ -152039,6 +161149,7 @@ https://medium.com/01001101/using-terraform-with-azure-the-right-way-35af3b51a6b v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/4th-coffee/10-best-devops-tools-for-start-ups-91eb69bc3128: content_hash: N/A description: '' @@ -152053,6 +161164,7 @@ https://medium.com/4th-coffee/10-best-devops-tools-for-start-ups-91eb69bc3128: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://medium.com/4th-coffee/10-new-devops-tools-to-watch-in-2023-e974dbb1f1bb: content_hash: N/A description: '' @@ -152067,6 +161179,7 @@ https://medium.com/4th-coffee/10-new-devops-tools-to-watch-in-2023-e974dbb1f1bb: v2_locations: - devops-tools.md year: N/A + addition_method: manual ? https://medium.com/4th-coffee/a-comprehensive-tutorial-on-service-mesh-istio-envoy-access-log-and-log-filtering-8f3d939c081d : content_hash: N/A description: '' @@ -152082,6 +161195,7 @@ https://medium.com/4th-coffee/10-new-devops-tools-to-watch-in-2023-e974dbb1f1bb: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/4th-coffee/state-of-kubernetes-secrets-management-in-2022-6148af91e7b5: content_hash: N/A description: '' @@ -152096,6 +161210,7 @@ https://medium.com/4th-coffee/state-of-kubernetes-secrets-management-in-2022-614 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/4th-coffee/what-is-policy-as-code-an-introduction-to-open-policy-agent-6098463f8461: content_hash: N/A description: '' @@ -152111,6 +161226,7 @@ https://medium.com/4th-coffee/what-is-policy-as-code-an-introduction-to-open-pol v2_locations: - securityascode.md year: N/A + addition_method: manual https://medium.com/99dotco/a-detail-guide-to-deploying-elasticsearch-on-elastic-cloud-on-kubernetes-eck-31808ac60466: content_hash: N/A description: '' @@ -152126,6 +161242,7 @@ https://medium.com/99dotco/a-detail-guide-to-deploying-elasticsearch-on-elastic- v2_locations: - monitoring.md year: N/A + addition_method: manual ? https://medium.com/@.anders/learnings-from-our-8-years-of-kubernetes-in-production-two-major-cluster-crashes-ditching-self-0257c09d36cd : content_hash: N/A description: '' @@ -152142,6 +161259,7 @@ https://medium.com/99dotco/a-detail-guide-to-deploying-elasticsearch-on-elastic- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@15daniel10/yoyo-attack-on-a-k8s-cluster-102bc1d5ca3e: content_hash: N/A description: '' @@ -152156,6 +161274,7 @@ https://medium.com/@15daniel10/yoyo-attack-on-a-k8s-cluster-102bc1d5ca3e: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@AceTheCloud-Abhishek/50-shades-of-containers-and-kubernetes-d2217fbea788: content_hash: N/A description: '' @@ -152170,6 +161289,7 @@ https://medium.com/@AceTheCloud-Abhishek/50-shades-of-containers-and-kubernetes- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@Alibaba_Cloud/getting-started-with-kubernetes-etcd-a26cba0b4258: content_hash: N/A description: '' @@ -152184,6 +161304,7 @@ https://medium.com/@Alibaba_Cloud/getting-started-with-kubernetes-etcd-a26cba0b4 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@BeNitinAgarwal/lifecycle-of-docker-container-d2da9f85959: content_hash: N/A description: '' @@ -152198,6 +161319,7 @@ https://medium.com/@BeNitinAgarwal/lifecycle-of-docker-container-d2da9f85959: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/@CloudifyOps/setting-up-a-horizontal-pod-autoscaler-for-kubernetes-cluster-a7d3cf3be7: content_hash: N/A description: '' @@ -152213,6 +161335,7 @@ https://medium.com/@CloudifyOps/setting-up-a-horizontal-pod-autoscaler-for-kuber v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@CuriousLearner/deploying-efk-stack-on-kubernetes-c25ba2682c99: content_hash: N/A description: '' @@ -152227,6 +161350,7 @@ https://medium.com/@CuriousLearner/deploying-efk-stack-on-kubernetes-c25ba2682c9 v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/@DevOps-Diva.o/implementing-security-on-azure-devops-pipelines-a653da4862a9: content_hash: N/A description: '' @@ -152241,6 +161365,7 @@ https://medium.com/@DevOps-Diva.o/implementing-security-on-azure-devops-pipeline v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/@DevOpsfreak/top-12-kubernetes-installation-errors-you-cant-afford-to-miss-b52d7cda1a52: content_hash: N/A description: '' @@ -152256,6 +161381,7 @@ https://medium.com/@DevOpsfreak/top-12-kubernetes-installation-errors-you-cant-a v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@ElizAyer/meetings-are-the-work-9e429dde6aa3: content_hash: N/A description: '' @@ -152270,6 +161396,7 @@ https://medium.com/@ElizAyer/meetings-are-the-work-9e429dde6aa3: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/@GiantSwarm/deep-dive-into-kubernetes-networking-in-azure-9f0e85e2ee34: content_hash: N/A description: '' @@ -152284,6 +161411,7 @@ https://medium.com/@GiantSwarm/deep-dive-into-kubernetes-networking-in-azure-9f0 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@GranulateIntel/the-fundamental-principles-of-kubernetes-capacity-management-e23f388b4f3: content_hash: N/A description: '' @@ -152299,6 +161427,7 @@ https://medium.com/@GranulateIntel/the-fundamental-principles-of-kubernetes-capa v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@HirenDhaduk1/best-choice-to-run-your-containers-aws-fargate-or-aws-lambda-or-both-d9e14685a363: content_hash: N/A description: '' @@ -152314,6 +161443,7 @@ https://medium.com/@HirenDhaduk1/best-choice-to-run-your-containers-aws-fargate- v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/@HirenDhaduk1/top-kubernetes-observability-tools-and-their-usage-e4e8eef8aec3: content_hash: N/A description: '' @@ -152328,12 +161458,14 @@ https://medium.com/@HirenDhaduk1/top-kubernetes-observability-tools-and-their-us v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@KarlKFI/yaml-sh-yaml-sans-helm-e983a3dfdaec: content_hash: N/A health_score: 100.0 last_checked: 1779032076.655032 v1_locations: - docs/yaml.md + addition_method: manual https://medium.com/@Kubernetes_Advocate: content_hash: N/A description: '' @@ -152348,6 +161480,7 @@ https://medium.com/@Kubernetes_Advocate: v2_locations: - demos.md year: N/A + addition_method: manual ? https://medium.com/@LachlanEvenson/how-to-enable-kubernetes-container-runtimedefault-seccomp-profile-for-all-workloads-6795624fcbcc : content_hash: N/A description: '' @@ -152363,6 +161496,7 @@ https://medium.com/@Kubernetes_Advocate: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@LachlanEvenson/mutating-kubernetes-resources-with-gatekeeper-3e5585d49ead: content_hash: N/A description: '' @@ -152377,6 +161511,7 @@ https://medium.com/@LachlanEvenson/mutating-kubernetes-resources-with-gatekeeper v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@LachlanEvenson/verifying-container-signatures-on-kubernetes-with-gatekeeper-19a4519c3016: content_hash: N/A description: '' @@ -152391,6 +161526,7 @@ https://medium.com/@LachlanEvenson/verifying-container-signatures-on-kubernetes- v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@MetricFire/monitoring-kubernetes-tutorial-using-grafana-and-prometheus-3239079b138f: content_hash: N/A description: '' @@ -152406,6 +161542,7 @@ https://medium.com/@MetricFire/monitoring-kubernetes-tutorial-using-grafana-and- v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@Mohamed-ElEmam/build-docker-images-in-kubernetes-pod-without-docker-kaniko-46e1a5b76c9: content_hash: N/A description: '' @@ -152421,6 +161558,7 @@ https://medium.com/@Mohamed-ElEmam/build-docker-images-in-kubernetes-pod-without v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@Paddy_Adallah/how-to-choose-kubernetes-platforms-for-enterprise-deployments-c04d5e436543: content_hash: N/A description: '' @@ -152436,6 +161574,7 @@ https://medium.com/@Paddy_Adallah/how-to-choose-kubernetes-platforms-for-enterpr v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@Platform9Sys/kubernetes-cloud-services-comparing-gke-eks-and-aks-1fe42770cad3: content_hash: N/A description: '' @@ -152450,6 +161589,7 @@ https://medium.com/@Platform9Sys/kubernetes-cloud-services-comparing-gke-eks-and v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@RoussiAbel/optimizing-java-base-docker-images-size-from-674mb-to-58mb-c1b7c911f622: content_hash: N/A description: '' @@ -152465,6 +161605,7 @@ https://medium.com/@RoussiAbel/optimizing-java-base-docker-images-size-from-674m v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/@Sandeepkallazhi/velero-backup-restore-for-k8s-stateful-applications-managed-by-operators-8fd9c732ffcc: content_hash: N/A health_score: 100.0 @@ -152475,6 +161616,7 @@ https://medium.com/@Sandeepkallazhi/velero-backup-restore-for-k8s-stateful-appli - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://medium.com/@ScrumPokerPro/cloud-native-architecture-with-kubernetes-and-argocd-ebecda7784b8: content_hash: N/A description: '' @@ -152490,6 +161632,7 @@ https://medium.com/@ScrumPokerPro/cloud-native-architecture-with-kubernetes-and- v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@Techie1/networking-tasks-in-production-using-ansible-b09d0a6121f7: content_hash: N/A description: '' @@ -152504,6 +161647,7 @@ https://medium.com/@Techie1/networking-tasks-in-production-using-ansible-b09d0a6 v2_locations: - ansible.md year: N/A + addition_method: manual https://medium.com/@TimvanBaarsen/maven-cheat-sheet-45942d8c0b86: content_hash: N/A description: '' @@ -152518,6 +161662,7 @@ https://medium.com/@TimvanBaarsen/maven-cheat-sheet-45942d8c0b86: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://medium.com/@TonyBologni/4-reasons-why-4-is-the-perfect-team-size-for-agile-software-development-8597d33f3cfe: content_hash: N/A description: '' @@ -152533,6 +161678,7 @@ https://medium.com/@TonyBologni/4-reasons-why-4-is-the-perfect-team-size-for-agi v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/@Tyler.Gallimore/deploying-apache-web-server-on-aws-ec2-with-terraform-and-docker-6c315c81c024: content_hash: N/A description: '' @@ -152548,6 +161694,7 @@ https://medium.com/@Tyler.Gallimore/deploying-apache-web-server-on-aws-ec2-with- v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@ZiXianZeroX/setting-up-an-on-premise-kubernetes-cluster-from-scratch-8e3a6b415387: content_hash: N/A description: '' @@ -152563,6 +161710,7 @@ https://medium.com/@ZiXianZeroX/setting-up-an-on-premise-kubernetes-cluster-from v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/@_gdantas/backstage-and-terraform-a-powerful-combination-for-ops-wonderful-for-devs-c04ebce849f0: content_hash: N/A description: '' @@ -152578,6 +161726,7 @@ https://medium.com/@_gdantas/backstage-and-terraform-a-powerful-combination-for- v2_locations: - developerportals.md year: N/A + addition_method: manual https://medium.com/@a.j.abbott24/kubernetes-multi-environment-config-management-c36c5cf3bbac: content_hash: N/A description: '' @@ -152592,6 +161741,7 @@ https://medium.com/@a.j.abbott24/kubernetes-multi-environment-config-management- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@abdelrhmanahmed131/longhorn-distributed-block-storage-for-k8s-2ea11df400d1: content_hash: N/A description: '' @@ -152607,6 +161757,7 @@ https://medium.com/@abdelrhmanahmed131/longhorn-distributed-block-storage-for-k8 v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/@abdulfayis/storage-orchestration-for-kubernetes-c6370f943e23: content_hash: N/A description: '' @@ -152621,6 +161772,7 @@ https://medium.com/@abdulfayis/storage-orchestration-for-kubernetes-c6370f943e23 v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/@abhimanyubajaj98/deploying-kubernetes-from-scratch-with-terraform-a-step-by-step-guide-7d628910efd0: content_hash: N/A description: '' @@ -152636,6 +161788,7 @@ https://medium.com/@abhimanyubajaj98/deploying-kubernetes-from-scratch-with-terr v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@abhinav.ittekot/granting-iam-permissions-to-pods-in-eks-using-oidc-f2044c88a53: content_hash: N/A description: '' @@ -152651,6 +161804,7 @@ https://medium.com/@abhinav.ittekot/granting-iam-permissions-to-pods-in-eks-usin v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@abhinav.ittekot/running-kubernetes-jobs-with-sidecar-containers-8c034b020993: content_hash: N/A description: '' @@ -152665,6 +161819,7 @@ https://medium.com/@abhinav.ittekot/running-kubernetes-jobs-with-sidecar-contain v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@abhishekbhardwaj510/gitops-with-jenkins-and-kubernetes-c20425244c73: content_hash: N/A description: '' @@ -152679,6 +161834,7 @@ https://medium.com/@abhishekbhardwaj510/gitops-with-jenkins-and-kubernetes-c2042 v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/@abhisman.sarkar/kubernetes-monitoring-effective-cluster-tracking-with-prometheus-b0ed5b3efb32: content_hash: N/A description: '' @@ -152694,6 +161850,7 @@ https://medium.com/@abhisman.sarkar/kubernetes-monitoring-effective-cluster-trac v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@adarsh.prabhu/microservices-and-the-world-with-a-service-mesh-ec9a709dd4b5: content_hash: N/A description: '' @@ -152708,6 +161865,7 @@ https://medium.com/@adarsh.prabhu/microservices-and-the-world-with-a-service-mes v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/@adeelsubhan25/how-to-setup-and-build-docker-images-on-windows-baf252152aca: content_hash: N/A description: '' @@ -152722,6 +161880,7 @@ https://medium.com/@adeelsubhan25/how-to-setup-and-build-docker-images-on-window v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/@adityadhopade18/mastering-k8s-event-driven-autoscaling-cd1b9df78903: content_hash: N/A description: '' @@ -152736,6 +161895,7 @@ https://medium.com/@adityadhopade18/mastering-k8s-event-driven-autoscaling-cd1b9 v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@adnn.selimovic/creating-kubernetes-operator-using-kubebuilder-15db5f29ee50: content_hash: N/A description: '' @@ -152750,6 +161910,7 @@ https://medium.com/@adnn.selimovic/creating-kubernetes-operator-using-kubebuilde v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/@adolfo.diaz.zar/secret-management-with-terraform-6b5e02f9437e: content_hash: N/A description: '' @@ -152764,6 +161925,7 @@ https://medium.com/@adolfo.diaz.zar/secret-management-with-terraform-6b5e02f9437 v2_locations: - terraform.md year: N/A + addition_method: manual ? https://medium.com/@adrianarba/ci-cd-defined-through-terraform-using-aws-codepipeline-aws-codecommit-and-aws-codebuild-12ade4d9cfa3 : content_hash: N/A description: '' @@ -152779,6 +161941,7 @@ https://medium.com/@adolfo.diaz.zar/secret-management-with-terraform-6b5e02f9437 v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@ahmed.farhan/kafka-setup-in-kubernetes-using-strimzi-k8s-operator-part-2-1f67dbe5f14d: content_hash: N/A description: '' @@ -152794,6 +161957,7 @@ https://medium.com/@ahmed.farhan/kafka-setup-in-kubernetes-using-strimzi-k8s-ope v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/@ahmed.fathy.elayaat/gitops-fc27ef5a7836: content_hash: N/A description: '' @@ -152808,6 +161972,7 @@ https://medium.com/@ahmed.fathy.elayaat/gitops-fc27ef5a7836: v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/@ahmet16ck/what-is-load-balancer-and-how-does-it-work-in-kubernetes-5ab5f0537069: content_hash: N/A description: '' @@ -152823,6 +161988,7 @@ https://medium.com/@ahmet16ck/what-is-load-balancer-and-how-does-it-work-in-kube v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@ahmetb/mastering-kubeconfig-4e447aa32c75: content_hash: N/A description: '' @@ -152837,6 +162003,7 @@ https://medium.com/@ahmetb/mastering-kubeconfig-4e447aa32c75: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@ajin.sunny/rate-limiting-in-distributed-systems-bbeca0c47b96: content_hash: N/A description: '' @@ -152851,6 +162018,7 @@ https://medium.com/@ajin.sunny/rate-limiting-in-distributed-systems-bbeca0c47b96 v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@ajin.sunny/system-design-architecture-stateful-vs-stateless-62ed0ddb9f2b: content_hash: N/A description: '' @@ -152866,6 +162034,7 @@ https://medium.com/@ajin.sunny/system-design-architecture-stateful-vs-stateless- v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@ajin.sunny/system-design-concept-rate-limiting-f4da72371533: content_hash: N/A description: '' @@ -152880,6 +162049,7 @@ https://medium.com/@ajin.sunny/system-design-concept-rate-limiting-f4da72371533: v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@akamenev/running-sonarqube-on-azure-kubernetes-92a1b9051120: content_hash: N/A description: '' @@ -152894,6 +162064,7 @@ https://medium.com/@akamenev/running-sonarqube-on-azure-kubernetes-92a1b9051120: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://medium.com/@akashjoffical08/monitor-uptime-of-endpoints-in-k8s-using-blackbox-exporter-f80166a328e9: content_hash: N/A description: '' @@ -152909,6 +162080,7 @@ https://medium.com/@akashjoffical08/monitor-uptime-of-endpoints-in-k8s-using-bla v2_locations: - prometheus.md year: N/A + addition_method: manual ? https://medium.com/@akshayavb99/integration-of-aws-terraform-and-github-for-automated-deployment-infrastructure-da0a19ff4e86 : content_hash: N/A description: '' @@ -152924,6 +162096,7 @@ https://medium.com/@akashjoffical08/monitor-uptime-of-endpoints-in-k8s-using-bla v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@akshitverma8191/prometheus-grafana-node-monitoring-on-kubernetes-79fd8311b56d: content_hash: N/A description: '' @@ -152938,6 +162111,7 @@ https://medium.com/@akshitverma8191/prometheus-grafana-node-monitoring-on-kubern v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/@alamdar.hussain0007/gitops-with-kubernetes-f0912b644925: content_hash: N/A description: '' @@ -152952,6 +162126,7 @@ https://medium.com/@alamdar.hussain0007/gitops-with-kubernetes-f0912b644925: v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/@alex.ivenin/chaos-engineering-in-kubernetes-4de425132ba1: content_hash: N/A description: '' @@ -152966,6 +162141,7 @@ https://medium.com/@alex.ivenin/chaos-engineering-in-kubernetes-4de425132ba1: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://medium.com/@alex.ivenin/exploring-ephemeral-containers-in-kubernetes-bcceaf21101c: content_hash: N/A description: '' @@ -152980,6 +162156,7 @@ https://medium.com/@alex.ivenin/exploring-ephemeral-containers-in-kubernetes-bcc v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@alexellisuk/5-tips-for-troubleshooting-apps-on-kubernetes-835b6b539c24: content_hash: N/A description: '' @@ -152994,6 +162171,7 @@ https://medium.com/@alexellisuk/5-tips-for-troubleshooting-apps-on-kubernetes-83 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@alexellisuk/then-he-asked-me-is-kubernetes-right-for-us-78695ee35289: content_hash: N/A description: '' @@ -153008,6 +162186,7 @@ https://medium.com/@alexellisuk/then-he-asked-me-is-kubernetes-right-for-us-7869 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@alexellisuk/walk-through-install-kubernetes-to-your-raspberry-pi-in-15-minutes-84a8492dc95a: content_hash: N/A description: '' @@ -153022,6 +162201,7 @@ https://medium.com/@alexellisuk/walk-through-install-kubernetes-to-your-raspberr v2_locations: - rancher.md year: N/A + addition_method: manual https://medium.com/@alexmogfr/zevent-place-how-we-handled-100k-ccu-on-a-real-time-collective-canvas-71d3d346e0ab: content_hash: N/A description: '' @@ -153037,6 +162217,7 @@ https://medium.com/@alexmogfr/zevent-place-how-we-handled-100k-ccu-on-a-real-tim v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@alextheedom/eclipse-microprofile-5-things-you-need-to-know-e7a0bc9a3fb6: content_hash: N/A description: '' @@ -153051,6 +162232,7 @@ https://medium.com/@alextheedom/eclipse-microprofile-5-things-you-need-to-know-e v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/@alfahreiza/building-an-elt-pipeline-from-csv-to-bigquery-using-dbt-f6e3f30bfc9c: content_hash: N/A description: '' @@ -153066,6 +162248,7 @@ https://medium.com/@alfahreiza/building-an-elt-pipeline-from-csv-to-bigquery-usi v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/@amid.ukr/agile-git-branching-strategies-in-2023-caeead79ddd: content_hash: N/A description: '' @@ -153080,6 +162263,7 @@ https://medium.com/@amid.ukr/agile-git-branching-strategies-in-2023-caeead79ddd: v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@amir.ilw/kubernetes-storage-migration-ac48f6f9f5a5: content_hash: N/A description: '' @@ -153094,6 +162278,7 @@ https://medium.com/@amir.ilw/kubernetes-storage-migration-ac48f6f9f5a5: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/@amirhosseineidy/kubernetes-authentication-with-keycloak-oidc-63571eaeed61: content_hash: N/A description: '' @@ -153108,6 +162293,7 @@ https://medium.com/@amirhosseineidy/kubernetes-authentication-with-keycloak-oidc v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@amitabhprasad/kubernetes-volume-backup-for-disaster-recovery-56a5facee7fe: content_hash: N/A description: '' @@ -153122,6 +162308,7 @@ https://medium.com/@amitabhprasad/kubernetes-volume-backup-for-disaster-recovery v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://medium.com/@anatoliydadashev/terraform-aws-decoupled-architecture-9135df865310: content_hash: N/A description: '' @@ -153136,6 +162323,7 @@ https://medium.com/@anatoliydadashev/terraform-aws-decoupled-architecture-9135df v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@andreas.soularidis/a-simple-guide-to-handle-text-files-in-python-cd8a1a33ecaf: content_hash: N/A description: '' @@ -153150,6 +162338,7 @@ https://medium.com/@andreas.soularidis/a-simple-guide-to-handle-text-files-in-py v2_locations: - python.md year: N/A + addition_method: manual https://medium.com/@andreas.soularidis/learn-about-exceptions-in-python-fef309f66a78: content_hash: N/A description: '' @@ -153164,6 +162353,7 @@ https://medium.com/@andreas.soularidis/learn-about-exceptions-in-python-fef309f6 v2_locations: - python.md year: N/A + addition_method: manual https://medium.com/@andretost_75145/using-chatgpt-to-learn-kubernetes-and-openshift-15051bc95535: content_hash: N/A description: '' @@ -153178,6 +162368,7 @@ https://medium.com/@andretost_75145/using-chatgpt-to-learn-kubernetes-and-opensh v2_locations: - chatgpt.md year: N/A + addition_method: manual https://medium.com/@andrewachraf/detect-crashes-in-your-cluster-using-kwatch-an-slack-84b979e93e03: content_hash: N/A description: '' @@ -153193,6 +162384,7 @@ https://medium.com/@andrewachraf/detect-crashes-in-your-cluster-using-kwatch-an- v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@andrewjr350/misunderstanding-of-serverless-aws-835c7076ea4c: content_hash: N/A description: '' @@ -153207,6 +162399,7 @@ https://medium.com/@andrewjr350/misunderstanding-of-serverless-aws-835c7076ea4c: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/@andriikrymus/dns-config-for-eks-61eb70c3e31e: content_hash: N/A description: '' @@ -153221,6 +162414,7 @@ https://medium.com/@andriikrymus/dns-config-for-eks-61eb70c3e31e: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@andriisumko/single-sign-on-in-kubernetes-1ad9528350ed: content_hash: N/A description: '' @@ -153237,6 +162431,7 @@ https://medium.com/@andriisumko/single-sign-on-in-kubernetes-1ad9528350ed: - demos.md - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@andy.bryant/processing-guarantees-in-kafka-12dd2e30be0e: content_hash: N/A description: '' @@ -153251,6 +162446,7 @@ https://medium.com/@andy.bryant/processing-guarantees-in-kafka-12dd2e30be0e: v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/@anjkeesari/install-grafana-loki-stack-helmchart-in-azure-kubernetes-services-aks-1359281b3321: content_hash: N/A description: '' @@ -153266,6 +162462,7 @@ https://medium.com/@anjkeesari/install-grafana-loki-stack-helmchart-in-azure-kub v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@ankit.wal/the-how-of-iam-roles-for-service-accounts-irsa-on-aws-eks-3d76badb8942: content_hash: N/A description: '' @@ -153281,6 +162478,7 @@ https://medium.com/@ankit.wal/the-how-of-iam-roles-for-service-accounts-irsa-on- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@ankitrai_13207/kubernetes-deployment-service-6f32b7e63f16: content_hash: N/A description: '' @@ -153295,6 +162493,7 @@ https://medium.com/@ankitrai_13207/kubernetes-deployment-service-6f32b7e63f16: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@anshuman2121/devsecops-implement-security-on-cicd-pipeline-19eb7aa22626: content_hash: N/A description: '' @@ -153309,6 +162508,7 @@ https://medium.com/@anshuman2121/devsecops-implement-security-on-cicd-pipeline-1 v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@antoine.loizeau/add-a-switch-to-simplify-terraform-debugging-2d532eb889eb: content_hash: N/A description: '' @@ -153323,6 +162523,7 @@ https://medium.com/@antoine.loizeau/add-a-switch-to-simplify-terraform-debugging v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@anujsharma12feb/devops-tools-handbook-b42487a53353: content_hash: N/A description: '' @@ -153337,6 +162538,7 @@ https://medium.com/@anujsharma12feb/devops-tools-handbook-b42487a53353: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://medium.com/@anupam.s1602/aws-app-mesh-with-eks-and-canary-deployment-5503d9ba95d6: content_hash: N/A description: '' @@ -153353,6 +162555,7 @@ https://medium.com/@anupam.s1602/aws-app-mesh-with-eks-and-canary-deployment-550 - demos.md - servicemesh.md year: N/A + addition_method: manual https://medium.com/@anurag2397/solving-javas-core-problems-around-memory-and-cpu-4d0c97748c43: content_hash: N/A description: '' @@ -153368,6 +162571,7 @@ https://medium.com/@anurag2397/solving-javas-core-problems-around-memory-and-cpu v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://medium.com/@aqsarahman71/introduction-to-kaniko-912e0f494570: content_hash: N/A description: '' @@ -153382,6 +162586,7 @@ https://medium.com/@aqsarahman71/introduction-to-kaniko-912e0f494570: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@arbnair97/introduction-to-kubernetes-network-policy-and-calico-based-network-policy-675a7fa6b5dc: content_hash: N/A description: '' @@ -153397,6 +162602,7 @@ https://medium.com/@arbnair97/introduction-to-kubernetes-network-policy-and-cali v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@aritra.chatterjee_/hexagonal-architecture-in-java-7ac8f4bea753: content_hash: N/A description: '' @@ -153411,6 +162617,7 @@ https://medium.com/@aritra.chatterjee_/hexagonal-architecture-in-java-7ac8f4bea7 v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/@arton.demaku/managing-stateful-applications-with-kubernetes-statefulsets-3eeec9e9d151: content_hash: N/A description: '' @@ -153426,6 +162633,7 @@ https://medium.com/@arton.demaku/managing-stateful-applications-with-kubernetes- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@arunksingh16/azure-devops-handbook-d6dcd82da1b7: content_hash: N/A description: '' @@ -153440,6 +162648,7 @@ https://medium.com/@arunksingh16/azure-devops-handbook-d6dcd82da1b7: v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/@ashish_fagna/aws-services-every-developer-should-be-aware-of-f7c48aaa854f: content_hash: N/A description: '' @@ -153454,6 +162663,7 @@ https://medium.com/@ashish_fagna/aws-services-every-developer-should-be-aware-of v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/@atif.ramzan89/top-7-cloud-source-code-management-tools-features-and-pricing-plans-105f4eb88a3a: content_hash: N/A description: '' @@ -153468,6 +162678,7 @@ https://medium.com/@atif.ramzan89/top-7-cloud-source-code-management-tools-featu v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@avyanab/deploy-a-two-tier-architecture-with-aws-and-terraform-cloud-c6087f118ba7: content_hash: N/A description: '' @@ -153483,6 +162694,7 @@ https://medium.com/@avyanab/deploy-a-two-tier-architecture-with-aws-and-terrafor v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@ayushsingh1525/aws-configuration-with-apache-server-in-ec2-using-ansible-2ef61f98872e: content_hash: N/A description: '' @@ -153497,6 +162709,7 @@ https://medium.com/@ayushsingh1525/aws-configuration-with-apache-server-in-ec2-u v2_locations: - ansible.md year: N/A + addition_method: manual https://medium.com/@badawekoo/helm-theory-demo-and-commands-you-need-to-know-628777fdb0c2: content_hash: N/A description: '' @@ -153511,6 +162724,7 @@ https://medium.com/@badawekoo/helm-theory-demo-and-commands-you-need-to-know-628 v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/@badawekoo/limit-number-of-processes-running-in-a-kubernetes-pod-50ccf156ec18: content_hash: N/A description: '' @@ -153526,6 +162740,7 @@ https://medium.com/@badawekoo/limit-number-of-processes-running-in-a-kubernetes- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@badawekoo/monitoring-in-devops-lifecycle-4d9a2f277eb0: content_hash: N/A description: '' @@ -153540,6 +162755,7 @@ https://medium.com/@badawekoo/monitoring-in-devops-lifecycle-4d9a2f277eb0: v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/@badawekoo/scaling-in-kubernetes-what-why-and-how-d120e99be071: content_hash: N/A description: '' @@ -153554,6 +162770,7 @@ https://medium.com/@badawekoo/scaling-in-kubernetes-what-why-and-how-d120e99be07 v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@badawekoo/using-rbac-in-kubernetes-for-authorization-complete-demo-part-1-83f0a1fb8f: content_hash: N/A description: '' @@ -153569,6 +162786,7 @@ https://medium.com/@badawekoo/using-rbac-in-kubernetes-for-authorization-complet v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@bareckidarek/tcp-packets-traffic-visualization-for-kubernetes-by-k8spacket-and-grafana-bb87cb106f30: content_hash: N/A description: '' @@ -153584,6 +162802,7 @@ https://medium.com/@bareckidarek/tcp-packets-traffic-visualization-for-kubernete v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@bchenjh/full-fine-tuning-of-llama2-on-kubernetes-a983e1eb2259: content_hash: N/A description: '' @@ -153598,6 +162817,7 @@ https://medium.com/@bchenjh/full-fine-tuning-of-llama2-on-kubernetes-a983e1eb225 v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/@ben11kehoe/aws-configuration-files-explained-9a7ea7a5b42e: content_hash: N/A description: '' @@ -153612,6 +162832,7 @@ https://medium.com/@ben11kehoe/aws-configuration-files-explained-9a7ea7a5b42e: v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/@benjamin.christmann_12432/setting-up-your-first-eks-cluster-on-aws-some-practical-tips-60400963c588: content_hash: N/A description: '' @@ -153627,6 +162848,7 @@ https://medium.com/@benjamin.christmann_12432/setting-up-your-first-eks-cluster- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@benjaminacar.private/a-comprehensive-guide-to-setup-a-new-k8s-cluster-4b88e6f021bc: content_hash: N/A description: '' @@ -153642,6 +162864,7 @@ https://medium.com/@benjaminacar.private/a-comprehensive-guide-to-setup-a-new-k8 v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/@betz.mark/understanding-resource-limits-in-kubernetes-cpu-time-9eff74d3161b: content_hash: N/A description: '' @@ -153656,6 +162879,7 @@ https://medium.com/@betz.mark/understanding-resource-limits-in-kubernetes-cpu-ti v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@bgrant0607/advantages-of-storing-configuration-in-container-registries-rather-than-git-b4266dc0c79f: content_hash: N/A description: '' @@ -153671,6 +162895,7 @@ https://medium.com/@bgrant0607/advantages-of-storing-configuration-in-container- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@bherta/using-kubernetes-operators-to-manage-the-lifecycle-of-ai-applications-5682c3b372b3: content_hash: N/A description: '' @@ -153685,6 +162910,7 @@ https://medium.com/@bherta/using-kubernetes-operators-to-manage-the-lifecycle-of v2_locations: - ocp4.md year: N/A + addition_method: manual https://medium.com/@bijit211987/devsecops-approach-with-terraform-and-ci-cd-pipelines-f556c2d5b40d: content_hash: N/A description: '' @@ -153699,6 +162925,7 @@ https://medium.com/@bijit211987/devsecops-approach-with-terraform-and-ci-cd-pipe v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@bijit211987/grafana-with-opentelemetry-vendor-neutral-and-open-source-approach-ab4bc08f67e9: content_hash: N/A description: '' @@ -153714,6 +162941,7 @@ https://medium.com/@bijit211987/grafana-with-opentelemetry-vendor-neutral-and-op v2_locations: - monitoring.md year: N/A + addition_method: manual ? https://medium.com/@bijit211987/kubernetes-ready-for-stateful-workloads-and-to-revolutionize-enterprise-database-management-3cd619b1a0b2 : content_hash: N/A description: '' @@ -153729,6 +162957,7 @@ https://medium.com/@bijit211987/grafana-with-opentelemetry-vendor-neutral-and-op v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/@bijit211987/kubernetes-roadmap-edd06067fa72: content_hash: N/A description: '' @@ -153743,6 +162972,7 @@ https://medium.com/@bijit211987/kubernetes-roadmap-edd06067fa72: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@bijit211987/observability-driven-development-2bc2cdde8661: content_hash: N/A description: '' @@ -153758,6 +162988,7 @@ https://medium.com/@bijit211987/observability-driven-development-2bc2cdde8661: v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/@bill.salvaggio/the-aws-cloud-resume-challenge-project-c5c0c6fe9593: content_hash: N/A description: '' @@ -153772,12 +163003,14 @@ https://medium.com/@bill.salvaggio/the-aws-cloud-resume-challenge-project-c5c0c6 v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@bill.salvaggio/the-aws-cloud-resume-challenge-project-part-ii-5c36029dbc59: content_hash: N/A health_score: 100.0 last_checked: 1779030685.009382 v1_locations: - docs/introduction.md + addition_method: manual https://medium.com/@blgreco72/debugging-kubernetes-services-locally-8cb14bf8745a: content_hash: N/A description: '' @@ -153792,6 +163025,7 @@ https://medium.com/@blgreco72/debugging-kubernetes-services-locally-8cb14bf8745a v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@bm54cloud/stressing-a-kubernetes-pod-to-induce-an-oomkilled-error-96f3be9c931d: content_hash: N/A description: '' @@ -153807,6 +163041,7 @@ https://medium.com/@bm54cloud/stressing-a-kubernetes-pod-to-induce-an-oomkilled- v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual ? https://medium.com/@boomimagestudio-techblog/goodbye-jenkins-how-drone-simplifies-ci-cd-for-engineering-teams-everywhere-73a7db435a86 : content_hash: N/A description: '' @@ -153818,6 +163053,7 @@ https://medium.com/@bm54cloud/stressing-a-kubernetes-pod-to-induce-an-oomkilled- v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://medium.com/@brightzheng100/kubernetes-the-hard-way-on-docker-f512bae734af: content_hash: N/A description: '' @@ -153832,6 +163068,7 @@ https://medium.com/@brightzheng100/kubernetes-the-hard-way-on-docker-f512bae734a v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/@brunoolimpio/kubernetes-deepdive-parte-2-a65ffdce596d: content_hash: N/A description: '' @@ -153847,12 +163084,14 @@ https://medium.com/@brunoolimpio/kubernetes-deepdive-parte-2-a65ffdce596d: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@brunosquassoni/creating-a-kubernetes-cluster-step-by-step-bd9ae3c85275: content_hash: N/A health_score: 100.0 last_checked: 1779029609.292226 v1_locations: - docs/kubernetes-on-premise.md + addition_method: manual https://medium.com/@bubu.tripathy/blue-green-deployment-using-kubernetes-be994df956b4: content_hash: N/A description: '' @@ -153867,6 +163106,7 @@ https://medium.com/@bubu.tripathy/blue-green-deployment-using-kubernetes-be994df v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@bubu.tripathy/headless-k8s-service-924c689607a7: content_hash: N/A description: '' @@ -153881,6 +163121,7 @@ https://medium.com/@bubu.tripathy/headless-k8s-service-924c689607a7: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@bunnyshell/how-to-overcome-infrastructure-as-code-iac-challenges-f4947be7cde2: content_hash: N/A description: '' @@ -153895,6 +163136,7 @@ https://medium.com/@bunnyshell/how-to-overcome-infrastructure-as-code-iac-challe v2_locations: - iac.md year: N/A + addition_method: manual https://medium.com/@buraktahtacioglu/aws-well-architected-framework-aws-roadmap-80aaa6ca7f53: content_hash: N/A description: '' @@ -153909,6 +163151,7 @@ https://medium.com/@buraktahtacioglu/aws-well-architected-framework-aws-roadmap- v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://medium.com/@buraktahtacioglu/gitops-fundamentals-cncf-roadmap-fa686dbced9d: content_hash: N/A description: '' @@ -153923,6 +163166,7 @@ https://medium.com/@buraktahtacioglu/gitops-fundamentals-cncf-roadmap-fa686dbced v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/@calvineotieno010/managing-application-secrets-with-hashicorp-vault-8efb5e1d87fd: content_hash: N/A description: '' @@ -153938,6 +163182,7 @@ https://medium.com/@calvineotieno010/managing-application-secrets-with-hashicorp v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@carlosedp/red-hat-openshift-virtualization-in-nested-vmware-vsphere-56c5e5d76a80: content_hash: N/A description: '' @@ -153952,6 +163197,7 @@ https://medium.com/@carlosedp/red-hat-openshift-virtualization-in-nested-vmware- v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@casperrubaek/why-keda-is-a-game-changer-for-scaling-in-kubernetes-4ebf34cb4b61: content_hash: N/A description: '' @@ -153966,6 +163212,7 @@ https://medium.com/@casperrubaek/why-keda-is-a-game-changer-for-scaling-in-kuber v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@cbkwgl/continuous-monitoring-in-devops-8d4db48a0e24: content_hash: N/A description: '' @@ -153980,6 +163227,7 @@ https://medium.com/@cbkwgl/continuous-monitoring-in-devops-8d4db48a0e24: v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/@cdoan/ibm-multicloud-manager-cluster-sizing-bc3b609b7de9: content_hash: N/A description: '' @@ -153990,6 +163238,7 @@ https://medium.com/@cdoan/ibm-multicloud-manager-cluster-sizing-bc3b609b7de9: v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://medium.com/@chamakenjefi/kubernetes-deployments-using-a-configmap-with-a-custom-index-html-page-5b4de0a7aa1b: content_hash: N/A description: '' @@ -154005,6 +163254,7 @@ https://medium.com/@chamakenjefi/kubernetes-deployments-using-a-configmap-with-a v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/@chandranathmondal/self-service-amazon-eks-cluster-provisioning-with-kubernetes-configuration-applied-372bce839d7 : content_hash: N/A description: '' @@ -154020,6 +163270,7 @@ https://medium.com/@chamakenjefi/kubernetes-deployments-using-a-configmap-with-a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@charled.breteche/kind-cilium-metallb-and-no-kube-proxy-a9fe66ddfad6: content_hash: N/A description: '' @@ -154034,6 +163285,7 @@ https://medium.com/@charled.breteche/kind-cilium-metallb-and-no-kube-proxy-a9fe6 v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://medium.com/@charled.breteche/kubernetes-security-control-pod-to-pod-communications-with-cilium-network-policies-d7275b2ed378 : content_hash: N/A description: '' @@ -154049,6 +163301,7 @@ https://medium.com/@charled.breteche/kind-cilium-metallb-and-no-kube-proxy-a9fe6 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@charled.breteche/securing-grafana-with-keycloak-sso-d01fec05d984: content_hash: N/A description: '' @@ -154063,6 +163316,7 @@ https://medium.com/@charled.breteche/securing-grafana-with-keycloak-sso-d01fec05 v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@chrisedrego/kubernetes-monitoring-kube-state-metrics-df6546aea324: content_hash: N/A description: '' @@ -154077,6 +163331,7 @@ https://medium.com/@chrisedrego/kubernetes-monitoring-kube-state-metrics-df6546a v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@claudio.domingos/ansible-awx-from-scratch-to-rest-api-part-4-of-8-4aa860d823f6: content_hash: N/A description: '' @@ -154091,6 +163346,7 @@ https://medium.com/@claudio.domingos/ansible-awx-from-scratch-to-rest-api-part-4 v2_locations: - ansible.md year: N/A + addition_method: manual https://medium.com/@cloud_tips/kubernetes-incident-response-94daac6d7a2b: content_hash: N/A description: '' @@ -154105,6 +163361,7 @@ https://medium.com/@cloud_tips/kubernetes-incident-response-94daac6d7a2b: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@cloud_tips/kubernetes-security-best-practices-ea1e3913c001: content_hash: N/A description: '' @@ -154119,6 +163376,7 @@ https://medium.com/@cloud_tips/kubernetes-security-best-practices-ea1e3913c001: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://medium.com/@clymeneallen/best-practices-monitoring-system-for-multi-k8s-cluster-environments-using-open-source-d85544052f37 : content_hash: N/A description: '' @@ -154134,6 +163392,7 @@ https://medium.com/@cloud_tips/kubernetes-security-best-practices-ea1e3913c001: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual ? https://medium.com/@codebob75/application-network-security-in-azure-subnets-endpoints-dns-nsgs-with-terraform-code-0bcabdb3a65b : content_hash: N/A description: '' @@ -154153,6 +163412,7 @@ https://medium.com/@cloud_tips/kubernetes-security-best-practices-ea1e3913c001: - networking.md - terraform.md year: N/A + addition_method: manual https://medium.com/@codingkarma/kubernetes-goat-part-1-8718b1345a42: content_hash: N/A description: '' @@ -154167,6 +163427,7 @@ https://medium.com/@codingkarma/kubernetes-goat-part-1-8718b1345a42: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@connect.hashblock/learn-how-you-can-create-a-chatbot-in-python-da136467309b: content_hash: N/A description: '' @@ -154181,6 +163442,7 @@ https://medium.com/@connect.hashblock/learn-how-you-can-create-a-chatbot-in-pyth v2_locations: - python.md year: N/A + addition_method: manual https://medium.com/@craig_robinson/guide-installing-an-okd-4-5-cluster-508a2631cbee: content_hash: N/A description: '' @@ -154195,12 +163457,14 @@ https://medium.com/@craig_robinson/guide-installing-an-okd-4-5-cluster-508a2631c v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@cyber-security/devops-01-example-project-with-terraform-ade540824db1: content_hash: N/A health_score: 100.0 last_checked: 1779030220.125676 v1_locations: - docs/demos.md + addition_method: manual https://medium.com/@d.deloatch/how-to-stop-all-instances-using-aws-sdk-for-python-boto3-2e02af03177: content_hash: N/A description: '' @@ -154216,6 +163480,7 @@ https://medium.com/@d.deloatch/how-to-stop-all-instances-using-aws-sdk-for-pytho v2_locations: - python.md year: N/A + addition_method: manual https://medium.com/@d.kumarkaran12/devsecops-with-aws-codepipeline-and-ecs-c800f139a9ee: content_hash: N/A description: '' @@ -154230,6 +163495,7 @@ https://medium.com/@d.kumarkaran12/devsecops-with-aws-codepipeline-and-ecs-c800f v2_locations: - aws-devops.md year: N/A + addition_method: manual https://medium.com/@dan.avila7/prueba-tus-proyectos-serverless-de-forma-local-con-serverless-offline-2e555f2b5e9b: content_hash: N/A description: '' @@ -154245,6 +163511,7 @@ https://medium.com/@dan.avila7/prueba-tus-proyectos-serverless-de-forma-local-co v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/@danielaaronw/k8s-pod-anti-affinity-dd2667a20c5f: content_hash: N/A description: '' @@ -154259,6 +163526,7 @@ https://medium.com/@danielaaronw/k8s-pod-anti-affinity-dd2667a20c5f: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@danielepolencic/binding-aws-iam-roles-to-kubernetes-service-account-for-on-prem-clusters-b8bac41f269d: content_hash: N/A description: '' @@ -154274,6 +163542,7 @@ https://medium.com/@danielepolencic/binding-aws-iam-roles-to-kubernetes-service- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@danielepolencic/challenge-16-throttled-93133f8fd0ad: content_hash: N/A description: '' @@ -154288,6 +163557,7 @@ https://medium.com/@danielepolencic/challenge-16-throttled-93133f8fd0ad: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@danielepolencic/how-does-rbac-work-in-kubernetes-d50dd34771ca: content_hash: N/A description: '' @@ -154302,6 +163572,7 @@ https://medium.com/@danielepolencic/how-does-rbac-work-in-kubernetes-d50dd34771c v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@danielepolencic/isolating-kubernetes-pods-for-debugging-5fe41e630e9: content_hash: N/A description: '' @@ -154316,6 +163587,7 @@ https://medium.com/@danielepolencic/isolating-kubernetes-pods-for-debugging-5fe4 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@danielepolencic/reserved-cpu-and-memory-in-kubernetes-nodes-65aee1946afd: content_hash: N/A description: '' @@ -154333,6 +163605,7 @@ https://medium.com/@danielepolencic/reserved-cpu-and-memory-in-kubernetes-nodes- - finops.md - kubernetes.md year: N/A + addition_method: manual https://medium.com/@danieljimgarcia/the-application-gateway-ingress-controller-is-broken-6aa9eb229881: content_hash: N/A description: '' @@ -154348,6 +163621,7 @@ https://medium.com/@danieljimgarcia/the-application-gateway-ingress-controller-i v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://medium.com/@danielresponda/testing-spot-reclamation-mechanisms-with-aws-node-termination-handler-and-kubernetes-autoscaler-43194d05dae0 : content_hash: N/A description: '' @@ -154363,6 +163637,7 @@ https://medium.com/@danieljimgarcia/the-application-gateway-ingress-controller-i v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@dast04/writing-custom-prometheus-exporters-in-python-kubernetes-73626b66d78c: content_hash: N/A description: '' @@ -154377,6 +163652,7 @@ https://medium.com/@dast04/writing-custom-prometheus-exporters-in-python-kuberne v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/@database-mesh/database-mesh-2-0-database-governance-in-a-cloud-native-environment-3e41f0f2722c: content_hash: N/A description: '' @@ -154392,6 +163668,7 @@ https://medium.com/@database-mesh/database-mesh-2-0-database-governance-in-a-clo v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/@datosh18/gitsign-in-remote-environments-6f40f47d289f: content_hash: N/A description: '' @@ -154406,6 +163683,7 @@ https://medium.com/@datosh18/gitsign-in-remote-environments-6f40f47d289f: v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@deejiw/test-helm-release-in-production-environment-with-zero-downtime-400c5d41ecdf: content_hash: N/A description: '' @@ -154421,6 +163699,7 @@ https://medium.com/@deejiw/test-helm-release-in-production-environment-with-zero v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/@deepanshuyadavv11/task1-integrating-github-jenkins-and-docker-d66a817774be: content_hash: N/A description: '' @@ -154436,6 +163715,7 @@ https://medium.com/@deepanshuyadavv11/task1-integrating-github-jenkins-and-docke v2_locations: - demos.md year: N/A + addition_method: manual ? https://medium.com/@deepeshjaiswal6734/an-introduction-to-kubernetes-architecture-kubernetes-object-deep-dive-1-77205e56db5 : content_hash: N/A description: '' @@ -154451,6 +163731,7 @@ https://medium.com/@deepanshuyadavv11/task1-integrating-github-jenkins-and-docke v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@denhox/sharing-data-between-microservices-fe7fb9471208: content_hash: N/A description: '' @@ -154465,6 +163746,7 @@ https://medium.com/@denhox/sharing-data-between-microservices-fe7fb9471208: v2_locations: - introduction.md year: N/A + addition_method: manual ? https://medium.com/@denniszielke/continuous-kubernetes-blue-green-deployments-on-azure-using-nginx-appgateway-or-trafficmanager-4490bce29cb : content_hash: N/A description: '' @@ -154480,6 +163762,7 @@ https://medium.com/@denhox/sharing-data-between-microservices-fe7fb9471208: v2_locations: - cicd.md year: N/A + addition_method: manual https://medium.com/@devfire/how-to-become-a-devops-engineer-in-six-months-or-less-part-7-monitor-47c61aea0bf7: content_hash: N/A description: '' @@ -154495,6 +163778,7 @@ https://medium.com/@devfire/how-to-become-a-devops-engineer-in-six-months-or-les v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/@devml2016/lets-start-automation-using-jenkins-docker-github-d5f8d019ec4a: content_hash: N/A description: '' @@ -154509,6 +163793,7 @@ https://medium.com/@devml2016/lets-start-automation-using-jenkins-docker-github- v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@devopsfolks8546/1-pods-c3d1a9349ba0: content_hash: N/A description: '' @@ -154524,6 +163809,7 @@ https://medium.com/@devopsfolks8546/1-pods-c3d1a9349ba0: v2_locations: - cheatsheets.md year: N/A + addition_method: manual ? https://medium.com/@devopsrockers/blue-green-deployment-on-eks-using-argocd-with-kubecost-istio-external-dns-grafana-prometheus-d5d5508f0748 : content_hash: N/A description: '' @@ -154540,6 +163826,7 @@ https://medium.com/@devopsfolks8546/1-pods-c3d1a9349ba0: v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@dfrancisczok/introduction-to-kubernetes-other-kubernetes-components-and-abstract-concepts-7dfa4955d845: content_hash: N/A description: '' @@ -154555,6 +163842,7 @@ https://medium.com/@dfrancisczok/introduction-to-kubernetes-other-kubernetes-com v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@dima.statz_89242/no-code-data-collect-api-on-aws-d79e3681d204: content_hash: N/A description: '' @@ -154569,6 +163857,7 @@ https://medium.com/@dima.statz_89242/no-code-data-collect-api-on-aws-d79e3681d20 v2_locations: - aws-data.md year: N/A + addition_method: manual https://medium.com/@dimitrijevskiv/monitor-kubernetes-pod-status-from-a-jenkins-pipeline-e25c744d944d: content_hash: N/A description: '' @@ -154584,6 +163873,7 @@ https://medium.com/@dimitrijevskiv/monitor-kubernetes-pod-status-from-a-jenkins- v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://medium.com/@dius_au/delivering-value-on-kubernetes-8d5c5655c1b4: content_hash: N/A description: '' @@ -154598,6 +163888,7 @@ https://medium.com/@dius_au/delivering-value-on-kubernetes-8d5c5655c1b4: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@dmglascoe/deploying-iam-users-and-s3-buckets-using-boto3-and-terraform-71ec04b2e14b: content_hash: N/A description: '' @@ -154613,6 +163904,7 @@ https://medium.com/@dmglascoe/deploying-iam-users-and-s3-buckets-using-boto3-and v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@dominik.tornow/the-kubernetes-scheduler-cd429abac02f: content_hash: N/A description: '' @@ -154628,6 +163920,7 @@ https://medium.com/@dominik.tornow/the-kubernetes-scheduler-cd429abac02f: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@dotdc/a-set-of-modern-grafana-dashboards-for-kubernetes-4b989c72a4b2: content_hash: N/A description: '' @@ -154642,6 +163935,7 @@ https://medium.com/@dotdc/a-set-of-modern-grafana-dashboards-for-kubernetes-4b98 v2_locations: - grafana.md year: N/A + addition_method: manual https://medium.com/@dotdc/how-to-find-unused-prometheus-metrics-using-mimirtool-a44560173543: content_hash: N/A description: '' @@ -154656,6 +163950,7 @@ https://medium.com/@dotdc/how-to-find-unused-prometheus-metrics-using-mimirtool- v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/@dotdc/is-your-kubernetes-api-server-exposed-learn-how-to-check-and-fix-609ab9638fae: content_hash: N/A description: '' @@ -154671,6 +163966,7 @@ https://medium.com/@dotdc/is-your-kubernetes-api-server-exposed-learn-how-to-che v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@dsdatsme/terraform-gitops-ci-cd-with-approval-notifications-6f0807299fc4: content_hash: N/A description: '' @@ -154685,6 +163981,7 @@ https://medium.com/@dsdatsme/terraform-gitops-ci-cd-with-approval-notifications- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@dugouchet.a/manage-your-terraform-like-a-container-d2acbc46d7d4: content_hash: N/A description: '' @@ -154699,6 +163996,7 @@ https://medium.com/@dugouchet.a/manage-your-terraform-like-a-container-d2acbc46d v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@duplocloud/infrastructure-as-code-but-you-dont-have-to-write-that-code-87ec4fe94863: content_hash: N/A description: '' @@ -154713,6 +164011,7 @@ https://medium.com/@duplocloud/infrastructure-as-code-but-you-dont-have-to-write v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@ebin/stop-you-dont-need-microservices-dc732d70b3e0: content_hash: N/A description: '' @@ -154727,6 +164026,7 @@ https://medium.com/@ebin/stop-you-dont-need-microservices-dc732d70b3e0: v2_locations: - faq.md year: N/A + addition_method: manual https://medium.com/@ebonyymonae/github-actions-and-automation-9637aa06af64: content_hash: N/A description: '' @@ -154741,6 +164041,7 @@ https://medium.com/@ebonyymonae/github-actions-and-automation-9637aa06af64: v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@ebonyymonae/terraform-for-newbies-1f4c4bcd2ace: content_hash: N/A description: '' @@ -154755,6 +164056,7 @@ https://medium.com/@ebonyymonae/terraform-for-newbies-1f4c4bcd2ace: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@eduard.mihai.lemnaru/auto-update-helm-chart-version-using-argocd-4936933a2bac: content_hash: N/A description: '' @@ -154769,6 +164071,7 @@ https://medium.com/@eduard.mihai.lemnaru/auto-update-helm-chart-version-using-ar v2_locations: - argo.md year: N/A + addition_method: manual ? https://medium.com/@eduardo854/building-your-gitops-pipeline-with-github-actions-dockerhub-and-helm-repository-553c4873116e : content_hash: N/A description: '' @@ -154784,6 +164087,7 @@ https://medium.com/@eduard.mihai.lemnaru/auto-update-helm-chart-version-using-ar v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@ehsan-khodadadi/patterns-and-anti-patterns-for-a-reliable-kubernetes-infra-deployment-5724f6749b7a: content_hash: N/A description: '' @@ -154799,6 +164103,7 @@ https://medium.com/@ehsan-khodadadi/patterns-and-anti-patterns-for-a-reliable-ku v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@ehsan-khodadadi/prometheus-multi-cluster-monitoring-using-prometheus-agent-mode-cab2cdb20c11: content_hash: N/A description: '' @@ -154814,6 +164119,7 @@ https://medium.com/@ehsan-khodadadi/prometheus-multi-cluster-monitoring-using-pr v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/@ej.sta.ana/easy-blue-green-deployment-on-openshift-container-platform-using-argo-rollouts-4d514b3c5c0f: content_hash: N/A description: '' @@ -154829,6 +164135,7 @@ https://medium.com/@ej.sta.ana/easy-blue-green-deployment-on-openshift-container v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@eliran89c/for-the-love-of-god-learn-when-to-use-cpu-limits-on-kubernetes-2225341e9dbd: content_hash: N/A description: '' @@ -154844,6 +164151,7 @@ https://medium.com/@eliran89c/for-the-love-of-god-learn-when-to-use-cpu-limits-o v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@elliotgraebert/four-great-alternatives-to-hashicorps-terraform-cloud-6e0a3a0a5482: content_hash: N/A description: '' @@ -154859,6 +164167,7 @@ https://medium.com/@elliotgraebert/four-great-alternatives-to-hashicorps-terrafo v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@emmaliaocode/kubectl-create-vs-kubectl-apply-whats-the-differences-f6472f4c6c86: content_hash: N/A description: '' @@ -154873,6 +164182,7 @@ https://medium.com/@emmaliaocode/kubectl-create-vs-kubectl-apply-whats-the-diffe v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/@eoneoff/installing-istio-multicluster-deployment-with-terraform-59db2f9b2177: content_hash: N/A description: '' @@ -154887,6 +164197,7 @@ https://medium.com/@eoneoff/installing-istio-multicluster-deployment-with-terraf v2_locations: - terraform.md year: N/A + addition_method: manual ? https://medium.com/@erfin.feluzy/tutorial-secure-your-api-with-x509-mutual-authentication-with-spring-boot-on-openshift4-416a00a47af8 : content_hash: N/A description: '' @@ -154902,6 +164213,7 @@ https://medium.com/@eoneoff/installing-istio-multicluster-deployment-with-terraf v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@eriky/copilot-is-genuinely-scary-and-fascinating-at-the-same-time-63ebcbf80899: content_hash: N/A description: '' @@ -154917,6 +164229,7 @@ https://medium.com/@eriky/copilot-is-genuinely-scary-and-fascinating-at-the-same v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@ernestkwashie3/provisioning-amazon-elastic-kubernetes-service-eks-cluster-using-terraform-5e07f1f0dc32: content_hash: N/A description: '' @@ -154932,6 +164245,7 @@ https://medium.com/@ernestkwashie3/provisioning-amazon-elastic-kubernetes-servic v2_locations: - terraform.md year: N/A + addition_method: manual ? https://medium.com/@ershivamgupta/disaster-recovery-solution-for-azure-kubernetes-service-aks-persistent-volume-storage-f2b3d2aafcf4 : content_hash: N/A description: '' @@ -154947,6 +164261,7 @@ https://medium.com/@ernestkwashie3/provisioning-amazon-elastic-kubernetes-servic v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@eshiett314/mutual-tls-with-emissary-ingress-and-linkerd-4aa3ffe0413f: content_hash: N/A description: '' @@ -154961,6 +164276,7 @@ https://medium.com/@eshiett314/mutual-tls-with-emissary-ingress-and-linkerd-4aa3 v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/@espringe/amazon-s-customer-service-backdoor-be375b3428c4: content_hash: N/A description: '' @@ -154975,6 +164291,7 @@ https://medium.com/@espringe/amazon-s-customer-service-backdoor-be375b3428c4: v2_locations: - aws-security.md year: N/A + addition_method: manual ? https://medium.com/@eumaho/setting-up-readiness-and-liveness-health-check-probes-in-kubernetes-with-springboot-674eb1038377 : content_hash: N/A description: '' @@ -154990,6 +164307,7 @@ https://medium.com/@espringe/amazon-s-customer-service-backdoor-be375b3428c4: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@extio/understanding-kubernetes-annotations-enhancing-flexibility-and-extensibility-8f9046591aa1: content_hash: N/A description: '' @@ -155005,6 +164323,7 @@ https://medium.com/@extio/understanding-kubernetes-annotations-enhancing-flexibi v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@ezinneanne/best-api-documentation-tools-you-need-cf3ef2c47e89: content_hash: N/A description: '' @@ -155019,6 +164338,7 @@ https://medium.com/@ezinneanne/best-api-documentation-tools-you-need-cf3ef2c47e8 v2_locations: - api.md year: N/A + addition_method: manual https://medium.com/@fabrizio-cafolla/dockerize-python-for-aws-lambda-deploy-with-github-workflow-9a930c1e86b1: content_hash: N/A description: '' @@ -155034,6 +164354,7 @@ https://medium.com/@fabrizio-cafolla/dockerize-python-for-aws-lambda-deploy-with v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://medium.com/@faisalkuzhan/day-43-90-infrastructure-as-code-iac-5a826258ee4b: content_hash: N/A description: '' @@ -155048,6 +164369,7 @@ https://medium.com/@faisalkuzhan/day-43-90-infrastructure-as-code-iac-5a826258ee v2_locations: - iac.md year: N/A + addition_method: manual https://medium.com/@far3ns/kong-the-microservice-api-gateway-526c4ca0cfa6: content_hash: N/A description: '' @@ -155062,6 +164384,7 @@ https://medium.com/@far3ns/kong-the-microservice-api-gateway-526c4ca0cfa6: v2_locations: - developerportals.md year: N/A + addition_method: manual https://medium.com/@fengruohang/database-in-kubernetes-is-that-a-good-idea-daf5775b5c1f: content_hash: N/A description: '' @@ -155076,6 +164399,7 @@ https://medium.com/@fengruohang/database-in-kubernetes-is-that-a-good-idea-daf57 v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/@firat.yasar/backup-restore-kubernetes-resources-with-velero-b7fee14e7664: content_hash: N/A description: '' @@ -155090,6 +164414,7 @@ https://medium.com/@firat.yasar/backup-restore-kubernetes-resources-with-velero- v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://medium.com/@florian.rieger/if-you-haven-t-heard-of-descriptors-you-don-t-know-python-1ea4fd1614c2: content_hash: N/A description: '' @@ -155105,6 +164430,7 @@ https://medium.com/@florian.rieger/if-you-haven-t-heard-of-descriptors-you-don-t v2_locations: - python.md year: N/A + addition_method: manual https://medium.com/@franoisdagostini/gitops-build-infrastructure-resilient-applications-95bbc939046d: content_hash: N/A description: '' @@ -155119,6 +164445,7 @@ https://medium.com/@franoisdagostini/gitops-build-infrastructure-resilient-appli v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/@frommeyerc/containers-and-the-jvm-about-cfs-and-how-to-deal-with-it-805883b72a87: content_hash: N/A description: '' @@ -155134,6 +164461,7 @@ https://medium.com/@frommeyerc/containers-and-the-jvm-about-cfs-and-how-to-deal- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@fvtool/jenkins-cicd-getting-started-with-groovy-and-docker-containers-part-2-b03a1b934a49: content_hash: N/A description: '' @@ -155150,6 +164478,7 @@ https://medium.com/@fvtool/jenkins-cicd-getting-started-with-groovy-and-docker-c - jenkins.md - openshift-pipelines.md year: N/A + addition_method: manual https://medium.com/@fwiles/k9s-eks-context-error-7ff18df7547f: content_hash: N/A description: '' @@ -155164,6 +164493,7 @@ https://medium.com/@fwiles/k9s-eks-context-error-7ff18df7547f: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://medium.com/@gajaoncloud/demystifying-karpenters-advanced-features-consolidation-drift-and-spot-handling-007fbad29549 : content_hash: N/A description: '' @@ -155179,6 +164509,7 @@ https://medium.com/@fwiles/k9s-eks-context-error-7ff18df7547f: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@gajaoncloud/karpenter-mastery-nodepools-nodeclasses-for-workload-nirvana-bc89850fa934: content_hash: N/A description: '' @@ -155194,6 +164525,7 @@ https://medium.com/@gajaoncloud/karpenter-mastery-nodepools-nodeclasses-for-work v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://medium.com/@gajaoncloud/unleash-the-power-of-karpenter-automating-aws-eks-scaling-and-cost-optimization-7e236319eda4 : content_hash: N/A description: '' @@ -155209,6 +164541,7 @@ https://medium.com/@gajaoncloud/karpenter-mastery-nodepools-nodeclasses-for-work v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@gangsta_black/grafana-cool-dashboard-for-monitoring-jenkins-with-prometheus-c7ba4f1c6297: content_hash: N/A description: '' @@ -155223,6 +164556,7 @@ https://medium.com/@gangsta_black/grafana-cool-dashboard-for-monitoring-jenkins- v2_locations: - jenkins.md year: N/A + addition_method: manual ? https://medium.com/@gavinklfong/8-tips-to-incredibly-boost-the-efficiency-of-command-execution-on-kubernetes-using-k9s-a515a90a3a27 : content_hash: N/A description: '' @@ -155238,6 +164572,7 @@ https://medium.com/@gangsta_black/grafana-cool-dashboard-for-monitoring-jenkins- v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@gdiener/how-to-build-a-smaller-docker-image-76779e18d48a: content_hash: N/A description: '' @@ -155252,6 +164587,7 @@ https://medium.com/@gdiener/how-to-build-a-smaller-docker-image-76779e18d48a: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/@geoffrey.muselli/argocd-multi-cluster-helm-charts-installation-in-mono-repo-0a406ff7c578: content_hash: N/A description: '' @@ -155267,6 +164603,7 @@ https://medium.com/@geoffrey.muselli/argocd-multi-cluster-helm-charts-installati v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@george_bakas/mastering-github-actions-environment-variables-and-secrets-management-3daac384477b: content_hash: N/A description: '' @@ -155282,6 +164619,7 @@ https://medium.com/@george_bakas/mastering-github-actions-environment-variables- v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@ghumare64/deploying-infrastructure-frontend-backend-on-aws-using-amazon-eks-5f1f426d618e: content_hash: N/A description: '' @@ -155296,6 +164634,7 @@ https://medium.com/@ghumare64/deploying-infrastructure-frontend-backend-on-aws-u v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://medium.com/@gjoshevski/reduce-the-cost-of-running-aks-cluster-by-leveraging-azure-spot-vms-70-and-more-e917f568c3b9 : content_hash: N/A description: '' @@ -155311,6 +164650,7 @@ https://medium.com/@ghumare64/deploying-infrastructure-frontend-backend-on-aws-u v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@glen.yu/getting-started-with-ebpf-and-cilium-on-gke-6553c5d7e02a: content_hash: N/A description: '' @@ -155325,6 +164665,7 @@ https://medium.com/@glen.yu/getting-started-with-ebpf-and-cilium-on-gke-6553c5d7 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@glen.yu/nginx-ingress-or-gke-ingress-d87dd9db504c: content_hash: N/A description: '' @@ -155339,6 +164680,7 @@ https://medium.com/@glen.yu/nginx-ingress-or-gke-ingress-d87dd9db504c: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@glen.yu/why-i-prefer-kyverno-over-gatekeeper-for-native-kubernetes-policy-management-35a05bb94964: content_hash: N/A description: '' @@ -155354,6 +164696,7 @@ https://medium.com/@glen.yu/why-i-prefer-kyverno-over-gatekeeper-for-native-kube v2_locations: - securityascode.md year: N/A + addition_method: manual https://medium.com/@griggheo/initial-experiences-with-the-prometheus-monitoring-system-167054ac439c: content_hash: N/A description: '' @@ -155368,6 +164711,7 @@ https://medium.com/@griggheo/initial-experiences-with-the-prometheus-monitoring- v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/@hammadsaif061/simplifying-microservices-management-with-kubernetes-and-service-mesh-de458ce566f1: content_hash: N/A description: '' @@ -155383,6 +164727,7 @@ https://medium.com/@hammadsaif061/simplifying-microservices-management-with-kube v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/@haozhao_2156/rescue-my-openshift-cluster-from-loss-of-2-masters-59f118a30f95: content_hash: N/A description: '' @@ -155393,6 +164738,7 @@ https://medium.com/@haozhao_2156/rescue-my-openshift-cluster-from-loss-of-2-mast v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://medium.com/@hardiktaneja_99752/lessons-after-running-kafka-in-production-626974ffd700: content_hash: N/A description: '' @@ -155408,6 +164754,7 @@ https://medium.com/@hardiktaneja_99752/lessons-after-running-kafka-in-production v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/@hari.balagopal/create-a-helm-chart-automatically-from-kubernetes-yamls-91a4c1bf8cc5: content_hash: N/A description: '' @@ -155423,6 +164770,7 @@ https://medium.com/@hari.balagopal/create-a-helm-chart-automatically-from-kubern v2_locations: - demos.md year: N/A + addition_method: manual ? https://medium.com/@harmonh/solutions-to-communication-problems-in-microservices-using-apache-kafka-and-kafka-lens-9b6d453de352 : content_hash: N/A description: '' @@ -155438,6 +164786,7 @@ https://medium.com/@hari.balagopal/create-a-helm-chart-automatically-from-kubern v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/@harsh.manvar111/dont-confuse-the-difference-between-stateless-and-stateful-9f253efe3ebd: content_hash: N/A description: '' @@ -155453,6 +164802,7 @@ https://medium.com/@harsh.manvar111/dont-confuse-the-difference-between-stateles v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@harshvijaythakkar/creating-ci-cd-pipeline-for-aws-ecs-part-i-b2f61bb1522f: content_hash: N/A description: '' @@ -155467,6 +164817,7 @@ https://medium.com/@harshvijaythakkar/creating-ci-cd-pipeline-for-aws-ecs-part-i v2_locations: - aws-containers.md year: N/A + addition_method: manual https://medium.com/@haseebshaukat2/kyverno-policy-engine-for-kubernetes-b49f3fac43b9: content_hash: N/A description: '' @@ -155482,6 +164833,7 @@ https://medium.com/@haseebshaukat2/kyverno-policy-engine-for-kubernetes-b49f3fac v2_locations: - securityascode.md year: N/A + addition_method: manual https://medium.com/@hashiroulap/terraform-aws-api-gateway-6d86a010f359: content_hash: N/A description: '' @@ -155496,6 +164848,7 @@ https://medium.com/@hashiroulap/terraform-aws-api-gateway-6d86a010f359: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@hello_9187/why-we-are-not-supporting-opentf-a46855f52dc4: content_hash: N/A description: '' @@ -155510,6 +164863,7 @@ https://medium.com/@hello_9187/why-we-are-not-supporting-opentf-a46855f52dc4: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@het.trivedi05/designing-multi-tenant-applications-on-kubernetes-f0470f8e641c: content_hash: N/A description: '' @@ -155524,6 +164878,7 @@ https://medium.com/@het.trivedi05/designing-multi-tenant-applications-on-kuberne v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@hinsulak/multi-node-lightweight-kubernetes-setup-using-k3s-454e87fdc933: content_hash: N/A description: '' @@ -155538,6 +164893,7 @@ https://medium.com/@hinsulak/multi-node-lightweight-kubernetes-setup-using-k3s-4 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@hirushanonline/dynamic-scaling-with-kubernetes-event-driven-autoscaling-keda-caaa15096e1c: content_hash: N/A description: '' @@ -155553,6 +164909,7 @@ https://medium.com/@hirushanonline/dynamic-scaling-with-kubernetes-event-driven- v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@hmquan08011996/set-up-microservice-on-kubernetes-write-config-file-8df7c2b07a4c: content_hash: N/A description: '' @@ -155568,6 +164925,7 @@ https://medium.com/@hmquan08011996/set-up-microservice-on-kubernetes-write-confi v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@hmquan08011996/setup-microservices-on-kubernetes-automating-kubernetes-with-argocd-cb94622dac5b: content_hash: N/A description: '' @@ -155583,6 +164941,7 @@ https://medium.com/@hmquan08011996/setup-microservices-on-kubernetes-automating- v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@hnaveed221/starting-out-with-kubernetes-21d0bd03c956: content_hash: N/A description: '' @@ -155597,6 +164956,7 @@ https://medium.com/@hnaveed221/starting-out-with-kubernetes-21d0bd03c956: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@hubian/16-best-practices-in-spring-boot-production-62c065a6145c: content_hash: N/A description: '' @@ -155611,6 +164971,7 @@ https://medium.com/@hubian/16-best-practices-in-spring-boot-production-62c065a61 v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/@hunkarbozkurt/what-is-devops-how-was-devops-derived-660ef47d42d6: content_hash: N/A description: '' @@ -155625,6 +164986,7 @@ https://medium.com/@hunkarbozkurt/what-is-devops-how-was-devops-derived-660ef47d v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/@i180826/using-docker-to-build-react-app-49862615e6f8: content_hash: N/A description: '' @@ -155639,6 +165001,7 @@ https://medium.com/@i180826/using-docker-to-build-react-app-49862615e6f8: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/@icheko/wordpress-high-availability-on-kubernetes-f6c0bcc2f28d: content_hash: N/A description: '' @@ -155653,6 +165016,7 @@ https://medium.com/@icheko/wordpress-high-availability-on-kubernetes-f6c0bcc2f28 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@imarunrk/continuous-gitops-the-way-to-do-devops-in-kubernetes-896b0ea1d0fb: content_hash: N/A description: '' @@ -155667,6 +165031,7 @@ https://medium.com/@imarunrk/continuous-gitops-the-way-to-do-devops-in-kubernete v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/@imaze.enabulele/autoscaling-ec2-instances-for-high-availability-and-stress-testing-946b41f229e2: content_hash: N/A description: '' @@ -155682,6 +165047,7 @@ https://medium.com/@imaze.enabulele/autoscaling-ec2-instances-for-high-availabil v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/@interviewready/data-replication-in-distributed-system-87f7d265ff28: content_hash: N/A description: '' @@ -155696,6 +165062,7 @@ https://medium.com/@interviewready/data-replication-in-distributed-system-87f7d2 v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@isalapiyarisi/getting-started-on-kubernetes-observability-with-ebpf-88139eb13fb2: content_hash: N/A description: '' @@ -155711,6 +165078,7 @@ https://medium.com/@isalapiyarisi/getting-started-on-kubernetes-observability-wi v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual ? https://medium.com/@ishana98dadhich/integrating-aws-secret-manager-with-eks-and-use-secrets-inside-the-pods-part-1-1938b0c3c2fb : content_hash: N/A description: '' @@ -155728,6 +165096,7 @@ https://medium.com/@isalapiyarisi/getting-started-on-kubernetes-observability-wi - devsecops.md - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@ismailyenigul/how-to-enable-openshift-oc-bash-auto-completion-958b80e56e17: content_hash: N/A description: '' @@ -155742,6 +165111,7 @@ https://medium.com/@ismailyenigul/how-to-enable-openshift-oc-bash-auto-completio v2_locations: - openshift.md year: N/A + addition_method: manual https://medium.com/@issy972/balancing-reliability-cost-and-performance-with-kubernetes-45aae8489a3c: content_hash: N/A description: '' @@ -155756,6 +165126,7 @@ https://medium.com/@issy972/balancing-reliability-cost-and-performance-with-kube v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@it-craftsman/how-to-fix-kubernetes-namespaces-stuck-in-terminating-state-ea46c5fff045: content_hash: N/A description: '' @@ -155771,6 +165142,7 @@ https://medium.com/@it-craftsman/how-to-fix-kubernetes-namespaces-stuck-in-termi v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@jainal/mastering-graceful-shutdown-in-distributed-systems-and-microservices-29c311e49660: content_hash: N/A description: '' @@ -155786,6 +165158,7 @@ https://medium.com/@jainal/mastering-graceful-shutdown-in-distributed-systems-an v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@jake.page91/the-guide-to-kubectl-i-never-had-3874cc6074ff: content_hash: N/A description: '' @@ -155800,6 +165173,7 @@ https://medium.com/@jake.page91/the-guide-to-kubectl-i-never-had-3874cc6074ff: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/@jasonmfehr/inspecting-kubernetes-client-to-api-server-network-traffic-cd6d1802bb43: content_hash: N/A description: '' @@ -155815,6 +165189,7 @@ https://medium.com/@jasonmfehr/inspecting-kubernetes-client-to-api-server-networ v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@jasonmfehr/kubernetes-informers-opening-the-mystery-box-4cd690a43a4: content_hash: N/A description: '' @@ -155829,6 +165204,7 @@ https://medium.com/@jasonmfehr/kubernetes-informers-opening-the-mystery-box-4cd6 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244: content_hash: N/A description: '' @@ -155843,6 +165219,7 @@ https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46: content_hash: N/A description: '' @@ -155857,6 +165234,7 @@ https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://medium.com/@jeevansathisocial/high-performance-api-gateway-3661d5a2fee0s-3661d5a2fee0: content_hash: N/A description: '' @@ -155871,6 +165249,7 @@ https://medium.com/@jeevansathisocial/high-performance-api-gateway-3661d5a2fee0s v2_locations: - developerportals.md year: N/A + addition_method: manual https://medium.com/@jeremyaherzog/cicada-an-integration-testing-framework-for-docker-and-kubernetes-7eee5624cc55: content_hash: N/A description: '' @@ -155881,6 +165260,7 @@ https://medium.com/@jeremyaherzog/cicada-an-integration-testing-framework-for-do v1_locations: - docs/testops.md year: N/A + addition_method: manual https://medium.com/@jerome.decoster/create-temporary-environment-from-pull-request-with-argocd-applicationset-1cef9803223a: content_hash: N/A description: '' @@ -155896,6 +165276,7 @@ https://medium.com/@jerome.decoster/create-temporary-environment-from-pull-reque v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@jerome.decoster/kubernetes-eks-canary-deployment-1ef79ae89dfc: content_hash: N/A description: '' @@ -155910,6 +165291,7 @@ https://medium.com/@jerome.decoster/kubernetes-eks-canary-deployment-1ef79ae89df v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@jerome_tarte/extend-your-toolset-with-kubectl-plugin-55596067595f: content_hash: N/A description: '' @@ -155924,6 +165306,7 @@ https://medium.com/@jerome_tarte/extend-your-toolset-with-kubectl-plugin-5559606 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@jerome_tarte/managing-your-sensitive-information-during-gitops-process-with-secret-sealed-27498c77e2b8: content_hash: N/A description: '' @@ -155939,6 +165322,7 @@ https://medium.com/@jerome_tarte/managing-your-sensitive-information-during-gito v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@jettycloud/making-sense-of-kubernetes-cpu-requests-and-limits-390bbb5b7c92: content_hash: N/A description: '' @@ -155953,6 +165337,7 @@ https://medium.com/@jettycloud/making-sense-of-kubernetes-cpu-requests-and-limit v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@jjlakis/gcp-secret-manager-with-self-hosted-kubernetes-db35d01d65f0: content_hash: N/A description: '' @@ -155967,6 +165352,7 @@ https://medium.com/@jjlakis/gcp-secret-manager-with-self-hosted-kubernetes-db35d v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@jlamillan/rancher-deployed-kubernetes-on-oracle-cloud-infrastructure-6b0656cdaec0: content_hash: N/A description: '' @@ -155981,6 +165367,7 @@ https://medium.com/@jlamillan/rancher-deployed-kubernetes-on-oracle-cloud-infras v2_locations: - rancher.md year: N/A + addition_method: manual https://medium.com/@jmrobles/how-to-setup-hetzner-load-balancer-on-a-kubernetes-cluster-2ce79ca4a27b: content_hash: N/A description: '' @@ -155995,6 +165382,7 @@ https://medium.com/@jmrobles/how-to-setup-hetzner-load-balancer-on-a-kubernetes- v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@joelbelton/optimising-docker-performance-the-key-4-techniques-you-need-6440cfebb650: content_hash: N/A description: '' @@ -156010,6 +165398,7 @@ https://medium.com/@joelbelton/optimising-docker-performance-the-key-4-technique v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/@joelkaplan1/gitops-with-istio-tekton-and-argo-cd-on-openshift-4-5e42d22994e3: content_hash: N/A description: '' @@ -156024,6 +165413,7 @@ https://medium.com/@joelkaplan1/gitops-with-istio-tekton-and-argo-cd-on-openshif v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/@jon.mclean/argocd-the-gitops-way-90f7eb0d2606: content_hash: N/A description: '' @@ -156038,6 +165428,7 @@ https://medium.com/@jon.mclean/argocd-the-gitops-way-90f7eb0d2606: v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@jonathan_37674/comparing-kubernetes-security-frameworks-and-guidance-f1c2821ea733: content_hash: N/A description: '' @@ -156052,6 +165443,7 @@ https://medium.com/@jonathan_37674/comparing-kubernetes-security-frameworks-and- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@jonathan_37674/how-to-keep-your-ci-cd-pipelines-secure-armo-8e962bc51fb6: content_hash: N/A description: '' @@ -156066,6 +165458,7 @@ https://medium.com/@jonathan_37674/how-to-keep-your-ci-cd-pipelines-secure-armo- v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@jonathan_37674/how-to-secure-kubernetes-ingress-by-armo-cb86086ec540: content_hash: N/A description: '' @@ -156080,6 +165473,7 @@ https://medium.com/@jonathan_37674/how-to-secure-kubernetes-ingress-by-armo-cb86 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@jonathan_37674/how-to-validate-kubernetes-yaml-files-armo-e45dd006d633: content_hash: N/A description: '' @@ -156094,6 +165488,7 @@ https://medium.com/@jonathan_37674/how-to-validate-kubernetes-yaml-files-armo-e4 v2_locations: - yaml.md year: N/A + addition_method: manual https://medium.com/@jonathan_37674/kubernetes-1-27-everything-you-should-know-armo-236de6d77272: content_hash: N/A description: '' @@ -156109,6 +165504,7 @@ https://medium.com/@jonathan_37674/kubernetes-1-27-everything-you-should-know-ar v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://medium.com/@jonathan_37674/kubernetes-admission-controller-the-definitive-guide-786b09279418: content_hash: N/A description: '' @@ -156124,6 +165520,7 @@ https://medium.com/@jonathan_37674/kubernetes-admission-controller-the-definitiv v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@jonathan_37674/kubernetes-security-best-practices-definitive-guide-bcb546e9f529: content_hash: N/A description: '' @@ -156139,6 +165536,7 @@ https://medium.com/@jonathan_37674/kubernetes-security-best-practices-definitive v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@jonathan_37674/what-have-we-learned-from-scanning-over-10k-kubernetes-clusters-b0ac6b250427: content_hash: N/A description: '' @@ -156154,6 +165552,7 @@ https://medium.com/@jonathan_37674/what-have-we-learned-from-scanning-over-10k-k v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@jpcontad/a-year-of-running-kubernetes-as-a-product-7eed1204eecd: content_hash: N/A description: '' @@ -156169,6 +165568,7 @@ https://medium.com/@jpcontad/a-year-of-running-kubernetes-as-a-product-7eed1204e v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@jportasa/ecs-jenkins-plugin-to-create-ephemeral-slaves-in-fargate-8cb80b46fb75: content_hash: N/A description: '' @@ -156183,6 +165583,7 @@ https://medium.com/@jportasa/ecs-jenkins-plugin-to-create-ephemeral-slaves-in-fa v2_locations: - jenkins.md year: N/A + addition_method: manual https://medium.com/@jstrachan/fabric8-please-check-out-jenkins-x-instead-8295a025173a: content_hash: N/A description: '' @@ -156197,6 +165598,7 @@ https://medium.com/@jstrachan/fabric8-please-check-out-jenkins-x-instead-8295a02 v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://medium.com/@jtdv01/kubernetes-authorization-and-role-based-access-controls-ca0b7acc17a4: content_hash: N/A description: '' @@ -156212,6 +165614,7 @@ https://medium.com/@jtdv01/kubernetes-authorization-and-role-based-access-contro v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@juliorenner123/k8s-creating-a-kube-scheduler-plugin-8a826c486a1: content_hash: N/A description: '' @@ -156226,6 +165629,7 @@ https://medium.com/@juliorenner123/k8s-creating-a-kube-scheduler-plugin-8a826c48 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@junjun231953_53717/terraform-best-practices-737153356d41: content_hash: N/A description: '' @@ -156240,6 +165644,7 @@ https://medium.com/@junjun231953_53717/terraform-best-practices-737153356d41: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@jweng1/setting-up-kafkasource-to-send-data-and-displayed-with-knative-event-display-33891b253442: content_hash: N/A description: '' @@ -156254,6 +165659,7 @@ https://medium.com/@jweng1/setting-up-kafkasource-to-send-data-and-displayed-wit v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@kachidude007/setting-up-an-access-token-in-gitlab-for-a-jenkins-pipeline-a688dd6c994a: content_hash: N/A description: '' @@ -156269,6 +165675,7 @@ https://medium.com/@kachidude007/setting-up-an-access-token-in-gitlab-for-a-jenk v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@kajan26/the-myth-of-scalability-in-kubernetes-e49953944b8e: content_hash: N/A description: '' @@ -156283,6 +165690,7 @@ https://medium.com/@kajan26/the-myth-of-scalability-in-kubernetes-e49953944b8e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@karanshingde/machine-learning-in-production-your-comprehensive-101-practical-guide-c7de0b5ad011: content_hash: N/A description: '' @@ -156298,6 +165706,7 @@ https://medium.com/@karanshingde/machine-learning-in-production-your-comprehensi v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/@kennethtcp/how-to-spread-replica-pods-into-nodes-evenly-by-topologyspreadconstraints-8abd03424aae: content_hash: N/A description: '' @@ -156313,6 +165722,7 @@ https://medium.com/@kennethtcp/how-to-spread-replica-pods-into-nodes-evenly-by-t v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@kevin30101999/machine-learning-pipeline-using-argo-workflow-be91feb07c41: content_hash: N/A description: '' @@ -156328,6 +165738,7 @@ https://medium.com/@kevin30101999/machine-learning-pipeline-using-argo-workflow- v2_locations: - mlops.md year: N/A + addition_method: manual ? https://medium.com/@kewynakshlley/performance-evaluation-of-the-autoscaling-strategies-vertical-and-horizontal-using-kubernetes-42d9a1663e6b : content_hash: N/A description: '' @@ -156343,6 +165754,7 @@ https://medium.com/@kevin30101999/machine-learning-pipeline-using-argo-workflow- v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd: content_hash: N/A description: '' @@ -156358,6 +165770,7 @@ https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d v2_locations: - yaml.md year: N/A + addition_method: manual https://medium.com/@knoldus/configure-ssl-certificate-with-cert-manager-on-kubernetes-e5ca8a804e16: content_hash: N/A description: '' @@ -156372,6 +165785,7 @@ https://medium.com/@knoldus/configure-ssl-certificate-with-cert-manager-on-kuber v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@knoldus/how-to-schedule-pods-on-nodes-in-kubernetes-af321d8ea5d: content_hash: N/A description: '' @@ -156386,6 +165800,7 @@ https://medium.com/@knoldus/how-to-schedule-pods-on-nodes-in-kubernetes-af321d8e v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@knoldus/introduction-to-kubernetes-deployment-strategies-part-3-5037a6b4d6aa: content_hash: N/A description: '' @@ -156397,6 +165812,7 @@ https://medium.com/@knoldus/introduction-to-kubernetes-deployment-strategies-par v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://medium.com/@knoldus/introduction-to-sealed-secrets-in-kubernetes-7857b361a845: content_hash: N/A description: '' @@ -156407,6 +165823,7 @@ https://medium.com/@knoldus/introduction-to-sealed-secrets-in-kubernetes-7857b36 v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@knoldus/using-sealed-secrets-in-kubernetes-7f7518d4c984: content_hash: N/A description: '' @@ -156421,6 +165838,7 @@ https://medium.com/@knoldus/using-sealed-secrets-in-kubernetes-7f7518d4c984: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@krishnendupatra/best-practices-to-achieve-zero-downtime-on-kubernetes-deployments-438f15cd811e: content_hash: N/A description: '' @@ -156436,6 +165854,7 @@ https://medium.com/@krishnendupatra/best-practices-to-achieve-zero-downtime-on-k v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@kylekhunter/kubernetes-monitoring-with-prometheus-a149c35694c4: content_hash: N/A description: '' @@ -156450,6 +165869,7 @@ https://medium.com/@kylekhunter/kubernetes-monitoring-with-prometheus-a149c35694 v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@kylelzk/kubernetes-theory-understanding-kubernetes-components-a-deep-dive-ac31b7463df2: content_hash: N/A description: '' @@ -156465,6 +165885,7 @@ https://medium.com/@kylelzk/kubernetes-theory-understanding-kubernetes-component v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@ladoui.bilal/10-git-commands-should-every-devops-should-know-6ae07f5e1989: content_hash: N/A description: '' @@ -156479,6 +165900,7 @@ https://medium.com/@ladoui.bilal/10-git-commands-should-every-devops-should-know v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@lambdaEranga/monitor-kubernets-services-endpoints-with-prometheus-blackbox-exporter-a64e062c05d5: content_hash: N/A description: '' @@ -156494,6 +165916,7 @@ https://medium.com/@lambdaEranga/monitor-kubernets-services-endpoints-with-prome v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@leocherian/simple-cdk-app-to-create-eks-cluster-06f651a12ccd: content_hash: N/A description: '' @@ -156508,6 +165931,7 @@ https://medium.com/@leocherian/simple-cdk-app-to-create-eks-cluster-06f651a12ccd v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@lessandro.ugulino/securing-the-kubernetes-cluster-c5ab43fe0dd0: content_hash: N/A description: '' @@ -156522,6 +165946,7 @@ https://medium.com/@lessandro.ugulino/securing-the-kubernetes-cluster-c5ab43fe0d v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@lfoster49203/kubernetes-on-azure-setting-up-a-cluster-on-microsoft-azure-with-azure-aks-d6bee3eaa65: content_hash: N/A description: '' @@ -156537,6 +165962,7 @@ https://medium.com/@lfoster49203/kubernetes-on-azure-setting-up-a-cluster-on-mic v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@litombeg/kubernetes-high-level-architecture-8a39456c2023: content_hash: N/A description: '' @@ -156551,6 +165977,7 @@ https://medium.com/@litombeg/kubernetes-high-level-architecture-8a39456c2023: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@lucapompei91/kubernetes-observability-17a7875a38f6: content_hash: N/A description: '' @@ -156565,6 +165992,7 @@ https://medium.com/@lucapompei91/kubernetes-observability-17a7875a38f6: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@lupass93/zero-trust-architecture-on-kubernetes-with-istio-service-mesh-eade6c5a3c53: content_hash: N/A description: '' @@ -156580,6 +166008,7 @@ https://medium.com/@lupass93/zero-trust-architecture-on-kubernetes-with-istio-se v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/@m.json/the-kubernetes-cloud-controller-manager-d440af0d2be5: content_hash: N/A description: '' @@ -156594,6 +166023,7 @@ https://medium.com/@m.json/the-kubernetes-cloud-controller-manager-d440af0d2be5: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@madhankannan7/kubernetes-in-production-key-considerations-b2ead677fd78: content_hash: N/A description: '' @@ -156608,6 +166038,7 @@ https://medium.com/@madhankannan7/kubernetes-in-production-key-considerations-b2 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@maggarwa/part-1-why-red-hat-openshift-service-mesh-54b8b6ae1a8f: content_hash: N/A description: '' @@ -156622,6 +166053,7 @@ https://medium.com/@maggarwa/part-1-why-red-hat-openshift-service-mesh-54b8b6ae1 v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/@magstherdev/opentelemetry-on-kubernetes-c167f024b35f: content_hash: N/A description: '' @@ -156636,6 +166068,7 @@ https://medium.com/@magstherdev/opentelemetry-on-kubernetes-c167f024b35f: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@magstherdev/opentelemetry-operator-d3d407354cbf: content_hash: N/A description: '' @@ -156652,6 +166085,7 @@ https://medium.com/@magstherdev/opentelemetry-operator-d3d407354cbf: - kubernetes-operators-controllers.md - monitoring.md year: N/A + addition_method: manual https://medium.com/@maneesha649nirman/design-patterns-for-microservices-30bed0d215f5: content_hash: N/A description: '' @@ -156666,6 +166100,7 @@ https://medium.com/@maneesha649nirman/design-patterns-for-microservices-30bed0d2 v2_locations: - introduction.md year: N/A + addition_method: manual ? https://medium.com/@maninder.bindra/using-nginx-ingress-controller-to-restrict-access-by-ip-ip-whitelisting-for-a-service-deployed-to-bd5c86dc66d6 : content_hash: N/A description: '' @@ -156681,6 +166116,7 @@ https://medium.com/@maneesha649nirman/design-patterns-for-microservices-30bed0d2 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@marc.guerrini/diy-istio-validate-jwt-1ffbd488b1f3: content_hash: N/A description: '' @@ -156695,6 +166131,7 @@ https://medium.com/@marc.guerrini/diy-istio-validate-jwt-1ffbd488b1f3: v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/@marc.khouzam/shell-completion-for-plugins-with-helm-3-8-7cb001012a54: content_hash: N/A description: '' @@ -156709,6 +166146,7 @@ https://medium.com/@marc.khouzam/shell-completion-for-plugins-with-helm-3-8-7cb0 v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/@marco.franssen/gitops-using-helmsman-to-apply-helm-charts-to-k8s-1a7217ced411: content_hash: N/A description: '' @@ -156723,6 +166161,7 @@ https://medium.com/@marco.franssen/gitops-using-helmsman-to-apply-helm-charts-to v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/@marco.franssen/install-hashicorp-vault-on-kubernetes-using-helm-part-2-d612cf6c0c91: content_hash: N/A description: '' @@ -156734,6 +166173,7 @@ https://medium.com/@marco.franssen/install-hashicorp-vault-on-kubernetes-using-h v1_locations: - docs/devsecops.md year: N/A + addition_method: manual ? https://medium.com/@marinradjenovic/why-do-you-still-need-to-think-of-scalability-when-architecting-serverless-apps-a2e1f14e3eca : content_hash: N/A description: '' @@ -156749,6 +166189,7 @@ https://medium.com/@marco.franssen/install-hashicorp-vault-on-kubernetes-using-h v2_locations: - serverless.md year: N/A + addition_method: manual https://medium.com/@mariusz_kujawski/terraform-for-a-data-engineer-553f7538fec8: content_hash: N/A description: '' @@ -156763,6 +166204,7 @@ https://medium.com/@mariusz_kujawski/terraform-for-a-data-engineer-553f7538fec8: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@mark.andreev/how-to-configure-kubernetes-memory-limits-for-java-application-ec0cc5a68c24: content_hash: N/A description: '' @@ -156778,6 +166220,7 @@ https://medium.com/@mark.andreev/how-to-configure-kubernetes-memory-limits-for-j v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@markcallen_devops/setup-kubernetes-admin-on-linux-with-brew-da143cef1c90: content_hash: N/A description: '' @@ -156792,6 +166235,7 @@ https://medium.com/@markcallen_devops/setup-kubernetes-admin-on-linux-with-brew- v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@marko.luksa/delaying-application-start-until-sidecar-is-ready-2ec2d21a7b74: content_hash: N/A description: '' @@ -156806,6 +166250,7 @@ https://medium.com/@marko.luksa/delaying-application-start-until-sidecar-is-read v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@marom.itamar/kubernetes-controllers-custom-resources-and-operators-explained-8e92f46829f6: content_hash: N/A description: '' @@ -156821,6 +166266,7 @@ https://medium.com/@marom.itamar/kubernetes-controllers-custom-resources-and-ope v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/@martin.hodges/adding-observability-to-a-kubernetes-cluster-using-prometheus-c2cba6c0fdaa: content_hash: N/A description: '' @@ -156836,6 +166282,7 @@ https://medium.com/@martin.hodges/adding-observability-to-a-kubernetes-cluster-u v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@martin.hodges/enabling-tls-on-your-vault-cluster-on-kubernetes-0d20439b13d0: content_hash: N/A description: '' @@ -156850,6 +166297,7 @@ https://medium.com/@martin.hodges/enabling-tls-on-your-vault-cluster-on-kubernet v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@martin.hodges/how-to-install-keycloak-iam-on-your-kubernetes-cluster-backed-by-postgres-1228eae4faeb: content_hash: N/A description: '' @@ -156865,6 +166313,7 @@ https://medium.com/@martin.hodges/how-to-install-keycloak-iam-on-your-kubernetes v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://medium.com/@martin.hodges/introduction-to-vault-to-provide-secret-management-in-your-kubernetes-cluster-658b58372569 : content_hash: N/A description: '' @@ -156880,6 +166329,7 @@ https://medium.com/@martin.hodges/how-to-install-keycloak-iam-on-your-kubernetes v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://medium.com/@martin.hodges/use-terraform-ansible-and-github-actions-to-automate-running-your-spring-boot-application-on-e82424da828e : content_hash: N/A description: '' @@ -156895,6 +166345,7 @@ https://medium.com/@martin.hodges/how-to-install-keycloak-iam-on-your-kubernetes v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@martin.hodges/using-a-wildcard-certificate-within-your-kubernetes-cluster-87c014e8dafe: content_hash: N/A description: '' @@ -156910,6 +166361,7 @@ https://medium.com/@martin.hodges/using-a-wildcard-certificate-within-your-kuber v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@martin.hodges/why-do-i-need-an-api-gateway-on-a-kubernetes-cluster-c70f15da836c: content_hash: N/A description: '' @@ -156925,6 +166377,7 @@ https://medium.com/@martin.hodges/why-do-i-need-an-api-gateway-on-a-kubernetes-c v2_locations: - developerportals.md year: N/A + addition_method: manual ? https://medium.com/@martin.schneppenheim/utilizing-and-monitoring-kubernetes-cluster-resources-more-effectively-using-this-tool-df4c68ec2053 : content_hash: N/A description: '' @@ -156939,6 +166392,7 @@ https://medium.com/@martin.hodges/why-do-i-need-an-api-gateway-on-a-kubernetes-c v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@mathieuces/how-to-calculate-cpu-for-containers-in-k8s-dynamically-47a89e3886eb: content_hash: N/A description: '' @@ -156954,6 +166408,7 @@ https://medium.com/@mathieuces/how-to-calculate-cpu-for-containers-in-k8s-dynami v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@mbarkin.narin/problem-solving-strategies-for-microservice-architecture-part-iii-c15830151890: content_hash: N/A description: '' @@ -156969,6 +166424,7 @@ https://medium.com/@mbarkin.narin/problem-solving-strategies-for-microservice-ar v2_locations: - introduction.md year: N/A + addition_method: manual ? https://medium.com/@mehmetodabashi/authentication-and-authorization-in-kubernetes-client-certificates-and-role-based-access-control-d4e98a3c1098 : content_hash: N/A description: '' @@ -156984,6 +166440,7 @@ https://medium.com/@mbarkin.narin/problem-solving-strategies-for-microservice-ar v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://medium.com/@mehmetodabashi/kubernetes-networking-and-service-object-understanding-clusterip-and-nodeport-with-hands-on-study-90cfeaf66e8c : content_hash: N/A description: '' @@ -156999,6 +166456,7 @@ https://medium.com/@mbarkin.narin/problem-solving-strategies-for-microservice-ar v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@meng.yan/what-happens-when-deleting-a-pod-d1219c7e1b53: content_hash: N/A description: '' @@ -157013,6 +166471,7 @@ https://medium.com/@meng.yan/what-happens-when-deleting-a-pod-d1219c7e1b53: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@mertmengu/aws-sam-cli-advanced-serverless-deployments-07432fee87ab: content_hash: N/A description: '' @@ -157027,6 +166486,7 @@ https://medium.com/@mertmengu/aws-sam-cli-advanced-serverless-deployments-07432f v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/@mfsilv/kubernetes-a-gentle-introduction-9d23de7f00e0: content_hash: N/A description: '' @@ -157041,6 +166501,7 @@ https://medium.com/@mfsilv/kubernetes-a-gentle-introduction-9d23de7f00e0: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@mfsilv/kubernetes-for-dummies-the-cluster-7cf6a7b5532: content_hash: N/A description: '' @@ -157051,6 +166512,7 @@ https://medium.com/@mfsilv/kubernetes-for-dummies-the-cluster-7cf6a7b5532: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://medium.com/@michaeljguarino/how-we-created-an-in-browser-kubernetes-experience-58c065cda803: content_hash: N/A description: '' @@ -157065,6 +166527,7 @@ https://medium.com/@michaeljguarino/how-we-created-an-in-browser-kubernetes-expe v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@michaelkm03/api-testing-with-postman-build-a-dynamic-test-suite-e874f4d78e69: content_hash: N/A description: '' @@ -157075,6 +166538,7 @@ https://medium.com/@michaelkm03/api-testing-with-postman-build-a-dynamic-test-su v1_locations: - docs/postman.md year: N/A + addition_method: manual https://medium.com/@michaelkm03/rest-api-test-automation-with-postman-jenkins-1-of-3-860edf3c2a45: content_hash: N/A description: '' @@ -157085,6 +166549,7 @@ https://medium.com/@michaelkm03/rest-api-test-automation-with-postman-jenkins-1- v1_locations: - docs/postman.md year: N/A + addition_method: manual https://medium.com/@micheldirk/on-amazon-eks-and-karpenter-2b84e75e254e: content_hash: N/A description: '' @@ -157099,6 +166564,7 @@ https://medium.com/@micheldirk/on-amazon-eks-and-karpenter-2b84e75e254e: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@mikakrief/using-azure-service-operator-v2-4a1fa1f5e3b8: content_hash: N/A description: '' @@ -157115,6 +166581,7 @@ https://medium.com/@mikakrief/using-azure-service-operator-v2-4a1fa1f5e3b8: - azure.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual ? https://medium.com/@mike_tyson_cloud/aws-landing-zone-mastering-the-architecture-best-practices-and-design-secrets-a37746f72962 : content_hash: N/A description: '' @@ -157130,6 +166597,7 @@ https://medium.com/@mikakrief/using-azure-service-operator-v2-4a1fa1f5e3b8: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://medium.com/@mike_tyson_cloud/it-automation-10-alternatives-to-terraform-286107def5ad: content_hash: N/A description: '' @@ -157144,6 +166612,7 @@ https://medium.com/@mike_tyson_cloud/it-automation-10-alternatives-to-terraform- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@mjkool/kubernetes-operator-simplified-96b8c8f7e627: content_hash: N/A description: '' @@ -157158,6 +166627,7 @@ https://medium.com/@mjkool/kubernetes-operator-simplified-96b8c8f7e627: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual ? https://medium.com/@mkremer_75412/why-postgres-rds-didnt-work-for-us-and-why-it-won-t-work-for-you-if-you-re-implementing-a-big-6c4fff5a8644 : content_hash: N/A description: '' @@ -157173,6 +166643,7 @@ https://medium.com/@mjkool/kubernetes-operator-simplified-96b8c8f7e627: v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/@moep_moep/test-driven-development-with-ansible-using-molecule-3386cef987ac: content_hash: N/A description: '' @@ -157187,6 +166658,7 @@ https://medium.com/@moep_moep/test-driven-development-with-ansible-using-molecul v2_locations: - ansible.md year: N/A + addition_method: manual https://medium.com/@mohaamer5/kubernetes-pod-priority-and-preemption-943c58aee07d: content_hash: N/A description: '' @@ -157201,6 +166673,7 @@ https://medium.com/@mohaamer5/kubernetes-pod-priority-and-preemption-943c58aee07 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@moshe.beladev.mb/better-debugging-environment-for-your-micro-services-9420a71b8a37: content_hash: N/A description: '' @@ -157215,6 +166688,7 @@ https://medium.com/@moshe.beladev.mb/better-debugging-environment-for-your-micro v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@muhidabid.cs/why-does-kubernetes-need-ingress-73d969fb6ffe: content_hash: N/A description: '' @@ -157229,6 +166703,7 @@ https://medium.com/@muhidabid.cs/why-does-kubernetes-need-ingress-73d969fb6ffe: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@muppedaanvesh/a-hand-on-guide-to-vault-in-kubernetes-%EF%B8%8F-1daf73f331bd: content_hash: N/A description: '' @@ -157243,6 +166718,7 @@ https://medium.com/@muppedaanvesh/a-hand-on-guide-to-vault-in-kubernetes-%EF%B8% v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-monitoring-using-prometheus-grafana-%EF%B8%8F-b0e00b1ae039 : content_hash: N/A description: '' @@ -157258,6 +166734,7 @@ https://medium.com/@muppedaanvesh/a-hand-on-guide-to-vault-in-kubernetes-%EF%B8% v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@muppedaanvesh/azure-devops-self-hosted-agents-on-kubernetes-part-1-aa91e7912f79: content_hash: N/A description: '' @@ -157273,6 +166750,7 @@ https://medium.com/@muppedaanvesh/azure-devops-self-hosted-agents-on-kubernetes- v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/@mustafaaltunok/how-ingress-service-deployment-and-pod-link-to-eachother-d3a6ae2c0e06: content_hash: N/A description: '' @@ -157288,6 +166766,7 @@ https://medium.com/@mustafaaltunok/how-ingress-service-deployment-and-pod-link-t v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@nadinCodeHat/http-based-microservices-is-a-bad-idea-670d3db29ca6: content_hash: N/A description: '' @@ -157302,6 +166781,7 @@ https://medium.com/@nadinCodeHat/http-based-microservices-is-a-bad-idea-670d3db2 v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@nanditasahu031/devsecops-implementing-secure-ci-cd-pipelines-9653726b4916: content_hash: N/A description: '' @@ -157317,6 +166797,7 @@ https://medium.com/@nanditasahu031/devsecops-implementing-secure-ci-cd-pipelines v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@nanditasahu031/how-to-integrate-hashicorp-vault-with-jenkins-to-secure-your-secrets-f13bb36e28e9: content_hash: N/A description: '' @@ -157328,6 +166809,7 @@ https://medium.com/@nanditasahu031/how-to-integrate-hashicorp-vault-with-jenkins v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://medium.com/@nanditasahu031/how-to-start-with-kustomize-its-features-dd541c3d2fa8: content_hash: N/A description: '' @@ -157342,6 +166824,7 @@ https://medium.com/@nanditasahu031/how-to-start-with-kustomize-its-features-dd54 v2_locations: - kustomize.md year: N/A + addition_method: manual https://medium.com/@nanditasahu031/how-to-start-with-terragrunt-5cd1a842088a: content_hash: N/A description: '' @@ -157356,6 +166839,7 @@ https://medium.com/@nanditasahu031/how-to-start-with-terragrunt-5cd1a842088a: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@nanditasahu031/istio-service-mesh-a11654f90ed9: content_hash: N/A description: '' @@ -157370,6 +166854,7 @@ https://medium.com/@nanditasahu031/istio-service-mesh-a11654f90ed9: v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/@nanditasahu031/terraform-with-gcp-cloud-d25d60a6e740: content_hash: N/A description: '' @@ -157384,6 +166869,7 @@ https://medium.com/@nanditasahu031/terraform-with-gcp-cloud-d25d60a6e740: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@nanditasahu031/terraformer-generate-terraform-files-from-existing-infrastructure-5d709fedd2b9: content_hash: N/A description: '' @@ -157399,12 +166885,14 @@ https://medium.com/@nanditasahu031/terraformer-generate-terraform-files-from-exi v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@nblaye/exporting-kafka-jmx-metrics-to-grafana-1b9d32fe900a: content_hash: N/A health_score: 100.0 last_checked: 1779032731.773289 v1_locations: - docs/monitoring.md + addition_method: manual https://medium.com/@neonforge/why-you-shouldnt-use-aws-managed-kms-keys-83d9eb9d5090: content_hash: N/A description: '' @@ -157419,6 +166907,7 @@ https://medium.com/@neonforge/why-you-shouldnt-use-aws-managed-kms-keys-83d9eb9d v2_locations: - aws-security.md year: N/A + addition_method: manual https://medium.com/@nidhibansal26/iac-and-openshift-virtualization-handshake-c0a4ada79af5: content_hash: N/A description: '' @@ -157433,6 +166922,7 @@ https://medium.com/@nidhibansal26/iac-and-openshift-virtualization-handshake-c0a v2_locations: - iac.md year: N/A + addition_method: manual https://medium.com/@nikhil.purva/securing-kubernetes-secrets-with-hashicorp-vault-a9555728e095: content_hash: N/A description: '' @@ -157447,6 +166937,7 @@ https://medium.com/@nikhil.purva/securing-kubernetes-secrets-with-hashicorp-vaul v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@niklas.uhrberg/auto-scaling-in-kubernetes-using-kafka-and-application-metrics-part-1-a509256b64ff: content_hash: N/A description: '' @@ -157462,6 +166953,7 @@ https://medium.com/@niklas.uhrberg/auto-scaling-in-kubernetes-using-kafka-and-ap v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@noelgass/azure-common-monitoring-with-terraform-543aee6dd1f1: content_hash: N/A description: '' @@ -157477,6 +166969,7 @@ https://medium.com/@noelgass/azure-common-monitoring-with-terraform-543aee6dd1f1 v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@nomulex/how-to-create-an-ssh-tunnel-to-a-remote-database-in-kubernetes-8e702e927328: content_hash: N/A description: '' @@ -157492,6 +166985,7 @@ https://medium.com/@nomulex/how-to-create-an-ssh-tunnel-to-a-remote-database-in- v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-1-fca5f6b3639b: content_hash: N/A description: '' @@ -157507,6 +167001,7 @@ https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-par v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-2-e8ca6c2cc45c: content_hash: N/A description: '' @@ -157518,6 +167013,7 @@ https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-par v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-3-10dec988757: content_hash: N/A description: '' @@ -157529,6 +167025,7 @@ https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-par v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-4-3856f0756a03: content_hash: N/A description: '' @@ -157540,6 +167037,7 @@ https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-par v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-5-a4c22f0c0245: content_hash: N/A description: '' @@ -157551,6 +167049,7 @@ https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-par v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://medium.com/@norlin.t/kubernetes-the-hard-illumos-way-c4b45a080bac: content_hash: N/A description: '' @@ -157565,6 +167064,7 @@ https://medium.com/@norlin.t/kubernetes-the-hard-illumos-way-c4b45a080bac: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/@norlin.t/kubernetes-the-hard-illumos-way-last-part-c68ca71bc2ce: content_hash: N/A description: '' @@ -157579,6 +167079,7 @@ https://medium.com/@norlin.t/kubernetes-the-hard-illumos-way-last-part-c68ca71bc v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/@nsfabrice2009/how-to-install-argocd-on-k8s-cluster-ad9084c71f16: content_hash: N/A description: '' @@ -157593,6 +167094,7 @@ https://medium.com/@nsfabrice2009/how-to-install-argocd-on-k8s-cluster-ad9084c71 v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@oamdev2020/glue-terraform-ecosystem-into-kubernetes-world-3e5d6feb461e: content_hash: N/A description: '' @@ -157607,6 +167109,7 @@ https://medium.com/@oamdev2020/glue-terraform-ecosystem-into-kubernetes-world-3e v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@okandavut/what-is-gitflow-c0be7a659992: content_hash: N/A description: '' @@ -157621,6 +167124,7 @@ https://medium.com/@okandavut/what-is-gitflow-c0be7a659992: v2_locations: - git.md year: N/A + addition_method: manual ? https://medium.com/@olivier.gaumond/why-am-i-able-to-bind-a-privileged-port-in-my-container-without-the-net-bind-service-capability-60972a4d5496 : content_hash: N/A description: '' @@ -157636,6 +167140,7 @@ https://medium.com/@okandavut/what-is-gitflow-c0be7a659992: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@onai.rotich/4-tools-that-make-it-easy-to-manage-your-kubernetes-cluster-be252847cd85: content_hash: N/A description: '' @@ -157651,6 +167156,7 @@ https://medium.com/@onai.rotich/4-tools-that-make-it-easy-to-manage-your-kuberne v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@onai.rotich/understand-container-metrics-and-why-they-matter-9e88434ca62a: content_hash: N/A description: '' @@ -157665,6 +167171,7 @@ https://medium.com/@onai.rotich/understand-container-metrics-and-why-they-matter v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@orangecola3/understanding-podsecurity-in-kubernetes-e58a65102056: content_hash: N/A description: '' @@ -157679,6 +167186,7 @@ https://medium.com/@orangecola3/understanding-podsecurity-in-kubernetes-e58a6510 v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/@orellanaluke/terraform-and-the-art-of-small-my-guide-to-navigating-smarter-safer-state-management-cd156533ccf7 : content_hash: N/A description: '' @@ -157694,6 +167202,7 @@ https://medium.com/@orangecola3/understanding-podsecurity-in-kubernetes-e58a6510 v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@ospalaemon/introducing-palaemon-the-savior-of-kubernetes-pods-85576c33287c: content_hash: N/A description: '' @@ -157708,6 +167217,7 @@ https://medium.com/@ospalaemon/introducing-palaemon-the-savior-of-kubernetes-pod v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@ostridelabs/k8s-vs-k3s-the-comprehensive-difference-f7667d141c0: content_hash: N/A description: '' @@ -157722,6 +167232,7 @@ https://medium.com/@ostridelabs/k8s-vs-k3s-the-comprehensive-difference-f7667d14 v2_locations: - rancher.md year: N/A + addition_method: manual https://medium.com/@outlier.developer/getting-started-with-argocd-for-gitops-kubernetes-deployments-fafc2ad2af0: content_hash: N/A description: '' @@ -157737,6 +167248,7 @@ https://medium.com/@outlier.developer/getting-started-with-argocd-for-gitops-kub v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@paolo.gallina/releasing-helm-charts-maintaining-your-mental-health-b382685390c8: content_hash: N/A description: '' @@ -157752,6 +167264,7 @@ https://medium.com/@paolo.gallina/releasing-helm-charts-maintaining-your-mental- v2_locations: - helm.md year: N/A + addition_method: manual ? https://medium.com/@paolo.gazzola/deploy-a-rabbitmq-cluster-in-an-on-premise-kubernetes-multi-node-cluster-enviroment-5dd71d84dafc : content_hash: N/A description: '' @@ -157767,6 +167280,7 @@ https://medium.com/@paolo.gallina/releasing-helm-charts-maintaining-your-mental- v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/@pauldotyu/app-to-aks-with-draft-and-acorn-2d25f19649b7: content_hash: N/A description: '' @@ -157783,6 +167297,7 @@ https://medium.com/@pauldotyu/app-to-aks-with-draft-and-acorn-2d25f19649b7: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@pauldotyu/service-mesh-considerations-117561f30295: content_hash: N/A description: '' @@ -157797,6 +167312,7 @@ https://medium.com/@pauldotyu/service-mesh-considerations-117561f30295: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/@pavanbelagatti/kubernetes-service-types-explained-2709cde3bc0c: content_hash: N/A description: '' @@ -157811,6 +167327,7 @@ https://medium.com/@pavanbelagatti/kubernetes-service-types-explained-2709cde3bc v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@pbijjala/considerations-for-hardening-your-gke-a-workload-perceptive-943be26949d2: content_hash: N/A description: '' @@ -157826,6 +167343,7 @@ https://medium.com/@pbijjala/considerations-for-hardening-your-gke-a-workload-pe v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@pbijjala/container-security-an-eco-system-183dbffdf2d8: content_hash: N/A description: '' @@ -157840,6 +167358,7 @@ https://medium.com/@pbijjala/container-security-an-eco-system-183dbffdf2d8: v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@pbijjala/recap-elasticity-in-kubernetes-gke-543d8523d3c: content_hash: N/A description: '' @@ -157854,6 +167373,7 @@ https://medium.com/@pbijjala/recap-elasticity-in-kubernetes-gke-543d8523d3c: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@pbijjala/recap-kube-vrs-cloud-dns-in-gke-b8d1d407e00d: content_hash: N/A description: '' @@ -157868,6 +167388,7 @@ https://medium.com/@pbijjala/recap-kube-vrs-cloud-dns-in-gke-b8d1d407e00d: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@peiruwang/build-ci-cd-multibranch-pipeline-with-jenkins-and-kubernetes-637de560d55a: content_hash: N/A description: '' @@ -157882,6 +167403,7 @@ https://medium.com/@peiruwang/build-ci-cd-multibranch-pipeline-with-jenkins-and- v2_locations: - jenkins.md year: N/A + addition_method: manual ? https://medium.com/@peiruwang/serverless-build-a-serverless-simple-flask-application-with-kubeless-on-top-of-kubernetes-95c6682c3750 : content_hash: N/A description: '' @@ -157897,6 +167419,7 @@ https://medium.com/@peiruwang/build-ci-cd-multibranch-pipeline-with-jenkins-and- v2_locations: - serverless.md year: N/A + addition_method: manual https://medium.com/@percenuage/my-adventure-with-helm-as-gitops-in-a-distributed-architecture-6a6fdc6f11bd: content_hash: N/A description: '' @@ -157912,6 +167435,7 @@ https://medium.com/@percenuage/my-adventure-with-helm-as-gitops-in-a-distributed v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/@perspectivementor/6-essential-skills-for-landing-a-devops-job-in-2024-88f6c19341d7: content_hash: N/A description: '' @@ -157927,6 +167451,7 @@ https://medium.com/@perspectivementor/6-essential-skills-for-landing-a-devops-jo v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/@pflooky/intro-to-kubernetes-mutating-webhooks-even-if-you-dont-know-kubernetes-172c30232488: content_hash: N/A description: '' @@ -157942,6 +167467,7 @@ https://medium.com/@pflooky/intro-to-kubernetes-mutating-webhooks-even-if-you-do v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@pittar/running-oracle-12c-on-openshift-container-platform-ca471a9f7057: content_hash: N/A description: '' @@ -157956,6 +167482,7 @@ https://medium.com/@pittar/running-oracle-12c-on-openshift-container-platform-ca v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/@piyush.sachdeva055/deploy-aks-cluster-in-azure-with-terraform-2028f6c71ada: content_hash: N/A description: '' @@ -157970,6 +167497,7 @@ https://medium.com/@piyush.sachdeva055/deploy-aks-cluster-in-azure-with-terrafor v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@piyush_74867/apache-airflow-on-kubernetes-at-scale-a-peak-under-the-hood-1eebb9b4769b: content_hash: N/A description: '' @@ -157985,6 +167513,7 @@ https://medium.com/@piyush_74867/apache-airflow-on-kubernetes-at-scale-a-peak-un v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/@pleasingsmoke/graceful-shutdown-of-pods-in-kubernetes-6da5588b5356: content_hash: N/A description: '' @@ -157999,6 +167528,7 @@ https://medium.com/@pleasingsmoke/graceful-shutdown-of-pods-in-kubernetes-6da558 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@polatatc/terraform-the-most-demanded-devops-skill-88c461641e7b: content_hash: N/A description: '' @@ -158013,6 +167543,7 @@ https://medium.com/@polatatc/terraform-the-most-demanded-devops-skill-88c461641e v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/@portainerio/kubernetes-the-ultimate-enabler-of-automation-27d5a3502807: content_hash: N/A description: '' @@ -158027,6 +167558,7 @@ https://medium.com/@portainerio/kubernetes-the-ultimate-enabler-of-automation-27 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@poseidon.os/poseidon-a-kubernetes-cluster-visualization-cost-analysis-tool-d0fb55c2858c: content_hash: N/A description: '' @@ -158042,6 +167574,7 @@ https://medium.com/@poseidon.os/poseidon-a-kubernetes-cluster-visualization-cost v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual ? https://medium.com/@prasadanilmore/the-magic-of-visualizing-your-cloud-infrastructure-real-time-terraform-visualization-c85ac0ca4933 : content_hash: N/A description: '' @@ -158057,6 +167590,7 @@ https://medium.com/@poseidon.os/poseidon-a-kubernetes-cluster-visualization-cost v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@pratyush.mathur/kubernetes-architecture-82e9bc8324f1: content_hash: N/A description: '' @@ -158071,6 +167605,7 @@ https://medium.com/@pratyush.mathur/kubernetes-architecture-82e9bc8324f1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@pratyush.mathur/kubernetes-resources-c09d172dbdc5: content_hash: N/A description: '' @@ -158085,6 +167620,7 @@ https://medium.com/@pratyush.mathur/kubernetes-resources-c09d172dbdc5: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@pratyush.mathur/logging-with-efk-1c2e131496d: content_hash: N/A description: '' @@ -158099,6 +167635,7 @@ https://medium.com/@pratyush.mathur/logging-with-efk-1c2e131496d: v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/@pratyush.mathur/secrets-management-using-vault-in-k8s-272462c37fd8: content_hash: N/A description: '' @@ -158113,6 +167650,7 @@ https://medium.com/@pratyush.mathur/secrets-management-using-vault-in-k8s-272462 v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@pratzy99/adoption-of-finops-for-kubernetes-cost-optimization-6263bc7b3f57: content_hash: N/A description: '' @@ -158128,6 +167666,7 @@ https://medium.com/@pratzy99/adoption-of-finops-for-kubernetes-cost-optimization v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/@r_chan/kubernetes-pods-termination-lifecycle-fd2926c4611a: content_hash: N/A description: '' @@ -158142,6 +167681,7 @@ https://medium.com/@r_chan/kubernetes-pods-termination-lifecycle-fd2926c4611a: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@radha.sable25/enabling-iam-users-roles-access-on-amazon-eks-cluster-f69b485c674f: content_hash: N/A description: '' @@ -158157,6 +167697,7 @@ https://medium.com/@radha.sable25/enabling-iam-users-roles-access-on-amazon-eks- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@rafavinnce/gitflow-branch-guide-8a523360c053: content_hash: N/A description: '' @@ -158171,6 +167712,7 @@ https://medium.com/@rafavinnce/gitflow-branch-guide-8a523360c053: v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@raghavendraguttur/podman-containers-beginners-guide-830b931e66f4: content_hash: N/A description: '' @@ -158185,6 +167727,7 @@ https://medium.com/@raghavendraguttur/podman-containers-beginners-guide-830b931e v2_locations: - container-managers.md year: N/A + addition_method: manual https://medium.com/@rahul.fiem/opentelemetry-otel-vs-application-performance-monitoring-apm-86ae829877cf: content_hash: N/A description: '' @@ -158199,6 +167742,7 @@ https://medium.com/@rahul.fiem/opentelemetry-otel-vs-application-performance-mon v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/@randhirthakur076/optimizing-kubernetes-cost-management-a-deep-dive-into-kubecost-5b07c9926c87: content_hash: N/A description: '' @@ -158214,6 +167758,7 @@ https://medium.com/@randhirthakur076/optimizing-kubernetes-cost-management-a-dee v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@ranjana-jha/infrastructure-as-a-code-best-practices-terraform-d7ae4291d621: content_hash: N/A description: '' @@ -158228,6 +167773,7 @@ https://medium.com/@ranjana-jha/infrastructure-as-a-code-best-practices-terrafor v2_locations: - terraform.md year: N/A + addition_method: manual ? https://medium.com/@rasikzilte711/kubernetes-networking-a-guide-to-services-ingress-network-policies-dns-and-cni-plugins-fc1ad7d22ab4 : content_hash: N/A description: '' @@ -158243,6 +167789,7 @@ https://medium.com/@ranjana-jha/infrastructure-as-a-code-best-practices-terrafor v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@ravindursr/automated-manifest-file-validation-using-open-policy-agent-and-github-actions-697fa9fd74f0: content_hash: N/A description: '' @@ -158258,12 +167805,14 @@ https://medium.com/@ravindursr/automated-manifest-file-validation-using-open-pol v2_locations: - securityascode.md year: N/A + addition_method: manual ? https://medium.com/@raymon_dut/whats-the-relationship-between-pod-deployment-replicaset-and-service-in-kubernetes-57bf3be22abb : content_hash: N/A health_score: 100.0 last_checked: 1779029168.879238 v1_locations: - docs/kubernetes.md + addition_method: manual ? https://medium.com/@raymon_dut/whats-the-relationship-between-pod-deployment-replicaset-and-service-in-kubernetes-57bf3be22abb 🌟 : content_hash: N/A @@ -158280,6 +167829,7 @@ https://medium.com/@ravindursr/automated-manifest-file-validation-using-open-pol v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@reefland/access-pvc-data-without-the-pod-troubleshooting-kubernetes-b28bfdd7502: content_hash: N/A description: '' @@ -158294,6 +167844,7 @@ https://medium.com/@reefland/access-pvc-data-without-the-pod-troubleshooting-kub v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@reefland/tracking-down-invisible-oom-kills-in-kubernetes-192a3de33a60: content_hash: N/A description: '' @@ -158308,6 +167859,7 @@ https://medium.com/@reefland/tracking-down-invisible-oom-kills-in-kubernetes-192 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@rghetia/distributed-tracing-and-monitoring-using-opencensus-fe5f6e9479fb: content_hash: N/A description: '' @@ -158322,6 +167874,7 @@ https://medium.com/@rghetia/distributed-tracing-and-monitoring-using-opencensus- v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/@rifkikarimr/continuous-integration-and-continuous-deployment-best-practices-for-devops-b99eac071a5c: content_hash: N/A description: '' @@ -158337,6 +167890,7 @@ https://medium.com/@rifkikarimr/continuous-integration-and-continuous-deployment v2_locations: - cicd.md year: N/A + addition_method: manual https://medium.com/@rishabh1799/building-pipeline-and-launching-jenkins-in-container-d4faf39de173: content_hash: N/A description: '' @@ -158351,6 +167905,7 @@ https://medium.com/@rishabh1799/building-pipeline-and-launching-jenkins-in-conta v2_locations: - jenkins.md year: N/A + addition_method: manual https://medium.com/@rizkiprass/beginner-terraform-tutorial-launching-ec2-in-aws-using-terraform-73f6d99e6233: content_hash: N/A description: '' @@ -158366,6 +167921,7 @@ https://medium.com/@rizkiprass/beginner-terraform-tutorial-launching-ec2-in-aws- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@rosaniline/setup-chained-jenkins-declarative-pipeline-projects-with-triggers-d3d04f1daf75: content_hash: N/A description: '' @@ -158380,6 +167936,7 @@ https://medium.com/@rosaniline/setup-chained-jenkins-declarative-pipeline-projec v2_locations: - jenkins.md year: N/A + addition_method: manual ? https://medium.com/@rphilogene/platform-engineering-7-internal-developer-platform-vs-internal-developer-portal-05c33658891b : content_hash: N/A description: '' @@ -158395,6 +167952,7 @@ https://medium.com/@rosaniline/setup-chained-jenkins-declarative-pipeline-projec v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/@rphilogene/top-10-platform-engineering-tools-you-should-consider-in-2024-892e6e211b85: content_hash: N/A description: '' @@ -158410,6 +167968,7 @@ https://medium.com/@rphilogene/top-10-platform-engineering-tools-you-should-cons v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/@rphilogene/turning-kubernetes-into-a-developer-friendly-product-930d7290a448: content_hash: N/A description: '' @@ -158424,6 +167983,7 @@ https://medium.com/@rphilogene/turning-kubernetes-into-a-developer-friendly-prod v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@rphilogene/whats-an-internal-developer-platform-8f52fb367552: content_hash: N/A description: '' @@ -158438,6 +167998,7 @@ https://medium.com/@rphilogene/whats-an-internal-developer-platform-8f52fb367552 v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/@rramiz.rraza/kafka-metrics-integration-with-prometheus-and-grafana-14fe318fbb8b: content_hash: N/A description: '' @@ -158453,6 +168014,7 @@ https://medium.com/@rramiz.rraza/kafka-metrics-integration-with-prometheus-and-g v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/@rsk.saikrishna/when-to-use-mongodb-rather-than-mysql-d03ceff2e922: content_hash: N/A description: '' @@ -158467,6 +168029,7 @@ https://medium.com/@rsk.saikrishna/when-to-use-mongodb-rather-than-mysql-d03ceff v2_locations: - nosql.md year: N/A + addition_method: manual ? https://medium.com/@rtaplamaci/horizontal-scaling-on-kubernetes-clusters-based-on-aws-cloudwatch-metrics-with-keda-7c9e0e3ba5f : content_hash: N/A description: '' @@ -158482,6 +168045,7 @@ https://medium.com/@rsk.saikrishna/when-to-use-mongodb-rather-than-mysql-d03ceff v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@ruxijitianu/database-version-control-liquibase-versus-flyway-9872d43ee5a4: content_hash: N/A description: '' @@ -158496,6 +168060,7 @@ https://medium.com/@ruxijitianu/database-version-control-liquibase-versus-flyway v2_locations: - liquibase.md year: N/A + addition_method: manual ? https://medium.com/@ryan.dardis/kubeclarity-cloud-native-security-scanning-for-your-kubernetes-cluster-and-more-7c3ee6a16556 : content_hash: N/A description: '' @@ -158511,6 +168076,7 @@ https://medium.com/@ruxijitianu/database-version-control-liquibase-versus-flyway v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@sachem2015/kubermetrics-cluster-visualization-made-simple-d24928f63451: content_hash: N/A description: '' @@ -158525,6 +168091,7 @@ https://medium.com/@sachem2015/kubermetrics-cluster-visualization-made-simple-d2 v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@sajjadfazlani/how-to-protect-your-apis-and-microservices-f22b99ce2322: content_hash: N/A description: '' @@ -158540,6 +168107,7 @@ https://medium.com/@sajjadfazlani/how-to-protect-your-apis-and-microservices-f22 v2_locations: - api.md year: N/A + addition_method: manual https://medium.com/@sakshampaliwal/what-is-kubernetes-in-short-e92f2b81248a: content_hash: N/A description: '' @@ -158554,6 +168122,7 @@ https://medium.com/@sakshampaliwal/what-is-kubernetes-in-short-e92f2b81248a: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@sam.euchaliptus/tolerations-nodeaffinity-for-deterministic-pod-scheduling-in-kubernetes-aa2f1d4316fa: content_hash: N/A description: '' @@ -158569,6 +168138,7 @@ https://medium.com/@sam.euchaliptus/tolerations-nodeaffinity-for-deterministic-p v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@samiullah6799/different-roles-in-mlops-0918de5321a4: content_hash: N/A description: '' @@ -158583,6 +168153,7 @@ https://medium.com/@samiullah6799/different-roles-in-mlops-0918de5321a4: v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/@samng1991216/building-kubernetes-operator-application-from-scratch-part-1-211b6b2467df: content_hash: N/A description: '' @@ -158598,6 +168169,7 @@ https://medium.com/@samng1991216/building-kubernetes-operator-application-from-s v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/@samuelbagattin/partial-helm-values-encryption-using-aws-kms-with-argocd-aca1c0d36323: content_hash: N/A description: '' @@ -158613,6 +168185,7 @@ https://medium.com/@samuelbagattin/partial-helm-values-encryption-using-aws-kms- v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@sandeepsharmaster/modernize-your-cloud-microservices-apps-hexagonal-architecture-769696494c0: content_hash: N/A description: '' @@ -158628,6 +168201,7 @@ https://medium.com/@sandeepsharmaster/modernize-your-cloud-microservices-apps-he v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@sandupatlaabhilash1747/automation-of-cloud-terraform-5a299fb785bb: content_hash: N/A description: '' @@ -158642,6 +168216,7 @@ https://medium.com/@sandupatlaabhilash1747/automation-of-cloud-terraform-5a299fb v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@sangjinn/how-to-communicate-with-kubernetes-workloads-1-service-abe1c5b03fc: content_hash: N/A description: '' @@ -158657,6 +168232,7 @@ https://medium.com/@sangjinn/how-to-communicate-with-kubernetes-workloads-1-serv v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@sangjinn/how-to-communicate-with-kubernetes-workloads-2-ingress-18f44a712690: content_hash: N/A description: '' @@ -158668,6 +168244,7 @@ https://medium.com/@sangjinn/how-to-communicate-with-kubernetes-workloads-2-ingr v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@sanjayaben/how-to-build-an-efficient-ci-cd-pipeline-b5738ad567c8: content_hash: N/A description: '' @@ -158682,6 +168259,7 @@ https://medium.com/@sanjayaben/how-to-build-an-efficient-ci-cd-pipeline-b5738ad5 v2_locations: - cicd.md year: N/A + addition_method: manual ? https://medium.com/@sassenthusiast/serverless-simplified-integrating-docker-containers-into-aws-lambda-via-serverless-yml-cdef9be1681e : content_hash: N/A description: '' @@ -158697,6 +168275,7 @@ https://medium.com/@sanjayaben/how-to-build-an-efficient-ci-cd-pipeline-b5738ad5 v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/@satyakommula/deploy-kubernetes-dashboard-with-nodeport-382f447d2ff8: content_hash: N/A description: '' @@ -158711,6 +168290,7 @@ https://medium.com/@satyakommula/deploy-kubernetes-dashboard-with-nodeport-382f4 v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/@saurabhdahibhate50/devops-day-04-task-e51d64ffbf16: content_hash: N/A description: '' @@ -158725,6 +168305,7 @@ https://medium.com/@saurabhdahibhate50/devops-day-04-task-e51d64ffbf16: v2_locations: - linux.md year: N/A + addition_method: manual ? https://medium.com/@sdevsecops/how-to-implement-devsecops-in-a-kubernetes-cluster-environment-github-actions-and-azure-devops-522bdd121e34 : content_hash: N/A description: '' @@ -158740,6 +168321,7 @@ https://medium.com/@saurabhdahibhate50/devops-day-04-task-e51d64ffbf16: v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/@sdhah1999/prometheus-grafana-on-k8s-6efee4af4036: content_hash: N/A description: '' @@ -158754,6 +168336,7 @@ https://medium.com/@sdhah1999/prometheus-grafana-on-k8s-6efee4af4036: v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@sebagomez/windows-containers-personal-cheat-sheet-95c1c4d6bdf5: content_hash: N/A description: '' @@ -158768,6 +168351,7 @@ https://medium.com/@sebagomez/windows-containers-personal-cheat-sheet-95c1c4d6bd v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/@selvamraju007/git-branching-strategies-a6eafe4541ae: content_hash: N/A description: '' @@ -158782,6 +168366,7 @@ https://medium.com/@selvamraju007/git-branching-strategies-a6eafe4541ae: v2_locations: - git.md year: N/A + addition_method: manual ? https://medium.com/@senjutide2000/designing-a-controller-for-custom-resources-from-scratch-for-absolute-beginners-9cb84b7f906f : content_hash: N/A description: '' @@ -158797,6 +168382,7 @@ https://medium.com/@selvamraju007/git-branching-strategies-a6eafe4541ae: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/@senthilrch/api-access-control-using-istio-ingress-gateway-44be659a087e: content_hash: N/A description: '' @@ -158811,6 +168397,7 @@ https://medium.com/@senthilrch/api-access-control-using-istio-ingress-gateway-44 v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/@senthilrch/kubernetes-network-polices-are-they-really-useful-c3a153c49316: content_hash: N/A description: '' @@ -158825,6 +168412,7 @@ https://medium.com/@senthilrch/kubernetes-network-polices-are-they-really-useful v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@shahinghasemy/what-is-docker-why-should-you-use-it-in-simple-words-cc5e6160f9db: content_hash: N/A description: '' @@ -158839,6 +168427,7 @@ https://medium.com/@shahinghasemy/what-is-docker-why-should-you-use-it-in-simple v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/@sharprazor.app/memory-settings-for-java-process-running-in-kubernetes-pod-1e608a5d2a64: content_hash: N/A description: '' @@ -158854,6 +168443,7 @@ https://medium.com/@sharprazor.app/memory-settings-for-java-process-running-in-k v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://medium.com/@sheraznadeem1/kubescape-kubernetes-hardening-demystified-87fba47f3b6a: content_hash: N/A description: '' @@ -158868,6 +168458,7 @@ https://medium.com/@sheraznadeem1/kubescape-kubernetes-hardening-demystified-87f v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/@shrishs/application-backup-and-restore-using-openshift-api-for-data-protection-oadp-790d39ad96d4: content_hash: N/A description: '' @@ -158883,6 +168474,7 @@ https://medium.com/@shrishs/application-backup-and-restore-using-openshift-api-f v2_locations: - ocp4.md year: N/A + addition_method: manual https://medium.com/@shrishtishreya/kubernetes-configmaps-explained-c6e7c9a6e6a6: content_hash: N/A description: '' @@ -158897,6 +168489,7 @@ https://medium.com/@shrishtishreya/kubernetes-configmaps-explained-c6e7c9a6e6a6: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@shubhadeepchat/best-practices-for-good-rest-api-design-b5fae9a62c86: content_hash: N/A description: '' @@ -158911,6 +168504,7 @@ https://medium.com/@shubhadeepchat/best-practices-for-good-rest-api-design-b5fae v2_locations: - api.md year: N/A + addition_method: manual https://medium.com/@siegert.maximilian/ensure-content-trust-on-kubernetes-using-notary-and-open-policy-agent-485ab3a9423c: content_hash: N/A description: '' @@ -158926,6 +168520,7 @@ https://medium.com/@siegert.maximilian/ensure-content-trust-on-kubernetes-using- v2_locations: - securityascode.md year: N/A + addition_method: manual ? https://medium.com/@simionrazvan/simple-spring-boot-microservice-deployed-in-kubernetes-using-docker-and-nexus-part-1-b581e3ca8916 : content_hash: N/A description: '' @@ -158940,6 +168535,7 @@ https://medium.com/@siegert.maximilian/ensure-content-trust-on-kubernetes-using- v2_locations: - demos.md year: N/A + addition_method: manual ? https://medium.com/@simionrazvan/simple-spring-boot-microservice-deployed-in-kubernetes-using-docker-and-nexus-part-2-25dc2a3982cf : content_hash: N/A description: '' @@ -158950,6 +168546,7 @@ https://medium.com/@siegert.maximilian/ensure-content-trust-on-kubernetes-using- v1_locations: - docs/demos.md year: N/A + addition_method: manual https://medium.com/@sindhujacynixit/fighting-service-latency-in-microservices-with-kubernetes-f5a584f5af36: content_hash: N/A description: '' @@ -158964,6 +168561,7 @@ https://medium.com/@sindhujacynixit/fighting-service-latency-in-microservices-wi v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@slashben81/how-to-write-a-yaml-file-for-kubernetes-armo-76f29e533b1f: content_hash: N/A description: '' @@ -158978,6 +168576,7 @@ https://medium.com/@slashben81/how-to-write-a-yaml-file-for-kubernetes-armo-76f2 v2_locations: - yaml.md year: N/A + addition_method: manual https://medium.com/@slimm609/secure-image-signing-with-cosign-and-aws-kms-82bc25d7fdae: content_hash: N/A description: '' @@ -158992,6 +168591,7 @@ https://medium.com/@slimm609/secure-image-signing-with-cosign-and-aws-kms-82bc25 v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://medium.com/@srikanth.k/kubernetes-what-is-it-what-problems-does-it-solve-how-does-it-compare-with-its-alternatives-937fe80b754f : content_hash: N/A description: '' @@ -159007,6 +168607,7 @@ https://medium.com/@slimm609/secure-image-signing-with-cosign-and-aws-kms-82bc25 v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@study.uttam/main-challenges-of-machine-learning-eb06dffac3da: content_hash: N/A description: '' @@ -159021,6 +168622,7 @@ https://medium.com/@study.uttam/main-challenges-of-machine-learning-eb06dffac3da v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/@suleimanabualrob/kubernetes-cost-optimisation-9e81b76814f6: content_hash: N/A description: '' @@ -159035,6 +168637,7 @@ https://medium.com/@suleimanabualrob/kubernetes-cost-optimisation-9e81b76814f6: v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/@sumudu_liyan/how-to-install-istio-on-kubernetes-cluster-e831c12381b: content_hash: N/A description: '' @@ -159049,6 +168652,7 @@ https://medium.com/@sumudu_liyan/how-to-install-istio-on-kubernetes-cluster-e831 v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/@sureshpalemoni/kubernetes-authentication-and-authorization-with-x509-client-certificates-edbc3517c10: content_hash: N/A description: '' @@ -159063,6 +168667,7 @@ https://medium.com/@sureshpalemoni/kubernetes-authentication-and-authorization-w v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/@suvankar.dey80/time-series-sql-vs-no-sql-a8c7f40d80a8: content_hash: N/A description: '' @@ -159077,6 +168682,7 @@ https://medium.com/@suvankar.dey80/time-series-sql-vs-no-sql-a8c7f40d80a8: v2_locations: - nosql.md year: N/A + addition_method: manual https://medium.com/@swain.dennis1/forking-github-repository-with-git-and-vim-54288dff3801: content_hash: N/A description: '' @@ -159091,6 +168697,7 @@ https://medium.com/@swain.dennis1/forking-github-repository-with-git-and-vim-542 v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@swapnasagarpradhan/simplifying-orchestration-with-kubernetes-e81015681a85: content_hash: N/A description: '' @@ -159105,6 +168712,7 @@ https://medium.com/@swapnasagarpradhan/simplifying-orchestration-with-kubernetes v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://medium.com/@ta.abhisingh/agile-vs-devops-vs-sre-its-not-or-it-s-and-aa312904e577: content_hash: N/A description: '' @@ -159119,6 +168727,7 @@ https://medium.com/@ta.abhisingh/agile-vs-devops-vs-sre-its-not-or-it-s-and-aa31 v2_locations: - sre.md year: N/A + addition_method: manual https://medium.com/@tamerberatcelik/when-and-why-to-use-kubernetes-fface756859f: content_hash: N/A description: '' @@ -159133,6 +168742,7 @@ https://medium.com/@tamerberatcelik/when-and-why-to-use-kubernetes-fface756859f: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@tanmay.avinash.deshpande/the-easiest-way-to-remove-checked-in-credentials-from-a-git-repo-704a373b94e3: content_hash: N/A description: '' @@ -159147,6 +168757,7 @@ https://medium.com/@tanmay.avinash.deshpande/the-easiest-way-to-remove-checked-i v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@tarekbecker/serverless-enterprise-grade-multi-tenancy-using-aws-76ff5f4d0a23: content_hash: N/A description: '' @@ -159161,6 +168772,7 @@ https://medium.com/@tarekbecker/serverless-enterprise-grade-multi-tenancy-using- v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/@tarikucar/getting-started-with-google-cloud-storage-with-terraform-dfb26d85e2dd: content_hash: N/A description: '' @@ -159176,6 +168788,7 @@ https://medium.com/@tarikucar/getting-started-with-google-cloud-storage-with-ter v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@tarunbehal02/aws-cost-optimizations-my-learnings-fcdc14da1f58: content_hash: N/A description: '' @@ -159190,6 +168803,7 @@ https://medium.com/@tarunbehal02/aws-cost-optimizations-my-learnings-fcdc14da1f5 v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/@tathagatapaul7/opentelemetry-in-kubernetes-deploying-your-collector-and-metrics-backend-b8ec86ac4a43: content_hash: N/A description: '' @@ -159205,6 +168819,7 @@ https://medium.com/@tathagatapaul7/opentelemetry-in-kubernetes-deploying-your-co v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/@tech_18484/simplifying-kubernetes-logging-with-efk-stack-158da47ce982: content_hash: N/A description: '' @@ -159219,6 +168834,7 @@ https://medium.com/@tech_18484/simplifying-kubernetes-logging-with-efk-stack-158 v2_locations: - monitoring.md year: N/A + addition_method: manual ? https://medium.com/@terminalsandcoffee/mastering-python-how-to-generate-a-list-of-dictionaries-for-files-in-your-working-directory-with-7cab8b485e69 : content_hash: N/A description: '' @@ -159234,6 +168850,7 @@ https://medium.com/@tech_18484/simplifying-kubernetes-logging-with-efk-stack-158 v2_locations: - python.md year: N/A + addition_method: manual https://medium.com/@thapliyal705/create-amazon-eks-cluster-from-scratch-using-eksctl-67e0d0900245: content_hash: N/A description: '' @@ -159244,6 +168861,7 @@ https://medium.com/@thapliyal705/create-amazon-eks-cluster-from-scratch-using-ek v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@the.nick.miller/multi-container-deployments-with-kubernetes-33c824d8d9a4: content_hash: N/A description: '' @@ -159258,6 +168876,7 @@ https://medium.com/@the.nick.miller/multi-container-deployments-with-kubernetes- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@therealjordanlee/azure-devops-tips-each-loops-c082c692d025: content_hash: N/A description: '' @@ -159272,6 +168891,7 @@ https://medium.com/@therealjordanlee/azure-devops-tips-each-loops-c082c692d025: v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/@thibault60000/git-flow-for-beginners-d7a152b2c1f9: content_hash: N/A description: '' @@ -159286,6 +168906,7 @@ https://medium.com/@thibault60000/git-flow-for-beginners-d7a152b2c1f9: v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@thomaspoignant/starting-with-kubernetes-db121b09fd4: content_hash: N/A description: '' @@ -159300,6 +168921,7 @@ https://medium.com/@thomaspoignant/starting-with-kubernetes-db121b09fd4: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@timebertt/kubernetes-controllers-at-scale-clients-caches-conflicts-patches-explained-aa0f7a8b4332: content_hash: N/A description: '' @@ -159315,6 +168937,7 @@ https://medium.com/@timebertt/kubernetes-controllers-at-scale-clients-caches-con v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/@timleonardDS/who-lets-the-dags-out-register-an-external-dag-with-flyte-chapter-3-bad0ea781119: content_hash: N/A description: '' @@ -159330,6 +168953,7 @@ https://medium.com/@timleonardDS/who-lets-the-dags-out-register-an-external-dag- v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/@tom-neal/cto-checklist-1a2ef3d6502: content_hash: N/A description: '' @@ -159344,6 +168968,7 @@ https://medium.com/@tom-neal/cto-checklist-1a2ef3d6502: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/@toonvandeuren/kubernetes-scaling-the-event-driven-approach-bdd58ded4e3f: content_hash: N/A description: '' @@ -159359,6 +168984,7 @@ https://medium.com/@toonvandeuren/kubernetes-scaling-the-event-driven-approach-b v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/@vafrcor2009/gitflow-vs-trunk-based-development-3beff578030b: content_hash: N/A description: '' @@ -159373,6 +168999,7 @@ https://medium.com/@vafrcor2009/gitflow-vs-trunk-based-development-3beff578030b: v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/@vaib16dec/kubesecops-pipeline-container-security-in-a-cloudnative-ecosystem-e59bf19a713d: content_hash: N/A description: '' @@ -159387,6 +169014,7 @@ https://medium.com/@vaib16dec/kubesecops-pipeline-container-security-in-a-cloudn v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/@vaibhav176/saving-costs-in-google-kubernetes-engine-using-spot-vms-2e6d0157815e: content_hash: N/A description: '' @@ -159401,6 +169029,7 @@ https://medium.com/@vaibhav176/saving-costs-in-google-kubernetes-engine-using-sp v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@vajrapuvinod/mastering-ingress-context-path-based-routing-in-aws-eks-using-terraform-0db2bbbae474: content_hash: N/A description: '' @@ -159416,6 +169045,7 @@ https://medium.com/@vajrapuvinod/mastering-ingress-context-path-based-routing-in v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@valyala/promql-tutorial-for-beginners-9ab455142085: content_hash: N/A description: '' @@ -159430,6 +169060,7 @@ https://medium.com/@valyala/promql-tutorial-for-beginners-9ab455142085: v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/@vamshisuram/how-to-crack-ckad-exam-part-2-26330c32a4e: content_hash: N/A description: '' @@ -159444,6 +169075,7 @@ https://medium.com/@vamshisuram/how-to-crack-ckad-exam-part-2-26330c32a4e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@vamsi.lakshman/overview-of-azure-kubernetes-services-networking-models-e3ca0591aebe: content_hash: N/A description: '' @@ -159460,6 +169092,7 @@ https://medium.com/@vamsi.lakshman/overview-of-azure-kubernetes-services-network v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/@vdboor/using-nginx-ingress-as-a-static-cache-91bc27be04a1: content_hash: N/A description: '' @@ -159474,6 +169107,7 @@ https://medium.com/@vdboor/using-nginx-ingress-as-a-static-cache-91bc27be04a1: v2_locations: - web-servers.md year: N/A + addition_method: manual https://medium.com/@versentfastforward/gitops-and-argocd-to-automate-kubernetes-deployments-640f3a086865: content_hash: N/A description: '' @@ -159488,6 +169122,7 @@ https://medium.com/@versentfastforward/gitops-and-argocd-to-automate-kubernetes- v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@versentfastforward/one-click-bootstrap-deployment-of-argocd-e06f848aacc5: content_hash: N/A description: '' @@ -159502,6 +169137,7 @@ https://medium.com/@versentfastforward/one-click-bootstrap-deployment-of-argocd- v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@versentfastforward/structuring-your-repo-for-argocd-part-1-582817713b0: content_hash: N/A description: '' @@ -159516,6 +169152,7 @@ https://medium.com/@versentfastforward/structuring-your-repo-for-argocd-part-1-5 v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/@victor.ronin/design-your-code-for-readability-vs-writability-d42f04cc6f4d: content_hash: N/A description: '' @@ -159530,6 +169167,7 @@ https://medium.com/@victor.ronin/design-your-code-for-readability-vs-writability v2_locations: - devel-sites.md year: N/A + addition_method: manual https://medium.com/@victor.ronin/the-dark-side-of-a-cross-functional-team-e0d379e37c70: content_hash: N/A description: '' @@ -159544,6 +169182,7 @@ https://medium.com/@victor.ronin/the-dark-side-of-a-cross-functional-team-e0d379 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/@victorpaulo/from-zero-to-kubernetes-operator-dd06436b9d89: content_hash: N/A description: '' @@ -159558,6 +169197,7 @@ https://medium.com/@victorpaulo/from-zero-to-kubernetes-operator-dd06436b9d89: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/@vikram.fugro/container-networking-interface-aka-cni-bdfe23f865cf: content_hash: N/A description: '' @@ -159572,6 +169212,7 @@ https://medium.com/@vikram.fugro/container-networking-interface-aka-cni-bdfe23f8 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/@vinciabhinav7/microservices-communication-architecture-patterns-a8e77e614c2c: content_hash: N/A description: '' @@ -159587,6 +169228,7 @@ https://medium.com/@vinciabhinav7/microservices-communication-architecture-patte v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/@vinoji2005/using-terraform-with-kubernetes-a-comprehensive-guide-237f6bbb0586: content_hash: N/A description: '' @@ -159602,6 +169244,7 @@ https://medium.com/@vinoji2005/using-terraform-with-kubernetes-a-comprehensive-g v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@vinothiniraju/streamlining-kubernetes-deployment-with-ready-built-developer-platform-5ba0cbb4facf: content_hash: N/A description: '' @@ -159617,6 +169260,7 @@ https://medium.com/@vinothiniraju/streamlining-kubernetes-deployment-with-ready- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@vipinagarwal18/install-istio-on-azure-kubernetes-cluster-using-terraform-214f6d3f611: content_hash: N/A description: '' @@ -159631,6 +169275,7 @@ https://medium.com/@vipinagarwal18/install-istio-on-azure-kubernetes-cluster-usi v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@visweswara/pod-disruption-budget-budget-that-can-save-you-one-day-7c22c8a11d: content_hash: N/A description: '' @@ -159646,6 +169291,7 @@ https://medium.com/@visweswara/pod-disruption-budget-budget-that-can-save-you-on v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@visweswara/what-are-kubernetes-admission-controllers-let-me-explain-93b97f659ccc: content_hash: N/A description: '' @@ -159660,6 +169306,7 @@ https://medium.com/@visweswara/what-are-kubernetes-admission-controllers-let-me- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@vrnvav97/canary-deployment-in-kubernetes-a18c81cb9b: content_hash: N/A description: '' @@ -159674,6 +169321,7 @@ https://medium.com/@vrnvav97/canary-deployment-in-kubernetes-a18c81cb9b: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@vvsevel/a-guide-to-kubernetes-application-resource-tuning-part-1-bf0ba04db10: content_hash: N/A description: '' @@ -159689,6 +169337,7 @@ https://medium.com/@vvsevel/a-guide-to-kubernetes-application-resource-tuning-pa v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@walissonscd/creating-a-kubernetes-pod-with-multiple-containers-and-a-shared-volume-257d9aa2081d: content_hash: N/A description: '' @@ -159704,6 +169353,7 @@ https://medium.com/@walissonscd/creating-a-kubernetes-pod-with-multiple-containe v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@walissonscd/monitoring-kubernetes-cluster-resources-using-top-metrics-commands-a60408765321: content_hash: N/A description: '' @@ -159719,6 +169369,7 @@ https://medium.com/@walissonscd/monitoring-kubernetes-cluster-resources-using-to v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/@walissonscd/understanding-your-kubernetes-cluster-16f4b90f3edc: content_hash: N/A description: '' @@ -159733,6 +169384,7 @@ https://medium.com/@walissonscd/understanding-your-kubernetes-cluster-16f4b90f3e v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/@wessel__/istio-with-authentik-securing-your-cluster-and-providing-authentication-and-authorization-b5e48b331920 : content_hash: N/A description: '' @@ -159748,6 +169400,7 @@ https://medium.com/@walissonscd/understanding-your-kubernetes-cluster-16f4b90f3e v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/@willguibr/terraform-1-5-import-and-automatic-code-generation-caa4debfef28: content_hash: N/A description: '' @@ -159762,6 +169415,7 @@ https://medium.com/@willguibr/terraform-1-5-import-and-automatic-code-generation v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/@wuestkamp/kubernetes-canary-deployment-1-gitlab-ci-518f9fdaa7ed: content_hash: N/A description: '' @@ -159776,6 +169430,7 @@ https://medium.com/@wuestkamp/kubernetes-canary-deployment-1-gitlab-ci-518f9fdaa v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@yankee.exe/how-rolling-and-rollback-deployments-work-in-kubernetes-8db4c4dce599: content_hash: N/A description: '' @@ -159790,6 +169445,7 @@ https://medium.com/@yankee.exe/how-rolling-and-rollback-deployments-work-in-kube v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@yogitakothadia/a-manifest-file-in-kubernetes-952183a508d4: content_hash: N/A description: '' @@ -159804,6 +169460,7 @@ https://medium.com/@yogitakothadia/a-manifest-file-in-kubernetes-952183a508d4: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79: content_hash: N/A description: '' @@ -159819,6 +169476,7 @@ https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-wit v2_locations: - python.md year: N/A + addition_method: manual https://medium.com/@yusufkaratoprak/advanced-troubleshooting-techniques-in-kubernetes-pods-24ee0cebfa6f: content_hash: N/A description: '' @@ -159834,6 +169492,7 @@ https://medium.com/@yusufkaratoprak/advanced-troubleshooting-techniques-in-kuber v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/@zeloygabri/deploying-2-tier-aws-architecture-using-terraform-b4167b035751: content_hash: N/A description: '' @@ -159848,6 +169507,7 @@ https://medium.com/@zeloygabri/deploying-2-tier-aws-architecture-using-terraform v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/@zhaoyi0113/kubernetes-how-does-service-network-work-in-the-cluster-d235b69ff536: content_hash: N/A description: '' @@ -159863,12 +169523,14 @@ https://medium.com/@zhaoyi0113/kubernetes-how-does-service-network-work-in-the-c v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual ? https://medium.com/activewizards-machine-learning-company/kafka-monitoring-with-prometheus-telegraf-and-grafana-6228fed736f1 : content_hash: N/A health_score: 100.0 last_checked: 1779029067.877403 v1_locations: - docs/monitoring.md + addition_method: manual https://medium.com/adaltas/gitops-in-practice-deploy-kubernetes-applications-with-argocd-ca170ce8aba3: content_hash: N/A description: '' @@ -159884,6 +169546,7 @@ https://medium.com/adaltas/gitops-in-practice-deploy-kubernetes-applications-wit v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/adaltas/kubernetes-debugging-with-ephemeral-containers-e4be659d9ef6: content_hash: N/A description: '' @@ -159898,6 +169561,7 @@ https://medium.com/adaltas/kubernetes-debugging-with-ephemeral-containers-e4be65 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/adaltas/operating-kafka-in-kubernetes-with-strimzi-84a281c6d964: content_hash: N/A description: '' @@ -159912,6 +169576,7 @@ https://medium.com/adaltas/operating-kafka-in-kubernetes-with-strimzi-84a281c6d9 v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/adeo-tech/a-walkthrough-guide-for-multi-tenancy-with-gke-b9e6f1aed2a2: content_hash: N/A description: '' @@ -159926,6 +169591,7 @@ https://medium.com/adeo-tech/a-walkthrough-guide-for-multi-tenancy-with-gke-b9e6 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/adeo-tech/how-to-save-money-fast-with-kubernetes-do-finops-3a9cafc9beba: content_hash: N/A description: '' @@ -159940,6 +169606,7 @@ https://medium.com/adeo-tech/how-to-save-money-fast-with-kubernetes-do-finops-3a v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/adeo-tech/multi-cloud-kubernetes-survival-guide-49eee9aa58e2: content_hash: N/A description: '' @@ -159954,6 +169621,7 @@ https://medium.com/adeo-tech/multi-cloud-kubernetes-survival-guide-49eee9aa58e2: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://medium.com/adessoturkey/azure-devops-agents-on-aks-with-kaniko-option-f672f900a177: content_hash: N/A description: '' @@ -159968,6 +169636,7 @@ https://medium.com/adessoturkey/azure-devops-agents-on-aks-with-kaniko-option-f6 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/adessoturkey/create-a-windows-vm-in-kubernetes-using-kubevirt-b5f54fb10ffd: content_hash: N/A description: '' @@ -159982,6 +169651,7 @@ https://medium.com/adessoturkey/create-a-windows-vm-in-kubernetes-using-kubevirt v2_locations: - ocp4.md year: N/A + addition_method: manual https://medium.com/adevinta-tech-blog/highway-to-helm-how-to-efficiently-manage-chart-sources-f5749ba8031e: content_hash: N/A description: '' @@ -159996,6 +169666,7 @@ https://medium.com/adevinta-tech-blog/highway-to-helm-how-to-efficiently-manage- v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/adidoescode/chaos-engineering-how-simulating-adversity-can-help-build-ecommerce-resilience-4a799c8912dc: content_hash: N/A description: '' @@ -160011,6 +169682,7 @@ https://medium.com/adidoescode/chaos-engineering-how-simulating-adversity-can-he v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://medium.com/adobetech/designing-a-kubernetes-cluster-with-amazon-eks-from-scratch-4b4ee9d1b8f: content_hash: N/A description: '' @@ -160025,6 +169697,7 @@ https://medium.com/adobetech/designing-a-kubernetes-cluster-with-amazon-eks-from v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/agileinsider/devops-principles-and-practices-explained-in-ten-minutes-6cec7e1dae6d: content_hash: N/A description: '' @@ -160040,6 +169713,7 @@ https://medium.com/agileinsider/devops-principles-and-practices-explained-in-ten v2_locations: - devops.md year: N/A + addition_method: manual ? https://medium.com/agorapulse-stories/platform-engineering-part-3-when-how-to-build-an-internal-developer-platform-cfb22efcca34 : content_hash: N/A description: '' @@ -160055,6 +169729,7 @@ https://medium.com/agileinsider/devops-principles-and-practices-explained-in-ten v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/ai-hero/streamlining-machine-learning-operations-with-kubernetes-and-terraform-41baad37998e: content_hash: N/A description: '' @@ -160070,6 +169745,7 @@ https://medium.com/ai-hero/streamlining-machine-learning-operations-with-kuberne v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/aiguys/mlops-serving-ai-to-million-users-c77ed718b7ed: content_hash: N/A description: '' @@ -160084,6 +169760,7 @@ https://medium.com/aiguys/mlops-serving-ai-to-million-users-c77ed718b7ed: v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/airbnb-engineering/dynamic-kubernetes-cluster-scaling-at-airbnb-d79ae3afa132: content_hash: N/A description: '' @@ -160098,6 +169775,7 @@ https://medium.com/airbnb-engineering/dynamic-kubernetes-cluster-scaling-at-airb v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/airbnb-engineering/how-we-partitioned-airbnb-s-main-database-in-two-weeks-55f7e006ff21: content_hash: N/A description: '' @@ -160113,6 +169791,7 @@ https://medium.com/airbnb-engineering/how-we-partitioned-airbnb-s-main-database- v2_locations: - aws-databases.md year: N/A + addition_method: manual https://medium.com/airwalk/automate-policies-enforcement-with-policy-as-code-2f20aac9e2b0: content_hash: N/A description: '' @@ -160127,6 +169806,7 @@ https://medium.com/airwalk/automate-policies-enforcement-with-policy-as-code-2f2 v2_locations: - securityascode.md year: N/A + addition_method: manual https://medium.com/airwallex-engineering/kafka-streams-iterative-development-and-blue-green-deployment-fae88b26e75e: content_hash: N/A description: '' @@ -160142,6 +169822,7 @@ https://medium.com/airwallex-engineering/kafka-streams-iterative-development-and v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/altitudehq/kafka-retries-and-maintain-order-of-retry-events-313482044351: content_hash: N/A description: '' @@ -160157,6 +169838,7 @@ https://medium.com/altitudehq/kafka-retries-and-maintain-order-of-retry-events-3 v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/ampersand-academy/integrate-bitbucket-jenkins-c6e51103d0fe: content_hash: N/A description: '' @@ -160171,6 +169853,7 @@ https://medium.com/ampersand-academy/integrate-bitbucket-jenkins-c6e51103d0fe: v2_locations: - jenkins.md year: N/A + addition_method: manual ? https://medium.com/analytics-vidhya/dockerizing-a-rest-api-in-python-less-than-9-mb-and-based-on-scratch-image-ef0ee3ad3f0a : content_hash: N/A description: '' @@ -160186,6 +169869,7 @@ https://medium.com/ampersand-academy/integrate-bitbucket-jenkins-c6e51103d0fe: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/analytics-vidhya/multi-namespace-helm-deploy-in-kubernetes-26d1baf1ca5c: content_hash: N/A description: '' @@ -160200,6 +169884,7 @@ https://medium.com/analytics-vidhya/multi-namespace-helm-deploy-in-kubernetes-26 v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/andcloudio/creating-authentication-and-authorization-in-kubernetes-c6c5f0f1d2ad: content_hash: N/A description: '' @@ -160215,6 +169900,7 @@ https://medium.com/andcloudio/creating-authentication-and-authorization-in-kuber v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://medium.com/ankercloud-engineering/10-reasons-why-you-should-think-about-using-an-aws-application-loadbalancer-945f57816c34 : content_hash: N/A description: '' @@ -160230,6 +169916,7 @@ https://medium.com/andcloudio/creating-authentication-and-authorization-in-kuber v2_locations: - aws-networking.md year: N/A + addition_method: manual https://medium.com/apache-airflow/passing-data-between-tasks-with-the-kubernetespodoperator-in-apache-airflow-7ae9e3e6675c: content_hash: N/A description: '' @@ -160245,6 +169932,7 @@ https://medium.com/apache-airflow/passing-data-between-tasks-with-the-kubernetes v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/apache-airflow/what-we-learned-after-running-airflow-on-kubernetes-for-2-years-0537b157acfd: content_hash: N/A description: '' @@ -160260,6 +169948,7 @@ https://medium.com/apache-airflow/what-we-learned-after-running-airflow-on-kuber v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/apache-apisix/10-most-use-cases-of-an-api-gateway-in-api-led-architecture-f4d7fa160dcf: content_hash: N/A description: '' @@ -160274,6 +169963,7 @@ https://medium.com/apache-apisix/10-most-use-cases-of-an-api-gateway-in-api-led- v2_locations: - developerportals.md year: N/A + addition_method: manual https://medium.com/apache-apisix/end-to-end-tracing-opentelemetry-a50fceafed74: content_hash: N/A description: '' @@ -160284,6 +169974,7 @@ https://medium.com/apache-apisix/end-to-end-tracing-opentelemetry-a50fceafed74: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://medium.com/application-driven-infrastructure/best-practices-for-understanding-kubernetes-costs-f3c58a5e1ebf: content_hash: N/A description: '' @@ -160299,6 +169990,7 @@ https://medium.com/application-driven-infrastructure/best-practices-for-understa v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/armory/continuous-cost-optimization-for-kubernetes-4361045f0215: content_hash: N/A description: '' @@ -160313,6 +170005,7 @@ https://medium.com/armory/continuous-cost-optimization-for-kubernetes-4361045f02 v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/asl19-developers/create-readwritemany-persistentvolumeclaims-on-your-kubernetes-cluster-3a8db51f98e3: content_hash: N/A description: '' @@ -160327,6 +170020,7 @@ https://medium.com/asl19-developers/create-readwritemany-persistentvolumeclaims- v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual ? https://medium.com/aspnetrun/microservices-resilience-and-fault-tolerance-with-applying-retry-and-circuit-breaker-patterns-c32e518db990 : content_hash: N/A description: '' @@ -160342,6 +170036,7 @@ https://medium.com/asl19-developers/create-readwritemany-persistentvolumeclaims- v2_locations: - dotnet.md year: N/A + addition_method: manual https://medium.com/atlantbh/implementing-ci-cd-pipeline-using-argo-workflows-and-argo-events-6417dd157566: content_hash: N/A description: '' @@ -160357,6 +170052,7 @@ https://medium.com/atlantbh/implementing-ci-cd-pipeline-using-argo-workflows-and v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/attest-product-and-technology/debugging-mislabelled-route-metrics-from-linkerd-dda47fdff04a: content_hash: N/A description: '' @@ -160372,6 +170068,7 @@ https://medium.com/attest-product-and-technology/debugging-mislabelled-route-met v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/aventude/which-git-branching-model-should-i-select-73aafc503b5f: content_hash: N/A description: '' @@ -160386,6 +170083,7 @@ https://medium.com/aventude/which-git-branching-model-should-i-select-73aafc503b v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog: content_hash: N/A description: '' @@ -160396,6 +170094,7 @@ https://medium.com/avmconsulting-blog: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/aws-backup-service-for-amazon-rds-3e6f5827aa66: content_hash: N/A description: '' @@ -160412,6 +170111,7 @@ https://medium.com/avmconsulting-blog/aws-backup-service-for-amazon-rds-3e6f5827 - aws-backup.md - aws-databases.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/aws-secret-manager-protect-sensitive-information-and-functionality-f520e15293f4: content_hash: N/A description: '' @@ -160427,6 +170127,7 @@ https://medium.com/avmconsulting-blog/aws-secret-manager-protect-sensitive-infor v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/building-a-global-network-with-aws-transit-gateway-7ab0e5222f12: content_hash: N/A description: '' @@ -160441,6 +170142,7 @@ https://medium.com/avmconsulting-blog/building-a-global-network-with-aws-transit v2_locations: - aws-networking.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/ci-cd-with-dockers-and-jenkins-70b6f801f9f7: content_hash: N/A description: '' @@ -160455,6 +170157,7 @@ https://medium.com/avmconsulting-blog/ci-cd-with-dockers-and-jenkins-70b6f801f9f v2_locations: - jenkins.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/cluster-autoscaler-type-in-kubernetes-part2-f2ae432eefbb: content_hash: N/A description: '' @@ -160469,6 +170172,7 @@ https://medium.com/avmconsulting-blog/cluster-autoscaler-type-in-kubernetes-part v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/deploy-infrastructure-with-the-terraform-cloud-operator-for-kubernetes-a179ea4dbbfe: content_hash: N/A description: '' @@ -160484,6 +170188,7 @@ https://medium.com/avmconsulting-blog/deploy-infrastructure-with-the-terraform-c v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/deploying-applications-using-helm-in-kubernetes-b5c8b609e4b5: content_hash: N/A description: '' @@ -160499,6 +170204,7 @@ https://medium.com/avmconsulting-blog/deploying-applications-using-helm-in-kuber v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/deploying-microservices-via-ansible-in-cloud-platform-a03d46b7bd68: content_hash: N/A description: '' @@ -160513,6 +170219,7 @@ https://medium.com/avmconsulting-blog/deploying-microservices-via-ansible-in-clo v2_locations: - ansible.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/deploying-statefulsets-in-kubernetes-k8s-5924e701d327: content_hash: N/A description: '' @@ -160527,6 +170234,7 @@ https://medium.com/avmconsulting-blog/deploying-statefulsets-in-kubernetes-k8s-5 v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/deployment-types-in-kubernetes-14b70ca7ef93: content_hash: N/A description: '' @@ -160541,6 +170249,7 @@ https://medium.com/avmconsulting-blog/deployment-types-in-kubernetes-14b70ca7ef9 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/encrypting-the-certificate-for-kubernetes-lets-encrypt-805d2bf88b2a: content_hash: N/A description: '' @@ -160555,6 +170264,7 @@ https://medium.com/avmconsulting-blog/encrypting-the-certificate-for-kubernetes- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/exploring-network-policies-in-kubernetes-c8a3d8ed00cb: content_hash: N/A description: '' @@ -160569,6 +170279,7 @@ https://medium.com/avmconsulting-blog/exploring-network-policies-in-kubernetes-c v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/how-to-deploy-an-efk-stack-to-kubernetes-ebc1b539d063: content_hash: N/A description: '' @@ -160583,6 +170294,7 @@ https://medium.com/avmconsulting-blog/how-to-deploy-an-efk-stack-to-kubernetes-e v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/how-to-deploy-an-eks-stack-to-kubernetes-aws-5ec9c5a07247: content_hash: N/A description: '' @@ -160597,6 +170309,7 @@ https://medium.com/avmconsulting-blog/how-to-deploy-an-eks-stack-to-kubernetes-a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/installing-vault-on-eks-with-tls-and-persistent-storage-98254b4150f3: content_hash: N/A description: '' @@ -160612,6 +170325,7 @@ https://medium.com/avmconsulting-blog/installing-vault-on-eks-with-tls-and-persi v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/jobs-cronjobs-in-kubernetes-cluster-d0e872e3c8c8: content_hash: N/A description: '' @@ -160626,6 +170340,7 @@ https://medium.com/avmconsulting-blog/jobs-cronjobs-in-kubernetes-cluster-d0e872 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/kubernetes-google-kubernetes-engine-gke-99abf912f912: content_hash: N/A description: '' @@ -160640,6 +170355,7 @@ https://medium.com/avmconsulting-blog/kubernetes-google-kubernetes-engine-gke-99 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/managing-microservices-with-istio-service-mesh-in-kubernetes-36e1fda81757: content_hash: N/A description: '' @@ -160654,6 +170370,7 @@ https://medium.com/avmconsulting-blog/managing-microservices-with-istio-service- v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/prometheus-monitoring-with-elastic-stack-in-kubernetes-5cf0aaa7ce04: content_hash: N/A description: '' @@ -160668,6 +170385,7 @@ https://medium.com/avmconsulting-blog/prometheus-monitoring-with-elastic-stack-i v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/protecting-your-web-application-or-apis-using-aws-waf-1829ff79275a: content_hash: N/A description: '' @@ -160682,6 +170400,7 @@ https://medium.com/avmconsulting-blog/protecting-your-web-application-or-apis-us v2_locations: - aws-security.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/provisioning-storage-in-kubernetes-e1dc5610318d: content_hash: N/A description: '' @@ -160696,6 +170415,7 @@ https://medium.com/avmconsulting-blog/provisioning-storage-in-kubernetes-e1dc561 v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/avmconsulting-blog/replication-controller-replica-sets-in-kubernetes-820f3cec7170: content_hash: N/A description: '' @@ -160710,6 +170430,7 @@ https://medium.com/avmconsulting-blog/replication-controller-replica-sets-in-kub v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/awesome-agile/10-ways-managers-are-wasting-their-developers-potential-5c0d78d8f8ba: content_hash: N/A description: '' @@ -160725,6 +170446,7 @@ https://medium.com/awesome-agile/10-ways-managers-are-wasting-their-developers-p v2_locations: - project-management-methodology.md year: N/A + addition_method: manual ? https://medium.com/awesome-azure/azure-most-useful-azure-services-every-developer-must-know-top-azure-paas-serverless-services-developer-c55b829ac6d7 : content_hash: N/A description: '' @@ -160740,6 +170462,7 @@ https://medium.com/awesome-agile/10-ways-managers-are-wasting-their-developers-p v2_locations: - azure.md year: N/A + addition_method: manual ? https://medium.com/awesome-cloud/aws-difference-between-serverless-lambda-and-containers-kubernetes-serverless-vs-containers-lambda-vs-k8s-a166931870a2 : content_hash: N/A description: '' @@ -160755,6 +170478,7 @@ https://medium.com/awesome-agile/10-ways-managers-are-wasting-their-developers-p v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/aws-activate-startup-blog/a-better-dev-test-experience-docker-and-aws-291da5ab1238: content_hash: N/A description: '' @@ -160769,6 +170493,7 @@ https://medium.com/aws-activate-startup-blog/a-better-dev-test-experience-docker v2_locations: - aws-containers.md year: N/A + addition_method: manual https://medium.com/aws-activate-startup-blog/bitmovin-improving-video-quality-on-the-web-8670039c4334: content_hash: N/A description: '' @@ -160783,6 +170508,7 @@ https://medium.com/aws-activate-startup-blog/bitmovin-improving-video-quality-on v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/aws-activate-startup-blog/building-a-serverless-dynamic-dns-system-with-aws-a32256f0a1d8: content_hash: N/A description: '' @@ -160797,6 +170523,7 @@ https://medium.com/aws-activate-startup-blog/building-a-serverless-dynamic-dns-s v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/aws-activate-startup-blog/optimizing-latency-and-bandwidth-for-aws-traffic-cdfd18d0d0f7: content_hash: N/A description: '' @@ -160811,6 +170538,7 @@ https://medium.com/aws-activate-startup-blog/optimizing-latency-and-bandwidth-fo v2_locations: - aws-networking.md year: N/A + addition_method: manual https://medium.com/aws-activate-startup-blog/scaling-on-aws-part-3-500k-users-3750b227b761: content_hash: N/A description: '' @@ -160825,6 +170553,7 @@ https://medium.com/aws-activate-startup-blog/scaling-on-aws-part-3-500k-users-37 v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/aws-activate-startup-blog/the-top-10-aws-startup-blog-posts-of-2015-d2975e3778bb: content_hash: N/A description: '' @@ -160839,6 +170568,7 @@ https://medium.com/aws-activate-startup-blog/the-top-10-aws-startup-blog-posts-o v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/aws-activate-startup-blog/what-startups-should-know-about-amazon-vpc-part-1-bebe94b7f228: content_hash: N/A description: '' @@ -160853,6 +170583,7 @@ https://medium.com/aws-activate-startup-blog/what-startups-should-know-about-ama v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/aws-infrastructure/create-aws-vpc-infrastructure-with-terraform-308afed9fe31: content_hash: N/A description: '' @@ -160867,6 +170598,7 @@ https://medium.com/aws-infrastructure/create-aws-vpc-infrastructure-with-terrafo v2_locations: - terraform.md year: N/A + addition_method: manual ? https://medium.com/aws-serverless-microservices-with-patterns-best/cloud-native-microservices-evolves-to-aws-serverless-event-driven-architectures-9a38c473f4f8 : content_hash: N/A description: '' @@ -160882,6 +170614,7 @@ https://medium.com/aws-infrastructure/create-aws-vpc-infrastructure-with-terrafo v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/awsblogs/ci-cd-with-kubernetes-3c29e8073c38: content_hash: N/A description: '' @@ -160896,6 +170629,7 @@ https://medium.com/awsblogs/ci-cd-with-kubernetes-3c29e8073c38: v2_locations: - demos.md year: N/A + addition_method: manual ? https://medium.com/backstagewitharchitects/how-autoscaling-works-in-kubernetes-why-you-need-to-start-using-keda-b601b483d355 : content_hash: N/A description: '' @@ -160911,6 +170645,7 @@ https://medium.com/awsblogs/ci-cd-with-kubernetes-3c29e8073c38: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/bakdata/optimizing-kafka-streams-apps-on-kubernetes-by-splitting-topologies-ac6b4c90516e: content_hash: N/A description: '' @@ -160925,6 +170660,7 @@ https://medium.com/bakdata/optimizing-kafka-streams-apps-on-kubernetes-by-splitt v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/bakdata/scalable-machine-learning-with-kafka-streams-and-kserve-85308858d867: content_hash: N/A description: '' @@ -160939,6 +170675,7 @@ https://medium.com/bakdata/scalable-machine-learning-with-kafka-streams-and-kser v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/bash-tips-and-tricks/how-to-trigger-an-action-at-the-end-of-the-shell-bash-script-52b0ba9c157e: content_hash: N/A description: '' @@ -160953,6 +170690,7 @@ https://medium.com/bash-tips-and-tricks/how-to-trigger-an-action-at-the-end-of-t v2_locations: - linux.md year: N/A + addition_method: manual https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a: content_hash: N/A description: '' @@ -160968,6 +170706,7 @@ https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terrafor v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/bb-tutorials-and-thoughts/how-to-build-and-deploy-mern-stack-on-azure-aks-c25eaf27b9d0: content_hash: N/A description: '' @@ -160983,6 +170722,7 @@ https://medium.com/bb-tutorials-and-thoughts/how-to-build-and-deploy-mern-stack- v2_locations: - demos.md year: N/A + addition_method: manual ? https://medium.com/bb-tutorials-and-thoughts/how-to-deploy-and-run-python-apis-on-aws-app-runner-with-cloudformation-cf9c6fd14cf6 : content_hash: N/A description: '' @@ -160998,6 +170738,7 @@ https://medium.com/bb-tutorials-and-thoughts/how-to-build-and-deploy-mern-stack- v2_locations: - aws-iac.md year: N/A + addition_method: manual https://medium.com/bb-tutorials-and-thoughts/kubernetes-learn-init-container-pattern-7a757742de6b: content_hash: N/A description: '' @@ -161012,6 +170753,7 @@ https://medium.com/bb-tutorials-and-thoughts/kubernetes-learn-init-container-pat v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/bb-tutorials-and-thoughts/kubernetes-learn-sidecar-container-pattern-6d8c21f873d: content_hash: N/A description: '' @@ -161026,6 +170768,7 @@ https://medium.com/bb-tutorials-and-thoughts/kubernetes-learn-sidecar-container- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/beamdental/using-kubernetes-custom-resources-to-manage-our-ephemeral-environments-f298610893e1: content_hash: N/A description: '' @@ -161040,6 +170783,7 @@ https://medium.com/beamdental/using-kubernetes-custom-resources-to-manage-our-ep v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/better-practices/chaos-d3ef238ec328: content_hash: N/A description: '' @@ -161055,6 +170799,7 @@ https://medium.com/better-practices/chaos-d3ef238ec328: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://medium.com/better-practices/kubernetes-tutorial-b6f302a67426: content_hash: N/A description: '' @@ -161070,6 +170815,7 @@ https://medium.com/better-practices/kubernetes-tutorial-b6f302a67426: v2_locations: - postman.md year: N/A + addition_method: manual https://medium.com/better-programming/10-antipatterns-for-kubernetes-deployments-e97ce1199f2d: content_hash: N/A description: '' @@ -161084,6 +170830,7 @@ https://medium.com/better-programming/10-antipatterns-for-kubernetes-deployments v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/better-programming/3-years-of-kubernetes-in-production-heres-what-we-learned-44e77e1749c8: content_hash: N/A description: '' @@ -161098,6 +170845,7 @@ https://medium.com/better-programming/3-years-of-kubernetes-in-production-heres- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/better-programming/4-simple-kubernetes-terminal-customizations-to-boost-your-productivity-deda60a19924: content_hash: N/A description: '' @@ -161114,6 +170862,7 @@ https://medium.com/better-programming/4-simple-kubernetes-terminal-customization - kubectl-commands.md - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/better-programming/a-practical-step-by-step-guide-to-understanding-kubernetes-d8be7f82e533: content_hash: N/A description: '' @@ -161128,6 +170877,7 @@ https://medium.com/better-programming/a-practical-step-by-step-guide-to-understa v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/better-programming/awesome-kubernetes-command-line-hacks-8bd3604e394f: content_hash: N/A description: '' @@ -161142,6 +170892,7 @@ https://medium.com/better-programming/awesome-kubernetes-command-line-hacks-8bd3 v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://medium.com/better-programming/build-a-federation-of-multiple-kubernetes-clusters-with-kubefed-v2-8d2f7d9e198a: content_hash: N/A description: '' @@ -161157,6 +170908,7 @@ https://medium.com/better-programming/build-a-federation-of-multiple-kubernetes- v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/better-programming/build-kubernetes-autoscaling-for-cluster-nodes-and-application-pods-bb7f2d716b07: content_hash: N/A description: '' @@ -161172,6 +170924,7 @@ https://medium.com/better-programming/build-kubernetes-autoscaling-for-cluster-n v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual ? https://medium.com/better-programming/creating-a-custom-annotation-for-the-kubernetes-ingress-nginx-controller-444e9d486192 : content_hash: N/A description: '' @@ -161186,6 +170939,7 @@ https://medium.com/better-programming/build-kubernetes-autoscaling-for-cluster-n v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/better-programming/devop-noops-difference-504dfc4e9faa: content_hash: N/A description: '' @@ -161200,6 +170954,7 @@ https://medium.com/better-programming/devop-noops-difference-504dfc4e9faa: v2_locations: - noops.md year: N/A + addition_method: manual https://medium.com/better-programming/devops-noops-finops-64e0df91bcb8: content_hash: N/A description: '' @@ -161214,6 +170969,7 @@ https://medium.com/better-programming/devops-noops-finops-64e0df91bcb8: v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/better-programming/how-to-become-a-devops-engineer-in-2020-7618492a09d8: content_hash: N/A description: '' @@ -161228,6 +170984,7 @@ https://medium.com/better-programming/how-to-become-a-devops-engineer-in-2020-76 v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/better-programming/how-to-harden-your-kubernetes-cluster-for-production-7e47990efc2a: content_hash: N/A description: '' @@ -161242,6 +170999,7 @@ https://medium.com/better-programming/how-to-harden-your-kubernetes-cluster-for- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/better-programming/how-to-manage-microservices-on-kubernetes-with-istio-c25e97a60a59: content_hash: N/A description: '' @@ -161256,6 +171014,7 @@ https://medium.com/better-programming/how-to-manage-microservices-on-kubernetes- v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/better-programming/how-to-validate-your-kubernetes-cluster-with-sonobuoy-c91b282908fe: content_hash: N/A description: '' @@ -161270,6 +171029,7 @@ https://medium.com/better-programming/how-to-validate-your-kubernetes-cluster-wi v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://medium.com/better-programming/kubernetes-deployment-connect-your-front-end-to-your-back-end-with-nginx-7e4e7cfef177 : content_hash: N/A description: '' @@ -161285,6 +171045,7 @@ https://medium.com/better-programming/how-to-validate-your-kubernetes-cluster-wi v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/better-programming/kubernetes-lessons-in-alerting-a0b7a455e89d: content_hash: N/A description: '' @@ -161299,6 +171060,7 @@ https://medium.com/better-programming/kubernetes-lessons-in-alerting-a0b7a455e89 v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/better-programming/kubernetes-pod-redundancy-strategies-a6d9b560749a: content_hash: N/A description: '' @@ -161313,6 +171075,7 @@ https://medium.com/better-programming/kubernetes-pod-redundancy-strategies-a6d9b v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/better-programming/managed-kubernetes-services-compared-gke-vs-eks-vs-aks-df1ecb22bba0: content_hash: N/A description: '' @@ -161327,6 +171090,7 @@ https://medium.com/better-programming/managed-kubernetes-services-compared-gke-v v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/better-programming/rabbitmq-vs-kafka-1ef22a041793: content_hash: N/A description: '' @@ -161341,6 +171105,7 @@ https://medium.com/better-programming/rabbitmq-vs-kafka-1ef22a041793: v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/better-programming/the-roles-of-service-mesh-and-api-gateways-in-microservice-architecture-f6e7dfd61043: content_hash: N/A description: '' @@ -161356,6 +171121,7 @@ https://medium.com/better-programming/the-roles-of-service-mesh-and-api-gateways v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/better-programming/virtual-clusters-for-kubernetes-benefits-use-cases-a4eee1c5c5a5: content_hash: N/A description: '' @@ -161370,6 +171136,7 @@ https://medium.com/better-programming/virtual-clusters-for-kubernetes-benefits-u v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/better-programming/why-not-use-kubernetes-52a89ada5e22: content_hash: N/A description: '' @@ -161384,6 +171151,7 @@ https://medium.com/better-programming/why-not-use-kubernetes-52a89ada5e22: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://medium.com/beyn-technology/is-nginx-dead-is-traefik-v3-20-faster-than-traefik-v2-f28ffb7eed3e: content_hash: N/A description: '' @@ -161399,6 +171167,7 @@ https://medium.com/beyn-technology/is-nginx-dead-is-traefik-v3-20-faster-than-tr v2_locations: - web-servers.md year: N/A + addition_method: manual https://medium.com/bitgrit-data-science-publication/latexify-writing-latex-with-python-6c0fa4b2e9d5: content_hash: N/A description: '' @@ -161414,6 +171183,7 @@ https://medium.com/bitgrit-data-science-publication/latexify-writing-latex-with- v2_locations: - python.md year: N/A + addition_method: manual ? https://medium.com/blablacar/leveraging-operator-pattern-and-volumesnapshots-to-backup-databases-in-kubernetes-3a28aa425100 : content_hash: N/A description: '' @@ -161429,6 +171199,7 @@ https://medium.com/bitgrit-data-science-publication/latexify-writing-latex-with- v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://medium.com/blablacar/operating-node-js-in-kubernetes-at-scale-at-blablacar-3afb6d5d4299: content_hash: N/A description: '' @@ -161443,6 +171214,7 @@ https://medium.com/blablacar/operating-node-js-in-kubernetes-at-scale-at-blablac v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/brainyydude/kubernetes-scaling-replicas-69fcd44b0630: content_hash: N/A description: '' @@ -161457,6 +171229,7 @@ https://medium.com/brainyydude/kubernetes-scaling-replicas-69fcd44b0630: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/buildpiper/observability-for-monitoring-microservices-top-5-ways-587871e726d0: content_hash: N/A description: '' @@ -161472,6 +171245,7 @@ https://medium.com/buildpiper/observability-for-monitoring-microservices-top-5-w v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/bumble-tech/gitops-for-multi-cluster-k8s-environments-d305431ba6d6: content_hash: N/A description: '' @@ -161486,6 +171260,7 @@ https://medium.com/bumble-tech/gitops-for-multi-cluster-k8s-environments-d305431 v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/capital-one-tech/focusing-on-the-devops-pipeline-topo-pal-833d15edf0bd: content_hash: N/A description: '' @@ -161500,6 +171275,7 @@ https://medium.com/capital-one-tech/focusing-on-the-devops-pipeline-topo-pal-833 v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://medium.com/career-of-you/a-ten-step-process-for-team-leaders-to-reduce-meeting-overload-and-take-back-their-time-407cf1f8f09b : content_hash: N/A description: '' @@ -161515,6 +171291,7 @@ https://medium.com/capital-one-tech/focusing-on-the-devops-pipeline-topo-pal-833 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/circuitpeople/aws-cli-with-jq-and-bash-9d54e2eabaf1: content_hash: N/A description: '' @@ -161529,6 +171306,7 @@ https://medium.com/circuitpeople/aws-cli-with-jq-and-bash-9d54e2eabaf1: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://medium.com/clarusway/how-can-we-easily-and-visually-explain-the-docker-compose-53df77e9f046: content_hash: N/A description: '' @@ -161543,6 +171321,7 @@ https://medium.com/clarusway/how-can-we-easily-and-visually-explain-the-docker-c v2_locations: - docker.md year: N/A + addition_method: manual ? https://medium.com/cloud-foundry-foundation/installing-cf-for-k8s-on-a-kubernetes-cluster-running-on-digitalocean-acffdc652dcf : content_hash: N/A description: '' @@ -161558,6 +171337,7 @@ https://medium.com/clarusway/how-can-we-easily-and-visually-explain-the-docker-c v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/cloud-native-daily/getting-started-with-ansible-a-comprehensive-guide-for-devops-beginners-fd2fb3fd7a40: content_hash: N/A description: '' @@ -161573,6 +171353,7 @@ https://medium.com/cloud-native-daily/getting-started-with-ansible-a-comprehensi v2_locations: - ansible.md year: N/A + addition_method: manual https://medium.com/cloud-native-daily/how-to-securely-manage-terraform-state-file-in-aws-using-terraform-7c20b211c9cb: content_hash: N/A description: '' @@ -161588,6 +171369,7 @@ https://medium.com/cloud-native-daily/how-to-securely-manage-terraform-state-fil v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/cloud-native-daily/why-you-shouldnt-fear-to-adopt-opentelemetry-for-observability-fcb6371ea8fe: content_hash: N/A description: '' @@ -161603,6 +171385,7 @@ https://medium.com/cloud-native-daily/why-you-shouldnt-fear-to-adopt-opentelemet v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/cloud-techies/application-inventory-using-system-manager-f3eeb75d3279: content_hash: N/A description: '' @@ -161617,6 +171400,7 @@ https://medium.com/cloud-techies/application-inventory-using-system-manager-f3ee v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/cloud-techies/blocking-bots-using-aws-waf-d449e6d159ca: content_hash: N/A description: '' @@ -161631,6 +171415,7 @@ https://medium.com/cloud-techies/blocking-bots-using-aws-waf-d449e6d159ca: v2_locations: - aws-security.md year: N/A + addition_method: manual https://medium.com/cloud-techies/useful-commands-solutions-49f1c1b4e033: content_hash: N/A description: '' @@ -161645,6 +171430,7 @@ https://medium.com/cloud-techies/useful-commands-solutions-49f1c1b4e033: v2_locations: - linux.md year: N/A + addition_method: manual https://medium.com/cloudandthings/terraform-git-commit-m-all-the-secrets-5dfea9b111de: content_hash: N/A description: '' @@ -161660,6 +171446,7 @@ https://medium.com/cloudandthings/terraform-git-commit-m-all-the-secrets-5dfea9b v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/cloudnesil/kafka-streams-state-store-at-scale-390d9717b42a: content_hash: N/A description: '' @@ -161674,6 +171461,7 @@ https://medium.com/cloudnesil/kafka-streams-state-store-at-scale-390d9717b42a: v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/cloudyrion/kubernetes-end-to-end-chain-exploit-c2be32688fd0: content_hash: N/A description: '' @@ -161688,6 +171476,7 @@ https://medium.com/cloudyrion/kubernetes-end-to-end-chain-exploit-c2be32688fd0: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://medium.com/cloudzone/google-clouds-traffic-director-what-is-it-and-how-is-it-related-to-the-istio-service-mesh-c199acc64a6d : content_hash: N/A description: '' @@ -161703,6 +171492,7 @@ https://medium.com/cloudyrion/kubernetes-end-to-end-chain-exploit-c2be32688fd0: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/codemonday/github-actions-for-ci-cd-with-ec2-codedeploy-and-s3-e93e75bf1ce0: content_hash: N/A description: '' @@ -161717,6 +171507,7 @@ https://medium.com/codemonday/github-actions-for-ci-cd-with-ec2-codedeploy-and-s v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/codestory/build-interactive-cli-tools-in-python-47303c50d75: content_hash: N/A description: '' @@ -161731,6 +171522,7 @@ https://medium.com/codestory/build-interactive-cli-tools-in-python-47303c50d75: v2_locations: - python.md year: N/A + addition_method: manual https://medium.com/codex/6-key-areas-to-improve-your-devops-performance-f4c4226feb25: content_hash: N/A description: '' @@ -161745,6 +171537,7 @@ https://medium.com/codex/6-key-areas-to-improve-your-devops-performance-f4c4226f v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/codex/7-best-practices-for-data-ingestion-f336c6b5128c: content_hash: N/A description: '' @@ -161759,6 +171552,7 @@ https://medium.com/codex/7-best-practices-for-data-ingestion-f336c6b5128c: v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/codex/access-application-externally-in-kubernetes-cluster-using-load-balancer-service-d1b7858d51: content_hash: N/A description: '' @@ -161774,6 +171568,7 @@ https://medium.com/codex/access-application-externally-in-kubernetes-cluster-usi v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/codex/api-authentication-using-istio-ingress-gateway-oauth2-proxy-and-keycloak-a980c996c259: content_hash: N/A description: '' @@ -161789,6 +171584,7 @@ https://medium.com/codex/api-authentication-using-istio-ingress-gateway-oauth2-p v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/codex/capture-tcpdump-with-ksniff-and-wireshark-from-kubernetes-c212b93ff9f9: content_hash: N/A description: '' @@ -161803,6 +171599,7 @@ https://medium.com/codex/capture-tcpdump-with-ksniff-and-wireshark-from-kubernet v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/codex/create-a-pod-in-kubernetes-cluster-b9e0c33bb904: content_hash: N/A description: '' @@ -161817,6 +171614,7 @@ https://medium.com/codex/create-a-pod-in-kubernetes-cluster-b9e0c33bb904: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/codex/create-kubernetes-cluster-on-aws-eks-6ced4c488e62: content_hash: N/A description: '' @@ -161831,6 +171629,7 @@ https://medium.com/codex/create-kubernetes-cluster-on-aws-eks-6ced4c488e62: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/codex/create-kubernetes-cluster-using-linode-lke-4f9c71d03a8d: content_hash: N/A description: '' @@ -161845,6 +171644,7 @@ https://medium.com/codex/create-kubernetes-cluster-using-linode-lke-4f9c71d03a8d v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/codex/ddd-events-are-complex-db4b1fb57817: content_hash: N/A description: '' @@ -161859,6 +171659,7 @@ https://medium.com/codex/ddd-events-are-complex-db4b1fb57817: v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/codex/deploy-docker-image-to-kubernetes-cluster-using-jenkins-8182cc0a8de7: content_hash: N/A description: '' @@ -161873,6 +171674,7 @@ https://medium.com/codex/deploy-docker-image-to-kubernetes-cluster-using-jenkins v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/codex/egress-traffic-control-for-nginx-ingress-controller-with-istio-proxy-sidecar-ef8f19902b43: content_hash: N/A description: '' @@ -161888,6 +171690,7 @@ https://medium.com/codex/egress-traffic-control-for-nginx-ingress-controller-wit v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/codex/explore-client-go-informer-patterns-4415bb5f1fbd: content_hash: N/A description: '' @@ -161902,6 +171705,7 @@ https://medium.com/codex/explore-client-go-informer-patterns-4415bb5f1fbd: v2_locations: - golang.md year: N/A + addition_method: manual https://medium.com/codex/helm-charts-for-kubernetes-developers-dce5719d4c8c: content_hash: N/A description: '' @@ -161916,6 +171720,7 @@ https://medium.com/codex/helm-charts-for-kubernetes-developers-dce5719d4c8c: v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/codex/how-to-deploy-wordpress-on-kubernetes-part-2-df1cc9cbaa2e: content_hash: N/A description: '' @@ -161930,6 +171735,7 @@ https://medium.com/codex/how-to-deploy-wordpress-on-kubernetes-part-2-df1cc9cbaa v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/codex/how-to-use-the-if-else-statement-in-terraform-examples-76283b593828: content_hash: N/A description: '' @@ -161945,6 +171751,7 @@ https://medium.com/codex/how-to-use-the-if-else-statement-in-terraform-examples- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/codex/kubectl-output-101-851f8e61fd51: content_hash: N/A description: '' @@ -161959,6 +171766,7 @@ https://medium.com/codex/kubectl-output-101-851f8e61fd51: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/codex/kubernetes-configmaps-explained-961cdd23f232: content_hash: N/A description: '' @@ -161973,6 +171781,7 @@ https://medium.com/codex/kubernetes-configmaps-explained-961cdd23f232: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/codex/kubernetes-deployment-rolling-updates-and-rollbacks-explained-e3efa6557368: content_hash: N/A description: '' @@ -161987,6 +171796,7 @@ https://medium.com/codex/kubernetes-deployment-rolling-updates-and-rollbacks-exp v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/codex/kubernetes-network-polices-are-they-really-useful-c3a153c49316: content_hash: N/A description: '' @@ -162001,6 +171811,7 @@ https://medium.com/codex/kubernetes-network-polices-are-they-really-useful-c3a15 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/codex/kubernetes-persistent-volume-explained-fb27df29c393: content_hash: N/A description: '' @@ -162015,6 +171826,7 @@ https://medium.com/codex/kubernetes-persistent-volume-explained-fb27df29c393: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/codex/kubernetes-secrets-explained-f45baf8cefa7: content_hash: N/A description: '' @@ -162029,6 +171841,7 @@ https://medium.com/codex/kubernetes-secrets-explained-f45baf8cefa7: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/codex/microservices-communication-queues-topics-and-streams-597664d4b786: content_hash: N/A description: '' @@ -162043,6 +171856,7 @@ https://medium.com/codex/microservices-communication-queues-topics-and-streams-5 v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/codex/points-to-consider-for-structuring-infrastructure-as-code-repositories-886ff58404b8: content_hash: N/A description: '' @@ -162058,6 +171872,7 @@ https://medium.com/codex/points-to-consider-for-structuring-infrastructure-as-co v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/codex/push-docker-image-to-docker-hub-acc978c76ad: content_hash: N/A description: '' @@ -162072,6 +171887,7 @@ https://medium.com/codex/push-docker-image-to-docker-hub-acc978c76ad: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/codex/running-jvm-applications-on-kubernetes-beyond-java-jar-a095949f3e34: content_hash: N/A description: '' @@ -162087,6 +171903,7 @@ https://medium.com/codex/running-jvm-applications-on-kubernetes-beyond-java-jar- v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://medium.com/codex/sealed-secrets-for-kubernetes-722d643eb658: content_hash: N/A description: '' @@ -162101,6 +171918,7 @@ https://medium.com/codex/sealed-secrets-for-kubernetes-722d643eb658: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/codex/simplifying-kubernetes-deployments-with-helm-package-manager-bf834c51818d: content_hash: N/A description: '' @@ -162116,6 +171934,7 @@ https://medium.com/codex/simplifying-kubernetes-deployments-with-helm-package-ma v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/codex/solving-distributed-transaction-management-problem-in-microservices-architecture-586ab3087efe: content_hash: N/A description: '' @@ -162131,6 +171950,7 @@ https://medium.com/codex/solving-distributed-transaction-management-problem-in-m v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/codex/the-only-true-agency-a-software-engineer-requires-2c0816b263bc: content_hash: N/A description: '' @@ -162145,6 +171965,7 @@ https://medium.com/codex/the-only-true-agency-a-software-engineer-requires-2c081 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/codezero-reflections/automated-build-and-deploy-pipelines-for-kubernetes-d268542cca52: content_hash: N/A description: '' @@ -162159,6 +171980,7 @@ https://medium.com/codezero-reflections/automated-build-and-deploy-pipelines-for v2_locations: - cicd.md year: N/A + addition_method: manual https://medium.com/codezero-reflections/next-generation-kubernetes-deployments-12637eae9d68: content_hash: N/A description: '' @@ -162173,6 +171995,7 @@ https://medium.com/codezero-reflections/next-generation-kubernetes-deployments-1 v2_locations: - cicd.md year: N/A + addition_method: manual https://medium.com/compass-true-north/governing-multi-tenant-kubernetes-clusters-with-kyverno-3e11ba4a64ad: content_hash: N/A description: '' @@ -162188,6 +172011,7 @@ https://medium.com/compass-true-north/governing-multi-tenant-kubernetes-clusters v2_locations: - securityascode.md year: N/A + addition_method: manual https://medium.com/compass-true-north/halving-kubernetes-compute-costs-with-vertical-pod-autoscaler-df658c043301: content_hash: N/A description: '' @@ -162203,6 +172027,7 @@ https://medium.com/compass-true-north/halving-kubernetes-compute-costs-with-vert v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/comsystoreply/stream-your-database-into-kafka-with-debezium-a94b2f649664: content_hash: N/A description: '' @@ -162217,6 +172042,7 @@ https://medium.com/comsystoreply/stream-your-database-into-kafka-with-debezium-a v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/condorlabs-engineering/happy-trip-to-kubernetes-in-our-company-85ecfde573fd: content_hash: N/A description: '' @@ -162231,6 +172057,7 @@ https://medium.com/condorlabs-engineering/happy-trip-to-kubernetes-in-our-compan v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/container-talks/7-tools-to-make-kubernetes-management-easy-ba8238e6ce8d: content_hash: N/A description: '' @@ -162245,6 +172072,7 @@ https://medium.com/container-talks/7-tools-to-make-kubernetes-management-easy-ba v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/containers-101/best-practices-for-argo-cd-8253bcd31897: content_hash: N/A description: '' @@ -162259,6 +172087,7 @@ https://medium.com/containers-101/best-practices-for-argo-cd-8253bcd31897: v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/containers-101/docker-anti-patterns-ad2a1fcd5ce1: content_hash: N/A description: '' @@ -162273,6 +172102,7 @@ https://medium.com/containers-101/docker-anti-patterns-ad2a1fcd5ce1: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/containers-101/fully-automated-canary-deployments-in-kubernetes-70a671105273: content_hash: N/A description: '' @@ -162287,6 +172117,7 @@ https://medium.com/containers-101/fully-automated-canary-deployments-in-kubernet v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/containers-101/how-to-handle-secrets-like-a-pro-using-gitops-f3b812536434: content_hash: N/A description: '' @@ -162301,6 +172132,7 @@ https://medium.com/containers-101/how-to-handle-secrets-like-a-pro-using-gitops- v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/containers-101/how-to-install-and-upgrade-argo-cd-a64f4635f97b: content_hash: N/A description: '' @@ -162315,6 +172147,7 @@ https://medium.com/containers-101/how-to-install-and-upgrade-argo-cd-a64f4635f97 v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/containers-101/local-kubernetes-for-linux-minikube-vs-microk8s-1b2acad068d3: content_hash: N/A description: '' @@ -162329,6 +172162,7 @@ https://medium.com/containers-101/local-kubernetes-for-linux-minikube-vs-microk8 v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/containers-101/stop-using-branches-for-deploying-to-different-gitops-environments-7111d0632402: content_hash: N/A description: '' @@ -162344,6 +172178,7 @@ https://medium.com/containers-101/stop-using-branches-for-deploying-to-different v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/containers-101/using-gitops-for-databases-f09a027184bb: content_hash: N/A description: '' @@ -162358,6 +172193,7 @@ https://medium.com/containers-101/using-gitops-for-databases-f09a027184bb: v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/containers-101/using-gitops-multiple-argo-instances-and-environments-with-argo-cd-at-scale-e6b19c86be36: content_hash: N/A description: '' @@ -162373,6 +172209,7 @@ https://medium.com/containers-101/using-gitops-multiple-argo-instances-and-envir v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/containers-101/using-helm-with-gitops-555443340369: content_hash: N/A description: '' @@ -162383,6 +172220,7 @@ https://medium.com/containers-101/using-helm-with-gitops-555443340369: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-terraform-f13637a01aa6: content_hash: N/A description: '' @@ -162398,6 +172236,7 @@ https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-t v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-terraform-part-2-a15a3f85efb6: content_hash: N/A description: '' @@ -162409,6 +172248,7 @@ https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-t v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://medium.com/contino-engineering/data-pipeline-orchestration-using-amazon-managed-workflows-for-apache-airflow-mwaa-60e5b213a0a7 : content_hash: N/A description: '' @@ -162424,6 +172264,7 @@ https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-t v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://medium.com/contino-engineering/integrating-gitops-deployments-in-kubernetes-using-weave-flux-9a617ea17684: content_hash: N/A description: '' @@ -162438,6 +172279,7 @@ https://medium.com/contino-engineering/integrating-gitops-deployments-in-kuberne v2_locations: - flux.md year: N/A + addition_method: manual https://medium.com/contino-engineering/weve-begun-to-move-towards-the-aws-cdk-and-here-s-why-69c8fad688b3: content_hash: N/A description: '' @@ -162453,6 +172295,7 @@ https://medium.com/contino-engineering/weve-begun-to-move-towards-the-aws-cdk-an v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://medium.com/convoy-tech/logs-offsets-near-real-time-elt-with-apache-kafka-snowflake-473da1e4d776: content_hash: N/A description: '' @@ -162467,6 +172310,7 @@ https://medium.com/convoy-tech/logs-offsets-near-real-time-elt-with-apache-kafka v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/cp-massive-programming/deploying-devtron-in-a-local-k8s-kind-cluster-using-terraform-cea9d4d9636: content_hash: N/A description: '' @@ -162482,6 +172326,7 @@ https://medium.com/cp-massive-programming/deploying-devtron-in-a-local-k8s-kind- v2_locations: - devops-tools.md year: N/A + addition_method: manual https://medium.com/cp-massive-programming/kubernetes-api-server-discovery-ac3b358e878e: content_hash: N/A description: '' @@ -162496,6 +172341,7 @@ https://medium.com/cp-massive-programming/kubernetes-api-server-discovery-ac3b35 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/credera-engineering/how-to-blue-green-deploy-an-aks-cluster-ab8f6a2cea9a: content_hash: N/A description: '' @@ -162510,6 +172356,7 @@ https://medium.com/credera-engineering/how-to-blue-green-deploy-an-aks-cluster-a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/criciumadev/its-time-migrating-to-java-11-5eb3868354f9: content_hash: N/A description: '' @@ -162526,6 +172373,7 @@ https://medium.com/criciumadev/its-time-migrating-to-java-11-5eb3868354f9: - java_frameworks.md - jenkins.md year: N/A + addition_method: manual https://medium.com/criteo-engineering/how-we-reduced-our-prometheus-infrastructure-footprint-by-a-third-8bf8171e46b1: content_hash: N/A description: '' @@ -162541,6 +172389,7 @@ https://medium.com/criteo-engineering/how-we-reduced-our-prometheus-infrastructu v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/dailymotion/deploying-apps-on-multiple-kubernetes-clusters-with-helm-19ee2b06179e: content_hash: N/A description: '' @@ -162556,6 +172405,7 @@ https://medium.com/dailymotion/deploying-apps-on-multiple-kubernetes-clusters-wi v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/dailymotion/from-jenkins-to-jenkins-x-604b6cde0ce3: content_hash: N/A description: '' @@ -162570,6 +172420,7 @@ https://medium.com/dailymotion/from-jenkins-to-jenkins-x-604b6cde0ce3: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://medium.com/datascale/know-gomaxprocs-before-deploying-your-go-app-to-kubernetes-7a458fb63af1: content_hash: N/A description: '' @@ -162584,6 +172435,7 @@ https://medium.com/datascale/know-gomaxprocs-before-deploying-your-go-app-to-kub v2_locations: - golang.md year: N/A + addition_method: manual https://medium.com/dataseries/not-using-nosql-is-good-i-stuck-to-sql-4504a67972f0: content_hash: N/A description: '' @@ -162598,6 +172450,7 @@ https://medium.com/dataseries/not-using-nosql-is-good-i-stuck-to-sql-4504a67972f v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/dataseries/the-devops-cheat-sheet-3177d6cf361c: content_hash: N/A description: '' @@ -162612,6 +172465,7 @@ https://medium.com/dataseries/the-devops-cheat-sheet-3177d6cf361c: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://medium.com/design-microservices-architecture-with-patterns/microservices-distributed-caching-76828817e41b: content_hash: N/A description: '' @@ -162626,6 +172480,7 @@ https://medium.com/design-microservices-architecture-with-patterns/microservices v2_locations: - caching.md year: N/A + addition_method: manual ? https://medium.com/design-microservices-architecture-with-patterns/monolithic-to-microservices-architecture-with-patterns-best-practices-a768272797b2 : content_hash: N/A description: '' @@ -162641,6 +172496,7 @@ https://medium.com/design-microservices-architecture-with-patterns/microservices v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://medium.com/design-microservices-architecture-with-patterns/when-to-use-and-when-not-to-use-microservices-no-silver-bullet-3ae293faf6d : content_hash: N/A description: '' @@ -162656,6 +172512,7 @@ https://medium.com/design-microservices-architecture-with-patterns/microservices v2_locations: - faq.md year: N/A + addition_method: manual https://medium.com/dev-genius/securing-kubernetes-dashboard-on-eks-with-pomerium-e98c47610e2f: content_hash: N/A description: '' @@ -162670,6 +172527,7 @@ https://medium.com/dev-genius/securing-kubernetes-dashboard-on-eks-with-pomerium v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/dev-genius/technologies-tools-to-watch-in-2021-a216dfc30f25: content_hash: N/A description: '' @@ -162684,6 +172542,7 @@ https://medium.com/dev-genius/technologies-tools-to-watch-in-2021-a216dfc30f25: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://medium.com/dev-genius/ultimate-kubernetes-resource-planning-guide-449a4fddd1d6: content_hash: N/A description: '' @@ -162698,6 +172557,7 @@ https://medium.com/dev-genius/ultimate-kubernetes-resource-planning-guide-449a4f v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/dev-jam/tibco-bw-vs-apache-camel-9552a5f4e6be: content_hash: N/A description: '' @@ -162713,6 +172573,7 @@ https://medium.com/dev-jam/tibco-bw-vs-apache-camel-9552a5f4e6be: v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/develeap/cutting-down-kubernetes-costs-cast-ai-vs-karpenter-20f6788b4c67: content_hash: N/A description: '' @@ -162727,6 +172588,7 @@ https://medium.com/develeap/cutting-down-kubernetes-costs-cast-ai-vs-karpenter-2 v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/developer-purpose/think-before-you-code-engineerings-most-underrated-advice-40b47e08a3fc: content_hash: N/A description: '' @@ -162742,6 +172604,7 @@ https://medium.com/developer-purpose/think-before-you-code-engineerings-most-und v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/devgurus/building-production-grade-eks-clusters-using-terraform-df016d239a54: content_hash: N/A description: '' @@ -162756,6 +172619,7 @@ https://medium.com/devgurus/building-production-grade-eks-clusters-using-terrafo v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/devops-dudes/devops-and-databases-the-forgotten-automation-95325b2d3c89: content_hash: N/A description: '' @@ -162770,6 +172634,7 @@ https://medium.com/devops-dudes/devops-and-databases-the-forgotten-automation-95 v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/devops-dudes/do-i-need-to-learn-kubernetes-a3dd9a7f9e9b: content_hash: N/A description: '' @@ -162784,6 +172649,7 @@ https://medium.com/devops-dudes/do-i-need-to-learn-kubernetes-a3dd9a7f9e9b: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands-on-in-2020-832c29db936a: content_hash: N/A description: '' @@ -162798,6 +172664,7 @@ https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual ? https://medium.com/devops-mojo/kubernetes-difference-between-deployment-and-statefulset-in-k8s-deployments-vs-statefulsets-855f9e897091 : content_hash: N/A description: '' @@ -162812,6 +172679,7 @@ https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/devops-mojo/kubernetes-open-standards-oci-cri-cni-csi-smi-cpi-overview-what-is-k8s-open-standards-introduction-a860905af6f7 : content_hash: N/A description: '' @@ -162827,6 +172695,7 @@ https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/devops-mojo/kubernetes-probes-liveness-readiness-startup-overview-introduction-to-probes-types-configure-health-checks-206ff7c24487 : content_hash: N/A description: '' @@ -162842,6 +172711,7 @@ https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/devops-mojo/kubernetes-role-based-access-control-rbac-overview-introduction-rbac-with-kubernetes-what-is-2004d13195df : content_hash: N/A description: '' @@ -162856,6 +172726,7 @@ https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://medium.com/devops-mojo/terraform-provision-amazon-eks-cluster-using-terraform-deploy-create-aws-eks-kubernetes-cluster-tf-4134ab22c594 : content_hash: N/A description: '' @@ -162870,6 +172741,7 @@ https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands v2_locations: - terraform.md year: N/A + addition_method: manual ? https://medium.com/devops-mojo/terraform-remote-states-overview-what-is-terraform-remote-state-storage-introduction-936223a0e9d0 : content_hash: N/A description: '' @@ -162884,6 +172756,7 @@ https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands v2_locations: - terraform.md year: N/A + addition_method: manual ? https://medium.com/devops-mojo/terraform-workspaces-overview-what-is-terraform-workspace-introduction-getting-started-519848392724 : content_hash: N/A description: '' @@ -162898,6 +172771,7 @@ https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/devops-techable/gitops-with-argocd-running-in-kubernetes-for-deployment-processing-c5d21770ca97: content_hash: N/A description: '' @@ -162913,6 +172787,7 @@ https://medium.com/devops-techable/gitops-with-argocd-running-in-kubernetes-for- v2_locations: - argo.md year: N/A + addition_method: manual ? https://medium.com/devops-techable/setup-monitoring-with-prometheus-and-grafana-in-kubernetes-start-monitoring-your-kubernetes-a3071f083fa6 : content_hash: N/A description: '' @@ -162928,6 +172803,7 @@ https://medium.com/devops-techable/gitops-with-argocd-running-in-kubernetes-for- v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/devops-techable/up-and-running-with-amazon-managed-service-for-prometheus-6fd12e56bff6: content_hash: N/A description: '' @@ -162942,6 +172818,7 @@ https://medium.com/devops-techable/up-and-running-with-amazon-managed-service-fo v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://medium.com/devopslinks/why-should-terraform-be-one-of-your-devops-tools-29ae15861b1f: content_hash: N/A description: '' @@ -162956,6 +172833,7 @@ https://medium.com/devopslinks/why-should-terraform-be-one-of-your-devops-tools- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/devoptimism/devops-platform-engineering-a-necessary-love-story-of-efficiency-783dff78fd81: content_hash: N/A description: '' @@ -162971,6 +172849,7 @@ https://medium.com/devoptimism/devops-platform-engineering-a-necessary-love-stor v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/digitalfrontiers/microservices-in-rust-with-kafka-2b671295b24e: content_hash: N/A description: '' @@ -162985,6 +172864,7 @@ https://medium.com/digitalfrontiers/microservices-in-rust-with-kafka-2b671295b24 v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/directeam/kubernetes-resources-under-the-hood-part-1-4f2400b6bb96: content_hash: N/A description: '' @@ -162999,6 +172879,7 @@ https://medium.com/directeam/kubernetes-resources-under-the-hood-part-1-4f2400b6 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/directeam/kubernetes-resources-under-the-hood-part-2-6eeb50197c44: content_hash: N/A description: '' @@ -163009,6 +172890,7 @@ https://medium.com/directeam/kubernetes-resources-under-the-hood-part-2-6eeb5019 v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://medium.com/directeam/kubernetes-resources-under-the-hood-part-3-6ee7d6015965: content_hash: N/A description: '' @@ -163019,6 +172901,7 @@ https://medium.com/directeam/kubernetes-resources-under-the-hood-part-3-6ee7d601 v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://medium.com/dkatalis/component-team-vs-feature-team-in-a-nutshell-60c58671496f: content_hash: N/A description: '' @@ -163033,6 +172916,7 @@ https://medium.com/dkatalis/component-team-vs-feature-team-in-a-nutshell-60c5867 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/dkatalis/creating-a-mutating-webhook-for-great-good-b21acb941207: content_hash: N/A description: '' @@ -163048,6 +172932,7 @@ https://medium.com/dkatalis/creating-a-mutating-webhook-for-great-good-b21acb941 v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/dlt-labs-publication/grpc-vs-rest-performance-test-using-jmeter-f17e5ba1c23b: content_hash: N/A description: '' @@ -163063,6 +172948,7 @@ https://medium.com/dlt-labs-publication/grpc-vs-rest-performance-test-using-jmet v2_locations: - api.md year: N/A + addition_method: manual https://medium.com/dlt-labs-publication/kubernetes-understanding-pod-affinity-taint-toleration-2f9b9b218dd5: content_hash: N/A description: '' @@ -163078,6 +172964,7 @@ https://medium.com/dlt-labs-publication/kubernetes-understanding-pod-affinity-ta v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/dna-technology/why-we-dropped-event-sourcing-with-kafka-streams-when-given-a-second-chance-b904a80bc4be: content_hash: N/A description: '' @@ -163093,6 +172980,7 @@ https://medium.com/dna-technology/why-we-dropped-event-sourcing-with-kafka-strea v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://medium.com/dotnet-hub/introduction-to-cloud-native-application-architecture-what-is-cloud-native-architecture-overview-benefits-e9be9aca0dd3 : content_hash: N/A description: '' @@ -163108,6 +172996,7 @@ https://medium.com/dna-technology/why-we-dropped-event-sourcing-with-kafka-strea v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/draftkings-engineering/draftkings-workshop-demystifying-kubernetes-4ce86c187408: content_hash: N/A description: '' @@ -163123,6 +173012,7 @@ https://medium.com/draftkings-engineering/draftkings-workshop-demystifying-kuber v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual ? https://medium.com/dynatrace-engineering/how-to-combine-and-automate-infrastructure-and-application-deployment-in-a-microservice-environment-a16b664bb8b5 : content_hash: N/A description: '' @@ -163138,6 +173028,7 @@ https://medium.com/draftkings-engineering/draftkings-workshop-demystifying-kuber v2_locations: - cicd.md year: N/A + addition_method: manual https://medium.com/dynatrace-engineering/how-we-are-redesigning-our-microservices-deployment-strategy-c567e310a42e: content_hash: N/A description: '' @@ -163152,6 +173043,7 @@ https://medium.com/dynatrace-engineering/how-we-are-redesigning-our-microservice v2_locations: - keptn.md year: N/A + addition_method: manual https://medium.com/dynatrace-engineering/kubernetes-security-best-practices-part-2-network-policies-405b36ed9d94: content_hash: N/A description: '' @@ -163167,6 +173059,7 @@ https://medium.com/dynatrace-engineering/kubernetes-security-best-practices-part v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://medium.com/dzerolabs/kubernetes-saved-today-f-cked-tomorrow-a-rant-azure-key-vault-secrets-%C3%A0-la-kubernetes-fc3be5e65d18 : content_hash: N/A description: '' @@ -163182,6 +173075,7 @@ https://medium.com/dynatrace-engineering/kubernetes-security-best-practices-part v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/dzerolabs/using-crossplane-to-provision-a-kubernetes-cluster-in-google-cloud-cf5374d765ee: content_hash: N/A description: '' @@ -163196,6 +173090,7 @@ https://medium.com/dzerolabs/using-crossplane-to-provision-a-kubernetes-cluster- v2_locations: - crossplane.md year: N/A + addition_method: manual https://medium.com/easyread/api-gateway-part-1-7901ba703f9: content_hash: N/A description: '' @@ -163210,6 +173105,7 @@ https://medium.com/easyread/api-gateway-part-1-7901ba703f9: v2_locations: - api.md year: N/A + addition_method: manual https://medium.com/easyread/api-gateway-part-2-7264ee5be187: content_hash: N/A description: '' @@ -163224,6 +173120,7 @@ https://medium.com/easyread/api-gateway-part-2-7264ee5be187: v2_locations: - api.md year: N/A + addition_method: manual ? https://medium.com/edreams-odigeo-tech/tracing-in-edreams-odigeo-lodging-with-open-telemetry-and-grafana-tempo-bd1f20ddf49d : content_hash: N/A description: '' @@ -163239,6 +173136,7 @@ https://medium.com/easyread/api-gateway-part-2-7264ee5be187: v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/edureka/aws-vs-azure-1a882339f127: content_hash: N/A description: '' @@ -163253,6 +173151,7 @@ https://medium.com/edureka/aws-vs-azure-1a882339f127: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://medium.com/edureka/jenkins-cheat-sheet-e0f7e25558a3: content_hash: N/A description: '' @@ -163267,6 +173166,7 @@ https://medium.com/edureka/jenkins-cheat-sheet-e0f7e25558a3: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://medium.com/ekino-france/kubernetes-addressing-private-ipv4-shortage-5-strategies-for-amazon-eks-1dc3df270ed8: content_hash: N/A description: '' @@ -163282,6 +173182,7 @@ https://medium.com/ekino-france/kubernetes-addressing-private-ipv4-shortage-5-st v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/elca-it/service-mesh-performance-evaluation-istio-linkerd-kuma-and-consul-d8a89390d630: content_hash: N/A description: '' @@ -163297,6 +173198,7 @@ https://medium.com/elca-it/service-mesh-performance-evaluation-istio-linkerd-kum v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/empathyco/cloud-finops-part-4-kubernetes-cost-report-b4964be02dc3: content_hash: N/A description: '' @@ -163311,6 +173213,7 @@ https://medium.com/empathyco/cloud-finops-part-4-kubernetes-cost-report-b4964be0 v2_locations: - finops.md year: N/A + addition_method: manual https://medium.com/empathyco/running-apache-flink-on-kubernetes-10815a26559e: content_hash: N/A description: '' @@ -163325,6 +173228,7 @@ https://medium.com/empathyco/running-apache-flink-on-kubernetes-10815a26559e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/empathyco/running-apache-spark-on-kubernetes-2e64c73d0bb2: content_hash: N/A description: '' @@ -163339,6 +173243,7 @@ https://medium.com/empathyco/running-apache-spark-on-kubernetes-2e64c73d0bb2: v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://medium.com/enjoy-algorithm/caching-system-design-concept-500134cff300: content_hash: N/A description: '' @@ -163353,6 +173258,7 @@ https://medium.com/enjoy-algorithm/caching-system-design-concept-500134cff300: v2_locations: - caching.md year: N/A + addition_method: manual https://medium.com/event-driven-utopia/a-visual-introduction-to-debezium-32563e23c6b8: content_hash: N/A description: '' @@ -163367,6 +173273,7 @@ https://medium.com/event-driven-utopia/a-visual-introduction-to-debezium-32563e2 v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/event-driven-utopia/comparing-stateful-stream-processing-and-streaming-databases-c8c670f3f4bb: content_hash: N/A description: '' @@ -163382,6 +173289,7 @@ https://medium.com/event-driven-utopia/comparing-stateful-stream-processing-and- v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/event-driven-utopia/understanding-kafka-topic-partitions-ae40f80552e8: content_hash: N/A description: '' @@ -163396,6 +173304,7 @@ https://medium.com/event-driven-utopia/understanding-kafka-topic-partitions-ae40 v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/everything-full-stack/deployment-strategies-argo-rollouts-1980fc0685e6: content_hash: N/A description: '' @@ -163410,6 +173319,7 @@ https://medium.com/everything-full-stack/deployment-strategies-argo-rollouts-198 v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-a-primer-on-autoscaling-7b8f0f95a928: content_hash: N/A description: '' @@ -163424,6 +173334,7 @@ https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-a-primer-on-auto v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-options-features-and-use-cases-c8a6ce145957: content_hash: N/A description: '' @@ -163434,6 +173345,7 @@ https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-options-features v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual ? https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-why-doesnt-the-horizontal-pod-autoscaler-work-for-me-5f0094694054 : content_hash: N/A description: '' @@ -163445,6 +173357,7 @@ https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-options-features v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/expedia-group-tech/managing-a-federated-kubernetes-cluster-using-kubefed-v2-5f115dbdbe05: content_hash: N/A description: '' @@ -163460,6 +173373,7 @@ https://medium.com/expedia-group-tech/managing-a-federated-kubernetes-cluster-us v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/faun/35-advanced-tutorials-to-learn-kubernetes-dae5695b1f18: content_hash: N/A description: '' @@ -163474,6 +173388,7 @@ https://medium.com/faun/35-advanced-tutorials-to-learn-kubernetes-dae5695b1f18: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://medium.com/faun/attacking-kubernetes-clusters-using-the-kubelet-api-abafc36126ca: content_hash: N/A description: '' @@ -163488,6 +173403,7 @@ https://medium.com/faun/attacking-kubernetes-clusters-using-the-kubelet-api-abaf v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/faun/autoscaling-in-kubernetes-cluster-bc55b8393a19: content_hash: N/A description: '' @@ -163502,6 +173418,7 @@ https://medium.com/faun/autoscaling-in-kubernetes-cluster-bc55b8393a19: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/faun/be-fast-with-kubectl-1-18-ckad-cka-31be00acc443: content_hash: N/A description: '' @@ -163516,6 +173433,7 @@ https://medium.com/faun/be-fast-with-kubectl-1-18-ckad-cka-31be00acc443: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/faun/configmaps-in-kubernetes-k8s-2f2ce79d7e66: content_hash: N/A description: '' @@ -163530,6 +173448,7 @@ https://medium.com/faun/configmaps-in-kubernetes-k8s-2f2ce79d7e66: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/faun/create-your-first-application-on-aws-eks-kubernetes-cluster-874ee9681293: content_hash: N/A description: '' @@ -163544,6 +173463,7 @@ https://medium.com/faun/create-your-first-application-on-aws-eks-kubernetes-clus v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/faun/do-it-all-kubernetes-dashboard-81375833e01c: content_hash: N/A description: '' @@ -163558,6 +173478,7 @@ https://medium.com/faun/do-it-all-kubernetes-dashboard-81375833e01c: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/faun/how-to-autoscale-the-dns-service-in-a-kubernetes-cluster-cbb46ae89678: content_hash: N/A description: '' @@ -163572,6 +173493,7 @@ https://medium.com/faun/how-to-autoscale-the-dns-service-in-a-kubernetes-cluster v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/faun/how-to-perform-health-checks-in-kubernetes-k8s-a4e5300b1f9d: content_hash: N/A description: '' @@ -163586,6 +173508,7 @@ https://medium.com/faun/how-to-perform-health-checks-in-kubernetes-k8s-a4e5300b1 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/faun/individual-kubernetes-clusters-vs-shared-kubernetes-clusters-for-development-3399576b0f1f: content_hash: N/A description: '' @@ -163601,6 +173524,7 @@ https://medium.com/faun/individual-kubernetes-clusters-vs-shared-kubernetes-clus v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/faun/ingress-service-types-in-kubernetes-3e9b68b78307: content_hash: N/A description: '' @@ -163615,6 +173539,7 @@ https://medium.com/faun/ingress-service-types-in-kubernetes-3e9b68b78307: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/faun/kubernetes-multi-tenancy-a-best-practices-guide-88e37ef2b709: content_hash: N/A description: '' @@ -163629,6 +173554,7 @@ https://medium.com/faun/kubernetes-multi-tenancy-a-best-practices-guide-88e37ef2 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/faun/namespaces-in-kubernetes-4bac49414770: content_hash: N/A description: '' @@ -163643,6 +173569,7 @@ https://medium.com/faun/namespaces-in-kubernetes-4bac49414770: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/faun/openshift-4-under-the-hood-ab854c3439dd: content_hash: N/A description: '' @@ -163657,6 +173584,7 @@ https://medium.com/faun/openshift-4-under-the-hood-ab854c3439dd: v2_locations: - ocp4.md year: N/A + addition_method: manual https://medium.com/faun/pod-in-kubernetes-cluster-k8s-adeb5b901153: content_hash: N/A description: '' @@ -163671,6 +173599,7 @@ https://medium.com/faun/pod-in-kubernetes-cluster-k8s-adeb5b901153: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/faun/provisioning-aws-infrastructure-with-terraform-6ab885fb3fcb: content_hash: N/A description: '' @@ -163685,6 +173614,7 @@ https://medium.com/faun/provisioning-aws-infrastructure-with-terraform-6ab885fb3 v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/faun/scaling-applications-in-the-cloud-52bb6dfbac4e: content_hash: N/A description: '' @@ -163699,6 +173629,7 @@ https://medium.com/faun/scaling-applications-in-the-cloud-52bb6dfbac4e: v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/faun/service-types-in-kubernetes-24a1587677d6: content_hash: N/A description: '' @@ -163713,6 +173644,7 @@ https://medium.com/faun/service-types-in-kubernetes-24a1587677d6: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/faun/what-is-ci-cd-pipeline-in-devops-6fba17a76e73: content_hash: N/A description: '' @@ -163727,6 +173659,7 @@ https://medium.com/faun/what-is-ci-cd-pipeline-in-devops-6fba17a76e73: v2_locations: - cicd.md year: N/A + addition_method: manual https://medium.com/faun/writing-your-first-kubernetes-operator-8f3df4453234: content_hash: N/A description: '' @@ -163741,6 +173674,7 @@ https://medium.com/faun/writing-your-first-kubernetes-operator-8f3df4453234: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/faun/your-team-might-not-need-kubernetes-57240e8d554a: content_hash: N/A description: '' @@ -163757,6 +173691,7 @@ https://medium.com/faun/your-team-might-not-need-kubernetes-57240e8d554a: - faq.md - kubernetes-alternatives.md year: N/A + addition_method: manual https://medium.com/featurepreneur/dont-trash-your-changes-but-stash-em-2091a191f7db: content_hash: N/A description: '' @@ -163771,6 +173706,7 @@ https://medium.com/featurepreneur/dont-trash-your-changes-but-stash-em-2091a191f v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/fintechexplained/what-is-database-sharding-582b36282f97: content_hash: N/A description: '' @@ -163785,6 +173721,7 @@ https://medium.com/fintechexplained/what-is-database-sharding-582b36282f97: v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/fiverr-engineering/how-to-share-data-between-microservices-on-high-scale-ab2bc663898d: content_hash: N/A description: '' @@ -163800,6 +173737,7 @@ https://medium.com/fiverr-engineering/how-to-share-data-between-microservices-on v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/flant-com/calico-for-kubernetes-networking-792b41e19d69: content_hash: N/A description: '' @@ -163814,6 +173752,7 @@ https://medium.com/flant-com/calico-for-kubernetes-networking-792b41e19d69: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/flant-com/cert-manager-lets-encrypt-ssl-certs-for-kubernetes-7642e463bbce: content_hash: N/A description: '' @@ -163829,6 +173768,7 @@ https://medium.com/flant-com/cert-manager-lets-encrypt-ssl-certs-for-kubernetes- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/flant-com/kubectl-commands-and-tips-7b33de0c5476: content_hash: N/A description: '' @@ -163843,6 +173783,7 @@ https://medium.com/flant-com/kubectl-commands-and-tips-7b33de0c5476: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/flant-com/upgrading-mysql-percona-server-5-to-8-4bce53bdce5c: content_hash: N/A description: '' @@ -163857,6 +173798,7 @@ https://medium.com/flant-com/upgrading-mysql-percona-server-5-to-8-4bce53bdce5c: v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/flare-systems/connect-services-across-kubernetes-clusters-using-teleproxy-3f317cfd8da: content_hash: N/A description: '' @@ -163871,6 +173813,7 @@ https://medium.com/flare-systems/connect-services-across-kubernetes-clusters-usi v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/formaloo/making-databases-as-easy-as-playing-with-legos-no-code-no-problem-ed41d4fde269: content_hash: N/A description: '' @@ -163886,6 +173829,7 @@ https://medium.com/formaloo/making-databases-as-easy-as-playing-with-legos-no-co v2_locations: - mlops.md year: N/A + addition_method: manual ? https://medium.com/free-code-camp/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882 : content_hash: N/A description: '' @@ -163901,6 +173845,7 @@ https://medium.com/formaloo/making-databases-as-easy-as-playing-with-legos-no-co v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://medium.com/galvanize/going-serverless-on-aws-116a04a0defd: content_hash: N/A description: '' @@ -163915,6 +173860,7 @@ https://medium.com/galvanize/going-serverless-on-aws-116a04a0defd: v2_locations: - aws-serverless.md year: N/A + addition_method: manual ? https://medium.com/gargee-bhatnagar/how-to-create-a-custom-ami-with-image-pipeline-and-automate-its-creation-using-ec2-image-builder-7e194e39c8e9 : content_hash: N/A description: '' @@ -163930,6 +173876,7 @@ https://medium.com/galvanize/going-serverless-on-aws-116a04a0defd: v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/geekculture/a-beginners-guide-to-understanding-microservices-d2a8bae871b7: content_hash: N/A description: '' @@ -163944,6 +173891,7 @@ https://medium.com/geekculture/a-beginners-guide-to-understanding-microservices- v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/geekculture/a-new-pattern-that-simplifies-operator-building-39df5d021cfa: content_hash: N/A description: '' @@ -163958,6 +173906,7 @@ https://medium.com/geekculture/a-new-pattern-that-simplifies-operator-building-3 v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/geekculture/aks-with-calico-network-policies-8cdfa996e6bb: content_hash: N/A description: '' @@ -163972,6 +173921,7 @@ https://medium.com/geekculture/aks-with-calico-network-policies-8cdfa996e6bb: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/geekculture/argo-cd-a-tool-for-kubernetes-devops-c46f2881edfe: content_hash: N/A description: '' @@ -163986,6 +173936,7 @@ https://medium.com/geekculture/argo-cd-a-tool-for-kubernetes-devops-c46f2881edfe v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/geekculture/change-data-capture-using-debezium-ec48631d643a: content_hash: N/A description: '' @@ -164000,6 +173951,7 @@ https://medium.com/geekculture/change-data-capture-using-debezium-ec48631d643a: v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/geekculture/common-pod-errors-in-kubernetes-to-watch-out-for-d808737f4ade: content_hash: N/A description: '' @@ -164014,6 +173966,7 @@ https://medium.com/geekculture/common-pod-errors-in-kubernetes-to-watch-out-for- v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/geekculture/continuous-deployment-with-azure-devops-pipelines-and-kubernetes-12fe1c70b343: content_hash: N/A description: '' @@ -164030,6 +173983,7 @@ https://medium.com/geekculture/continuous-deployment-with-azure-devops-pipelines v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/geekculture/convert-kubernetes-yaml-files-into-helm-charts-4107de079455: content_hash: N/A description: '' @@ -164046,6 +174000,7 @@ https://medium.com/geekculture/convert-kubernetes-yaml-files-into-helm-charts-41 - kubernetes-tools.md - yaml.md year: N/A + addition_method: manual https://medium.com/geekculture/docker-limit-container-cpu-usage-11eb8ee0de5a: content_hash: N/A description: '' @@ -164060,6 +174015,7 @@ https://medium.com/geekculture/docker-limit-container-cpu-usage-11eb8ee0de5a: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/geekculture/eks-kubernetes-not-ready-nodes-dafb300ed299: content_hash: N/A description: '' @@ -164074,6 +174030,7 @@ https://medium.com/geekculture/eks-kubernetes-not-ready-nodes-dafb300ed299: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/geekculture/githubs-ai-copilot-might-get-you-sued-if-you-use-it-c1cade1ea229: content_hash: N/A description: '' @@ -164088,6 +174045,7 @@ https://medium.com/geekculture/githubs-ai-copilot-might-get-you-sued-if-you-use- v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/geekculture/gitops-github-actions-k8s-deploy-workflow-54f0d9a1d11b: content_hash: N/A description: '' @@ -164102,6 +174060,7 @@ https://medium.com/geekculture/gitops-github-actions-k8s-deploy-workflow-54f0d9a v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/geekculture/helm-advanced-commands-9365097475b: content_hash: N/A description: '' @@ -164116,6 +174075,7 @@ https://medium.com/geekculture/helm-advanced-commands-9365097475b: v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/geekculture/helm-chart-wait-for-all-dependencies-before-starting-kubernetes-pods-cc0a3ddbf02b: content_hash: N/A description: '' @@ -164131,6 +174091,7 @@ https://medium.com/geekculture/helm-chart-wait-for-all-dependencies-before-start v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/geekculture/helm-how-release-information-is-stored-778d7f0b7498: content_hash: N/A description: '' @@ -164145,6 +174106,7 @@ https://medium.com/geekculture/helm-how-release-information-is-stored-778d7f0b74 v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/geekculture/hey-chatgpt-solve-these-coding-tasks-using-python-b2e7482f2c18: content_hash: N/A description: '' @@ -164159,6 +174121,7 @@ https://medium.com/geekculture/hey-chatgpt-solve-these-coding-tasks-using-python v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/geekculture/k8s-helm-dashboard-d7509c5fee88: content_hash: N/A description: '' @@ -164173,6 +174136,7 @@ https://medium.com/geekculture/k8s-helm-dashboard-d7509c5fee88: v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/geekculture/k8s-network-cni-introduction-b035d42ad68f: content_hash: N/A description: '' @@ -164187,6 +174151,7 @@ https://medium.com/geekculture/k8s-network-cni-introduction-b035d42ad68f: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/geekculture/k8s-serviceaccount-token-313d62aee119: content_hash: N/A description: '' @@ -164201,6 +174166,7 @@ https://medium.com/geekculture/k8s-serviceaccount-token-313d62aee119: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/geekculture/k8s-troubleshooting-how-to-debug-coredns-issues-724e8b973cfc: content_hash: N/A description: '' @@ -164215,6 +174181,7 @@ https://medium.com/geekculture/k8s-troubleshooting-how-to-debug-coredns-issues-7 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/geekculture/kubectl-best-practices-c4ff809167dd: content_hash: N/A description: '' @@ -164229,6 +174196,7 @@ https://medium.com/geekculture/kubectl-best-practices-c4ff809167dd: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/geekculture/kubernetes-deployment-explained-9b2b89dd3977: content_hash: N/A description: '' @@ -164243,6 +174211,7 @@ https://medium.com/geekculture/kubernetes-deployment-explained-9b2b89dd3977: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/geekculture/kubernetes-distributing-pods-evenly-across-cluster-c6bdc9b49699: content_hash: N/A description: '' @@ -164258,6 +174227,7 @@ https://medium.com/geekculture/kubernetes-distributing-pods-evenly-across-cluste v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/geekculture/kubernetes-gateway-api-the-intro-you-need-to-read-80965f7acd82: content_hash: N/A description: '' @@ -164272,6 +174242,7 @@ https://medium.com/geekculture/kubernetes-gateway-api-the-intro-you-need-to-read v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/geekculture/kubernetes-namespaces-vs-virtual-clusters-cc8731752972: content_hash: N/A description: '' @@ -164286,6 +174257,7 @@ https://medium.com/geekculture/kubernetes-namespaces-vs-virtual-clusters-cc87317 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/geekculture/monitoring-microservices-part-1-observability-b2b44fa3e67e: content_hash: N/A description: '' @@ -164301,6 +174273,7 @@ https://medium.com/geekculture/monitoring-microservices-part-1-observability-b2b v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/geekculture/monitoring-your-system-with-docker-grafana-prometheus-node-d7fae11416f3: content_hash: N/A description: '' @@ -164316,6 +174289,7 @@ https://medium.com/geekculture/monitoring-your-system-with-docker-grafana-promet v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/geekculture/provision-resources-on-aws-with-azure-devops-and-terraform-part-i-3c0de6d34fc9: content_hash: N/A description: '' @@ -164331,6 +174305,7 @@ https://medium.com/geekculture/provision-resources-on-aws-with-azure-devops-and- v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/geekculture/provision-resources-on-aws-with-azure-devops-and-terraform-part-ii-45ee450139: content_hash: N/A description: '' @@ -164342,6 +174317,7 @@ https://medium.com/geekculture/provision-resources-on-aws-with-azure-devops-and- v1_locations: - docs/azure.md year: N/A + addition_method: manual https://medium.com/geekculture/replication-controller-vs-replicasets-in-kubernetes-7b780e4d09d5: content_hash: N/A description: '' @@ -164356,6 +174332,7 @@ https://medium.com/geekculture/replication-controller-vs-replicasets-in-kubernet v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/geekculture/rest-rpc-graphql-what-to-choose-c57c78c0593d: content_hash: N/A description: '' @@ -164370,6 +174347,7 @@ https://medium.com/geekculture/rest-rpc-graphql-what-to-choose-c57c78c0593d: v2_locations: - api.md year: N/A + addition_method: manual https://medium.com/geekculture/setup-a-cronjob-to-execute-kubectl-or-aws-commands-c1c15dd4ff1f: content_hash: N/A description: '' @@ -164384,6 +174362,7 @@ https://medium.com/geekculture/setup-a-cronjob-to-execute-kubectl-or-aws-command v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/geekculture/storage-kubernetes-92eb3d027282: content_hash: N/A description: '' @@ -164398,6 +174377,7 @@ https://medium.com/geekculture/storage-kubernetes-92eb3d027282: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/geekculture/terragrunt-cheat-sheet-bedafbf9d61f: content_hash: N/A description: '' @@ -164412,6 +174392,7 @@ https://medium.com/geekculture/terragrunt-cheat-sheet-bedafbf9d61f: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/geekculture/yakd-yet-another-kubernetes-dashboard-7766bd071f30: content_hash: N/A description: '' @@ -164426,6 +174407,7 @@ https://medium.com/geekculture/yakd-yet-another-kubernetes-dashboard-7766bd071f3 v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/getdefault-in/monoliths-vs-microservices-59cff20bb106: content_hash: N/A description: '' @@ -164440,6 +174422,7 @@ https://medium.com/getdefault-in/monoliths-vs-microservices-59cff20bb106: v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/getindata-blog/oauth2-based-authentication-on-istio-powered-kubernetes-clusters-2bd0999b7332: content_hash: N/A description: '' @@ -164455,6 +174438,7 @@ https://medium.com/getindata-blog/oauth2-based-authentication-on-istio-powered-k v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/gigasearch/which-elasticsearch-provider-is-right-for-you-3d596a65e704: content_hash: N/A description: '' @@ -164469,6 +174453,7 @@ https://medium.com/gigasearch/which-elasticsearch-provider-is-right-for-you-3d59 v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/gitguardian/what-is-policy-as-code-an-introduction-to-open-policy-agent-dba1400bb030: content_hash: N/A description: '' @@ -164484,6 +174469,7 @@ https://medium.com/gitguardian/what-is-policy-as-code-an-introduction-to-open-po v2_locations: - securityascode.md year: N/A + addition_method: manual https://medium.com/globant/advantages-of-deploying-machine-learning-models-with-kubernetes-8454cc7c565e: content_hash: N/A description: '' @@ -164499,6 +174485,7 @@ https://medium.com/globant/advantages-of-deploying-machine-learning-models-with- v2_locations: - mlops.md year: N/A + addition_method: manual ? https://medium.com/globant/dynamic-and-reactive-parameterization-in-jenkins-pipelines-using-html-groovy-and-bash-27b031fcd69b : content_hash: N/A description: '' @@ -164514,6 +174501,7 @@ https://medium.com/globant/advantages-of-deploying-machine-learning-models-with- v2_locations: - jenkins.md year: N/A + addition_method: manual https://medium.com/globant/infrastructure-as-code-using-kubernetes-d3d329446517: content_hash: N/A description: '' @@ -164530,6 +174518,7 @@ https://medium.com/globant/infrastructure-as-code-using-kubernetes-d3d329446517: - iac.md - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/globant/istio-jwt-authentication-authorization-at-the-edge-b35b612acd97: content_hash: N/A description: '' @@ -164544,6 +174533,7 @@ https://medium.com/globant/istio-jwt-authentication-authorization-at-the-edge-b3 v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/globant/monitoring-a-multi-cluster-kubernetes-deployment-9e7a418a06b7: content_hash: N/A description: '' @@ -164558,6 +174548,7 @@ https://medium.com/globant/monitoring-a-multi-cluster-kubernetes-deployment-9e7a v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/globant/using-multiple-sources-for-a-helm-chart-deployment-in-argocd-cf3cd2d598fc: content_hash: N/A description: '' @@ -164573,6 +174564,7 @@ https://medium.com/globant/using-multiple-sources-for-a-helm-chart-deployment-in v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/google-cloud/anthos-at-home-spinning-up-a-bare-metal-anthos-cluster-on-dumpster-servers-5bcef301cfa5: content_hash: N/A description: '' @@ -164588,6 +174580,7 @@ https://medium.com/google-cloud/anthos-at-home-spinning-up-a-bare-metal-anthos-c v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://medium.com/google-cloud/automate-terraform-documentation-like-a-pro-ed3e19998808: content_hash: N/A description: '' @@ -164602,6 +174595,7 @@ https://medium.com/google-cloud/automate-terraform-documentation-like-a-pro-ed3e v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/google-cloud/automated-canary-deployments-with-flagger-and-istio-ac747827f9d1: content_hash: N/A description: '' @@ -164616,6 +174610,7 @@ https://medium.com/google-cloud/automated-canary-deployments-with-flagger-and-is v2_locations: - istio.md year: N/A + addition_method: manual ? https://medium.com/google-cloud/design-your-landing-zone-design-considerations-part-4-iac-gitops-and-ci-cd-google-cloud-ae3f533c6dbd : content_hash: N/A description: '' @@ -164631,6 +174626,7 @@ https://medium.com/google-cloud/automated-canary-deployments-with-flagger-and-is v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://medium.com/google-cloud/gke-monitoring-84170ea44833: content_hash: N/A description: '' @@ -164646,6 +174642,7 @@ https://medium.com/google-cloud/gke-monitoring-84170ea44833: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/google-cloud/google-pub-sub-lite-for-kafka-users-dec8a7cfc5e5: content_hash: N/A description: '' @@ -164660,6 +174657,7 @@ https://medium.com/google-cloud/google-pub-sub-lite-for-kafka-users-dec8a7cfc5e5 v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/google-cloud/handle-kubernetes-secrets-the-gitops-way-part-1-7079bd8221f3: content_hash: N/A description: '' @@ -164675,6 +174673,7 @@ https://medium.com/google-cloud/handle-kubernetes-secrets-the-gitops-way-part-1- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/google-cloud/ingress-in-google-kubernetes-products-f22ded21f4ed: content_hash: N/A description: '' @@ -164689,6 +174688,7 @@ https://medium.com/google-cloud/ingress-in-google-kubernetes-products-f22ded21f4 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16: content_hash: N/A description: '' @@ -164703,6 +174703,7 @@ https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-cluster v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://medium.com/google-cloud/kubernetes-autoscaling-with-istio-metrics-76442253a45a: content_hash: N/A description: '' @@ -164717,6 +174718,7 @@ https://medium.com/google-cloud/kubernetes-autoscaling-with-istio-metrics-764422 v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/google-cloud/kubernetes-ingress-vs-gateway-api-647ee233693d: content_hash: N/A description: '' @@ -164731,6 +174733,7 @@ https://medium.com/google-cloud/kubernetes-ingress-vs-gateway-api-647ee233693d: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0: content_hash: N/A description: '' @@ -164746,6 +174749,7 @@ https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-w v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/google-cloud/running-workloads-in-kubernetes-86194d133593: content_hash: N/A description: '' @@ -164760,6 +174764,7 @@ https://medium.com/google-cloud/running-workloads-in-kubernetes-86194d133593: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://medium.com/google-cloud/security-with-kubernetes-gateway-api-dcbb934ed2a4: content_hash: N/A description: '' @@ -164774,6 +174779,7 @@ https://medium.com/google-cloud/security-with-kubernetes-gateway-api-dcbb934ed2a v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/google-cloud/setting-up-config-connector-with-terraform-helm-8ce2f45f48a4: content_hash: N/A description: '' @@ -164788,6 +174794,7 @@ https://medium.com/google-cloud/setting-up-config-connector-with-terraform-helm- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/google-cloud/shifting-even-further-left-on-kubernetes-resource-compliance-8f96fb8c72eb: content_hash: N/A description: '' @@ -164803,6 +174810,7 @@ https://medium.com/google-cloud/shifting-even-further-left-on-kubernetes-resourc v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/google-cloud/tagged/devops: content_hash: N/A description: '' @@ -164819,6 +174827,7 @@ https://medium.com/google-cloud/tagged/devops: - GoogleCloudPlatform.md - devops.md year: N/A + addition_method: manual https://medium.com/google-cloud/understanding-health-checks-in-gke-gateway-api-1c89f82bfba8: content_hash: N/A description: '' @@ -164833,6 +174842,7 @@ https://medium.com/google-cloud/understanding-health-checks-in-gke-gateway-api-1 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/google-developer-experts/getting-started-with-gke-gateway-controller-ee45c3bc8996: content_hash: N/A description: '' @@ -164847,6 +174857,7 @@ https://medium.com/google-developer-experts/getting-started-with-gke-gateway-con v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/greenm/top-4-aws-patterns-of-highly-available-api-d34599bfbb96: content_hash: N/A description: '' @@ -164861,6 +174872,7 @@ https://medium.com/greenm/top-4-aws-patterns-of-highly-available-api-d34599bfbb9 v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/groupon-eng/kubernetes-deployment-using-helm-charts-and-krane-e0100b55d00c: content_hash: N/A description: '' @@ -164875,6 +174887,7 @@ https://medium.com/groupon-eng/kubernetes-deployment-using-helm-charts-and-krane v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/groupon-eng/loadbalancer-services-using-kubernetes-in-docker-kind-694b4207575d: content_hash: N/A description: '' @@ -164890,6 +174903,7 @@ https://medium.com/groupon-eng/loadbalancer-services-using-kubernetes-in-docker- v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/groupon-eng/scaling-millions-of-geospatial-queries-per-minute-using-redis-7c05bcf6b4db: content_hash: N/A description: '' @@ -164904,6 +174918,7 @@ https://medium.com/groupon-eng/scaling-millions-of-geospatial-queries-per-minute v2_locations: - caching.md year: N/A + addition_method: manual https://medium.com/gumgum-tech/5-things-we-overlooked-when-putting-our-first-app-on-kubernetes-58583c1783e4: content_hash: N/A description: '' @@ -164918,6 +174933,7 @@ https://medium.com/gumgum-tech/5-things-we-overlooked-when-putting-our-first-app v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/gumgum-tech/how-to-reduce-your-prometheus-cost-6c7cc685e347: content_hash: N/A description: '' @@ -164932,6 +174948,7 @@ https://medium.com/gumgum-tech/how-to-reduce-your-prometheus-cost-6c7cc685e347: v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/gumgum-tech/streamlining-your-kubernetes-adoption-with-helmfile-argocd-and-gitops-211937e21e29: content_hash: N/A description: '' @@ -164947,6 +174964,7 @@ https://medium.com/gumgum-tech/streamlining-your-kubernetes-adoption-with-helmfi v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/habasconchocos/instalaci%C3%B3n-de-java-y-visual-studio-code-en-plataformas-windows-1fa47a69497f: content_hash: N/A description: '' @@ -164961,6 +174979,7 @@ https://medium.com/habasconchocos/instalaci%C3%B3n-de-java-y-visual-studio-code- v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://medium.com/hackernoon/digital-transformation-for-modern-enterprises-through-devops-a-complete-guide-6f595463c7dd: content_hash: N/A description: '' @@ -164976,6 +174995,7 @@ https://medium.com/hackernoon/digital-transformation-for-modern-enterprises-thro v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/hackernoon/how-to-hire-a-devops-engineer-4e59e7847e9b: content_hash: N/A description: '' @@ -164990,6 +175010,7 @@ https://medium.com/hackernoon/how-to-hire-a-devops-engineer-4e59e7847e9b: v2_locations: - recruitment.md year: N/A + addition_method: manual https://medium.com/hackernoon/the-2018-devops-roadmap-31588d8670cb: content_hash: N/A description: '' @@ -165004,6 +175025,7 @@ https://medium.com/hackernoon/the-2018-devops-roadmap-31588d8670cb: v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/hacking-talent/mastering-apache-kafka-on-kubernetes-strimzi-k8s-operator-2c1d21d7b89a: content_hash: N/A description: '' @@ -165018,6 +175040,7 @@ https://medium.com/hacking-talent/mastering-apache-kafka-on-kubernetes-strimzi-k v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/hamburger-berater-team/varnish-sharding-with-istio-in-kubernetes-402f313919aa: content_hash: N/A description: '' @@ -165032,6 +175055,7 @@ https://medium.com/hamburger-berater-team/varnish-sharding-with-istio-in-kuberne v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/hashicorp-engineering/coding-for-secrets-reliability-with-hashicorp-vault-2090dd8667e: content_hash: N/A description: '' @@ -165046,6 +175070,7 @@ https://medium.com/hashicorp-engineering/coding-for-secrets-reliability-with-has v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/hashicorp-engineering/consul-kubernetes-ingress-gateways-and-l7-traffic-management-178957dcd934: content_hash: N/A description: '' @@ -165060,6 +175085,7 @@ https://medium.com/hashicorp-engineering/consul-kubernetes-ingress-gateways-and- v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/hashicorp-engineering/dont-forget-to-restrict-outbound-traffic-with-terraform-and-sentinel-c74a99129dae: content_hash: N/A description: '' @@ -165074,6 +175100,7 @@ https://medium.com/hashicorp-engineering/dont-forget-to-restrict-outbound-traffi v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/hashicorp-engineering/hashicorp-consul-multi-cloud-and-multi-platform-service-mesh-372a82264e8e: content_hash: N/A description: '' @@ -165088,6 +175115,7 @@ https://medium.com/hashicorp-engineering/hashicorp-consul-multi-cloud-and-multi- v2_locations: - servicemesh.md year: N/A + addition_method: manual ? https://medium.com/hashicorp-engineering/kittens-as-a-service-layer-7-traffic-management-security-with-consul-connect-f5965fac5aa : content_hash: N/A description: '' @@ -165103,6 +175131,7 @@ https://medium.com/hashicorp-engineering/hashicorp-consul-multi-cloud-and-multi- v2_locations: - demos.md year: N/A + addition_method: manual ? https://medium.com/hashicorp-engineering/securing-k8s-ingress-traffic-with-hashicorp-vault-pkiaas-and-jetstack-cert-manager-cb46195742ca : content_hash: N/A description: '' @@ -165118,6 +175147,7 @@ https://medium.com/hashicorp-engineering/hashicorp-consul-multi-cloud-and-multi- v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://medium.com/hashicorp-engineering/terraform-for-network-engineers-should-you-be-implementing-infrastructure-as-code-73667d27d3b8 : content_hash: N/A description: '' @@ -165133,6 +175163,7 @@ https://medium.com/hashicorp-engineering/hashicorp-consul-multi-cloud-and-multi- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/hepsiburadatech/hepsiburada-search-engine-on-kubernetes-1fe03a3e71a3: content_hash: N/A description: '' @@ -165147,6 +175178,7 @@ https://medium.com/hepsiburadatech/hepsiburada-search-engine-on-kubernetes-1fe03 v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/hookdeck/introduction-to-message-queues-20d00373cc1f: content_hash: N/A description: '' @@ -165161,6 +175193,7 @@ https://medium.com/hookdeck/introduction-to-message-queues-20d00373cc1f: v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/how-tos/how-to-provisioning-dashboards-in-grafana-via-kubernetes-5d261508658d: content_hash: N/A description: '' @@ -165175,6 +175208,7 @@ https://medium.com/how-tos/how-to-provisioning-dashboards-in-grafana-via-kuberne v2_locations: - grafana.md year: N/A + addition_method: manual ? https://medium.com/ibm-cloud-paks-help-and-guidance-from-ibm-cloud/installing-monitoring-module-on-ibm-cloud-pak-for-multicloud-management-v1-3-0-58e5d3e5e047 : content_hash: N/A description: '' @@ -165185,6 +175219,7 @@ https://medium.com/how-tos/how-to-provisioning-dashboards-in-grafana-via-kuberne v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://medium.com/ibm-cloud-paks-help-and-guidance-from-ibm-cloud/tagged/cp4mcm: content_hash: N/A description: '' @@ -165199,6 +175234,7 @@ https://medium.com/ibm-cloud-paks-help-and-guidance-from-ibm-cloud/tagged/cp4mcm v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://medium.com/ibm-garage/its-time-to-stop-making-microservices-the-goal-of-modernization-71758b400287: content_hash: N/A description: '' @@ -165213,6 +175249,7 @@ https://medium.com/ibm-garage/its-time-to-stop-making-microservices-the-goal-of- v2_locations: - faq.md year: N/A + addition_method: manual https://medium.com/illuminations-mirror/basic-networking-and-communication-between-pods-in-kubernetes-2e1627b03a87: content_hash: N/A description: '' @@ -165228,6 +175265,7 @@ https://medium.com/illuminations-mirror/basic-networking-and-communication-betwe v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/infracloud-technologies/prometheus-ha-with-thanos-sidecar-or-receiver-2c8d0e585ff1: content_hash: N/A description: '' @@ -165242,6 +175280,7 @@ https://medium.com/infracloud-technologies/prometheus-ha-with-thanos-sidecar-or- v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/inside-personio/graceful-shutdown-of-fpm-and-nginx-in-kubernetes-f362369dff22: content_hash: N/A description: '' @@ -165256,6 +175295,7 @@ https://medium.com/inside-personio/graceful-shutdown-of-fpm-and-nginx-in-kuberne v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/interviewnoodle/shift-from-monolith-to-cqrs-a34bab75617e: content_hash: N/A description: '' @@ -165270,6 +175310,7 @@ https://medium.com/interviewnoodle/shift-from-monolith-to-cqrs-a34bab75617e: v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/is-it-observable/how-to-collect-metrics-in-a-kubernetes-cluster-9ad4a69aafb0: content_hash: N/A description: '' @@ -165284,6 +175325,7 @@ https://medium.com/is-it-observable/how-to-collect-metrics-in-a-kubernetes-clust v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/israeli-tech-radar/how-to-create-a-monitoring-stack-using-kube-prometheus-stack-part-1-eff8bf7ba9a9: content_hash: N/A description: '' @@ -165299,6 +175341,7 @@ https://medium.com/israeli-tech-radar/how-to-create-a-monitoring-stack-using-kub v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/israeli-tech-radar/karpenter-and-the-future-of-kubernetes-4ab7428b7f87: content_hash: N/A description: '' @@ -165313,6 +175356,7 @@ https://medium.com/israeli-tech-radar/karpenter-and-the-future-of-kubernetes-4ab v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/itnext/atomic-configmap-updates-in-kubernetes-how-symlinks-and-kubelet-make-it-happen-21a44338c247: content_hash: N/A description: '' @@ -165328,6 +175372,7 @@ https://medium.com/itnext/atomic-configmap-updates-in-kubernetes-how-symlinks-an v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/itnext/introducing-k8studio-v3-the-ultimate-kubernetes-workspace-just-got-even-better-0bc0de63642c: content_hash: N/A description: '' @@ -165344,6 +175389,7 @@ https://medium.com/itnext/introducing-k8studio-v3-the-ultimate-kubernetes-worksp - helm.md - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/jaegertracing/jaeger-and-opentelemetry-1846f701d9f2: content_hash: N/A description: '' @@ -165358,6 +175404,7 @@ https://medium.com/jaegertracing/jaeger-and-opentelemetry-1846f701d9f2: v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/jaegertracing/jaeger-clients-and-w3c-trace-context-c2ce1b9dc390: content_hash: N/A description: '' @@ -165373,6 +175420,7 @@ https://medium.com/jaegertracing/jaeger-clients-and-w3c-trace-context-c2ce1b9dc3 v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/jaegertracing/jaeger-embraces-opentelemetry-collector-90a545cbc24: content_hash: N/A description: '' @@ -165383,6 +175431,7 @@ https://medium.com/jaegertracing/jaeger-embraces-opentelemetry-collector-90a545c v1_locations: - docs/monitoring.md year: N/A + addition_method: manual ? https://medium.com/jamf-engineering/how-three-lines-of-configuration-solved-our-grpc-scaling-issues-in-kubernetes-ca1ff13f7f06 : content_hash: N/A description: '' @@ -165398,6 +175447,7 @@ https://medium.com/jaegertracing/jaeger-embraces-opentelemetry-collector-90a545c v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/javarevisited/10-best-java-microservices-courses-with-spring-boot-and-spring-cloud-6d04556bdfed: content_hash: N/A description: '' @@ -165413,6 +175463,7 @@ https://medium.com/javarevisited/10-best-java-microservices-courses-with-spring- v2_locations: - elearning.md year: N/A + addition_method: manual https://medium.com/javarevisited/10-free-spring-boot-tutorials-and-courses-for-java-developers-53dfe084587e: content_hash: N/A description: '' @@ -165429,6 +175480,7 @@ https://medium.com/javarevisited/10-free-spring-boot-tutorials-and-courses-for-j - faq.md - java_frameworks.md year: N/A + addition_method: manual https://medium.com/javarevisited/10-microservices-design-principles-every-developer-should-know-44f2f69e960f: content_hash: N/A description: '' @@ -165444,6 +175496,7 @@ https://medium.com/javarevisited/10-microservices-design-principles-every-develo v2_locations: - introduction.md year: N/A + addition_method: manual ? https://medium.com/javarevisited/50-java-collections-interview-questions-for-beginners-and-experienced-programmers-4d2c224cc5ab : content_hash: N/A description: '' @@ -165458,6 +175511,7 @@ https://medium.com/javarevisited/10-microservices-design-principles-every-develo v2_locations: - interview-questions.md year: N/A + addition_method: manual https://medium.com/javarevisited/7-best-books-to-learn-design-patterns-for-java-programmers-5627b93eefdb: content_hash: N/A description: '' @@ -165472,6 +175526,7 @@ https://medium.com/javarevisited/7-best-books-to-learn-design-patterns-for-java- v2_locations: - devel-sites.md year: N/A + addition_method: manual https://medium.com/javarevisited/7-best-courses-to-master-git-and-github-for-programmers-d671859a68b2: content_hash: N/A description: '' @@ -165486,6 +175541,7 @@ https://medium.com/javarevisited/7-best-courses-to-master-git-and-github-for-pro v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/javarevisited/7-free-online-courses-to-learn-kubernetes-in-2020-3b8a68ec7abc: content_hash: N/A description: '' @@ -165503,6 +175559,7 @@ https://medium.com/javarevisited/7-free-online-courses-to-learn-kubernetes-in-20 - kubernetes-tutorials.md - kubernetes.md year: N/A + addition_method: manual https://medium.com/javarevisited/best-https-ssl-and-tls-courses-for-beginners-4437661250b3: content_hash: N/A description: '' @@ -165518,6 +175575,7 @@ https://medium.com/javarevisited/best-https-ssl-and-tls-courses-for-beginners-44 v2_locations: - networking.md year: N/A + addition_method: manual https://medium.com/javarevisited/distributed-transaction-management-in-microservices-part-1-bb7dc1fbee9f: content_hash: N/A description: '' @@ -165533,6 +175591,7 @@ https://medium.com/javarevisited/distributed-transaction-management-in-microserv v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/javarevisited/do-you-know-about-the-different-microservices-frameworks-for-java-90b61f8cdbd7: content_hash: N/A description: '' @@ -165548,6 +175607,7 @@ https://medium.com/javarevisited/do-you-know-about-the-different-microservices-f v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/javarevisited/logging-in-java-log4j-vs-logback-vs-slf4j-88c533088d2a: content_hash: N/A description: '' @@ -165563,6 +175623,7 @@ https://medium.com/javarevisited/logging-in-java-log4j-vs-logback-vs-slf4j-88c53 v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/javarevisited/microservices-communication-part-1-every-programmer-must-know-7c6607d2d563: content_hash: N/A description: '' @@ -165578,6 +175639,7 @@ https://medium.com/javarevisited/microservices-communication-part-1-every-progra v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/javarevisited/microservices-communication-part-2-sync-vs-async-vs-hybrid-23d057e137d8: content_hash: N/A description: '' @@ -165593,6 +175655,7 @@ https://medium.com/javarevisited/microservices-communication-part-2-sync-vs-asyn v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/javarevisited/microservices-communication-using-grpc-protocol-dc3a2f8b648d: content_hash: N/A description: '' @@ -165609,6 +175672,7 @@ https://medium.com/javarevisited/microservices-communication-using-grpc-protocol - api.md - introduction.md year: N/A + addition_method: manual https://medium.com/javarevisited/podman-getting-started-e7fc06961994: content_hash: N/A description: '' @@ -165623,6 +175687,7 @@ https://medium.com/javarevisited/podman-getting-started-e7fc06961994: v2_locations: - container-managers.md year: N/A + addition_method: manual ? https://medium.com/javarevisited/top-15-online-courses-to-learn-docker-kubernetes-and-aws-for-fullstack-developers-and-devops-d8cc4f16e773 : content_hash: N/A description: '' @@ -165638,6 +175703,7 @@ https://medium.com/javarevisited/podman-getting-started-e7fc06961994: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/javarevisited/top-5-courses-to-learn-microservices-in-java-and-spring-framework-e9fed1ba804d: content_hash: N/A description: '' @@ -165652,6 +175718,7 @@ https://medium.com/javarevisited/top-5-courses-to-learn-microservices-in-java-an v2_locations: - java_frameworks.md year: N/A + addition_method: manual ? https://medium.com/javarevisited/top-5-frameworks-java-developers-can-learn-for-microservices-development-in-2022-848da66d6651 : content_hash: N/A description: '' @@ -165667,6 +175734,7 @@ https://medium.com/javarevisited/top-5-courses-to-learn-microservices-in-java-an v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/javarevisited/top-performance-issues-every-developer-architect-must-know-part-1-fc1ad6e1644b: content_hash: N/A description: '' @@ -165682,6 +175750,7 @@ https://medium.com/javarevisited/top-performance-issues-every-developer-architec v2_locations: - databases.md year: N/A + addition_method: manual ? https://medium.com/javarevisited/why-microservices-are-not-silver-bullet-10-reasons-for-not-using-microservices-74f7c0fa98c : content_hash: N/A description: '' @@ -165697,6 +175766,7 @@ https://medium.com/javarevisited/top-performance-issues-every-developer-architec v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/jumia-tech/immutable-infrastructure-gitops-18d644f9c7cb: content_hash: N/A description: '' @@ -165711,6 +175781,7 @@ https://medium.com/jumia-tech/immutable-infrastructure-gitops-18d644f9c7cb: v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/k0sproject/k0s-optimizes-start-time-adds-cluster-level-backup-restore-and-more-8ffef894a1ae: content_hash: N/A description: '' @@ -165726,6 +175797,7 @@ https://medium.com/k0sproject/k0s-optimizes-start-time-adds-cluster-level-backup v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/k0sproject/k0s-ready-for-production-20255c4b0791: content_hash: N/A description: '' @@ -165740,6 +175812,7 @@ https://medium.com/k0sproject/k0s-ready-for-production-20255c4b0791: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/k0sproject/k0s-supports-kubernetes-1-22-a498e41bf5af: content_hash: N/A description: '' @@ -165754,6 +175827,7 @@ https://medium.com/k0sproject/k0s-supports-kubernetes-1-22-a498e41bf5af: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/k8slens/eliminating-kubernetes-complexity-for-developers-using-lens-5c199e5aff4e: content_hash: N/A description: '' @@ -165769,6 +175843,7 @@ https://medium.com/k8slens/eliminating-kubernetes-complexity-for-developers-usin v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/k8slens/how-to-give-developers-secure-access-to-kubernetes-clusters-c6025f0dd288: content_hash: N/A description: '' @@ -165783,6 +175858,7 @@ https://medium.com/k8slens/how-to-give-developers-secure-access-to-kubernetes-cl v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/k8slens/lens-5-released-f7e58e8842cf: content_hash: N/A description: '' @@ -165797,6 +175873,7 @@ https://medium.com/k8slens/lens-5-released-f7e58e8842cf: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual ? https://medium.com/k8slens/lens-6-released-vision-for-the-future-new-subscription-model-and-features-available-628ff21fe14a : content_hash: N/A description: '' @@ -165812,6 +175889,7 @@ https://medium.com/k8slens/lens-5-released-f7e58e8842cf: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/k8slens/lens-kubernetes-is-all-you-need-in-the-development-env-to-build-ship-and-run-5c1980a12fcf: content_hash: N/A description: '' @@ -165827,6 +175905,7 @@ https://medium.com/k8slens/lens-kubernetes-is-all-you-need-in-the-development-en v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/kapitan-blog/declarative-secret-management-for-gitops-with-kapitan-b3c596eab088: content_hash: N/A description: '' @@ -165841,6 +175920,7 @@ https://medium.com/kapitan-blog/declarative-secret-management-for-gitops-with-ka v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/keptn/dora-metrics-automatically-for-all-your-kubernetes-workloads-42225f4b8515: content_hash: N/A description: '' @@ -165855,6 +175935,7 @@ https://medium.com/keptn/dora-metrics-automatically-for-all-your-kubernetes-work v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/keptn/keptn-0-6-0-my-top-5-favorite-improvements-242d8ac1abfe: content_hash: N/A description: '' @@ -165869,6 +175950,7 @@ https://medium.com/keptn/keptn-0-6-0-my-top-5-favorite-improvements-242d8ac1abfe v2_locations: - keptn.md year: N/A + addition_method: manual https://medium.com/kernel-space/kubeshark-wireshark-for-kubernetes-4069a5f5aa3d: content_hash: N/A description: '' @@ -165883,6 +175965,7 @@ https://medium.com/kernel-space/kubeshark-wireshark-for-kubernetes-4069a5f5aa3d: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/kialiproject: content_hash: N/A description: '' @@ -165897,6 +175980,7 @@ https://medium.com/kialiproject: v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/kialiproject/increasing-observability-on-istio-the-new-kiali-health-configuration-3c91852c1bfe: content_hash: N/A description: '' @@ -165911,6 +175995,7 @@ https://medium.com/kialiproject/increasing-observability-on-istio-the-new-kiali- v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/kialiproject/troubleshooting-envoy-with-kiali-7f78a57b16ad: content_hash: N/A description: '' @@ -165925,6 +176010,7 @@ https://medium.com/kialiproject/troubleshooting-envoy-with-kiali-7f78a57b16ad: v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/kocsistem/installation-internal-nginx-ingress-for-a-private-aks-cluster-7b6386492d56: content_hash: N/A description: '' @@ -165940,6 +176026,7 @@ https://medium.com/kocsistem/installation-internal-nginx-ingress-for-a-private-a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/kubecost/prometheus-grafana-configuration-query-examples-885b91b6ca6: content_hash: N/A description: '' @@ -165955,6 +176042,7 @@ https://medium.com/kubecost/prometheus-grafana-configuration-query-examples-885b v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/kubehub/a-series-on-bash-scripting-eecd0293fab5: content_hash: N/A description: '' @@ -165969,6 +176057,7 @@ https://medium.com/kubehub/a-series-on-bash-scripting-eecd0293fab5: v2_locations: - linux.md year: N/A + addition_method: manual https://medium.com/kubernetes-deveops/kubernetes-deploying-application-with-persistent-storage-5068767e25f3: content_hash: N/A description: '' @@ -165984,6 +176073,7 @@ https://medium.com/kubernetes-deveops/kubernetes-deploying-application-with-pers v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/kubernetes-tutorials/cluster-level-logging-in-kubernetes-with-fluentd-e59aa2b6093a: content_hash: N/A description: '' @@ -165999,6 +176089,7 @@ https://medium.com/kubernetes-tutorials/cluster-level-logging-in-kubernetes-with v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/kubernetes-tutorials/efficient-node-out-of-resource-management-in-kubernetes-67f158da6e59: content_hash: N/A description: '' @@ -166013,6 +176104,7 @@ https://medium.com/kubernetes-tutorials/efficient-node-out-of-resource-managemen v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/kubernetes-tutorials/kubernetes-dns-for-services-and-pods-664804211501: content_hash: N/A description: '' @@ -166027,6 +176119,7 @@ https://medium.com/kubernetes-tutorials/kubernetes-dns-for-services-and-pods-664 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/kubernetes-tutorials/making-sense-of-taints-and-tolerations-in-kubernetes-446e75010f4e: content_hash: N/A description: '' @@ -166041,6 +176134,7 @@ https://medium.com/kubernetes-tutorials/making-sense-of-taints-and-tolerations-i v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/kubeshop-i/monokle-1-5-0-release-kubeshop-95f574563c79: content_hash: N/A description: '' @@ -166055,6 +176149,7 @@ https://medium.com/kubeshop-i/monokle-1-5-0-release-kubeshop-95f574563c79: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/kubeshop-i/monokle-helm-quality-kubernetes-deployments-af050fcc91db: content_hash: N/A description: '' @@ -166069,6 +176164,7 @@ https://medium.com/kubeshop-i/monokle-helm-quality-kubernetes-deployments-af050f v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/kubeshop-i/monokle-vs-lens-vs-k9s-1d5d94d84b5c: content_hash: N/A description: '' @@ -166083,6 +176179,7 @@ https://medium.com/kubeshop-i/monokle-vs-lens-vs-k9s-1d5d94d84b5c: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://medium.com/kubeshop-i/rapidly-prototype-your-apis-on-kubernetes-with-kusk-gateway-kubeshop-4006f030e8e4: content_hash: N/A description: '' @@ -166098,6 +176195,7 @@ https://medium.com/kubeshop-i/rapidly-prototype-your-apis-on-kubernetes-with-kus v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/kubeshop-i/top-8-open-source-observability-testing-tools-9341a361a634: content_hash: N/A description: '' @@ -166112,6 +176210,7 @@ https://medium.com/kubeshop-i/top-8-open-source-observability-testing-tools-9341 v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/kudos-engineering/migrating-our-cron-jobs-to-kubernetes-8597032d7622: content_hash: N/A description: '' @@ -166126,6 +176225,7 @@ https://medium.com/kudos-engineering/migrating-our-cron-jobs-to-kubernetes-85970 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/leapp-cloud/top-10-uncommon-devops-tools-you-should-know-91dadde9777e: content_hash: N/A description: '' @@ -166140,6 +176240,7 @@ https://medium.com/leapp-cloud/top-10-uncommon-devops-tools-you-should-know-91da v2_locations: - devops-tools.md year: N/A + addition_method: manual https://medium.com/lego-engineering/a-journey-into-serverless-and-handling-step-function-failures-dba51b4e8e99: content_hash: N/A description: '' @@ -166155,6 +176256,7 @@ https://medium.com/lego-engineering/a-journey-into-serverless-and-handling-step- v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://medium.com/levvel-consulting/the-differences-between-kubernetes-and-openshift-ae778059a90e: content_hash: N/A description: '' @@ -166169,6 +176271,7 @@ https://medium.com/levvel-consulting/the-differences-between-kubernetes-and-open v2_locations: - introduction.md year: N/A + addition_method: manual ? https://medium.com/lightricks-tech-blog/step-by-step-guide-how-to-create-a-dynamic-service-endpoint-via-k8s-api-1024309cb226 : content_hash: N/A description: '' @@ -166184,6 +176287,7 @@ https://medium.com/levvel-consulting/the-differences-between-kubernetes-and-open v2_locations: - caching.md year: N/A + addition_method: manual https://medium.com/lightspeed-venture-partners/why-grafana-part-ii-2e7e42e0f7bb: content_hash: N/A description: '' @@ -166198,6 +176302,7 @@ https://medium.com/lightspeed-venture-partners/why-grafana-part-ii-2e7e42e0f7bb: v2_locations: - grafana.md year: N/A + addition_method: manual https://medium.com/lightstephq/devops-observability-and-the-need-to-tear-down-organizational-boundaries-f5d25755ff3a: content_hash: N/A description: '' @@ -166213,6 +176318,7 @@ https://medium.com/lightstephq/devops-observability-and-the-need-to-tear-down-or v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/linkbynet/deploying-opa-on-a-gke-cluster-da4d3d77812c: content_hash: N/A description: '' @@ -166227,6 +176333,7 @@ https://medium.com/linkbynet/deploying-opa-on-a-gke-cluster-da4d3d77812c: v2_locations: - securityascode.md year: N/A + addition_method: manual ? https://medium.com/linux-shots/configmap-secret-reloader-automatically-add-reload-data-from-configmap-secret-to-deployments-dc245e06b92c : content_hash: N/A description: '' @@ -166242,6 +176349,7 @@ https://medium.com/linkbynet/deploying-opa-on-a-gke-cluster-da4d3d77812c: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/linux-shots/debug-kubernetes-pods-using-ephemeral-container-f01378243ff: content_hash: N/A description: '' @@ -166256,6 +176364,7 @@ https://medium.com/linux-shots/debug-kubernetes-pods-using-ephemeral-container-f v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://medium.com/linux-shots/find-deprecated-api-resources-used-in-a-kubernetes-cluster-44756c1126c8: content_hash: N/A description: '' @@ -166271,6 +176380,7 @@ https://medium.com/linux-shots/find-deprecated-api-resources-used-in-a-kubernete v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/linux-shots/kubernetes-ingress-as-reverse-proxy-to-application-running-outside-cluster-206b6003f9cb: content_hash: N/A description: '' @@ -166286,6 +176396,7 @@ https://medium.com/linux-shots/kubernetes-ingress-as-reverse-proxy-to-applicatio v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/linux-shots/use-postgresql-as-backend-storage-for-helm-de407cd9c43: content_hash: N/A description: '' @@ -166300,6 +176411,7 @@ https://medium.com/linux-shots/use-postgresql-as-backend-storage-for-helm-de407c v2_locations: - helm.md year: N/A + addition_method: manual ? https://medium.com/lonto-digital-services-integrator/why-we-developed-own-kubernetes-controller-to-copy-secrets-e46368ae6db9 : content_hash: N/A description: '' @@ -166315,6 +176427,7 @@ https://medium.com/linux-shots/use-postgresql-as-backend-storage-for-helm-de407c v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/marionete/create-helm-charts-to-manage-kubernetes-applications-9c4235acf99e: content_hash: N/A description: '' @@ -166329,6 +176442,7 @@ https://medium.com/marionete/create-helm-charts-to-manage-kubernetes-application v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/marionete/how-to-expose-kubernetes-services-to-external-traffic-using-istio-gateway-1a1e6ebd8805: content_hash: N/A description: '' @@ -166344,6 +176458,7 @@ https://medium.com/marionete/how-to-expose-kubernetes-services-to-external-traff v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/mcdonalds-technical-blog/behind-the-scenes-mcdonalds-event-driven-architecture-51a6542c0d86: content_hash: N/A description: '' @@ -166359,6 +176474,7 @@ https://medium.com/mcdonalds-technical-blog/behind-the-scenes-mcdonalds-event-dr v2_locations: - introduction.md year: N/A + addition_method: manual ? https://medium.com/mcdonalds-technical-blog/mcdonalds-event-driven-architecture-the-data-journey-and-how-it-works-4591d108821f : content_hash: N/A description: '' @@ -166374,6 +176490,7 @@ https://medium.com/mcdonalds-technical-blog/behind-the-scenes-mcdonalds-event-dr v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/medialesson/assigning-azure-built-in-roles-vs-azure-ad-built-in-roles-with-azure-cli-d1cbf56fcdbe: content_hash: N/A description: '' @@ -166389,6 +176506,7 @@ https://medium.com/medialesson/assigning-azure-built-in-roles-vs-azure-ad-built- v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/medialesson/create-azure-active-directory-app-registration-with-azure-cli-3241aa3824c5: content_hash: N/A description: '' @@ -166404,6 +176522,7 @@ https://medium.com/medialesson/create-azure-active-directory-app-registration-wi v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/microservicegeeks/introduction-to-event-driven-architecture-e94ef442d824: content_hash: N/A description: '' @@ -166418,6 +176537,7 @@ https://medium.com/microservicegeeks/introduction-to-event-driven-architecture-e v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/microservices-for-net-developers/what-is-microservices-and-why-is-it-different-fac017cb8cf4: content_hash: N/A description: '' @@ -166432,6 +176552,7 @@ https://medium.com/microservices-for-net-developers/what-is-microservices-and-wh v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/microservices-in-practice/microservices-in-practice-7a3e85b6624c: content_hash: N/A description: '' @@ -166446,6 +176567,7 @@ https://medium.com/microservices-in-practice/microservices-in-practice-7a3e85b66 v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/microservices-learning/how-to-implement-security-for-microservices-89b140d3e555: content_hash: N/A description: '' @@ -166460,6 +176582,7 @@ https://medium.com/microservices-learning/how-to-implement-security-for-microser v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/microsoftazure/aks-different-load-balancing-options-for-a-single-cluster-when-to-use-what-abd2c22c2825: content_hash: N/A description: '' @@ -166474,6 +176597,7 @@ https://medium.com/microsoftazure/aks-different-load-balancing-options-for-a-sin v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://medium.com/microsoftazure/automating-managed-prometheus-and-grafana-with-terraform-for-scalable-observability-on-azure-4e5c5409a6b1 : content_hash: N/A description: '' @@ -166489,6 +176613,7 @@ https://medium.com/microsoftazure/aks-different-load-balancing-options-for-a-sin v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/microsoftazure/going-multicloud-with-kubernetes-and-azure-front-door-f34a2f39068a: content_hash: N/A description: '' @@ -166503,6 +176628,7 @@ https://medium.com/microsoftazure/going-multicloud-with-kubernetes-and-azure-fro v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/microsoftazure/secure-your-microservices-on-aks-part-2-5496bf2ba00c: content_hash: N/A description: '' @@ -166513,6 +176639,7 @@ https://medium.com/microsoftazure/secure-your-microservices-on-aks-part-2-5496bf v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://medium.com/microsoftazure/ultimate-guide-for-azure-cloud-adoption-framework-for-enterprise-scale-landing-zone-bba2a385134d : content_hash: N/A description: '' @@ -166528,6 +176655,7 @@ https://medium.com/microsoftazure/secure-your-microservices-on-aks-part-2-5496bf v2_locations: - azure.md year: N/A + addition_method: manual https://medium.com/mindboard/what-is-autoscaling-in-kubernetes-109c7b5d321: content_hash: N/A description: '' @@ -166542,6 +176670,7 @@ https://medium.com/mindboard/what-is-autoscaling-in-kubernetes-109c7b5d321: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/mlearning-ai/the-best-object-detection-libraries-that-i-work-with-835428a1e01e: content_hash: N/A description: '' @@ -166557,6 +176686,7 @@ https://medium.com/mlearning-ai/the-best-object-detection-libraries-that-i-work- v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/mycloudseries/must-haves-for-your-kubernetes-cluster-to-be-production-ready-dc7d1d18c4a2: content_hash: N/A description: '' @@ -166572,6 +176702,7 @@ https://medium.com/mycloudseries/must-haves-for-your-kubernetes-cluster-to-be-pr v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/building-a-two-tier-architecture-for-high-availability-using-terraform-ae6296fb2126: content_hash: N/A description: '' @@ -166587,12 +176718,14 @@ https://medium.com/nerd-for-tech/building-a-two-tier-architecture-for-high-avail v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/common-kubernetes-errors-made-by-beginners-274b50e18a01: content_hash: N/A health_score: 100.0 last_checked: 1779033118.162451 v1_locations: - docs/kubernetes-troubleshooting.md + addition_method: manual https://medium.com/nerd-for-tech/deep-dive-into-thanos-part-i-f72ecba39f76: content_hash: N/A description: '' @@ -166603,6 +176736,7 @@ https://medium.com/nerd-for-tech/deep-dive-into-thanos-part-i-f72ecba39f76: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/etcd-the-easy-way-4c01e243f285: content_hash: N/A description: '' @@ -166617,6 +176751,7 @@ https://medium.com/nerd-for-tech/etcd-the-easy-way-4c01e243f285: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/exploring-kubernetes-node-architecture-3a36df6ae034: content_hash: N/A description: '' @@ -166631,6 +176766,7 @@ https://medium.com/nerd-for-tech/exploring-kubernetes-node-architecture-3a36df6a v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/kubernetes-declaratively-deploying-infrastructure-iac-789f14d999c6: content_hash: N/A description: '' @@ -166646,6 +176782,7 @@ https://medium.com/nerd-for-tech/kubernetes-declaratively-deploying-infrastructu v2_locations: - iac.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/kubernetes-deploying-nginx-with-a-configmap-e8a2fe59bcb1: content_hash: N/A description: '' @@ -166661,6 +176798,7 @@ https://medium.com/nerd-for-tech/kubernetes-deploying-nginx-with-a-configmap-e8a v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/one-cka-ckad-cks-requirement-mastering-kubectl-85486bc0a3aa: content_hash: N/A description: '' @@ -166675,6 +176813,7 @@ https://medium.com/nerd-for-tech/one-cka-ckad-cks-requirement-mastering-kubectl- v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/persistence-with-kubernetes-46f039d9a2ad: content_hash: N/A description: '' @@ -166689,6 +176828,7 @@ https://medium.com/nerd-for-tech/persistence-with-kubernetes-46f039d9a2ad: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/pki-certs-injection-to-k8s-pods-with-vault-agent-injector-d97482b48f3d: content_hash: N/A description: '' @@ -166704,6 +176844,7 @@ https://medium.com/nerd-for-tech/pki-certs-injection-to-k8s-pods-with-vault-agen v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/running-services-with-knative-kong-3135c0d94dfa: content_hash: N/A description: '' @@ -166718,6 +176859,7 @@ https://medium.com/nerd-for-tech/running-services-with-knative-kong-3135c0d94dfa v2_locations: - developerportals.md year: N/A + addition_method: manual https://medium.com/nerd-for-tech/terraforming-the-gitops-way-9417cf4abf58: content_hash: N/A description: '' @@ -166732,6 +176874,7 @@ https://medium.com/nerd-for-tech/terraforming-the-gitops-way-9417cf4abf58: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/nerds-malt/choosing-a-ci-that-grows-at-the-same-pace-as-a-scale-up-f4e1c0648084: content_hash: N/A description: '' @@ -166746,6 +176889,7 @@ https://medium.com/nerds-malt/choosing-a-ci-that-grows-at-the-same-pace-as-a-sca v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://medium.com/netcracker/version-control-of-configuration-files-using-kubernetes-21673766203: content_hash: N/A description: '' @@ -166760,6 +176904,7 @@ https://medium.com/netcracker/version-control-of-configuration-files-using-kuber v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/netpremacy-global-services/the-beginning-of-the-end-for-terraform-cfffcd2c5420: content_hash: N/A description: '' @@ -166774,6 +176919,7 @@ https://medium.com/netpremacy-global-services/the-beginning-of-the-end-for-terra v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/nexton/kubernetes-a-practical-introduction-18a5b69e7763: content_hash: N/A description: '' @@ -166788,6 +176934,7 @@ https://medium.com/nexton/kubernetes-a-practical-introduction-18a5b69e7763: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/ni-tech-talk/creating-customized-kubernetes-pod-templates-using-groovy-in-jenkins-pipeline-7007f023a585: content_hash: N/A description: '' @@ -166803,6 +176950,7 @@ https://medium.com/ni-tech-talk/creating-customized-kubernetes-pod-templates-usi v2_locations: - jenkins.md year: N/A + addition_method: manual https://medium.com/nontechcompany/cool-kubernetes-command-line-plugins-4b0e50362426: content_hash: N/A description: '' @@ -166817,6 +176965,7 @@ https://medium.com/nontechcompany/cool-kubernetes-command-line-plugins-4b0e50362 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/nordcloud-engineering/upgrading-kubernetes-the-hard-way-ac533cfb4ff2: content_hash: N/A description: '' @@ -166831,6 +176980,7 @@ https://medium.com/nordcloud-engineering/upgrading-kubernetes-the-hard-way-ac533 v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/nordnet-tech/setting-java-heap-size-inside-a-docker-container-b5a4d06d2f46: content_hash: N/A description: '' @@ -166845,6 +176995,7 @@ https://medium.com/nordnet-tech/setting-java-heap-size-inside-a-docker-container v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://medium.com/nordnet-tech/unlocking-kubernetes-performance-with-no-cpu-resource-limits-56d5dc33037b: content_hash: N/A description: '' @@ -166860,6 +177011,7 @@ https://medium.com/nordnet-tech/unlocking-kubernetes-performance-with-no-cpu-res v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/nttlabs/buildx-kubernetes-ad0fe59b0c64: content_hash: N/A description: '' @@ -166874,6 +177026,7 @@ https://medium.com/nttlabs/buildx-kubernetes-ad0fe59b0c64: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/nttlabs/nerdctl-359311b32d0e: content_hash: N/A description: '' @@ -166888,6 +177041,7 @@ https://medium.com/nttlabs/nerdctl-359311b32d0e: v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/nycdev/understanding-docker-volumes-mounts-and-layers-9fa17befa493: content_hash: N/A description: '' @@ -166903,6 +177057,7 @@ https://medium.com/nycdev/understanding-docker-volumes-mounts-and-layers-9fa17be v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/okteto/beginners-guide-to-kubernetes-deployments-50f066d95d2b: content_hash: N/A description: '' @@ -166917,6 +177072,7 @@ https://medium.com/okteto/beginners-guide-to-kubernetes-deployments-50f066d95d2b v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/omio-engineering/cpu-limits-and-aggressive-throttling-in-kubernetes-c5b20bd8a718: content_hash: N/A description: '' @@ -166931,6 +177087,7 @@ https://medium.com/omio-engineering/cpu-limits-and-aggressive-throttling-in-kube v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/open-devops-academy/kubernetes-inject-the-values-of-a-configmap-in-a-container-as-a-volume-628c39f3ea43: content_hash: N/A description: '' @@ -166946,6 +177103,7 @@ https://medium.com/open-devops-academy/kubernetes-inject-the-values-of-a-configm v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/opentelemetry/opentelemetry-specification-v1-0-0-tracing-edition-72dd08936978: content_hash: N/A description: '' @@ -166960,6 +177118,7 @@ https://medium.com/opentelemetry/opentelemetry-specification-v1-0-0-tracing-edit v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/opstalk/securing-containers-with-red-hat-quay-and-clair-part-i-bcec8d170536: content_hash: N/A description: '' @@ -166974,6 +177133,7 @@ https://medium.com/opstalk/securing-containers-with-red-hat-quay-and-clair-part- v2_locations: - ocp4.md year: N/A + addition_method: manual https://medium.com/opstree-technology/ansible-helm-diff-plugin-63e1cda299a3: content_hash: N/A description: '' @@ -166988,6 +177148,7 @@ https://medium.com/opstree-technology/ansible-helm-diff-plugin-63e1cda299a3: v2_locations: - ansible.md year: N/A + addition_method: manual https://medium.com/otomi-platform/helmfile-and-argocd-better-together-f8d4587263ff: content_hash: N/A description: '' @@ -167002,6 +177163,7 @@ https://medium.com/otomi-platform/helmfile-and-argocd-better-together-f8d4587263 v2_locations: - argo.md year: N/A + addition_method: manual https://medium.com/packlinkeng/a-chance-for-newsql-databases-3bba18fea6a1: content_hash: N/A description: '' @@ -167018,6 +177180,7 @@ https://medium.com/packlinkeng/a-chance-for-newsql-databases-3bba18fea6a1: - newsql.md - nosql.md year: N/A + addition_method: manual https://medium.com/pareture/kubernetes-bound-projected-service-account-token-volumes-might-surprise-you-434ff2cd1483: content_hash: N/A description: '' @@ -167033,6 +177196,7 @@ https://medium.com/pareture/kubernetes-bound-projected-service-account-token-vol v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/pareture/kubernetes-scaling-capacity-and-resource-planning-in-complex-clusters-97a6105b43a4: content_hash: N/A description: '' @@ -167048,6 +177212,7 @@ https://medium.com/pareture/kubernetes-scaling-capacity-and-resource-planning-in v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/path-to-software-architect/cloud-agnostic-design-925c08e1d610: content_hash: N/A description: '' @@ -167062,6 +177227,7 @@ https://medium.com/path-to-software-architect/cloud-agnostic-design-925c08e1d610 v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://medium.com/patilswapnilv/getting-started-with-kubernetes-networking-7e10623fc78f: content_hash: N/A description: '' @@ -167077,6 +177243,7 @@ https://medium.com/patilswapnilv/getting-started-with-kubernetes-networking-7e10 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/paypal-tech/scaling-kubernetes-to-over-4k-nodes-and-200k-pods-29988fad6ed: content_hash: N/A description: '' @@ -167091,6 +177258,7 @@ https://medium.com/paypal-tech/scaling-kubernetes-to-over-4k-nodes-and-200k-pods v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/performance-engineering-for-the-ordinary-barbie/why-profiling-should-be-part-of-regular-software-development-workflow-8b19b7f52b38 : content_hash: N/A description: '' @@ -167107,6 +177275,7 @@ https://medium.com/paypal-tech/scaling-kubernetes-to-over-4k-nodes-and-200k-pods v2_locations: - monitoring.md year: N/A + addition_method: manual https://medium.com/picsart-engineering/prioritizing-development-efforts-with-slos-in-microservices-109ecd9b9b92: content_hash: N/A description: '' @@ -167122,6 +177291,7 @@ https://medium.com/picsart-engineering/prioritizing-development-efforts-with-slo v2_locations: - sre.md year: N/A + addition_method: manual https://medium.com/pinterest-engineering/how-pinterest-runs-kafka-at-scale-ff9c6f735be: content_hash: N/A description: '' @@ -167136,6 +177306,7 @@ https://medium.com/pinterest-engineering/how-pinterest-runs-kafka-at-scale-ff9c6 v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/pinterest-engineering/scaling-kubernetes-with-assurance-at-pinterest-a23f821168da: content_hash: N/A description: '' @@ -167150,6 +177321,7 @@ https://medium.com/pinterest-engineering/scaling-kubernetes-with-assurance-at-pi v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/pipedrive-engineering/how-we-choked-our-kubernetes-nodejs-services-932acc8cc2be: content_hash: N/A description: '' @@ -167164,6 +177336,7 @@ https://medium.com/pipedrive-engineering/how-we-choked-our-kubernetes-nodejs-ser v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/platform-engineer/26-terraform-hacks-for-effective-infrastructure-automation-with-examples-d6d721c3d5e0: content_hash: N/A description: '' @@ -167179,6 +177352,7 @@ https://medium.com/platform-engineer/26-terraform-hacks-for-effective-infrastruc v2_locations: - terraform.md year: N/A + addition_method: manual ? https://medium.com/predictivehire/why-we-should-use-terraform-and-terragrunt-to-manage-kubernetes-with-example-code-d96aac2ff25a : content_hash: N/A description: '' @@ -167194,6 +177368,7 @@ https://medium.com/platform-engineer/26-terraform-hacks-for-effective-infrastruc v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-1-cc50a3642: content_hash: N/A description: '' @@ -167204,6 +177379,7 @@ https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api v1_locations: - docs/kubernetes-client-libraries.md year: N/A + addition_method: manual https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-2-using-java-ceb8a5ff7920: content_hash: N/A description: '' @@ -167214,6 +177390,7 @@ https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api v1_locations: - docs/kubernetes-client-libraries.md year: N/A + addition_method: manual https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-3-using-python-aea5ab16f627: content_hash: N/A description: '' @@ -167224,6 +177401,7 @@ https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api v1_locations: - docs/kubernetes-client-libraries.md year: N/A + addition_method: manual https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-4-using-go-b1d0e3c1c899: content_hash: N/A description: '' @@ -167240,6 +177418,7 @@ https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api - golang.md - kubernetes-client-libraries.md year: N/A + addition_method: manual https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-toc-84d751876650: content_hash: N/A description: '' @@ -167254,6 +177433,7 @@ https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://medium.com/promyze/avoid-accidental-complexity-and-technical-debt-2dc2cdf4dd4b: content_hash: N/A description: '' @@ -167268,6 +177448,7 @@ https://medium.com/promyze/avoid-accidental-complexity-and-technical-debt-2dc2cd v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/python-in-plain-english/testing-apis-with-python-4ca51d604ffe: content_hash: N/A description: '' @@ -167282,6 +177463,7 @@ https://medium.com/python-in-plain-english/testing-apis-with-python-4ca51d604ffe v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://medium.com/pythoneers/mlops-tool-stack-requirement-in-machine-learning-pipeline-474b39f09dfc: content_hash: N/A description: '' @@ -167297,6 +177479,7 @@ https://medium.com/pythoneers/mlops-tool-stack-requirement-in-machine-learning-p v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/qe-unit/how-google-does-monorepo-revisited-8c793be20344: content_hash: N/A description: '' @@ -167311,6 +177494,7 @@ https://medium.com/qe-unit/how-google-does-monorepo-revisited-8c793be20344: v2_locations: - git.md year: N/A + addition_method: manual https://medium.com/qe-unit/the-microservices-adoption-roadmap-e37f3f32877: content_hash: N/A description: '' @@ -167325,6 +177509,7 @@ https://medium.com/qe-unit/the-microservices-adoption-roadmap-e37f3f32877: v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/riskified-technology/from-aws-cloudformation-to-terraform-migrating-apache-kafka-32bdabdbaa59: content_hash: N/A description: '' @@ -167339,6 +177524,7 @@ https://medium.com/riskified-technology/from-aws-cloudformation-to-terraform-mig v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/riskified-technology/run-kubernetes-on-aws-ec2-spot-instances-with-zero-downtime-f7327a95dea: content_hash: N/A description: '' @@ -167356,6 +177542,7 @@ https://medium.com/riskified-technology/run-kubernetes-on-aws-ec2-spot-instances - kubernetes.md - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://medium.com/rocco-scaramuzzi-tech/event-driven-microservice-architecture-dont-use-only-events-but-use-commands-too-b8694d370436 : content_hash: N/A description: '' @@ -167371,6 +177558,7 @@ https://medium.com/riskified-technology/run-kubernetes-on-aws-ec2-spot-instances v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/rtkal/distributed-cache-design-348cbe334df1: content_hash: N/A description: '' @@ -167385,6 +177573,7 @@ https://medium.com/rtkal/distributed-cache-design-348cbe334df1: v2_locations: - caching.md year: N/A + addition_method: manual https://medium.com/saas-infra/stabilize-your-kubernetes-microservices-with-the-correct-resources-settings-2071fa11495d: content_hash: N/A description: '' @@ -167400,6 +177589,7 @@ https://medium.com/saas-infra/stabilize-your-kubernetes-microservices-with-the-c v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/schibsted-engineering/ultimate-terraform-project-structure-9fc7e79f6bc6: content_hash: N/A description: '' @@ -167414,6 +177604,7 @@ https://medium.com/schibsted-engineering/ultimate-terraform-project-structure-9f v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6: content_hash: N/A description: '' @@ -167428,6 +177619,7 @@ https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b v2_locations: - docker.md year: N/A + addition_method: manual ? https://medium.com/scout24-engineering/how-did-we-upgrade-our-eks-clusters-from-1-15-to-1-22-without-k8s-knowledge-2c96c1a94cc1 : content_hash: N/A description: '' @@ -167443,6 +177635,7 @@ https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://medium.com/sda-se/kubernetes-operator-to-the-rescue-how-our-own-mongodb-operator-improved-our-deployments-6d5ba3324abc : content_hash: N/A description: '' @@ -167458,6 +177651,7 @@ https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/searce/gitops-the-next-big-thing-for-devops-and-automation-2a9597e51559: content_hash: N/A description: '' @@ -167472,6 +177666,7 @@ https://medium.com/searce/gitops-the-next-big-thing-for-devops-and-automation-2a v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/searce/multibranch-and-ha-pipeline-in-jenkins-with-kaniko-on-gke-8a1e7fa93403: content_hash: N/A description: '' @@ -167486,6 +177681,7 @@ https://medium.com/searce/multibranch-and-ha-pipeline-in-jenkins-with-kaniko-on- v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/searce/spinnaker-the-hard-way-278913f3f1d8: content_hash: N/A description: '' @@ -167500,6 +177696,7 @@ https://medium.com/searce/spinnaker-the-hard-way-278913f3f1d8: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://medium.com/search?q=cp4mcm: content_hash: N/A description: '' @@ -167514,6 +177711,7 @@ https://medium.com/search?q=cp4mcm: v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://medium.com/seek-blog/microservices-in-go-2fc1570f6800: content_hash: N/A description: '' @@ -167528,6 +177726,7 @@ https://medium.com/seek-blog/microservices-in-go-2fc1570f6800: v2_locations: - golang.md year: N/A + addition_method: manual https://medium.com/serious-scrum/are-scrum-and-kanban-allies-or-enemies-9d1d27353cd7: content_hash: N/A description: '' @@ -167542,6 +177741,7 @@ https://medium.com/serious-scrum/are-scrum-and-kanban-allies-or-enemies-9d1d2735 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/serious-scrum/nine-steps-to-successfully-start-your-new-product-owner-job-b276c85e3dde: content_hash: N/A description: '' @@ -167556,6 +177756,7 @@ https://medium.com/serious-scrum/nine-steps-to-successfully-start-your-new-produ v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/serious-scrum/scrum-teams-that-dont-verify-their-outcomes-are-basically-waterfall-teams-cb208acdcc61: content_hash: N/A description: '' @@ -167571,6 +177772,7 @@ https://medium.com/serious-scrum/scrum-teams-that-dont-verify-their-outcomes-are v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/serverless-transformation/what-a-typical-100-serverless-architecture-looks-like-in-aws-40f252cd0ecb: content_hash: N/A description: '' @@ -167585,6 +177787,7 @@ https://medium.com/serverless-transformation/what-a-typical-100-serverless-archi v2_locations: - serverless.md year: N/A + addition_method: manual https://medium.com/shoutloudz/microservice-developing-an-authentication-service-using-spring-boot-d421b8802712: content_hash: N/A description: '' @@ -167600,6 +177803,7 @@ https://medium.com/shoutloudz/microservice-developing-an-authentication-service- v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/simform-engineering/infrastructure-as-code-and-ci-cd-in-practice-with-aws-cdk-bd0685b361f8: content_hash: N/A description: '' @@ -167615,6 +177819,7 @@ https://medium.com/simform-engineering/infrastructure-as-code-and-ci-cd-in-pract v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://medium.com/siot-govtech/kubernetes-from-scratch-35add70e8b7f: content_hash: N/A description: '' @@ -167629,6 +177834,7 @@ https://medium.com/siot-govtech/kubernetes-from-scratch-35add70e8b7f: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/slalom-build/managing-ingress-traffic-on-kubernetes-platforms-ebd537cdfb46: content_hash: N/A description: '' @@ -167644,6 +177850,7 @@ https://medium.com/slalom-build/managing-ingress-traffic-on-kubernetes-platforms v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/softwareimprovementgroup/ci-cd-best-practices-how-to-set-up-your-pipeline-4643eea14bfa: content_hash: N/A description: '' @@ -167659,6 +177866,7 @@ https://medium.com/softwareimprovementgroup/ci-cd-best-practices-how-to-set-up-y v2_locations: - cicd.md year: N/A + addition_method: manual https://medium.com/solo-io: content_hash: N/A description: '' @@ -167673,6 +177881,7 @@ https://medium.com/solo-io: v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/solo-io/istio-the-easy-way-again-b0504347b7ce: content_hash: N/A description: '' @@ -167687,6 +177896,7 @@ https://medium.com/solo-io/istio-the-easy-way-again-b0504347b7ce: v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/solutions-architecture-patterns/multi-cloud-enterprise-deployment-pattern-19571604e64b: content_hash: N/A description: '' @@ -167701,6 +177911,7 @@ https://medium.com/solutions-architecture-patterns/multi-cloud-enterprise-deploy v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/spacelift/platform-engineering-vs-devops-ade389ce819e: content_hash: N/A description: '' @@ -167715,6 +177926,7 @@ https://medium.com/spacelift/platform-engineering-vs-devops-ade389ce819e: v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/spacelift/terraform-best-practices-for-better-infrastructure-management-49e0859b5537: content_hash: N/A description: '' @@ -167730,6 +177942,7 @@ https://medium.com/spacelift/terraform-best-practices-for-better-infrastructure- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/spacelift/terraform-vs-kubernetes-key-differences-and-comparison-a42847e8be1c: content_hash: N/A description: '' @@ -167744,6 +177957,7 @@ https://medium.com/spacelift/terraform-vs-kubernetes-key-differences-and-compari v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/sse-blog/verify-container-image-signatures-in-kubernetes-using-notary-or-cosign-or-both-c25d9e79ec45: content_hash: N/A description: '' @@ -167759,6 +177973,7 @@ https://medium.com/sse-blog/verify-container-image-signatures-in-kubernetes-usin v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/stakater/efficiently-expose-services-on-kubernetes-494a80f88aad: content_hash: N/A description: '' @@ -167774,6 +177989,7 @@ https://medium.com/stakater/efficiently-expose-services-on-kubernetes-494a80f88a v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/stakater/efficiently-expose-services-on-kubernetes-part-2-c302f135f719: content_hash: N/A description: '' @@ -167784,6 +178000,7 @@ https://medium.com/stakater/efficiently-expose-services-on-kubernetes-part-2-c30 v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/stakater/gitops-for-kubernetes-with-jenkins-7db6304216e0: content_hash: N/A description: '' @@ -167798,6 +178015,7 @@ https://medium.com/stakater/gitops-for-kubernetes-with-jenkins-7db6304216e0: v2_locations: - gitops.md year: N/A + addition_method: manual https://medium.com/streamotion-tech-blog/visualising-the-cost-of-kubernetes-ca64f642de8c: content_hash: N/A description: '' @@ -167812,6 +178030,7 @@ https://medium.com/streamotion-tech-blog/visualising-the-cost-of-kubernetes-ca64 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/summit-technology-group/karpenter-autoscaling-and-right-sizing-eks-nodes-bc6d2b83d48e: content_hash: N/A description: '' @@ -167827,6 +178046,7 @@ https://medium.com/summit-technology-group/karpenter-autoscaling-and-right-sizin v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://medium.com/swlh/6-lessons-learned-from-migrating-web-application-on-production-ce9add8e63f3: content_hash: N/A description: '' @@ -167841,6 +178061,7 @@ https://medium.com/swlh/6-lessons-learned-from-migrating-web-application-on-prod v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/swlh/a-design-analysis-of-cloud-based-microservices-architecture-at-netflix-98836b2da45f: content_hash: N/A description: '' @@ -167855,6 +178076,7 @@ https://medium.com/swlh/a-design-analysis-of-cloud-based-microservices-architect v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/swlh/apache-kafka-in-a-nutshell-5782b01d9ffb: content_hash: N/A description: '' @@ -167869,6 +178091,7 @@ https://medium.com/swlh/apache-kafka-in-a-nutshell-5782b01d9ffb: v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://medium.com/swlh/apache-kafka-startup-guide-system-design-architectures-notification-system-web-activity-tracker-6dcaf0cf8a7 : content_hash: N/A description: '' @@ -167884,6 +178107,7 @@ https://medium.com/swlh/apache-kafka-in-a-nutshell-5782b01d9ffb: v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/swlh/aws-account-security-monitoring-d7ca129d52ac: content_hash: N/A description: '' @@ -167898,6 +178122,7 @@ https://medium.com/swlh/aws-account-security-monitoring-d7ca129d52ac: v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://medium.com/swlh/aws-config-compliance-as-code-9621eb3b7ac7: content_hash: N/A description: '' @@ -167912,6 +178137,7 @@ https://medium.com/swlh/aws-config-compliance-as-code-9621eb3b7ac7: v2_locations: - aws.md year: N/A + addition_method: manual https://medium.com/swlh/break-down-kubernetes-server-side-apply-5d59f6a14e26: content_hash: N/A description: '' @@ -167927,6 +178153,7 @@ https://medium.com/swlh/break-down-kubernetes-server-side-apply-5d59f6a14e26: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://medium.com/swlh/building-the-ci-cd-of-the-future-creating-the-eks-cluster-e4cce4eb3500: content_hash: N/A description: '' @@ -167941,6 +178168,7 @@ https://medium.com/swlh/building-the-ci-cd-of-the-future-creating-the-eks-cluste v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://medium.com/swlh/ci-cd-pipeline-of-jenkins-using-groovy-language-with-monitoring-on-the-top-of-kubernetes-b37f962fb0ac : content_hash: N/A description: '' @@ -167956,6 +178184,7 @@ https://medium.com/swlh/building-the-ci-cd-of-the-future-creating-the-eks-cluste v2_locations: - jenkins.md year: N/A + addition_method: manual https://medium.com/swlh/clusterops-1-line-commit-to-upgrade-your-kubernetes-clusters-de3548124d04: content_hash: N/A description: '' @@ -167970,6 +178199,7 @@ https://medium.com/swlh/clusterops-1-line-commit-to-upgrade-your-kubernetes-clus v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/swlh/consul-in-kubernetes-pushing-to-production-223506bbe8db: content_hash: N/A description: '' @@ -167984,6 +178214,7 @@ https://medium.com/swlh/consul-in-kubernetes-pushing-to-production-223506bbe8db: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/swlh/deploy-quarkus-todo-list-app-to-kubernetes-using-eclipse-jkube-c774ef6b68f0: content_hash: N/A description: '' @@ -167994,6 +178225,7 @@ https://medium.com/swlh/deploy-quarkus-todo-list-app-to-kubernetes-using-eclipse v1_locations: - docs/demos.md year: N/A + addition_method: manual https://medium.com/swlh/deploy-your-private-docker-registry-as-a-pod-in-kubernetes-f6a489bf0180: content_hash: N/A description: '' @@ -168008,6 +178240,7 @@ https://medium.com/swlh/deploy-your-private-docker-registry-as-a-pod-in-kubernet v2_locations: - registries.md year: N/A + addition_method: manual https://medium.com/swlh/deploying-kubernetes-deciding-the-size-of-your-nodes-a115e770e09: content_hash: N/A description: '' @@ -168022,6 +178255,7 @@ https://medium.com/swlh/deploying-kubernetes-deciding-the-size-of-your-nodes-a11 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/swlh/discovering-running-pods-by-using-dns-and-headless-services-in-kubernetes-7002a50747f4: content_hash: N/A description: '' @@ -168036,6 +178270,7 @@ https://medium.com/swlh/discovering-running-pods-by-using-dns-and-headless-servi v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/swlh/getting-started-with-istio-524628c025: content_hash: N/A description: '' @@ -168050,6 +178285,7 @@ https://medium.com/swlh/getting-started-with-istio-524628c025: v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/swlh/getting-started-with-kafka-on-openshift-c44c0fdec384: content_hash: N/A description: '' @@ -168064,6 +178300,7 @@ https://medium.com/swlh/getting-started-with-kafka-on-openshift-c44c0fdec384: v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/swlh/guide-okd-4-5-single-node-cluster-832693cb752b: content_hash: N/A description: '' @@ -168078,6 +178315,7 @@ https://medium.com/swlh/guide-okd-4-5-single-node-cluster-832693cb752b: v2_locations: - ocp4.md year: N/A + addition_method: manual https://medium.com/swlh/helm-chart-development-guide-bbc525d3b448: content_hash: N/A description: '' @@ -168092,6 +178330,7 @@ https://medium.com/swlh/helm-chart-development-guide-bbc525d3b448: v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/swlh/high-priority-request-queue-with-haproxy-9efd639a8992: content_hash: N/A description: '' @@ -168106,6 +178345,7 @@ https://medium.com/swlh/high-priority-request-queue-with-haproxy-9efd639a8992: v2_locations: - web-servers.md year: N/A + addition_method: manual https://medium.com/swlh/how-to-become-an-devops-engineer-in-2020-80b8740d5a52: content_hash: N/A description: '' @@ -168120,6 +178360,7 @@ https://medium.com/swlh/how-to-become-an-devops-engineer-in-2020-80b8740d5a52: v2_locations: - devops.md year: N/A + addition_method: manual https://medium.com/swlh/how-to-deploy-an-asp-net-application-with-kubernetes-3c00c5fa1c6e: content_hash: N/A description: '' @@ -168134,6 +178375,7 @@ https://medium.com/swlh/how-to-deploy-an-asp-net-application-with-kubernetes-3c0 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/swlh/how-to-start-working-with-docker-containers-72b73ca60e0c: content_hash: N/A description: '' @@ -168148,6 +178390,7 @@ https://medium.com/swlh/how-to-start-working-with-docker-containers-72b73ca60e0c v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/swlh/im-so-sorry-openshift-i-ve-taken-you-for-granted-f36fb47ea4d9: content_hash: N/A description: '' @@ -168162,6 +178405,7 @@ https://medium.com/swlh/im-so-sorry-openshift-i-ve-taken-you-for-granted-f36fb47 v2_locations: - openshift.md year: N/A + addition_method: manual https://medium.com/swlh/introduction-to-istio-traffic-management-6b62c86f8cb4: content_hash: N/A description: '' @@ -168177,6 +178421,7 @@ https://medium.com/swlh/introduction-to-istio-traffic-management-6b62c86f8cb4: v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/swlh/k8s-network-policies-demystified-and-simplified-18f5ea9848e2: content_hash: N/A description: '' @@ -168191,6 +178436,7 @@ https://medium.com/swlh/k8s-network-policies-demystified-and-simplified-18f5ea98 v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/swlh/kong-api-gateway-zero-to-production-5b8431495ee: content_hash: N/A description: '' @@ -168205,6 +178451,7 @@ https://medium.com/swlh/kong-api-gateway-zero-to-production-5b8431495ee: v2_locations: - developerportals.md year: N/A + addition_method: manual https://medium.com/swlh/kubernetes-in-a-nutshell-tutorial-for-beginners-caa442dfd6c0: content_hash: N/A description: '' @@ -168219,6 +178466,7 @@ https://medium.com/swlh/kubernetes-in-a-nutshell-tutorial-for-beginners-caa442df v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/swlh/kubernetes-storage-explained-558e85596d0c: content_hash: N/A description: '' @@ -168233,6 +178481,7 @@ https://medium.com/swlh/kubernetes-storage-explained-558e85596d0c: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/swlh/microservices-architecture-from-a-to-z-7287da1c5d28: content_hash: N/A description: '' @@ -168247,6 +178496,7 @@ https://medium.com/swlh/microservices-architecture-from-a-to-z-7287da1c5d28: v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/swlh/multi-tenancy-implementation-using-spring-boot-hibernate-6a8e3ecb251a: content_hash: N/A description: '' @@ -168261,6 +178511,7 @@ https://medium.com/swlh/multi-tenancy-implementation-using-spring-boot-hibernate v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://medium.com/swlh/mvp-vs-mdp-viability-vs-delight-what-you-really-need-296b42df005d: content_hash: N/A description: '' @@ -168275,6 +178526,7 @@ https://medium.com/swlh/mvp-vs-mdp-viability-vs-delight-what-you-really-need-296 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/swlh/observability-with-istio-kiali-and-grafana-in-kubernetes-and-spring-boot-743af225c24f: content_hash: N/A description: '' @@ -168290,6 +178542,7 @@ https://medium.com/swlh/observability-with-istio-kiali-and-grafana-in-kubernetes v2_locations: - istio.md year: N/A + addition_method: manual https://medium.com/swlh/oke-clusters-from-rancher-2-0-409131ad1293: content_hash: N/A description: '' @@ -168304,6 +178557,7 @@ https://medium.com/swlh/oke-clusters-from-rancher-2-0-409131ad1293: v2_locations: - rancher.md year: N/A + addition_method: manual https://medium.com/swlh/quick-fix-mounting-a-configmap-to-an-existing-volume-in-kubernetes-using-rancher-d01c472a10ad: content_hash: N/A description: '' @@ -168319,6 +178573,7 @@ https://medium.com/swlh/quick-fix-mounting-a-configmap-to-an-existing-volume-in- v2_locations: - rancher.md year: N/A + addition_method: manual https://medium.com/swlh/quickstart-ci-with-jenkins-and-docker-in-docker-c3f7174ee9ff: content_hash: N/A description: '' @@ -168333,6 +178588,7 @@ https://medium.com/swlh/quickstart-ci-with-jenkins-and-docker-in-docker-c3f7174e v2_locations: - jenkins.md year: N/A + addition_method: manual https://medium.com/swlh/state-of-managed-kubernetes-2020-4be006643360: content_hash: N/A description: '' @@ -168347,6 +178603,7 @@ https://medium.com/swlh/state-of-managed-kubernetes-2020-4be006643360: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/swlh/terraform-how-to-use-conditionals-for-dynamic-resources-creation-6a191e041857: content_hash: N/A description: '' @@ -168361,6 +178618,7 @@ https://medium.com/swlh/terraform-how-to-use-conditionals-for-dynamic-resources- v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/sync-computing/top-9-lessons-learned-about-databricks-jobs-serverless-41a43e99ded5: content_hash: N/A description: '' @@ -168375,6 +178633,7 @@ https://medium.com/sync-computing/top-9-lessons-learned-about-databricks-jobs-se v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/tailwinds-navigator/kubernetes-tip-how-does-oomkilled-work-ba71b135993b: content_hash: N/A description: '' @@ -168389,6 +178648,7 @@ https://medium.com/tailwinds-navigator/kubernetes-tip-how-does-oomkilled-work-ba v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/tailwinds-navigator/kubernetes-tip-how-statefulsets-behave-differently-than-deployments-when-node-fails-d29e36bca7d5 : content_hash: N/A description: '' @@ -168404,6 +178664,7 @@ https://medium.com/tailwinds-navigator/kubernetes-tip-how-does-oomkilled-work-ba v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://medium.com/tailwinds-navigator/kubernetes-tip-how-to-disambiguate-a-pod-crash-to-application-or-to-kubernetes-platform-f6c1395a8d09 : content_hash: N/A description: '' @@ -168419,6 +178680,7 @@ https://medium.com/tailwinds-navigator/kubernetes-tip-how-does-oomkilled-work-ba v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual ? https://medium.com/tailwinds-navigator/kubernetes-tip-what-happens-to-pods-running-on-node-that-become-unreachable-3d409f734e5d : content_hash: N/A description: '' @@ -168433,6 +178695,7 @@ https://medium.com/tailwinds-navigator/kubernetes-tip-how-does-oomkilled-work-ba v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/tea-networks/kubernetes-ci-cd-pipeline-c028aea17535: content_hash: N/A description: '' @@ -168447,6 +178710,7 @@ https://medium.com/tea-networks/kubernetes-ci-cd-pipeline-c028aea17535: v2_locations: - demos.md year: N/A + addition_method: manual ? https://medium.com/teamsnap-engineering/load-testing-a-service-with-20-000-requests-per-second-with-locust-helm-and-kustomize-ea9bea02ae28 : content_hash: N/A description: '' @@ -168462,6 +178726,7 @@ https://medium.com/tea-networks/kubernetes-ci-cd-pipeline-c028aea17535: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://medium.com/tech-chronicles/helm-test-tested-my-patience-732eeab0e935: content_hash: N/A description: '' @@ -168476,6 +178741,7 @@ https://medium.com/tech-chronicles/helm-test-tested-my-patience-732eeab0e935: v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/tech-guides/terraform-zero-to-hero-733f6860bb9a: content_hash: N/A description: '' @@ -168490,6 +178756,7 @@ https://medium.com/tech-guides/terraform-zero-to-hero-733f6860bb9a: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/techbeatly/chain-of-events-behind-a-running-pod-149ebaafbfbc: content_hash: N/A description: '' @@ -168504,6 +178771,7 @@ https://medium.com/techbeatly/chain-of-events-behind-a-running-pod-149ebaafbfbc: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/techbeatly/container-fundamentals-part-i-445881a81b7: content_hash: N/A description: '' @@ -168518,6 +178786,7 @@ https://medium.com/techbeatly/container-fundamentals-part-i-445881a81b7: v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/techbeatly/exploring-docker-alternative-podman-14674c990311: content_hash: N/A description: '' @@ -168532,6 +178801,7 @@ https://medium.com/techbeatly/exploring-docker-alternative-podman-14674c990311: v2_locations: - container-managers.md year: N/A + addition_method: manual https://medium.com/techbeatly/kubernetes-networking-fundamentals-d30baf8a28c8: content_hash: N/A description: '' @@ -168546,6 +178816,7 @@ https://medium.com/techbeatly/kubernetes-networking-fundamentals-d30baf8a28c8: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/technology-hits/incomplete-guide-for-securing-containerized-environment-78b57fc3238: content_hash: N/A description: '' @@ -168561,6 +178832,7 @@ https://medium.com/technology-hits/incomplete-guide-for-securing-containerized-e v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.com/techspiration/deploying-prometheus-multi-cluster-monitoring-using-prometheus-agent-mode-a04d89afeed7: content_hash: N/A description: '' @@ -168576,6 +178848,7 @@ https://medium.com/techspiration/deploying-prometheus-multi-cluster-monitoring-u v2_locations: - prometheus.md year: N/A + addition_method: manual https://medium.com/the-ascent/quiet-people-in-meetings-are-incredible-7bb05ef9acd1: content_hash: N/A description: '' @@ -168590,6 +178863,7 @@ https://medium.com/the-ascent/quiet-people-in-meetings-are-incredible-7bb05ef9ac v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://medium.com/the-innovation/protect-your-terraform-state-a974027a4bb0: content_hash: N/A description: '' @@ -168604,6 +178878,7 @@ https://medium.com/the-innovation/protect-your-terraform-state-a974027a4bb0: v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/the-programmer/building-ci-cd-pipeline-with-jenkins-kubernetes-github-part-2-cbb6c366aa41: content_hash: N/A description: '' @@ -168619,6 +178894,7 @@ https://medium.com/the-programmer/building-ci-cd-pipeline-with-jenkins-kubernete v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/the-programmer/ci-cd-pipeline-with-jenkins-github-part-1-c057a31b5297: content_hash: N/A description: '' @@ -168634,6 +178910,7 @@ https://medium.com/the-programmer/ci-cd-pipeline-with-jenkins-github-part-1-c057 v2_locations: - demos.md year: N/A + addition_method: manual https://medium.com/the-programmer/kubernetes-fundamentals-for-absolute-beginners-architecture-components-1f7cda8ea536: content_hash: N/A description: '' @@ -168648,6 +178925,7 @@ https://medium.com/the-programmer/kubernetes-fundamentals-for-absolute-beginners v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/the-programmer/working-with-clusterip-service-type-in-kubernetes-45f2c01a89c8: content_hash: N/A description: '' @@ -168662,6 +178940,7 @@ https://medium.com/the-programmer/working-with-clusterip-service-type-in-kuberne v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://medium.com/the-programmer/working-with-service-account-in-kubernetes-df129cb4d1cc: content_hash: N/A description: '' @@ -168676,6 +178955,7 @@ https://medium.com/the-programmer/working-with-service-account-in-kubernetes-df1 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/the-techlife/application-life-cycle-management-kubernetes-4a52a6f8e5d8: content_hash: N/A description: '' @@ -168690,6 +178970,7 @@ https://medium.com/the-techlife/application-life-cycle-management-kubernetes-4a5 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/thepeg/pipeline-performance-testing-with-jenkins-and-gatling-b7b762274680: content_hash: N/A description: '' @@ -168704,6 +178985,7 @@ https://medium.com/thepeg/pipeline-performance-testing-with-jenkins-and-gatling- v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://medium.com/thermokline/kubernetes-v1-22-ends-cloud-provider-loadbalancer-lock-in-80ed7907695e: content_hash: N/A description: '' @@ -168718,6 +179000,7 @@ https://medium.com/thermokline/kubernetes-v1-22-ends-cloud-provider-loadbalancer v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://medium.com/tinder-engineering/tinders-move-to-kubernetes-cda2a6372f44: content_hash: N/A description: '' @@ -168732,6 +179015,7 @@ https://medium.com/tinder-engineering/tinders-move-to-kubernetes-cda2a6372f44: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/tinyclues-vision/4-design-principles-for-robust-data-pipelines-5bbd40de4a43: content_hash: N/A description: '' @@ -168746,6 +179030,7 @@ https://medium.com/tinyclues-vision/4-design-principles-for-robust-data-pipeline v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/towards-cloud-computing/7-free-aws-practice-labs-and-aws-workshops-resources-d0a861f05d3: content_hash: N/A description: '' @@ -168763,6 +179048,7 @@ https://medium.com/towards-cloud-computing/7-free-aws-practice-labs-and-aws-work - aws-training.md - aws.md year: N/A + addition_method: manual ? https://medium.com/transferwise-engineering/running-kafka-in-kubernetes-part-1-why-we-migrated-our-kafka-clusters-to-kubernetes-722101a2e751 : content_hash: N/A description: '' @@ -168778,6 +179064,7 @@ https://medium.com/towards-cloud-computing/7-free-aws-practice-labs-and-aws-work v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/trendyol-tech/configure-rbac-in-kubernetes-like-a-boss-665e2a8665dd: content_hash: N/A description: '' @@ -168792,6 +179079,7 @@ https://medium.com/trendyol-tech/configure-rbac-in-kubernetes-like-a-boss-665e2a v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://medium.com/trendyol-tech/kubernetes-io-problem-investigation-1e8aa0cf4909: content_hash: N/A description: '' @@ -168806,6 +179094,7 @@ https://medium.com/trendyol-tech/kubernetes-io-problem-investigation-1e8aa0cf490 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://medium.com/trendyol-tech/transaction-log-tailing-with-debezium-part-1-aeb968d72220: content_hash: N/A description: '' @@ -168822,6 +179111,7 @@ https://medium.com/trendyol-tech/transaction-log-tailing-with-debezium-part-1-ae v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/udemy-engineering/introducing-hot-and-cold-retries-on-apache-kafka-f2f23595627b: content_hash: N/A description: '' @@ -168837,6 +179127,7 @@ https://medium.com/udemy-engineering/introducing-hot-and-cold-retries-on-apache- v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/vantageai/how-to-make-your-python-docker-images-secure-fast-small-b3a6870373a0: content_hash: N/A description: '' @@ -168852,6 +179143,7 @@ https://medium.com/vantageai/how-to-make-your-python-docker-images-secure-fast-s v2_locations: - docker.md year: N/A + addition_method: manual https://medium.com/vedcraft/top-microservices-frameworks-in-go-762445c30dd6: content_hash: N/A description: '' @@ -168866,6 +179158,7 @@ https://medium.com/vedcraft/top-microservices-frameworks-in-go-762445c30dd6: v2_locations: - golang.md year: N/A + addition_method: manual https://medium.com/velotio-perspectives/a-practical-guide-to-hashicorp-consul-part-1-5ee778a7fcf4: content_hash: N/A description: '' @@ -168880,6 +179173,7 @@ https://medium.com/velotio-perspectives/a-practical-guide-to-hashicorp-consul-pa v2_locations: - servicemesh.md year: N/A + addition_method: manual https://medium.com/velotio-perspectives/a-practical-guide-to-hashicorp-consul-part-2-3c0ebc0351e8: content_hash: N/A description: '' @@ -168890,6 +179184,7 @@ https://medium.com/velotio-perspectives/a-practical-guide-to-hashicorp-consul-pa v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://medium.com/velotio-perspectives/demystifying-high-availability-in-kubernetes-using-kubeadm-3d83ed8c458b: content_hash: N/A description: '' @@ -168904,6 +179199,7 @@ https://medium.com/velotio-perspectives/demystifying-high-availability-in-kubern v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://medium.com/velotio-perspectives/getting-started-with-kubernetes-operators-ansible-based-part-2-472eb0d453b7: content_hash: N/A description: '' @@ -168915,6 +179211,7 @@ https://medium.com/velotio-perspectives/getting-started-with-kubernetes-operator v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/version-1/terraform-in-real-life-lessons-learned-2469e3fe74e6: content_hash: N/A description: '' @@ -168929,6 +179226,7 @@ https://medium.com/version-1/terraform-in-real-life-lessons-learned-2469e3fe74e6 v2_locations: - terraform.md year: N/A + addition_method: manual https://medium.com/vmacwrites/kubernetes-audit-logs-who-created-or-deleted-a-namespace-7d55c20d2730: content_hash: N/A description: '' @@ -168943,6 +179241,7 @@ https://medium.com/vmacwrites/kubernetes-audit-logs-who-created-or-deleted-a-nam v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://medium.com/vmacwrites/multizone-kubernetes-and-vpc-load-balancer-setup-9664b3c9ea5d: content_hash: N/A description: '' @@ -168957,6 +179256,7 @@ https://medium.com/vmacwrites/multizone-kubernetes-and-vpc-load-balancer-setup-9 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.com/volterra-io/kubernetes-storage-performance-comparison-v2-2020-updated-1c0b69f0dcf4: content_hash: N/A description: '' @@ -168971,6 +179271,7 @@ https://medium.com/volterra-io/kubernetes-storage-performance-comparison-v2-2020 v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual ? https://medium.com/walmartglobaltech/how-do-you-decide-whether-an-individual-contributor-ic-or-engineering-manager-role-is-right-for-f46251f1a4cd : content_hash: N/A description: '' @@ -168986,6 +179287,7 @@ https://medium.com/volterra-io/kubernetes-storage-performance-comparison-v2-2020 v2_locations: - recruitment.md year: N/A + addition_method: manual https://medium.com/weareservian/solution-architects-guide-to-kubernetes-persistant-storage-3c9660187e8f: content_hash: N/A description: '' @@ -169000,6 +179302,7 @@ https://medium.com/weareservian/solution-architects-guide-to-kubernetes-persista v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://medium.com/whispering-data/the-state-of-data-engineering-2022-d6ef0f7cf607: content_hash: N/A description: '' @@ -169014,6 +179317,7 @@ https://medium.com/whispering-data/the-state-of-data-engineering-2022-d6ef0f7cf6 v2_locations: - introduction.md year: N/A + addition_method: manual https://medium.com/wind-of-change/creating-a-ci-cd-pipeline-6ff9aeb0848c: content_hash: N/A description: '' @@ -169028,6 +179332,7 @@ https://medium.com/wind-of-change/creating-a-ci-cd-pipeline-6ff9aeb0848c: v2_locations: - jenkins.md year: N/A + addition_method: manual https://medium.com/wix-engineering/4-microservices-caching-patterns-at-wix-b4dfee1ae22f: content_hash: N/A description: '' @@ -169042,6 +179347,7 @@ https://medium.com/wix-engineering/4-microservices-caching-patterns-at-wix-b4dfe v2_locations: - message-queue.md year: N/A + addition_method: manual https://medium.com/wix-engineering/how-to-choose-the-right-database-for-your-service-97b1670c5632: content_hash: N/A description: '' @@ -169056,6 +179362,7 @@ https://medium.com/wix-engineering/how-to-choose-the-right-database-for-your-ser v2_locations: - databases.md year: N/A + addition_method: manual https://medium.com/wix-engineering/how-to-reduce-your-jvm-app-memory-footprint-in-docker-and-kubernetes-d6e030d21298: content_hash: N/A description: '' @@ -169071,6 +179378,7 @@ https://medium.com/wix-engineering/how-to-reduce-your-jvm-app-memory-footprint-i v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://medium.com/wix-engineering/troubleshooting-kafka-for-2000-microservices-at-wix-986ee382fd1e: content_hash: N/A description: '' @@ -169086,6 +179394,7 @@ https://medium.com/wix-engineering/troubleshooting-kafka-for-2000-microservices- v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://medium.com/workday-engineering/implementing-a-fully-automated-sharding-strategy-on-kubernetes-for-multi-tenanted-machine-learning-4371c48122ae : content_hash: N/A description: '' @@ -169101,6 +179410,7 @@ https://medium.com/wix-engineering/troubleshooting-kafka-for-2000-microservices- v2_locations: - mlops.md year: N/A + addition_method: manual https://medium.com/xgeeks/kubernetes-dummy-operator-in-java-6b2f26198a55: content_hash: N/A description: '' @@ -169115,6 +179425,7 @@ https://medium.com/xgeeks/kubernetes-dummy-operator-in-java-6b2f26198a55: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://medium.com/zeals-tech-blog/helm-your-kubernetes-application-7af6293bcfcf: content_hash: N/A description: '' @@ -169129,6 +179440,7 @@ https://medium.com/zeals-tech-blog/helm-your-kubernetes-application-7af6293bcfcf v2_locations: - helm.md year: N/A + addition_method: manual https://medium.com/zencore/looking-for-gpu-capacity-dws-got-you-covered-d736b8c63ba6: content_hash: N/A description: '' @@ -169143,6 +179455,7 @@ https://medium.com/zencore/looking-for-gpu-capacity-dws-got-you-covered-d736b8c6 v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://medium.datadriveninvestor.com/everything-you-wanted-to-know-about-graphql-but-were-afraid-to-ask-ad66980116cb: content_hash: N/A description: '' @@ -169158,6 +179471,7 @@ https://medium.datadriveninvestor.com/everything-you-wanted-to-know-about-graphq v2_locations: - api.md year: N/A + addition_method: manual https://medium.facilelogin.com/microservices-security-in-action-933072043ad7: ai_summary: Comprehensive overview of securing microservice-to-microservice communication. Addresses mutual TLS, OAuth2 authorization patterns, dynamic identity issuance, @@ -169184,6 +179498,7 @@ https://medium.facilelogin.com/microservices-security-in-action-933072043ad7: v2_locations: - devsecops.md year: N/A + addition_method: manual https://medium.freecodecamp.com/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b: content_hash: 39a266fcd6ba1a6afe87eb15cf3a87b5027952a0f0f480d3ef18d04f3785deb6 description: '' @@ -169196,6 +179511,7 @@ https://medium.freecodecamp.com/a-beginner-friendly-introduction-to-containers-v v1_locations: - docs/docker.md year: N/A + addition_method: manual https://medium.parttimepolymath.net/no-more-aws-access-keys-13a3c3f2337a: content_hash: N/A description: '' @@ -169210,6 +179526,7 @@ https://medium.parttimepolymath.net/no-more-aws-access-keys-13a3c3f2337a: v2_locations: - aws-security.md year: N/A + addition_method: manual https://meet.google.com: content_hash: 342bd3c09d89092746a29db659c11b97dc44cab7b9409c483e44d6d1f6bcc7e4 description: '' @@ -169221,6 +179538,7 @@ https://meet.google.com: v1_locations: - docs/workfromhome.md year: N/A + addition_method: manual https://meet.google.com/unsupported?meetingCode=new: content_hash: 8a20936e0d188d64e8f91f91ec6aba63df2b3038be131a34b2a136ffae0fc74c health_score: 100.0 @@ -169233,6 +179551,7 @@ https://meet.google.com/unsupported?meetingCode=new: - docs/project-management-tools.md v2_locations: - project-management-tools.md + addition_method: manual https://meet.new: content_hash: 60cc0344f3ec529eaa6d5376b134cece03460bf879d8bd8f6b643d9225977ac8 description: '' @@ -169244,6 +179563,7 @@ https://meet.new: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://mehighlow.medium.com/hardened-aks-secrets-82351c43eac4: content_hash: N/A description: '' @@ -169260,6 +179580,7 @@ https://mehighlow.medium.com/hardened-aks-secrets-82351c43eac4: - devsecops.md - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://mehmetozkaya.medium.com/deploying-net-microservices-to-azure-kubernetes-services-aks-and-automating-with-azure-devops-c50bdd51b702 : content_hash: N/A description: '' @@ -169275,6 +179596,7 @@ https://mehighlow.medium.com/hardened-aks-secrets-82351c43eac4: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://memcached.org: content_hash: 0f86b1b8264d8f19e70d56c132f0d62598db5de00436beaef826474ec492f0a3 health_score: 100.0 @@ -169287,6 +179609,7 @@ https://memcached.org: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://mergify.io: content_hash: N/A description: '' @@ -169301,12 +179624,14 @@ https://mergify.io: v2_locations: - git.md year: N/A + addition_method: manual https://merikan.com/2019/04/jvm-in-a-container: content_hash: 9054b92f724a7892f68d67d358e8bafe19dedc9f3d0b6aadefbfc3bfd1624857 health_score: 100.0 last_checked: 1779033487.16533 v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://meshery.io: content_hash: 67f5f93368a18873703b7abbf682c2ee8edff776072d366847857d7a6c857028 description: '' @@ -169323,6 +179648,7 @@ https://meshery.io: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://metabob.com: content_hash: 914e29e716e2c164c267bbd01649045f0163e4e814d41076f72625760674e4f3 health_score: 100.0 @@ -169334,6 +179660,7 @@ https://metabob.com: - docs/qa.md v2_locations: - qa.md + addition_method: manual https://metacpan.org/pod/App::a2p: ai_summary: Documentation for a2p, the classic legacy command line utility that parses AWK programs and outputs equivalent, highly optimized Perl code, facilitating @@ -169361,12 +179688,14 @@ https://metacpan.org/pod/App::a2p: v2_locations: - linux.md year: N/A + addition_method: manual https://metal3.io: content_hash: 2228e208f5ccdaaa812c1dcf9a0ebf6cdc1e50a403d46af8807895b4d6bb2bd0 health_score: 100.0 last_checked: 1779031537.815912 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://metalbear.co/blog/writing-a-kubernetes-operator: content_hash: a33ac7e658dcfabd29fb4e0e38d52159fb07324371cf82e39f6f2d3f5c7b2f3b description: '' @@ -169378,6 +179707,7 @@ https://metalbear.co/blog/writing-a-kubernetes-operator: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://metalbear.com/blog/writing-a-kubernetes-operator: content_hash: 3697ec15145226920ae9276e9c84de5dba77224a05172b6000047a60243c5a41 health_score: 100.0 @@ -169389,12 +179719,14 @@ https://metalbear.com/blog/writing-a-kubernetes-operator: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://metallb.io: content_hash: 8368a87648705d37a80561d742720a83f8597367b04879b4db9459f8e04c6d0b health_score: 100.0 last_checked: 1779130494.975208 v1_locations: - docs/kubernetes.md + addition_method: manual https://metallb.universe.tf: content_hash: 0b7df0e405c879ebb1d9fb65690e41fb3ee7806e3ecb82a584dfc2af20fd316f description: '' @@ -169405,6 +179737,7 @@ https://metallb.universe.tf: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://mherman.org/presentations/flask-kubernetes: content_hash: 5cb754d48c9430a276d75a713c23442ae76c9fe33be63c1370a621c1bee38b5d description: '' @@ -169421,6 +179754,7 @@ https://mherman.org/presentations/flask-kubernetes: v2_locations: - python.md year: N/A + addition_method: manual https://mhmxs.blogspot.com/2020/12/autoscaling-calico-route-reflector.html: content_hash: f7a8a2259148d0c878c76fab3190fcd613916ff71d33c35c0659aea20ad82aef description: '' @@ -169437,6 +179771,7 @@ https://mhmxs.blogspot.com/2020/12/autoscaling-calico-route-reflector.html: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://mholt.github.io/curl-to-go: ai_summary: Curator Insight showcases this companion tool to json-to-go, converting curl commands directly into functional Go HTTP client code. Live Grounding confirms @@ -169465,6 +179800,7 @@ https://mholt.github.io/curl-to-go: v2_locations: - golang.md year: N/A + addition_method: manual ? https://michaelkotelnikov.medium.com/maintaining-network-traffic-compliance-in-multi-cluster-openshift-environments-with-openshift-54fe369aa346 : content_hash: N/A description: '' @@ -169480,6 +179816,7 @@ https://mholt.github.io/curl-to-go: v2_locations: - ocp4.md year: N/A + addition_method: manual https://microcks.io: ai_summary: Microcks is a cloud-native platform for mocking and testing API specifications (REST, gRPC, GraphQL, and event-driven architectures). It allows microservices @@ -169509,6 +179846,7 @@ https://microcks.io: - kubernetes-based-devel.md - api.md year: N/A + addition_method: manual https://microcks.io/blog/podman-compose-support: ai_summary: A practical guide showing how to configure Microcks mocking environments using Podman Compose instead of Docker. Offers a reliable setup path for developers @@ -169537,6 +179875,7 @@ https://microcks.io/blog/podman-compose-support: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://microcks.io/blog/simulating-cloudevents-with-asyncapi: content_hash: 74ace42cbb7ffbdf747f6e3a93f42a07164cf3bc9a7ca9e008753571c55fa61c description: '' @@ -169553,11 +179892,13 @@ https://microcks.io/blog/simulating-cloudevents-with-asyncapi: v2_locations: - api.md year: N/A + addition_method: manual https://microcks.io/documentation/guides/avro-messaging: health_score: 80.0 last_checked: 1779029896.907857 v1_locations: - docs/api.md + addition_method: manual https://microk8s.io: content_hash: 9090fb5ea25fed94579637afd77c575975406b292bcefcb88d7a01d9ad26e2cb description: '' @@ -169570,6 +179911,7 @@ https://microk8s.io: - docs/kubernetes-on-premise.md - docs/matrix-table.md year: N/A + addition_method: manual https://micrometer.io: content_hash: 543fd0ad89fac6bdb162842eccd2d3424094b80f304079217925d0aaf2cb09e3 health_score: 100.0 @@ -169584,11 +179926,13 @@ https://micrometer.io: v2_locations: - prometheus.md - monitoring.md + addition_method: manual https://micrometer.io/docs/registry/prometheus: health_score: 80.0 last_checked: 1779034155.697971 v1_locations: - docs/monitoring.md + addition_method: manual https://microprofile.io: content_hash: 980114c44c50922b120022f663388099a446eb0a807c10b52e7c22a64574a191 description: '' @@ -169605,6 +179949,7 @@ https://microprofile.io: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://microservices.io: content_hash: 45fc6381faa5fc44a3d6ef5e535c5df72d4f9fb0e9c162eb99746ba2056065f8 description: '' @@ -169615,6 +179960,7 @@ https://microservices.io: title: microservices.io v1_locations: [] year: N/A + addition_method: manual https://microshift.io: content_hash: 5c97708a374bca87e167380e2febd7efa8dc8ecd6b7d9b05ef58ae19a47234a5 description: '' @@ -169631,6 +179977,7 @@ https://microshift.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://middleware.io/blog/kubernetes-challenges-and-solutions: content_hash: 8fcaf97f2716ae3ebb6cebc5f77acebf43a17bac94ea0bc43bbf8776bd2a6da9 description: '' @@ -169647,6 +179994,7 @@ https://middleware.io/blog/kubernetes-challenges-and-solutions: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://middleware.io/blog/kubernetes-monitoring-tools: content_hash: ca6fccda0ae74fa237cbfdeee5551e5cde9978e627ed98da7e8a3b99c1ed399c description: '' @@ -169658,6 +180006,7 @@ https://middleware.io/blog/kubernetes-monitoring-tools: v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://middleware.io/blog/kubernetes-monitoring/tools: ai_summary: An updated evaluation comparing top-tier commercial and open-source observability tooling. Helps architects evaluate software packages on their capacity @@ -169679,6 +180028,7 @@ https://middleware.io/blog/kubernetes-monitoring/tools: v2_locations: - kubernetes-monitoring.md year: '2024' + addition_method: manual https://middleware.io/blog/observability-vs-monitoring: content_hash: 4d8c361e38c26194cbc940273f3957efbbb86451234a08c7b9b71e0965d2da88 description: '' @@ -169695,6 +180045,7 @@ https://middleware.io/blog/observability-vs-monitoring: v2_locations: - monitoring.md year: N/A + addition_method: manual https://midu.dev/buenas-practicas-escribir-commits-git: ai_summary: Presenta pautas rigurosas para la redacción de mensajes de commit semánticos y estructurados (Conventional Commits). Destaca la importancia de mantener un @@ -169724,6 +180075,7 @@ https://midu.dev/buenas-practicas-escribir-commits-git: v2_locations: - git.md year: N/A + addition_method: manual https://mightyclaws.co.uk/bournemouth: content_hash: 705ead9037d7c720132477fbd1d8c559c8cb9e4a8953c02be9ae6d87fb9df5fc health_score: 100.0 @@ -169735,12 +180087,14 @@ https://mightyclaws.co.uk/bournemouth: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://migrateup.com/main-difference-python-3: content_hash: N/A health_score: 100.0 last_checked: 1779031636.747518 v1_locations: - docs/python.md + addition_method: manual https://mikefarah.gitbook.io/yq: ai_summary: Curator Insight presents yq as a lightweight, portable command-line YAML processor built in Go. Live Grounding verifies yq’s extensive support for @@ -169772,6 +180126,7 @@ https://mikefarah.gitbook.io/yq: - yaml.md - kubernetes.md year: N/A + addition_method: manual https://milindasenaka96.medium.com/setup-prometheus-and-grafana-to-monitor-the-k8s-cluster-e1d35343d7a9: content_hash: N/A description: '' @@ -169787,6 +180142,7 @@ https://milindasenaka96.medium.com/setup-prometheus-and-grafana-to-monitor-the-k v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-1-kubernetes-architecture.html: content_hash: 3fb7f12856645dae34103323bcacd63d0d5efee3cba4b396bf4f9eaacdf769bd health_score: 100.0 @@ -169801,6 +180157,7 @@ https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-1-kubernetes v2_locations: - kubernetes-tutorials.md - kubernetes.md + addition_method: manual https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-2-Local-development.html: content_hash: 4f819aae6b6e7178768fb1a430017142c1917581e0fc21f2a0f5e1adef449ef8 health_score: 100.0 @@ -169808,6 +180165,7 @@ https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-2-Local-deve needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-3-kubectl-cli.html: content_hash: 1805820a16df2c5aa6f5509857d3a47e7930896f9270a066e4295fb02d74e508 health_score: 100.0 @@ -169815,6 +180173,7 @@ https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-3-kubectl-cl needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-4-kubectl-autocompletion.html: content_hash: 0b1abea7abcd7f38d7782ac77c8937e0932c74c12b4d8fd98c6458615a0e0a80 health_score: 100.0 @@ -169822,6 +180181,7 @@ https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-4-kubectl-au needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-5-webui-dashboard.html: content_hash: b5a3452c2ab7c7f7a8c8da3da5d51b2d0e3610521b4a35df0b3470e004fbec8c health_score: 100.0 @@ -169829,6 +180189,7 @@ https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-5-webui-dash needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-6-KubernetesObjects.html: content_hash: c08b718d7a18a1cbd673b5a0a5873a05b75ff219d64ee77b5f7f5d0dd9f18f46 health_score: 100.0 @@ -169836,6 +180197,7 @@ https://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-6-Kubernetes needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://millionvisit.blogspot.com/2021/01/kubernetes-for-developers-7-imperative-vs-Declarative.html: content_hash: 2b8ddcfbc8f89e502508a6c6032b678451cfc4b6e4b023d42afcd9440ef11b8b health_score: 100.0 @@ -169843,6 +180205,7 @@ https://millionvisit.blogspot.com/2021/01/kubernetes-for-developers-7-imperative needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://millionvisit.blogspot.com/2021/02/kubernetes-for-developers-8-Object%20Name-Labels-Selectors-Namespace.html: content_hash: cd64d9233a3167e6ed7131ccd3901d8198f57e32b2c836b07f5dea1bb513113d health_score: 100.0 @@ -169855,6 +180218,7 @@ https://millionvisit.blogspot.com/2021/02/kubernetes-for-developers-8-Object%20N - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-10-kubernetes-Pod-YAML-manifest.html: content_hash: f1df1a07a1a332e402dd709eaf089a0a96b276a67bac665326b8b0e6b73c6ed8 health_score: 100.0 @@ -169862,6 +180226,7 @@ https://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-10-kubernete needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-11-pod-organization-using-labels.html: content_hash: 9ae26a331ef9785193ed37064592d124e528e4e60c684ee5ea015aa6e317e768 health_score: 100.0 @@ -169874,6 +180239,7 @@ https://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-11-pod-organ - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-9-Kubernetes-Pod-Lifecycle.html: content_hash: 884b176b6c38d9a805edf61473fa16bd92028230834fa726f73a455e78cdb758 health_score: 100.0 @@ -169881,6 +180247,7 @@ https://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-9-Kubernetes needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://millionvisit.blogspot.com/2021/04/kubernetes-for-developers-12-effective-way-of-using-k8-liveness-probe.html: content_hash: e00bd2ce0ef7f47d7141a3bb3272fb2e9cd99c1410a516da7aa26a767f553f55 health_score: 100.0 @@ -169893,6 +180260,7 @@ https://millionvisit.blogspot.com/2021/04/kubernetes-for-developers-12-effective - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://millionvisit.blogspot.com/2021/04/kubernetes-for-developers-13-effective-way-of-using-k8-readiness-probe.html: content_hash: af728689a41003a26aa889d86f993f4750ced8f0c2e06e910788fe17c5509b13 health_score: 100.0 @@ -169905,6 +180273,7 @@ https://millionvisit.blogspot.com/2021/04/kubernetes-for-developers-13-effective - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://millionvisit.blogspot.com/2021/05/kubernetes-for-developers-14-Kubernetes-Deployment-YAML-manifest.html: content_hash: c289e2d485a00a4879be5b2ba9da8317a2bff4f4abfd2b795db4c4923f0db408 health_score: 100.0 @@ -169912,6 +180281,7 @@ https://millionvisit.blogspot.com/2021/05/kubernetes-for-developers-14-Kubernete needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual ? https://millionvisit.blogspot.com/2021/07/kubernetes-for-developers-19-manage-app-credentials-using-Kubernetes-Secrets.html : ai_summary: A developer-centric tutorial on provisioning, managing, and consuming API credentials using core Secrets configurations in single-tenant applications. @@ -169938,6 +180308,7 @@ https://millionvisit.blogspot.com/2021/05/kubernetes-for-developers-14-Kubernete v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://min.io: content_hash: 7436fc715f0c53c6ea6f2ef2007e6d9da84b7f090d93dcb93beb7876659b1f54 description: '' @@ -169949,6 +180320,7 @@ https://min.io: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://mingliang.me/blog/gradle-cheatsheet: content_hash: N/A description: '' @@ -169963,6 +180335,7 @@ https://mingliang.me/blog/gradle-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://miro.com: content_hash: a1b83f860ddb43b646929438ab8645acd6a51da26dd7952f24be05fc62b5129c description: '' @@ -169979,6 +180352,7 @@ https://miro.com: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://miro.com/app/board/o9J_kqwfjqs=: content_hash: 3d677b4f57b812d489ea525888ff340cd64529eb17e49943a827f93c5849513d description: '' @@ -169995,6 +180369,7 @@ https://miro.com/app/board/o9J_kqwfjqs=: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://miro.medium.com/max/1400/1*5tZVl-tqZwSoxH97v4u45w.png: content_hash: 15355d62d5d7b3bc337250c8a8c1a8fbf74995b392280a6614b269e6a181d441 description: '' @@ -170005,18 +180380,21 @@ https://miro.medium.com/max/1400/1*5tZVl-tqZwSoxH97v4u45w.png: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://miro.medium.com/v2/resize:fit:1400/1*5tZVl-tqZwSoxH97v4u45w.png: content_hash: 7b5470d508cb9181129bd35d15c3ccb7be65a6bf6e82323a7fff04b6fc5cc681 health_score: 100.0 last_checked: 1779130495.026612 v1_locations: - docs/cheatsheets.md + addition_method: manual https://mishra-praveen.medium.com/comprehensive-guide-to-jenkins-declarative-pipeline-with-examples-17c0be7a79d: content_hash: N/A health_score: 100.0 last_checked: 1779031528.126448 v1_locations: - docs/jenkins.md + addition_method: manual https://mishrapartha.blogspot.com/2022/11/a-beginners-guide-to-python-for-data_19.html: content_hash: 9254fd266ab4a2db292ea1a3399e401c5581dc4f1684b02a51ae20fb4c17ee7e description: '' @@ -170034,6 +180412,7 @@ https://mishrapartha.blogspot.com/2022/11/a-beginners-guide-to-python-for-data_1 v2_locations: - python.md year: N/A + addition_method: manual https://mixi-developers.mixi.co.jp/compare-eso-with-secret-csi-402bf37f20bc: content_hash: N/A description: '' @@ -170049,6 +180428,7 @@ https://mixi-developers.mixi.co.jp/compare-eso-with-secret-csi-402bf37f20bc: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://mixi-developers.mixi.co.jp/compare-eso-with-secret-csi-402bf37f20bc?gi=a7ce4398a8d7: content_hash: N/A description: '' @@ -170064,6 +180444,7 @@ https://mixi-developers.mixi.co.jp/compare-eso-with-secret-csi-402bf37f20bc?gi=a v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://mjarosie.github.io/dev/2021/09/15/iam-roles-for-kubernetes-service-accounts-deep-dive.html: ai_summary: An in-depth guide on AWS IAM Roles for Service Accounts (IRSA). Demystifies OIDC authentication mechanics and explains how the control plane maps AWS roles @@ -170091,6 +180472,7 @@ https://mjarosie.github.io/dev/2021/09/15/iam-roles-for-kubernetes-service-accou v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://mjovanc.com/get-started-with-docker-and-docker-compose-cddcb5a3f3b9: content_hash: N/A description: '' @@ -170105,6 +180487,7 @@ https://mjovanc.com/get-started-with-docker-and-docker-compose-cddcb5a3f3b9: v2_locations: - docker.md year: N/A + addition_method: manual https://mkaschke.medium.com/cloud-native-part-1-what-is-cloud-native-40640f128834: content_hash: N/A description: '' @@ -170119,6 +180502,7 @@ https://mkaschke.medium.com/cloud-native-part-1-what-is-cloud-native-40640f12883 v2_locations: - introduction.md year: N/A + addition_method: manual https://mkdev.me/posts/how-to-upgrade-openshift-4-x: content_hash: 42c5b27afe2713d2ca3e7bb7a799d76b89dc2e87028940689708c3fbf4bf7d12 description: '' @@ -170135,6 +180519,7 @@ https://mkdev.me/posts/how-to-upgrade-openshift-4-x: v2_locations: - ocp4.md year: N/A + addition_method: manual https://mkdev.me/posts/why-and-when-do-you-need-argo-cd: ai_summary: Strategic evaluation explaining the architectural differences between pushing configurations via CI and pulling them via declarative GitOps operators, @@ -170162,6 +180547,7 @@ https://mkdev.me/posts/why-and-when-do-you-need-argo-cd: v2_locations: - argo.md year: N/A + addition_method: manual https://mlepeshkin.medium.com/automated-kubernetes-deployment-with-helm-and-additional-templating-dc960689609f: content_hash: N/A description: '' @@ -170177,6 +180563,7 @@ https://mlepeshkin.medium.com/automated-kubernetes-deployment-with-helm-and-addi v2_locations: - helm.md year: N/A + addition_method: manual https://mlops.community/blog/flyte-mlops-simplified: content_hash: 9658041fea9f4d656e202db6a7f03dcdcade1d7c044e5e5734071f135df6f1f7 health_score: 100.0 @@ -170188,6 +180575,7 @@ https://mlops.community/blog/flyte-mlops-simplified: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://mlops.community/blog/mlops-with-flyte-the-convergence-of-workflows-between-machine-learning-and-engineering: content_hash: 3de74d27de3d7da9bfa7f6c813301290c471dc60574e12d84631bdf338f39193 health_score: 100.0 @@ -170199,6 +180587,7 @@ https://mlops.community/blog/mlops-with-flyte-the-convergence-of-workflows-betwe - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://mlops.community/flyte-mlops-simplified: content_hash: 57931d910a16a385048afc799c69c3b8c33311d08f4a4f39082d972737f283fa description: '' @@ -170211,6 +180600,7 @@ https://mlops.community/flyte-mlops-simplified: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://mlops.community/mlops-with-flyte-the-convergence-of-workflows-between-machine-learning-and-engineering: content_hash: 811ee13f0931e24e9e76d953cc929bb87da894380eff8391fe4d761eae46bb32 description: '' @@ -170223,6 +180613,7 @@ https://mlops.community/mlops-with-flyte-the-convergence-of-workflows-between-ma v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://mockoon.com: content_hash: 1a7e98d3376c6fd334108810caf96489a1375fca8d3726de5ee9c124dabfedbf description: '' @@ -170239,6 +180630,7 @@ https://mockoon.com: v2_locations: - api.md year: N/A + addition_method: manual https://mockuper.net: ai_summary: Interactive visual prototyping canvas helping developers generate polished mockups within browser hardware skins. Streamlines high-fidelity visual alignment @@ -170266,6 +180658,7 @@ https://mockuper.net: v2_locations: - javascript.md year: N/A + addition_method: manual https://modelcontextprotocol.io/docs/getting-started/intro: ai_summary: 'Curator Insight: Official landing portal and technical documentation for the Model Context Protocol. @@ -170290,6 +180683,7 @@ https://modelcontextprotocol.io/docs/getting-started/intro: v2_locations: - ai-agents-mcp.md year: '2024' + addition_method: manual https://modelcontextprotocol.io/introduction: content_hash: 25e0167e160371926061430e671df397c42da3d176ba9d1e3daaa9560530240a description: '' @@ -170301,6 +180695,7 @@ https://modelcontextprotocol.io/introduction: v1_locations: - docs/ai-agents-mcp.md year: N/A + addition_method: manual https://molecule.readthedocs.io: content_hash: 30e98aed08282ee7d67c5b38ac4279688245c1afea49985831be1a53b0cc72b1 description: '' @@ -170312,6 +180707,7 @@ https://molecule.readthedocs.io: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://momjian.us/main/writings/pgsql/administration.pdf: content_hash: 5604ca6f193e873725740d9963eee6b1c51a679de3f83e1753435557fdde55d3 health_score: 100.0 @@ -170319,6 +180715,7 @@ https://momjian.us/main/writings/pgsql/administration.pdf: needs_ai_refresh: true v1_locations: - docs/databases.md + addition_method: manual https://mongodb-tools.com: content_hash: 5a540d0f9fd8cb2d73bed5b9df362046f360a9c75a82296e78f1436f474ede9e health_score: 100.0 @@ -170331,6 +180728,7 @@ https://mongodb-tools.com: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://mongodirector.com: content_hash: N/A health_score: 100.0 @@ -170341,6 +180739,7 @@ https://mongodirector.com: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://mongolab.com: content_hash: N/A description: '' @@ -170355,6 +180754,7 @@ https://mongolab.com: v2_locations: - nosql.md year: N/A + addition_method: manual https://monitoring2.substack.com/p/big-prometheus: content_hash: N/A description: '' @@ -170370,6 +180770,7 @@ https://monitoring2.substack.com/p/big-prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://monodot.co.uk/openshift-cheatsheet: content_hash: afb1ed8db9eb924baad5b032efdc5f8239fac2cb0b86620e5d29edc1a34efeae description: '' @@ -170386,6 +180787,7 @@ https://monodot.co.uk/openshift-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://monzo.com/blog/controlling-outbound-traffic-from-kubernetes: ai_summary: A highly regarded engineering case study by Monzo bank detailing how they designed and operated egress gateways to control and audit outbound traffic. @@ -170418,6 +180820,7 @@ https://monzo.com/blog/controlling-outbound-traffic-from-kubernetes: - istio.md - kubernetes-networking.md year: N/A + addition_method: manual https://morey.tech/technical%20blog/Bitwarden-And-External-Secrets: ai_summary: Details how to orchestrate secrets delivery in Kubernetes using the External Secrets Operator coupled with a Bitwarden backend. Explores the elimination @@ -170446,6 +180849,7 @@ https://morey.tech/technical%20blog/Bitwarden-And-External-Secrets: v2_locations: - devsecops.md year: N/A + addition_method: manual https://morioh.com: content_hash: 0fcd1ed03d7aa20214c05730c9cb89c8fb4493365c7b3dc996b92a598f528854 health_score: 100.0 @@ -170458,6 +180862,7 @@ https://morioh.com: - docs/python.md v2_locations: - python.md + addition_method: manual https://morioh.com/p/a9bdee14b0d2: content_hash: b9a5b6dd528aa182c7fc1f01bfafb65130e5281e444bdcad0188c1c037d15da4 description: '' @@ -170469,6 +180874,7 @@ https://morioh.com/p/a9bdee14b0d2: v1_locations: - docs/python.md year: N/A + addition_method: manual https://motilayo.hashnode.dev/exploring-kubernetes-service-account-tokens-and-secure-workload-identity-federation: content_hash: N/A description: '' @@ -170484,6 +180890,7 @@ https://motilayo.hashnode.dev/exploring-kubernetes-service-account-tokens-and-se v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://mouliveera.medium.com/how-to-update-configmap-on-pod-without-restart-be3c0b4433af: content_hash: N/A description: '' @@ -170498,6 +180905,7 @@ https://mouliveera.medium.com/how-to-update-configmap-on-pod-without-restart-be3 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://move2kube.konveyor.io: content_hash: 9e67ff1df2bef7460cdc29001cf6a275e4fa24329137ebd275275d81199d43c5 description: '' @@ -170514,6 +180922,7 @@ https://move2kube.konveyor.io: v2_locations: - demos.md year: N/A + addition_method: manual https://movi.hashnode.dev/simplify-kubernetes-cluster-management-with-kyverno-ckt6yxjqy0duy95s14groe7h4: content_hash: N/A description: '' @@ -170528,6 +180937,7 @@ https://movi.hashnode.dev/simplify-kubernetes-cluster-management-with-kyverno-ck v2_locations: - securityascode.md year: N/A + addition_method: manual https://mqtt.org: ai_summary: The main specification portal for MQTT, an ISO standard lightweight publish-subscribe network protocol. Widely adopted for edge environments, remote @@ -170557,6 +180967,7 @@ https://mqtt.org: v2_locations: - message-queue.md year: N/A + addition_method: manual https://mrcloudbook.com: content_hash: 0032e0e9db75af4473573d4bcd2ce3417e15129480bc01efdbecf79b9a28b01d description: '' @@ -170573,6 +180984,7 @@ https://mrcloudbook.com: v2_locations: - devops.md year: N/A + addition_method: manual https://mrcloudbook.com/automating-tetris-deployments-devsecops-with-argocd-terraform-and-jenkins-for-two-game-versions: content_hash: fa69a838701179e546565041623c29c2db184a17fdaeb7253ed39686eefb9f49 description: '' @@ -170590,6 +181002,7 @@ https://mrcloudbook.com/automating-tetris-deployments-devsecops-with-argocd-terr v2_locations: - demos.md year: N/A + addition_method: manual https://mrcloudbook.com/gitops-deploying-tetris-on-eks-using-argocd: content_hash: 1ef7f620617cd577f9a0f8c4a4b4644977c22b76618dd7b4a741146af0c64ef9 description: '' @@ -170606,6 +181019,7 @@ https://mrcloudbook.com/gitops-deploying-tetris-on-eks-using-argocd: v2_locations: - demos.md year: N/A + addition_method: manual https://mrdevops.hashnode.dev/how-to-create-ec2-instance-in-aws-step-by-step-tutorial: content_hash: N/A description: '' @@ -170621,6 +181035,7 @@ https://mrdevops.hashnode.dev/how-to-create-ec2-instance-in-aws-step-by-step-tut v2_locations: - aws.md year: N/A + addition_method: manual https://mrdevops.hashnode.dev/top-40-terraform-interview-questions-and-answers-for-2023: content_hash: N/A description: '' @@ -170636,6 +181051,7 @@ https://mrdevops.hashnode.dev/top-40-terraform-interview-questions-and-answers-f v2_locations: - interview-questions.md year: N/A + addition_method: manual https://mrpaulandrew.com/2021/12/22/building-a-data-mesh-architecture-in-azure-part-2: ai_summary: A platform implementation guide focusing on assembling a production-ready Data Mesh within Microsoft Azure. Explores multi-workspace configurations utilizing @@ -170663,6 +181079,7 @@ https://mrpaulandrew.com/2021/12/22/building-a-data-mesh-architecture-in-azure-p v2_locations: - message-queue.md year: N/A + addition_method: manual https://msrishty.medium.com/traditional-ci-cd-vs-gitops-e835728642fb: content_hash: N/A description: '' @@ -170677,6 +181094,7 @@ https://msrishty.medium.com/traditional-ci-cd-vs-gitops-e835728642fb: v2_locations: - gitops.md year: N/A + addition_method: manual https://mtijhof.wordpress.com/2019/04/22/jenkins-running-a-declarative-pipeline-from-your-shared-library: content_hash: 760af795fa326de6ec5b4dc11e6d9a7347cada56c79ed67122d384911ad59295 description: '' @@ -170694,12 +181112,14 @@ https://mtijhof.wordpress.com/2019/04/22/jenkins-running-a-declarative-pipeline- v2_locations: - jenkins.md year: N/A + addition_method: manual https://muhidabid.hashnode.dev/why-does-kubernetes-need-ingress: content_hash: N/A health_score: 100.0 last_checked: 1779033665.822099 v1_locations: - docs/kubernetes-networking.md + addition_method: manual https://muratbuffalo.blogspot.com/2021/11/whats-really-new-with-newsql.html: ai_summary: A comprehensive conceptual deep-dive comparing NewSQL architectures with traditional relational and NoSQL engines. Explores transactional guarantees, @@ -170727,6 +181147,7 @@ https://muratbuffalo.blogspot.com/2021/11/whats-really-new-with-newsql.html: v2_locations: - newsql.md year: N/A + addition_method: manual https://murchie85.github.io/Kubernetes.html: ai_summary: A direct tutorial detailing the steps to install and set up Minikube locally. Provides tips for managing system resources, verifying hypervisor compatibility, @@ -170755,6 +181176,7 @@ https://murchie85.github.io/Kubernetes.html: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://mux.com: content_hash: f83e7a5f0e89fda2b026158cac7e52e88f39f62a54fd77e99b32cc2c68de78b7 description: '' @@ -170766,6 +181188,7 @@ https://mux.com: v1_locations: - docs/api.md year: N/A + addition_method: manual https://mvark.blogspot.com/2019/12/comparison-of-azure-front-door-traffic.html: content_hash: f53354ece1847b96d8b2db309c4f12c3845761f697036bdfef55ff4cf1adc9be health_score: 100.0 @@ -170778,6 +181201,7 @@ https://mvark.blogspot.com/2019/12/comparison-of-azure-front-door-traffic.html: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://mvnrepository.com/artifact/io.prometheus: content_hash: N/A description: '' @@ -170792,6 +181216,7 @@ https://mvnrepository.com/artifact/io.prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://myfuturehub.com/must-keep-these-kubernetes-commands-handy: content_hash: 6cc4b392af07be755d2dc256c0ddc97e700a3926b56071dc4aded098f2a7008d description: '' @@ -170808,6 +181233,7 @@ https://myfuturehub.com/must-keep-these-kubernetes-commands-handy: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://myfuturehub.com/useful-commands-of-docker: content_hash: 1e33ec59149f376b4c113777ab43ebe435147bdec71d005e941c476eb9ce59e6 description: '' @@ -170824,6 +181250,7 @@ https://myfuturehub.com/useful-commands-of-docker: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://myweblearner.com/springboot_k8s_readiness_liveness.html: content_hash: N/A description: '' @@ -170838,6 +181265,7 @@ https://myweblearner.com/springboot_k8s_readiness_liveness.html: v2_locations: - demos.md year: N/A + addition_method: manual https://mywiki.wooledge.org/BashPitfalls: ai_summary: The legendary Wooledge guide listing common Bash coding mistakes and how to fix them. Covering quoting, scope, pipeline traps, and array logic, this @@ -170867,6 +181295,7 @@ https://mywiki.wooledge.org/BashPitfalls: - cheatsheets.md - linux.md year: '2025' + addition_method: manual https://nakamasato.medium.com/comparison-between-helm-and-kustomize-for-kubernetes-yaml-management-aed32cef2627: content_hash: N/A description: '' @@ -170882,6 +181311,7 @@ https://nakamasato.medium.com/comparison-between-helm-and-kustomize-for-kubernet v2_locations: - kustomize.md year: N/A + addition_method: manual https://namelix.com: content_hash: d2addffcf9717c0d7b7f280e82e52af1c7a203304a7a732e978808a46f15304c description: '' @@ -170898,6 +181328,7 @@ https://namelix.com: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://napo.io/posts/kubernetes-the-real-hard-way-on-aws: content_hash: N/A description: '' @@ -170914,6 +181345,7 @@ https://napo.io/posts/kubernetes-the-real-hard-way-on-aws: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://napo.io/posts/terraform-kubernetes-multi-cloud-ack-aks-dok-eks-gke-oke: content_hash: N/A description: '' @@ -170928,6 +181360,7 @@ https://napo.io/posts/terraform-kubernetes-multi-cloud-ack-aks-dok-eks-gke-oke: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual ? https://natarajsundar.medium.com/istio-service-mesh-a-start-to-finish-tutorial-with-side-car-architecture-and-an-analysis-d70a255ea41d : content_hash: N/A description: '' @@ -170943,6 +181376,7 @@ https://napo.io/posts/terraform-kubernetes-multi-cloud-ack-aks-dok-eks-gke-oke: v2_locations: - istio.md year: N/A + addition_method: manual https://nathanpeck.com/why-should-use-container-orchestration: content_hash: 01bb8de708f3be5341b536c4ee5ee1f346f88053b0599b25b2a55a4deaa7ee5c description: '' @@ -170960,6 +181394,7 @@ https://nathanpeck.com/why-should-use-container-orchestration: v2_locations: - introduction.md year: N/A + addition_method: manual https://nativecloud.dev: content_hash: N/A description: '' @@ -170976,6 +181411,7 @@ https://nativecloud.dev: - kubernetes.md - newsfeeds.md year: N/A + addition_method: manual https://nativecloud.dev/scale-out-your-raspberry-pi-k3s-cluster-to-the-cloud: content_hash: N/A description: '' @@ -170990,6 +181426,7 @@ https://nativecloud.dev/scale-out-your-raspberry-pi-k3s-cluster-to-the-cloud: v2_locations: - rancher.md year: N/A + addition_method: manual https://navendu.me/posts/gateway-vs-ingress-api: content_hash: fdfd8ad7d93b18a22d06df2f49a9ef8b3d0c6812b813f6f26027619372dc1540 description: '' @@ -171006,6 +181443,7 @@ https://navendu.me/posts/gateway-vs-ingress-api: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://navveenbalani.dev/index.php/articles/code-to-custom-cloud-architecture-diagrams: content_hash: c81036ef3f0b3743d764c29c08c7b1162a8f93009b21bcb38268b7051af99f85 description: '' @@ -171022,6 +181460,7 @@ https://navveenbalani.dev/index.php/articles/code-to-custom-cloud-architecture-d v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://nbailey.ca/post/k8s-networking: content_hash: 2ea8618519f51f1467794ef6c160e1fa769115d905dbfa4ecc0b638b9f30cba4 description: '' @@ -171038,6 +181477,7 @@ https://nbailey.ca/post/k8s-networking: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://ndpsoftware.com/git-cheatsheet.html: content_hash: 2ef5fa3d9696f89311b3766ea49fda25740ab0cf0cbd864476bbd1e3d102a741 description: '' @@ -171053,6 +181493,7 @@ https://ndpsoftware.com/git-cheatsheet.html: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://neal-davis.medium.com/ecs-vs-ec2-vs-lambda-36b8ca380dea: content_hash: N/A description: '' @@ -171069,6 +181510,7 @@ https://neal-davis.medium.com/ecs-vs-ec2-vs-lambda-36b8ca380dea: - aws-containers.md - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://nedbatchelder.com/blog/201608/lists_vs_tuples.html: content_hash: 52ffaa1eb51a6813053c22b5c9edecf448664202c11b992f0de0c66e86c60653 health_score: 100.0 @@ -171081,6 +181523,7 @@ https://nedbatchelder.com/blog/201608/lists_vs_tuples.html: - docs/python.md v2_locations: - python.md + addition_method: manual https://nedinthecloud.com: content_hash: ff07f847316cbdce5f84e711640d984e00e1baeeed1b0d545067e08b4c31685e description: '' @@ -171097,6 +181540,7 @@ https://nedinthecloud.com: v2_locations: - terraform.md year: N/A + addition_method: manual https://nedinthecloud.com/2022/01/18/replacing-the-template_cloudinit_config-data-source: content_hash: 89c42e37e72327273385379f88a6365f37434a4b6d0e8d641b8c5b5546df6c58 description: '' @@ -171113,6 +181557,7 @@ https://nedinthecloud.com/2022/01/18/replacing-the-template_cloudinit_config-dat v2_locations: - terraform.md year: N/A + addition_method: manual https://nedinthecloud.com/2024/01/22/comparing-opentofu-and-terraform: content_hash: 89d543ca704731e2d7c7e61edf743b6644936cedc0a6627855f2770b9e40d8bd description: '' @@ -171129,6 +181574,7 @@ https://nedinthecloud.com/2024/01/22/comparing-opentofu-and-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://nedinthecloud.com/2024/04/15/using-azure-container-instances-for-an-azure-devops-self-hosted-agent: content_hash: 1d81e3ed9a1700d9e38dbdc9a45444cbc31cde80eac4bbdaf1fb4aa989a1b27c description: '' @@ -171146,6 +181592,7 @@ https://nedinthecloud.com/2024/04/15/using-azure-container-instances-for-an-azur v2_locations: - azure.md year: N/A + addition_method: manual https://nedinthecloud.com/2025/07/01/ephemeral-values-in-terraform: content_hash: 20936ae86bf3d7a5a5cb431e9ef9317306659075c2f0418389dc81406db634d4 description: '' @@ -171166,6 +181613,7 @@ https://nedinthecloud.com/2025/07/01/ephemeral-values-in-terraform: - iac.md - terraform.md year: N/A + addition_method: manual https://neilpatel.com/blog/best-project-management-software: content_hash: N/A description: '' @@ -171180,6 +181628,7 @@ https://neilpatel.com/blog/best-project-management-software: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://neonmirrors.net/post/2020-11/exploring-kyverno-intro: content_hash: 30f5ca3479733376f4b52562355325fd3c41d2e7f0b84853a2ab75f629ee9781 description: '' @@ -171196,6 +181645,7 @@ https://neonmirrors.net/post/2020-11/exploring-kyverno-intro: v2_locations: - securityascode.md year: N/A + addition_method: manual https://neonmirrors.net/post/2020-12/exploring-kyverno-part3: content_hash: 84aee77e824e58bd885ff7ca67511320a4ee0064694177137da7c799e6560d48 description: '' @@ -171212,6 +181662,7 @@ https://neonmirrors.net/post/2020-12/exploring-kyverno-part3: v2_locations: - securityascode.md year: N/A + addition_method: manual https://neonmirrors.net/post/2021-02/kubernetes-policy-comparison-opa-gatekeeper-vs-kyverno: content_hash: a56ca55ddc036978e82f4d731f2e0a1b3041b9f32a414c626b1899d2787817b4 description: '' @@ -171229,6 +181680,7 @@ https://neonmirrors.net/post/2021-02/kubernetes-policy-comparison-opa-gatekeeper v2_locations: - securityascode.md year: N/A + addition_method: manual https://neonmirrors.net/post/2022-12/reducing-pod-volume-update-times: content_hash: 283b1c2be8fb5779a602d98819338bff68913d9a6e716e3e702cd322d5f59451 description: '' @@ -171245,6 +181697,7 @@ https://neonmirrors.net/post/2022-12/reducing-pod-volume-update-times: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://neovim.io: ai_summary: 'A modern, highly extensible refactoring of Vim designed to address extensibility, performance, and maintenance limitations. Written with Lua as a @@ -171276,6 +181729,7 @@ https://neovim.io: v2_locations: - linux.md year: N/A + addition_method: manual https://net.connect4techs.com/what-are-the-top-devops-trends-in-2024: content_hash: 65c731a2a82c450b968285f39a43b9be06a7989405b04496e66fd77512b07a3f description: '' @@ -171292,6 +181746,7 @@ https://net.connect4techs.com/what-are-the-top-devops-trends-in-2024: v2_locations: - devops.md year: N/A + addition_method: manual https://netboxlabs.com: content_hash: c4dbebfd848a9b172cf702850c9f20628e56e95e8caaea7d52b2143aa73020c0 description: '' @@ -171302,6 +181757,7 @@ https://netboxlabs.com: title: NetBox Labs v1_locations: [] year: N/A + addition_method: manual https://netboxlabs.com/blog/netbox-ipam: content_hash: 61de49d46a94cd1f2d46eb2f40cbc822fe7807c0ffd62ed49cb4214312f6e244 description: '' @@ -171318,6 +181774,7 @@ https://netboxlabs.com/blog/netbox-ipam: v2_locations: - networking.md year: N/A + addition_method: manual https://netflixtechblog.com/applying-netflix-devops-patterns-to-windows-2a57f2dbbf79: content_hash: 8be06de7696fdb3abb9ce9e36300f5be9458f7389d9f7a46cb27c50083535ee6 description: '' @@ -171333,6 +181790,7 @@ https://netflixtechblog.com/applying-netflix-devops-patterns-to-windows-2a57f2db v2_locations: - devops.md year: N/A + addition_method: manual https://netflixtechblog.com/consoleme-a-central-control-plane-for-aws-permissions-and-access-fd09afdd60a8: content_hash: 27fb81470679b519c201f83d031d202378d77ec4051485e91354b9cd6970138b description: '' @@ -171349,6 +181807,7 @@ https://netflixtechblog.com/consoleme-a-central-control-plane-for-aws-permission v2_locations: - aws-security.md year: N/A + addition_method: manual https://netflixtechblog.com/full-cycle-developers-at-netflix-a08c31f83249: content_hash: 33a7c9cb8fb515ab0bf0ffa1457722f2f96e06b46d438e5c7ac13de32f45a0b9 description: '' @@ -171364,6 +181823,7 @@ https://netflixtechblog.com/full-cycle-developers-at-netflix-a08c31f83249: v2_locations: - devops.md year: N/A + addition_method: manual https://netflixtechblog.medium.com/improving-pull-request-confidence-for-the-netflix-tv-app-b85edb05eb65: content_hash: N/A description: '' @@ -171379,6 +181839,7 @@ https://netflixtechblog.medium.com/improving-pull-request-confidence-for-the-net v2_locations: - git.md year: N/A + addition_method: manual https://network-king.net/iot-use-in-healthcare-grows-but-has-its-pitfalls: content_hash: 1e3da6ba0b1e3a9fff788a903a469f888b16bfcd6deda2b5e52f22ad490b554d description: '' @@ -171395,6 +181856,7 @@ https://network-king.net/iot-use-in-healthcare-grows-but-has-its-pitfalls: v2_locations: - monitoring.md year: N/A + addition_method: manual https://networkproguide.com/cidr-subnet-mask-ipv4-cheat-sheet: content_hash: f418d96efc4448595690b73491533096a6a64057ead85b923f69c403b964975e description: '' @@ -171411,6 +181873,7 @@ https://networkproguide.com/cidr-subnet-mask-ipv4-cheat-sheet: v2_locations: - networking.md year: N/A + addition_method: manual https://networkwalks.com/tcp-ip-model: content_hash: 675074a4b29910f45881d30834db630c29ae387cc70da560203db4eab23dc527 description: '' @@ -171426,6 +181889,7 @@ https://networkwalks.com/tcp-ip-model: v2_locations: - networking.md year: N/A + addition_method: manual https://newrelic.com: content_hash: 34faaf166315babfa11881b16f4e3493a20ac82dc90dc1860c17c479a733b0df description: '' @@ -171437,6 +181901,7 @@ https://newrelic.com: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://newrelic.com/blog/apm/java-opentelemetry: content_hash: c1eb35e477fc1586b4401810ed97918d59f4edfdf4342dd69be9ec713f4dd128 health_score: 100.0 @@ -171449,6 +181914,7 @@ https://newrelic.com/blog/apm/java-opentelemetry: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://newrelic.com/blog/best-practices/effective-strategies-kafka-topic-partitioning: content_hash: a686a1ec8fc2dc6cbf8eb3b981dc36689e287935f0be679ef90b184634e6c0a0 description: '' @@ -171460,6 +181926,7 @@ https://newrelic.com/blog/best-practices/effective-strategies-kafka-topic-partit v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://newrelic.com/blog/best-practices/java-opentelemetry: content_hash: 6e57eeffc1dd0943d730a93365abea99193b537da39304bddcd6364c5d71e3c8 description: '' @@ -171472,6 +181939,7 @@ https://newrelic.com/blog/best-practices/java-opentelemetry: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://newrelic.com/blog/best-practices/what-is-ebpf: content_hash: 81c5e50016c3b266236884c1111f83b7696c3eca52662efb284beb7e0888f243 description: '' @@ -171482,6 +181950,7 @@ https://newrelic.com/blog/best-practices/what-is-ebpf: v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://newrelic.com/blog/dem/opentelemetry-opentracing-opencensus: content_hash: 70aab9da44b5b1ae64b84256d9c1dea5a91b0ecf1e62b61e4d11e567fbce9de0 health_score: 100.0 @@ -171494,6 +181963,7 @@ https://newrelic.com/blog/dem/opentelemetry-opentracing-opencensus: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://newrelic.com/blog/how-to-relic/create-nr-dashboards-with-terraform-part-1: content_hash: 58356ee1c7ad24eab4e68a5fc8a0aa244893d3c49f99cc7689d1133b60336af7 description: '' @@ -171504,6 +181974,7 @@ https://newrelic.com/blog/how-to-relic/create-nr-dashboards-with-terraform-part- v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://newrelic.com/blog/infrastructure-monitoring/create-nr-dashboards-with-terraform-part-1: content_hash: dd1ffb6b78cf77e1e53299efc234aff6d6a6a77ce495a6b854fad0a88c0394cf health_score: 100.0 @@ -171511,6 +181982,7 @@ https://newrelic.com/blog/infrastructure-monitoring/create-nr-dashboards-with-te needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://newrelic.com/blog/infrastructure-monitoring/how-to-organize-kubernetes-clusters: content_hash: 87f39d18415d364487cb35cfd70cb510db3d074499cb6d941c419a6e3b9ecd68 health_score: 100.0 @@ -171523,6 +181995,7 @@ https://newrelic.com/blog/infrastructure-monitoring/how-to-organize-kubernetes-c - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://newrelic.com/blog/infrastructure-monitoring/how-to-use-kubernetes-volumes: content_hash: c309cbb33dc9808d6884f3806e15027a794291197d9963c6d866663c6f7225bb health_score: 100.0 @@ -171535,6 +182008,7 @@ https://newrelic.com/blog/infrastructure-monitoring/how-to-use-kubernetes-volume - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://newrelic.com/blog/infrastructure-monitoring/kubernetes-health-checks: content_hash: 2d59db4aa8baaed155cdf6cf4299cfd23e19d8df8fda51e86c3142238d7d0c82 health_score: 100.0 @@ -171547,6 +182021,7 @@ https://newrelic.com/blog/infrastructure-monitoring/kubernetes-health-checks: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://newrelic.com/blog/infrastructure-monitoring/kubernetes-request-and-limits: content_hash: b364b8e37b74c6977cfaa99968b7e710a5ffb776b579ce3db687118f3912d2db health_score: 100.0 @@ -171559,6 +182034,7 @@ https://newrelic.com/blog/infrastructure-monitoring/kubernetes-request-and-limit - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://newrelic.com/blog/observability/effective-strategies-kafka-topic-partitioning: ai_summary: 'Curator Insight: Deep-dive tutorial on optimizing Kafka throughput via smart partitioning schemes. Live Grounding: Analyzes consumer group balancing, @@ -171581,6 +182057,7 @@ https://newrelic.com/blog/observability/effective-strategies-kafka-topic-partiti v2_locations: - message-queue.md year: '2021' + addition_method: manual https://newrelic.com/blog/observability/what-is-ebpf: content_hash: 96780d85bb2144d56fb49325cf7dd664656faafda892d8787987cf5bef98978b health_score: 100.0 @@ -171588,6 +182065,7 @@ https://newrelic.com/blog/observability/what-is-ebpf: needs_ai_refresh: true v1_locations: - docs/kubernetes-monitoring.md + addition_method: manual https://newrelic.com/platform/kubernetes-pixie: ai_summary: Details the integration of Pixie, an eBPF-driven Kubernetes observability tool, with New Relic. It highlights instant telemetry collection without code @@ -171616,6 +182094,7 @@ https://newrelic.com/platform/kubernetes-pixie: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual ? https://news.microsoft.com/source/2025/03/03/microsoft-dragon-copilot-provides-the-healthcare-industrys-first-unified-voice-ai-assistant-that-enables-clinicians-to-streamline-clinical-documentation-surface-information-and-automate-task : ai_summary: Official press release detailing Microsoft's Dragon Copilot launch. Explores the application of ambient clinical speech models to draft medical charts @@ -171644,6 +182123,7 @@ https://newrelic.com/platform/kubernetes-pixie: - ai.md - chatgpt.md year: N/A + addition_method: manual https://news.ncsu.edu/2020/07/tech-job-interviews-anxiety: ai_summary: A foundational academic study proving that traditional whiteboard interviews assess candidates' performance under anxiety rather than practical software engineering @@ -171672,6 +182152,7 @@ https://news.ncsu.edu/2020/07/tech-job-interviews-anxiety: v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://news.slashdot.org/story/21/10/12/1818252/a-record-number-of-workers-are-quitting-their-jobs-empowered-by-new-leverage : ai_summary: Examines the systemic power shifts in the tech labor market as developer demand hit unprecedented levels. Explores how increased talent leverage forced @@ -171701,6 +182182,7 @@ https://news.ncsu.edu/2020/07/tech-job-interviews-anxiety: v2_locations: - recruitment.md year: N/A + addition_method: manual https://newsletter.francofernando.com/p/the-12-factor-app-an-updated-guide: ai_summary: An updated architectural deep-dive into the Twelve-Factor App methodology. Reviews the classic software principles (like database separations, environment @@ -171732,6 +182214,7 @@ https://newsletter.francofernando.com/p/the-12-factor-app-an-updated-guide: - introduction.md - devops.md year: N/A + addition_method: manual https://newsletter.pragmaticengineer.com/p/engineering-leadership-skillset-overlaps: content_hash: 83b807edbe3d7e15594f98a37189e2b962d8af6f1636641efc659f39777ec47a description: '' @@ -171748,6 +182231,7 @@ https://newsletter.pragmaticengineer.com/p/engineering-leadership-skillset-overl v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://newsletter.thelongcommit.com/subscribe: ai_summary: Explores powerful features such as 'git bisect', dynamic interactive rebasing, reflog recovery, and worktrees. These concepts enable advanced developers @@ -171772,6 +182256,7 @@ https://newsletter.thelongcommit.com/subscribe: v2_locations: - git.md year: '2021' + addition_method: manual https://next.redhat.com/2021/08/23/introducing-volsync-your-data-anywhere: content_hash: 0ced30b9233ff55a8ba612220f21919f01abd1976c570332d97259e509082f09 description: '' @@ -171788,6 +182273,7 @@ https://next.redhat.com/2021/08/23/introducing-volsync-your-data-anywhere: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://nextcloud.com: content_hash: 7456fca6755be64f22423719406718c0ea941a9079578b1c17589f64a2742d9e description: '' @@ -171804,6 +182290,7 @@ https://nextcloud.com: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://nextlinklabs.com/insights/handling-authentication-in-EKS-clusters-kubernetes-AWS-IAM: content_hash: a03ff1f143ef3e02280753ab802f500e38464d3125aa28f16dff8d459947ba79 description: '' @@ -171815,6 +182302,7 @@ https://nextlinklabs.com/insights/handling-authentication-in-EKS-clusters-kubern v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://nextlinklabs.com/resources/insights/handling-authentication-in-eks-clusters-kubernetes-aws-iam: ai_summary: Detailed architectural analysis of authentication handling in EKS clusters. Covers security boundaries between AWS IAM roles, AWS IAM Authenticator, and internal @@ -171839,6 +182327,7 @@ https://nextlinklabs.com/resources/insights/handling-authentication-in-eks-clust v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://nexus3-cli.readthedocs.io: content_hash: 2d21c95b16a11ab0ce8bbcd71fa9eaa3730483b524ead2c4aa15cbc309728953 description: '' @@ -171850,6 +182339,7 @@ https://nexus3-cli.readthedocs.io: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://nexus3-cli.readthedocs.io/en/latest: ai_summary: Documentation site for Python-based command-line utilities built to interface with Nexus 3 APIs. It simplifies batch tasks and permissions reporting. @@ -171870,6 +182360,7 @@ https://nexus3-cli.readthedocs.io/en/latest: v2_locations: - registries.md year: '2026' + addition_method: manual https://nfrankel.medium.com/goodbye-minikube-340070edc5af: content_hash: N/A description: '' @@ -171880,6 +182371,7 @@ https://nfrankel.medium.com/goodbye-minikube-340070edc5af: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://nginx-playground.wizardzines.com: ai_summary: The web-based visual Nginx sandbox environment created by Wizard Zines. It provides immediate graphical feedback on how routing, header injections, and @@ -171908,6 +182400,7 @@ https://nginx-playground.wizardzines.com: v2_locations: - web-servers.md year: N/A + addition_method: manual https://ngrep.sourceforge.net: ai_summary: A command-line tool that applies GNU grep-like regex capabilities to the network layer. It facilitates deep packet analysis of unencrypted payloads @@ -171934,6 +182427,7 @@ https://ngrep.sourceforge.net: v2_locations: - linux.md year: '2018' + addition_method: manual https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly: content_hash: 5413763721d3630c7b686cf27862df611ddf69959667242bc420c5a56efdc161 description: '' @@ -171950,6 +182444,7 @@ https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-fla v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://nickjanetakis.com/blog/using-wsl-and-mobaxterm-to-create-a-linux-dev-environment-on-windows: content_hash: 48a73118058724abc68dc45cae1942d17ef83855a88aa2d9ba90c914cdf881e1 description: '' @@ -171966,6 +182461,7 @@ https://nickjanetakis.com/blog/using-wsl-and-mobaxterm-to-create-a-linux-dev-env v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://nickjanetakis.com/blog/wait-until-your-dockerized-database-is-ready-before-continuing: ai_summary: Provides an architectural solution for container startup synchronization, solving the common race condition where application containers boot faster than @@ -171994,6 +182490,7 @@ https://nickjanetakis.com/blog/wait-until-your-dockerized-database-is-ready-befo v2_locations: - linux.md year: N/A + addition_method: manual ? https://nicolasbarlatier.hashnode.dev/introduction-kubernetes-and-kustomize-how-to-easily-customize-any-resource-configuration-with-kustomize : content_hash: N/A description: '' @@ -172009,6 +182506,7 @@ https://nickjanetakis.com/blog/wait-until-your-dockerized-database-is-ready-befo v2_locations: - kustomize.md year: N/A + addition_method: manual ? https://nicolasbarlatier.hashnode.dev/net-core-tip-2-how-to-troubleshoot-memory-leaks-within-a-net-console-application-running-in-a-linux-docker-container-in-kubernetes : content_hash: N/A description: '' @@ -172025,6 +182523,7 @@ https://nickjanetakis.com/blog/wait-until-your-dockerized-database-is-ready-befo v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://nicwortel.nl/blog/2022/05/27/continuous-deployment-to-kubernetes-with-github-actions: content_hash: b2effc2605d81542b12e25f8b39c8e0d543210bdb75fefbdf7ad286d84ae06ad description: '' @@ -172036,6 +182535,7 @@ https://nicwortel.nl/blog/2022/05/27/continuous-deployment-to-kubernetes-with-gi v1_locations: - docs/demos.md year: N/A + addition_method: manual https://nightfall.ai/atlassian-cloud-hipaa-compliant: content_hash: 7917fb8c2d1bf762cc8c2f32770f125b323601672e4b083e83c8641402533633 description: '' @@ -172046,6 +182546,7 @@ https://nightfall.ai/atlassian-cloud-hipaa-compliant: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://nikhilism.com/post/2020/mystery-knowledge-useful-tools: ai_summary: An insightful, curated collection of less-known Unix tricks, shell diagnostics, and specialized tools. It provides pragmatic recommendations for daily systems @@ -172073,6 +182574,7 @@ https://nikhilism.com/post/2020/mystery-knowledge-useful-tools: v2_locations: - linux.md year: N/A + addition_method: manual ? https://nikolaygrozev.wordpress.com/2015/07/01/reshaping-in-pandas-pivot-pivot-table-stack-and-unstack-explained-with-pictures : content_hash: a961372db188b9785b9067d7bc86b1fe5da824e1865cbf5537173a0e4fd77fed description: '' @@ -172090,6 +182592,7 @@ https://nikhilism.com/post/2020/mystery-knowledge-useful-tools: v2_locations: - python.md year: N/A + addition_method: manual https://nilesh93.medium.com/replacing-docker-desktop-with-podman-and-kind-in-macos-c750581a3fda: content_hash: N/A description: '' @@ -172104,6 +182607,7 @@ https://nilesh93.medium.com/replacing-docker-desktop-with-podman-and-kind-in-mac v2_locations: - container-managers.md year: N/A + addition_method: manual https://nillsf.com/index.php/2020/11/17/running-windows-containers-on-the-azure-kubernetes-service-aks: ai_summary: Technical walkthrough covering the instantiation of Windows Server node pools inside hybrid AKS environments. Addresses container setup, active directory @@ -172132,6 +182636,7 @@ https://nillsf.com/index.php/2020/11/17/running-windows-containers-on-the-azure- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://nipafx.dev/java-11-migration-guide: content_hash: 15635a1801d7bd653b49e56d4115f9b976d3690fe607d7d4c5240861a97a6932 health_score: 100.0 @@ -172143,6 +182648,7 @@ https://nipafx.dev/java-11-migration-guide: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://niravshah2705.medium.com/play-with-volume-for-statefulsets-7fbf14221e74: content_hash: N/A description: '' @@ -172157,6 +182663,7 @@ https://niravshah2705.medium.com/play-with-volume-for-statefulsets-7fbf14221e74: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://nirmata.com/2020/10/30/auto-labeling-kubernetes-resources-with-kyverno: content_hash: b1bd27db55101b70e25987b7941ce70daaeee4a61c15746efef717e17bd4e924 description: '' @@ -172167,6 +182674,7 @@ https://nirmata.com/2020/10/30/auto-labeling-kubernetes-resources-with-kyverno: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://nirmata.com/2021/08/12/kubernetes-supply-chain-policy-management-with-cosign-and-kyverno: content_hash: 6a6cf7d4e468e229458088917ad32e78e934ed42de58a7a1c77de910cebfb30b description: '' @@ -172182,6 +182690,7 @@ https://nirmata.com/2021/08/12/kubernetes-supply-chain-policy-management-with-co v2_locations: - securityascode.md year: N/A + addition_method: manual https://nirmata.com/2021/08/18/introducing-kyverno-1-4-2-trusted-and-more-efficient: content_hash: deca9cef04c5d8e6ad6b6a62e832e14b2e910c26d30ad36110d17e8662c464dc description: '' @@ -172197,6 +182706,7 @@ https://nirmata.com/2021/08/18/introducing-kyverno-1-4-2-trusted-and-more-effici v2_locations: - securityascode.md year: N/A + addition_method: manual https://nishnit007.medium.com/a-journey-from-dockerfile-to-application-deployment-on-kubernetes-for-beginners-fea1eb0f3581: content_hash: N/A description: '' @@ -172212,6 +182722,7 @@ https://nishnit007.medium.com/a-journey-from-dockerfile-to-application-deploymen v2_locations: - docker.md year: N/A + addition_method: manual ? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-2 : content_hash: N/A description: '' @@ -172223,6 +182734,7 @@ https://nishnit007.medium.com/a-journey-from-dockerfile-to-application-deploymen v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-3 : content_hash: N/A description: '' @@ -172234,6 +182746,7 @@ https://nishnit007.medium.com/a-journey-from-dockerfile-to-application-deploymen v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-4 : content_hash: N/A description: '' @@ -172245,6 +182758,7 @@ https://nishnit007.medium.com/a-journey-from-dockerfile-to-application-deploymen v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-part-1-1: content_hash: N/A description: '' @@ -172256,6 +182770,7 @@ https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-throu v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://nitheeshp.dev/series/terraform: content_hash: N/A description: '' @@ -172270,6 +182785,7 @@ https://nitheeshp.dev/series/terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://nitishblog.hashnode.dev/kubernetes-services-your-way-to-connect-with-your-application: content_hash: N/A description: '' @@ -172285,6 +182801,7 @@ https://nitishblog.hashnode.dev/kubernetes-services-your-way-to-connect-with-you v2_locations: - kubernetes.md year: N/A + addition_method: manual https://nivogt.medium.com/boost-your-kubernetes-clusters-autoscaler-on-aws-eks-with-karpenter-4d23955944f2: content_hash: N/A description: '' @@ -172300,12 +182817,14 @@ https://nivogt.medium.com/boost-your-kubernetes-clusters-autoscaler-on-aws-eks-w v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://nivogt.medium.com/iac-continuous-delivery-with-crossplane-and-argocd-how-to-automate-the-creation-of-aws-eks-1523ef0e0aa : content_hash: N/A health_score: 100.0 last_checked: 1779030322.832717 v1_locations: - docs/managed-kubernetes-in-public-cloud.md + addition_method: manual https://nix.dev/manual/nix/2.28: content_hash: ced3f752efe34b38734ce4564e0036d5962bac39a772e713aaba6f085e9da12f health_score: 100.0 @@ -172317,6 +182836,7 @@ https://nix.dev/manual/nix/2.28: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://nixos.org/manual/nix/stable: content_hash: 52cafcce5adfe08d39e73a6cbccd6015b3fa74a77729d06eb129d880a47946e1 description: '' @@ -172328,6 +182848,7 @@ https://nixos.org/manual/nix/stable: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://nodejs.org: content_hash: 058296ef07df49e296e04133d6a48fe327583265f7f10d464ec621d8f4f46012 description: '' @@ -172339,6 +182860,7 @@ https://nodejs.org: v1_locations: - docs/javascript.md year: N/A + addition_method: manual https://nodejs.org/en: ai_summary: Official site of Node.js, the premier open-source event-driven JavaScript runtime engine. Provides technical APIs for enterprise-grade backend systems leveraging @@ -172360,6 +182882,7 @@ https://nodejs.org/en: v2_locations: - javascript.md year: '2026' + addition_method: manual https://noidea.dog/glue: content_hash: 9cba84f42633088b5732e60c62676b33f3dc6e6152cb75f0eaaea2c9fa02f52a description: '' @@ -172371,6 +182894,7 @@ https://noidea.dog/glue: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://nomadproject.io: content_hash: 551752ab388014d3901032a5447b5a610cf0cd783fc017c7816d842acae4ebd2 description: '' @@ -172382,6 +182906,7 @@ https://nomadproject.io: v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://noodlemctwoodle.medium.com/automating-microsoft-sentinel-deployment-with-azure-devops-ci-cd-2d4ae0c4e254: content_hash: N/A description: '' @@ -172400,6 +182925,7 @@ https://noodlemctwoodle.medium.com/automating-microsoft-sentinel-deployment-with - cicd.md - devsecops.md year: N/A + addition_method: manual https://nordicapis.com/5-protocols-for-event-driven-api-architectures: content_hash: b19835ecb8ee73f74244781e16a59e02573b35679ba34c42449980d410e26bba description: '' @@ -172415,6 +182941,7 @@ https://nordicapis.com/5-protocols-for-event-driven-api-architectures: v2_locations: - introduction.md year: N/A + addition_method: manual https://nordicapis.com/understanding-the-hidden-powers-of-curl: ai_summary: An advanced architectural writeup detailing the deep capabilities of curl for API diagnostics and system automation. It highlights protocol routing, @@ -172441,6 +182968,7 @@ https://nordicapis.com/understanding-the-hidden-powers-of-curl: v2_locations: - linux.md year: N/A + addition_method: manual https://nordicapis.com/using-grpc-to-connect-a-microservices-ecosystem: content_hash: df0a696ff92df6205f5594b5930256a95d7d0a370ed7c4578277ca3b57294ad8 description: '' @@ -172456,6 +182984,7 @@ https://nordicapis.com/using-grpc-to-connect-a-microservices-ecosystem: v2_locations: - api.md year: N/A + addition_method: manual https://noti.st/morsapaes/liQzgs/change-data-capture-with-flink-sql-and-debezium: ai_summary: A visual presentation sharing architectural strategies to integrate Debezium with Apache Flink SQL for high-speed continuous stream processing. Explains @@ -172486,6 +183015,7 @@ https://noti.st/morsapaes/liQzgs/change-data-capture-with-flink-sql-and-debezium v2_locations: - message-queue.md year: N/A + addition_method: manual https://noticiastrabajo.huffingtonpost.es/como-deben-autonomos-retrasar-pago-intereses-creditos-ico: ai_summary: Un artículo informativo en el que se explican las medidas legislativas extraordinarias y los plazos administrativos para que los profesionales autónomos @@ -172509,6 +183039,7 @@ https://noticiastrabajo.huffingtonpost.es/como-deben-autonomos-retrasar-pago-int v2_locations: - freelancing.md year: '2021' + addition_method: manual https://notmattlucas.com/kubernetes-configuration-with-kustomize-f4dbba250f3: content_hash: N/A description: '' @@ -172523,6 +183054,7 @@ https://notmattlucas.com/kubernetes-configuration-with-kustomize-f4dbba250f3: v2_locations: - kustomize.md year: N/A + addition_method: manual https://npkill.js.org: ai_summary: A fast, dependency-free interactive command-line interface (CLI) tool designed to scan and target heavy node_modules directories. Significantly improves @@ -172550,6 +183082,7 @@ https://npkill.js.org: v2_locations: - javascript.md year: N/A + addition_method: manual https://nth-root.nl/en/guides/automate-kubernetes-deployments-with-github-actions: content_hash: 20d38df3330e1ffdf0b5c392050302df4b4cb36ca0736c829db6ec7ff27bdd0c health_score: 100.0 @@ -172562,12 +183095,14 @@ https://nth-root.nl/en/guides/automate-kubernetes-deployments-with-github-action - docs/demos.md v2_locations: - demos.md + addition_method: manual https://nubenetes.com: content_hash: 3fb50a3c04b53d182fcf687d41a9cab7d250efbc8418497532cb7c259c361bc9 health_score: 100.0 last_checked: 1779030854.385219 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://nubenetes.com/terraform: content_hash: c7354665231f975002be956f096eedc802635fd5b4d4830a8e328cdf387b2172 health_score: 100.0 @@ -172578,6 +183113,7 @@ https://nubenetes.com/terraform: - docs/about.md v2_locations: - about.md + addition_method: manual https://nubesgen.com: content_hash: N/A description: '' @@ -172593,6 +183129,7 @@ https://nubesgen.com: v2_locations: - azure.md year: N/A + addition_method: manual https://numericaideas.com/blog/auto-scaling-group-on-aws-with-terraform: content_hash: 568d2e4eb9ef3540bf45ae4c85cc1624246d6f03d976b70bb749df11938fe67b description: '' @@ -172609,6 +183146,7 @@ https://numericaideas.com/blog/auto-scaling-group-on-aws-with-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://numerous.ai: ai_summary: SaaS productivity engine integrating foundational OpenAI endpoints directly into Google Sheets and Microsoft Excel. Streamlines automated data classification, @@ -172636,6 +183174,7 @@ https://numerous.ai: v2_locations: - chatgpt.md year: N/A + addition_method: manual https://nunoadrego.com/posts/abusing-pod-priority: content_hash: eea700730bea397cf383767dd1f0fe527f687848a9410e3583d857e093e7c382 description: '' @@ -172652,6 +183191,7 @@ https://nunoadrego.com/posts/abusing-pod-priority: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://nuxx.io: content_hash: N/A description: '' @@ -172666,6 +183206,7 @@ https://nuxx.io: v2_locations: - docker.md year: N/A + addition_method: manual https://nvie.com/posts/a-successful-git-branching-model: ai_summary: The original, widely adopted 2010 post by Vincent Driessen introducing the Git Flow branching model. While historically revolutionary for structured @@ -172694,6 +183235,7 @@ https://nvie.com/posts/a-successful-git-branching-model: v2_locations: - git.md year: N/A + addition_method: manual https://nwktimes.blogspot.com/2023/06/azure-ilb-for-nva-ha.html: content_hash: 2e96b652a717517068470ff72e935bbd6e93a880e330503a1adcaafefdbd6974 description: '' @@ -172711,6 +183253,7 @@ https://nwktimes.blogspot.com/2023/06/azure-ilb-for-nva-ha.html: v2_locations: - azure.md year: N/A + addition_method: manual https://nylas.com/blog/performance: content_hash: 7c31ce15eb686a0016ae9857b4a302b7ee5dd62928c034eb8b41cf36a23ab23d description: '' @@ -172722,6 +183265,7 @@ https://nylas.com/blog/performance: v1_locations: - docs/python.md year: N/A + addition_method: manual https://o365reports.com: content_hash: d4117510da3840114472193dd0a9c2ec09f3b5208128c6cb18ca379c09cc697f description: '' @@ -172738,6 +183282,7 @@ https://o365reports.com: v2_locations: - azure.md year: N/A + addition_method: manual https://oauth2-proxy.github.io/oauth2-proxy: content_hash: f7a837f613af512d2f31108fe2d2b5f8a77dc98b0405c7ebd91591d5774419a4 health_score: 100.0 @@ -172745,6 +183290,7 @@ https://oauth2-proxy.github.io/oauth2-proxy: needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://obsidian.md: content_hash: c5c9936da0cb7117762451c6ae448580915a2853cd75a2d4d96e52038c1cb9cb description: '' @@ -172761,6 +183307,7 @@ https://obsidian.md: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://oci-ansible-collection.readthedocs.io: content_hash: 73f2df85788a4f0945a404f06c0e2638e755e12a129e21d1a96e2609a95cec1d description: '' @@ -172772,6 +183319,7 @@ https://oci-ansible-collection.readthedocs.io: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://oci-ansible-collection.readthedocs.io/en/latest: content_hash: c0ff5ec47c5d71d95d5c0c8af323b8d516c9252218d6fadc491626391f97d5af health_score: 100.0 @@ -172783,6 +183331,7 @@ https://oci-ansible-collection.readthedocs.io/en/latest: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://oclif.io: content_hash: 5eeb38e3e6edf6e73565f4ecdc3b121d694f389d17b04f026c641ab1a44b281b description: '' @@ -172799,6 +183348,7 @@ https://oclif.io: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://octant.dev: ai_summary: A highly functional open-source developer tool by VMware, now archived. Focused on generating interactive visual relationship diagrams of active Kubernetes @@ -172828,6 +183378,7 @@ https://octant.dev: - kubernetes-based-devel.md - kubernetes-tools.md year: N/A + addition_method: manual https://octetz.com/docs/2018/2018-12-07-psp: content_hash: N/A description: '' @@ -172842,6 +183393,7 @@ https://octetz.com/docs/2018/2018-12-07-psp: v2_locations: - devsecops.md year: N/A + addition_method: manual https://octoperf.com: ai_summary: An enterprise-grade SaaS platform enabling rapid cloud-native scaling of JMeter scripts. Provides simplified infrastructure setup, robust real-time @@ -172869,6 +183421,7 @@ https://octoperf.com: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://octopus.com: content_hash: 326ea4f426353ceb549c08b1686511b69f594786e809b2b5cf5534cb617ff736 description: '' @@ -172885,6 +183438,7 @@ https://octopus.com: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://octopus.com/blog/applied-gitops-with-kustomize: content_hash: eecf1a9032786033b3f590f8108833d439c4bf3a9532acf03382c73da2e088bd health_score: 100.0 @@ -172896,6 +183450,7 @@ https://octopus.com/blog/applied-gitops-with-kustomize: - docs/kustomize.md v2_locations: - kustomize.md + addition_method: manual https://octopus.com/blog/devops-automation-repo-design: content_hash: 6b6ed2e3e4d2ad1d22e1afdfb1fadebea42cb80336a75c4e45170fb69505fe17 description: '' @@ -172912,6 +183467,7 @@ https://octopus.com/blog/devops-automation-repo-design: v2_locations: - gitops.md year: N/A + addition_method: manual https://octopus.com/blog/docker-anti-patterns: content_hash: 3d2b1a11a6c11d3db16bdb188e50baffdd8afdf96b9471a372168c5f2aa518aa health_score: 100.0 @@ -172923,6 +183479,7 @@ https://octopus.com/blog/docker-anti-patterns: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://octopus.com/blog/getting-started-with-powershell-dsc: content_hash: 118cfd77754a31e71105b14d6da27611802c5714b9698c86e28edfa74c81ce63 description: '' @@ -172940,6 +183497,7 @@ https://octopus.com/blog/getting-started-with-powershell-dsc: v2_locations: - azure.md year: N/A + addition_method: manual https://octopus.com/blog/how-to-model-your-gitops-environments: content_hash: df96f9346807d3a38fecb06fe2384dbfbc24f6f0f410928a72a94d1ad7e198c4 health_score: 100.0 @@ -172951,6 +183509,7 @@ https://octopus.com/blog/how-to-model-your-gitops-environments: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://octopus.com/blog/introduction-to-hcl-and-hcl-tooling: content_hash: 9f3245a4163f7319816a6a26d77daea267a73bb3261e1fb501bf2a129a4e5b35 description: '' @@ -172967,6 +183526,7 @@ https://octopus.com/blog/introduction-to-hcl-and-hcl-tooling: v2_locations: - terraform.md year: N/A + addition_method: manual https://octopus.com/blog/kubernetes-antipatterns-1: content_hash: d0e3e753dc505cd2c3262fc9e95ccdb398879f4879717bec2a6261db53894bfc health_score: 100.0 @@ -172978,6 +183538,7 @@ https://octopus.com/blog/kubernetes-antipatterns-1: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://octopus.com/blog/kubernetes-antipatterns-2: content_hash: 42f78458a7269d19784347d9859b43813de728f2396e76344559bd90c3828f72 health_score: 100.0 @@ -172989,6 +183550,7 @@ https://octopus.com/blog/kubernetes-antipatterns-2: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://octopus.com/blog/progressive-delivery-for-kubernetes-config-maps-using-argo-rollouts: ai_summary: 'Curator Insight: Investigates strategies for applying progressive delivery steps directly to Kubernetes ConfigMaps and environment secrets. Live Grounding: @@ -173012,6 +183574,7 @@ https://octopus.com/blog/progressive-delivery-for-kubernetes-config-maps-using-a v2_locations: - argo.md year: '2023' + addition_method: manual https://octopus.com/blog/pulumi-and-aks-with-octopus-deploy: content_hash: b29fd446655ec07694503a4ded9764eb37db74fb5636d87738f7a414c7c57b7f description: '' @@ -173028,6 +183591,7 @@ https://octopus.com/blog/pulumi-and-aks-with-octopus-deploy: v2_locations: - pulumi.md year: N/A + addition_method: manual https://octopus.com/blog/using-argo-cd-and-kustomize-for-configmap-rollouts: content_hash: 065a8b188ec2be4f1c90368a5b3fe42812e08998226547bca78627cfc0a0fe43 health_score: 100.0 @@ -173039,6 +183603,7 @@ https://octopus.com/blog/using-argo-cd-and-kustomize-for-configmap-rollouts: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://octopus.com/blog/using-helm-with-gitops: ai_summary: Analysis of integrating Helm templates with GitOps deployments, showing how to balance templated application metadata packaging with strict, declarative @@ -173061,6 +183626,7 @@ https://octopus.com/blog/using-helm-with-gitops: v2_locations: - helm.md year: '2020' + addition_method: manual https://octopus.com/codefresh: content_hash: 208e883c8486282c42ffb24f583b22b8d3c366aa61c1faca8eb0c51c377747ec health_score: 100.0 @@ -173072,6 +183638,7 @@ https://octopus.com/codefresh: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://octopus.com/devops: ai_summary: Hands-on walkthrough displaying how to use Okteto to connect a developer workspace directly with live infrastructure, bypassing resource-heavy local systems. @@ -173095,6 +183662,7 @@ https://octopus.com/devops: - gitops.md - helm.md year: '2021' + addition_method: manual https://octopus.com/devops/gitops: ai_summary: This architectural study outlines the synchronization of infrastructure and application deployments using GitOps principles, examining the strategic union @@ -173118,6 +183686,7 @@ https://octopus.com/devops/gitops: v2_locations: - crossplane.md year: '2023' + addition_method: manual https://octopus.com/docs/deployments/patterns/deployment-process-as-code: content_hash: 16f8b23e467c481b9d7c4e1cb79353e39a6a99f9d0d60f9e25ccbdb95bd6938a description: '' @@ -173134,6 +183703,7 @@ https://octopus.com/docs/deployments/patterns/deployment-process-as-code: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://odedia.org/production-considerations-for-spring-on-kubernetes: content_hash: N/A description: '' @@ -173148,6 +183718,7 @@ https://odedia.org/production-considerations-for-spring-on-kubernetes: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://odo.dev: content_hash: 2dbf39bae1e1ec791a8765ee88e29b8d88e3822431e7fe4cc8688722c92bdc3e description: '' @@ -173164,6 +183735,7 @@ https://odo.dev: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://offensive-terraform.github.io: content_hash: 1fd2ee3e17689a2729cac51148ee4ab2b539feeaa0422178a658d82a63410abc health_score: 100.0 @@ -173175,6 +183747,7 @@ https://offensive-terraform.github.io: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://offensive-terraform.github.io/offensive-terraform.github.io: content_hash: 7e34dbf880d5a1dd93372d81ee122edbf9ee64b8c5f857a33918d8cae815619c description: '' @@ -173186,6 +183759,7 @@ https://offensive-terraform.github.io/offensive-terraform.github.io: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://ohmyz.sh: ai_summary: The premium, open-source, community-driven framework for managing Zsh shell configurations. Extensible with thousands of helpful plugins and visual @@ -173213,6 +183787,7 @@ https://ohmyz.sh: v2_locations: - linux.md year: N/A + addition_method: manual https://ohshitgit.com: ai_summary: An extremely popular, plain-language reference guide that helps developers recover from critical Git merge and history errors. It provides highly clear commands @@ -173241,6 +183816,7 @@ https://ohshitgit.com: v2_locations: - git.md year: N/A + addition_method: manual https://okd.io: ai_summary: OKD is the open-source upstream community distribution of Red Hat OpenShift, fully integrating containerized virtualization, developer tools, and operators. @@ -173266,6 +183842,7 @@ https://okd.io: - ocp4.md - kubernetes-on-premise.md year: '2026' + addition_method: manual https://okdiario.com/economia/telefonica-santander-despiden-467-empleados-2021-denuncias-companeros-8655690: content_hash: 576a04cf2b97d1a92e8329cd117e42cf9b82645592d88747cfcec5c3ace93e45 description: '' @@ -173283,6 +183860,7 @@ https://okdiario.com/economia/telefonica-santander-despiden-467-empleados-2021-d v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://okteto.com/blog/kubernetes-for-developers-blog-series-by-okteto: content_hash: 45b89562d621e26f26c29a3325acc7069d7bc71b034582bc219012d2b3a37df9 description: '' @@ -173294,6 +183872,7 @@ https://okteto.com/blog/kubernetes-for-developers-blog-series-by-okteto: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://okteto.com/blog/preview-environments-for-kubernetes: content_hash: d32b30d2d517847c7cbd9e69ad6b5bf2caf75aab1efedabb18efc5181983e5fd description: '' @@ -173305,6 +183884,7 @@ https://okteto.com/blog/preview-environments-for-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://olamiko.medium.com/technical-series-kubernetes-networking-5a5dc3823163: content_hash: N/A description: '' @@ -173319,6 +183899,7 @@ https://olamiko.medium.com/technical-series-kubernetes-networking-5a5dc3823163: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://oldgitops.medium.com/setting-up-podman-on-wsl2-in-windows-10-be2991c2d443: content_hash: N/A description: '' @@ -173333,6 +183914,7 @@ https://oldgitops.medium.com/setting-up-podman-on-wsl2-in-windows-10-be2991c2d44 v2_locations: - container-managers.md year: N/A + addition_method: manual https://oliverjumpertz.medium.com/serverless-vs-kubernetes-58b0b387dc98: content_hash: N/A description: '' @@ -173347,6 +183929,7 @@ https://oliverjumpertz.medium.com/serverless-vs-kubernetes-58b0b387dc98: v2_locations: - serverless.md year: N/A + addition_method: manual https://omerxx.com/k8s-controllers: content_hash: 5e382bb8d9a29454bd2811eed9af09e1068b280bab5a45d4f85d44b349589d89 description: '' @@ -173364,6 +183947,7 @@ https://omerxx.com/k8s-controllers: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://ona.com: content_hash: dd3bf0798a3c2353de281c76293c551f5fe5c5e81ca8c1029f61c752bb34f432 health_score: 100.0 @@ -173376,6 +183960,7 @@ https://ona.com: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://ona.com/stories/gitpod-is-now-ona: health_score: 100.0 last_checked: 1779130494.928846 @@ -173386,6 +183971,7 @@ https://ona.com/stories/gitpod-is-now-ona: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://onecloudplease.com/project/console-recorder: content_hash: fd9b135848e21b3247bb78ed48394e27881618e9044e105fc5f159f3d15be8c3 description: '' @@ -173402,6 +183988,7 @@ https://onecloudplease.com/project/console-recorder: v2_locations: - aws-iac.md year: N/A + addition_method: manual https://onlineyamltools.com: ai_summary: An extensive suite of browser-driven YAML parsing, formatting, and manipulation tools. Features real-time conversion engines, indentation adjustments, and structural @@ -173430,6 +184017,7 @@ https://onlineyamltools.com: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://opcito.com/blogs/a-guide-to-mastering-autoscaling-in-kubernetes-with-keda: content_hash: ad91a004df7237af2e487b5379d285b66cdbd9840b5c2c91d58c3f9f4382208f description: '' @@ -173441,6 +184029,7 @@ https://opcito.com/blogs/a-guide-to-mastering-autoscaling-in-kubernetes-with-ked v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://open-bootcamp.com: ai_summary: Formerly a free, Spanish-language software developer bootcamp offering continuous programming learning. Grounding tracks show the platform has shifted @@ -173467,6 +184056,7 @@ https://open-bootcamp.com: v2_locations: - elearning.md year: '2024' + addition_method: manual https://open-cluster-management.io: content_hash: 810801a7e273d494f30a3478468f083e835a7fe3b0ccef7519b324c4e85bb0ee description: '' @@ -173485,6 +184075,7 @@ https://open-cluster-management.io: - kubernetes-tools.md - gitops.md year: N/A + addition_method: manual https://open-rpc.org: content_hash: 67ea39c4543f266b73ddca9b3371c9a2fbc289a2fb39eaff4d2beb2db75c7142 description: '' @@ -173496,6 +184087,7 @@ https://open-rpc.org: v1_locations: - docs/api.md year: N/A + addition_method: manual https://openai.com/blog/scaling-kubernetes-to-7500-nodes: content_hash: N/A description: '' @@ -173510,6 +184102,7 @@ https://openai.com/blog/scaling-kubernetes-to-7500-nodes: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://openai.com/research/scaling-kubernetes-to-7500-nodes: content_hash: N/A description: '' @@ -173524,6 +184117,7 @@ https://openai.com/research/scaling-kubernetes-to-7500-nodes: v2_locations: - mlops.md year: N/A + addition_method: manual https://openapi-generator.tech: content_hash: 9b5bf7b421727a51c0e435892aee7cd51296a147c14893f18a9d33128197df60 description: '' @@ -173540,6 +184134,7 @@ https://openapi-generator.tech: v2_locations: - api.md year: N/A + addition_method: manual https://openbuilt.io: content_hash: ca854a664eb4c6d5dad33d4ea4807bf57c8a9d0e50d04cca5099b8baec719bc3 description: '' @@ -173556,6 +184151,7 @@ https://openbuilt.io: v2_locations: - ocp4.md year: N/A + addition_method: manual https://opencensus.io: content_hash: bcdc572d753ccf43b5dedfa06276005ed33929ff37d643d3327e1795ef4c1595 health_score: 100.0 @@ -173563,6 +184159,7 @@ https://opencensus.io: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://opencontainers.org: content_hash: 5b29f96b41b8553688c2d88fb34647bb2edea991ff26410aede238a4844878ed health_score: 100.0 @@ -173575,6 +184172,7 @@ https://opencontainers.org: v2_locations: - container-managers.md - index.md + addition_method: manual https://opencoreventures.com/blog/2023-08-23-hashicorp-switching-bsl-shows-need-for-open-charter-companies: content_hash: 13e357f68ee695ca9861659d11214de3736521c3c40b00cbf5bc9019e122a0ff description: '' @@ -173587,6 +184185,7 @@ https://opencoreventures.com/blog/2023-08-23-hashicorp-switching-bsl-shows-need- v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://opencurve.io: content_hash: N/A description: '' @@ -173601,6 +184200,7 @@ https://opencurve.io: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://opendatahub.io: ai_summary: The main portal for Open Data Hub, an AI/ML platform reference architecture on Red Hat OpenShift. Orchestrates tools like Kubeflow, Spark, and Kafka into @@ -173629,6 +184229,7 @@ https://opendatahub.io: v2_locations: - message-queue.md year: N/A + addition_method: manual https://openebs.io: content_hash: 013310a44e05f3d0795add1ce97b67f0de6b9d65aab9e305978c2efb2ecc85fa description: '' @@ -173645,6 +184246,7 @@ https://openebs.io: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://opengitops.dev: content_hash: 664dd521293232852ad99dd3800780138e829ad174c63a15ec42eac03c3cc778 description: '' @@ -173661,6 +184263,7 @@ https://opengitops.dev: v2_locations: - gitops.md year: N/A + addition_method: manual https://openid.net: ai_summary: 'Curator Insight: Home of the OpenID Connect federation standard, which acts as the foundation for Kubernetes authentication. Live Grounding: Critical @@ -173688,6 +184291,7 @@ https://openid.net: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://openinsurance.io: content_hash: 4e236159ad5bb34b593b7c7de8854bb6096da3302425500573280d6de4774258 description: '' @@ -173704,6 +184308,7 @@ https://openinsurance.io: v2_locations: - developerportals.md year: N/A + addition_method: manual https://openjdk.java.net/jeps/413: content_hash: e7488a9d5e652fd970172c946cf0bfdb9f1f450f39a2fa4e78e6253e7f3c280c description: '' @@ -173715,6 +184320,7 @@ https://openjdk.java.net/jeps/413: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://openjdk.org/jeps/413: content_hash: dec714f229bdf682308c40f25ac0e59df90dc0d76629b4d8a48b00af4fddd17e health_score: 100.0 @@ -173726,6 +184332,7 @@ https://openjdk.org/jeps/413: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://openkruise.io: content_hash: 7dc60446aa2f3e3aef2759baa954ab54ff0bf7b3a39d71b547e849284caa95b0 description: '' @@ -173742,6 +184349,7 @@ https://openkruise.io: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://openliberty.io: content_hash: c7af6ceea60beefa6c01b6b4fa72365beda2f72886254633575a66907a6ace96 health_score: 100.0 @@ -173753,6 +184361,7 @@ https://openliberty.io: - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://openpracticelibrary.com: content_hash: f0c56b6e3f2e031f05a60e955860ada5c440347c0899c93815379252c364450c description: '' @@ -173763,6 +184372,7 @@ https://openpracticelibrary.com: title: openpracticelibrary.com v1_locations: [] year: N/A + addition_method: manual https://opensearch.org: content_hash: N/A description: '' @@ -173777,6 +184387,7 @@ https://opensearch.org: v2_locations: - monitoring.md year: N/A + addition_method: manual https://openservicemesh.io: content_hash: 8d96cbf03a6204781e608feaf10e87675668bb40c2eb1b65bb67973230f93733 description: '' @@ -173793,6 +184404,7 @@ https://openservicemesh.io: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://openshift-ireland.com: content_hash: N/A description: '' @@ -173807,6 +184419,7 @@ https://openshift-ireland.com: v2_locations: - openshift.md year: N/A + addition_method: manual https://openshift.io: content_hash: N/A description: '' @@ -173821,6 +184434,7 @@ https://openshift.io: v2_locations: - openshift.md year: N/A + addition_method: manual https://openshift.tips: content_hash: N/A description: '' @@ -173835,6 +184449,7 @@ https://openshift.tips: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://openshift.tv: content_hash: 47ac2711865a914012d2661f0493cc3454d6105685d1b4122688854a3b7c5e72 description: '' @@ -173846,6 +184461,7 @@ https://openshift.tv: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://opensource.builders: content_hash: 2e150f077143643ca531740d42d88073f72a8181c55cad3fa63468bc59c28b65 description: '' @@ -173863,6 +184479,7 @@ https://opensource.builders: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://opensource.com: ai_summary: A highly regarded knowledge portal advocating for open-source methodology, presenting high-quality DevOps tutorials, community case studies, and systemic @@ -173890,6 +184507,7 @@ https://opensource.com: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/16/12/cidr-network-notation-configuration-linux: content_hash: be6e28d8ffde97fa2d84fec9eae25475cd39c244c5829b8a2edee95a7a3bb605 description: '' @@ -173907,6 +184525,7 @@ https://opensource.com/article/16/12/cidr-network-notation-configuration-linux: v2_locations: - networking.md year: N/A + addition_method: manual https://opensource.com/article/18/10/sre-startup: ai_summary: A practical exploration focusing on running SRE frameworks inside small-scale startups. Proposes strategies for establishing basic SLIs and SLOs under strict @@ -173934,6 +184553,7 @@ https://opensource.com/article/18/10/sre-startup: v2_locations: - sre.md year: N/A + addition_method: manual https://opensource.com/article/18/12/testing-ansible-roles-molecule: content_hash: 21cc8b4e205eb9d1c63eeb639c38e3aca107f529b92fd8df12869e17870ba149 description: '' @@ -173950,6 +184570,7 @@ https://opensource.com/article/18/12/testing-ansible-roles-molecule: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/18/3/how-use-ansible-set-system-monitoring-prometheus: content_hash: 404fda27922360cb07c3fcea3b0ef9d23797c1a795f3b178c491dc6dc23be23e description: '' @@ -173966,6 +184587,7 @@ https://opensource.com/article/18/3/how-use-ansible-set-system-monitoring-promet v2_locations: - prometheus.md year: N/A + addition_method: manual https://opensource.com/article/18/4/learn-advanced-ssh-commands-new-cheat-sheet: content_hash: 0a84f52b9abd97e0f7e329693bd3511e767931a179f96aeb17a2372fdeb61eaf description: '' @@ -173982,6 +184604,7 @@ https://opensource.com/article/18/4/learn-advanced-ssh-commands-new-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/article/18/4/running-jenkins-builds-containers: ai_summary: Step-by-step tutorial addressing the orchestration of containerized workloads inside a Jenkins building phase. Evaluates Docker-in-Docker strategies @@ -174012,6 +184635,7 @@ https://opensource.com/article/18/4/running-jenkins-builds-containers: - openshift-pipelines.md - jenkins.md year: N/A + addition_method: manual https://opensource.com/article/18/8/devops-jenkins-2: content_hash: 759e820f86a57c854218549a750bae0838e109053bba0905e7b226317e1457cb description: '' @@ -174029,6 +184653,7 @@ https://opensource.com/article/18/8/devops-jenkins-2: v2_locations: - jenkins.md year: N/A + addition_method: manual https://opensource.com/article/18/8/what-cicd: ai_summary: A foundational article defining the mechanics of Continuous Integration and Continuous Deployment (CI/CD). Explores testing automation, continuous integration @@ -174056,6 +184681,7 @@ https://opensource.com/article/18/8/what-cicd: v2_locations: - cicd.md year: N/A + addition_method: manual https://opensource.com/article/18/9/distributed-tracing-microservices-world: content_hash: bd25ce732668e227fd68b524ce7eec0336bfadad24fb0a3eb129cc6cb50e7f43 description: '' @@ -174072,6 +184698,7 @@ https://opensource.com/article/18/9/distributed-tracing-microservices-world: v2_locations: - monitoring.md year: N/A + addition_method: manual https://opensource.com/article/18/9/distributed-tracing-tools: content_hash: f2efb7a692cccd6df7f2cd7bc540f0d1342004739392eaee58522fe2ca117e8a description: '' @@ -174088,6 +184715,7 @@ https://opensource.com/article/18/9/distributed-tracing-tools: v2_locations: - monitoring.md year: N/A + addition_method: manual https://opensource.com/article/19/11/introduction-monitoring-prometheus: content_hash: ce0b1908cbb7598f23e81c0ce651d4a85f6d365524642e291b8d6106fa4c18e7 description: '' @@ -174104,6 +184732,7 @@ https://opensource.com/article/19/11/introduction-monitoring-prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://opensource.com/article/19/2/quickstart-guide-ansible: content_hash: d4a507a3eb2a8493d3997d7c2e510ddb6f74c5406383a0cb442096f91921e20b description: '' @@ -174120,6 +184749,7 @@ https://opensource.com/article/19/2/quickstart-guide-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/19/2/scaling-postgresql-kubernetes-operators: content_hash: 43916c60f58533a7dedbe517acd9619822611056583d8b8aedce5640cc58fdd3 description: '' @@ -174136,6 +184766,7 @@ https://opensource.com/article/19/2/scaling-postgresql-kubernetes-operators: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://opensource.com/article/19/4/devops-pipeline: ai_summary: 'Curator Insight: Demystifies CI/CD pipeline construction using classic open-source tools like Jenkins and GitLab CI. Live Grounding: Provides an educational @@ -174166,6 +184797,7 @@ https://opensource.com/article/19/4/devops-pipeline: v2_locations: - cicd.md year: N/A + addition_method: manual https://opensource.com/article/19/7/devops-vs-sysadmin: content_hash: 5ee2a785cf21aef75edf550af26f23c5fc1fc7c293a83689fa1d9603bc0fda51 description: '' @@ -174183,6 +184815,7 @@ https://opensource.com/article/19/7/devops-vs-sysadmin: v2_locations: - devops.md year: N/A + addition_method: manual https://opensource.com/article/19/7/how-transition-career-devops-engineer: content_hash: c5ae3f15711ec7163fa14e226d56ad8d6bfa75c53afe2eaac5dcbf00c8839a5b description: '' @@ -174199,6 +184832,7 @@ https://opensource.com/article/19/7/how-transition-career-devops-engineer: v2_locations: - devops.md year: N/A + addition_method: manual https://opensource.com/article/19/8/why-spinnaker-matters-cicd: content_hash: 085c461fc92db24d72ccd2e30858ad7dc9faddeb35e8c90efc3fc9b6c9726e2e description: '' @@ -174215,6 +184849,7 @@ https://opensource.com/article/19/8/why-spinnaker-matters-cicd: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://opensource.com/article/19/9/intro-building-cicd-pipelines-jenkins: content_hash: 9633cf4545224ccfb7c5463d12c13cc8dfe557612991b0071d3249b5ed7f86b3 description: '' @@ -174231,6 +184866,7 @@ https://opensource.com/article/19/9/intro-building-cicd-pipelines-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://opensource.com/article/19/9/introduction-markdown: ai_summary: 'A foundational article outlining the philosophy and implementation of Markdown as an open-source plain-text formatting syntax. It highlights the @@ -174261,6 +184897,7 @@ https://opensource.com/article/19/9/introduction-markdown: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://opensource.com/article/20/10/ansible-modules-linux: content_hash: 79d3d53935fbe40ca32e31808e8f7c33b0b4fc77082a8d401bae9ce86528287e description: '' @@ -174277,6 +184914,7 @@ https://opensource.com/article/20/10/ansible-modules-linux: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/20/10/calendar-ansible: content_hash: d5c108da2288a3888ebceff281b9a48f27bbfe5c3ad537b6ca67cbca42380aa0 description: '' @@ -174294,6 +184932,7 @@ https://opensource.com/article/20/10/calendar-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/20/10/first-day-ansible: content_hash: 5a675b26e774a2df72028d830532b7414a3885205d0f5ec7a93c5966b402378b description: '' @@ -174310,6 +184949,7 @@ https://opensource.com/article/20/10/first-day-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/20/10/kubernetes-minecraft-ansible: content_hash: cf29e982d14d7f4f57e093aa0bf327890d5c2dae0377d16c7332c181162e37d5 description: '' @@ -174327,6 +184967,7 @@ https://opensource.com/article/20/10/kubernetes-minecraft-ansible: v2_locations: - demos.md year: N/A + addition_method: manual https://opensource.com/article/20/11/git-aliases: ai_summary: Examines practical shell and Git aliases designed to accelerate daily CLI execution speeds. Explains configuration syntaxes for setting up logical macro @@ -174355,6 +184996,7 @@ https://opensource.com/article/20/11/git-aliases: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/20/11/kubernetes-jobs-cronjobs: content_hash: f18cc3cef2d977e9badf8fb807be1dd641b7a61044d7d3fb5de3dc3fb312efb9 description: '' @@ -174371,6 +185013,7 @@ https://opensource.com/article/20/11/kubernetes-jobs-cronjobs: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/20/11/kubernetes-scheduler: content_hash: 0a637b05778b970f7d0e7763d5d18120c2858ca878481eea4c348fee38c871d8 description: '' @@ -174387,6 +185030,7 @@ https://opensource.com/article/20/11/kubernetes-scheduler: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/20/11/minishift-linux: content_hash: 4bee973917ddbef07ee2c69fdd6a7dcadc7ce01e927c335eb05ae9e627611efd description: '' @@ -174403,6 +185047,7 @@ https://opensource.com/article/20/11/minishift-linux: v2_locations: - demos.md year: N/A + addition_method: manual https://opensource.com/article/20/11/run-kubernetes-locally: ai_summary: Explores four distinct routes for installing and running Kubernetes locally. Focuses on the trade-offs of using kind, Minikube, MicroK8s, and K3s, @@ -174431,6 +185076,7 @@ https://opensource.com/article/20/11/run-kubernetes-locally: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://opensource.com/article/20/12/ansible-lab: content_hash: 1ec246f6100a8025b6caff09eb6d4c54430a74e0bc5480e0bcc1ad9b4a25b1d6 description: '' @@ -174447,6 +185093,7 @@ https://opensource.com/article/20/12/ansible-lab: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/20/12/containers-101: content_hash: 9433e4edf78493fe2263b8d6a5e75758656989c546608e4980194f3ca84ae9c4 description: '' @@ -174463,6 +185110,7 @@ https://opensource.com/article/20/12/containers-101: v2_locations: - introduction.md year: N/A + addition_method: manual https://opensource.com/article/20/12/devops: content_hash: 974c9face4bf5308f3db0273b565db448d27184f4b2b621387c68c215edb6cdd description: '' @@ -174479,6 +185127,7 @@ https://opensource.com/article/20/12/devops: v2_locations: - devops.md year: N/A + addition_method: manual https://opensource.com/article/20/12/it-budget-kubernetes: content_hash: 4b6cb0feb3377f9c9ae2f4a96d5f4c59ac556431b7fa5ba3d53a9d48c7d7c78e description: '' @@ -174495,6 +185144,7 @@ https://opensource.com/article/20/12/it-budget-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/20/12/remote-devops: content_hash: ac3a4b755facf56809456f5925d3ceddac94876a1e0e17a9f2c3aec6d0722f24 description: '' @@ -174511,6 +185161,7 @@ https://opensource.com/article/20/12/remote-devops: v2_locations: - devops.md year: N/A + addition_method: manual https://opensource.com/article/20/2/devops-beginners: content_hash: d0e1e82f8abfaea50482fcfcc8009e4d23bb192a26119edc84b7ab3ac27751a8 description: '' @@ -174527,6 +185178,7 @@ https://opensource.com/article/20/2/devops-beginners: v2_locations: - devops.md year: N/A + addition_method: manual https://opensource.com/article/20/3/kubernetes-operator-sdk: content_hash: ec0bc70b2690ea56e3daa8e012ca04c2f41bc58b89aea8859c5b5fc25262c52c description: '' @@ -174544,6 +185196,7 @@ https://opensource.com/article/20/3/kubernetes-operator-sdk: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://opensource.com/article/20/3/kubernetes-traefik: ai_summary: An introductory article explaining how to set up Traefik as an Ingress Controller in Kubernetes. It focuses on setting up path-based routing rules and @@ -174572,6 +185225,7 @@ https://opensource.com/article/20/3/kubernetes-traefik: v2_locations: - web-servers.md year: N/A + addition_method: manual https://opensource.com/article/20/3/meld: ai_summary: Curator Insight presents Meld as a highly visual diff and merge application for comparing files and directories. Live Grounding showcases its continuous integration @@ -174601,6 +185255,7 @@ https://opensource.com/article/20/3/meld: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/20/4/http-kubernetes-skipper: ai_summary: An introduction to Skipper, an open-source HTTP router created by Zalando. Explores its use case as a highly customizable Kubernetes ingress controller with @@ -174629,6 +185284,7 @@ https://opensource.com/article/20/4/http-kubernetes-skipper: v2_locations: - web-servers.md year: N/A + addition_method: manual https://opensource.com/article/20/5/kubectl-cheat-sheet: content_hash: acf16b982e0f8c9911d9d190e3dfc2cf89971dbdfae5736fa411fa156b159ed6 description: '' @@ -174645,6 +185301,7 @@ https://opensource.com/article/20/5/kubectl-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/article/20/5/systemd-troubleshooting-tool: ai_summary: Details systemd commands like `journalctl` and `systemctl` to quickly diagnose platform failures. Focuses on unit analysis, log filtering, and identifying @@ -174673,6 +185330,7 @@ https://opensource.com/article/20/5/systemd-troubleshooting-tool: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/20/6/container-orchestration: content_hash: a0e66d4e8ff006d366ec056fe22a3e5c9f6cf5d52db1b63ee5b649f05a5182cd description: '' @@ -174689,6 +185347,7 @@ https://opensource.com/article/20/6/container-orchestration: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/20/6/devops-mindset: content_hash: e22a84cd6d24d2e31b60ca569e5ac7a964149cece3d38167e55ec7ee32263cac description: '' @@ -174708,6 +185367,7 @@ https://opensource.com/article/20/6/devops-mindset: - devops.md - workfromhome.md year: N/A + addition_method: manual https://opensource.com/article/20/6/kubernetes-anniversary: content_hash: 640e0738255855f0f869f8f182d9e38a3fb56542a840e98cf75da21930bbbd55 description: '' @@ -174724,6 +185384,7 @@ https://opensource.com/article/20/6/kubernetes-anniversary: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/20/6/linux-libraries: ai_summary: A comprehensive tutorial detailing the structural and behavioral differences between static (.a) and dynamic (.so) libraries in Linux. Explains compilation @@ -174752,6 +185413,7 @@ https://opensource.com/article/20/6/linux-libraries: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/20/7/automation-testing-cicd: content_hash: c25169ebda1f1a16f914baec81b08803517266f6eaf40ef870b880c4486c1c4b description: '' @@ -174768,6 +185430,7 @@ https://opensource.com/article/20/7/automation-testing-cicd: v2_locations: - testops.md year: N/A + addition_method: manual https://opensource.com/article/20/7/docsify-github-pages: ai_summary: 'A technical guide explaining how to deploy a dynamic, zero-build documentation site using Docsify hosted on GitHub Pages. Docsify parses Markdown files on the @@ -174800,6 +185463,7 @@ https://opensource.com/article/20/7/docsify-github-pages: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://opensource.com/article/20/7/git-repos-best-practices: ai_summary: Presents six essential strategies to clean and optimize repository structures in enterprise settings. Key practices include managing repository file sizes, @@ -174828,6 +185492,7 @@ https://opensource.com/article/20/7/git-repos-best-practices: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/20/7/kubernetes-analogy: content_hash: 822afdb5c029929e3de6563363c136d1028e3a9827e13cc6eac5c1772ca1ad0f description: '' @@ -174844,6 +185509,7 @@ https://opensource.com/article/20/7/kubernetes-analogy: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/20/7/linux-shellhub: ai_summary: 'A technical guide exploring how to encapsulate SSH connections inside HTTP/HTTPS protocols using ShellHub, enabling secure connection establishment @@ -174875,6 +185541,7 @@ https://opensource.com/article/20/7/linux-shellhub: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/20/7/open-source-test-automation-frameworks: content_hash: 59063ef5b94c5f61468ad6ffab6cc812fcd7d6fe753aa27a6afb2e189e8e82d3 description: '' @@ -174891,6 +185558,7 @@ https://opensource.com/article/20/7/open-source-test-automation-frameworks: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://opensource.com/article/20/7/sysadmin-cheat-sheets: content_hash: 679e4ae2a289b98d09456e7371e73f8b2b417e162f22600a10aa08687b77ac2f description: '' @@ -174907,6 +185575,7 @@ https://opensource.com/article/20/7/sysadmin-cheat-sheets: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/article/20/7/terraform-kubernetes: content_hash: 12130dbb370b3a56bd2fa5713a9d6f4ec4a8359f991b425ddc8606dbce7f651f description: '' @@ -174923,6 +185592,7 @@ https://opensource.com/article/20/7/terraform-kubernetes: v2_locations: - demos.md year: N/A + addition_method: manual https://opensource.com/article/20/8/cerberus-test-automation: content_hash: 6105f7117865a47ddab995a952841badf303379865b09a5585389f33d62a05a3 description: '' @@ -174940,6 +185610,7 @@ https://opensource.com/article/20/8/cerberus-test-automation: v2_locations: - testops.md year: N/A + addition_method: manual https://opensource.com/article/20/8/ingress-controllers-kubernetes: content_hash: 9f3636d4bdb7bcf4489a30a911e8854ab7f0119edecde0870b97ad0c814c86c6 description: '' @@ -174956,6 +185627,7 @@ https://opensource.com/article/20/8/ingress-controllers-kubernetes: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://opensource.com/article/20/9/ansible: content_hash: a733cc847d11713f93f44effd8b2e526c08d4ed143450f9335c166225e4e4b30 description: '' @@ -174972,6 +185644,7 @@ https://opensource.com/article/20/9/ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/20/9/ansible-modules-kubernetes: content_hash: 3667a370b95e8c78922add0c01e0b25a36cf2c8e9554ae97950c3f51f7e90ddc description: '' @@ -174989,6 +185662,7 @@ https://opensource.com/article/20/9/ansible-modules-kubernetes: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/20/9/install-packages-ansible: content_hash: 1b7ca7d1d16e6400c1faad7b1836ed851585d8bc0be0afd7856156e42e661832 description: '' @@ -175005,6 +185679,7 @@ https://opensource.com/article/20/9/install-packages-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/20/9/open-source-alternatives-confluence: content_hash: 08e48ed4f9c6ac1b5d360ff36f22be923a9255df727177db64b810fc2b7ddffc description: '' @@ -175021,6 +185696,7 @@ https://opensource.com/article/20/9/open-source-alternatives-confluence: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://opensource.com/article/21/1/ansible: content_hash: b92cb7e8f40cf60b16dd72df043cd01752cc835b3998f12fe46b077dfe0ed43a description: '' @@ -175037,6 +185713,7 @@ https://opensource.com/article/21/1/ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/21/1/improve-ansible-play: content_hash: 3a3978e7d2289e9f7d6aa9d72a13dd14c93d8f94b6036a21f36968deb6b9e436 description: '' @@ -175053,6 +185730,7 @@ https://opensource.com/article/21/1/improve-ansible-play: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/21/1/kubeedge: content_hash: 58e14e4a0a8400a8da2a3e0015a1c34000b0319d0846c5b5df5a36492fccb624 description: '' @@ -175070,6 +185748,7 @@ https://opensource.com/article/21/1/kubeedge: v2_locations: - edge-computing.md year: N/A + addition_method: manual https://opensource.com/article/21/1/kubernetes: content_hash: d8f497fba230c8b746d1c816e2d50df726020d268d747edf27e06e078ae111c0 description: '' @@ -175086,6 +185765,7 @@ https://opensource.com/article/21/1/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/21/10/chaos-engineering-kubernetes-ebook: content_hash: 9d53daed6932d9c4907ee8b06784cbe1688944d758fe77fcc1e92394d1faa802 description: '' @@ -175102,6 +185782,7 @@ https://opensource.com/article/21/10/chaos-engineering-kubernetes-ebook: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://opensource.com/article/21/10/check-java-jps: ai_summary: Curator Insight outlines checking Java virtual machine processes via JVM Process Status tool (`jps`). Live Grounding highlights its indispensability @@ -175132,6 +185813,7 @@ https://opensource.com/article/21/10/check-java-jps: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/10/kubernetes-networkpolicy: content_hash: b8f34d1b23d38a7ee35876d89906e9d4b0a1348e272ddfb920b0c2478595b749 description: '' @@ -175148,6 +185830,7 @@ https://opensource.com/article/21/10/kubernetes-networkpolicy: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://opensource.com/article/21/10/linux-tools-erase-data: ai_summary: Curator Insight explores 4 specialized Linux command line tools for secure block storage sanitation. Live Grounding indicates that with SSDs and cloud @@ -175178,6 +185861,7 @@ https://opensource.com/article/21/10/linux-tools-erase-data: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/10/linux-wget-command: ai_summary: Curator Insight details powerful command structures for the classic recursive download utility `wget`. Live Grounding points to its common implementation @@ -175207,6 +185891,7 @@ https://opensource.com/article/21/10/linux-wget-command: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/10/memory-stats-linux-smem: ai_summary: Curator Insight details `smem` as an advanced memory reporting utility that computes Proportional Set Size (PSS) and Unique Set Size (USS). Live Grounding @@ -175237,6 +185922,7 @@ https://opensource.com/article/21/10/memory-stats-linux-smem: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/10/podman-windows-wsl: content_hash: 3d649c3fb075a9b79ae5498c3488956c97d120170bf6dcc2d7d133685ab42d87 description: '' @@ -175253,6 +185939,7 @@ https://opensource.com/article/21/10/podman-windows-wsl: v2_locations: - container-managers.md year: N/A + addition_method: manual https://opensource.com/article/21/11/cicd-pipeline-kubernetes-tekton: content_hash: 334ad4f4ded9a80d1cd720706e48024ac4516a6538b61e3881aa072ed4a8aef6 description: '' @@ -175270,6 +185957,7 @@ https://opensource.com/article/21/11/cicd-pipeline-kubernetes-tekton: v2_locations: - tekton.md year: N/A + addition_method: manual https://opensource.com/article/21/11/cluster-logging-kubernetes: ai_summary: Provides an essential primer on the core Kubernetes logging architecture, explaining stdout/stderr streams, node-level log rotation, and log collector agents. @@ -175299,6 +185987,7 @@ https://opensource.com/article/21/11/cluster-logging-kubernetes: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://opensource.com/article/21/11/cron-linux: ai_summary: Curator Insight provides tips on executing scheduled background scripts using `cron`. Live Grounding confirms that while modern Kubernetes systems run @@ -175328,6 +186017,7 @@ https://opensource.com/article/21/11/cron-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/11/kubernetes-dynamic-scheduling-tekton: content_hash: 9e04bfb2fd306809b0e0b600043c9ddc8cf42ae470b3837fe46ffd342e4c15d0 description: '' @@ -175344,6 +186034,7 @@ https://opensource.com/article/21/11/kubernetes-dynamic-scheduling-tekton: v2_locations: - tekton.md year: N/A + addition_method: manual https://opensource.com/article/21/11/kubernetes-replicationcontroller: content_hash: 97ca23b26a110fe1ec7e76d1aa18e0fcbb921d9a7362524c71496d4beb77e981 description: '' @@ -175360,6 +186051,7 @@ https://opensource.com/article/21/11/kubernetes-replicationcontroller: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/21/11/open-source-12-factor-app-methodology: content_hash: 01f1d81175e6b7eeff38a2e49e64e257e00521ea86f101f8dddc2debd3f4cfb3 description: '' @@ -175376,6 +186068,7 @@ https://opensource.com/article/21/11/open-source-12-factor-app-methodology: v2_locations: - introduction.md year: N/A + addition_method: manual https://opensource.com/article/21/12/kubernetes-developer: ai_summary: A retrospective engineering article summarizing lessons learned from building and deploying microservices on Kubernetes. It highlights the paradigm @@ -175404,6 +186097,7 @@ https://opensource.com/article/21/12/kubernetes-developer: v2_locations: - helm.md year: N/A + addition_method: manual https://opensource.com/article/21/12/kubernetes-gatekeeper: content_hash: 6d0e78335d439daec07c91587da0941ab2829e4b645e20e8a1817d9e57161d2d description: '' @@ -175420,6 +186114,7 @@ https://opensource.com/article/21/12/kubernetes-gatekeeper: v2_locations: - demos.md year: N/A + addition_method: manual https://opensource.com/article/21/12/open-source-business-tools: content_hash: e2467e7a9d395596627062b8e2297166736e505b72a0e22a5640944293797115 description: '' @@ -175436,6 +186131,7 @@ https://opensource.com/article/21/12/open-source-business-tools: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://opensource.com/article/21/12/open-source-mind-mapping-drawio: content_hash: 2b00796ced0c08bd32623444d887f79b88e394675315a9f5e32ffba0fa1666b0 description: '' @@ -175447,6 +186143,7 @@ https://opensource.com/article/21/12/open-source-mind-mapping-drawio: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://opensource.com/article/21/12/open-source-security: ai_summary: 'Reviews five high-impact open-source security guidelines and registries created in 2021. Contrast: Curator Insight points to general documentation references, @@ -175475,6 +186172,7 @@ https://opensource.com/article/21/12/open-source-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://opensource.com/article/21/12/sigstore-container-images: ai_summary: Explains how developers can use Sigstore's Cosign integration to guarantee image authenticity. Highlights structural differences between classic PGP setups @@ -175503,6 +186201,7 @@ https://opensource.com/article/21/12/sigstore-container-images: v2_locations: - devsecops.md year: N/A + addition_method: manual https://opensource.com/article/21/2/ansible-origin-story: content_hash: e17735f6d6495433d56fe580849695463b07af7fcabeb318f6acbe3897f001ef description: '' @@ -175519,6 +186218,7 @@ https://opensource.com/article/21/2/ansible-origin-story: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/21/2/devsecops: ai_summary: 'A framework outlining the transition phases required to replace manual gates with continuous, automated pipeline security verification. Contrast: Curator @@ -175548,6 +186248,7 @@ https://opensource.com/article/21/2/devsecops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://opensource.com/article/21/2/kubernetes-namespaces: content_hash: d74af6f55a7aa87373921f023651472f17ab9b2d1d2637a24be76d0ffed61051 description: '' @@ -175564,6 +186265,7 @@ https://opensource.com/article/21/2/kubernetes-namespaces: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/21/2/linux-automation: content_hash: 6190979cc0a072bd38744ed2f6c260d408177980f2a7e0b32811219e3db9707c description: '' @@ -175580,6 +186282,7 @@ https://opensource.com/article/21/2/linux-automation: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/21/2/tempo-distributed-tracing: content_hash: 5ddefb99bfac95fbc33cad4b556ce08119170d95ff49267ec0e47ec2a7421814 description: '' @@ -175596,6 +186299,7 @@ https://opensource.com/article/21/2/tempo-distributed-tracing: v2_locations: - monitoring.md year: N/A + addition_method: manual https://opensource.com/article/21/3/ansible-collections: content_hash: acac89ef4ab1109344341cc60da0021b06ef41cc6e7598ecb5b60ac82c557e73 description: '' @@ -175613,6 +186317,7 @@ https://opensource.com/article/21/3/ansible-collections: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/21/3/ansible-sysadmin: content_hash: 8ecec6e7f647232520a90eb6b544a6153011a8863e94fb0324965065b6db225d description: '' @@ -175629,6 +186334,7 @@ https://opensource.com/article/21/3/ansible-sysadmin: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/21/3/devops-documentation: content_hash: 21bb027b50a6366392491bcf5fa6c5de0a7b5624bbfbd4fe9993b9f3f160072c description: '' @@ -175645,6 +186351,7 @@ https://opensource.com/article/21/3/devops-documentation: v2_locations: - devops.md year: N/A + addition_method: manual https://opensource.com/article/21/3/git-cherry-pick: ai_summary: Highlights specific practical scenarios where cherry-picking individual commits across branches is highly superior to full merges. Essential for surgical @@ -175673,6 +186380,7 @@ https://opensource.com/article/21/3/git-cherry-pick: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/21/3/gitops: content_hash: 5df6365de20d2731a13a4e889e412ca64d301a1ad466e8e8d1e410e3d670f611 description: '' @@ -175691,6 +186399,7 @@ https://opensource.com/article/21/3/gitops: - gitops.md - about.md year: N/A + addition_method: manual https://opensource.com/article/21/3/grep-cheat-sheet: ai_summary: Curator Insight details baseline pattern matching using the standard grep utility. Live Grounding emphasizes its absolute ubiquity across all Unix-like @@ -175720,6 +186429,7 @@ https://opensource.com/article/21/3/grep-cheat-sheet: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/3/service-mesh: content_hash: af0a0a1da26754aea490bddccf7975b52f2025759c48fd364b425ed4a44f0120 description: '' @@ -175736,6 +186446,7 @@ https://opensource.com/article/21/3/service-mesh: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://opensource.com/article/21/4/context-switching-git: ai_summary: Explores efficient productivity tactics for pivoting between hotfixes and active development cycles. Details native mechanisms including `git worktree` @@ -175764,12 +186475,14 @@ https://opensource.com/article/21/4/context-switching-git: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/21/4/event-streaming-rudderstack: content_hash: 9c9e5980e1ea73ec2fc554d34bb2298779a1ad6f4fba94f1c7bdd6e46373a170 health_score: 100.0 last_checked: 1779030522.185611 v1_locations: - docs/message-queue.md + addition_method: manual https://opensource.com/article/21/4/git-stash: ai_summary: A detailed tutorial on managing dirty working directories using the Git stash mechanism. Presents clear architectural logic on the stash stack, covering @@ -175799,6 +186512,7 @@ https://opensource.com/article/21/4/git-stash: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/21/4/git-whatchanged: ai_summary: Demystifies commands used to inspect repository changes over time, including 'git whatchanged', 'git log -p', and 'git show'. It explains historical command @@ -175828,6 +186542,7 @@ https://opensource.com/article/21/4/git-whatchanged: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/21/4/groovy-io: content_hash: 8dd62a7d3bd9384e4ac979ee4e6c30a7c7ecf7661511348529ee83c83abd3424 description: '' @@ -175844,6 +186559,7 @@ https://opensource.com/article/21/4/groovy-io: v2_locations: - jenkins.md year: N/A + addition_method: manual https://opensource.com/article/21/4/load-balancing: ai_summary: A high-level introductory guide to load balancing strategies. It explains the differences between Layer 4 (TCP) and Layer 7 (HTTP) routing algorithms, making @@ -175871,6 +186587,7 @@ https://opensource.com/article/21/4/load-balancing: v2_locations: - web-servers.md year: N/A + addition_method: manual https://opensource.com/article/21/4/process-json-data-ansible: ai_summary: Presents five robust approaches to parse, filter, and modify raw JSON parameters inside automated Ansible configurations. Focuses on using native filters @@ -175900,6 +186617,7 @@ https://opensource.com/article/21/4/process-json-data-ansible: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://opensource.com/article/21/4/visualize-data-eda: content_hash: 0a4043a3d440a51095648ef3bf3b18d23339b0fd79d63c23f2358f3bdf114d93 description: '' @@ -175917,6 +186635,7 @@ https://opensource.com/article/21/4/visualize-data-eda: v2_locations: - databases.md year: N/A + addition_method: manual https://opensource.com/article/21/5/jenkins-logs: content_hash: 8e76eacc9d1c839fd48d3ccc48d2bcb17950a2685662d79893d86d87b490e0b1 description: '' @@ -175933,6 +186652,7 @@ https://opensource.com/article/21/5/jenkins-logs: v2_locations: - jenkins.md year: N/A + addition_method: manual https://opensource.com/article/21/5/kubernetes-cheat-sheet: content_hash: 6272d582315323024ca81f089455d4f6da15a42dc16c9ef397b8087e52c8fd59 description: '' @@ -175949,6 +186669,7 @@ https://opensource.com/article/21/5/kubernetes-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/article/21/5/mysql-query-tuning: content_hash: a72e967557aaa66be1314d84a7bb3398eb18d38b85cbb39fd7f2b158e314f9ef description: '' @@ -175965,6 +186686,7 @@ https://opensource.com/article/21/5/mysql-query-tuning: v2_locations: - databases.md year: N/A + addition_method: manual https://opensource.com/article/21/5/python-38-features: content_hash: 0b26d2111a2b0f752fee6d5534f7e7151451f4cb9094d92213a22babdc1730f4 description: '' @@ -175982,6 +186704,7 @@ https://opensource.com/article/21/5/python-38-features: v2_locations: - python.md year: N/A + addition_method: manual https://opensource.com/article/21/6/bash-config: ai_summary: A step-by-step tutorial explaining how to parse standard configuration files natively in Bash. Evaluates structured file inputs (like INI or key-value @@ -176010,6 +186733,7 @@ https://opensource.com/article/21/6/bash-config: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/6/kustomize-kubernetes: content_hash: b9764bc2708720deb74afb44404e7fc86954cf2ec4fc2c766d1e7182bcb5ba88 description: '' @@ -176026,6 +186750,7 @@ https://opensource.com/article/21/6/kustomize-kubernetes: v2_locations: - kustomize.md year: N/A + addition_method: manual https://opensource.com/article/21/6/migrate-vms-kubernetes-forklift: content_hash: c107b18a084266e6c92b5fc95306fab2c934dcd97b7d077c2baf9e536cebd8d4 description: '' @@ -176043,6 +186768,7 @@ https://opensource.com/article/21/6/migrate-vms-kubernetes-forklift: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://opensource.com/article/21/7/automating-argo-cd: ai_summary: Demonstrates automated resource creation setups in Argo CD. Guides administrators in defining dynamic generators to instantiate isolated tenant clusters without @@ -176071,6 +186797,7 @@ https://opensource.com/article/21/7/automating-argo-cd: v2_locations: - argo.md year: N/A + addition_method: manual https://opensource.com/article/21/7/check-disk-space-linux-du: ai_summary: Curator Insight explores the usage of the classic `du` disk usage command. Live Grounding confirms that while interactive visual tools like `ncdu` offer @@ -176100,6 +186827,7 @@ https://opensource.com/article/21/7/check-disk-space-linux-du: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/7/developer-productivity-linux: content_hash: 843c9f34ecb7e46c71b17382df00194bf433cab9293595b404e4dfe30d4ece66 description: '' @@ -176117,6 +186845,7 @@ https://opensource.com/article/21/7/developer-productivity-linux: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://opensource.com/article/21/7/kubectl: content_hash: 6abfcd0ea39d9397671f26851ee5122228fa5c47cc42bdd19d7db49c64120dd3 description: '' @@ -176133,6 +186862,7 @@ https://opensource.com/article/21/7/kubectl: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://opensource.com/article/21/7/linux-podman: content_hash: fca417b6b48ebaf5282f6587f0850adea31ecf2500edeaa8dd40abd2d4a9e233 description: '' @@ -176149,6 +186879,7 @@ https://opensource.com/article/21/7/linux-podman: v2_locations: - container-managers.md year: N/A + addition_method: manual https://opensource.com/article/21/7/open-source-invoicing-po: content_hash: c2980e45bb57719eb58ecdcd91e535e213d97e1c64b8f365f59289bf14e2a4df description: '' @@ -176165,6 +186896,7 @@ https://opensource.com/article/21/7/open-source-invoicing-po: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://opensource.com/article/21/7/parse-xml-linux: ai_summary: Curator Insight introduces XMLStarlet for command-line XML parsing and schema transformation. Live Grounding confirms that despite the widespread pivot @@ -176195,6 +186927,7 @@ https://opensource.com/article/21/7/parse-xml-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/7/run-prometheus-home-container: content_hash: 7daa2ffc959189a907b0a5e5d8c260d196ecf737c6d48aeb5825001999a7a07c description: '' @@ -176211,6 +186944,7 @@ https://opensource.com/article/21/7/run-prometheus-home-container: v2_locations: - prometheus.md year: N/A + addition_method: manual https://opensource.com/article/21/7/system-administrators: content_hash: 264b5dabab73694654a8db6717eb199cb66b1a6abe6b4f3dc4859c65e7f678f2 description: '' @@ -176227,6 +186961,7 @@ https://opensource.com/article/21/7/system-administrators: v2_locations: - introduction.md year: N/A + addition_method: manual https://opensource.com/article/21/7/wildfly: content_hash: 0d0f458227503b8aa82149bab003a1f70ae1b330e5251dc328bb6ea2a5235490 description: '' @@ -176243,6 +186978,7 @@ https://opensource.com/article/21/7/wildfly: v2_locations: - java_app_servers.md year: N/A + addition_method: manual https://opensource.com/article/21/8/argo-cd: content_hash: a29406645a4687a9dfb0d2af4260271c06026d5704499aeeb8c13213dd99da6d description: '' @@ -176259,6 +186995,7 @@ https://opensource.com/article/21/8/argo-cd: v2_locations: - demos.md year: N/A + addition_method: manual https://opensource.com/article/21/8/container-image: content_hash: 53a439c764629d8b61ec4b62dba8c98b67e657080f6ba539b47dab4400df1a5c description: '' @@ -176275,6 +187012,7 @@ https://opensource.com/article/21/8/container-image: v2_locations: - docker.md year: N/A + addition_method: manual https://opensource.com/article/21/8/gitops: content_hash: 269f048d774beb9839aaa45a5bc7fd55f4b973287012a8c52050d9a43b8bd8ec description: '' @@ -176291,6 +187029,7 @@ https://opensource.com/article/21/8/gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://opensource.com/article/21/8/linux-stat-file-status: ai_summary: Curator Insight introduces the `stat` command for deep-dive analysis of file and file system status. Live Grounding showcases its usage in automated @@ -176320,6 +187059,7 @@ https://opensource.com/article/21/8/linux-stat-file-status: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/8/option-parsing-bash: ai_summary: This guide explains standard option parsing techniques in shell scripts using built-in commands like `getopts`. Helps build intuitive command-line flags @@ -176348,6 +187088,7 @@ https://opensource.com/article/21/8/option-parsing-bash: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/21/8/python-argparse: content_hash: 22780638211e61ab99642aa3e17713f92907451bcfdfa49876386d24e82b5e65 description: '' @@ -176364,6 +187105,7 @@ https://opensource.com/article/21/8/python-argparse: v2_locations: - python.md year: N/A + addition_method: manual https://opensource.com/article/21/8/terraform-deploy-helm: content_hash: 109d410018063279d4ab13cb0dbc77119016abb33036c2ac5c75eceeda9c6414 description: '' @@ -176381,6 +187123,7 @@ https://opensource.com/article/21/8/terraform-deploy-helm: v2_locations: - terraform.md year: N/A + addition_method: manual https://opensource.com/article/21/8/terraform-tips: content_hash: 548e2a4dcd9f51d7257ca3ed528e49513bb00c2b8b5c291ac84c4a6f89695f91 description: '' @@ -176397,6 +187140,7 @@ https://opensource.com/article/21/8/terraform-tips: v2_locations: - terraform.md year: N/A + addition_method: manual https://opensource.com/article/21/9/alternatives-zoom: content_hash: 1dbb12ab3d26e386838d38f18f899ba5428508dc9ac4efa6f5e584d7b308c8ef description: '' @@ -176413,6 +187157,7 @@ https://opensource.com/article/21/9/alternatives-zoom: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://opensource.com/article/21/9/ansible-anacron-automation: content_hash: 69450891a83fd8ec81153333046cee452c0d3b34b35ce5a3eb73a9b5af72d575 description: '' @@ -176429,6 +187174,7 @@ https://opensource.com/article/21/9/ansible-anacron-automation: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/21/9/ansible-rest-apis: content_hash: 1a3d151462f75be96bca55b4d72287224c4b520d69f11a251693da0c000a468e description: '' @@ -176447,6 +187193,7 @@ https://opensource.com/article/21/9/ansible-rest-apis: - ansible.md - about.md year: N/A + addition_method: manual https://opensource.com/article/21/9/build-website-jekyll: ai_summary: 'A deep-dive guide to Jekyll, the Ruby-based static site generator that powers GitHub Pages default build actions. Outlines site configuration, directory @@ -176478,6 +187225,7 @@ https://opensource.com/article/21/9/build-website-jekyll: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://opensource.com/article/21/9/keep-folders-tidy-ansible: content_hash: 716fbbfdab5dc5977d9b3f95fc91895d84cd1b5d124dbbc794fe148206648ec4 description: '' @@ -176494,6 +187242,7 @@ https://opensource.com/article/21/9/keep-folders-tidy-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/21/9/unit-test-python: content_hash: 12b8f58d15975389d14a0beab43417e974f10eb942475ee9354ed7a607e9a953 description: '' @@ -176510,6 +187259,7 @@ https://opensource.com/article/21/9/unit-test-python: v2_locations: - api.md year: N/A + addition_method: manual https://opensource.com/article/21/9/yaml-cheat-sheet: ai_summary: Curator Insight acts as an advanced quick-reference cheat sheet for writing clean and readable YAML schemas. Live Grounding points out how understanding @@ -176539,6 +187289,7 @@ https://opensource.com/article/21/9/yaml-cheat-sheet: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://opensource.com/article/22/1/learn-ansible: content_hash: b9131c2bc2e30a4a078d2d0c766f7d2bf3760e0d465cec9acb79552632880c4e description: '' @@ -176555,6 +187306,7 @@ https://opensource.com/article/22/1/learn-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://opensource.com/article/22/1/open-source-testing-framework: content_hash: e83c008504d99fd36ccfbe979f1cb9abf97c9cf6a5559d81ae93455e17fef89f description: '' @@ -176571,6 +187323,7 @@ https://opensource.com/article/22/1/open-source-testing-framework: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://opensource.com/article/22/1/record-terminal-session-asciinema: ai_summary: Curator Insight details asciinema for recording CLI sessions into lightweight, text-based logs instead of video. Live Grounding confirms asciinema's position @@ -176601,6 +187354,7 @@ https://opensource.com/article/22/1/record-terminal-session-asciinema: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/article/22/1/rocketchat-data-privacy: content_hash: 206d98953aee57f14f007203629447b711f37f59cdeaef865ec19e15755a4528 description: '' @@ -176617,6 +187371,7 @@ https://opensource.com/article/22/1/rocketchat-data-privacy: v2_locations: - openshift.md year: N/A + addition_method: manual https://opensource.com/article/22/1/run-containers-without-sudo-podman: content_hash: bdeb5f100271c3582fd07945a91864cc3d7dfa1a12ffec2f31ed397c863644b6 description: '' @@ -176633,6 +187388,7 @@ https://opensource.com/article/22/1/run-containers-without-sudo-podman: v2_locations: - container-managers.md year: N/A + addition_method: manual https://opensource.com/article/22/1/unit-testing-googletest-ctest: content_hash: 640b88f4da842f2f2cb726eb719538810c6678164bce2ff57f734f909516c6d4 description: '' @@ -176649,6 +187405,7 @@ https://opensource.com/article/22/1/unit-testing-googletest-ctest: v2_locations: - qa.md year: N/A + addition_method: manual https://opensource.com/article/22/12/ddev: content_hash: 8f955a9ee0815525a11a4a14f00d895ad8a0ef3e617aebf418e7bd531ae27d2c description: '' @@ -176666,6 +187423,7 @@ https://opensource.com/article/22/12/ddev: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://opensource.com/article/22/2/kubernetes-architecture: content_hash: f95c3984e3e68c127cf4f18ecc5e5412e7efdc428e7400772ea8632045651c99 description: '' @@ -176682,6 +187440,7 @@ https://opensource.com/article/22/2/kubernetes-architecture: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/22/3/visual-map-kubernetes-deployment: content_hash: 89b242d380e7182e69afff2d97ad307d369445893b35ac48879c8a56f6c787bc description: '' @@ -176698,6 +187457,7 @@ https://opensource.com/article/22/3/visual-map-kubernetes-deployment: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.com/article/22/4/customize-git-subcommands: ai_summary: Explains Git's extension architecture, showing how script files named 'git-*' added to system executable paths automatically register as custom subcommands. @@ -176726,6 +187486,7 @@ https://opensource.com/article/22/4/customize-git-subcommands: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/22/4/git-branches: ai_summary: Utilizes tactile physical analogies (LEGO bricks) to demystify branch divergence, merging, and revision lineage. Highly useful for non-technical project @@ -176755,6 +187516,7 @@ https://opensource.com/article/22/4/git-branches: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/22/4/git-push: ai_summary: Comprehensive manual covering safe patterns of pushing code, focusing on options like '--force-with-lease' versus '--force'. Provides patterns to protect @@ -176783,6 +187545,7 @@ https://opensource.com/article/22/4/git-push: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/22/4/git-tips: content_hash: 8ed5d8866fab5f9f4bb7ffbf1cdf6a5bee687cd7ac015e4ba69ad96e8837381b description: '' @@ -176799,6 +187562,7 @@ https://opensource.com/article/22/4/git-tips: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/article/22/4/manage-git-commits-rebase-i-command: ai_summary: An expert-level exploration of the Git interactive rebase workflow. It explains how to restructure commits, fixup historical errors, drop unwanted @@ -176829,6 +187593,7 @@ https://opensource.com/article/22/4/manage-git-commits-rebase-i-command: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/article/22/4/open-source-tools-developing-cloud: content_hash: 97c4677ad60e26136db932c1820ea8668bceb89b168121f542a1695025a77a65 description: '' @@ -176845,6 +187610,7 @@ https://opensource.com/article/22/4/open-source-tools-developing-cloud: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://opensource.com/downloads/ansible-k8s-cheat-sheet: content_hash: 280934e24869a48f87344514a5ee4d74c85c0d60d674f4b8a5f5c5c6eb612571 description: '' @@ -176861,6 +187627,7 @@ https://opensource.com/downloads/ansible-k8s-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/downloads/bash-programming-guide: ai_summary: An intensive, downloadable ebook designed to guide administrators from foundational scripting to structured program creation in Bash. Teaches logic flow, @@ -176889,6 +187656,7 @@ https://opensource.com/downloads/bash-programming-guide: v2_locations: - linux.md year: N/A + addition_method: manual https://opensource.com/downloads/gnu-screen-cheat-sheet: content_hash: d42ac072993c85828adb8914e0c0e70dd1cb156ef9fef11d1bd4bbbf84755ea4 description: '' @@ -176905,6 +187673,7 @@ https://opensource.com/downloads/gnu-screen-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/downloads/javascript-cheat-sheet: content_hash: b989e37dba0bb9dd5b8888e33b24653f32483cffd1aaa00bd05d7cc86388473f description: '' @@ -176921,6 +187690,7 @@ https://opensource.com/downloads/javascript-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/downloads/jupyterlab-cheat-sheet: content_hash: 170387b5db303dfcf2034fa31e23629ebd2a94d836b941af74ad95310e887c55 description: '' @@ -176937,6 +187707,7 @@ https://opensource.com/downloads/jupyterlab-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/downloads/logrotate-cheat-sheet: content_hash: cb2907bec996214547660df320c7e48f8eeecd2748e4a2af66816596cb8243dd description: '' @@ -176953,6 +187724,7 @@ https://opensource.com/downloads/logrotate-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/downloads/mariadb-mysql-cheat-sheet: content_hash: f7c5688a9981ccb97c9327730ed835da05389448cad4dd101bf2e35b25db0a25 description: '' @@ -176969,6 +187741,7 @@ https://opensource.com/downloads/mariadb-mysql-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/downloads/parted-cheat-sheet: content_hash: 65d2b157c685f165e7f0c06cebe98c71a1c549397b9ad03f1e5450cbcdf15d71 description: '' @@ -176985,6 +187758,7 @@ https://opensource.com/downloads/parted-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/downloads/watch-cheat-sheet: content_hash: 48b57532a0899f0a4ce920dfa2ad7e4132168edc7ddafd9b59d1f9cff4697ff0 description: '' @@ -177001,6 +187775,7 @@ https://opensource.com/downloads/watch-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://opensource.com/life/16/2/how-use-python-hack-your-ide: content_hash: e7e0e9f9b0027a5ef70471657296a2e105c3275afbec9e7692b752b45232df45 description: '' @@ -177017,6 +187792,7 @@ https://opensource.com/life/16/2/how-use-python-hack-your-ide: v2_locations: - python.md year: N/A + addition_method: manual https://opensource.com/life/16/7/how-restore-older-file-versions-git: ai_summary: A targeted guide explaining the differences between `git checkout`, `git reset`, and `git revert` when restoring older files. It provides clear, risk-aware @@ -177045,6 +187821,7 @@ https://opensource.com/life/16/7/how-restore-older-file-versions-git: v2_locations: - git.md year: N/A + addition_method: manual https://opensource.com/tags/kubernetes: content_hash: 11ccf7088f65c70f9505a0ae494c446a54bb49a35a6b9b99080a3af28954c29d description: '' @@ -177061,6 +187838,7 @@ https://opensource.com/tags/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://opensource.google/projects/prometheus-slo-burn-example: content_hash: 5b6d8e3acaff84cdc3c9f594dcb9affd28189fdbc28b7895622dfb4158a4f230 description: '' @@ -177072,6 +187850,7 @@ https://opensource.google/projects/prometheus-slo-burn-example: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://opensource.googleblog.com/2020/03/kpt-packaging-up-your-kubernetes.html: content_hash: 168c09716935f959b776fb98caa2f9b0f2fdd51330648679537056fd64617e76 description: '' @@ -177089,6 +187868,7 @@ https://opensource.googleblog.com/2020/03/kpt-packaging-up-your-kubernetes.html: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://opensource.googleblog.com/2020/05/the-tekton-pipelines-beta-release.html: content_hash: d4e2b0104b2904653193130365aee58546fafdd409af2806d8f7c0d6f471211f description: '' @@ -177105,6 +187885,7 @@ https://opensource.googleblog.com/2020/05/the-tekton-pipelines-beta-release.html v2_locations: - tekton.md year: N/A + addition_method: manual https://opensource.googleblog.com/2020/11/kubernetes-efficient-multi-zone.html: content_hash: 1d2c6a4d805d3b09ce4c3c1ac9e9ed9db2d114f9975aa905274471e49507f6d0 description: '' @@ -177122,6 +187903,7 @@ https://opensource.googleblog.com/2020/11/kubernetes-efficient-multi-zone.html: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://opensource.googleblog.com/2022/01/Introducing%20Ephemeral%20Containers.html: content_hash: 70ba4c58f5b46484f3bc224623e5edaf3112ca0c37a7536411b9b9e11705d3f4 description: '' @@ -177138,6 +187920,7 @@ https://opensource.googleblog.com/2022/01/Introducing%20Ephemeral%20Containers.h v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://opensource.guide: content_hash: 6fc754fc198fab27ef78ad497b3ef8d0a3f39bc1bdbd0cf69264dc61c6d5fb44 description: '' @@ -177148,6 +187931,7 @@ https://opensource.guide: title: Open Source Guides v1_locations: [] year: N/A + addition_method: manual ? https://opensource.microsoft.com/blog/2021/07/09/simple-steps-to-create-scalable-processes-to-deploy-ml-models-as-microservices : content_hash: 4cfa6cb6094ec7699fddafca4d0aa3d641d40a13b2c387c1261a6c84872e9df7 health_score: 100.0 @@ -177160,6 +187944,7 @@ https://opensource.guide: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://opensource.substack.com/p/all-you-need-to-know-about-gitops: content_hash: N/A description: '' @@ -177174,6 +187959,7 @@ https://opensource.substack.com/p/all-you-need-to-know-about-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://opentelemetry.io: content_hash: b839a0fba2f943b8306795fb28cc107445191679c49680b91a7979142e11b878 description: '' @@ -177191,6 +187977,7 @@ https://opentelemetry.io: v2_locations: - monitoring.md year: N/A + addition_method: manual https://opentelemetry.io/blog/2023/k8s-runtime-observability: ai_summary: Provides step-by-step guidance on provisioning a Kubernetes cluster with built-in runtime observability using OpenTelemetry. It details standardizing @@ -177219,6 +188006,7 @@ https://opentelemetry.io/blog/2023/k8s-runtime-observability: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://opentracing.io: content_hash: 3be8dd86992497c722e6b8166da9e990ef5cfdb9354c005c8e70d7a76edd6d2e description: '' @@ -177235,6 +188023,7 @@ https://opentracing.io: v2_locations: - monitoring.md year: N/A + addition_method: manual https://openvim.com: ai_summary: 'An interactive, web-based sandbox designed to teach basic Vim command sequences interactively in a simulated terminal environment. Includes step-by-step @@ -177264,6 +188053,7 @@ https://openvim.com: v2_locations: - linux.md year: N/A + addition_method: manual https://openwebinars.net/blog/13-errores-que-cometes-como-manager: content_hash: 85fdc71d16b81f0b444893b47edd04be4d741652322044b93c23d2bc75928c38 description: '' @@ -177280,6 +188070,7 @@ https://openwebinars.net/blog/13-errores-que-cometes-como-manager: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://openwhisk.apache.org: content_hash: c6b0ff098fb3a500bd0e914aaa97c01d468b9cedb81ea99432613e365d8acceb description: '' @@ -177296,6 +188087,7 @@ https://openwhisk.apache.org: v2_locations: - serverless.md year: N/A + addition_method: manual https://operatorframework.io/operator-capabilities: content_hash: ba0c4a14259a117a816aa42f716d79c13ed716708e0ecedc48bb60429ceecc78 description: '' @@ -177312,6 +188104,7 @@ https://operatorframework.io/operator-capabilities: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://operatorhub.io: content_hash: fab17f70f1680caa5f3bed130ef1a2d617477cf4be27db486d76e3f23e5585b6 description: '' @@ -177330,12 +188123,14 @@ https://operatorhub.io: - ocp4.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://operatorhub.io/operator/banzaicloud-kafka-operator: content_hash: fab17f70f1680caa5f3bed130ef1a2d617477cf4be27db486d76e3f23e5585b6 health_score: 100.0 last_checked: 1779031328.936709 v1_locations: - docs/monitoring.md + addition_method: manual https://operatorhub.io/operator/kubefed-operator: content_hash: fab17f70f1680caa5f3bed130ef1a2d617477cf4be27db486d76e3f23e5585b6 description: '' @@ -177352,6 +188147,7 @@ https://operatorhub.io/operator/kubefed-operator: v2_locations: - ocp3.md year: N/A + addition_method: manual https://operatorhub.io/operator/kubestone: content_hash: fab17f70f1680caa5f3bed130ef1a2d617477cf4be27db486d76e3f23e5585b6 description: '' @@ -177368,6 +188164,7 @@ https://operatorhub.io/operator/kubestone: v2_locations: - ocp4.md year: N/A + addition_method: manual https://operatorhub.io/operator/quay: content_hash: fab17f70f1680caa5f3bed130ef1a2d617477cf4be27db486d76e3f23e5585b6 description: '' @@ -177384,6 +188181,7 @@ https://operatorhub.io/operator/quay: v2_locations: - ocp4.md year: N/A + addition_method: manual https://operatorhub.io/operator/robin-operator: content_hash: fab17f70f1680caa5f3bed130ef1a2d617477cf4be27db486d76e3f23e5585b6 description: '' @@ -177400,6 +188198,7 @@ https://operatorhub.io/operator/robin-operator: v2_locations: - ocp4.md year: N/A + addition_method: manual https://operatorhub.io/operator/rook-ceph: content_hash: fab17f70f1680caa5f3bed130ef1a2d617477cf4be27db486d76e3f23e5585b6 description: '' @@ -177418,12 +188217,14 @@ https://operatorhub.io/operator/rook-ceph: - ocp4.md - kubernetes-storage.md year: N/A + addition_method: manual https://operatorhub.io/operator/strimzi-kafka-operator: content_hash: fab17f70f1680caa5f3bed130ef1a2d617477cf4be27db486d76e3f23e5585b6 health_score: 100.0 last_checked: 1779030228.528257 v1_locations: - docs/monitoring.md + addition_method: manual https://opsdis.com/custom-monitoring-solution-with-grafana-prometheus-and-loki: content_hash: 46faab488312644d156f35b676a5316372e226700ad9c58ea160efa3359d7d57 description: '' @@ -177436,6 +188237,7 @@ https://opsdis.com/custom-monitoring-solution-with-grafana-prometheus-and-loki: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://opssorry.substack.com/p/gitops-a-simple-approach-to-using: content_hash: N/A description: '' @@ -177451,6 +188253,7 @@ https://opssorry.substack.com/p/gitops-a-simple-approach-to-using: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://opstree.github.io: content_hash: 56d6bc9ae97cb95be43f479e94839a1650f974a8b80b370f7e90382fc7547062 description: '' @@ -177462,6 +188265,7 @@ https://opstree.github.io: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://orange-quarter.com/upskill-yourself-with-these-5-devops-resources: content_hash: 53f88bf13c013750d907f648f71e338beafc2acf09f8118486c900145d3c8b17 description: '' @@ -177477,6 +188281,7 @@ https://orange-quarter.com/upskill-yourself-with-these-5-devops-resources: v2_locations: - devops.md year: N/A + addition_method: manual https://oravirt.wordpress.com/2014/10/01/getting-started-with-ansible-oracle: content_hash: 36742631ffacaa7a9edb7f3a59fed3bc2dc7620cf6408593c7fe1d320dd91411 description: '' @@ -177493,6 +188298,7 @@ https://oravirt.wordpress.com/2014/10/01/getting-started-with-ansible-oracle: v2_locations: - ansible.md year: N/A + addition_method: manual https://oravirt.wordpress.com/2014/11/05/changes-in-ansible-oracle-v1-2: content_hash: 8067b377fce1f34c30b9b3df1c4af112418b2d3d7779e128e7b7bfcb4d30a70b description: '' @@ -177509,6 +188315,7 @@ https://oravirt.wordpress.com/2014/11/05/changes-in-ansible-oracle-v1-2: v2_locations: - ansible.md year: N/A + addition_method: manual https://orchest.io: content_hash: d7272ab320201f42b0393687e0c03ed2466398cf1fdbef3a20890d5971525691 health_score: 100.0 @@ -177520,6 +188327,7 @@ https://orchest.io: - docs/python.md v2_locations: - python.md + addition_method: manual https://orchestrate.io: content_hash: N/A description: '' @@ -177534,6 +188342,7 @@ https://orchestrate.io: v2_locations: - nosql.md year: N/A + addition_method: manual https://ordina-jworks.github.io/cloud/2020/08/28/kubernetes-clients-comparison.html: content_hash: N/A description: '' @@ -177548,6 +188357,7 @@ https://ordina-jworks.github.io/cloud/2020/08/28/kubernetes-clients-comparison.h v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://ostechnix.com/kubernetes-features: content_hash: N/A description: '' @@ -177562,6 +188372,7 @@ https://ostechnix.com/kubernetes-features: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://ot-container-kit.github.io/k8s-vault-webhook: ai_summary: An admission webhook targeting automated HashiCorp Vault secrets injection inside pod templates. Replaces the necessity for heavy sidecar container orchestration @@ -177591,6 +188402,7 @@ https://ot-container-kit.github.io/k8s-vault-webhook: - devsecops.md - kubernetes-tools.md year: N/A + addition_method: manual https://otomi.io: content_hash: N/A description: '' @@ -177605,6 +188417,7 @@ https://otomi.io: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://otterize.com/blog/mastering-kubernetes-networking-otterize-s-journey-in-cloud-native-packet-management: content_hash: 758775c46bd3a1b1c7da71ddbbc508cb6853502c44c361b707cfaf2a9d829781 description: '' @@ -177617,6 +188430,7 @@ https://otterize.com/blog/mastering-kubernetes-networking-otterize-s-journey-in- v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://outdated.sh: content_hash: N/A description: '' @@ -177631,6 +188445,7 @@ https://outdated.sh: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://overcast.blog/15-cloud-native-devops-tools-you-should-know-36129057a15c: content_hash: N/A description: '' @@ -177645,6 +188460,7 @@ https://overcast.blog/15-cloud-native-devops-tools-you-should-know-36129057a15c: v2_locations: - devops.md year: N/A + addition_method: manual https://overcast.blog/gitops-with-argocd-for-kubernetes-tips-and-tricks-4b926ba75f88: content_hash: N/A description: '' @@ -177659,6 +188475,7 @@ https://overcast.blog/gitops-with-argocd-for-kubernetes-tips-and-tricks-4b926ba7 v2_locations: - argo.md year: N/A + addition_method: manual https://overcast.blog/kubernetes-argocd-gitlab-webhook-configuration-30bc5a75139e: content_hash: N/A description: '' @@ -177673,6 +188490,7 @@ https://overcast.blog/kubernetes-argocd-gitlab-webhook-configuration-30bc5a75139 v2_locations: - argo.md year: N/A + addition_method: manual https://overcast.blog/kubernetes-service-accounts-a-practical-guide-f99c1ed65483: content_hash: N/A description: '' @@ -177687,6 +188505,7 @@ https://overcast.blog/kubernetes-service-accounts-a-practical-guide-f99c1ed65483 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://overmind.tech/blog/is-observability-relevant-for-terraform: content_hash: 8dad46f54a0ac6f95dd097846360e006db4e6c458d4e3e8aa556fdf5cd8baa5d description: '' @@ -177703,6 +188522,7 @@ https://overmind.tech/blog/is-observability-relevant-for-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://ovidiuborlean.medium.com/networking-latency-measurement-in-kubernetes-with-sockperf-plugin-68283a0ed989: content_hash: N/A description: '' @@ -177718,6 +188538,7 @@ https://ovidiuborlean.medium.com/networking-latency-measurement-in-kubernetes-wi v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://owasp.org/www-project-api-security: ai_summary: The official resource for OWASP API Security Top 10, detailing the most critical API vulnerability strategies (e.g., BOLA, Broken Object Level Authorization). @@ -177746,6 +188567,7 @@ https://owasp.org/www-project-api-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://owasp.org/www-project-kubernetes-top-ten: ai_summary: The official OWASP Kubernetes Top 10 project cataloging critical security issues. Helps engineering teams understand threat models ranging from insecure @@ -177773,6 +188595,7 @@ https://owasp.org/www-project-kubernetes-top-ten: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://oxylabs.io/blog/python-web-scraping: content_hash: 30e56c4f04c45e12d55f6e9c58910ac28dad7f46a8a4f12e975cc98006cad7a3 description: '' @@ -177789,6 +188612,7 @@ https://oxylabs.io/blog/python-web-scraping: v2_locations: - python.md year: N/A + addition_method: manual https://p2theme.com: content_hash: 556f1def82cfb31f03fbc89dfc189da12dd92599a95cdb7b86abb7f86f262486 description: '' @@ -177800,6 +188624,7 @@ https://p2theme.com: v1_locations: - docs/workfromhome.md year: N/A + addition_method: manual https://packer.io: content_hash: 8be67f6953aafe0d0cae304f4d5e533780ee49d30b1c9604726af479300d661c description: '' @@ -177811,6 +188636,7 @@ https://packer.io: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://packetpushers.net/podcasts/kubernetes-unpacked/ku046-do-kubernetes-certs-prepare-you-for-real-world-production: content_hash: a4e48f4476f58f23cffa29e5a0c9202dcb05f6c9707ed6a9c3b7b9e619c8adb4 description: '' @@ -177828,6 +188654,7 @@ https://packetpushers.net/podcasts/kubernetes-unpacked/ku046-do-kubernetes-certs - kubernetes.md - index.md year: N/A + addition_method: manual https://pages.awscloud.com/GLOBAL-partner-DL-DevOps-weaveworks-ebook-2020-learn.html: ai_summary: Collaboratively published eBook introducing declarative GitOps operating models for EKS using Weaveworks technology. Outlines infrastructure-as-code, audit @@ -177857,6 +188684,7 @@ https://pages.awscloud.com/GLOBAL-partner-DL-DevOps-weaveworks-ebook-2020-learn. v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://pages.github.com: ai_summary: 'A static site hosting service offered directly by GitHub that takes HTML, CSS, and JavaScript files straight from a repository, optionally running @@ -177887,6 +188715,7 @@ https://pages.github.com: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://pagure.io/copr/copr: ai_summary: The primary source code repository for the Fedora Copr build system. Written in Python and C, it manages the backend queue, build systems, and user-facing @@ -177914,6 +188743,7 @@ https://pagure.io/copr/copr: v2_locations: - linux.md year: N/A + addition_method: manual ? https://paigeshin1991.medium.com/drop-nuclear-bomb-on-your-aws-services-how-to-clear-your-entire-aws-account-in-3-seconds-53f28928e09c : content_hash: N/A description: '' @@ -177929,6 +188759,7 @@ https://pagure.io/copr/copr: v2_locations: - aws.md year: N/A + addition_method: manual https://palaemon.io: content_hash: cd23991b4e02a17e5a224a1f8265c5a187ab366b40b8f8a14608371feb8f6e25 description: '' @@ -177945,6 +188776,7 @@ https://palaemon.io: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://palak-bhawsar.hashnode.dev/automated-cicd-pipeline-for-java-project: content_hash: N/A description: '' @@ -177959,6 +188791,7 @@ https://palak-bhawsar.hashnode.dev/automated-cicd-pipeline-for-java-project: v2_locations: - jenkins.md year: N/A + addition_method: manual https://palark.com/blog/advanced-helm-templating: ai_summary: Deep architectural guide focused on unlocking Go template capabilities in Helm. Teaches loop logic, conditional scopes, and standard library variables @@ -177981,6 +188814,7 @@ https://palark.com/blog/advanced-helm-templating: v2_locations: - helm.md year: '2021' + addition_method: manual https://palark.com/blog/best-practices-kubernetes-part-1: content_hash: 905eed66f09746942b41591a31a1ed398ffa73a3fb4096858de0ad3382790e90 health_score: 100.0 @@ -177993,6 +188827,7 @@ https://palark.com/blog/best-practices-kubernetes-part-1: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://palark.com/blog/best-practices-kubernetes-part-2: content_hash: 7a74e6658bfbbf90193d0a19c85483dd7f305c183a9d92bb9eb56d011b671e2e health_score: 100.0 @@ -178000,6 +188835,7 @@ https://palark.com/blog/best-practices-kubernetes-part-2: needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://palark.com/blog/chaos-engineering-in-kubernetes-open-source-tools: content_hash: bae09de395863e712cbde185ff95bfe425a32e86ef50253c7faf79906d76ddba health_score: 100.0 @@ -178012,6 +188848,7 @@ https://palark.com/blog/chaos-engineering-in-kubernetes-open-source-tools: - docs/chaos-engineering.md v2_locations: - chaos-engineering.md + addition_method: manual https://palark.com/blog/chaos-mesh-in-kubernetes: content_hash: 93378cca8d16ba0100aab398a2424b51ce17acef1b4abb02ec43b1ccc56ad033 health_score: 100.0 @@ -178024,6 +188861,7 @@ https://palark.com/blog/chaos-mesh-in-kubernetes: - docs/chaos-engineering.md v2_locations: - chaos-engineering.md + addition_method: manual https://palark.com/blog/comparing-ingress-controllers-for-kubernetes: content_hash: c6b0dd353dfae44b3a55381e8a04a1fdd0fa079d471be810095ddc97b3af24a5 health_score: 100.0 @@ -178036,6 +188874,7 @@ https://palark.com/blog/comparing-ingress-controllers-for-kubernetes: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://palark.com/blog/comparing-kubernetes-operators-for-postgresql: content_hash: 272d73556492d8642f06ea7b86f0a161678c9e7486e6dba9bd475291603a0288 health_score: 100.0 @@ -178048,6 +188887,7 @@ https://palark.com/blog/comparing-kubernetes-operators-for-postgresql: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://palark.com/blog/failure-stories-elasticsearch-migration-within-kubernetes: content_hash: aa4c9604c0cb0cdd809d3358cd84c0c97358bfa40690a8d4d5802e70bbb1c75a health_score: 100.0 @@ -178060,6 +188900,7 @@ https://palark.com/blog/failure-stories-elasticsearch-migration-within-kubernete - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://palark.com/blog/ha-keycloak-infinispan-kubernetes: ai_summary: A highly technical guide focusing on running fault-tolerant Keycloak deployments using Infinispan for cross-site distributed caching inside Kubernetes. @@ -178082,6 +188923,7 @@ https://palark.com/blog/ha-keycloak-infinispan-kubernetes: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://palark.com/blog/kubenav-managing-kubernetes-from-smartphone: ai_summary: Details kubenav, illustrating how mobile administrators can securely interact with multi-cluster APIs from mobile operating systems. @@ -178103,6 +188945,7 @@ https://palark.com/blog/kubenav-managing-kubernetes-from-smartphone: v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://palark.com/blog/kubernetes-configmap-guide: content_hash: c1d2c21620ca1e4606aaf3f298e3fc7c04da22dbc2f0aedeffc80e6c8593635b health_score: 100.0 @@ -178115,6 +188958,7 @@ https://palark.com/blog/kubernetes-configmap-guide: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://palark.com/blog/kubernetes-security-with-kube-bench-and-kube-hunter: ai_summary: Explores proactive vulnerability scanning and automated compliance verification using kube-bench and kube-hunter. Compares their execution models to establish @@ -178137,6 +188981,7 @@ https://palark.com/blog/kubernetes-security-with-kube-bench-and-kube-hunter: v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://palark.com/blog/kubernetes-services-interaction-monitoring-with-netflow: ai_summary: Explains how to monitor inter-service communication within Kubernetes by exporting NetFlow data from the underlying Linux network namespace. Curator @@ -178159,6 +189004,7 @@ https://palark.com/blog/kubernetes-services-interaction-monitoring-with-netflow: v2_locations: - kubernetes-monitoring.md year: '2021' + addition_method: manual https://palark.com/blog/kubernetes-snaphots-usage: content_hash: 0d39080edbeacbfd666d6b734805f46c8a6530af1ccb6e1efb74e5131fee2a7e health_score: 100.0 @@ -178171,6 +189017,7 @@ https://palark.com/blog/kubernetes-snaphots-usage: - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://palark.com/blog/kubernetes-storage-performance-linstor-ceph-mayastor-vitastor: content_hash: c94c6bd3fc380133b1c48e3e8230aba2bc2453a02db2298a2a60e2bdaa4e0c49 health_score: 100.0 @@ -178183,6 +189030,7 @@ https://palark.com/blog/kubernetes-storage-performance-linstor-ceph-mayastor-vit - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://palark.com/blog/kui-hybrid-cli-gui-for-kubernetes: ai_summary: Detailed review of Kui as an alternative cluster navigation solution. Examines the performance gains from interactive table-to-details rendering engine @@ -178204,6 +189052,7 @@ https://palark.com/blog/kui-hybrid-cli-gui-for-kubernetes: v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://palark.com/blog/okteto-cloud-for-local-development-in-kubernetes: ai_summary: Explains Okteto Cloud's infrastructure abstraction. Details how teams can deploy shared development clusters without the operational complexity of managing @@ -178225,6 +189074,7 @@ https://palark.com/blog/okteto-cloud-for-local-development-in-kubernetes: v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://palark.com/blog/our-experience-with-postgres-operator-for-kubernetes-by-zalando: content_hash: 79663506d371deb0f4bb791ae481949565b0fb3dfc83af093c2741653b665b04 health_score: 100.0 @@ -178237,6 +189087,7 @@ https://palark.com/blog/our-experience-with-postgres-operator-for-kubernetes-by- - docs/demos.md v2_locations: - demos.md + addition_method: manual https://palark.com/blog/small-local-kubernetes-comparison: ai_summary: A performance analysis measuring memory footprints and load times of lightweight Kubernetes tools. Compares k0s, MicroK8s, kind, k3s, and Minikube @@ -178260,6 +189111,7 @@ https://palark.com/blog/small-local-kubernetes-comparison: v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://palark.com/blog/tag/kubernetes: content_hash: f3c3597cbe87361b7091be53b604f2f02f0e2993be07dbc466bfa13d3234b0b3 health_score: 100.0 @@ -178272,6 +189124,7 @@ https://palark.com/blog/tag/kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://pandas.pydata.org/pandas-docs/stable/reshaping.html: content_hash: 2474fc79fc3d8b5664d1816344cf271393662d4ccad75c5b315c4d0842ccec0f health_score: 100.0 @@ -178284,6 +189137,7 @@ https://pandas.pydata.org/pandas-docs/stable/reshaping.html: - docs/python.md v2_locations: - python.md + addition_method: manual https://pandastutor.com: content_hash: 5d9975463916c79200540748967ca868d40c2ec45e6889317e5512ccf8a13bbe description: '' @@ -178300,6 +189154,7 @@ https://pandastutor.com: v2_locations: - python.md year: N/A + addition_method: manual https://pandorafms.com/blog/es/wsl2: content_hash: N/A description: '' @@ -178315,6 +189170,7 @@ https://pandorafms.com/blog/es/wsl2: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://particular.net/blog/rpc-vs-messaging-which-is-faster: ai_summary: Provides a detailed comparative benchmark of Remote Procedure Call (RPC) protocols versus messaging-based asynchronous protocols. It highlights how latency, @@ -178345,6 +189201,7 @@ https://particular.net/blog/rpc-vs-messaging-which-is-faster: v2_locations: - message-queue.md year: N/A + addition_method: manual https://particule.io/en/blog/aws-federated-eks: content_hash: N/A description: '' @@ -178359,6 +189216,7 @@ https://particule.io/en/blog/aws-federated-eks: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://particule.io/en/blog/cicd-ecr-ecs: content_hash: N/A description: '' @@ -178373,6 +189231,7 @@ https://particule.io/en/blog/cicd-ecr-ecs: v2_locations: - git.md year: N/A + addition_method: manual https://particule.io/en/blog/thanos-monitoring: content_hash: N/A description: '' @@ -178383,6 +189242,7 @@ https://particule.io/en/blog/thanos-monitoring: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://particule.io/en/blogcicd-github-registry: content_hash: N/A description: '' @@ -178397,6 +189257,7 @@ https://particule.io/en/blogcicd-github-registry: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://partlycloudy.blog/2020/05/29/horizontal-autoscaling-in-kubernetes-3-keda: content_hash: a96aec0c85771459dc093d360b6dd02a14ff539a928541cb99d44921114a7539 description: '' @@ -178413,6 +189274,7 @@ https://partlycloudy.blog/2020/05/29/horizontal-autoscaling-in-kubernetes-3-keda v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://partlycloudy.blog/2020/07/08/release-to-k8s-like-a-pro-with-flagger: content_hash: 5451074f69cfccbd7bf1cd7281daf5fd04f9abc28051af7fe758f561af720523 description: '' @@ -178429,6 +189291,7 @@ https://partlycloudy.blog/2020/07/08/release-to-k8s-like-a-pro-with-flagger: v2_locations: - gitops.md year: N/A + addition_method: manual https://past.jamaica-gleaner.com/article/business/20211224/amazon-outages-future-implications: content_hash: ca04376a70123dee3f9accf25ac5313238a239b74f2360cb5de1bbf84964201a health_score: 100.0 @@ -178441,6 +189304,7 @@ https://past.jamaica-gleaner.com/article/business/20211224/amazon-outages-future - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://patchthenet.medium.com/introduction-to-sql-injection-sql-injection-for-beginners-579c00431d40: content_hash: N/A description: '' @@ -178455,6 +189319,7 @@ https://patchthenet.medium.com/introduction-to-sql-injection-sql-injection-for-b v2_locations: - devsecops.md year: N/A + addition_method: manual https://patrick.easte.rs/post/2022/forging-optimal-metallb-config: content_hash: f9f5a2d50f2b213ec662acd89b2c417f9e9843475d838b4510ab1eb526500dac description: '' @@ -178471,6 +189336,7 @@ https://patrick.easte.rs/post/2022/forging-optimal-metallb-config: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://paul-the-kelly.medium.com/extending-the-kubernetes-api-using-operators-9ffc8364ae5c: content_hash: N/A description: '' @@ -178485,6 +189351,7 @@ https://paul-the-kelly.medium.com/extending-the-kubernetes-api-using-operators-9 v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://paulbutler.org/2024/the-haters-guide-to-kubernetes: content_hash: 5be92a5e955767feb10f34b07edefd173687c4224c0c0c90fe973a06ec3df73c description: '' @@ -178502,6 +189369,7 @@ https://paulbutler.org/2024/the-haters-guide-to-kubernetes: - introduction.md - index.md year: N/A + addition_method: manual https://pauldally.medium.com/debugging-networkpolicy-part-1-249921cdba37: content_hash: N/A description: '' @@ -178516,6 +189384,7 @@ https://pauldally.medium.com/debugging-networkpolicy-part-1-249921cdba37: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://pauldally.medium.com/debugging-networkpolicy-part-2-2d5c42d8465c: content_hash: N/A description: '' @@ -178530,6 +189399,7 @@ https://pauldally.medium.com/debugging-networkpolicy-part-2-2d5c42d8465c: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://pauldally.medium.com/horizontalpodautoscaler-uses-request-not-limit-to-determine-when-to-scale-97643d808997: content_hash: N/A description: '' @@ -178545,6 +189415,7 @@ https://pauldally.medium.com/horizontalpodautoscaler-uses-request-not-limit-to-d v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://pauldally.medium.com/kubernetes-an-introduction-to-sidecars-21d99fbd7de3: content_hash: N/A description: '' @@ -178559,6 +189430,7 @@ https://pauldally.medium.com/kubernetes-an-introduction-to-sidecars-21d99fbd7de3 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://pauldally.medium.com/kubernetes-application-high-availability-part-1-the-very-basic-basics-660a14fa81c7: content_hash: N/A description: '' @@ -178574,6 +189446,7 @@ https://pauldally.medium.com/kubernetes-application-high-availability-part-1-the v2_locations: - kubernetes.md year: N/A + addition_method: manual https://pauldally.medium.com/kubernetes-application-high-availability-part-2-more-basics-a1d9f9beea75: content_hash: N/A description: '' @@ -178585,6 +189458,7 @@ https://pauldally.medium.com/kubernetes-application-high-availability-part-2-mor v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://pauldally.medium.com/kustomize-best-practices-part-1-86f9f22d2f20: content_hash: N/A description: '' @@ -178599,6 +189473,7 @@ https://pauldally.medium.com/kustomize-best-practices-part-1-86f9f22d2f20: v2_locations: - kustomize.md year: N/A + addition_method: manual https://pauldally.medium.com/kustomize-best-practices-part-2-c560f1fa1409: content_hash: N/A description: '' @@ -178613,6 +189488,7 @@ https://pauldally.medium.com/kustomize-best-practices-part-2-c560f1fa1409: v2_locations: - kustomize.md year: N/A + addition_method: manual https://pauldally.medium.com/kustomize-best-practices-part-3-1dbaa15fd16a: content_hash: N/A description: '' @@ -178627,6 +189503,7 @@ https://pauldally.medium.com/kustomize-best-practices-part-3-1dbaa15fd16a: v2_locations: - kustomize.md year: N/A + addition_method: manual https://pauldally.medium.com/structuring-dockerfiles-for-productivity-2681de4815a4: content_hash: N/A description: '' @@ -178641,6 +189518,7 @@ https://pauldally.medium.com/structuring-dockerfiles-for-productivity-2681de4815 v2_locations: - docker.md year: N/A + addition_method: manual ? https://pauldally.medium.com/why-leaving-pods-in-crashloopbackoff-can-have-a-bigger-impact-than-you-might-think-c0d3dbd067a : content_hash: N/A description: '' @@ -178656,6 +189534,7 @@ https://pauldally.medium.com/structuring-dockerfiles-for-productivity-2681de4815 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://paulhammant.com/2013/04/05/what-is-trunk-based-development: ai_summary: A foundational historical article by Paul Hammant outlining the core mechanics and philosophy of Trunk-Based Development. It serves as an early conceptual @@ -178684,6 +189563,7 @@ https://paulhammant.com/2013/04/05/what-is-trunk-based-development: v2_locations: - git.md year: N/A + addition_method: manual https://paulhammant.com/2013/12/04/what_is_your_branching_model: ai_summary: A historic, foundational architectural evaluation of team branching models (Trunk-Based Development vs GitFlow). This taxonomy has highly influenced @@ -178712,6 +189592,7 @@ https://paulhammant.com/2013/12/04/what_is_your_branching_model: v2_locations: - git.md year: N/A + addition_method: manual https://paulhammant.com/2014/04/03/microsofts-trunk-based-development: ai_summary: This retrospective case study examines Microsoft's transition to trunk-based patterns for large-scale enterprise suites like Windows and Office. It highlights @@ -178741,6 +189622,7 @@ https://paulhammant.com/2014/04/03/microsofts-trunk-based-development: v2_locations: - git.md year: N/A + addition_method: manual https://pawelurbanek.com/asdf-docker-development: content_hash: N/A description: '' @@ -178755,6 +189637,7 @@ https://pawelurbanek.com/asdf-docker-development: v2_locations: - docker.md year: N/A + addition_method: manual https://payara.fish: content_hash: 1b124ea2a152f4c8657943528914838d631807e2b407881c974307944c4a6644 health_score: 100.0 @@ -178769,6 +189652,7 @@ https://payara.fish: v2_locations: - java_frameworks.md - java_app_servers.md + addition_method: manual https://pbpython.com: content_hash: 6694a97a6b30c8db38799cdd2698c593150fcd680b436c5caeb64bb69335779b health_score: 100.0 @@ -178781,6 +189665,7 @@ https://pbpython.com: - docs/python.md v2_locations: - python.md + addition_method: manual https://pbpython.com/pandas-google-forms-part1.html: content_hash: 3e237668d5788f598fc562191a20ac6485e324caaa3f857faeff85523e1a7573 health_score: 100.0 @@ -178788,6 +189673,7 @@ https://pbpython.com/pandas-google-forms-part1.html: needs_ai_refresh: true v1_locations: - docs/python.md + addition_method: manual https://pbpython.com/pandas-pivot-table-explained.html: content_hash: b5dfb3f4d728ffa0c07ab7cb98b6411f9d0fbcb504b335cee6f9db23248b2ab6 health_score: 100.0 @@ -178795,6 +189681,7 @@ https://pbpython.com/pandas-pivot-table-explained.html: needs_ai_refresh: true v1_locations: - docs/python.md + addition_method: manual https://pbxbook.com/other/cidrcheat.html: content_hash: N/A description: '' @@ -178810,6 +189697,7 @@ https://pbxbook.com/other/cidrcheat.html: v2_locations: - networking.md year: N/A + addition_method: manual https://pcr.cloud-mercato.com: content_hash: ae149610e9c9ab28bef0d51452e89b588efef5dc71ee63d933895b4cb70e22fb description: '' @@ -178826,6 +189714,7 @@ https://pcr.cloud-mercato.com: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://pentestmonkey.net/cheat-sheet/ssh-cheat-sheet: content_hash: 7a5742ef3cb8ad94a66e6b88043e741ef2561a82ad366b26a542dbdeecfd7251 health_score: 100.0 @@ -178838,6 +189727,7 @@ https://pentestmonkey.net/cheat-sheet/ssh-cheat-sheet: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://pepy.tech/project/strimzi-kafka-cli: content_hash: e3a43fd29da25b0000eff5c564348013461fc255bc0d48646b02374355d04296 description: '' @@ -178849,6 +189739,7 @@ https://pepy.tech/project/strimzi-kafka-cli: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://pepy.tech/projects/strimzi-kafka-cli: ai_summary: 'Curator Insight: Download analytics and overview of the Strimzi Kafka CLI. Live Grounding: Provides python-based CLI tools to interactively administer @@ -178871,6 +189762,7 @@ https://pepy.tech/projects/strimzi-kafka-cli: v2_locations: - message-queue.md year: '2024' + addition_method: manual https://performanceoptimize.blogspot.com/2017/04/RegularExpressionCheatSheet.html: content_hash: d5f0cad67408ad7ca965f3d2cccd26a5eb988a550fa03f0e8ab4a7bfc42c8b46 health_score: 100.0 @@ -178883,6 +189775,7 @@ https://performanceoptimize.blogspot.com/2017/04/RegularExpressionCheatSheet.htm - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://permission.site: ai_summary: 'An interactive utility playground showcasing browser-level security controls, cross-site scripting vulnerabilities, and API permission parameters. @@ -178912,6 +189805,7 @@ https://permission.site: v2_locations: - devsecops.md year: N/A + addition_method: manual https://phauer.com/2018/moving-back-from-gradle-to-maven: ai_summary: A classic architectural post dissecting the decision to revert from Gradle back to Maven. Weighs the benefits of Maven's static declarativeness against @@ -178940,6 +189834,7 @@ https://phauer.com/2018/moving-back-from-gradle-to-maven: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://phoenixnap.com/blog/kubernetes-vs-openshift: content_hash: c51b6ed2dcaabfd8a5cbba6a711be1c84c986ece51594b5ce16645c932bda663 description: '' @@ -178951,6 +189846,7 @@ https://phoenixnap.com/blog/kubernetes-vs-openshift: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://phoenixnap.com/blog/openshift-vs-kubernetes: content_hash: 942bf99c24278009bd81feb3044146a247caa95d9f1313dc7b9bbc6ea5d4d674 health_score: 100.0 @@ -178963,6 +189859,7 @@ https://phoenixnap.com/blog/openshift-vs-kubernetes: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://phoenixnap.com/blog/sre-vs-devops: ai_summary: An educational guide that outlines the operational boundaries and target objectives distinguishing SRE from DevOps. It features detailed structural comparisons @@ -178991,6 +189888,7 @@ https://phoenixnap.com/blog/sre-vs-devops: v2_locations: - sre.md year: N/A + addition_method: manual https://phoenixnap.com/kb/kafka-on-kubernetes: ai_summary: 'Curator Insight: Comprehensive guide to running stateful Kafka clusters on Kubernetes platforms. Live Grounding: Outlines deploying Kafka utilizing statefulsets, @@ -179020,6 +189918,7 @@ https://phoenixnap.com/kb/kafka-on-kubernetes: v2_locations: - message-queue.md year: N/A + addition_method: manual https://phoenixnap.com/kb/linux-ssh-commands: ai_summary: 'A highly structured reference guide presenting standard SSH command variations, detailing tunneling parameters, remote command execution, port forwarding, @@ -179050,6 +189949,7 @@ https://phoenixnap.com/kb/linux-ssh-commands: v2_locations: - linux.md year: N/A + addition_method: manual https://pinboard.in/u:rmurphey/t:http2: content_hash: bf4c136caa4ad151ccbc284c50ca02cafa7a92897d59eaeaed3d12b39770cd2b description: '' @@ -179061,6 +189961,7 @@ https://pinboard.in/u:rmurphey/t:http2: v1_locations: - docs/networking.md year: N/A + addition_method: manual https://pingcap.com/blog/chaos-mesh-action-integrate-chaos-engineering-into-your-ci: content_hash: 9a8370127b014dc8ef9a8d4caf99457b09790dcd80c18f4dd488e11f9b4aeb51 description: '' @@ -179072,6 +189973,7 @@ https://pingcap.com/blog/chaos-mesh-action-integrate-chaos-engineering-into-your v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://pionative.com/6-important-things-you-need-to-run-kubernetes-in-production: content_hash: 91ae6fb0e01a39774f4076aa2e9d3094ab4e70d1f2f3389866b2f4a7b34bdbbc health_score: 100.0 @@ -179083,6 +189985,7 @@ https://pionative.com/6-important-things-you-need-to-run-kubernetes-in-productio - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://piotrminkowski.com/2019/12/20/microservices-with-spring-cloud-kubernetes: content_hash: 915275c68f5839832d230cd4ba53337d39d5db66a606dfd9b807547801cbb5bb description: '' @@ -179098,6 +190001,7 @@ https://piotrminkowski.com/2019/12/20/microservices-with-spring-cloud-kubernetes v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2020/03/10/best-practices-for-microservices-on-kubernetes: content_hash: fcfc5cfb7971af4056f3cc2773080667036dd6c065e70d886841b12125df4481 description: '' @@ -179113,6 +190017,7 @@ https://piotrminkowski.com/2020/03/10/best-practices-for-microservices-on-kubern v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2020/06/10/spring-boot-library-for-integration-with-istio: content_hash: N/A description: '' @@ -179129,6 +190034,7 @@ https://piotrminkowski.com/2020/06/10/spring-boot-library-for-integration-with-i v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2020/08/03/development-on-kubernetes-ide-tools: content_hash: 2c063c2f82e210052d493e6599a38c6f33a04df161f3bccbfb723171f4b12c47 description: '' @@ -179144,6 +190050,7 @@ https://piotrminkowski.com/2020/08/03/development-on-kubernetes-ide-tools: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://piotrminkowski.com/2020/09/29/rabbitmq-monitoring-on-kubernetes: content_hash: 889bba665bef44814b6de768184d2a675cff297c6775fdb229a42253aef87dec health_score: 100.0 @@ -179155,6 +190062,7 @@ https://piotrminkowski.com/2020/09/29/rabbitmq-monitoring-on-kubernetes: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://piotrminkowski.com/2020/10/19/gitlab-ci-cd-on-kubernetes: content_hash: 08fdb2d16dbdeb446e117179bd075a8b5bdc75bc0d6358228d58dd6ff91a0411 description: '' @@ -179170,6 +190078,7 @@ https://piotrminkowski.com/2020/10/19/gitlab-ci-cd-on-kubernetes: v2_locations: - demos.md year: N/A + addition_method: manual https://piotrminkowski.com/2020/11/05/spring-boot-autoscaling-on-kubernetes: content_hash: 52cca8e15882f7871f0e4159681b644515d5219b7520f2ca25d40003591213a2 description: '' @@ -179185,6 +190094,7 @@ https://piotrminkowski.com/2020/11/05/spring-boot-autoscaling-on-kubernetes: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2020/11/10/continuous-integration-with-jenkins-on-kubernetes: content_hash: 27d4ea29678a52b6d49e9c4bea530c894cfb9974e6a5e2edd6415245d749ef62 description: '' @@ -179200,6 +190110,7 @@ https://piotrminkowski.com/2020/11/10/continuous-integration-with-jenkins-on-kub v2_locations: - demos.md year: N/A + addition_method: manual https://piotrminkowski.com/2020/12/18/spring-boot-on-kubernetes-with-buildpacks-and-skaffold: content_hash: e635f2cd317642c99ae2e3cdc8aed507b09907ba3cdb30386aae7ce074fe0ad4 description: '' @@ -179216,6 +190127,7 @@ https://piotrminkowski.com/2020/12/18/spring-boot-on-kubernetes-with-buildpacks- v2_locations: - demos.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/01/13/spring-boot-tips-tricks-and-techniques: content_hash: dc797322d157dadd3bad5d1b53c6197327328f56f577d034c55935fa0e473931 description: '' @@ -179231,6 +190143,7 @@ https://piotrminkowski.com/2021/01/13/spring-boot-tips-tricks-and-techniques: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/02/05/java-development-on-openshift-with-odo: ai_summary: Outlines Java development pipelines deploying to OpenShift with odo. Demonstrates hot reloading patterns, live-debugging on remote pods, and utilizing @@ -179257,6 +190170,7 @@ https://piotrminkowski.com/2021/02/05/java-development-on-openshift-with-odo: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/02/18/blue-green-deployment-with-a-database-on-kubernetes: ai_summary: An in-depth technical guide on achieving zero-downtime blue-green deployments on Kubernetes when database schema migrations are involved. It covers database @@ -179285,6 +190199,7 @@ https://piotrminkowski.com/2021/02/18/blue-green-deployment-with-a-database-on-k v2_locations: - liquibase.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/03/31/knative-eventing-with-kafka-and-quarkus: ai_summary: Illustrates the deployment of Knative serverless application endpoints coordinated with Apache Kafka event feeds. Utilizes Quarkus microservices to demonstrate @@ -179311,6 +190226,7 @@ https://piotrminkowski.com/2021/03/31/knative-eventing-with-kafka-and-quarkus: v2_locations: - message-queue.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/05/26/spring-microservices-security-best-practices: content_hash: 825c502992326b5e17ac79066b1a40bb69631f39cbf809e0a93255ba22e77aaf description: '' @@ -179326,6 +190242,7 @@ https://piotrminkowski.com/2021/05/26/spring-microservices-security-best-practic v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/06/14/knative-eventing-with-quarkus-kafka-and-camel: ai_summary: 'Curator Insight: A step-by-step implementation guide showing serverless integration patterns using Knative, Quarkus, Kafka, and Apache Camel. Live Grounding: @@ -179354,6 +190271,7 @@ https://piotrminkowski.com/2021/06/14/knative-eventing-with-quarkus-kafka-and-ca v2_locations: - message-queue.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/07/08/kubernetes-multicluster-with-kind-and-submariner: content_hash: 56aec116417779a32467cd2b2059557b7bd6a9b1bd92fb79a1423750aff46682 description: '' @@ -179369,6 +190287,7 @@ https://piotrminkowski.com/2021/07/08/kubernetes-multicluster-with-kind-and-subm v2_locations: - kubernetes.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/07/12/multicluster-traffic-mirroring-with-istio-and-kind: ai_summary: Provides a complete local lab configuration demonstrating how to execute multi-cluster traffic mirroring using Istio deployed on Kind (Kubernetes-in-Docker) @@ -179398,6 +190317,7 @@ https://piotrminkowski.com/2021/07/12/multicluster-traffic-mirroring-with-istio- v2_locations: - istio.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/08/05/kubernetes-ci-cd-with-tekton-and-argocd: content_hash: 1289c6a42c0560c173bbde7aa442b19d74553f3caf3da15b85b0c9681e9ffdbb description: '' @@ -179413,6 +190333,7 @@ https://piotrminkowski.com/2021/08/05/kubernetes-ci-cd-with-tekton-and-argocd: v2_locations: - demos.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/10/12/quarkus-tips-tricks-and-techniques: content_hash: a450afde831fd65cb37ce0d95774992cc07745be3dced407000a652c4385612d description: '' @@ -179428,6 +190349,7 @@ https://piotrminkowski.com/2021/10/12/quarkus-tips-tricks-and-techniques: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium: content_hash: 7e666f504ee953819d7ba01d36db91a6e3a3664b2c31417d32ef5f993a6134d2 description: '' @@ -179443,6 +190365,7 @@ https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cili v2_locations: - demos.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/11/30/serverless-java-functions-on-openshift: content_hash: 2f164d831008f90acc56eda47d2817f73218040d5b27b2fec096c80a4212693b description: '' @@ -179458,6 +190381,7 @@ https://piotrminkowski.com/2021/11/30/serverless-java-functions-on-openshift: v2_locations: - demos.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/12/03/create-kubernetes-clusters-with-cluster-api-and-argocd: ai_summary: An excellent tutorial detailing how to build a unified GitOps pipeline for cluster provisioning by combining Cluster API and ArgoCD. Shows how to store @@ -179486,6 +190410,7 @@ https://piotrminkowski.com/2021/12/03/create-kubernetes-clusters-with-cluster-ap v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-database-using-argocd-and-liquibase: content_hash: 76ad42e0bb7b61744102cad5dcb82ba95c55c226d73344178064fae10ae50a9e description: '' @@ -179502,6 +190427,7 @@ https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-dat v2_locations: - demos.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/12/21/development-on-kubernetes-with-telepresence-and-skaffold: content_hash: 5f4bf3028b17346448ba40a6ddbe41ba9a1845648e126c646568589b5a22b52a description: '' @@ -179512,6 +190438,7 @@ https://piotrminkowski.com/2021/12/21/development-on-kubernetes-with-telepresenc v1_locations: - docs/scaffolding.md year: N/A + addition_method: manual https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud: ai_summary: Shows how to integrate a Spring Cloud application with HashiCorp Vault on a Kubernetes cluster. Details native property binding, TLS configuration, and @@ -179538,6 +190465,7 @@ https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud: v2_locations: - devsecops.md year: N/A + addition_method: manual https://piotrminkowski.com/2022/01/24/distributed-transactions-in-microservices-with-kafka-streams-and-spring-boot: content_hash: 9b03f48d1a86c297f0dee3b558f64f8c6bea3d853ce151e49190ee16a106e19c description: '' @@ -179554,6 +190482,7 @@ https://piotrminkowski.com/2022/01/24/distributed-transactions-in-microservices- v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2022/02/21/validate-kubernetes-deployment-in-ci-cd-with-tekton-and-datree: content_hash: 55c7b8d7fbe474b1050cbab33e286aabe50f978ccb4eebcf3cdbb3cc1fea298d description: '' @@ -179570,6 +190499,7 @@ https://piotrminkowski.com/2022/02/21/validate-kubernetes-deployment-in-ci-cd-wi v2_locations: - tekton.md year: N/A + addition_method: manual https://piotrminkowski.com/2022/03/29/canary-release-on-kubernetes-with-knative-and-tekton: content_hash: b4013c135cbfc84a2578c38542c0044119307e37bb73569a3a262d927a7b7381 description: '' @@ -179585,6 +190515,7 @@ https://piotrminkowski.com/2022/03/29/canary-release-on-kubernetes-with-knative- v2_locations: - tekton.md year: N/A + addition_method: manual https://piotrminkowski.com/2022/06/06/continuous-development-on-kubernetes-with-gitops-approach: content_hash: b3cb852b0e24dcac1c5dab34ce45ef67567123c0009573b3f274ac6b398db0da description: '' @@ -179601,6 +190532,7 @@ https://piotrminkowski.com/2022/06/06/continuous-development-on-kubernetes-with- v2_locations: - gitops.md year: N/A + addition_method: manual https://piotrminkowski.com/2022/06/28/manage-kubernetes-cluster-with-terraform-and-argo-cd: ai_summary: Detailed guide on using Terraform for primary cloud resources alongside Argo CD for application workloads, presenting a complete hybrid IaC and GitOps @@ -179629,6 +190561,7 @@ https://piotrminkowski.com/2022/06/28/manage-kubernetes-cluster-with-terraform-a v2_locations: - argo.md year: N/A + addition_method: manual https://piotrminkowski.com/2022/10/24/gitops-with-advanced-cluster-management-for-kubernetes: content_hash: 7a804cd67db3f31acca4b752a7ee74af59e989f8a02270e5d46f0fb9475d3802 description: '' @@ -179645,6 +190578,7 @@ https://piotrminkowski.com/2022/10/24/gitops-with-advanced-cluster-management-fo v2_locations: - gitops.md year: N/A + addition_method: manual https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd: ai_summary: 'Curator Insight: Hands-on walk-through for registering and managing multiple target Kubernetes clusters via a single control-plane Argo CD instance. @@ -179672,6 +190606,7 @@ https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-a v2_locations: - argo.md year: N/A + addition_method: manual https://piotrminkowski.com/2022/12/14/sealed-secrets-on-kubernetes-with-argocd-and-terraform: ai_summary: Demonstrates a production GitOps configuration combining Bitnami Sealed Secrets, Terraform, and ArgoCD to deploy securely encrypted config files. @@ -179697,6 +190632,7 @@ https://piotrminkowski.com/2022/12/14/sealed-secrets-on-kubernetes-with-argocd-a v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/02/13/best-practices-for-java-apps-on-kubernetes: content_hash: N/A description: '' @@ -179712,6 +190648,7 @@ https://piotrminkowski.com/2023/02/13/best-practices-for-java-apps-on-kubernetes v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/02/17/which-jdk-to-choose-on-kubernetes: content_hash: 26ec73baeaa75bf52b460c105950191684656352dddb30905de97e8dabb827e1 description: '' @@ -179727,6 +190664,7 @@ https://piotrminkowski.com/2023/02/17/which-jdk-to-choose-on-kubernetes: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/03/13/microservices-with-spring-boot-3-and-spring-cloud: content_hash: 8c4d6aae071c6b73b5e18686c5cfd0a396978fa396d31f571273685bc2a342e9 description: '' @@ -179743,6 +190681,7 @@ https://piotrminkowski.com/2023/03/13/microservices-with-spring-boot-3-and-sprin v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/04/30/concurrency-with-kafka-and-spring-boot: ai_summary: 'Curator Insight: Optimization guide for Spring Boot engineers processing high-throughput event logs. Live Grounding: Examines concurrent message listener @@ -179771,6 +190710,7 @@ https://piotrminkowski.com/2023/04/30/concurrency-with-kafka-and-spring-boot: v2_locations: - message-queue.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/05/05/manage-kubernetes-operators-with-argocd: ai_summary: 'Curator Insight: Practical analysis of orchestrating Operator lifecycles and Custom Resource Definitions (CRDs) inside Argo CD synchronization loops. Live @@ -179799,6 +190739,7 @@ https://piotrminkowski.com/2023/05/05/manage-kubernetes-operators-with-argocd: v2_locations: - argo.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/08/22/resize-cpu-limit-to-speed-up-java-startup-on-kubernetes: content_hash: 74a70f10cdb8ab0514c6d3cfec5991e2dad75435045ed86a624b3cf28ae5b8ae description: '' @@ -179814,6 +190755,7 @@ https://piotrminkowski.com/2023/08/22/resize-cpu-limit-to-speed-up-java-startup- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/09/15/introduction-to-grpc-with-quarkus: content_hash: efc40407e3fc720acc774f953035b4b0c6fe1111307181b2dfc418fbeb586a15 description: '' @@ -179829,6 +190771,7 @@ https://piotrminkowski.com/2023/09/15/introduction-to-grpc-with-quarkus: v2_locations: - demos.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/11/07/slim-docker-images-for-java: content_hash: ecd2d1f440847b6c529173299098f882888d300a98d7b2528d72893bc48ce1df description: '' @@ -179844,6 +190787,7 @@ https://piotrminkowski.com/2023/11/07/slim-docker-images-for-java: v2_locations: - docker.md year: N/A + addition_method: manual https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube: content_hash: 38007a4d78dbc1b15b508b2c46159b519698bf85382df56f81627ffb67459127 description: '' @@ -179859,6 +190803,7 @@ https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testk v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://piotrminkowski.com/2024/02/05/getting-started-with-azure-kubernetes-service: ai_summary: Provides a comprehensive getting started guide for AKS using modern Infrastructure as Code with Terraform. Walks through cluster creation, ACR container @@ -179886,6 +190831,7 @@ https://piotrminkowski.com/2024/02/05/getting-started-with-azure-kubernetes-serv v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://piotrminkowski.com/2024/02/13/java-flight-recorder-on-kubernetes: ai_summary: Excellent architectural guide demonstrating how to continuously profile Java applications running on Kubernetes with Java Flight Recorder (JFR) and JDK @@ -179913,6 +190859,7 @@ https://piotrminkowski.com/2024/02/13/java-flight-recorder-on-kubernetes: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://piotrminkowski.com/2024/06/13/getting-started-with-backstage: content_hash: 339079e5700d4ec036277a1f65670c3bada5f9155f1812b6013e08d1e94abb82 description: '' @@ -179928,6 +190875,7 @@ https://piotrminkowski.com/2024/06/13/getting-started-with-backstage: v2_locations: - developerportals.md year: N/A + addition_method: manual https://piotrminkowski.com/2024/06/28/backstage-on-kubernetes: content_hash: 7b048f498189f48c33b70967264db0dcb0acbd68a6ac8d6543ca93741dd75876 description: '' @@ -179943,6 +190891,7 @@ https://piotrminkowski.com/2024/06/28/backstage-on-kubernetes: v2_locations: - developerportals.md year: N/A + addition_method: manual https://piotrminkowski.com/2024/07/04/idp-on-openshift-with-red-hat-developer-hub: content_hash: aeb9281966bac93269acba35726266dc419215e2c855e050dcdcb4b01e9a48db description: '' @@ -179958,6 +190907,7 @@ https://piotrminkowski.com/2024/07/04/idp-on-openshift-with-red-hat-developer-hu v2_locations: - devops.md year: N/A + addition_method: manual https://piotrminkowski.wordpress.com/2019/01/15/kotlin-microservice-with-spring-boot: content_hash: 75bf7f227b97b1ea8d43098f2dbcb948296aea3bd9539673ed84e84e52c11e9d description: '' @@ -179974,6 +190924,7 @@ https://piotrminkowski.wordpress.com/2019/01/15/kotlin-microservice-with-spring- v2_locations: - jenkins.md year: N/A + addition_method: manual https://pivotal.io/platform/pivotal-container-service: content_hash: b564fa7a7ea10e27b567cb2219f6d1429dcdb26da7298d7dee23ef01c5bd1ae0 description: '' @@ -179991,6 +190942,7 @@ https://pivotal.io/platform/pivotal-container-service: - public-cloud-solutions.md - matrix-table.md year: N/A + addition_method: manual ? https://pixelrobots.co.uk/2022/04/bring-your-own-container-network-interface-cni-plugin-with-azure-kubernetes-service-aks-preview : ai_summary: Overview of 'Bring Your Own CNI' patterns in AKS. Explains how platform teams can provision bare control planes to manually deploy customized network @@ -180020,6 +190972,7 @@ https://pivotal.io/platform/pivotal-container-service: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://pixelrobots.co.uk/2023/12/exploring-azure-kubernetes-services-node-autoprovision-a-deep-dive-into-the-latest-public-preview-feature : ai_summary: Deep dive into AKS Node Autoprovisioning (NAP) based on Karpenter technology. Explains how the cluster dynamically provisions and optimizes worker node sizes @@ -180048,6 +191001,7 @@ https://pivotal.io/platform/pivotal-container-service: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://piyushverma.hashnode.dev/basic-linux-shell-scripting-for-devops-engineers: content_hash: N/A description: '' @@ -180062,6 +191016,7 @@ https://piyushverma.hashnode.dev/basic-linux-shell-scripting-for-devops-engineer v2_locations: - linux.md year: N/A + addition_method: manual https://pjame-fb.medium.com/kubernetes-secrets-from-secrets-manager-using-external-secrets-operators-4819562c3b02: content_hash: N/A description: '' @@ -180077,6 +191032,7 @@ https://pjame-fb.medium.com/kubernetes-secrets-from-secrets-manager-using-extern v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://pkg.go.dev/github.com/keilerkonzept/aws-secretsmanager-files: ai_summary: A Go-based helper library designed to fetch secrets from AWS Secrets Manager and map them directly to configuration files. This library is useful for @@ -180108,6 +191064,7 @@ https://pkg.go.dev/github.com/keilerkonzept/aws-secretsmanager-files: v2_locations: - devsecops.md year: N/A + addition_method: manual https://pkg.go.dev/k8s.io/client-go: content_hash: a36639c6011e9e29857750c78046cb6a431b7ec7fabafc4f1f83b0b8fd79c120 description: '' @@ -180124,6 +191081,7 @@ https://pkg.go.dev/k8s.io/client-go: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://pkg.go.dev/knative.dev/security-guard: ai_summary: Golang implementation of Knative's automated Security Guard system. Designed to monitor, isolate, and restrict malicious execution sequences on serverless @@ -180151,6 +191109,7 @@ https://pkg.go.dev/knative.dev/security-guard: v2_locations: - devsecops.md year: N/A + addition_method: manual https://planetscale.com/docs/vitess/best-practices: ai_summary: 'An architectural guide detailing the innovative non-blocking database branch and deployment workflow of PlanetScale (built on Vitess). @@ -180176,6 +191135,7 @@ https://planetscale.com/docs/vitess/best-practices: v2_locations: - liquibase.md year: '2023' + addition_method: manual https://plantuml.com: content_hash: 6b659b53eb741912b1c1a59ba0ba0de78b81f012c662d5c67d5244c9aff567d4 description: '' @@ -180192,6 +191152,7 @@ https://plantuml.com: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://platform.cloudogu.com/en/blog/cd-with-nexus-jenkins-ces: ai_summary: Architectural integration study mapping out Continuous Delivery structures using Nexus Repository, Jenkins pipelines, and Cloudogu software suites for regulated @@ -180214,6 +191175,7 @@ https://platform.cloudogu.com/en/blog/cd-with-nexus-jenkins-ces: - demos.md - registries.md year: '2020' + addition_method: manual https://platform.cloudogu.com/en/blog/gitops-tools: content_hash: bb01dea5fa81029be0b355b821e8308d1670b8a1ffc85fc7be47e6780b12c6ff health_score: 100.0 @@ -180226,6 +191188,7 @@ https://platform.cloudogu.com/en/blog/gitops-tools: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://platform.cloudogu.com/en/blog/kubernetes-least-privilege-gcp-example: content_hash: b2a49c2db4962968814bbb728f359db7782b878a3803d519a753d33ec16b212e health_score: 100.0 @@ -180238,6 +191201,7 @@ https://platform.cloudogu.com/en/blog/kubernetes-least-privilege-gcp-example: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://platform.qa.com/login: content_hash: 7fa57d50ab9fcbac5452e6b638d467cd46d14deadfe367fb60ddb76e52b93940 health_score: 100.0 @@ -180250,6 +191214,7 @@ https://platform.qa.com/login: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://platform9.com/blog/difference-between-multi-cluster-multi-master-multi-tenant-federated-kubernetes: content_hash: 1ecd99a3fc59e0255dc09cbb13e638c8c6ebea70098769743adb5d82e9d9e07e description: '' @@ -180267,6 +191232,7 @@ https://platform9.com/blog/difference-between-multi-cluster-multi-master-multi-t v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://platform9.com/blog/kubernetes-autoscaling-options-horizontal-pod-autoscaler-vertical-pod-autoscaler-and-cluster-autoscaler : content_hash: 764ca3afcc1f9761ca4131a1689bb2382dfdf21492f8fbe6698364490d716d5a description: '' @@ -180284,6 +191250,7 @@ https://platform9.com/blog/difference-between-multi-cluster-multi-master-multi-t v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://platform9.com/blog/kubernetes-ci-cd-pipelines-at-scale: content_hash: 684d6dec4c3607cee3e9d33ec9be8704b8395442123a710a43586f2499c1c471 description: '' @@ -180300,6 +191267,7 @@ https://platform9.com/blog/kubernetes-ci-cd-pipelines-at-scale: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://platform9.com/blog/kubernetes-cluster-sizing-how-large-should-a-kubernetes-cluster-be: content_hash: c4c44434096cb6c8fc566d75e00fdf73ceca175e47939a81fb950fa769974c67 description: '' @@ -180317,6 +191285,7 @@ https://platform9.com/blog/kubernetes-cluster-sizing-how-large-should-a-kubernet v2_locations: - kubernetes.md year: N/A + addition_method: manual https://platform9.com/blog/kubernetes-service-mesh: content_hash: 2b7f045fb573adc255a22fe7fee08925918a3e5bb069901d4295807fc0a64a38 health_score: 100.0 @@ -180329,6 +191298,7 @@ https://platform9.com/blog/kubernetes-service-mesh: v2_locations: - kubernetes.md - servicemesh.md + addition_method: manual https://platform9.com/blog/kubernetes-service-mesh-a-comparison-of-istio-linkerd-and-consul: content_hash: 1dd98cdba86e04b5984e7ad8c8693d1defb949d1deca715d31c325d47ac1464b description: '' @@ -180341,6 +191311,7 @@ https://platform9.com/blog/kubernetes-service-mesh-a-comparison-of-istio-linkerd v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://platform9.com/blog/ultimate-guide-to-kubernetes-ingress-controllers: content_hash: caca07ccb3adc1aaac7f48481c556cc888ea62954d7b26e02a2bb1a5335ca049 description: '' @@ -180357,6 +191328,7 @@ https://platform9.com/blog/ultimate-guide-to-kubernetes-ingress-controllers: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://platform9.com/lp/ultimate-guide-enterprise-kubernetes: content_hash: 1dd98cdba86e04b5984e7ad8c8693d1defb949d1deca715d31c325d47ac1464b description: '' @@ -180368,6 +191340,7 @@ https://platform9.com/lp/ultimate-guide-enterprise-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://platformengineering.org: content_hash: b3e00e136467e26e0142f75d542669c45729b6049f409dd5493707642d700b1c description: '' @@ -180385,6 +191358,7 @@ https://platformengineering.org: - devops.md - index.md year: N/A + addition_method: manual https://platformengineering.org/blog/ai-is-changing-the-future-of-platform-engineering-are-you-ready: ai_summary: Surveys the architectural shift of modern IDPs (Internal Developer Platforms) incorporating AI agents. Demonstrates self-service infrastructure blueprints powered @@ -180413,6 +191387,7 @@ https://platformengineering.org/blog/ai-is-changing-the-future-of-platform-engin v2_locations: - ai.md year: N/A + addition_method: manual https://platformengineering.org/tools/capsule: content_hash: 4250044f8a93485016692ecc4d46ac67a4388375150dd4f61b8dc1385d006fb6 description: '' @@ -180429,6 +191404,7 @@ https://platformengineering.org/tools/capsule: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://platformwale.blog/2023/07/15/create-amazon-eks-cluster-within-its-vpc-using-terraform: content_hash: 8d4e17a1958d3fc3c6acd8333343097457fb220aee1dc002b605408b2214bd61 description: '' @@ -180445,6 +191421,7 @@ https://platformwale.blog/2023/07/15/create-amazon-eks-cluster-within-its-vpc-us v2_locations: - terraform.md year: N/A + addition_method: manual https://play.google.com/store/search?q=learn+kubernetes: content_hash: 817039ce1043a34be5a4d556efb02d3c35a7b59f5c5eb614cf68e65c89a919e7 description: '' @@ -180455,6 +191432,7 @@ https://play.google.com/store/search?q=learn+kubernetes: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://play.google.com/store/search?q=learn+kubernetes&c=apps: content_hash: 6a938df00d57cdbea2be266105b58209501d95b2fa49e9826399725d4511de67 health_score: 100.0 @@ -180462,12 +191440,14 @@ https://play.google.com/store/search?q=learn+kubernetes&c=apps: needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://play.meshery.io: content_hash: 0a1ac4a1078fef7a2252ef5504e6706ceeb4b0272104c8d522334cc865426e9a health_score: 100.0 last_checked: 1779031602.13757 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://pll.harvard.edu/course/cs50-introduction-computer-science: content_hash: N/A description: '' @@ -180482,6 +191462,7 @@ https://pll.harvard.edu/course/cs50-introduction-computer-science: v2_locations: - elearning.md year: N/A + addition_method: manual https://ploffay.medium.com/five-years-evolution-of-open-source-distributed-tracing-ec1c5a5dd1ac: content_hash: N/A description: '' @@ -180497,6 +191478,7 @@ https://ploffay.medium.com/five-years-evolution-of-open-source-distributed-traci v2_locations: - monitoring.md year: N/A + addition_method: manual https://plugins.jenkins.io/allure-jenkins-plugin: content_hash: 856d2d7c9e1037a943ca7b499d43699304867f2c188435e49ddc7dc7f7eaf152 description: '' @@ -180515,6 +191497,7 @@ https://plugins.jenkins.io/allure-jenkins-plugin: - jenkins.md - qa.md year: N/A + addition_method: manual https://plugins.jenkins.io/anchore-container-scanner: ai_summary: The Anchore plugin for Jenkins automates image scanning step execution directly within continuous integration pipelines. It returns diagnostic vulnerability @@ -180543,6 +191526,7 @@ https://plugins.jenkins.io/anchore-container-scanner: v2_locations: - devsecops.md year: N/A + addition_method: manual https://plugins.jenkins.io/aqua-security-scanner: content_hash: d54e3ec227101ff9deecaa4e000c7daf13bbacc1865bc7f9729f133915061ed3 description: '' @@ -180559,6 +191543,7 @@ https://plugins.jenkins.io/aqua-security-scanner: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/aws-credentials: content_hash: ee25cec9a606fb663cf24d7cfee5158ecc5964ab301aa5885c9d6747e5217a58 description: '' @@ -180575,6 +191560,7 @@ https://plugins.jenkins.io/aws-credentials: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/aws-java-sdk: content_hash: 840234cc09abc12f7a620587770568fff608d2c3919e074e7c962b5eab1c0507 description: '' @@ -180591,6 +191577,7 @@ https://plugins.jenkins.io/aws-java-sdk: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/aws-kinesis-consumer: content_hash: 795c96b69241d8863818259b3053f2259bab15c3308255cf416123e544f4eb2f description: '' @@ -180607,6 +191594,7 @@ https://plugins.jenkins.io/aws-kinesis-consumer: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/aws-secrets-manager-credentials-provider: content_hash: 2b6a2381d403eb58a5f63595c59546d31adc942f1ea44d8663a73b57ee6511ee description: '' @@ -180623,6 +191611,7 @@ https://plugins.jenkins.io/aws-secrets-manager-credentials-provider: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/azure-artifact-manager: content_hash: 6d99b7dac00e6f179e843e16afa75ee10d5810f85f7973c83283d80282e90f71 description: '' @@ -180639,6 +191628,7 @@ https://plugins.jenkins.io/azure-artifact-manager: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/azure-keyvault: content_hash: 8d830cf0668f9a6c5cd4b40aff4e63a03f954a721d61d1b179a508658de25c84 description: '' @@ -180655,6 +191645,7 @@ https://plugins.jenkins.io/azure-keyvault: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/bitbucket-push-and-pull-request: content_hash: cd58b346aa6f51ecee97d396b91625d3517e7ba2a00a248a0d9ae89e162da923 description: '' @@ -180671,6 +191662,7 @@ https://plugins.jenkins.io/bitbucket-push-and-pull-request: v2_locations: - git.md year: N/A + addition_method: manual https://plugins.jenkins.io/blueocean: content_hash: fe8b40a4ea8700720973ad2b48af4e9cd9fb29c966c4f3466d98fb14b03a30da description: '' @@ -180687,6 +191679,7 @@ https://plugins.jenkins.io/blueocean: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/blueocean-pipeline-editor: content_hash: 8e1c0db4459a041be876d9ec5fe9ea98df2350fda54fb37b194e5cd55f2cfdc2 description: '' @@ -180703,6 +191696,7 @@ https://plugins.jenkins.io/blueocean-pipeline-editor: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/blueocean-rest: content_hash: 46487e69a8e50dc4cfcbb651561d9f7b9cd12ffed7d7e3cd41c39f74dd5d8568 description: '' @@ -180719,6 +191713,7 @@ https://plugins.jenkins.io/blueocean-rest: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/build-monitor-plugin: content_hash: e1d14cb58c2569e184d5765f49f6e95b7655c1aed6228ab04e12b6fd68fd4c10 health_score: 100.0 @@ -180730,6 +191725,7 @@ https://plugins.jenkins.io/build-monitor-plugin: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://plugins.jenkins.io/cloudbees-credentials: content_hash: c2d686bd6ebedb79e3a03e14702dc4da620eeecb64102134ded618eda381de58 description: '' @@ -180746,6 +191742,7 @@ https://plugins.jenkins.io/cloudbees-credentials: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/cloudbees-disk-usage-simple: content_hash: 2cf49a2d6bcbd9515d74476d1e13419cabc91843a9a15744b8edeef13c88f66e description: '' @@ -180762,6 +191759,7 @@ https://plugins.jenkins.io/cloudbees-disk-usage-simple: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/cloudbees-jenkins-advisor: content_hash: 8d39283a3592bed0324ea4b5c3324122b4b1bfafd770ca830d83687c93149125 description: '' @@ -180778,6 +191776,7 @@ https://plugins.jenkins.io/cloudbees-jenkins-advisor: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/code-coverage-api: content_hash: 5972eeab124e9a22b75ba039acbde629accc5e9fc1dd60db1d71458a4e624612 description: '' @@ -180794,6 +191793,7 @@ https://plugins.jenkins.io/code-coverage-api: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/compress-buildlog: content_hash: a54833a33755f51234c128c5600828e0cd6fdeee2d5d951aea864bc8acd09f8d description: '' @@ -180810,6 +191810,7 @@ https://plugins.jenkins.io/compress-buildlog: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/configuration-as-code: content_hash: 942a0f323c13362e2c4a3350df5382c7db82b19087b2d03564de4b68f7014e32 description: '' @@ -180821,6 +191822,7 @@ https://plugins.jenkins.io/configuration-as-code: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/configurationslicing: content_hash: e61611c684d11c893407c1c47b91c532d5ff633ef7be3293e61c247d68d9fa03 description: '' @@ -180837,6 +191839,7 @@ https://plugins.jenkins.io/configurationslicing: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/copyartifact: content_hash: 27e5937b05dfbbdfdf77c4ed4f2d7dd896d2e2b0676948bfd36cdabfd826a0ee description: '' @@ -180853,6 +191856,7 @@ https://plugins.jenkins.io/copyartifact: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/credentials-binding: content_hash: 6eda6cc9b4f2b7a524499f60976c85b578d5554805361cc8fcdf8a702ba38f71 description: '' @@ -180869,6 +191873,7 @@ https://plugins.jenkins.io/credentials-binding: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/cucumber-reports: content_hash: 160524b7414e460b6ffe84e4469a1f2b88daf2b5e730854779c33c8ce9aca48f description: '' @@ -180885,6 +191890,7 @@ https://plugins.jenkins.io/cucumber-reports: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/custom-checkbox-parameter: content_hash: e8ef354bd0b0bbbc5bfe831ef48cf0cdb7a4b7fb562d26bfd7f577e062f763af description: '' @@ -180901,6 +191907,7 @@ https://plugins.jenkins.io/custom-checkbox-parameter: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/cvs: content_hash: 89b3f29224633c16c966c7d80094137f0a7a3d632d1d68c6bc27c37aa3a6cf68 description: '' @@ -180917,6 +191924,7 @@ https://plugins.jenkins.io/cvs: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/declarative-pipeline-migration-assistant: content_hash: 915db9ebbc0e2c8383190d0f592810a95b304bb8b4c6487daaba6328427bd20a description: '' @@ -180935,6 +191943,7 @@ https://plugins.jenkins.io/declarative-pipeline-migration-assistant: - jenkins.md - demos.md year: N/A + addition_method: manual https://plugins.jenkins.io/declarative-pipeline-migration-assistant-api: content_hash: 0296980e132d70f7b2fa1543f61b139229fc21f7773fec8d13a1c6cf41fa73e9 description: '' @@ -180951,6 +191960,7 @@ https://plugins.jenkins.io/declarative-pipeline-migration-assistant-api: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/deploy-dashboard: content_hash: 18c448e772ee8fcf989a0b02db20ee1d1350d9f461bf035d98dcb7e0202a0f0b description: '' @@ -180967,6 +191977,7 @@ https://plugins.jenkins.io/deploy-dashboard: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/docker-custom-build-environment: content_hash: 76c947c30fca80af325aaea5cdeadbf778ad21037c36d288b1be95c6ca5b41d7 description: '' @@ -180983,6 +191994,7 @@ https://plugins.jenkins.io/docker-custom-build-environment: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/ec2: content_hash: 2b6d17586ea80ad4c3ea2501bf8721c40a064ade8fb34d3e8f46bb1269c56841 description: '' @@ -180999,6 +192011,7 @@ https://plugins.jenkins.io/ec2: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/ec2-fleet: content_hash: 000bf46c00b45046bdbf20aca5f60778477ff0b3f3e70a614e809bb4c1d06712 description: '' @@ -181015,6 +192028,7 @@ https://plugins.jenkins.io/ec2-fleet: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/electricflow: content_hash: 11ea321e8b11a94c93d63fa1e3417dd53d160526fef9fbd42d173ba410c75a42 description: '' @@ -181031,6 +192045,7 @@ https://plugins.jenkins.io/electricflow: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/extensible-choice-parameter: content_hash: 32f41d0f85821cab61076c3997852c830a6c2831cac0b7d23e3719b74bb269ea description: '' @@ -181047,6 +192062,7 @@ https://plugins.jenkins.io/extensible-choice-parameter: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/fortify: content_hash: 24be49a112f6c98ffc72cd2ba01134a91256c995cd29ae42d3c61821a095afd9 description: '' @@ -181063,6 +192079,7 @@ https://plugins.jenkins.io/fortify: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/gatling: ai_summary: Integrates Gatling load simulation tests into modern Jenkins jobs. Features automated metrics visualization, pipeline validation, and conditional build-failing @@ -181090,6 +192107,7 @@ https://plugins.jenkins.io/gatling: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://plugins.jenkins.io/ghprb: content_hash: feca2597e4e4091a387bb1df1b1681162c98792c318eb1f28cb81566a3e0a58b description: '' @@ -181106,6 +192124,7 @@ https://plugins.jenkins.io/ghprb: v2_locations: - git.md year: N/A + addition_method: manual https://plugins.jenkins.io/git: content_hash: 6ad5bdd45bd66e10d467ec92637aeccb0d568f0da6e9eb95568c3a6991346fad description: '' @@ -181122,6 +192141,7 @@ https://plugins.jenkins.io/git: v2_locations: - git.md year: N/A + addition_method: manual https://plugins.jenkins.io/git-forensics: content_hash: 94677a18c44875ce4fa89040ec3ab083ccb2c2b09db155052819e3c06dafda14 description: '' @@ -181138,6 +192158,7 @@ https://plugins.jenkins.io/git-forensics: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/git-push: content_hash: 0858749570316c0f0873cc4680a3025fcbc493fa4b1695caf36985c35082f626 description: '' @@ -181154,6 +192175,7 @@ https://plugins.jenkins.io/git-push: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/github-autostatus: content_hash: a21b2336277c3d0bbde9a4e887de05a95957b03d7f73ed684db83c86410545b0 description: '' @@ -181170,6 +192192,7 @@ https://plugins.jenkins.io/github-autostatus: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/github-branch-source: content_hash: 7661bc94bc099ec19ee59346682af0e05c1f4ab896633b015f82ba2dee2e85ea description: '' @@ -181186,6 +192209,7 @@ https://plugins.jenkins.io/github-branch-source: v2_locations: - git.md year: N/A + addition_method: manual https://plugins.jenkins.io/hashicorp-vault-plugin: content_hash: 0d6b5de13800a5f3fab00c127286d6aaa42df1de90bbe4a096552484e711c779 description: '' @@ -181202,6 +192226,7 @@ https://plugins.jenkins.io/hashicorp-vault-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/job-dsl: content_hash: 2e41b616a9fffe06116bcdd73e8339988b3788d39fceb44e0f557d44a65f20aa description: '' @@ -181218,6 +192243,7 @@ https://plugins.jenkins.io/job-dsl: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/kubernetes: ai_summary: The critical Kubernetes integration for Jenkins, executing dynamic agents directly inside cluster pods. Solves pipeline scale issues by tearing down runner @@ -181249,6 +192275,7 @@ https://plugins.jenkins.io/kubernetes: - kubectl-commands.md - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/kubernetes-cd: ai_summary: 'A traditional Jenkins plugin for deploying build outputs to Kubernetes. Note: Has fallen out of favor in modern GitOps-centric continuous delivery pipelines.' @@ -181279,6 +192306,7 @@ https://plugins.jenkins.io/kubernetes-cd: - kubectl-commands.md - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/kubernetes-cli: content_hash: 72bdd02c006d934e99668b49312f2f038963892c919d0f3bac94b980a2117e78 description: '' @@ -181295,6 +192323,7 @@ https://plugins.jenkins.io/kubernetes-cli: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/leastload: content_hash: 84c82c8089f146bb252a79dc9e37d9765506e96b9a342c7512113a5afc2c0bcb description: '' @@ -181313,6 +192342,7 @@ https://plugins.jenkins.io/leastload: - jenkins.md - demos.md year: N/A + addition_method: manual https://plugins.jenkins.io/logstash: content_hash: 97a3a788c5d9f4ec9c42470334333017005affa8f4614d3c4261c1f1dc459661 description: '' @@ -181329,6 +192359,7 @@ https://plugins.jenkins.io/logstash: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/matrix-auth: content_hash: d7de9cb9b71aca293ad128478128caa2381011d259e92aeb04257dfea2cb3fd1 description: '' @@ -181345,6 +192376,7 @@ https://plugins.jenkins.io/matrix-auth: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/metrics: content_hash: c2a4e70af56e4593fcbdbc322f5d091e75e81b144462a0ee5362371b947694e3 description: '' @@ -181361,6 +192393,7 @@ https://plugins.jenkins.io/metrics: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/monitor-pro: content_hash: 7c705940576b8eb605a02b5985780a5beefb8f978a36bb08039e23d5c70679f9 health_score: 100.0 @@ -181372,6 +192405,7 @@ https://plugins.jenkins.io/monitor-pro: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://plugins.jenkins.io/nomad: content_hash: 5534c419eae80c55149959bba51f0c3e8058398b7107a64bc19e60ecad4dcda9 description: '' @@ -181388,6 +192422,7 @@ https://plugins.jenkins.io/nomad: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/npm-yarn-wrapper-steps: content_hash: 6e6c56b0ee6c6a5aeae153f3e23a0f23c1f1ca54e56c0324d8570b000d747129 description: '' @@ -181404,6 +192439,7 @@ https://plugins.jenkins.io/npm-yarn-wrapper-steps: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/openshift-client: ai_summary: Exposes OpenShift's command-line tool definitions directly inside Jenkins jobs, enabling custom script actions to command remote clusters safely. @@ -181432,6 +192468,7 @@ https://plugins.jenkins.io/openshift-client: - cicd-kubernetes-plugins.md - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/openshift-deployer: content_hash: 8a8db16c218c0b09fbf2de4689e3279da4415a66608d8e144b792973b49d375f description: '' @@ -181448,6 +192485,7 @@ https://plugins.jenkins.io/openshift-deployer: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/openshift-login: content_hash: 6943a43bad41dab1dbf26e3736c88ca8157f224fd36730971e4e4f2d96bf267e description: '' @@ -181464,6 +192502,7 @@ https://plugins.jenkins.io/openshift-login: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/openshift-pipeline: ai_summary: Allows direct deployment integrations inside Red Hat OpenShift pipelines via Jenkins, automating image building and pipeline orchestrations. @@ -181492,6 +192531,7 @@ https://plugins.jenkins.io/openshift-pipeline: - cicd-kubernetes-plugins.md - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/openshift-sync: ai_summary: Synchronizes OpenShift environment configs, secrets, build limits, and pod templates automatically to ensure consistent CI runner execution. @@ -181520,6 +192560,7 @@ https://plugins.jenkins.io/openshift-sync: - cicd-kubernetes-plugins.md - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/opentelemetry: content_hash: e66ae7335bc67289cb96e024b92a2e8dd7caa2824bbca8792f972a893ed8d2c3 description: '' @@ -181536,6 +192577,7 @@ https://plugins.jenkins.io/opentelemetry: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/parameter-separator: content_hash: bdb63eb38ced7b91429ea37ed5e929de9c1c487cf99b82c46bc9a2a69a44fdfe description: '' @@ -181552,6 +192594,7 @@ https://plugins.jenkins.io/parameter-separator: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/performance: content_hash: ac8365c7f6355c9f44fd8b637874ad88b3a0b97e04cae2d0ff299ff5fed78f4d description: '' @@ -181563,6 +192606,7 @@ https://plugins.jenkins.io/performance: v1_locations: - docs/performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://plugins.jenkins.io/pipeline-as-yaml: content_hash: c51151123ff951d83e477663fdd7ab9665d5611a54208850ebad9eb7f1077aa3 description: '' @@ -181581,6 +192625,7 @@ https://plugins.jenkins.io/pipeline-as-yaml: - jenkins.md - demos.md year: N/A + addition_method: manual https://plugins.jenkins.io/pipeline-graph-view: content_hash: 26a04a1914be0d10454894a492336bb99f8fa49e2864709800cb7e2ef72816fc description: '' @@ -181597,6 +192642,7 @@ https://plugins.jenkins.io/pipeline-graph-view: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/pipeline-maven: content_hash: 10e368196f8ac234e9e8f2084bcbf7122e66ecce9bef666f0d909095baac1af2 description: '' @@ -181613,6 +192659,7 @@ https://plugins.jenkins.io/pipeline-maven: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/pipeline-utility-steps: content_hash: 15256728d6763f3c11c1d92f44e97537fc2fb7f5f7ec32d14d96050065959cdf description: '' @@ -181629,6 +192676,7 @@ https://plugins.jenkins.io/pipeline-utility-steps: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/plasticscm-mergebot: content_hash: 1549650e0be1ec4ed3a396ac82eb4af789ff87f6b8d98a2c60903b41a78a0509 health_score: 100.0 @@ -181640,6 +192688,7 @@ https://plugins.jenkins.io/plasticscm-mergebot: - docs/git.md v2_locations: - git.md + addition_method: manual https://plugins.jenkins.io/plugin-usage-plugin: content_hash: b1d0994de7435e88355eef4b6c3df3395a7eca13092570b0a56f912499528b3b description: '' @@ -181658,6 +192707,7 @@ https://plugins.jenkins.io/plugin-usage-plugin: - jenkins.md - demos.md year: N/A + addition_method: manual https://plugins.jenkins.io/qftest: content_hash: 832401b968155d04a745b2fbeeb6e5675bac83da425fb34d723a71a03aa02381 description: '' @@ -181674,6 +192724,7 @@ https://plugins.jenkins.io/qftest: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/qualys-cs: content_hash: b627b4062cb01525ca90a9e45025ac8e8a896ca3af71d4b8367f369733ece46a description: '' @@ -181690,6 +192741,7 @@ https://plugins.jenkins.io/qualys-cs: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/rapid7-insightvm-container-assessment: content_hash: 03045ceb5f9a027101c31cb8d24a27dd5510b87718d3d85050885ef45762fb31 description: '' @@ -181706,6 +192758,7 @@ https://plugins.jenkins.io/rapid7-insightvm-container-assessment: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/rest-list-parameter: content_hash: 76f65bf4ffd63c3c60c2f9f48f99976b192020734a4a3bc5ef020efd6942c071 description: '' @@ -181722,6 +192775,7 @@ https://plugins.jenkins.io/rest-list-parameter: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/robot: content_hash: a32ff00a8304e739691d26530167c87df460d6f442bae836929aafbd0d534644 description: '' @@ -181738,6 +192792,7 @@ https://plugins.jenkins.io/robot: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/role-strategy: content_hash: 079feaded9c9030c4c85f5c5287356df6b2198d0ae57ebcdd6dd995ec074a4a4 description: '' @@ -181754,6 +192809,7 @@ https://plugins.jenkins.io/role-strategy: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/scm-filter-jervis: content_hash: e89d8b18d9d948b46852a905602356a28d032e08226b633d717384502207efad description: '' @@ -181770,6 +192826,7 @@ https://plugins.jenkins.io/scm-filter-jervis: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/script-security: content_hash: 42996582b77b7385ddd80e943d5a09cb30888dc484d72ddfb2b5b8704cc167bd description: '' @@ -181786,6 +192843,7 @@ https://plugins.jenkins.io/script-security: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/sonar: content_hash: 97f493e1faf1e368b1d5fcdaf07a244dbc7c0b1a725c8b65e6c7b505a2ca1316 description: '' @@ -181802,6 +192860,7 @@ https://plugins.jenkins.io/sonar: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/splunk-devops: content_hash: aa82538de5717ad5ffe6b5a31261a61b5908c8b18659ead5e580a00ae078d191 description: '' @@ -181818,6 +192877,7 @@ https://plugins.jenkins.io/splunk-devops: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/sysdig-secure: content_hash: 40f4a7b14f4c301bbc1bebdfa6a1155b17054a0accc9ee18f56433f3293c8e47 description: '' @@ -181834,6 +192894,7 @@ https://plugins.jenkins.io/sysdig-secure: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/syslog-logger: content_hash: f0137e31a0d286428a63120568809db741c01b8bbe5f26418c53ba04cab71112 description: '' @@ -181850,6 +192911,7 @@ https://plugins.jenkins.io/syslog-logger: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/templating-engine: content_hash: 34892862f44c90337da4764ead9e9ac77d89394a48c7edeeac298417396c3c55 description: '' @@ -181866,6 +192928,7 @@ https://plugins.jenkins.io/templating-engine: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/text-finder: content_hash: 60094b91fffbc15f46f59d62b1a92fdd6d9e9088a2ddc3c4c10814134fe7e60e description: '' @@ -181882,6 +192945,7 @@ https://plugins.jenkins.io/text-finder: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/uno-choice: content_hash: 22f1296f733200567e06bba05576ee44243c315f715031a9e7bc083077910927 description: '' @@ -181898,6 +192962,7 @@ https://plugins.jenkins.io/uno-choice: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/vsphere-cloud: content_hash: abbc87f9b3fbe17bf3dbabc555906e7beb2d830b8992b4dbd50087ff58b850ec description: '' @@ -181914,6 +192979,7 @@ https://plugins.jenkins.io/vsphere-cloud: v2_locations: - jenkins.md year: N/A + addition_method: manual https://plugins.jenkins.io/warnings-ng: content_hash: b33113a01a80ea276a8c4503c61ad58fc1699147402936283025a17acd6a5d83 description: '' @@ -181930,12 +192996,14 @@ https://plugins.jenkins.io/warnings-ng: v2_locations: - jenkins.md year: N/A + addition_method: manual https://pmbanugo.me/faas-on-kubernetes-from-aws-lambda-api-gateway-to-knative-kong-api-gateway: content_hash: 0b8ebabfdb979b169d2bb2a169cb22c3dc61ec656f5eec0eb6f3aa46f6ee6831 health_score: 100.0 last_checked: 1779033088.65747 v1_locations: - docs/serverless.md + addition_method: manual https://pod.chaoslever.com/hashicorp-under-ibms-wing: content_hash: 4804dd1e180823e4cc07ecba7da388e95c17959d2a78b2dcd749cb7835fbb6fe description: '' @@ -181952,12 +193020,14 @@ https://pod.chaoslever.com/hashicorp-under-ibms-wing: v2_locations: - terraform.md year: N/A + addition_method: manual https://pod.chaoslever.com/redefining-virtualization-in-the-vmware-acquisition-era: content_hash: a7ce2c390f58c7b192d8aea678cd364d763d180de5d0ab5800bb0b7dbc3c3eaa health_score: 100.0 last_checked: 1779130495.019473 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://podman-desktop.io: content_hash: fe524f429a93edd0cfc6c81da62ada41d5a196e9d31bfc7cd271a276b7593fed description: '' @@ -181974,6 +193044,7 @@ https://podman-desktop.io: v2_locations: - container-managers.md year: N/A + addition_method: manual https://podman.io: content_hash: 4a79feee585d71aef9d958cd49f9a9a083ce14492a6066c382ef9b3bd5e7d628 description: '' @@ -181992,6 +193063,7 @@ https://podman.io: - container-managers.md - docker.md year: N/A + addition_method: manual https://podman.io/blogs/2020/06/29/podman-v2-announce.html: content_hash: dec9ca8e65dc24721fb0acbd67001f75ff55ece09561ce999bad28b4f57071df description: '' @@ -182008,6 +193080,7 @@ https://podman.io/blogs/2020/06/29/podman-v2-announce.html: v2_locations: - container-managers.md year: N/A + addition_method: manual https://pointbase.hashnode.dev/understand-docker-layers-by-example-run-instructions-impact: content_hash: N/A description: '' @@ -182023,6 +193096,7 @@ https://pointbase.hashnode.dev/understand-docker-layers-by-example-run-instructi v2_locations: - docker.md year: N/A + addition_method: manual https://polarsquad.com/blog/check-your-kubernetes-deployments: content_hash: ea8e947a94d90020f1cd2e53f98182884548ede8b55903604a20b3dcad34fa28 description: '' @@ -182039,6 +193113,7 @@ https://polarsquad.com/blog/check-your-kubernetes-deployments: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://polarsquad.com/blog/stop-doing-pull-requests: ai_summary: A controversial architectural critique on pull request constraints, proposing trunk-based continuous integration to foster tighter collaboration. @@ -182068,6 +193143,7 @@ https://polarsquad.com/blog/stop-doing-pull-requests: v2_locations: - git.md year: N/A + addition_method: manual https://poloclub.github.io/cnn-explainer: ai_summary: Curator Insight introduces a highly interactive WebGL visual tool mapping the architectural layers of a Convolutional Neural Network (CNN). Live Grounding @@ -182096,6 +193172,7 @@ https://poloclub.github.io/cnn-explainer: v2_locations: - ai.md year: N/A + addition_method: manual https://poolofthought.com/how-to-implement-the-automerge-feature-that-is-missing-from-bitbucket-cloud: content_hash: N/A description: '' @@ -182111,6 +193188,7 @@ https://poolofthought.com/how-to-implement-the-automerge-feature-that-is-missing v2_locations: - git.md year: N/A + addition_method: manual https://portal.cloud.hashicorp.com/vagrant/discover/ansible/tower: content_hash: 094c5964cd9eceb331fcc52b352c0bd1b717ddd9b977e3de7536f11bffcea92b health_score: 100.0 @@ -182123,6 +193201,7 @@ https://portal.cloud.hashicorp.com/vagrant/discover/ansible/tower: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://portal.cloud.hashicorp.com/vagrant/discover/krlex/centos-awx: content_hash: 094c5964cd9eceb331fcc52b352c0bd1b717ddd9b977e3de7536f11bffcea92b health_score: 100.0 @@ -182135,6 +193214,7 @@ https://portal.cloud.hashicorp.com/vagrant/discover/krlex/centos-awx: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://portal.dev: content_hash: N/A description: '' @@ -182149,6 +193229,7 @@ https://portal.dev: v2_locations: - api.md year: N/A + addition_method: manual https://portal.kubevious.io: content_hash: N/A description: '' @@ -182163,6 +193244,7 @@ https://portal.kubevious.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://portal.tutorialsdojo.com/product-category/aws/aws-digital-courses-2: ai_summary: Highly-regarded training portal delivering structured practice tests and cheat sheets designed to replicate the logic and design depth of official @@ -182191,6 +193273,7 @@ https://portal.tutorialsdojo.com/product-category/aws/aws-digital-courses-2: v2_locations: - aws-training.md year: N/A + addition_method: manual https://porter.sh: content_hash: e42516cff238c3b07fa77b7d1158bdf80be5aa95913be24ea8b594313a80a3f5 description: '' @@ -182207,6 +193290,7 @@ https://porter.sh: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://portswigger.net: content_hash: 1736fc5cb6eddf1bc40a0960719a7902bbae14d0ca67a6cb4998d19a9f8f8acb health_score: 100.0 @@ -182219,6 +193303,7 @@ https://portswigger.net: - docs/api.md v2_locations: - api.md + addition_method: manual https://portswigger.net/daily-swig/introducing-vapi-an-open-source-lab-environment-to-learn-about-api-security: content_hash: d85fc80de493313ace77dc75debeb3dd721c864a082b14638e63b03deaf8780e description: '' @@ -182231,6 +193316,7 @@ https://portswigger.net/daily-swig/introducing-vapi-an-open-source-lab-environme v1_locations: - docs/api.md year: N/A + addition_method: manual https://portworx.com: content_hash: N/A description: '' @@ -182245,6 +193331,7 @@ https://portworx.com: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://portworx.com/automating-kubernetes-data-management-with-gitops-autopilot: content_hash: N/A description: '' @@ -182259,6 +193346,7 @@ https://portworx.com/automating-kubernetes-data-management-with-gitops-autopilot v2_locations: - gitops.md year: N/A + addition_method: manual https://portworx.com/how-to-backup-and-restore-elasticsearch-on-kubernetes: content_hash: N/A description: '' @@ -182273,6 +193361,7 @@ https://portworx.com/how-to-backup-and-restore-elasticsearch-on-kubernetes: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://portworx.com/implementing-data-security-on-red-hat-openshift: content_hash: N/A description: '' @@ -182287,6 +193376,7 @@ https://portworx.com/implementing-data-security-on-red-hat-openshift: v2_locations: - devsecops.md year: N/A + addition_method: manual https://portworx.com/kubernetes-backup-monitoring: content_hash: N/A description: '' @@ -182301,6 +193391,7 @@ https://portworx.com/kubernetes-backup-monitoring: v2_locations: - prometheus.md year: N/A + addition_method: manual https://portworx.com/products/px-backup: content_hash: N/A description: '' @@ -182315,6 +193406,7 @@ https://portworx.com/products/px-backup: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://portworx.com/run-ha-elasticsearch-elk-red-hat-openshift: content_hash: N/A description: '' @@ -182329,6 +193421,7 @@ https://portworx.com/run-ha-elasticsearch-elk-red-hat-openshift: v2_locations: - ocp3.md year: N/A + addition_method: manual https://portworx.com/tutorial-kubernetes-persistent-volumes: content_hash: N/A description: '' @@ -182343,6 +193436,7 @@ https://portworx.com/tutorial-kubernetes-persistent-volumes: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://postgresapp.com: content_hash: 107a08520e32b6c1c2e164198b4e659f0a0823c616ad0497c0fd684d8d11aad6 description: '' @@ -182359,6 +193453,7 @@ https://postgresapp.com: v2_locations: - databases.md year: N/A + addition_method: manual https://postgrescheatsheet.com: content_hash: e13b92ec97c475f5bbca0e02c32bb98d66b3fda0e538e7c155d595f7c066dc51 description: '' @@ -182370,6 +193465,7 @@ https://postgrescheatsheet.com: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://povilasv.me/kubernetes-node-local-dns-cache: content_hash: 16224cda3735c82c05c84042452e75c930fe984d8f6ee2e8edb65c7b8c769c6e description: '' @@ -182386,6 +193482,7 @@ https://povilasv.me/kubernetes-node-local-dns-cache: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://powershellmagazine.com: content_hash: 79919a0913fd3bea6c750a8e753b3d821bb6b0eab0266b7b5cb45acab64de776 description: '' @@ -182402,6 +193499,7 @@ https://powershellmagazine.com: v2_locations: - azure.md year: N/A + addition_method: manual https://prabirmahatha.hashnode.dev/jenkins-declarative-pipeline-with-docker: content_hash: N/A description: '' @@ -182416,6 +193514,7 @@ https://prabirmahatha.hashnode.dev/jenkins-declarative-pipeline-with-docker: v2_locations: - jenkins.md year: N/A + addition_method: manual https://practical365.com/connect-microsoft-graph-powershell-sdk: content_hash: edfd7eeed86911cd742d432ccb325168e49d577bb799ea52c881ea5b6f749179 description: '' @@ -182433,6 +193532,7 @@ https://practical365.com/connect-microsoft-graph-powershell-sdk: v2_locations: - azure.md year: N/A + addition_method: manual https://practical365.com/use-certificate-authentication-microsoft-graph-sdk: content_hash: 3db595379bf9faf4e882977e20f4c969eeb7d979e7a9c78666da1e262da6a145 description: '' @@ -182450,6 +193550,7 @@ https://practical365.com/use-certificate-authentication-microsoft-graph-sdk: v2_locations: - azure.md year: N/A + addition_method: manual https://practicalkubernetes.blogspot.com/2022/01/making-case-for-kubernetes-operators.html: content_hash: fbcc7ab3cc5ebac98cb7ecf1ed829ba28ec60473cf3874dca7c6483dd3189144 description: '' @@ -182466,6 +193567,7 @@ https://practicalkubernetes.blogspot.com/2022/01/making-case-for-kubernetes-oper v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://pradeepdaniel.medium.com/real-time-change-data-replication-to-snowflake-using-kafka-and-debezium-d6ebb0d4eb29: content_hash: N/A description: '' @@ -182481,6 +193583,7 @@ https://pradeepdaniel.medium.com/real-time-change-data-replication-to-snowflake- v2_locations: - message-queue.md year: N/A + addition_method: manual https://pradeepl.com/blog/kubernetes/introduction-to-kubernetes-admission-controllers: content_hash: 17e5117e58006c4c0c996c3a6fb8d9ac3b5d747c0ac0da8d28139cbb126ea6aa description: '' @@ -182497,6 +193600,7 @@ https://pradeepl.com/blog/kubernetes/introduction-to-kubernetes-admission-contro v2_locations: - kubernetes.md year: N/A + addition_method: manual https://prakashkumar0301.medium.com/blue-green-deployment-with-kubernetes-a37a534a2ef4: content_hash: N/A description: '' @@ -182511,6 +193615,7 @@ https://prakashkumar0301.medium.com/blue-green-deployment-with-kubernetes-a37a53 v2_locations: - kubernetes.md year: N/A + addition_method: manual https://prashant-48386.medium.com/continuous-delivery-for-kubernetes-with-argo-cd-9d5f3b69f1db: content_hash: N/A description: '' @@ -182526,6 +193631,7 @@ https://prashant-48386.medium.com/continuous-delivery-for-kubernetes-with-argo-c v2_locations: - argo.md year: N/A + addition_method: manual https://pratapreddypilaka.blogspot.com/2023/11/azure-finops-using-terraform-and.html: content_hash: 7ecc9461ef137d8a10e76d943a6f9c490362d8c789ba8ea9b93e8160cd0e792e description: '' @@ -182543,6 +193649,7 @@ https://pratapreddypilaka.blogspot.com/2023/11/azure-finops-using-terraform-and. v2_locations: - terraform.md year: N/A + addition_method: manual https://praveendandu24.medium.com/ansible-infrastructure-testing-to-test-aws-resources-bd8bdba9ab7c: content_hash: N/A description: '' @@ -182558,6 +193665,7 @@ https://praveendandu24.medium.com/ansible-infrastructure-testing-to-test-aws-res v2_locations: - demos.md year: N/A + addition_method: manual ? https://praveendandu24.medium.com/mastering-terraform-from-essential-commands-to-effortless-ec2-instance-provisioning-d2d25659450c : content_hash: N/A description: '' @@ -182573,6 +193681,7 @@ https://praveendandu24.medium.com/ansible-infrastructure-testing-to-test-aws-res v2_locations: - terraform.md year: N/A + addition_method: manual https://praveendandu24.medium.com/mastering-terraform-top-20-essential-commands-with-examples-for-beginners-1029852b419: content_hash: N/A description: '' @@ -182588,6 +193697,7 @@ https://praveendandu24.medium.com/mastering-terraform-top-20-essential-commands- v2_locations: - cheatsheets.md year: N/A + addition_method: manual ? https://praveendandu24.medium.com/understanding-the-differences-between-jenkins-scripted-and-declarative-pipeline-a-comprehensive-960826e26c2 : content_hash: N/A description: '' @@ -182603,6 +193713,7 @@ https://praveendandu24.medium.com/mastering-terraform-top-20-essential-commands- v2_locations: - jenkins.md year: N/A + addition_method: manual https://praveendavidmathew.medium.com/data-driven-testing-per-request-without-using-data-file-aeb573b4f63a: content_hash: N/A description: '' @@ -182618,6 +193729,7 @@ https://praveendavidmathew.medium.com/data-driven-testing-per-request-without-us v2_locations: - demos.md year: N/A + addition_method: manual https://prcode.co.uk/2021/04/29/connect-azure-mysql-to-private-endpoint-with-terraform: content_hash: bc069d9f48cde7a03bf4996216ee1a0f04b7b9506ad436042a20830ccfd234f9 description: '' @@ -182634,6 +193746,7 @@ https://prcode.co.uk/2021/04/29/connect-azure-mysql-to-private-endpoint-with-ter v2_locations: - terraform.md year: N/A + addition_method: manual https://prcode.co.uk/2022/02/08/terraform-code-quality: content_hash: eee16a0c74b8872a02212b25f955bc0f315805d13ac9cc030fb2e026b316f129 description: '' @@ -182650,6 +193763,7 @@ https://prcode.co.uk/2022/02/08/terraform-code-quality: v2_locations: - terraform.md year: N/A + addition_method: manual https://pre-commit.com: content_hash: 2c3829bd5a9fa8dcf83443c2c86275827d4c9a9126aa3ddefe22119b75edc035 description: '' @@ -182666,6 +193780,7 @@ https://pre-commit.com: v2_locations: - git.md year: N/A + addition_method: manual https://proandroiddev.com/continuous-integration-delivery-for-android-with-github-actions-part-1-b232ed2b1740: content_hash: N/A description: '' @@ -182681,6 +193796,7 @@ https://proandroiddev.com/continuous-integration-delivery-for-android-with-githu v2_locations: - git.md year: N/A + addition_method: manual https://proandroiddev.comimproving-ci-cd-pipeline-for-android-via-fastlane-and-github-actions-a635162d2c53: content_hash: N/A description: '' @@ -182696,6 +193812,7 @@ https://proandroiddev.comimproving-ci-cd-pipeline-for-android-via-fastlane-and-g v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://procodeguide.com/programming/polly-in-aspnet-core: content_hash: 6b947952256ed63d4af2c516d57fba028e7a5490c7bb8bd5006ef2426d790bc5 description: '' @@ -182713,6 +193830,7 @@ https://procodeguide.com/programming/polly-in-aspnet-core: v2_locations: - dotnet.md year: N/A + addition_method: manual https://programmer.ink/think/maven-scaffolding-best-practices.html: content_hash: N/A description: '' @@ -182727,6 +193845,7 @@ https://programmer.ink/think/maven-scaffolding-best-practices.html: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://project-management.com/understanding-responsibility-assignment-matrix-raci-matrix: content_hash: 0349f9bd77d90fdd2e90f50ca7a4ff8eb575cd9298703a02882d9832aada3d9f description: '' @@ -182743,6 +193862,7 @@ https://project-management.com/understanding-responsibility-assignment-matrix-ra v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://projector.cloud-mercato.com/projects/state-of-the-art-of-public-object-storage-europe: content_hash: 3c71bd8e21cdedb0e8dab4db63a018c757ada1c767b6fad3d103ce954c13ea1c description: '' @@ -182759,6 +193879,7 @@ https://projector.cloud-mercato.com/projects/state-of-the-art-of-public-object-s v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://projects.eclipse.org/projects/technology.microprofile: content_hash: 3aadaadb47fe56c66e5edfae016851ddee13effa548a858b3d872d724237e053 description: '' @@ -182775,6 +193896,7 @@ https://projects.eclipse.org/projects/technology.microprofile: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://promcat.io: content_hash: N/A description: '' @@ -182789,6 +193911,7 @@ https://promcat.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus-community.github.io/helm-charts: ai_summary: The absolute source of truth for deploying Prometheus, Grafana, and Alertmanager inside Kubernetes clusters. This community-maintained hub provides @@ -182817,6 +193940,7 @@ https://prometheus-community.github.io/helm-charts: v2_locations: - helm.md year: N/A + addition_method: manual https://prometheus-operator.dev: content_hash: e07f70ad8b69bf0692ab2ea8eb4877968d8880d06e11e9873119ff90d2c8c584 description: '' @@ -182833,6 +193957,7 @@ https://prometheus-operator.dev: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.demo.do.prometheus.io: content_hash: N/A description: '' @@ -182847,6 +193972,7 @@ https://prometheus.demo.do.prometheus.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io: content_hash: c4f09a0920d70baf2fcb853da6d86b8d228b4dbb15f71ca5297f3adc7c5553f7 description: '' @@ -182863,6 +193989,7 @@ https://prometheus.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/blog/2021/11/16/agent: content_hash: 5f937908aa1300dfbfab1136753a4f37947dca76b18ef6e71b65ded9f4a05f79 description: '' @@ -182880,6 +194007,7 @@ https://prometheus.io/blog/2021/11/16/agent: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/docs/alerting/alertmanager: content_hash: 9b8341f2b4d7e142f5fd9a60f353bf19a6c7ffeae34c7460cb575cc5bf3f66c5 description: '' @@ -182891,6 +194019,7 @@ https://prometheus.io/docs/alerting/alertmanager: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://prometheus.io/docs/alerting/latest/alertmanager: content_hash: 261e8edccf85eee8081560f904c570ceb893b00605056f33eadf0ad8212491bc health_score: 100.0 @@ -182903,6 +194032,7 @@ https://prometheus.io/docs/alerting/latest/alertmanager: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://prometheus.io/docs/instrumenting/clientlibs: content_hash: a801086ea1b0c852cfb45db7b903d7f45677dd8ae4d5f00795c001fef5ea8317 description: '' @@ -182919,6 +194049,7 @@ https://prometheus.io/docs/instrumenting/clientlibs: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/docs/instrumenting/exporters: content_hash: 577aed461abd816106d32d4cecde70888b4bfd3c776b6fdcc43dabc03334ae23 description: '' @@ -182935,6 +194066,7 @@ https://prometheus.io/docs/instrumenting/exporters: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/docs/instrumenting/writing_exporters: content_hash: 4266613bc8d1c8e7ff1d7c4855ce89178e50216b1991f9966006045397809235 description: '' @@ -182951,6 +194083,7 @@ https://prometheus.io/docs/instrumenting/writing_exporters: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/docs/introduction/comparison: content_hash: f4d57870053f5b08b3b06d26fd278f789ebcb7cae339779997c05a3252a69678 description: '' @@ -182967,6 +194100,7 @@ https://prometheus.io/docs/introduction/comparison: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/docs/prometheus/latest/getting_started: content_hash: 4420ca511440ebcd08427d9c67ff3138a194226642ed6607284921fdcfaf7efb description: '' @@ -182983,6 +194117,7 @@ https://prometheus.io/docs/prometheus/latest/getting_started: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/docs/prometheus/latest/installation: content_hash: 9e5fef0b0617e32a508e16c6c5b27523651dd67f546ebe7585e007b8af8e5972 description: '' @@ -182999,6 +194134,7 @@ https://prometheus.io/docs/prometheus/latest/installation: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/docs/prometheus/latest/querying/basics: content_hash: 6089f0a3237e3bbea96cd43eb24a775668daaac88496cf6053ff5018447aedf4 health_score: 100.0 @@ -183006,6 +194142,7 @@ https://prometheus.io/docs/prometheus/latest/querying/basics: needs_ai_refresh: true v1_locations: - docs/prometheus.md + addition_method: manual https://prometheus.io/docs/prometheus/latest/storage: content_hash: a5882c367f643d929f624d663d89bc7e3a9499d1cf6666b7e3f7e4fe668cfe58 description: '' @@ -183022,6 +194159,7 @@ https://prometheus.io/docs/prometheus/latest/storage: v2_locations: - prometheus.md year: N/A + addition_method: manual https://prometheus.io/download: content_hash: 0edb7bc072193c2acce51e8bff80b0cda252524ed54487060b0c11ada3a3cb48 description: '' @@ -183033,6 +194171,7 @@ https://prometheus.io/download: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://promitor.io: content_hash: b60d0efc7d9007faaf1ebe66afd05f11fe1fa4413b4fc6876e631271817e6149 description: '' @@ -183049,6 +194188,7 @@ https://promitor.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://promlabs.com/blog/2022/12/11/avoid-these-6-mistakes-when-getting-started-with-prometheus: content_hash: 5b3f9a8e51d05302e9f33c9d781e21860ba74100d74bc5d0de1ee9d9c51c6e4a description: '' @@ -183065,6 +194205,7 @@ https://promlabs.com/blog/2022/12/11/avoid-these-6-mistakes-when-getting-started v2_locations: - prometheus.md year: N/A + addition_method: manual https://promlens.com: content_hash: b1ebe247c07b062b584e70ce39a099e683be3e211b1f4189e9a9a4aaa09e3b56 description: '' @@ -183081,6 +194222,7 @@ https://promlens.com: v2_locations: - prometheus.md year: N/A + addition_method: manual https://promtools.dev: content_hash: N/A description: '' @@ -183095,12 +194237,14 @@ https://promtools.dev: v2_locations: - prometheus.md year: N/A + addition_method: manual https://proteon.com/2018/10/18/openshift-in-a-world-of-kubernetes-as-a-service: content_hash: e8b590d93e0e0660934b69ccc68a72e81a3589ed893d3d8697277b8371247ddc health_score: 100.0 last_checked: 1779029072.213885 v1_locations: - docs/introduction.md + addition_method: manual https://pub.towardsai.net/class-and-objects-in-python-with-examples-591c6ca95ee6: content_hash: N/A description: '' @@ -183115,6 +194259,7 @@ https://pub.towardsai.net/class-and-objects-in-python-with-examples-591c6ca95ee6 v2_locations: - python.md year: N/A + addition_method: manual https://pub.towardsai.net/oops-concept-in-python-b5f5833d57db: content_hash: N/A description: '' @@ -183129,6 +194274,7 @@ https://pub.towardsai.net/oops-concept-in-python-b5f5833d57db: v2_locations: - python.md year: N/A + addition_method: manual https://pub.towardsai.net/python-zero-to-hero-with-examples-c7a5dedb968b: content_hash: N/A description: '' @@ -183143,6 +194289,7 @@ https://pub.towardsai.net/python-zero-to-hero-with-examples-c7a5dedb968b: v2_locations: - python.md year: N/A + addition_method: manual https://pub.towardsai.net/software-engineering-baa4e7a8015c: content_hash: N/A description: '' @@ -183157,6 +194304,7 @@ https://pub.towardsai.net/software-engineering-baa4e7a8015c: v2_locations: - message-queue.md year: N/A + addition_method: manual https://pub.towardsai.net/step-by-step-design-of-enhanced-entity-relationship-eer-in-mysql-1e0f8b9fe5d4: content_hash: N/A description: '' @@ -183172,6 +194320,7 @@ https://pub.towardsai.net/step-by-step-design-of-enhanced-entity-relationship-ee v2_locations: - databases.md year: N/A + addition_method: manual https://pub.towardsai.net/why-map-filter-and-reduce-functions-are-so-famous-4c8e42fd0755: content_hash: N/A description: '' @@ -183186,6 +194335,7 @@ https://pub.towardsai.net/why-map-filter-and-reduce-functions-are-so-famous-4c8e v2_locations: - python.md year: N/A + addition_method: manual https://publicapis.io: content_hash: fed7fa6cb99f5730529d49e0c6a2f182e8b98a7fe4be2044f28d54a478820b59 description: '' @@ -183204,11 +194354,13 @@ https://publicapis.io: - developerportals.md - api.md year: N/A + addition_method: manual https://publications.opengroup.org: content_hash: 7e186dade51304ec7495f7314cd362084e08a74f97b9896f41c781ea9a8816e8 health_score: 100.0 last_checked: 1779032017.526668 v1_locations: [] + addition_method: manual https://pulpproject.org: ai_summary: An enterprise-grade platform for managing, hosting, and distributing software packages and repositories. Supports multiple content types including @@ -183236,6 +194388,7 @@ https://pulpproject.org: v2_locations: - linux.md year: N/A + addition_method: manual https://pulsar.apache.org: ai_summary: A highly scalable cloud-native event streaming model that separates compute (Apache Pulsar brokers) from state/storage (Apache BookKeeper). Ideal @@ -183265,6 +194418,7 @@ https://pulsar.apache.org: v2_locations: - message-queue.md year: N/A + addition_method: manual https://pulsemcp.com: content_hash: N/A description: '' @@ -183279,6 +194433,7 @@ https://pulsemcp.com: v2_locations: - ai-agents-mcp.md year: N/A + addition_method: manual https://puppet.com/resources/?refinementList%5Btype%5D%5B0%5D=Report&page=1&configure%5BhitsPerPage%5D=18: content_hash: N/A description: '' @@ -183288,12 +194443,14 @@ https://puppet.com/resources/?refinementList%5Btype%5D%5B0%5D=Report&page=1&conf title: State of DevOps Reports v1_locations: [] year: N/A + addition_method: manual https://puppet.com/resources/report/2015-state-devops-report: content_hash: N/A health_score: 100.0 last_checked: 1779033218.110984 v1_locations: - docs/project-management-methodology.md + addition_method: manual https://puppet.com/resources/report/2020-devops-salary-report: content_hash: N/A description: '' @@ -183303,6 +194460,7 @@ https://puppet.com/resources/report/2020-devops-salary-report: title: 2020 DevOps Salary Report v1_locations: [] year: N/A + addition_method: manual https://puppet.com/resources/report/2020-state-of-devops-report: content_hash: N/A description: '' @@ -183312,6 +194470,7 @@ https://puppet.com/resources/report/2020-state-of-devops-report: title: 2020 State of DevOps Report v1_locations: [] year: N/A + addition_method: manual https://puppet.com/resources/report/2021-state-of-devops-report: content_hash: N/A description: '' @@ -183327,6 +194486,7 @@ https://puppet.com/resources/report/2021-state-of-devops-report: - devops.md - index.md year: N/A + addition_method: manual https://puppet.com/resources/report/gartner-report-top-trends-impacting-infrastructure-and-operations-for-2021: content_hash: N/A description: '' @@ -183336,6 +194496,7 @@ https://puppet.com/resources/report/gartner-report-top-trends-impacting-infrastr title: 2021 Gartner Report Top Trends Infra & Operations v1_locations: [] year: N/A + addition_method: manual https://purnapoudel.blogspot.com/2018/09/how-to-configure-postgresql-with-ssl-tls-on-kubernetes.html: content_hash: cc67a121b230d75680c6071a006179db91c42d58b603212a133f359998a040fd description: '' @@ -183353,6 +194514,7 @@ https://purnapoudel.blogspot.com/2018/09/how-to-configure-postgresql-with-ssl-tl v2_locations: - databases.md year: N/A + addition_method: manual https://purushothamkdr453.medium.com/event-driven-autoscaling-in-kubernetes-using-keda-a0c16a383619: content_hash: N/A description: '' @@ -183368,6 +194530,7 @@ https://purushothamkdr453.medium.com/event-driven-autoscaling-in-kubernetes-usin v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://pushbuildtestdeploy.com/jenkins-on-kubernetes-building-docker-images: content_hash: 0e48d790705219c9add1d77691f4bca3a7e8c47f46f5196fc9da9cdedd28b478 description: '' @@ -183386,6 +194549,7 @@ https://pushbuildtestdeploy.com/jenkins-on-kubernetes-building-docker-images: - demos.md - jenkins.md year: N/A + addition_method: manual https://px.dev: content_hash: f3a94ea841084654a9fe071993c2e958d50be1fc40ff5a642720ac8fb15a35fa description: '' @@ -183402,12 +194566,14 @@ https://px.dev: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://pygithub.readthedocs.io: content_hash: 2d6797083f293d4e4529dff4890fdde2ace87d08f3c9f9b8aeae89338f5c7c59 health_score: 100.0 last_checked: 1779029628.697027 v1_locations: - docs/python.md + addition_method: manual https://pymotw.com: content_hash: a5bdfb80b685819ec13a0668752cdedc0add658b8d0b5ca9965b38ab019d02e4 description: '' @@ -183424,6 +194590,7 @@ https://pymotw.com: v2_locations: - python.md year: N/A + addition_method: manual https://pymotw.com/2: content_hash: 545147b848fb34c2e92a306afe2ce30e274d65f3c626a40473eaa7e02f0086d4 description: '' @@ -183440,6 +194607,7 @@ https://pymotw.com/2: v2_locations: - python.md year: N/A + addition_method: manual https://pypi.org/project/airflow-provider-mlflow: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 description: '' @@ -183456,6 +194624,7 @@ https://pypi.org/project/airflow-provider-mlflow: v2_locations: - mlops.md year: N/A + addition_method: manual https://pypi.org/project/ansible-navigator: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 description: '' @@ -183472,6 +194641,7 @@ https://pypi.org/project/ansible-navigator: v2_locations: - ansible.md year: N/A + addition_method: manual https://pypi.org/project/ec2-ssh-yplan: content_hash: 32ed63159c77e21ee19ca1b9aa3213ccf0218eb59539560b132a8e68ef0e18ea health_score: 100.0 @@ -183485,6 +194655,7 @@ https://pypi.org/project/ec2-ssh-yplan: v2_locations: - python.md - aws-tools-scripts.md + addition_method: manual https://pypi.org/project/http-sfv: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 description: '' @@ -183501,6 +194672,7 @@ https://pypi.org/project/http-sfv: v2_locations: - networking.md year: N/A + addition_method: manual https://pypi.org/project/latexify-py: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 description: '' @@ -183517,6 +194689,7 @@ https://pypi.org/project/latexify-py: v2_locations: - python.md year: N/A + addition_method: manual https://pypi.org/project/pddb: content_hash: 32ed63159c77e21ee19ca1b9aa3213ccf0218eb59539560b132a8e68ef0e18ea health_score: 100.0 @@ -183528,12 +194701,14 @@ https://pypi.org/project/pddb: - docs/python.md v2_locations: - python.md + addition_method: manual https://pypi.org/project/strimzi-kafka-cli: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 health_score: 100.0 last_checked: 1779029118.651145 v1_locations: - docs/message-queue.md + addition_method: manual https://pypi.python.org/pypi/ec2-ssh-yplan: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 description: '' @@ -183547,6 +194722,7 @@ https://pypi.python.org/pypi/ec2-ssh-yplan: - docs/aws-tools-scripts.md - docs/python.md year: N/A + addition_method: manual https://pypi.python.org/pypi/gabbi: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 health_score: 100.0 @@ -183559,6 +194735,7 @@ https://pypi.python.org/pypi/gabbi: - docs/python.md v2_locations: - python.md + addition_method: manual https://pypi.python.org/pypi/pddb: content_hash: e91d38d69d4f98d0f37444e19173877101130412df85716ec98ad7ce8ab74f80 description: '' @@ -183570,6 +194747,7 @@ https://pypi.python.org/pypi/pddb: v1_locations: - docs/python.md year: N/A + addition_method: manual https://python.plainenglish.io/15-github-repos-that-every-developers-must-bookmark-right-now-eee01db63977: content_hash: N/A description: '' @@ -183585,6 +194763,7 @@ https://python.plainenglish.io/15-github-repos-that-every-developers-must-bookma v2_locations: - devel-sites.md year: N/A + addition_method: manual https://python.plainenglish.io/how-to-perform-read-and-write-operations-on-json-files-in-python-a5bac724320d: content_hash: N/A description: '' @@ -183600,6 +194779,7 @@ https://python.plainenglish.io/how-to-perform-read-and-write-operations-on-json- v2_locations: - python.md year: N/A + addition_method: manual https://python.plainenglish.io/its-time-to-say-goodbye-to-these-obsolete-python-libraries-7c02aa77d84a: content_hash: N/A description: '' @@ -183615,6 +194795,7 @@ https://python.plainenglish.io/its-time-to-say-goodbye-to-these-obsolete-python- v2_locations: - python.md year: N/A + addition_method: manual https://python.plainenglish.io/python-snippets-7e8dcbeae26e: content_hash: N/A description: '' @@ -183629,6 +194810,7 @@ https://python.plainenglish.io/python-snippets-7e8dcbeae26e: v2_locations: - python.md year: N/A + addition_method: manual https://python.plainenglish.io/rest-a-quick-guide-to-building-scalable-and-flexible-systems-using-http-62154841eefd: content_hash: N/A description: '' @@ -183644,6 +194826,7 @@ https://python.plainenglish.io/rest-a-quick-guide-to-building-scalable-and-flexi v2_locations: - python.md year: N/A + addition_method: manual https://python.plainenglish.io/special-methods-that-will-change-how-you-build-classes-in-python-cd0226b52eb6: content_hash: N/A description: '' @@ -183659,6 +194842,7 @@ https://python.plainenglish.io/special-methods-that-will-change-how-you-build-cl v2_locations: - python.md year: N/A + addition_method: manual https://python.plainenglish.io/ultimate-python-cheat-sheet-f2930e08669c: content_hash: N/A description: '' @@ -183673,6 +194857,7 @@ https://python.plainenglish.io/ultimate-python-cheat-sheet-f2930e08669c: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://python.plainenglish.io/who-writes-better-code-github-copilot-or-gpt-3-9e7441650c9b: content_hash: N/A description: '' @@ -183687,6 +194872,7 @@ https://python.plainenglish.io/who-writes-better-code-github-copilot-or-gpt-3-9e v2_locations: - git.md year: N/A + addition_method: manual https://pythonium.net/mockapy: content_hash: 47fb345b0d06fecd2139f6681d791cf12b01852bbe4f1459a99badbe54a8777a description: '' @@ -183703,6 +194889,7 @@ https://pythonium.net/mockapy: v2_locations: - api.md year: N/A + addition_method: manual https://pythonsimplified.com/how-to-schedule-python-scripts-using-schedule-library: content_hash: dae11ecab4c0b5eaf762b442c88a5d88d4874362e721a1204aee73fce5f5cb8c description: '' @@ -183714,6 +194901,7 @@ https://pythonsimplified.com/how-to-schedule-python-scripts-using-schedule-libra v1_locations: - docs/python.md year: N/A + addition_method: manual https://pythonspeed.com/articles/docker-buildkit: content_hash: 32aac7db943fd87b2a6484ff81846ca546a790915bd2b1639e567f00ae65fcc0 description: '' @@ -183731,6 +194919,7 @@ https://pythonspeed.com/articles/docker-buildkit: v2_locations: - docker.md year: N/A + addition_method: manual https://pythonspeed.com/articles/docker-performance-overhead: content_hash: df8cfc2b2688697a9c42f218c884c03c04acf0b52df9c3fe831bc6a7ea9c9a4a description: '' @@ -183747,6 +194936,7 @@ https://pythonspeed.com/articles/docker-performance-overhead: v2_locations: - docker.md year: N/A + addition_method: manual https://pythonspeed.com/articles/dockerizing-python-is-hard: content_hash: c41d94db9f9bdbe4dddeffb118d6ff4dc7be0bd8b6d897d370a950337960efee description: '' @@ -183763,6 +194953,7 @@ https://pythonspeed.com/articles/dockerizing-python-is-hard: v2_locations: - docker.md year: N/A + addition_method: manual https://pythonspeed.com/articles/dont-need-kubernetes: ai_summary: A widely cited engineering critique highlighting the cognitive load and complexity traps of adopting Kubernetes for smaller teams and projects. Recommends @@ -183790,6 +194981,7 @@ https://pythonspeed.com/articles/dont-need-kubernetes: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://pythonspeed.com/articles/gitlab-build-docker-image: ai_summary: A highly-regarded architectural deep dive by PythonSpeed comparing Docker-in-Docker (DinD) versus Podman for building container images securely inside GitLab CI pipelines. @@ -183819,6 +195011,7 @@ https://pythonspeed.com/articles/gitlab-build-docker-image: v2_locations: - git.md year: N/A + addition_method: manual https://pythonspeed.com/articles/json-memory-streaming: ai_summary: An outstanding technical exploration detailing memory-safe streaming of large-scale JSON files using Python. Offers actionable solutions to prevent @@ -183849,6 +195042,7 @@ https://pythonspeed.com/articles/json-memory-streaming: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://pythonspeed.com/articles/podman-buildkit: content_hash: 92e5a1781dad5cd17a723016ab99d12a915a2ceac4d235aa4a04c00b43cf257f description: '' @@ -183866,6 +195060,7 @@ https://pythonspeed.com/articles/podman-buildkit: v2_locations: - container-managers.md year: N/A + addition_method: manual https://pythonspeed.com/articles/security-updates-in-docker: content_hash: e72a8551767027ecb2a48c3ff97c9f3239a39c039bc98773ab9a946aec008fdc description: '' @@ -183882,6 +195077,7 @@ https://pythonspeed.com/articles/security-updates-in-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://pythonspeed.com/articles/shell-scripts: ai_summary: An architectural critique arguing that standard shell scripts are inherently error-prone for intricate logic. Recommends shifting to robust languages like @@ -183910,6 +195106,7 @@ https://pythonspeed.com/articles/shell-scripts: v2_locations: - linux.md year: N/A + addition_method: manual https://pyvideo.org: content_hash: 4e19c47073b749220fcd2aa9fbf131a6cd3f2cc708838a29e29ede7ffc386743 health_score: 100.0 @@ -183922,6 +195119,7 @@ https://pyvideo.org: - docs/python.md v2_locations: - python.md + addition_method: manual https://pyvideo.org/video/2987/managing-the-cloud-with-a-few-lines-of-python: content_hash: N/A health_score: 100.0 @@ -183933,6 +195131,7 @@ https://pyvideo.org/video/2987/managing-the-cloud-with-a-few-lines-of-python: - docs/python.md v2_locations: - python.md + addition_method: manual https://pyvideo.org/video/3460/dont-make-us-say-we-told-you-so-virtualenv-for: content_hash: N/A health_score: 100.0 @@ -183944,6 +195143,7 @@ https://pyvideo.org/video/3460/dont-make-us-say-we-told-you-so-virtualenv-for: - docs/python.md v2_locations: - python.md + addition_method: manual https://qainsights.com/deploy-jmeter-on-aws-using-terraform: content_hash: N/A description: '' @@ -183958,6 +195158,7 @@ https://qainsights.com/deploy-jmeter-on-aws-using-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://qautomation.blog/2019/05/03/power-full-load-testing-tool-gatling: content_hash: N/A description: '' @@ -183972,6 +195173,7 @@ https://qautomation.blog/2019/05/03/power-full-load-testing-tool-gatling: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://qautomation.blog/2019/05/07/how-to-run-selenium-script-in-jmeter: content_hash: N/A description: '' @@ -183986,6 +195188,7 @@ https://qautomation.blog/2019/05/07/how-to-run-selenium-script-in-jmeter: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://qdnqn.com/create-kubernetes-yaml-definitions-using-go-and-cdk8s: content_hash: N/A description: '' @@ -184000,6 +195203,7 @@ https://qdnqn.com/create-kubernetes-yaml-definitions-using-go-and-cdk8s: v2_locations: - kubernetes-client-libraries.md year: N/A + addition_method: manual https://qdnqn.com/creating-kubernetes-operator-using-kubebuilder: content_hash: N/A description: '' @@ -184014,6 +195218,7 @@ https://qdnqn.com/creating-kubernetes-operator-using-kubebuilder: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://qlinh.com/infosec/2020/09/30/threat-detection-with-kubernetes-audit-logs.html: ai_summary: A security-oriented analysis showing how to leverage Kubernetes API audit logs to capture malicious actions and abnormal cluster behavior. Grounding @@ -184041,6 +195246,7 @@ https://qlinh.com/infosec/2020/09/30/threat-detection-with-kubernetes-audit-logs v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://quandarycg.com/everything-you-need-to-know-about-integrations: content_hash: 65f6b1e67c673a85db75afc47e6bf3fd1a03701f4e1bdb163f7f8f74b64f6894 description: '' @@ -184053,6 +195259,7 @@ https://quandarycg.com/everything-you-need-to-know-about-integrations: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://quarkus.io: content_hash: af02a9d3befb20687cb3bbb15ed8068b1de492f5fe78f1704de23796a271a91e description: '' @@ -184069,6 +195276,7 @@ https://quarkus.io: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://quarkus.io/blog/decathlon-user-story: content_hash: ce427ef1bbac27c7f8bb11f0260295951859f38f219b10267d8248d754df0c20 description: '' @@ -184086,6 +195294,7 @@ https://quarkus.io/blog/decathlon-user-story: v2_locations: - customer.md year: N/A + addition_method: manual https://quarkus.io/blog/march-of-ides: content_hash: bb32dec95be3ace35a03604cf109cd335c6c49a7433074ed0afb53b2aa9afc3b description: '' @@ -184102,6 +195311,7 @@ https://quarkus.io/blog/march-of-ides: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://quarkus.io/blog/quarkus-for-spring-developers: content_hash: a839019f624768ad7ceb3040d6baf78e0e46c302936bd7777b36c31940963e0b description: '' @@ -184118,6 +195328,7 @@ https://quarkus.io/blog/quarkus-for-spring-developers: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://quarkus.io/guides/dev-ui: content_hash: 9754b60d6d929679db80c73105c62edef888902a8b12ac8054c14c087453a867 description: '' @@ -184134,6 +195345,7 @@ https://quarkus.io/guides/dev-ui: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://quay.io: ai_summary: A highly secure, enterprise-ready container registry platform providing advanced geo-replication, vulnerability scanning via Clair, and multi-tenant authentication @@ -184163,6 +195375,7 @@ https://quay.io: - registries.md - ocp4.md year: N/A + addition_method: manual https://quickref.me/index.html: ai_summary: A massive aggregator of high-density cheat sheets and quick reference guides covering terminal systems, programming syntaxes, database commands, and @@ -184194,6 +195407,7 @@ https://quickref.me/index.html: - cheatsheets.md - kubernetes-tools.md year: N/A + addition_method: manual https://qvault.io/2020/10/26/how-to-restart-all-pods-in-a-kubernetes-namespace: content_hash: f06df5f3ed70bf23bd559be1a007e58cfd18bb3b7c4b07c3b319f33aa0fb5b50 description: '' @@ -184205,6 +195419,7 @@ https://qvault.io/2020/10/26/how-to-restart-all-pods-in-a-kubernetes-namespace: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://raesene.github.io/blog/2022/07/03/lets-talk-about-kubernetes-on-the-internet: ai_summary: Analyzes the operational and security implications of exposing Kubernetes API servers directly to the public internet. Discusses real-world scanning threats @@ -184232,6 +195447,7 @@ https://raesene.github.io/blog/2022/07/03/lets-talk-about-kubernetes-on-the-inte v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://raesene.github.io/blog/2022/08/14/auditing-rbac-redux: ai_summary: 'Curator Insight: Expert auditing analysis highlighting stealthy pathways for privilege escalation. Live Grounding: Maintained by veteran security researcher @@ -184259,6 +195475,7 @@ https://raesene.github.io/blog/2022/08/14/auditing-rbac-redux: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://rafay.co/ai-and-cloud-native-blog/helm-chart-hooks-tutorial: ai_summary: An analytical tutorial detailing the execution phases of Helm chart hooks (such as pre-install, post-upgrade, and test actions). It demonstrates how @@ -184281,6 +195498,7 @@ https://rafay.co/ai-and-cloud-native-blog/helm-chart-hooks-tutorial: v2_locations: - helm.md year: '2023' + addition_method: manual https://rafay.co/the-kubernetes-current/helm-chart-hooks-tutorial: content_hash: 1f146de96cd77a1315d26ed98eb1c661070463cff056290d037a9fcd76c553e4 description: '' @@ -184292,6 +195510,7 @@ https://rafay.co/the-kubernetes-current/helm-chart-hooks-tutorial: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://raft.github.io: content_hash: c9f6920668b9275bda174c733309ab17fe9b13c7da5e4b3d4cd7ba625884d546 description: '' @@ -184308,6 +195527,7 @@ https://raft.github.io: v2_locations: - introduction.md year: N/A + addition_method: manual ? https://rahulbhatia1998.medium.com/designing-a-multi-region-kubernetes-cluster-for-disaster-recovery-on-aws-eks-0a0a98ad5854 : content_hash: N/A description: '' @@ -184323,6 +195543,7 @@ https://raft.github.io: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://rahulh123.medium.com/choosing-the-right-architecture-monolithic-vs-microservices-analyzing-requirements-for-success-70d681f6a1d0 : content_hash: N/A description: '' @@ -184338,6 +195559,7 @@ https://raft.github.io: v2_locations: - introduction.md year: N/A + addition_method: manual https://rajansahu713.medium.com/hands-on-guide-to-restful-api-using-flask-python-16270f866ffe: content_hash: N/A description: '' @@ -184352,6 +195574,7 @@ https://rajansahu713.medium.com/hands-on-guide-to-restful-api-using-flask-python v2_locations: - python.md year: N/A + addition_method: manual ? https://rajivsharma-2205.medium.com/demystify-how-traffic-reaches-directly-to-pod-on-using-alb-ingress-kubernetes-io-target-type-ip-f2d1be346b46 : content_hash: N/A description: '' @@ -184367,6 +195590,7 @@ https://rajansahu713.medium.com/hands-on-guide-to-restful-api-using-flask-python v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://rakhesh.com/azure/graph-cmdlets-and-azure-ad-app-registrations: content_hash: 25795d4ff53885aea98b5ba47250794968bb062a72fffb9eae445e52b6d8a145 description: '' @@ -184383,6 +195607,7 @@ https://rakhesh.com/azure/graph-cmdlets-and-azure-ad-app-registrations: v2_locations: - azure.md year: N/A + addition_method: manual https://ramansharma.substack.com/p/containers-are-not-just-for-kubernetes-fa330653cbbd: content_hash: N/A description: '' @@ -184397,6 +195622,7 @@ https://ramansharma.substack.com/p/containers-are-not-just-for-kubernetes-fa3306 v2_locations: - introduction.md year: N/A + addition_method: manual https://ramitsurana.github.io/awesome-kubernetes: content_hash: 4c594910041c7b9300e4c39c819ffeffe04bc705ab25f4267a75b891f7f04027 description: '' @@ -184414,6 +195640,7 @@ https://ramitsurana.github.io/awesome-kubernetes: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://rancher.com: content_hash: ac96a8e9b4d12f9537fb30a9430600d6b8664bb1b5d237503ec7ad1e61adbe43 description: '' @@ -184425,6 +195652,7 @@ https://rancher.com: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/announcing-harvester-open-source-hyperconverged-infrastructure-software: content_hash: 80698a5dd4c07cc3c6dbb05fd4ea939936f4e7c12709e88fa061ffa963a0adfc description: '' @@ -184436,6 +195664,7 @@ https://rancher.com/blog/2020/announcing-harvester-open-source-hyperconverged-in v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/announcing-hosted-rancher: content_hash: b888fca897f03462a6f0779e987b65e11de7954f6f45f16ef086c318108ee4ea description: '' @@ -184447,6 +195676,7 @@ https://rancher.com/blog/2020/announcing-hosted-rancher: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/build-kubernetes-clusters-on-azure: content_hash: 75ca928e36669800e289ca1a68f068e8f64c19ab8c6480f77bb343b581cf2657 description: '' @@ -184458,6 +195688,7 @@ https://rancher.com/blog/2020/build-kubernetes-clusters-on-azure: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/custom-monitoring: content_hash: cd892a7d5ddc18e7e1007098f5e389aa0e418968bd0d48312ed4f3b741376d5e description: '' @@ -184469,6 +195700,7 @@ https://rancher.com/blog/2020/custom-monitoring: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/deploy-with-gitlab-ci: content_hash: dd75070c93002859432872870fdca2ac685d4f146b36628ac738dc1538def5fa description: '' @@ -184481,6 +195713,7 @@ https://rancher.com/blog/2020/deploy-with-gitlab-ci: - docs/demos.md - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/disaster-recovery-preparedness-kubernetes-clusters: content_hash: 0424a7aa9abbb31735af1c78a23da265713977a9dacda11f4b10ab8ea680a267 description: '' @@ -184493,6 +195726,7 @@ https://rancher.com/blog/2020/disaster-recovery-preparedness-kubernetes-clusters v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://rancher.com/blog/2020/driving-kubernetes-adoption-finance-rancher: content_hash: 1ea41b51fc48a586cf6832c0e3838bcfd35afc80ebe04e3a6bc3273cb6a69432 description: '' @@ -184504,6 +195738,7 @@ https://rancher.com/blog/2020/driving-kubernetes-adoption-finance-rancher: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/faster-kubernetes-development-rancher-devspace-loft: content_hash: 65926f037bde43f3ac5897566a7123874af5ae4f7591f74cabb0aeb7325c39a5 description: '' @@ -184515,6 +195750,7 @@ https://rancher.com/blog/2020/faster-kubernetes-development-rancher-devspace-lof v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/fleet-management-kubernetes: content_hash: 06e372b892cb55fb6da07ac4e188729b1e1816ffd0a773ace061573e2b0a0705 description: '' @@ -184526,6 +195762,7 @@ https://rancher.com/blog/2020/fleet-management-kubernetes: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/gain-better-visibility-kubernetes-cost-allocation: content_hash: 339d6db3da6068491aa74345ed7b5f3ba83866b5328e38d7ecbc7fffc4f67225 description: '' @@ -184537,6 +195774,7 @@ https://rancher.com/blog/2020/gain-better-visibility-kubernetes-cost-allocation: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://rancher.com/blog/2020/helm-security: content_hash: 5d4a546ed6f1b499b53cdaa1e50bd6e41bd576f95bfddf90470ab4227137160c description: '' @@ -184549,6 +195787,7 @@ https://rancher.com/blog/2020/helm-security: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://rancher.com/blog/2020/hybrid-multi-cloud-service-mesh-based-applications-distributed-deployments: content_hash: N/A description: '' @@ -184560,6 +195799,7 @@ https://rancher.com/blog/2020/hybrid-multi-cloud-service-mesh-based-applications v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://rancher.com/blog/2020/k3s-high-availability: content_hash: 9077ec78ae843df095eb5be4a7d833226b7dd7fbb938e65ef9989521e4c56f29 description: '' @@ -184571,6 +195811,7 @@ https://rancher.com/blog/2020/k3s-high-availability: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/longhorn-container-storage: content_hash: 55135c9d241390696e51d40f04d08f38e1589574f4e1e52325d410839270b48d description: '' @@ -184582,6 +195823,7 @@ https://rancher.com/blog/2020/longhorn-container-storage: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://rancher.com/blog/2020/monitor-etcd-prometheus-grafana-rancher: content_hash: cf38831310d44703a6b85afac458f8fa07a0174beb42921b60af0a5d4d1b6a66 description: '' @@ -184594,6 +195836,7 @@ https://rancher.com/blog/2020/monitor-etcd-prometheus-grafana-rancher: - docs/monitoring.md - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/multi-cluster-vulnerability-scanning-alcide-rancher: content_hash: 9f28f8cff2eb94fd1653abdb8aad835de7180ee3d7d88d660ffead28e341396c description: '' @@ -184605,6 +195848,7 @@ https://rancher.com/blog/2020/multi-cluster-vulnerability-scanning-alcide-ranche v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/number-one-rule-disaster-recovery: content_hash: 09146246313927cde7f5b4d2cdfa7ddcb18a50118ae1ddc3f9958f2d93d0b41b description: '' @@ -184616,6 +195860,7 @@ https://rancher.com/blog/2020/number-one-rule-disaster-recovery: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://rancher.com/blog/2020/pod-security-policies-part-1: content_hash: 9e376a21338d21aee314384c98e240b9f92088c0bcc494792ffcdd204961a632 description: '' @@ -184628,6 +195873,7 @@ https://rancher.com/blog/2020/pod-security-policies-part-1: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://rancher.com/blog/2020/pod-security-policies-part-2: content_hash: cb111053fd2d0ed9aed6ebdbd14fd1b89175f0953d0811d0e3d131eedf180a25 description: '' @@ -184639,6 +195885,7 @@ https://rancher.com/blog/2020/pod-security-policies-part-2: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://rancher.com/blog/2020/rancher-2-5-delivers-computing-everwhere-strategy: content_hash: 03126160da380ec48feeee58cf40fa16963f8d384907ab82acf448388df1917f description: '' @@ -184650,6 +195897,7 @@ https://rancher.com/blog/2020/rancher-2-5-delivers-computing-everwhere-strategy: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/run-rancher-k3s-mysql: content_hash: a056876ad21e384d3ad294afe00c8f1f171461d6254fbb11a72ca493236e2b2e description: '' @@ -184660,6 +195908,7 @@ https://rancher.com/blog/2020/run-rancher-k3s-mysql: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/set-up-k3s-high-availability-using-k3d: content_hash: f04def4c4fdebc0166a5f101de52f59e10092abc89836f4e7a16166bed245852 description: '' @@ -184670,6 +195919,7 @@ https://rancher.com/blog/2020/set-up-k3s-high-availability-using-k3d: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/speed-development-automated-kubernetes-deployments: content_hash: c7c3c329bfe17c5526ac745db86478814e3a8adba910b86518bcf4f6e0b76023 description: '' @@ -184681,6 +195931,7 @@ https://rancher.com/blog/2020/speed-development-automated-kubernetes-deployments v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/stateful-kubernetes-workloads: content_hash: f93e4d0e8b7d479597f1359c4c9d4c7d86bbdc80c660691efe43dea2c82cb3ed description: '' @@ -184692,6 +195943,7 @@ https://rancher.com/blog/2020/stateful-kubernetes-workloads: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/upgrade-your-k3s-cluster: content_hash: 5e754a50c96c2e328f835632b4b05b875114c3a6fb020b7680d6b5ae5517e5c2 description: '' @@ -184702,6 +195954,7 @@ https://rancher.com/blog/2020/upgrade-your-k3s-cluster: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/blog/2020/what-is-cloud-native-storage: content_hash: fb14c0f0a81a8dd6a34b464354dc02dc12faf6e8df09c5862557095e72557e2a description: '' @@ -184713,12 +195966,14 @@ https://rancher.com/blog/2020/what-is-cloud-native-storage: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://rancher.com/blog/2020/yugabyte: content_hash: 79955204a9d3b4b0080d29f75b553a627f1ea2c41d263d5e1f5f1cb2fbcd31f9 health_score: 100.0 last_checked: 1779030827.917205 v1_locations: - docs/rancher.md + addition_method: manual https://rancher.com/docs/rancher/v2.x/en: content_hash: 3ba89f9203a07bf0d1d69a80a0146e7b95673e666f7657bf3a9dc2580a9bc727 description: '' @@ -184732,6 +195987,7 @@ https://rancher.com/docs/rancher/v2.x/en: - docs/matrix-table.md - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/docs/rancher/v2.x/en/faq/networking/cni-providers: content_hash: 2806b6320af199bf261cc2f5fe630f118d2a13afb162185e3888af2aab874de6 description: '' @@ -184750,6 +196006,7 @@ https://rancher.com/docs/rancher/v2.x/en/faq/networking/cni-providers: - kubernetes-networking.md - rancher.md year: N/A + addition_method: manual https://rancher.com/docs/rancher/v2.x/en/logging/v2.5: content_hash: b708883b32bb45cb08997ac4f14a64272266c68e38d0dad61e6e9f29aabc9994 description: '' @@ -184766,6 +196023,7 @@ https://rancher.com/docs/rancher/v2.x/en/logging/v2.5: v2_locations: - monitoring.md year: N/A + addition_method: manual https://rancher.com/products/rke: content_hash: 4bc099a7e3a3a6bc7318f48fdac359efe539e1784990f41428f2568bb961c769 description: '' @@ -184778,6 +196036,7 @@ https://rancher.com/products/rke: - docs/matrix-table.md - docs/rancher.md year: N/A + addition_method: manual https://rancher.com/three-pillars-kubernetes-container-orchestration: content_hash: bfb649c5579100abb75dc6a432be9afe5cfdab8ddda4632a8be044161201a064 description: '' @@ -184789,6 +196048,7 @@ https://rancher.com/three-pillars-kubernetes-container-orchestration: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://rancherdesktop.io: content_hash: 1218752b7dd68321a6019e8dcbf68516bf9bf2f6af8a82cd1a186ba0f70870e0 description: '' @@ -184805,6 +196065,7 @@ https://rancherdesktop.io: v2_locations: - rancher.md year: N/A + addition_method: manual https://rapidapi.com: content_hash: c12f5daca0000a3503a9576faf5a2bc08e75faa93d3af467501c09a04b0d165a description: '' @@ -184823,6 +196084,7 @@ https://rapidapi.com: - developerportals.md - api.md year: N/A + addition_method: manual https://rapidapi.com/blog/api-marketplace-vs-api-gateway-whats-the-difference: content_hash: N/A description: '' @@ -184839,6 +196101,7 @@ https://rapidapi.com/blog/api-marketplace-vs-api-gateway-whats-the-difference: v2_locations: - developerportals.md year: N/A + addition_method: manual https://rapidapi.com/blog/api-vs-microservices-whats-the-differences: content_hash: N/A health_score: 100.0 @@ -184846,6 +196109,7 @@ https://rapidapi.com/blog/api-vs-microservices-whats-the-differences: needs_ai_refresh: true v1_locations: - docs/api.md + addition_method: manual https://rapidapi.com/collection/car-api: content_hash: ffdc45651c246ef4cfd33d34d9ddd4a841331e00270ab47cb3f5579667bb77b7 description: '' @@ -184862,6 +196126,7 @@ https://rapidapi.com/collection/car-api: v2_locations: - developerportals.md year: N/A + addition_method: manual https://rapidapi.com/guides/oath2-0: content_hash: N/A description: '' @@ -184878,6 +196143,7 @@ https://rapidapi.com/guides/oath2-0: v2_locations: - oauth.md year: N/A + addition_method: manual https://raygun.com/blog/best-devops-tools: ai_summary: Aggregated selection of critical tools for SRE teams in 2020, discussing real-time crash reporting, APM utilities, and orchestration options. @@ -184904,6 +196170,7 @@ https://raygun.com/blog/best-devops-tools: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://rbac.dev: ai_summary: 'Curator Insight: A dedicated portal serving as a master index of guides, templates, and hardening vectors for Kubernetes RBAC. Live Grounding: Active and @@ -184932,6 +196199,7 @@ https://rbac.dev: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://rcarrata.com: content_hash: ee9cfbceb32a7d43dca245909af83c214f013e569c729b3e68c094ac4f9847f0 description: '' @@ -184952,6 +196220,7 @@ https://rcarrata.com: - demos.md - openshift.md year: N/A + addition_method: manual https://rcarrata.com/observability/netobserv-1: content_hash: 14f8e5f1acf9e77fc0f0ab4960b66b75eb4be9894db90b3d805c219e9de3f6e1 description: '' @@ -184964,6 +196233,7 @@ https://rcarrata.com/observability/netobserv-1: v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://rcarrata.github.io/observability/netobserv-1: ai_summary: Deep dive into Red Hat's NetObserv Operator, showcasing how eBPF is leveraged to gather network flow telemetry without sidecars. Live grounding confirms @@ -184987,6 +196257,7 @@ https://rcarrata.github.io/observability/netobserv-1: v2_locations: - kubernetes-monitoring.md year: '2022' + addition_method: manual https://rcarrata.github.io/openshift/regenerate-kubeconfig: content_hash: 4d990fe251a663cd7f1586df8e3bb7aa12e229b2717eae37c4e83eeecfe53f44 description: '' @@ -185004,6 +196275,7 @@ https://rcarrata.github.io/openshift/regenerate-kubeconfig: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://rclone.org: ai_summary: Curator Insight positions Rclone as the ultimate utility for managing and syncing objects on cloud storage providers. Live Grounding highlights its @@ -185033,6 +196305,7 @@ https://rclone.org: v2_locations: - linux.md year: N/A + addition_method: manual https://rcls.medium.com/stop-calling-yourselves-devops-engineers-f9dfec382d0d: content_hash: N/A description: '' @@ -185047,6 +196320,7 @@ https://rcls.medium.com/stop-calling-yourselves-devops-engineers-f9dfec382d0d: v2_locations: - devops.md year: N/A + addition_method: manual https://read.acloud.guru/serverless-the-future-of-software-architecture-d4473ffed864: content_hash: e02a7b4c23d92c8a4a2322cad38219ad2ef8bc93b58df61dde4d229e090c5e1e description: '' @@ -185058,6 +196332,7 @@ https://read.acloud.guru/serverless-the-future-of-software-architecture-d4473ffe v1_locations: - docs/aws-serverless.md year: N/A + addition_method: manual https://readme.so: ai_summary: 'An interactive, visual editor designed to structure README files rapidly. Users can drag and drop pre-configured sections (e.g., Installation, API Reference, @@ -185087,6 +196362,7 @@ https://readme.so: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://readwise.io: content_hash: 82aa56fedee6edc31ecdf34ee0a6fefd6d16dd7ea8e15b147a3af1d760da0b38 description: '' @@ -185103,6 +196379,7 @@ https://readwise.io: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://readwrite.com/tech-for-programmers-in-2022-the-good-the-bad-and-the-ugly: content_hash: N/A description: '' @@ -185118,6 +196395,7 @@ https://readwrite.com/tech-for-programmers-in-2022-the-good-the-bad-and-the-ugly v2_locations: - devel-sites.md year: N/A + addition_method: manual https://realpython.com: content_hash: c2462d6db01bbd85796be4e83791d62d89d6caebaa54578849923ecb0b9ce689 health_score: 100.0 @@ -185130,6 +196408,7 @@ https://realpython.com: - docs/python.md v2_locations: - python.md + addition_method: manual https://realpython.com/advanced-git-for-pythonistas: ai_summary: Structured guide containing developer-centric Git custom patterns, focusing on specialized interactive staging, cherry-pick operations, and custom Python @@ -185158,6 +196437,7 @@ https://realpython.com/advanced-git-for-pythonistas: v2_locations: - git.md year: N/A + addition_method: manual https://realpython.com/advanced-visual-studio-code-python: content_hash: bcf6a1ebc6142ac6d526df744318e5af9edf302209c155009dab94e1913918cf description: '' @@ -185174,6 +196454,7 @@ https://realpython.com/advanced-visual-studio-code-python: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beanstalk: content_hash: d7d01ca4621abb2dff3613fd8b84e8482912099ea7ceb70570130ad27b4a5a37 description: '' @@ -185185,6 +196466,7 @@ https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beansta v1_locations: - docs/python.md year: N/A + addition_method: manual https://realpython.com/blog/python/development-and-deployment-of-cookiecutter-django-via-docker: content_hash: d7d01ca4621abb2dff3613fd8b84e8482912099ea7ceb70570130ad27b4a5a37 description: '' @@ -185196,6 +196478,7 @@ https://realpython.com/blog/python/development-and-deployment-of-cookiecutter-dj v1_locations: - docs/python.md year: N/A + addition_method: manual https://realpython.com/blog/python/django-development-with-docker-compose-and-machine: content_hash: d7d01ca4621abb2dff3613fd8b84e8482912099ea7ceb70570130ad27b4a5a37 description: '' @@ -185211,6 +196494,7 @@ https://realpython.com/blog/python/django-development-with-docker-compose-and-ma v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/blog/python/fun-with-djangos-new-postgres-features: content_hash: d7d01ca4621abb2dff3613fd8b84e8482912099ea7ceb70570130ad27b4a5a37 description: '' @@ -185222,6 +196506,7 @@ https://realpython.com/blog/python/fun-with-djangos-new-postgres-features: v1_locations: - docs/python.md year: N/A + addition_method: manual https://realpython.com/blog/python/introduction-to-flask-part-1-setting-up-a-static-site: content_hash: 5f03b6a83dac4ad0b5a276f5c51324ac8bd7794a35eb4f3ca2a8feb6226fccb0 description: '' @@ -185233,6 +196518,7 @@ https://realpython.com/blog/python/introduction-to-flask-part-1-setting-up-a-sta v1_locations: - docs/python.md year: N/A + addition_method: manual https://realpython.com/courses/building-lists-with-python-append: content_hash: 475439c530fdab191653ebd0d6c729bee0d8ec8fb252477fbddcc58bd3323ff7 description: '' @@ -185249,6 +196535,7 @@ https://realpython.com/courses/building-lists-with-python-append: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/courses/functional-programming-python: content_hash: e1432502a8706389872cd02f796920eff6c63c1a5facfccbf16658baf8ac2fe1 description: '' @@ -185265,6 +196552,7 @@ https://realpython.com/courses/functional-programming-python: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/courses/how-to-write-pythonic-loops: content_hash: 75a2f8953145be29b770144090cf674482a6029e387bd931fd471b662d4713d8 description: '' @@ -185281,6 +196569,7 @@ https://realpython.com/courses/how-to-write-pythonic-loops: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/get-all-files-in-directory-python: content_hash: 65c6d54f876f64942a6b03132bade793cf3e8c5d4b6ea6c0682daa585d713699 description: '' @@ -185297,6 +196586,7 @@ https://realpython.com/get-all-files-in-directory-python: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/intro-to-python-threading: content_hash: 583b2f9aa8dacba6770fc01a26df03ffa438388a4d2f3dab0b88ff21ceb89d9e description: '' @@ -185313,6 +196603,7 @@ https://realpython.com/intro-to-python-threading: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/learning-paths: content_hash: bf12ca6041c817d6ea11c568c5557a5758a1d50ca1d92c4267ff039ec7caeb4e description: '' @@ -185329,6 +196620,7 @@ https://realpython.com/learning-paths: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/learning-paths/django-web-development: health_score: 100.0 last_checked: 1779130494.931495 @@ -185339,6 +196631,7 @@ https://realpython.com/learning-paths/django-web-development: - docs/python.md v2_locations: - python.md + addition_method: manual https://realpython.com/learning-paths/flask-by-example: health_score: 100.0 last_checked: 1779130494.95298 @@ -185349,6 +196642,7 @@ https://realpython.com/learning-paths/flask-by-example: - docs/python.md v2_locations: - python.md + addition_method: manual https://realpython.com/learning-paths/machine-learning-python: content_hash: 2f9869a7bf2602f7abdceceb8b6bcc31876f3abdff549d2e90401ff09696d9db description: '' @@ -185369,6 +196663,7 @@ https://realpython.com/learning-paths/machine-learning-python: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/lessons/python-eval-overview: content_hash: 7abc04abf298268afbe80627e4305e9d099d1a1509cd278450b2bb12d0096f2a description: '' @@ -185380,6 +196675,7 @@ https://realpython.com/lessons/python-eval-overview: v1_locations: - docs/python.md year: N/A + addition_method: manual https://realpython.com/pdf-python: content_hash: 0e2350e05eef9a8b6fb6cd83102a509255568b14c20f384ae34e9f95fa96a4e2 description: '' @@ -185396,6 +196692,7 @@ https://realpython.com/pdf-python: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/python-development-visual-studio-code: content_hash: 1f5fa72cdf129f084aac764499ef0954ce4e2499990b99ecc2cfe83e19288c2e description: '' @@ -185412,6 +196709,7 @@ https://realpython.com/python-development-visual-studio-code: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://realpython.com/python-microservices-grpc: content_hash: e5b2b7ddd86aab40a72857527601fa6138bba40c161b3ecfb14a361d0eb7084d description: '' @@ -185428,6 +196726,7 @@ https://realpython.com/python-microservices-grpc: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/python-yaml: ai_summary: Curator Insight provides a comprehensive tutorial on parsing and serializing YAML configurations within Python-based microservices. Live Grounding covers parsing @@ -185458,6 +196757,7 @@ https://realpython.com/python-yaml: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://realpython.com/quizzes/python-split-strings: content_hash: 63c93210eccc51525e9083fd4ea812c2080cad67cdb01dac81645a52dc2a7ad8 description: '' @@ -185475,6 +196775,7 @@ https://realpython.com/quizzes/python-split-strings: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/tutorials/machine-learning: content_hash: 0364fe241c11abc20d25c9d23fc1b8daaae8557a738f8b84daef65ba411577a3 description: '' @@ -185491,6 +196792,7 @@ https://realpython.com/tutorials/machine-learning: v2_locations: - python.md year: N/A + addition_method: manual https://realpython.com/videos/python-eval-overview: content_hash: 7146810381906378238c4c5bf56e60bab23670b8260c5c92d70bc60470028d38 health_score: 100.0 @@ -185503,12 +196805,14 @@ https://realpython.com/videos/python-eval-overview: - docs/python.md v2_locations: - python.md + addition_method: manual https://recipes.rbac.dev: content_hash: N/A health_score: 100.0 last_checked: 1779030322.836804 v1_locations: - docs/kubernetes-security.md + addition_method: manual https://reconshell.com/kubei-kubernetes-runtime-vulnerabilities-scanner: content_hash: N/A description: '' @@ -185523,6 +196827,7 @@ https://reconshell.com/kubei-kubernetes-runtime-vulnerabilities-scanner: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://recruitcrm.io: ai_summary: An Applicant Tracking System (ATS) and CRM software platform built for scaling HR workflows. It details recruitment pipeline structures and helps software @@ -185550,6 +196855,7 @@ https://recruitcrm.io: v2_locations: - recruitment.md year: N/A + addition_method: manual https://redhat-connect.gitbook.io/certified-operator-guide: content_hash: 4b99830d6d19f4065ca11a94b5fbd8c4618bc5f581ef8c21a85556d8e0b6a6dc description: '' @@ -185560,6 +196866,7 @@ https://redhat-connect.gitbook.io/certified-operator-guide: v1_locations: - docs/mkdocs.md year: N/A + addition_method: manual https://redhat-connect.gitbook.io/certified-operator-guide/appendix/using-third-party-network-operators-with-openshift: content_hash: 4b99830d6d19f4065ca11a94b5fbd8c4618bc5f581ef8c21a85556d8e0b6a6dc description: '' @@ -185571,6 +196878,7 @@ https://redhat-connect.gitbook.io/certified-operator-guide/appendix/using-third- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://redhat-cop.github.io/openshift-migration-best-practices: content_hash: 374848a44b7e84b8bc964715d36783bcfadf34526de1f6d1b185d86ae384b49d description: '' @@ -185588,6 +196896,7 @@ https://redhat-cop.github.io/openshift-migration-best-practices: v2_locations: - ocp4.md year: N/A + addition_method: manual https://redhat-developer-demos.github.io/knative-tutorial: content_hash: 51a01107b4f04c029f652aefce825c7569f325b7def255be2d3afe71638d2c3b description: '' @@ -185604,6 +196913,7 @@ https://redhat-developer-demos.github.io/knative-tutorial: v2_locations: - ocp4.md year: N/A + addition_method: manual https://redhat-developer-demos.github.io/openshift-pipelines-workshop: content_hash: e2a7e624d693fa539b1cb71efed49d762c425085242c60e4df33c957fe6fa71f description: '' @@ -185615,6 +196925,7 @@ https://redhat-developer-demos.github.io/openshift-pipelines-workshop: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://redhat-scholars.github.io/serverless-workflow/osl/index.html: content_hash: eb9048b8fbc83dde8442468b9ac266d8ad6180cf0b7ec80149b6df1fa16833f2 description: '' @@ -185631,6 +196942,7 @@ https://redhat-scholars.github.io/serverless-workflow/osl/index.html: v2_locations: - serverless.md year: N/A + addition_method: manual https://redhat.com/en/blog/why-red-hat-investing-cri-o-and-podman: content_hash: a806f09c50aced61e6cc3bd4a739c5fbfe6dae50902d15cb3d223fc635794646 description: '' @@ -185642,6 +196954,7 @@ https://redhat.com/en/blog/why-red-hat-investing-cri-o-and-podman: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://redhatdemocentral.gitlab.io: content_hash: N/A description: '' @@ -185656,6 +196969,7 @@ https://redhatdemocentral.gitlab.io: v2_locations: - demos.md year: N/A + addition_method: manual https://redhatdemocentral.gitlab.io/portfolio-architecture-tooling: content_hash: 6949a6ba72861d3bc885a0ebcf8404829ecc6eb2143d680ba9f570b704692f30 description: '' @@ -185674,6 +196988,7 @@ https://redhatdemocentral.gitlab.io/portfolio-architecture-tooling: - openshift.md - demos.md year: N/A + addition_method: manual https://redhatdemocentral.gitlab.io/portfolio-architecture-workshops: content_hash: 02ffe5856191fcb2c3f9f1a8fe323e0122b9afb634b80eeb4900e6e60736c15d description: '' @@ -185692,6 +197007,7 @@ https://redhatdemocentral.gitlab.io/portfolio-architecture-workshops: - openshift.md - demos.md year: N/A + addition_method: manual https://redhatgov.io: ai_summary: Red Hat's dedicated architectural training blueprint designed for secure governmental and enterprise environments. Focuses on orchestrating compliant private @@ -185722,6 +197038,7 @@ https://redhatgov.io: - openshift.md - elearning.md year: '2025' + addition_method: manual https://redis.com/blog/microservice-architecture-key-concepts: content_hash: 4cb21d3d229263fe2df567c9632aea8813fd7c671a0148997098fedf2ac18a5d description: '' @@ -185733,6 +197050,7 @@ https://redis.com/blog/microservice-architecture-key-concepts: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://redis.io: ai_summary: The definitive open-source, in-memory data store used as a database, cache, message broker, and streaming engine. Offers unmatched low-latency read-write @@ -185765,6 +197083,7 @@ https://redis.io: - caching.md - nosql.md year: N/A + addition_method: manual https://redis.io/blog/microservice-architecture-key-concepts: content_hash: 94b4f01dd6907f33fbb18a3049b302544ff6b93819af2a8cedf0ec73ff28ace2 health_score: 100.0 @@ -185778,6 +197097,7 @@ https://redis.io/blog/microservice-architecture-key-concepts: v2_locations: - introduction.md - index.md + addition_method: manual https://redis.io/docs/latest/develop: ai_summary: Official developer documentation detailing Redis' built-in Pub/Sub and Streams features. It provides technical blueprints for lightweight, fire-and-forget @@ -185800,6 +197120,7 @@ https://redis.io/docs/latest/develop: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://redis.io/topics/pubsub: content_hash: 8ca9b92f18b43c3569699c84440c7cb9aafa0163a5fe5ed26c8114c9cd2ff2f2 description: '' @@ -185811,6 +197132,7 @@ https://redis.io/topics/pubsub: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://redkubes.com/10-kubernetes-security-risks-best-practices: content_hash: N/A description: '' @@ -185825,6 +197147,7 @@ https://redkubes.com/10-kubernetes-security-risks-best-practices: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://redkubes.com/diy-kubernetes-based-platform-building-part-3: content_hash: N/A description: '' @@ -185839,6 +197162,7 @@ https://redkubes.com/diy-kubernetes-based-platform-building-part-3: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://redmondmag.com/articles/2018/09/10/microsoft-replacing-vsts-with-azure-devops.aspx: content_hash: N/A description: '' @@ -185853,6 +197177,7 @@ https://redmondmag.com/articles/2018/09/10/microsoft-replacing-vsts-with-azure-d v2_locations: - git.md year: N/A + addition_method: manual https://redpill-solutions.medium.com/deploying-to-kubernetes-with-gitlab-28c2f1a42e57: content_hash: N/A description: '' @@ -185867,6 +197192,7 @@ https://redpill-solutions.medium.com/deploying-to-kubernetes-with-gitlab-28c2f1a v2_locations: - git.md year: N/A + addition_method: manual https://refactoring.guru/design-patterns: content_hash: d779fb64a0a9f3eacb2e24d325729d1dce893851643f100ba9ad3870b51bdc10 description: '' @@ -185883,6 +197209,7 @@ https://refactoring.guru/design-patterns: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://refactoring.guru/design-patterns/go: content_hash: 63dbf745536fcb31926056249e01126b0ffde6e996e2d93877f870b082b34cb7 description: '' @@ -185894,6 +197221,7 @@ https://refactoring.guru/design-patterns/go: v1_locations: - docs/devel-sites.md year: N/A + addition_method: manual https://refactoring.guru/design-patterns/java: content_hash: f15323ecec40158766a48c0d09770bbd44f57b050cd1ed8f5a65a9ff44fed99f description: '' @@ -185905,6 +197233,7 @@ https://refactoring.guru/design-patterns/java: v1_locations: - docs/devel-sites.md year: N/A + addition_method: manual https://refactoring.guru/design-patterns/python: content_hash: 35724483dba29366fce5ffe9c52813bda1efe078df8d1552b654bd9d5cdb2d89 description: '' @@ -185916,6 +197245,7 @@ https://refactoring.guru/design-patterns/python: v1_locations: - docs/devel-sites.md year: N/A + addition_method: manual https://refine.dev/blog/kubectl-exec-command: content_hash: 23d5e7b418a4226f4872924b0ef21889418bfd68dfb88b7e43f86d09b8b6c179 description: '' @@ -185936,6 +197266,7 @@ https://refine.dev/blog/kubectl-exec-command: - kubectl-commands.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://reflectoring.io/spring-boot-feature-flags: ai_summary: A highly-focused code tutorial demonstrating the integration of feature flags within a Spring Boot application. It details multiple execution strategies, @@ -185965,6 +197296,7 @@ https://reflectoring.io/spring-boot-feature-flags: v2_locations: - git.md year: N/A + addition_method: manual https://reflectoring.io/when-to-use-lombok: content_hash: 78a2eb81cd73964515ad4c1a9f9c6f1d03b0d396c8e3b3384242a09522b0da17 description: '' @@ -185981,6 +197313,7 @@ https://reflectoring.io/when-to-use-lombok: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://registry.hub.docker.com/r/jboss/kie-server: content_hash: 3865dc2c441102b06ef5625cd8329dab9c437b935db60b5b737b2ce196900517 description: '' @@ -185992,12 +197325,14 @@ https://registry.hub.docker.com/r/jboss/kie-server: v1_locations: - docs/postman.md year: N/A + addition_method: manual https://registry.k8s.io: content_hash: c474668e8493999cfd455bb2cab673d6f84bc3331d5a30ff1085c382f0662fb4 health_score: 100.0 last_checked: 1779032257.269982 v1_locations: - docs/kubernetes-releases.md + addition_method: manual https://registry.terraform.io: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186015,6 +197350,7 @@ https://registry.terraform.io: v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/modules/Azure/avm-ptn-alz: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186031,6 +197367,7 @@ https://registry.terraform.io/modules/Azure/avm-ptn-alz: v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/modules/Azure/lz-vending: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186047,6 +197384,7 @@ https://registry.terraform.io/modules/Azure/lz-vending: v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/modules/aztfmod/caf/azurerm/latest: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186063,6 +197401,7 @@ https://registry.terraform.io/modules/aztfmod/caf/azurerm/latest: v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/modules/azurerm/resources/azure/latest: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186079,6 +197418,7 @@ https://registry.terraform.io/modules/azurerm/resources/azure/latest: v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/modules/hlokensgard/rbac-administrator/azure/latest: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186095,6 +197435,7 @@ https://registry.terraform.io/modules/hlokensgard/rbac-administrator/azure/lates v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/modules/hlokensgard/res-ipam/azure/latest: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186115,6 +197456,7 @@ https://registry.terraform.io/modules/hlokensgard/res-ipam/azure/latest: - iac.md - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/modules/markti/azure-terraformer/azuredevops: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186131,6 +197473,7 @@ https://registry.terraform.io/modules/markti/azure-terraformer/azuredevops: v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/modules/markti/github-runner/azurerm: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186147,6 +197490,7 @@ https://registry.terraform.io/modules/markti/github-runner/azurerm: v2_locations: - git.md year: N/A + addition_method: manual https://registry.terraform.io/modules/zenml-io/zenml-stack: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186158,6 +197502,7 @@ https://registry.terraform.io/modules/zenml-io/zenml-stack: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://registry.terraform.io/providers/OctopusDeployLabs/octopusdeploylatest/docs: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186174,6 +197519,7 @@ https://registry.terraform.io/providers/OctopusDeployLabs/octopusdeploylatest/do v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://registry.terraform.io/providers/hashicorp/Azurerm/latest/docs/data-sources/ip_groups: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186190,6 +197536,7 @@ https://registry.terraform.io/providers/hashicorp/Azurerm/latest/docs/data-sourc v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/providers/hashicorp/awscc/latest: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 description: '' @@ -186206,12 +197553,14 @@ https://registry.terraform.io/providers/hashicorp/awscc/latest: v2_locations: - terraform.md year: N/A + addition_method: manual https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs: content_hash: a00bb3c6f3a64dac5c89e8e580c539f6c00fb4e8913238cddbe24075cf1c1158 health_score: 100.0 last_checked: 1779033072.015798 v1_locations: - docs/about.md + addition_method: manual https://rejupillai.com/index.php/2021/03/06/configure-tls-on-gke-ingress-for-free-with-lets-encrypt: ai_summary: Teaches administrators how to configure automated TLS on Google Kubernetes Engine (GKE) endpoints using GKE Ingress controllers and free Let's Encrypt certificates. @@ -186232,6 +197581,7 @@ https://rejupillai.com/index.php/2021/03/06/configure-tls-on-gke-ingress-for-fre v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://relay.sh: content_hash: N/A description: '' @@ -186246,6 +197596,7 @@ https://relay.sh: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://release.com/blog/6-docker-compose-best-practices-for-dev-and-prod: content_hash: cd23ad3f6ca00c4766816ad5c64648269b474b322a42e01791c6fbb726048978 health_score: 100.0 @@ -186257,6 +197608,7 @@ https://release.com/blog/6-docker-compose-best-practices-for-dev-and-prod: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://release.com/blog/cutting-build-time-in-half-docker-buildx-kubernetes: content_hash: 2b32d7c4063795d22df849569b0b16e7fed8c72616c1924ad5dbe4e251132ee8 health_score: 100.0 @@ -186268,6 +197620,7 @@ https://release.com/blog/cutting-build-time-in-half-docker-buildx-kubernetes: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://release.com/blog/kubernetes-health-checks-2-ways-to-improve-stability: content_hash: 98d711e40307e1afc6bcb57f3ee9eb06485ed932facd0bc710f3b5f00ef12386 health_score: 100.0 @@ -186279,6 +197632,7 @@ https://release.com/blog/kubernetes-health-checks-2-ways-to-improve-stability: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://release.com/blog/terraform-kubernetes-deployment-a-detailed-walkthrough: content_hash: 26151d7794b8232125ba66d9bcb62eefcf5bb56e8891a56ee56e8eef5bbc7868 health_score: 100.0 @@ -186290,6 +197644,7 @@ https://release.com/blog/terraform-kubernetes-deployment-a-detailed-walkthrough: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://releasehub.com/blog/6-docker-compose-best-practices-for-dev-and-prod: content_hash: 08453a849995d76175cdb6d045c393dc9f7175fb8f146d5aca9e4aa97fe7a080 description: '' @@ -186301,6 +197656,7 @@ https://releasehub.com/blog/6-docker-compose-best-practices-for-dev-and-prod: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://releasehub.com/blog/cutting-build-time-in-half-docker-buildx-kubernetes: content_hash: 418815082d146a0bb5ce41a7481fb9877873a89e64d711073734ed174e8e28ea description: '' @@ -186313,6 +197669,7 @@ https://releasehub.com/blog/cutting-build-time-in-half-docker-buildx-kubernetes: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://releasehub.com/blog/kubernetes-health-checks-2-ways-to-improve-stability: content_hash: ed87ddbadb29e4740ce7124849e7ee311e90e16c9127e791509755f6b228bef6 description: '' @@ -186325,6 +197682,7 @@ https://releasehub.com/blog/kubernetes-health-checks-2-ways-to-improve-stability v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://releasehub.com/blog/terraform-kubernetes-deployment-a-detailed-walkthrough: content_hash: ab0b84ba0a1b3f155f75b72c696f7536d2741ecfdfafcdb16d9a524b0a2a8b3f description: '' @@ -186336,6 +197694,7 @@ https://releasehub.com/blog/terraform-kubernetes-deployment-a-detailed-walkthrou v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://releaseops.io/blog/scaling-kubernetes-deployments-in-aws-with-container-insights-metrics: content_hash: N/A description: '' @@ -186351,6 +197710,7 @@ https://releaseops.io/blog/scaling-kubernetes-deployments-in-aws-with-container- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://relferreira.github.io/kubedev: content_hash: ab23bf9c8ab70d8437275f1c81250ef42e6840c812331b1c565ba20e0a5b85cd description: '' @@ -186367,6 +197727,7 @@ https://relferreira.github.io/kubedev: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://relnotes.k8s.io: content_hash: fe479fb62a25227f9898d828ae17cc59d9948298ea7d0d6663fb48080048f5a9 description: '' @@ -186383,6 +197744,7 @@ https://relnotes.k8s.io: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://relocate.me: ai_summary: A specialized global platform built for software developers seeking international career transitions. It categorizes jobs by visa sponsorship options @@ -186410,6 +197772,7 @@ https://relocate.me: v2_locations: - recruitment.md year: N/A + addition_method: manual https://remote.one: content_hash: N/A description: '' @@ -186424,6 +197787,7 @@ https://remote.one: v2_locations: - freelancing.md year: N/A + addition_method: manual https://renjithvr11.medium.com/running-gitlab-runners-on-kubernetes-8e7fc9bf75ce: content_hash: N/A description: '' @@ -186438,6 +197802,7 @@ https://renjithvr11.medium.com/running-gitlab-runners-on-kubernetes-8e7fc9bf75ce v2_locations: - git.md year: N/A + addition_method: manual https://repl.it: content_hash: f0bb00f560f5b867bbd409e64053308f1c563b94addb6c170b31b5316fafd262 description: '' @@ -186449,6 +197814,7 @@ https://repl.it: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://replit.com: content_hash: 4db5893859040e1e9f5c825e6cb72e1ade936b2a8e1d29007ebb44c50ab72ab4 health_score: 100.0 @@ -186461,6 +197827,7 @@ https://replit.com: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://repo.new: content_hash: fd72a180b350a154cab081467cd08bde050716a894ceb1e7a781a2a4fbe3a846 description: '' @@ -186472,6 +197839,7 @@ https://repo.new: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://repost.aws: content_hash: af5ae395657139a34234320442cd9ffb158520d25e5209f98826c4213a3c2be6 description: '' @@ -186490,6 +197858,7 @@ https://repost.aws: - newsfeeds.md - index.md year: N/A + addition_method: manual https://repost.aws/es/knowledge-center/troubleshoot-service-quotas-cli-commands: content_hash: 11d3f8aab0c6d8b2fbf6750f57ab384110a350f0368b165cc3c51152445339b5 health_score: 100.0 @@ -186502,6 +197871,7 @@ https://repost.aws/es/knowledge-center/troubleshoot-service-quotas-cli-commands: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://repost.aws/knowledge-center: health_score: 100.0 last_checked: 1779130494.95866 @@ -186512,6 +197882,7 @@ https://repost.aws/knowledge-center: - docs/aws-networking.md v2_locations: - aws-networking.md + addition_method: manual https://repost.aws/knowledge-center/create-and-activate-aws-account: content_hash: 350d4d0b01fad006279c1a81e67b8f4d979864f102cc32e51f80b428b7badfb0 health_score: 100.0 @@ -186524,6 +197895,7 @@ https://repost.aws/knowledge-center/create-and-activate-aws-account: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://repost.aws/knowledge-center/eks-plan-upgrade-cluster: ai_summary: A structured AWS Knowledge Center guide explaining step-by-step procedures to minimize disruption during EKS control plane and data plane upgrades. It covers @@ -186554,6 +197926,7 @@ https://repost.aws/knowledge-center/eks-plan-upgrade-cluster: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://research.google/pubs/dapper-a-large-scale-distributed-systems-tracing-infrastructure: content_hash: 9496eacb55cd4fe87cb781d17e4e9d5d4b9ba6ca68b5f7f95f57e06e01b79d4a health_score: 100.0 @@ -186565,6 +197938,7 @@ https://research.google/pubs/dapper-a-large-scale-distributed-systems-tracing-in - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://research.google/pubs/pub36356: content_hash: 39f408db666030da521804aa3526ae1d7d43163f0a48c003c1931d346c835603 description: '' @@ -186576,6 +197950,7 @@ https://research.google/pubs/pub36356: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://research.nccgroup.com/2021/11/10/detection-engineering-for-kubernetes-clusters: content_hash: 0e260f1e4b4f1418c0be0572ce75cad2fb73d9e29057c0890495ba0cf595f42a description: '' @@ -186592,6 +197967,7 @@ https://research.nccgroup.com/2021/11/10/detection-engineering-for-kubernetes-cl v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://research.nccgroup.com/2022/01/13/10-real-world-stories-of-how-weve-compromised-ci-cd-pipelines: ai_summary: A critical compilation of real-world penetration testing engagements exposing severe vulnerabilities in automated deployment systems. Analyzes attack @@ -186621,6 +197997,7 @@ https://research.nccgroup.com/2022/01/13/10-real-world-stories-of-how-weve-compr v2_locations: - devsecops.md year: N/A + addition_method: manual https://resources.github.com/devops/tools/automation/actions: content_hash: b964f9c267dd74922960191ddbc088786f7058589c53a4d58e88937eaa8626f1 description: '' @@ -186632,6 +198009,7 @@ https://resources.github.com/devops/tools/automation/actions: v1_locations: - docs/git.md year: N/A + addition_method: manual https://resources.whitesourcesoftware.com/blog-whitesource/kubernetes-security: ai_summary: An industry blog focusing on secure software supply chain practices within Kubernetes. It covers automating the detection of outdated libraries, scanning @@ -186658,6 +198036,7 @@ https://resources.whitesourcesoftware.com/blog-whitesource/kubernetes-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://restic.net: content_hash: 9132670dc8eacfe7a7a1734d45d80315ecdef2a07850d76cffdc33f4604d9a52 description: '' @@ -186669,6 +198048,7 @@ https://restic.net: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://resume.io/blog: content_hash: 7628a77bb39baaaf359c15fd30e721886efd8daac440dc7a6558557598d4ff3c health_score: 100.0 @@ -186681,6 +198061,7 @@ https://resume.io/blog: - docs/remote-tech-jobs.md v2_locations: - remote-tech-jobs.md + addition_method: manual https://resume.io/blog/remote-job-guide: content_hash: ad43003c54c2c21b79dbb21b20851c15dcc8da1dc3a2aef499fc09bc38e65a62 description: '' @@ -186692,6 +198073,7 @@ https://resume.io/blog/remote-job-guide: v1_locations: - docs/remote-tech-jobs.md year: N/A + addition_method: manual https://rethinkdb.com: content_hash: a3371d39bdf2cada42abd2af5fa0c2ff5a3f2229d2984811d4dfb816d3fb73cb health_score: 100.0 @@ -186704,12 +198086,14 @@ https://rethinkdb.com: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://retina.sh: content_hash: d53b0721c57d77b11a25453fb96763ee56f1176cbe7e214ef2c158da503c36a3 health_score: 100.0 last_checked: 1779033258.669335 v1_locations: - docs/kubernetes-monitoring.md + addition_method: manual https://reviewnprep.com/blog/devops-basics: content_hash: af2028925b6e5827084237c87a78c412b7beffc047033166e0e95aaa7ca6e9c5 description: '' @@ -186726,6 +198110,7 @@ https://reviewnprep.com/blog/devops-basics: v2_locations: - devops.md year: N/A + addition_method: manual https://reviewnprep.com/blog/devops-tool-comparison-docker-vs-kubernetes-vs-ansible: ai_summary: Comparative analysis distinguishing container engines, cluster orchestration, and configuration management platforms. Contributes a structural taxonomy of Docker, @@ -186754,6 +198139,7 @@ https://reviewnprep.com/blog/devops-tool-comparison-docker-vs-kubernetes-vs-ansi v2_locations: - devops-tools.md year: N/A + addition_method: manual https://revistacloud.com/serverlesshorrors-la-web-que-recoge-las-peores-pesadillas-del-mundo-serverless: ai_summary: Un compendio técnico sobre los errores más comunes y costosos en el diseño de arquitecturas serverless. Ofrece un análisis crítico de fallos reales @@ -186787,6 +198173,7 @@ https://revistacloud.com/serverlesshorrors-la-web-que-recoge-las-peores-pesadill - serverless.md - finops.md year: N/A + addition_method: manual https://rexegg.com/regex-tricks.html: content_hash: 7e63e74b25f578d1f38b67279851b133b669c877dcdfc0b0a5ddff620d42b86d description: '' @@ -186798,6 +198185,7 @@ https://rexegg.com/regex-tricks.html: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://rhelblog.redhat.com/tag/varnish: content_hash: a2def173eb62076fe8eae91c52554d68ee705cef63a1d1c3fbaa3769febffdee health_score: 100.0 @@ -186810,6 +198198,7 @@ https://rhelblog.redhat.com/tag/varnish: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://rieckpil.de/maven-setup-for-testing-java-applications: ai_summary: Clear, practical playbook for segregating unit tests from slow integration tests inside Maven. Optimizes CI pipeline durations using Surefire and Failsafe @@ -186838,6 +198227,7 @@ https://rieckpil.de/maven-setup-for-testing-java-applications: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://rigorousthemes.com/blog/best-kubernetes-dashboard-alternatives: ai_summary: Comprehensive market overview highlighting ten alternatives to the standard Kubernetes dashboard, ranked by footprint size, styling controls, and ease of @@ -186865,6 +198255,7 @@ https://rigorousthemes.com/blog/best-kubernetes-dashboard-alternatives: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://rion.io/2020/07/04/a-distributed-tracing-adventure-in-apache-beam: content_hash: ee3bcbe8b97f1aafbe2d1eb18fee556df8a684d15ee332e1ef774ef68b8e442d health_score: 100.0 @@ -186877,6 +198268,7 @@ https://rion.io/2020/07/04/a-distributed-tracing-adventure-in-apache-beam: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://riptutorial.com: ai_summary: An invaluable, community-driven aggregation of technical tutorials constructed by parsing Stack Overflow documentation. Offers exhaustive syntax and API code @@ -186904,12 +198296,14 @@ https://riptutorial.com: v2_locations: - elearning.md year: N/A + addition_method: manual https://riptutorial.com/ebook: content_hash: ad7ada604543f30c2f11ed77e7b2c7409fad4d4ed3933b61b8c53283450e85f0 health_score: 100.0 last_checked: 1779032583.004443 v1_locations: - docs/elearning.md + addition_method: manual https://riptutorial.com/ebook/jenkins: content_hash: fd4c9cd85cc3979728b98e930e2de1dec5cc9ba36f96b1410aaf77ae7b200651 description: '' @@ -186926,6 +198320,7 @@ https://riptutorial.com/ebook/jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://roadmap.sh: content_hash: 26e0330cd32e11a6bb962ffdbf073ecb69c90e24b61b04a850ff3f5d36c00b50 description: '' @@ -186936,6 +198331,7 @@ https://roadmap.sh: title: roadmap.sh v1_locations: [] year: N/A + addition_method: manual https://roadmap.sh/ai: content_hash: 2671d72fe01912d8c1fc856065076255665aeb229cf7041118f4788daa7a663f description: '' @@ -186946,16 +198342,19 @@ https://roadmap.sh/ai: title: 'roadmap.sh/ai: Generate roadmaps with AI' v1_locations: [] year: N/A + addition_method: manual https://roadmap.sh/devops: content_hash: ef744ef18865dd335657af4dd31425b09894af4c6591f3a669e08565629eb273 health_score: 100.0 last_checked: 1779032195.77198 v1_locations: [] + addition_method: manual https://roadmap.sh/kubernetes: content_hash: b1e3a22bc447c91cc8786f76bb392ab8a6c6a4fb66f34ed51de0d07e128a3ba1 health_score: 100.0 last_checked: 1779031850.488192 v1_locations: [] + addition_method: manual https://roadmap.sh/r?id=65a112f2b8633950ffcf38b6: content_hash: 318d9dc999b37390b994eaf2a32ef38b8b3d92368a28da2b40db28d9463421c0 description: '' @@ -186972,6 +198371,7 @@ https://roadmap.sh/r?id=65a112f2b8633950ffcf38b6: v2_locations: - mlops.md year: N/A + addition_method: manual https://roadmap.sh/terraform: content_hash: 46b083a52ad80548cab0fa00d8a53bdae6494408c72343026816dd04a771eb3d description: '' @@ -186989,6 +198389,7 @@ https://roadmap.sh/terraform: - terraform.md - index.md year: N/A + addition_method: manual https://robertmuth.blogspot.com/2012/08/better-bash-scripting-in-15-minutes.html: ai_summary: An older but highly effective guide containing critical tenets for reliable shell code. It recommends explicit execution options (like `set -eu`) and modular @@ -187016,6 +198417,7 @@ https://robertmuth.blogspot.com/2012/08/better-bash-scripting-in-15-minutes.html v2_locations: - linux.md year: '2012' + addition_method: manual https://robin.io: content_hash: N/A description: '' @@ -187030,6 +198432,7 @@ https://robin.io: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://robinshen.medium.com/hands-on-gitops-with-onedev-f05bd278f07c: content_hash: N/A description: '' @@ -187044,6 +198447,7 @@ https://robinshen.medium.com/hands-on-gitops-with-onedev-f05bd278f07c: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://robotframework.org: content_hash: 29761b5daad39d0de4965caa1a2fb56107a481b818a63cd7618af7246ef79b45 description: '' @@ -187062,6 +198466,7 @@ https://robotframework.org: - test-automation-frameworks.md - jenkins.md year: N/A + addition_method: manual https://rockcontent.com/es/blog/matriz-raci: content_hash: a817dca36d7165b20ca2b4af6fb317f0f10d4e22e217ac0decc4976db1015971 description: '' @@ -187073,6 +198478,7 @@ https://rockcontent.com/es/blog/matriz-raci: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://rockcontent.com/es/blog/tipos-de-consultoria: content_hash: 4ee8fa42cbcffda87fa12f8c03fa82734f9b42c7b67ab9a021dc711bc1fb346a description: '' @@ -187085,6 +198491,7 @@ https://rockcontent.com/es/blog/tipos-de-consultoria: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://rocket.chat: content_hash: 9148fc1787f85787e79c8dc435941400d6dca6921414cf29d372356161a0b29d description: '' @@ -187096,6 +198503,7 @@ https://rocket.chat: v1_locations: - docs/workfromhome.md year: N/A + addition_method: manual https://rockset.com/blog/sequoia-capital-elasticsearch-to-rockset: content_hash: N/A description: '' @@ -187110,6 +198518,7 @@ https://rockset.com/blog/sequoia-capital-elasticsearch-to-rockset: v2_locations: - databases.md year: N/A + addition_method: manual https://rogerdudler.github.io/git-guide: content_hash: 362e83bbcd7c7918eba4c01c720523850623cc329f0f2dc4645198171e927804 description: '' @@ -187126,6 +198535,7 @@ https://rogerdudler.github.io/git-guide: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://rogerdudler.github.io/git-guide/files/git_cheat_sheet.pdf: content_hash: 6e4793457e33a02b0438f96a6489bdfcfa7ae7307937872a072c5239811d1e25 description: '' @@ -187141,6 +198551,7 @@ https://rogerdudler.github.io/git-guide/files/git_cheat_sheet.pdf: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://rogulski.it/blog/kafka-consumer-knative-fastapi: ai_summary: 'Curator Insight: Practical reference implementation for python-based serverless consumers. Live Grounding: Illustrates setting up Knative Eventing @@ -187171,6 +198582,7 @@ https://rogulski.it/blog/kafka-consumer-knative-fastapi: v2_locations: - message-queue.md year: N/A + addition_method: manual https://rollno748.medium.com/load-testing-gcp-pub-sub-using-jmeter-9eff79440beb: content_hash: N/A description: '' @@ -187185,6 +198597,7 @@ https://rollno748.medium.com/load-testing-gcp-pub-sub-using-jmeter-9eff79440beb: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://rollout.io/blog/rollout-tutorial-feature-flagging-in-your-react-native-app-in-5-minutes: content_hash: 2d20fb80c9507ff96826c679d297cc88a3a8a84f1c9ea2ed4cc313d65343b407 description: '' @@ -187197,6 +198610,7 @@ https://rollout.io/blog/rollout-tutorial-feature-flagging-in-your-react-native-a v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://rollout.io/wp-content/uploads/2018/11/Rising.The_.Flag_.Rollout-1.pdf: content_hash: 38bf587523ca271e559c7060b0c03c95cb50e07d8c7457beb0ed22d6ff36cddf health_score: 100.0 @@ -187209,6 +198623,7 @@ https://rollout.io/wp-content/uploads/2018/11/Rising.The_.Flag_.Rollout-1.pdf: status: review_required v1_locations: - docs/jenkins.md + addition_method: manual https://ronaknathani.com/blog/2020/08/how-a-kubernetes-pod-gets-an-ip-address: content_hash: 7d9887fc5df8f19786d9baeefc7e91d70f5db76da85dd5dad3a250d5b0585473 description: '' @@ -187227,6 +198642,7 @@ https://ronaknathani.com/blog/2020/08/how-a-kubernetes-pod-gets-an-ip-address: - kubernetes-networking.md - kubernetes.md year: N/A + addition_method: manual https://rook.io: content_hash: bdec2d5a1ffc28d5ce317af6b6f42798133cea546cf3ced974ed099557e174a7 description: '' @@ -187245,6 +198661,7 @@ https://rook.io: - ocp4.md - kubernetes-storage.md year: N/A + addition_method: manual https://routerhan.medium.com/understanding-kubernetes-deployment-a-beginners-guide-6723c19dbd57: content_hash: N/A description: '' @@ -187260,6 +198677,7 @@ https://routerhan.medium.com/understanding-kubernetes-deployment-a-beginners-gui v2_locations: - kubernetes.md year: N/A + addition_method: manual https://rpadovani.com/k8s-algorithm-pick-pod-scale-in: content_hash: 449455a9c82360198670f9cbe8e1ccb4787c6e90c7aab0c1bb5dca52885aaad4 description: '' @@ -187276,6 +198694,7 @@ https://rpadovani.com/k8s-algorithm-pick-pod-scale-in: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://rpadovani.com/terraform-cloudinit: content_hash: d55d8ac9447eda1f86785bfe1f2cd66202a4b38ed661615b2a21ed410f9cd70f description: '' @@ -187293,6 +198712,7 @@ https://rpadovani.com/terraform-cloudinit: v2_locations: - terraform.md year: N/A + addition_method: manual https://rtfm.co.ua/en/kubernetes-cluster-cost-monitoring-kubernetes-resource-report-and-kubecost: content_hash: febd3c97c72dcf7205d83eff5538c41d2553091037e41151a5e750343024e48b description: '' @@ -187310,6 +198730,7 @@ https://rtfm.co.ua/en/kubernetes-cluster-cost-monitoring-kubernetes-resource-rep v2_locations: - kubernetes.md year: N/A + addition_method: manual https://rtfm.co.ua/en/prometheus-kubernetes-endpoints-monitoring-with-blackbox-exporter: content_hash: a611456824261188796f2b1208ab634966d34537890056a4e8692032a02742d4 description: '' @@ -187326,6 +198747,7 @@ https://rtfm.co.ua/en/prometheus-kubernetes-endpoints-monitoring-with-blackbox-e v2_locations: - prometheus.md year: N/A + addition_method: manual https://rudderstack.com: content_hash: d056740e4d71e64586dcdf73a3d2bf8c3335fb4a7f6d142e5c655d05f81cf868 description: '' @@ -187337,6 +198759,7 @@ https://rudderstack.com: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://runs-on.com: ai_summary: A commercial-grade, highly efficient solution for hosting ephemeral, auto-scaled GitHub Actions runners directly on your AWS account. Delivers a significant @@ -187370,6 +198793,7 @@ https://runs-on.com: - aws.md - kubernetes.md year: N/A + addition_method: manual https://runterrascan.io: content_hash: 8fc6d7d949149fa92145dec2c4b5c7e650b1f2035819df4a0abb44b4cb4ac890 description: '' @@ -187381,6 +198805,7 @@ https://runterrascan.io: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://rutlandblog.com: content_hash: 6f74a96201d80ff57f9dede9a3a6a66379e0780aa0fa740c82bad5b6f88f7f75 description: '' @@ -187397,6 +198822,7 @@ https://rutlandblog.com: v2_locations: - azure.md year: N/A + addition_method: manual https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell: ai_summary: Curator Insight is a renowned technical critique of YAML’s excessive complexity, implicit typing, and edge-case errors (the Norway problem). Live Grounding @@ -187426,6 +198852,7 @@ https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://rvm.io: content_hash: cae0a4f19261702ec2e151d8ee99f7fadb20eb06bb2ee123dc84f4dfcb847fef health_score: 100.0 @@ -187433,6 +198860,7 @@ https://rvm.io: v1_locations: - docs/demos.md - docs/maven-gradle.md + addition_method: manual https://saahitya.hashnode.dev/pod-disruption-budgetpdb: content_hash: N/A description: '' @@ -187447,12 +198875,14 @@ https://saahitya.hashnode.dev/pod-disruption-budgetpdb: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://sagikazarmark.hu/blog/vanity-import-paths-in-go: content_hash: 17764bf953c2da654a48be3d6145bc9794a4ae9ad5c5f519b2a3a09daa03dd21 health_score: 100.0 last_checked: 1779031980.288156 v1_locations: - docs/golang.md + addition_method: manual https://sahansera.dev/multi-stage-builds-with-azure-pipelines-ionic: content_hash: 89d2ae3677724ef362dc6dcfd68045d091a2d280408d3ebbcfd141aab95d0f6b description: '' @@ -187469,6 +198899,7 @@ https://sahansera.dev/multi-stage-builds-with-azure-pipelines-ionic: v2_locations: - azure.md year: N/A + addition_method: manual https://sahansera.dev/publishing-android-apps-to-microsoft-appcenter: content_hash: 21808404a658b392c8096fbf70b920781f5c35df1c22ba199d58236ca3d74fef description: '' @@ -187486,6 +198917,7 @@ https://sahansera.dev/publishing-android-apps-to-microsoft-appcenter: v2_locations: - azure.md year: N/A + addition_method: manual https://sairamkrish.medium.com/terraform-best-practices-and-project-setup-1772ad04cf5e: content_hash: N/A description: '' @@ -187500,6 +198932,7 @@ https://sairamkrish.medium.com/terraform-best-practices-and-project-setup-1772ad v2_locations: - terraform.md year: N/A + addition_method: manual https://saiteja313.medium.com/tracing-dns-issues-in-kubernetes-28b38f782103: content_hash: N/A description: '' @@ -187514,6 +198947,7 @@ https://saiteja313.medium.com/tracing-dns-issues-in-kubernetes-28b38f782103: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://sakaiproject.atlassian.net/wiki/spaces/REL/pages/1314427619/Maven+release+plugin+cheat+sheet: health_score: 100.0 last_checked: 1779130494.956299 @@ -187524,6 +198958,7 @@ https://sakaiproject.atlassian.net/wiki/spaces/REL/pages/1314427619/Maven+releas - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://salaboy.com/2022/01/29/event-driven-applications-with-cloudevents-on-kubernetes: content_hash: 010ddd6edf11684699029d3736050e75266137aa95f14f380132ccc16fa6e120 description: '' @@ -187535,6 +198970,7 @@ https://salaboy.com/2022/01/29/event-driven-applications-with-cloudevents-on-kub v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://salaboy.com/2022/08/03/building-platforms-on-top-of-kubernetes-vcluster-and-crossplane: content_hash: cf1123a2229edd992e9f0e55757f7965517646a61d8de36e8286cea6a81b65d4 description: '' @@ -187546,6 +198982,7 @@ https://salaboy.com/2022/08/03/building-platforms-on-top-of-kubernetes-vcluster- v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://salaboy.com/2022/11/28/the-challenges-of-platform-building-on-top-of-kubernetes-4-4: content_hash: dcd6e28dc0cb6437dec8516891750bcf55556ebbb2c9fca3378d10af6c6865d6 description: '' @@ -187557,6 +198994,7 @@ https://salaboy.com/2022/11/28/the-challenges-of-platform-building-on-top-of-kub v1_locations: - docs/devops.md year: N/A + addition_method: manual https://samiislam0306.medium.com/insightful-monitoring-of-kubernetes-clusters-with-traces-c7c3b33ed07e: content_hash: N/A description: '' @@ -187572,6 +199010,7 @@ https://samiislam0306.medium.com/insightful-monitoring-of-kubernetes-clusters-wi v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://samirbehara.com/2019/05/30/cloud-native-monitoring-with-prometheus: content_hash: 42a93e1023c59bbf5571cffe789f0a887e6302ff3d93798fbb23cef415868f5c description: '' @@ -187588,6 +199027,7 @@ https://samirbehara.com/2019/05/30/cloud-native-monitoring-with-prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://samiyaakhtar.medium.com/gitops-observability-visualizing-the-journey-of-a-container-5f6ef1f3c9d2: content_hash: N/A description: '' @@ -187603,6 +199043,7 @@ https://samiyaakhtar.medium.com/gitops-observability-visualizing-the-journey-of- v2_locations: - gitops.md year: N/A + addition_method: manual https://samos-it.com/posts/securing-redis-istio-tls-origniation-termination.html: ai_summary: A technical guide illustrating how to configure Istio to automatically perform TLS origination for traffic destined for a Redis database cluster. Explains @@ -187633,6 +199074,7 @@ https://samos-it.com/posts/securing-redis-istio-tls-origniation-termination.html v2_locations: - istio.md year: N/A + addition_method: manual https://sandeepbaldawa.medium.com/k8s-labels-selectors-9ad2fcf78a4e: content_hash: N/A description: '' @@ -187647,6 +199089,7 @@ https://sandeepbaldawa.medium.com/k8s-labels-selectors-9ad2fcf78a4e: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://sandeepbaldawa.medium.com/service-accounts-in-k8s-kubernetes-2779ee4fb331: content_hash: N/A description: '' @@ -187661,6 +199104,7 @@ https://sandeepbaldawa.medium.com/service-accounts-in-k8s-kubernetes-2779ee4fb33 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://sanjimoh.medium.com/demystifying-kubernetes-networking-episode-1-ca5605a97f87: content_hash: N/A description: '' @@ -187675,6 +199119,7 @@ https://sanjimoh.medium.com/demystifying-kubernetes-networking-episode-1-ca5605a v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://sap.github.io/jenkins-library: content_hash: 6abadb75504027b8038578a13521e11e4fcd2e590d5de93db6070dde25803a45 description: '' @@ -187686,6 +199131,7 @@ https://sap.github.io/jenkins-library: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://sapling-scm.com/docs/introduction: content_hash: bac0a3371b09894f2967b887ae1061a1128957847ece9f1bfecf284716cb9a22 description: '' @@ -187702,6 +199148,7 @@ https://sapling-scm.com/docs/introduction: v2_locations: - git.md year: N/A + addition_method: manual https://satyenkumar.medium.com/demystifying-the-cloud-computing-an-overview-of-the-microsoft-azure-6a5c1fb1799d: content_hash: N/A description: '' @@ -187717,6 +199164,7 @@ https://satyenkumar.medium.com/demystifying-the-cloud-computing-an-overview-of-t v2_locations: - azure.md year: N/A + addition_method: manual https://satyenkumar.medium.com/my-youtube-channel-is-updated-for-aws-certifications-over-150-video-list-1ae7aa81e99d: content_hash: N/A description: '' @@ -187732,6 +199180,7 @@ https://satyenkumar.medium.com/my-youtube-channel-is-updated-for-aws-certificati v2_locations: - aws-training.md year: N/A + addition_method: manual https://saurabhdashora.hashnode.dev/implementing-sidecar-design-pattern-with-kubernetes-pod: content_hash: N/A description: '' @@ -187747,6 +199196,7 @@ https://saurabhdashora.hashnode.dev/implementing-sidecar-design-pattern-with-kub v2_locations: - kubernetes.md year: N/A + addition_method: manual https://sayali.hashnode.dev/day-56-understanding-ad-hoc-commands-in-ansible: content_hash: N/A description: '' @@ -187762,6 +199212,7 @@ https://sayali.hashnode.dev/day-56-understanding-ad-hoc-commands-in-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://scalefactory.com/blog/2021/10/13/failing-faster-with-terraform: content_hash: 6c5047c1cbccfeb7b76776ec68fe68e94015616b6fb361ec6130286bab06eb44 description: '' @@ -187778,6 +199229,7 @@ https://scalefactory.com/blog/2021/10/13/failing-faster-with-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://scalr.com: content_hash: 3dc7860d49b6354484701a98ba2f9587aa7fc777eca31ad4ad889119ca8e2970 description: '' @@ -187794,6 +199246,7 @@ https://scalr.com: v2_locations: - terraform.md year: N/A + addition_method: manual https://scoop.sh: content_hash: 69eca09463a751c3ee7f6188f3583eb93a2ba4dcdfa2da29a68c53c6fb4bc954 description: '' @@ -187810,12 +199263,14 @@ https://scoop.sh: v2_locations: - azure.md year: N/A + addition_method: manual https://scotch.io/courses/10-need-to-know-javascript-concepts/declaring-javascript-variables-var-let-and-const: content_hash: 0df48620e6b2106ab30430a74433ff08d91013549d409e6a2904f979bf2f31ad health_score: 100.0 last_checked: 1779031497.551725 v1_locations: - docs/javascript.md + addition_method: manual https://scrapy.org: content_hash: b7b26c7c9a91fd0ef307639ee103c9b5b8689c23bfe19b0016fb4f6394c4b799 health_score: 100.0 @@ -187828,6 +199283,7 @@ https://scrapy.org: - docs/python.md v2_locations: - python.md + addition_method: manual https://scrivano.org/posts/2022-10-21-the-journey-to-speed-up-oci-containers: content_hash: 20e9944a1166ed7fe04b29b1d5a6ca74d5ce6dc9b7da0850af80503d93bc0d1b health_score: 100.0 @@ -187840,6 +199296,7 @@ https://scrivano.org/posts/2022-10-21-the-journey-to-speed-up-oci-containers: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://sdkman.io: ai_summary: A command-line utility for managing parallel versions of multiple Software Development Kits on most Unix-like systems. Widely used to manage JDKs, Gradle, @@ -187870,6 +199327,7 @@ https://sdkman.io: - maven-gradle.md - demos.md year: N/A + addition_method: manual https://sdtimes.com/cicd/the-state-of-ci-cd: ai_summary: 'Curator Insight: Broad industry survey analyzing developer adoption and tool fragmentation in delivery architectures. Live Grounding: Highlights the @@ -187898,6 +199356,7 @@ https://sdtimes.com/cicd/the-state-of-ci-cd: v2_locations: - cicd.md year: N/A + addition_method: manual https://sdtimes.com/devops/ci-cd-pipelines-are-expanding: ai_summary: Explores how modern CI/CD pipelines are expanding their scope to integrate security scans, compliance policy engines, and platform provisioning stages. @@ -187926,6 +199385,7 @@ https://sdtimes.com/devops/ci-cd-pipelines-are-expanding: - cicd.md - jenkins.md year: N/A + addition_method: manual https://sdtimes.com/devops/gitlab-14-aims-to-do-away-with-diy-devops-toolchains: ai_summary: An analysis covering the strategic direction of the GitLab 14 platform release. Discusses the goal of eliminating fragmented DIY developer toolchains @@ -187953,6 +199413,7 @@ https://sdtimes.com/devops/gitlab-14-aims-to-do-away-with-diy-devops-toolchains: v2_locations: - git.md year: N/A + addition_method: manual https://sdtimes.com/lowcode/low-code-cuts-down-on-dev-time-increases-testing-headaches: ai_summary: Evaluates the testing challenges posed by low-code development models. Explores how quick functional designs can lead to deep testing hurdles and security @@ -187980,6 +199441,7 @@ https://sdtimes.com/lowcode/low-code-cuts-down-on-dev-time-increases-testing-hea v2_locations: - lowcode-nocode.md year: N/A + addition_method: manual https://search-guard.com/sgctl-elasticsearch: content_hash: N/A description: '' @@ -187994,6 +199456,7 @@ https://search-guard.com/sgctl-elasticsearch: v2_locations: - monitoring.md year: N/A + addition_method: manual https://search.gocenter.io: content_hash: N/A description: '' @@ -188008,6 +199471,7 @@ https://search.gocenter.io: v2_locations: - golang.md year: N/A + addition_method: manual https://searchapparchitecture.techtarget.com/tip/4-trends-for-Kubernetes-cloud-native-teams-to-watch-in-2020: content_hash: c13bb3f8f09d5dd63ef736d2dae1196d001871293a269e4657808103496f09de description: '' @@ -188018,6 +199482,7 @@ https://searchapparchitecture.techtarget.com/tip/4-trends-for-Kubernetes-cloud-n v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://searchcloudcomputing.techtarget.com/answer/Amazon-ECS-vs-Kubernetes-Which-should-you-use-on-AWS: content_hash: 867781ae56658793ad74ef4171828ac9ea137da301fd648c82a98d82523d5be2 description: '' @@ -188028,6 +199493,7 @@ https://searchcloudcomputing.techtarget.com/answer/Amazon-ECS-vs-Kubernetes-Whic v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://searchcloudcomputing.techtarget.com/feature/Modernize-legacy-applications-with-containers-microservices: content_hash: 0bb0dec80d9ffd8d6f820ad0f881f4968b58bb2645d7873b7b621436c413e110 description: '' @@ -188038,6 +199504,7 @@ https://searchcloudcomputing.techtarget.com/feature/Modernize-legacy-application v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://searchcloudcomputing.techtarget.com/tip/Compare-tools-for-multi-cloud-Kubernetes-management: content_hash: 79fc293924ed036d9fdf1317f2a5f5f04f6f5c3fd8a61ff4189d9c0916df6cb3 description: '' @@ -188048,6 +199515,7 @@ https://searchcloudcomputing.techtarget.com/tip/Compare-tools-for-multi-cloud-Ku v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://searchcloudcomputing.techtarget.com/tip/Weigh-the-pros-and-cons-of-managed-Kubernetes-services: content_hash: 544d7f36af332f9d5a755900874fc962e1d9531702b83a2514e89d9840242bf6 description: '' @@ -188058,6 +199526,7 @@ https://searchcloudcomputing.techtarget.com/tip/Weigh-the-pros-and-cons-of-manag v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/feature/Differences-between-Kubernetes-Ingress-vs-load-balancer: content_hash: 1ea592e5af9f5fa2270ab60af03c6566d123935e1a00862a43b9146034e31679 description: '' @@ -188069,6 +199538,7 @@ https://searchitoperations.techtarget.com/feature/Differences-between-Kubernetes v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/feature/Optimize-Kubernetes-cluster-management-with-these-5-tips: content_hash: 26a1e9d7bde668bfd0c307a5d12479806736dd2c58837f5719271bca9126b4c7 description: '' @@ -188079,6 +199549,7 @@ https://searchitoperations.techtarget.com/feature/Optimize-Kubernetes-cluster-ma v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/feature/Top-15-DevOps-blogs-to-read-and-follow: content_hash: 41547af4ca8afd969858e9e688a5f38d300e786cc39568d24cbdb244de808828 description: '' @@ -188089,6 +199560,7 @@ https://searchitoperations.techtarget.com/feature/Top-15-DevOps-blogs-to-read-an v1_locations: - docs/devops.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/news/252467102/Kubernetes-policy-project-takes-enterprise-IT-by-storm: content_hash: e4067d287169807db21d01b55d1d2f2db796c2a8970516785bcbb99201433ced description: '' @@ -188100,6 +199572,7 @@ https://searchitoperations.techtarget.com/news/252467102/Kubernetes-policy-proje v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/news/252492459/GitOps-pros-grapple-with-Kubernetes-configuration-management: content_hash: 9ed2f098f7055fe00d2d52dcf83f060a5ebe559d55217073439bff6188f9411f description: '' @@ -188111,6 +199584,7 @@ https://searchitoperations.techtarget.com/news/252492459/GitOps-pros-grapple-wit v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/news/252505548/CNCF-policy-as-code-project-bridges-Kubernetes-security-gaps: content_hash: cca0795b82ea9c002f84539fbf717f9a594e58337f7b0d22b296977894bd888a description: '' @@ -188122,6 +199596,7 @@ https://searchitoperations.techtarget.com/news/252505548/CNCF-policy-as-code-pro v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/tip/Ensure-Kubernetes-high-availability-with-master-node-planning: content_hash: 428fcff4d74c21bf1dc38173f6aea420d8ebc25c7561f62ab49285bdd1eec34e description: '' @@ -188133,6 +199608,7 @@ https://searchitoperations.techtarget.com/tip/Ensure-Kubernetes-high-availabilit v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/tip/Terraform-cheat-sheet-Notable-commands-HCL-and-more: content_hash: 84b8e122167d3faaa11b4968e9e95aaea2e6395b620eb00bcb716fac1f40fc92 description: '' @@ -188144,6 +199620,7 @@ https://searchitoperations.techtarget.com/tip/Terraform-cheat-sheet-Notable-comm v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://searchitoperations.techtarget.com/tip/Tips-and-tools-to-achieve-a-serverless-DevOps-workflow: content_hash: 54dd4b7cd6e1c0296144ef068c39959fc00c76979b00e70d3a784dadde42ff30 description: '' @@ -188155,6 +199632,7 @@ https://searchitoperations.techtarget.com/tip/Tips-and-tools-to-achieve-a-server v1_locations: - docs/devops.md year: N/A + addition_method: manual https://searchstorage.techtarget.com/definition/IBM-Spectrum: content_hash: d26b4aba12fcef90e978e874f450bf1bb21ee0a2e6f90effef51f9244637c4af description: '' @@ -188165,6 +199643,7 @@ https://searchstorage.techtarget.com/definition/IBM-Spectrum: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://seattledataguy.substack.com/p/data-engineering-vs-machine-learning: content_hash: N/A description: '' @@ -188179,6 +199658,7 @@ https://seattledataguy.substack.com/p/data-engineering-vs-machine-learning: v2_locations: - mlops.md year: N/A + addition_method: manual https://sebalopezz.medium.com/monolith-to-microservices-event-driven-architecture-ff4284bf4ecf: content_hash: N/A description: '' @@ -188194,6 +199674,7 @@ https://sebalopezz.medium.com/monolith-to-microservices-event-driven-architectur v2_locations: - message-queue.md year: N/A + addition_method: manual https://sebastiandedeyne.com/things-you-didnt-know-you-could-diff-in-github: ai_summary: This practical blog post explores advanced, lesser-known capabilities of the GitHub visual diff engine, including comparing images, text files, and @@ -188225,6 +199706,7 @@ https://sebastiandedeyne.com/things-you-didnt-know-you-could-diff-in-github: v2_locations: - git.md year: N/A + addition_method: manual https://sebinxavi.medium.com/eks-cluster-deployment-using-terraform-685c89b14f72: content_hash: N/A description: '' @@ -188239,6 +199721,7 @@ https://sebinxavi.medium.com/eks-cluster-deployment-using-terraform-685c89b14f72 v2_locations: - terraform.md year: N/A + addition_method: manual https://security.stackexchange.com/questions/58167/databases-in-dmz-and-intranet: content_hash: N/A description: '' @@ -188253,6 +199736,7 @@ https://security.stackexchange.com/questions/58167/databases-in-dmz-and-intranet v2_locations: - devsecops.md year: N/A + addition_method: manual https://securityaffairs.co/wordpress/127708/hacking/kubernetes-argo-cd-flaw.html: content_hash: d2ec11058671fe6d0ece8bdadbcfa683cb3b5c6d738129a158849ae043a1810d description: '' @@ -188265,6 +199749,7 @@ https://securityaffairs.co/wordpress/127708/hacking/kubernetes-argo-cd-flaw.html v1_locations: - docs/argo.md year: N/A + addition_method: manual https://securityaffairs.com/127708/hacking/kubernetes-argo-cd-flaw.html: ai_summary: 'Curator Insight: Coverage of the architectural flaw in Argo CD that exposed critical internal server state and target configuration values. Live Grounding: @@ -188288,6 +199773,7 @@ https://securityaffairs.com/127708/hacking/kubernetes-argo-cd-flaw.html: v2_locations: - argo.md year: '2022' + addition_method: manual https://securityboulevard.com/2021/02/devops-vs-devsecops-heres-how-they-fit-together: content_hash: N/A description: '' @@ -188302,6 +199788,7 @@ https://securityboulevard.com/2021/02/devops-vs-devsecops-heres-how-they-fit-tog v2_locations: - devsecops.md year: N/A + addition_method: manual https://securityboulevard.com/2022/10/implementing-zero-trust-security-with-service-mesh-and-kubernetes: content_hash: N/A description: '' @@ -188317,6 +199804,7 @@ https://securityboulevard.com/2022/10/implementing-zero-trust-security-with-serv v2_locations: - devsecops.md year: N/A + addition_method: manual https://securitycafe.ro/2023/02/27/a-complete-kubernetes-config-review-methodology: ai_summary: Provides a highly detailed methodology for evaluating cluster configurations, auditing access permissions, and detecting risky configurations. Curator insight @@ -188346,6 +199834,7 @@ https://securitycafe.ro/2023/02/27/a-complete-kubernetes-config-review-methodolo v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://securitylabs.datadoghq.com/articles/container-security-fundamentals-part-1: content_hash: e46599f9ca163a57859d6ac7d05a94d6ead65ba92a913be98616a4cbb0e32d55 description: '' @@ -188363,6 +199852,7 @@ https://securitylabs.datadoghq.com/articles/container-security-fundamentals-part v2_locations: - docker.md year: N/A + addition_method: manual https://securityonline.info/vampi-vulnerable-rest-api-with-owasp-top-10-vulnerabilities: content_hash: N/A description: '' @@ -188377,6 +199867,7 @@ https://securityonline.info/vampi-vulnerable-rest-api-with-owasp-top-10-vulnerab v2_locations: - devsecops.md year: N/A + addition_method: manual https://seekingalpha.com/article/4427517-jfrog-reminds-me-of-mongodb: ai_summary: A financial market study of JFrog's business model and growth strategy, drawing comparisons to MongoDB's database model and developer adoption lifecycle. @@ -188402,6 +199893,7 @@ https://seekingalpha.com/article/4427517-jfrog-reminds-me-of-mongodb: v2_locations: - registries.md year: N/A + addition_method: manual https://segment.com/blog/the-segment-aws-stack: content_hash: 31f3626742710154f57176c47defb5bc9be4cd143001357f0c1ffd9578743ad4 description: '' @@ -188417,6 +199909,7 @@ https://segment.com/blog/the-segment-aws-stack: v2_locations: - terraform.md year: N/A + addition_method: manual https://seguridad-informacion.blogspot.com/2020/07/you-bet-that-apis-power-devops-tools.html: content_hash: ab73753b0fd15a042abb1fa621a78c32a046e032862a23b63144ce3fe47db2d6 health_score: 100.0 @@ -188429,6 +199922,7 @@ https://seguridad-informacion.blogspot.com/2020/07/you-bet-that-apis-power-devop - docs/api.md v2_locations: - api.md + addition_method: manual https://selenium.dev: content_hash: b2325901a2c91df06e1f3b3882fca5e71ecddce3709851a2eba408d822142a04 description: '' @@ -188440,6 +199934,7 @@ https://selenium.dev: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://semantic-release.gitbook.io/semantic-release: content_hash: 2f1203212a88afacf85689de4cc12866e4119ffeb1cac26045458195ba8d1686 description: '' @@ -188456,6 +199951,7 @@ https://semantic-release.gitbook.io/semantic-release: v2_locations: - git.md year: N/A + addition_method: manual https://semaphore.io: content_hash: b9937b184d6057cf704196136f193cb5638d9de342ea4d36121e587ad60ec9f2 health_score: 100.0 @@ -188467,6 +199963,7 @@ https://semaphore.io: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://semaphore.io/blog/continuous-blue-green-deployments-with-kubernetes: ai_summary: A highly-rated technical guide illustrating step-by-step implementation of automated Blue-Green deployments within a Kubernetes cluster. Details traffic @@ -188490,6 +199987,7 @@ https://semaphore.io/blog/continuous-blue-green-deployments-with-kubernetes: - kubernetes.md - cicd.md year: '2022' + addition_method: manual https://semaphore.io/blog/deploy-microservices: content_hash: 6e0a61ff6c8dadfe52a1a80ec59aa317008bc053b924e185012ec23872674271 health_score: 100.0 @@ -188501,6 +199999,7 @@ https://semaphore.io/blog/deploy-microservices: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://semaphore.io/blog/devops-ml-data: content_hash: 58f5f8de4199132720fa0433e6d2a225440d4d159e77a519f57b7ca44a6aa631 health_score: 100.0 @@ -188513,6 +200012,7 @@ https://semaphore.io/blog/devops-ml-data: - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://semaphore.io/blog/kubernetes-deployments: ai_summary: 'Curator Insight: Actionable patterns for securing standard Deployment manifests in CI/CD pipelines. Live Grounding: Explains key-value securityContext @@ -188535,6 +200035,7 @@ https://semaphore.io/blog/kubernetes-deployments: v2_locations: - kubernetes-security.md year: '2023' + addition_method: manual https://semaphore.io/blog/kubernetes-vs-docker: ai_summary: Provides a detailed look at container orchestration. Compares Docker Compose, Docker Swarm, and Kubernetes to help cloud teams select the right tool @@ -188556,6 +200057,7 @@ https://semaphore.io/blog/kubernetes-vs-docker: v2_locations: - kubernetes-alternatives.md year: '2021' + addition_method: manual https://semaphore.io/blog/microfrontends: content_hash: 9a8eeddeb148eca1379833c6ca3bc2ee438063c66beedb9083a910e0086736e2 health_score: 100.0 @@ -188567,6 +200069,7 @@ https://semaphore.io/blog/microfrontends: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://semaphore.io/blog/replicaset-statefulset-daemonset-deployments: content_hash: a4f51cc1f5848504ab764d17ab9a32cae149789c7c8855ebd99de16ad92b3da9 health_score: 100.0 @@ -188578,6 +200081,7 @@ https://semaphore.io/blog/replicaset-statefulset-daemonset-deployments: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://semaphore.io/blog/revving-up-continuous-integration-with-parallel-testing: content_hash: 07d06f19e851dc3d8124d2edb9e43020071110ee9b9402df6606ddb5f8a5ca47 health_score: 100.0 @@ -188590,6 +200094,7 @@ https://semaphore.io/blog/revving-up-continuous-integration-with-parallel-testin - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://semaphoreci.com: content_hash: a7c754442594e487c76af23cba3e428bd8ad1f14835234adbe9bb943cc0b761a description: '' @@ -188601,6 +200106,7 @@ https://semaphoreci.com: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://semaphoreci.com/blog/continuous-blue-green-deployments-with-kubernetes: content_hash: b2f5fa4b340d424ef0267d2bd3b1c8e6c94dbd3680d0e51d1ed76b91d9b02ca5 description: '' @@ -188613,6 +200119,7 @@ https://semaphoreci.com/blog/continuous-blue-green-deployments-with-kubernetes: - docs/cicd.md - docs/kubernetes.md year: N/A + addition_method: manual https://semaphoreci.com/blog/deploy-microservices: content_hash: 4ef71d7bb97c80f537c70fa2838bf0c23930ff789ee6aea755fe55af0fa21549 description: '' @@ -188624,6 +200131,7 @@ https://semaphoreci.com/blog/deploy-microservices: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://semaphoreci.com/blog/devops-ml-data: content_hash: 033a15e95641e702fcf06a57412dcd482a7729f8092cc027a001f5d43c51159b description: '' @@ -188635,6 +200143,7 @@ https://semaphoreci.com/blog/devops-ml-data: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://semaphoreci.com/blog/kubernetes-deployments: content_hash: c6503c1a40604c7481c4ad8e67585fc0b35b1cd9aaa7bfb8d54903e8558edba3 description: '' @@ -188646,6 +200155,7 @@ https://semaphoreci.com/blog/kubernetes-deployments: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://semaphoreci.com/blog/kubernetes-vs-docker: content_hash: ce1b911fbf3df7062f609dd6815ba23ec4266e70a002c37444eb6ee2105e07e8 description: '' @@ -188657,6 +200167,7 @@ https://semaphoreci.com/blog/kubernetes-vs-docker: v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://semaphoreci.com/blog/microfrontends: content_hash: 2c9b17816b3f8d94165befe9120270df290227b651312bc7dafea319c64181a3 description: '' @@ -188668,6 +200179,7 @@ https://semaphoreci.com/blog/microfrontends: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://semaphoreci.com/blog/replicaset-statefulset-daemonset-deployments: content_hash: 2b0fd4e3f220f3bf9e126ef4d6ce22a04153aaff92ff198b9b75876ee5d25d60 description: '' @@ -188680,6 +200192,7 @@ https://semaphoreci.com/blog/replicaset-statefulset-daemonset-deployments: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://semaphoreci.com/blog/revving-up-continuous-integration-with-parallel-testing: content_hash: a76341400ed4615321069fd9f620b72d26ca78d69829069d357b17e37806b961 description: '' @@ -188691,6 +200204,7 @@ https://semaphoreci.com/blog/revving-up-continuous-integration-with-parallel-tes v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://semaphoreci.medium.com/12-ways-to-improve-your-monolith-before-transitioning-to-microservices-d1061e96ca1a: content_hash: N/A description: '' @@ -188706,6 +200220,7 @@ https://semaphoreci.medium.com/12-ways-to-improve-your-monolith-before-transitio v2_locations: - introduction.md year: N/A + addition_method: manual https://sematext.com/capabilities/container-monitoring: content_hash: aaea39d44a6f4935e799d64bc8b5c3eb6b732138b30c8e891f79395e5df64433 health_score: 100.0 @@ -188718,6 +200233,7 @@ https://sematext.com/capabilities/container-monitoring: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://sematext.com/docker: content_hash: cfc2577e1aef3aa5524bcdcf9b5d20671e09f51f46cb90c86ffe869d848c4b89 description: '' @@ -188729,6 +200245,7 @@ https://sematext.com/docker: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://semgrep.dev: content_hash: 15b218ad3b0b057e4bf8c0dbd9dbddf048c9af1852fa7b17c87df59975a129d5 description: '' @@ -188745,6 +200262,7 @@ https://semgrep.dev: v2_locations: - qa.md year: N/A + addition_method: manual https://sentry.io: content_hash: f746bf234b2f7147c66e16d62fe263c237932a8b65fcbb0f6a999298dfeb8803 description: '' @@ -188756,6 +200274,7 @@ https://sentry.io: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://sentry.io/welcome: content_hash: ea96440263f38a8daa633c922507453a80c6b92a2d65b0bbdd4a28eb4826b507 health_score: 100.0 @@ -188768,6 +200287,7 @@ https://sentry.io/welcome: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://sequoia.makes.software/reducing-docker-image-size-particularly-for-kubernetes-environments: content_hash: 00eac2f4dd5b747762a7296b87af0bfc17e0a750db755b02a8dc0c50c5129c3f description: '' @@ -188785,6 +200305,7 @@ https://sequoia.makes.software/reducing-docker-image-size-particularly-for-kuber v2_locations: - docker.md year: N/A + addition_method: manual https://seraf.dev/argocd-tutorial-with-terraform-af77ddea2e6e: ai_summary: 'Curator Insight: Illustrates the bootstrap process of Argo CD onto a Kubernetes cluster utilizing the Terraform Helm provider. Live Grounding: Highlights @@ -188813,6 +200334,7 @@ https://seraf.dev/argocd-tutorial-with-terraform-af77ddea2e6e: v2_locations: - argo.md year: N/A + addition_method: manual https://seranking.com/blog/practical-tips-google-search-operators: content_hash: cf3ebf8f73acbc0ba86aeb103df595beca745af50f49e6f61abba7087b82a32b description: '' @@ -188829,6 +200351,7 @@ https://seranking.com/blog/practical-tips-google-search-operators: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://serhii.vasylenko.info/2022/01/16/some-techniques-to-enhance-your-terraform-proficiency: content_hash: c7720124311df98171910dfa0e27515bc007263d43b030040e41b9426f81ce7e description: '' @@ -188840,6 +200363,7 @@ https://serhii.vasylenko.info/2022/01/16/some-techniques-to-enhance-your-terrafo v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://serokell.io/blog/kubernetes-guide: content_hash: N/A description: '' @@ -188856,6 +200380,7 @@ https://serokell.io/blog/kubernetes-guide: v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://seroter.com/2021/08/18/using-the-new-google-cloud-config-controller-to-provision-and-manage-cloud-services-via-the-kubernetes-resource-model : ai_summary: Detailed technical walk-through of the Google Cloud Config Controller. Demonstrates how to leverage the Kubernetes Resource Model (KRM) to declare and @@ -188884,6 +200409,7 @@ https://serokell.io/blog/kubernetes-guide: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://serverless-stack.com/examples/how-to-debug-lambda-functions-with-visual-studio-code.html: content_hash: af25eafc3ec17cd565814e92f72ddbe39899b4f9558c50a314415fdbeca6e195 description: '' @@ -188895,6 +200421,7 @@ https://serverless-stack.com/examples/how-to-debug-lambda-functions-with-visual- v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://serverless.tf: content_hash: 820c65380d1300739b2c9df0cd8be5231e1d2c7378a9428066af403b66994c66 description: '' @@ -188911,6 +200438,7 @@ https://serverless.tf: v2_locations: - terraform.md year: N/A + addition_method: manual https://serverlesshorrors.com: content_hash: 14e16732f378cb9f1b2cf54ab77769f4bee879db30f4753c95369c0e276ba5e1 description: '' @@ -188928,6 +200456,7 @@ https://serverlesshorrors.com: - serverless.md - index.md year: N/A + addition_method: manual https://serverlessland.com: content_hash: 5b6cd1441b940a59f09104ff12fcc2ef9e14fba4fd58318b17a366f7c9ce9412 description: '' @@ -188944,6 +200473,7 @@ https://serverlessland.com: v2_locations: - aws.md year: N/A + addition_method: manual https://serverlessland.com/event-driven-architecture: content_hash: 5b6cd1441b940a59f09104ff12fcc2ef9e14fba4fd58318b17a366f7c9ce9412 description: '' @@ -188961,6 +200491,7 @@ https://serverlessland.com/event-driven-architecture: v2_locations: - serverless.md year: N/A + addition_method: manual https://serverlessland.com/event-driven-architecture/visuals: content_hash: 5b6cd1441b940a59f09104ff12fcc2ef9e14fba4fd58318b17a366f7c9ce9412 description: '' @@ -188978,6 +200509,7 @@ https://serverlessland.com/event-driven-architecture/visuals: - serverless.md - index.md year: N/A + addition_method: manual https://serverlessland.com/event-driven-architecture/visuals/batching-vs-event-streams: content_hash: 5b6cd1441b940a59f09104ff12fcc2ef9e14fba4fd58318b17a366f7c9ce9412 description: '' @@ -188994,6 +200526,7 @@ https://serverlessland.com/event-driven-architecture/visuals/batching-vs-event-s v2_locations: - serverless.md year: N/A + addition_method: manual https://serverlessland.com/event-driven-architecture/visuals/splitter-pattern: content_hash: 5b6cd1441b940a59f09104ff12fcc2ef9e14fba4fd58318b17a366f7c9ce9412 description: '' @@ -189010,6 +200543,7 @@ https://serverlessland.com/event-driven-architecture/visuals/splitter-pattern: v2_locations: - serverless.md year: N/A + addition_method: manual https://serverlessland.com/explore/sam-pipelines: content_hash: 5b6cd1441b940a59f09104ff12fcc2ef9e14fba4fd58318b17a366f7c9ce9412 description: '' @@ -189026,6 +200560,7 @@ https://serverlessland.com/explore/sam-pipelines: v2_locations: - aws.md year: N/A + addition_method: manual https://serverlessland.com/patterns: content_hash: 5b6cd1441b940a59f09104ff12fcc2ef9e14fba4fd58318b17a366f7c9ce9412 description: '' @@ -189042,6 +200577,7 @@ https://serverlessland.com/patterns: v2_locations: - aws.md year: N/A + addition_method: manual https://servicesblog.redhat.com/2019/03/06/remote-debugging-of-java-applications-on-openshift: content_hash: 436b956763fab597970904ae06f789617a42c43fa2506ad672e1ae9ef87e3dbf description: '' @@ -189053,6 +200589,7 @@ https://servicesblog.redhat.com/2019/03/06/remote-debugging-of-java-applications v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://severalnines.com/blog/how-does-database-load-balancer-work: content_hash: d7ef60e56376387ebb7f3bffecb81c97d7b72f73214a4c640f92b983a12d6a69 health_score: 100.0 @@ -189065,6 +200602,7 @@ https://severalnines.com/blog/how-does-database-load-balancer-work: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://severalnines.com/database-blog/how-does-database-load-balancer-work: content_hash: 6f70da2fa7e539f7984aea83957484e9bae9fe6ef597cf45c2c652e919d6eac2 description: '' @@ -189076,6 +200614,7 @@ https://severalnines.com/database-blog/how-does-database-load-balancer-work: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://shadman-jamil.medium.com/most-useful-software-architecture-patterns-68e171405292: content_hash: N/A description: '' @@ -189090,6 +200629,7 @@ https://shadman-jamil.medium.com/most-useful-software-architecture-patterns-68e1 v2_locations: - devel-sites.md year: N/A + addition_method: manual https://shahin-mahmud.medium.com/write-your-first-kubernetes-operator-in-go-177047337eae: content_hash: N/A description: '' @@ -189104,6 +200644,7 @@ https://shahin-mahmud.medium.com/write-your-first-kubernetes-operator-in-go-1770 v2_locations: - golang.md year: N/A + addition_method: manual https://shahirdaya.medium.com/what-does-it-mean-to-be-cloud-native-12360a324571: content_hash: N/A description: '' @@ -189118,6 +200659,7 @@ https://shahirdaya.medium.com/what-does-it-mean-to-be-cloud-native-12360a324571: v2_locations: - introduction.md year: N/A + addition_method: manual https://shahneil.medium.com/what-are-kubernetes-endpoints-and-how-to-use-them-a5a5da56f4d4: content_hash: N/A description: '' @@ -189132,6 +200674,7 @@ https://shahneil.medium.com/what-are-kubernetes-endpoints-and-how-to-use-them-a5 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://shardul.dev/most-useful-kubectl-plugins: content_hash: 88aa2bf0c26d66d33e33805d808a13fb92d3ef645cc0048ce262a37283edd652 description: '' @@ -189148,6 +200691,7 @@ https://shardul.dev/most-useful-kubectl-plugins: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://sharmasmriti.hashnode.dev/day-61-terraform-commands: content_hash: N/A description: '' @@ -189162,6 +200706,7 @@ https://sharmasmriti.hashnode.dev/day-61-terraform-commands: v2_locations: - terraform.md year: N/A + addition_method: manual https://shayn-71079.medium.com/scaling-kubernetes-clusters-8a061321de93: content_hash: N/A description: '' @@ -189176,6 +200721,7 @@ https://shayn-71079.medium.com/scaling-kubernetes-clusters-8a061321de93: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://sheet.new: content_hash: 3d46144599dbe942de78f54d0004273c4c17bd0bbaffff20f22e4911ab418942 description: '' @@ -189187,6 +200733,7 @@ https://sheet.new: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://shekhargulati.com/2018/08/01/week-1-service-discovery-for-modern-distributed-applications: ai_summary: 'Curator Insight: Historical deep dive explaining client-side and server-side service discovery mechanisms inside distributed microservices. Live Grounding: @@ -189215,6 +200762,7 @@ https://shekhargulati.com/2018/08/01/week-1-service-discovery-for-modern-distrib v2_locations: - faq.md year: N/A + addition_method: manual https://shields.io: ai_summary: The industry-standard dynamic SVG badge generation service utilized globally across open-source project READMEs. Integrates seamlessly with CI/CD @@ -189243,6 +200791,7 @@ https://shields.io: v2_locations: - git.md year: N/A + addition_method: manual ? https://shiftsync.tricentis.com/software-testing-blogs-69/getting-started-with-automated-continuous-performance-testing-406 : content_hash: 47b830e0259569b59915279d3c6cb2589749b259e213f1df1b14bfe6e702813c health_score: 100.0 @@ -189255,6 +200804,7 @@ https://shields.io: - docs/api.md v2_locations: - api.md + addition_method: manual https://shipa.io/a-developer-focused-ci-cd-pipeline-for-kubernetes: content_hash: 03c2f2c5c0a022b100caf4e05f471bea6b99a669e3ad1b064984c584ed51c2f0 health_score: 100.0 @@ -189267,6 +200817,7 @@ https://shipa.io/a-developer-focused-ci-cd-pipeline-for-kubernetes: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://shipa.io/a-real-world-application-deployment-on-kubernetes: content_hash: 1073a8bb78eb940a33211701caebe93e4db5609512311c2cf29eecf1fba0d015 health_score: 100.0 @@ -189279,6 +200830,7 @@ https://shipa.io/a-real-world-application-deployment-on-kubernetes: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://shipa.io/deploying-applications-on-kubernetes: content_hash: 999ed35c35d4731c7892a798b22c421909899849785b05e28227b03de7356653 health_score: 100.0 @@ -189291,6 +200843,7 @@ https://shipa.io/deploying-applications-on-kubernetes: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://shipa.io/development/a-developer-focused-ci-cd-pipeline-for-kubernetes: content_hash: 21e5a88b3d2328730d0695be7ffe835ae20d2044f6d2a4db33259868f8fabb9a description: '' @@ -189302,6 +200855,7 @@ https://shipa.io/development/a-developer-focused-ci-cd-pipeline-for-kubernetes: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://shipa.io/development/terraform-meets-appops: content_hash: 268946f82244a5b33f6505fecb52992e83dee43b1822b44389df36547a06702d description: '' @@ -189313,6 +200867,7 @@ https://shipa.io/development/terraform-meets-appops: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://shipa.io/devops-challenge-kubernetes-deployment-ketch-vs-yaml: ai_summary: A comparative study analyzing Ketch declarative templates against traditional Kubernetes manifests. Details operational velocity increases and configuration @@ -189335,6 +200890,7 @@ https://shipa.io/devops-challenge-kubernetes-deployment-ketch-vs-yaml: v2_locations: - yaml.md year: '2022' + addition_method: manual https://shipa.io/gitops: content_hash: b4a377c3ad7845c37c4852c56f157f21d9745fa42a761165ad739dfc35dba20f health_score: 100.0 @@ -189347,6 +200903,7 @@ https://shipa.io/gitops: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://shipa.io/gitops-in-the-enterprise: content_hash: b4d301e37f89ffd3a207f44cf47ee965de914cc0b244f6e1f63b3a0b556b64f6 health_score: 100.0 @@ -189359,6 +200916,7 @@ https://shipa.io/gitops-in-the-enterprise: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://shipa.io/gitops-meets-appops: content_hash: 50430c9ecfe3e6f23866fd485e18b7889eb909b52847557cfea5fffce814be45 health_score: 100.0 @@ -189371,6 +200929,7 @@ https://shipa.io/gitops-meets-appops: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://shipa.io/terraform-meets-appops-2: content_hash: cbb1bf03403eb2be0d6641060f209fea2f2df1024320ee54c078afc8f000adce health_score: 100.0 @@ -189383,6 +200942,7 @@ https://shipa.io/terraform-meets-appops-2: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://shipit.dev/posts/k8s-operators-with-python-part-1.html: content_hash: 3299660e2f14a2390e5d6294dc5aedc0c611820b9d8e56d2534fd98e48a3484b health_score: 100.0 @@ -189394,6 +200954,7 @@ https://shipit.dev/posts/k8s-operators-with-python-part-1.html: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://shipit.dev/posts/kubernetes-overview-diagrams.html: content_hash: 35e871d4482acaac38ad73fcf3a7cb96d337cf4b6dbfe39dc5365a53a3c850aa health_score: 100.0 @@ -189405,6 +200966,7 @@ https://shipit.dev/posts/kubernetes-overview-diagrams.html: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://shipit.dev/posts/setting-up-eks-with-irsa-using-terraform.html: content_hash: 8b0cd0e49cae7ef6d6d9d66b31e1ebe7898bbfa79fc7a44e28ad58d12469e2b7 health_score: 100.0 @@ -189416,6 +200978,7 @@ https://shipit.dev/posts/setting-up-eks-with-irsa-using-terraform.html: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://shipmight.com/blog/understanding-helm-upgrade-reset-reuse-values: content_hash: N/A description: '' @@ -189430,6 +200993,7 @@ https://shipmight.com/blog/understanding-helm-upgrade-reset-reuse-values: v2_locations: - helm.md year: N/A + addition_method: manual https://shipwright.io: content_hash: d418685b088686cd082b873eae8f3a13e4d935647674e2b135c58c9ea31ef29c description: '' @@ -189446,6 +201010,7 @@ https://shipwright.io: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://shivanshu1333.medium.com/contextual-logging-in-kubernetes-41f4cc5fea69: content_hash: N/A description: '' @@ -189460,6 +201025,7 @@ https://shivanshu1333.medium.com/contextual-logging-in-kubernetes-41f4cc5fea69: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://shivanshu1333.medium.com/structured-logging-in-kubernetes-58cf35e6d60d: content_hash: N/A description: '' @@ -189474,6 +201040,7 @@ https://shivanshu1333.medium.com/structured-logging-in-kubernetes-58cf35e6d60d: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://shop.oreilly.com/product/0636920223788.do: content_hash: 6d19abe6bad0dbe79916b28b27e06d0558e3199af8effc061902f20fa574d529 health_score: 100.0 @@ -189485,6 +201052,7 @@ https://shop.oreilly.com/product/0636920223788.do: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://shopify.engineering/capturing-every-change-shopify-sharded-monolith: ai_summary: This architectural case study highlights Shopify's high-throughput solution for real-time mutation extraction from sharded MySQL clusters. By combining Debezium @@ -189514,6 +201082,7 @@ https://shopify.engineering/capturing-every-change-shopify-sharded-monolith: v2_locations: - message-queue.md year: N/A + addition_method: manual https://shopify.engineering/faster-shopify-ci: content_hash: 4c852ee98bd00f03c96b5ff9024e792056f7c0571ef23521f746b05a2dd5c52b description: '' @@ -189530,6 +201099,7 @@ https://shopify.engineering/faster-shopify-ci: v2_locations: - introduction.md year: N/A + addition_method: manual https://shramikawale.medium.com/podsdisruptionbudget-why-you-will-need-in-kubernetes-c939904d590d: content_hash: N/A description: '' @@ -189544,6 +201114,7 @@ https://shramikawale.medium.com/podsdisruptionbudget-why-you-will-need-in-kubern v2_locations: - kubernetes.md year: N/A + addition_method: manual https://shrihariharidas73.medium.com/terraform-hashicorp-vault-integration-seamless-secrets-management-46f41cf735f1: content_hash: N/A description: '' @@ -189559,6 +201130,7 @@ https://shrihariharidas73.medium.com/terraform-hashicorp-vault-integration-seaml v2_locations: - terraform.md year: N/A + addition_method: manual https://shuanglu1993.medium.com/what-happens-when-volumemanager-in-the-kubelet-starts-1fea623ac6ce: content_hash: N/A description: '' @@ -189574,6 +201146,7 @@ https://shuanglu1993.medium.com/what-happens-when-volumemanager-in-the-kubelet-s v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://sid-infinity-yadav.medium.com/grafana-agent-kubernetes-operator-f89b744487f5: content_hash: N/A description: '' @@ -189588,6 +201161,7 @@ https://sid-infinity-yadav.medium.com/grafana-agent-kubernetes-operator-f89b7444 v2_locations: - grafana.md year: N/A + addition_method: manual ? https://siddhivinayak-sk.medium.com/kubeseal-sealedsecret-make-your-secrets-secure-in-scm-by-using-sealed-secret-4631bcb39bf8 : content_hash: N/A description: '' @@ -189603,6 +201177,7 @@ https://sid-infinity-yadav.medium.com/grafana-agent-kubernetes-operator-f89b7444 v2_locations: - devsecops.md year: N/A + addition_method: manual https://siegert-maximilian.medium.com/ensure-content-trust-on-kubernetes-using-notary-and-open-policy-agent-485ab3a9423c: content_hash: N/A description: '' @@ -189618,6 +201193,7 @@ https://siegert-maximilian.medium.com/ensure-content-trust-on-kubernetes-using-n v2_locations: - securityascode.md year: N/A + addition_method: manual https://signalvnoise.com/svn3/running-spot-instances-effectively-with-amazon-eks: ai_summary: A real-world operational overview detailing strategies for running production workloads on cost-effective EC2 Spot Instances inside Amazon EKS. The architectural @@ -189642,6 +201218,7 @@ https://signalvnoise.com/svn3/running-spot-instances-effectively-with-amazon-eks v2_locations: - managed-kubernetes-in-public-cloud.md year: '2019' + addition_method: manual https://signoz.io/blog/kubernetes-audit-logs: ai_summary: Outlines advanced configuration policies for the Kubernetes API audit logging engine. Deeply covers audit profiles, performance tuning, secure log transport, @@ -189669,6 +201246,7 @@ https://signoz.io/blog/kubernetes-audit-logs: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://signoz.io/blog/opentelemetry-kubernetes-cluster-metrics-monitoring: ai_summary: A comprehensive masterclass on configuring the OpenTelemetry Collector daemonset to monitor Kubernetes system components. It contrasts traditional Prometheus @@ -189698,6 +201276,7 @@ https://signoz.io/blog/opentelemetry-kubernetes-cluster-metrics-monitoring: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://siliconangle.com/2020/10/13/red-hat-ties-ansible-automation-kubernetes-cluster-management: content_hash: ade1637c908902a7adce1890b89dce53a047a27e55fad87be9355be06499dc79 description: '' @@ -189715,6 +201294,7 @@ https://siliconangle.com/2020/10/13/red-hat-ties-ansible-automation-kubernetes-c v2_locations: - ansible.md year: N/A + addition_method: manual https://siliconangle.com/2021/09/29/amazon-debuts-fully-managed-prometheus-based-container-monitoring-service: content_hash: 1fd84e69bb67579e72e1dbcb4c0dfc3c726183e1111fa816b021a2db920e2233 description: '' @@ -189732,6 +201312,7 @@ https://siliconangle.com/2021/09/29/amazon-debuts-fully-managed-prometheus-based v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://siliconangle.com/2021/09/29/devops-dummies-author-emily-freeman-introduces-revolutionary-model-modern-software-development-awsq3 : content_hash: cc665ee1c2c639ffedb3dcbf76dec483cbe0d11788b0ac51e8c73da90c19e457 description: '' @@ -189749,6 +201330,7 @@ https://siliconangle.com/2021/09/29/amazon-debuts-fully-managed-prometheus-based v2_locations: - devops.md year: N/A + addition_method: manual https://siliconangle.com/2021/10/18/pulumis-new-registry-makes-easy-share-reuse-cloud-infrastructure-building-blocks: content_hash: 0e8d83fa47df0e4db1df2a3fa0402abb230a51c63e6643d310af0d89e1af765a description: '' @@ -189766,6 +201348,7 @@ https://siliconangle.com/2021/10/18/pulumis-new-registry-makes-easy-share-reuse- v2_locations: - pulumi.md year: N/A + addition_method: manual https://siliconangle.com/2023/04/20/rise-platform-engineering-kubernetes-era-kubecon: content_hash: 1072fb01a5f29f36e2a09801ebfbe001a1ebbb482a9952d37553a2488bb4320a description: '' @@ -189782,6 +201365,7 @@ https://siliconangle.com/2023/04/20/rise-platform-engineering-kubernetes-era-kub v2_locations: - devops.md year: N/A + addition_method: manual https://silvr.medium.com/using-kyverno-to-enforce-aws-load-balancer-annotations-for-centralized-logging-to-s3-af5dc1f1f3e0: content_hash: N/A description: '' @@ -189797,6 +201381,7 @@ https://silvr.medium.com/using-kyverno-to-enforce-aws-load-balancer-annotations- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://simple.wikipedia.org/wiki/Application_programming_interface: content_hash: N/A description: '' @@ -189811,6 +201396,7 @@ https://simple.wikipedia.org/wiki/Application_programming_interface: v2_locations: - api.md year: N/A + addition_method: manual https://simplecheatsheet.com: content_hash: N/A description: '' @@ -189825,6 +201411,7 @@ https://simplecheatsheet.com: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://simplecheatsheet.com/tag/golang-cheat-sheet: content_hash: N/A description: '' @@ -189841,6 +201428,7 @@ https://simplecheatsheet.com/tag/golang-cheat-sheet: - cheatsheets.md - golang.md year: N/A + addition_method: manual https://simplyblock.io: content_hash: 86fc27023a343e8d9e083cdd7f55de92046d467b510a500c4d56bede862eb43a description: '' @@ -189857,6 +201445,7 @@ https://simplyblock.io: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://sincro.es/blog/actualidad-fiscal-contable/teletrabajo-desde-espana-para-el-extranjero-donde-hay-que-tributar: content_hash: 5344e55d6dd153691470a2902c6d8faa6e263ca82a4c9f91f8e4fbe54eb5fd59 health_score: 100.0 @@ -189869,6 +201458,7 @@ https://sincro.es/blog/actualidad-fiscal-contable/teletrabajo-desde-espana-para- - docs/remote-tech-jobs.md v2_locations: - remote-tech-jobs.md + addition_method: manual https://sincrogo.com/blog/actualidad-fiscal-contable/teletrabajo-desde-espana-para-el-extranjero-donde-hay-que-tributar: content_hash: 450fad9db51fa4016d5e5edec4a97f134f5e753f5b779f6a7cdff99686988fd5 description: '' @@ -189881,11 +201471,13 @@ https://sincrogo.com/blog/actualidad-fiscal-contable/teletrabajo-desde-espana-pa v1_locations: - docs/remote-tech-jobs.md year: N/A + addition_method: manual https://sinergiasincontrol.blogspot.com/2021/11/643-la-excelente-propuesta-de-trabajo.html9: health_score: 80.0 last_checked: 1779029158.644422 v1_locations: - docs/recruitment.md + addition_method: manual https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet: content_hash: 60cc0344f3ec529eaa6d5376b134cece03460bf879d8bd8f6b643d9225977ac8 description: '' @@ -189898,6 +201490,7 @@ https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet: - docs/cheatsheets.md - docs/other-awesome-lists.md year: N/A + addition_method: manual https://sixfold.medium.com/reducing-database-queries-to-a-minimum-with-dataloaders-cc98c25e54ce: content_hash: N/A description: '' @@ -189912,6 +201505,7 @@ https://sixfold.medium.com/reducing-database-queries-to-a-minimum-with-dataloade v2_locations: - databases.md year: N/A + addition_method: manual https://skaffold.dev: ai_summary: Highly active open-source CLI utility by Google that automates the workflow for building, pushing, and deploying Kubernetes applications. Accelerates inner-loop @@ -189943,6 +201537,7 @@ https://skaffold.dev: - jenkins-alternatives.md - kubernetes-based-devel.md year: N/A + addition_method: manual https://skaffold.dev/docs/pipeline-stages/init: content_hash: d9c152f387da3f9ce1f069e190be864e094fe7bf3bed792dd27ff2f70bcc42ba description: '' @@ -189959,6 +201554,7 @@ https://skaffold.dev/docs/pipeline-stages/init: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://skamille.medium.com/an-incomplete-list-of-skills-senior-engineers-need-beyond-coding-8ed4a521b29f: content_hash: N/A description: '' @@ -189974,6 +201570,7 @@ https://skamille.medium.com/an-incomplete-list-of-skills-senior-engineers-need-b v2_locations: - recruitment.md year: N/A + addition_method: manual https://skamille.medium.com/how-new-managers-fail-individual-contributors-839a13bda1c5: content_hash: N/A description: '' @@ -189988,6 +201585,7 @@ https://skamille.medium.com/how-new-managers-fail-individual-contributors-839a13 v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://skamille.medium.com/make-boring-plans-9438ce5cb053: content_hash: N/A description: '' @@ -190002,6 +201600,7 @@ https://skamille.medium.com/make-boring-plans-9438ce5cb053: v2_locations: - introduction.md year: N/A + addition_method: manual https://skildops.medium.com/backup-an-entire-kubernetes-cluster-using-velero-to-aws-s3-73d76d51d4bc: content_hash: N/A description: '' @@ -190017,6 +201616,7 @@ https://skildops.medium.com/backup-an-entire-kubernetes-cluster-using-velero-to- v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://skillbuilder.aws: ai_summary: AWS's official digital training hub, offering interactive learning models, gamified simulation sandboxes, and deep system architecture tracks compiled by @@ -190039,6 +201639,7 @@ https://skillbuilder.aws: v2_locations: - aws-training.md year: '2021' + addition_method: manual https://skillbuilder.aws/course/external/view/elearning/48/aws-security-fundamentals-second-edition: ai_summary: A foundational security course covering AWS shared responsibility models, identity boundaries, network segregation methods, and programmatic cryptographic @@ -190061,6 +201662,7 @@ https://skillbuilder.aws/course/external/view/elearning/48/aws-security-fundamen v2_locations: - aws-training.md year: '2021' + addition_method: manual https://skillbuilder.aws/course/external/view/elearning/7854/aws-technical-essential-spanish-from-latin-america: ai_summary: Official localized AWS Skill Builder path delivering fundamental architectural and Data Pipeline instructions in Spanish. [SPANISH CONTENT] @@ -190084,6 +201686,7 @@ https://skillbuilder.aws/course/external/view/elearning/7854/aws-technical-essen v2_locations: - aws-training.md year: '2021' + addition_method: manual https://skilledfield.com.au/monitoring-kubernetes-and-docker-container-logs: content_hash: 52198432ca323827ac8c97a44f623ffd9d20da96c5bfb8ee72e924c305410143 description: '' @@ -190095,6 +201698,7 @@ https://skilledfield.com.au/monitoring-kubernetes-and-docker-container-logs: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://skillfield.com.au/blog/monitoring-kubernetes-and-docker-container-logs: content_hash: 12f7efcd13cfd4a5dd511e825ebad2f2d55858de594ae8abf90ae294bd29203d health_score: 100.0 @@ -190106,12 +201710,14 @@ https://skillfield.com.au/blog/monitoring-kubernetes-and-docker-container-logs: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://skillslane.com/learn-kubernetes-from-these-best-online-courses: content_hash: N/A health_score: 100.0 last_checked: 1779031242.846887 v1_locations: - docs/kubernetes.md + addition_method: manual https://sklar.rocks/how-container-storage-interface-works: content_hash: 2eb08dc3fe7684437c9d5b548beac4ea86c99c965fa5487a0f8029f17615e5d5 description: '' @@ -190128,6 +201734,7 @@ https://sklar.rocks/how-container-storage-interface-works: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://skundunotes.com/2025/01/22/automate-terraform-testing-with-azure-devops-pipelines: ai_summary: Provides a complete implementation walkthrough for embedding robust automated test suites (including tftest and checkov) inside Azure DevOps pipelines. @@ -190161,12 +201768,14 @@ https://skundunotes.com/2025/01/22/automate-terraform-testing-with-azure-devops- - terraform.md - azure.md year: N/A + addition_method: manual https://skupper.io: content_hash: 2679929be94391ed6f728d4ac64126ec72aa394d1d604639ae3691a60ed2ece0 health_score: 100.0 last_checked: 1779030335.4638 v1_locations: - docs/kubernetes-networking.md + addition_method: manual https://skycrafters.io/blog/2021/06/08/do-containers-really-contain: content_hash: N/A description: '' @@ -190182,6 +201791,7 @@ https://skycrafters.io/blog/2021/06/08/do-containers-really-contain: v2_locations: - introduction.md year: N/A + addition_method: manual https://skywalking.apache.org: content_hash: 5642ceb89367a76b5691d1c9167f809b9f0875c77835f9bf8712fbe66546dd2a description: '' @@ -190193,6 +201803,7 @@ https://skywalking.apache.org: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://slack.com: content_hash: a3288623cffad1d1d5771c520aae113a2f8d5ea08aaec25540b284b212de85e9 description: '' @@ -190209,6 +201820,7 @@ https://slack.com: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://slack.engineering/building-self-driving-kafka-clusters-using-open-source-components: ai_summary: 'Curator Insight: Insightful deep dive from Slack engineers on automating cluster maintenance. Live Grounding: Analyzes their usage of LinkedIn''s Cruise @@ -190239,6 +201851,7 @@ https://slack.engineering/building-self-driving-kafka-clusters-using-open-source v2_locations: - message-queue.md year: N/A + addition_method: manual https://slack.engineering/simple-kubernetes-webhook: content_hash: 17d6b82a082969b0a5eddf1889d676b0856077b36d6cb6b210517fc2893e3fc9 description: '' @@ -190255,6 +201868,7 @@ https://slack.engineering/simple-kubernetes-webhook: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://slack.kubernetes.io: content_hash: 315a82fa6a3a533ad1fc14da1d0a61066dec5134c014063cdeb2dee77c0bf456 health_score: 100.0 @@ -190267,6 +201881,7 @@ https://slack.kubernetes.io: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://slideshare.net/rakutentech/gitops-jenkins-x-future-of-cicd: content_hash: 819022d1735fa8cd479989fece987a5d3d046934ab46f07ac65cd612f21a16f3 description: '' @@ -190283,6 +201898,7 @@ https://slideshare.net/rakutentech/gitops-jenkins-x-future-of-cicd: v2_locations: - gitops.md year: N/A + addition_method: manual https://sloanreview.mit.edu/article/creating-good-jobs: ai_summary: Presents a rigorous organizational design framework detailing the components of high-quality, sustainable employment. Demonstrates how structuring roles with @@ -190310,6 +201926,7 @@ https://sloanreview.mit.edu/article/creating-good-jobs: v2_locations: - recruitment.md year: N/A + addition_method: manual https://sloboda-studio.com/blog/python-tools-for-machine-learning: content_hash: 1d814535b5e8ff7caf9539c0b342acda6ac6352f97baae120bd526b13c566a80 description: '' @@ -190326,6 +201943,7 @@ https://sloboda-studio.com/blog/python-tools-for-machine-learning: v2_locations: - introduction.md year: N/A + addition_method: manual https://sm43.medium.com/tekton-build-a-pipeline-part-4-baafd530b6fe: content_hash: N/A description: '' @@ -190336,6 +201954,7 @@ https://sm43.medium.com/tekton-build-a-pipeline-part-4-baafd530b6fe: v1_locations: - docs/tekton.md year: N/A + addition_method: manual https://sm43.medium.com/tekton-concepts-of-pipelines-part-2-cd86ad40bd34: content_hash: N/A description: '' @@ -190350,6 +201969,7 @@ https://sm43.medium.com/tekton-concepts-of-pipelines-part-2-cd86ad40bd34: v2_locations: - tekton.md year: N/A + addition_method: manual https://sm43.medium.com/tekton-concepts-of-triggers-part-3-2ee17764addb: content_hash: N/A description: '' @@ -190360,6 +201980,7 @@ https://sm43.medium.com/tekton-concepts-of-triggers-part-3-2ee17764addb: v1_locations: - docs/tekton.md year: N/A + addition_method: manual https://sm43.medium.com/tekton-triggering-the-pipeline-part-5-dc38d73411fb: content_hash: N/A description: '' @@ -190370,6 +201991,7 @@ https://sm43.medium.com/tekton-triggering-the-pipeline-part-5-dc38d73411fb: v1_locations: - docs/tekton.md year: N/A + addition_method: manual https://sm43.medium.com/world-of-tekton-part-1-999738d63e25: content_hash: N/A description: '' @@ -190384,6 +202006,7 @@ https://sm43.medium.com/world-of-tekton-part-1-999738d63e25: v2_locations: - tekton.md year: N/A + addition_method: manual https://smallstep.com/blog/command-line-secrets: ai_summary: An operations-focused guide showing how to prevent secrets leakages through active shell history. It outlines mechanisms like environment variables, @@ -190412,6 +202035,7 @@ https://smallstep.com/blog/command-line-secrets: v2_locations: - devsecops.md year: N/A + addition_method: manual https://smarketshq.com/marge-bot-for-gitlab-keeps-master-always-green-6070e9d248df: content_hash: 88e1f8740d3e133d153677b7bd07a125ee5d4b5e76f082f52b93b93205d3d037 description: '' @@ -190427,6 +202051,7 @@ https://smarketshq.com/marge-bot-for-gitlab-keeps-master-always-green-6070e9d248 v2_locations: - git.md year: N/A + addition_method: manual https://smartbear.com/resources/ebooks/the-state-of-api-2019-report: content_hash: 56b9db7c31981fa5eabedda599f692b70985bdb3950087a2268ad112da868022 description: '' @@ -190443,6 +202068,7 @@ https://smartbear.com/resources/ebooks/the-state-of-api-2019-report: v1_locations: - docs/api.md year: N/A + addition_method: manual https://smartcar.com: content_hash: c7e1b6b758c75940a9aadce43dce0d0df565d964268ea4e40c24c05c3ccb9f40 description: '' @@ -190459,6 +202085,7 @@ https://smartcar.com: v2_locations: - developerportals.md year: N/A + addition_method: manual https://smartcar.com/bmw: content_hash: adc97dd38689f3318815773688a4c7d854c98c755e2ea38b2641fd2235fe9b40 description: '' @@ -190470,6 +202097,7 @@ https://smartcar.com/bmw: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://smartcar.com/brand/bmw: content_hash: d2d0176efc605970584675317762deb8131034537ffd0be86752e2aec10ced30 health_score: 100.0 @@ -190481,6 +202109,7 @@ https://smartcar.com/brand/bmw: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://smoda.elpais.com/trabajo/apariencias-venderse-trabajo: content_hash: N/A description: '' @@ -190497,6 +202126,7 @@ https://smoda.elpais.com/trabajo/apariencias-venderse-trabajo: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://snipcart.com/blog/api-vs-microservices-architecture: content_hash: 6cb0cb3b097128f21cc96c34ea6f8a217a290d85eb3cf05f7d59c9f918af5923 description: '' @@ -190509,6 +202139,7 @@ https://snipcart.com/blog/api-vs-microservices-architecture: v1_locations: - docs/api.md year: N/A + addition_method: manual https://snipcart.com/blog/microservices-vs-api: content_hash: 42db34dbc4e7196896b42867de1484295e66d9eda89ddd05fae289c58db44879 health_score: 100.0 @@ -190520,6 +202151,7 @@ https://snipcart.com/blog/microservices-vs-api: - docs/api.md v2_locations: - api.md + addition_method: manual https://snyk.io/articles/open-source-security: ai_summary: Snyk's comprehensive annual report exploring trends in open-source software security. Evaluates vulnerabilities in common container base images and highlights @@ -190542,6 +202174,7 @@ https://snyk.io/articles/open-source-security: v2_locations: - devsecops.md year: '2020' + addition_method: manual https://snyk.io/blog: content_hash: 572a15be891f39d3571783be2674f6520dcf1ff02fb8d742cbb4214643e5eb08 health_score: 100.0 @@ -190554,6 +202187,7 @@ https://snyk.io/blog: - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://snyk.io/blog/10-docker-image-security-best-practices: content_hash: 8aad60a0ae3809f3d51164c832c75f4b3f52608a266937466f72cac1d51949ac description: '' @@ -190570,6 +202204,7 @@ https://snyk.io/blog/10-docker-image-security-best-practices: v2_locations: - docker.md year: N/A + addition_method: manual https://snyk.io/blog/10-kubernetes-security-context-settings-you-should-understand: ai_summary: A comprehensive guide on utilizing the Kubernetes `securityContext` API to enforce Pod and container-level boundaries. Curator insight details foundational @@ -190599,6 +202234,7 @@ https://snyk.io/blog/10-kubernetes-security-context-settings-you-should-understa v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://snyk.io/blog/10-serverless-security-best-practices: ai_summary: Establishes ten foundational practices for safeguarding serverless application runtimes. Promotes strict boundary isolation, defense against event-data injection @@ -190626,6 +202262,7 @@ https://snyk.io/blog/10-serverless-security-best-practices: v2_locations: - devsecops.md year: N/A + addition_method: manual https://snyk.io/blog/securing-open-source-dependencies-snyk-visual-studio-code-extension: content_hash: 4b0749440f04ac6c28d3c9d690236cb1a73929ce8597f061cef7dc3aecdba15d description: '' @@ -190643,6 +202280,7 @@ https://snyk.io/blog/securing-open-source-dependencies-snyk-visual-studio-code-e v2_locations: - visual-studio.md year: N/A + addition_method: manual https://snyk.io/blog/shipping-kubernetes-native-applications-with-confidence: content_hash: bda8f6e87cbb40ac0de1cf0daecd62e963e095273b208b91bb05a380f2fa3909 description: '' @@ -190659,6 +202297,7 @@ https://snyk.io/blog/shipping-kubernetes-native-applications-with-confidence: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://snyk.io/open-source-security-report: content_hash: 1b2cee379f2c54c90264d798af521193ca913ad30395b21aef7d92da8581ca14 description: '' @@ -190670,6 +202309,7 @@ https://snyk.io/open-source-security-report: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://snyk.io/product/container-vulnerability-management: content_hash: b8861aff17ba60b031e7170b45b885816293f94e031a3d7d95c840c48213f7b4 health_score: 100.0 @@ -190682,6 +202322,7 @@ https://snyk.io/product/container-vulnerability-management: - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://socket.dev/blog/introducing-socket: ai_summary: An architectural introduction to Socket's active package monitoring system. Evaluates structural anomalies in dependencies by tracing suspicious network @@ -190709,6 +202350,7 @@ https://socket.dev/blog/introducing-socket: v2_locations: - devsecops.md year: N/A + addition_method: manual https://socket.io: content_hash: a5475ce963ffd3c43e6bce984cd7f4693af0e344abdd130445309ad927f6530c description: '' @@ -190725,6 +202367,7 @@ https://socket.io: v2_locations: - api.md year: N/A + addition_method: manual https://softobiz.com/microservice-orchestration-with-zeebe-and-kafka: content_hash: bf12def9ec7ccc5f183eba7ddb60665f79f830349b141f39155dbe148f075113 health_score: 100.0 @@ -190735,6 +202378,7 @@ https://softobiz.com/microservice-orchestration-with-zeebe-and-kafka: - docs/message-queue.md v2_locations: - message-queue.md + addition_method: manual ? https://softwareengineering.stackexchange.com/questions/436567/what-is-the-best-practice-about-microservice-architecture-for-consuming-many-sto : content_hash: N/A description: '' @@ -190750,6 +202394,7 @@ https://softobiz.com/microservice-orchestration-with-zeebe-and-kafka: v2_locations: - databases.md year: N/A + addition_method: manual https://softwareengineeringdaily.com/2019/01/11/why-is-storage-on-kubernetes-is-so-hard: content_hash: db207a13f589eaad58e1a5d834309cf039de3c748c8a90536aa6d3dceedf7d6d description: '' @@ -190766,6 +202411,7 @@ https://softwareengineeringdaily.com/2019/01/11/why-is-storage-on-kubernetes-is- v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://softwareengineeringdaily.com/2020/02/13/setting-the-stage-for-platform-engineering: content_hash: 9204b3d4a87bc072c9f78069c896ef1ffc29db16898ec6b4d64e87b1555726ba description: '' @@ -190784,6 +202430,7 @@ https://softwareengineeringdaily.com/2020/02/13/setting-the-stage-for-platform-e - devops.md - introduction.md year: N/A + addition_method: manual https://softwareengineeringdaily.com/2020/12/16/kafka-applications-with-tim-berglund-repeat: ai_summary: A podcast conversation detailing real-world patterns for building highly decoupled event-driven systems. Explores streaming architecture choices, data @@ -190812,6 +202459,7 @@ https://softwareengineeringdaily.com/2020/12/16/kafka-applications-with-tim-berg v2_locations: - message-queue.md year: N/A + addition_method: manual https://softwareengineeringdaily.com/2020/12/29/kubernetes-vs-serverless-with-matt-ward-repeat: content_hash: 08ccb1881ac36a7e0f3c9c79cbd6db242f4e454d51911e1b6c3b33c91518e6e5 description: '' @@ -190831,6 +202479,7 @@ https://softwareengineeringdaily.com/2020/12/29/kubernetes-vs-serverless-with-ma - introduction.md - api.md year: N/A + addition_method: manual https://softwareengineeringdaily.com/2021/01/22/redpanda-kafka-alternative-with-alexander-gallego: ai_summary: An analytical podcast interview featuring Redpanda founder Alexander Gallego. Delves into the C++ implementation details, thread-per-core architectures, @@ -190861,6 +202510,7 @@ https://softwareengineeringdaily.com/2021/01/22/redpanda-kafka-alternative-with- v2_locations: - message-queue.md year: N/A + addition_method: manual https://softwarequickguide.com/what-is-performance-testing-and-performance-testing-tools: content_hash: N/A description: '' @@ -190876,6 +202526,7 @@ https://softwarequickguide.com/what-is-performance-testing-and-performance-testi v2_locations: - qa.md year: N/A + addition_method: manual https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model: content_hash: b5ab85b04c3e5a090dc387c40199f9f76727bb2ce92e1e62c81e080e148e14a4 description: '' @@ -190892,6 +202543,7 @@ https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://soshace.com: ai_summary: Developer hiring platform focusing on professional web engineers specializing in Angular, React, Vue, Node.js, and Python. @@ -190918,6 +202570,7 @@ https://soshace.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://sosiv.io: content_hash: c100ce6779c61cbc5241c412351913f2c569cbaf30b83e71b7785ffc0ccfbdc8 health_score: 100.0 @@ -190929,6 +202582,7 @@ https://sosiv.io: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://sosiv.io/post/a-deep-dive-into-kubernetes-resource-requests-and-limits: content_hash: 4ea2e26b54057f6a7edf436da90542a8d5cd78bfd2860f7656771b97f15a4477 description: '' @@ -190940,6 +202594,7 @@ https://sosiv.io/post/a-deep-dive-into-kubernetes-resource-requests-and-limits: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://source.coveo.com/2021/11/11/prometheus-at-scale: content_hash: bb27e785b6097c159885e55c2ea73584fbffa43b05718c5db91fa54615a38edc description: '' @@ -190956,6 +202611,7 @@ https://source.coveo.com/2021/11/11/prometheus-at-scale: v2_locations: - prometheus.md year: N/A + addition_method: manual https://sourceforge.net/projects/winpython: content_hash: N/A health_score: 100.0 @@ -190967,6 +202623,7 @@ https://sourceforge.net/projects/winpython: - docs/python.md v2_locations: - python.md + addition_method: manual https://sourceware.org/systemtap: content_hash: 016c0fe35fc827a8d5babe139b401131eb1cb22eb3cd6ee5430b2d3ee9a9699a description: '' @@ -190983,12 +202640,14 @@ https://sourceware.org/systemtap: v2_locations: - qa.md year: N/A + addition_method: manual https://space-cloud.io: content_hash: 693f3d895de36c5b3c56fe973454bc39e7de0209577deb9e08d86b8bafa768f8 health_score: 100.0 last_checked: 1779031600.477695 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://spacelift.io: content_hash: 6e1e9747c4f86b6a95cfe03f1eb319134d99c50d69bb1b8917a150efe55d0abc description: '' @@ -191005,6 +202664,7 @@ https://spacelift.io: v2_locations: - terraform.md year: N/A + addition_method: manual https://spacelift.io/blog/ansible-vs-terraform: content_hash: ec3e7858583c8c0d66f7b5fbbdb98dc0ef1d4614402c146c8a42693b67565f17 description: '' @@ -191022,6 +202682,7 @@ https://spacelift.io/blog/ansible-vs-terraform: v2_locations: - iac.md year: N/A + addition_method: manual https://spacelift.io/blog/aws-s3-cp: content_hash: a4aa5cdb493b559dff61f5a12b362518405ba0e2433b9e95526e92a44bec904c health_score: 100.0 @@ -191029,6 +202690,7 @@ https://spacelift.io/blog/aws-s3-cp: needs_ai_refresh: true v1_locations: - docs/aws-tools-scripts.md + addition_method: manual https://spacelift.io/blog/azure-terraform-export: content_hash: 40d2caf41051f6587d5c7ddc0957c777e55202fb52011b87a01612668b1b1073 description: '' @@ -191045,6 +202707,7 @@ https://spacelift.io/blog/azure-terraform-export: v2_locations: - terraform.md year: N/A + addition_method: manual https://spacelift.io/blog/docker-volumes: content_hash: 8fff4f035e05d0af7e6eb06e38b2ca0848b3ddc365160575a63a14c02701b16e description: '' @@ -191061,6 +202724,7 @@ https://spacelift.io/blog/docker-volumes: v2_locations: - docker.md year: N/A + addition_method: manual https://spacelift.io/blog/how-to-provision-aws-eks-kubernetes-cluster-with-terraform: content_hash: c2d08cce9b4e1e0e28d7b4a8f7293cdfc158ed0263ffe4e9ddd38b1841571381 description: '' @@ -191072,6 +202736,7 @@ https://spacelift.io/blog/how-to-provision-aws-eks-kubernetes-cluster-with-terra v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://spacelift.io/blog/infrastructure-as-code-with-generic-ci-cd: content_hash: 2585fe129bcb2026db407d23152058c6a15056cc1cc9da392fcdc416d47941b7 description: '' @@ -191088,6 +202753,7 @@ https://spacelift.io/blog/infrastructure-as-code-with-generic-ci-cd: v2_locations: - iac.md year: N/A + addition_method: manual https://spacelift.io/blog/kubernetes-architecture: content_hash: ffb39494304175416dad93f6e56f59abae16d758015cba3a5d471c8d41851666 description: '' @@ -191104,6 +202770,7 @@ https://spacelift.io/blog/kubernetes-architecture: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://spacelift.io/blog/kubernetes-ci-cd: ai_summary: 'Curator Insight: Practical guide mapping pipeline design patterns specifically for deployment into Kubernetes. Live Grounding: Outlines declarative configuration, @@ -191134,6 +202801,7 @@ https://spacelift.io/blog/kubernetes-ci-cd: v2_locations: - cicd.md year: N/A + addition_method: manual https://spacelift.io/blog/kubernetes-cronjob: content_hash: b43bfedd0fae3baba66602204e46e91bae1b295f3fa9d3b1f278ee1ba821c76a description: '' @@ -191150,6 +202818,7 @@ https://spacelift.io/blog/kubernetes-cronjob: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://spacelift.io/blog/kubernetes-persistent-volumes: content_hash: ebd9e9a77db329367fb56d2cf741aab510028b337bb95a809511ed671a29ec93 description: '' @@ -191166,6 +202835,7 @@ https://spacelift.io/blog/kubernetes-persistent-volumes: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://spacelift.io/blog/terraform-backends: content_hash: 6cd6a17eb959096bd761774c26d52976dd157dc74c3083ae83279dd1033f98aa description: '' @@ -191182,6 +202852,7 @@ https://spacelift.io/blog/terraform-backends: v2_locations: - terraform.md year: N/A + addition_method: manual https://spacelift.io/blog/terraform-best-practices: content_hash: 25bca6c737e21c2a93845fa98e8b378d56c29dbe36341a7824199b62f917cd62 description: '' @@ -191198,6 +202869,7 @@ https://spacelift.io/blog/terraform-best-practices: v2_locations: - terraform.md year: N/A + addition_method: manual https://spacelift.io/blog/terraform-eks: content_hash: e8b72a73355259f9baa90e52e5de67064d4cab74ef0ac03cc490b9ed97455d4b health_score: 100.0 @@ -191210,6 +202882,7 @@ https://spacelift.io/blog/terraform-eks: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://spacelift.io/blog/terraform-files: content_hash: ea8bbf8f7063893f369ed9faf5d4b86d8160dccea65969e6883e0745677e2f97 description: '' @@ -191226,6 +202899,7 @@ https://spacelift.io/blog/terraform-files: v2_locations: - terraform.md year: N/A + addition_method: manual https://spacelift.io/blog/terraform-tools: content_hash: a3324613ea8d996ad5b17c42c6baebf4742abf75ab1a463d6cc8ec1d59bf4762 description: '' @@ -191242,6 +202916,7 @@ https://spacelift.io/blog/terraform-tools: v2_locations: - terraform.md year: N/A + addition_method: manual https://spacelift.io/blog/what-is-terraform-cloud: content_hash: 30b08944bfc419aa1c461cd6205b178e8d0677f0ba223201f95048b6613b1e4b description: '' @@ -191258,6 +202933,7 @@ https://spacelift.io/blog/what-is-terraform-cloud: v2_locations: - terraform.md year: N/A + addition_method: manual https://spacelift.io/blog/yaml: ai_summary: Curator Insight delivers a broad technical guide connecting basic YAML formatting rules directly to advanced DevOps tools. Live Grounding shows its practical @@ -191287,6 +202963,7 @@ https://spacelift.io/blog/yaml: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://spanish.entrepreneur.com: ai_summary: Provides a self-diagnostic framework composed of ten strategic evaluation questions designed to gauge leadership efficacy and maturity. Promotes reflective @@ -191310,6 +202987,7 @@ https://spanish.entrepreneur.com: - project-management-methodology.md - recruitment.md year: '2021' + addition_method: manual https://speakerdeck.com/devinjeon/kubernetes-pod-internals-with-the-fundamentals-of-containers: content_hash: 39162e6fc3783deeecb1e1b8333040be5c1da6a1cddfc0517b894c0a49595d55 description: '' @@ -191326,6 +203004,7 @@ https://speakerdeck.com/devinjeon/kubernetes-pod-internals-with-the-fundamentals v2_locations: - kubernetes.md year: N/A + addition_method: manual https://speakerdeck.com/devopslx/cd-and-optimized-cloud-spend?slide=12: ai_summary: 'Curator Insight: Presentation slides clarifying the crucial distinction between ad-hoc bash scripting and declarative platform-based CD. Live Grounding: @@ -191354,6 +203033,7 @@ https://speakerdeck.com/devopslx/cd-and-optimized-cloud-spend?slide=12: v2_locations: - cicd.md year: N/A + addition_method: manual https://speakerdeck.com/keisukeyamashita/introduction-to-spinnaker-managed-pipeline-templates: content_hash: 16b63cf4b1ed3077755c0b9025fae3524fe383f6e4e295fbb785b577852e3082 description: '' @@ -191370,6 +203050,7 @@ https://speakerdeck.com/keisukeyamashita/introduction-to-spinnaker-managed-pipel v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://speakerdeck.com/keisukeyamashita/spinnaker-application-management-by-terraform-plugins: content_hash: bc0091979d09e5ae7cceea9b084cf734dc3930db0c58a037d148d67eac1ee7c8 description: '' @@ -191386,6 +203067,7 @@ https://speakerdeck.com/keisukeyamashita/spinnaker-application-management-by-ter v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://speakerdeck.com/lemiorhan/10-git-anti-patterns-you-should-be-aware-of: ai_summary: Visual, highly instructional slide deck cataloging 10 catastrophic Git practices commonly observed in industry. Covers mismanaging branches, commit pollution, @@ -191413,6 +203095,7 @@ https://speakerdeck.com/lemiorhan/10-git-anti-patterns-you-should-be-aware-of: v2_locations: - git.md year: N/A + addition_method: manual https://speakerdeck.com/mabulgu/apache-kafka-with-red-hat-amq-streams: ai_summary: An informative slide presentation charting Apache Kafka deployments on OpenShift via Red Hat AMQ Streams. Visualizes operator behaviors and declarative @@ -191441,6 +203124,7 @@ https://speakerdeck.com/mabulgu/apache-kafka-with-red-hat-amq-streams: v2_locations: - message-queue.md year: N/A + addition_method: manual https://speakerdeck.com/mhausenblas/kubecologne-keynote-troubleshooting-kubernetes-apps: content_hash: a582b263f637c3b88b4300fe8160afdec11e69b6d84810faf2d3fc7f05a4a5a7 description: '' @@ -191457,6 +203141,7 @@ https://speakerdeck.com/mhausenblas/kubecologne-keynote-troubleshooting-kubernet v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://speakerdeck.com/thockin/code-review-in-kubernetes: content_hash: 289d1f554943f7aa76bf8e36b9868f3bc4c5a6f32622b2b5d5f9846e5bb3302b description: '' @@ -191473,6 +203158,7 @@ https://speakerdeck.com/thockin/code-review-in-kubernetes: v2_locations: - qa.md year: N/A + addition_method: manual https://speakerdeck.com/thockin/kubernetes-and-networks-why-is-this-so-dang-hard: content_hash: 34ad8ed04f85bda663ad7447bf61118a3b43f410b1ec0da4665cce7f67bb920b description: '' @@ -191489,6 +203175,7 @@ https://speakerdeck.com/thockin/kubernetes-and-networks-why-is-this-so-dang-hard v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://speakerdeck.com/victorrentea/profiling-a-java-application-at-devdays-2023: ai_summary: High-density presentation slide deck dissecting execution profiling tools. Teaches identification of CPU hotspots, thread lock contention, and high @@ -191516,6 +203203,7 @@ https://speakerdeck.com/victorrentea/profiling-a-java-application-at-devdays-202 v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://spectrum.ieee.org/software-eating-car: content_hash: 538328cb31b0b52ac5b7ab25e4db99f777adaa5ae97f97b23908f260820abb2c description: '' @@ -191532,6 +203220,7 @@ https://spectrum.ieee.org/software-eating-car: v2_locations: - introduction.md year: N/A + addition_method: manual https://speedlancer.com: ai_summary: Managed micro-task platform offering high-speed delivery of design, content writing, and technical tasks within pre-negotiated hourly windows. @@ -191558,6 +203247,7 @@ https://speedlancer.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://spinnaker.io: content_hash: 2d10660d13edb71f8eb2bd4beb08a6f7a5e7be5f1b4796d6b3f4fdf17f6acf84 health_score: 100.0 @@ -191569,6 +203259,7 @@ https://spinnaker.io: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://spinnaker.io/docs/setup/install: content_hash: 3e5d506583d4c00a43ccc2dcc636356fe3df851d3dfc91413411e70910cbcdc9 health_score: 100.0 @@ -191580,6 +203271,7 @@ https://spinnaker.io/docs/setup/install: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://spinnaker.io/setup/quickstart: content_hash: 0bdf0059e42a1cb73ddb1f91b18bbe02527d0651734772cd69e8f4dbff5c6826 description: '' @@ -191591,6 +203283,7 @@ https://spinnaker.io/setup/quickstart: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://spinscale.de/posts/2021-08-25-using-testcontainers-to-test-elasticsearch-plugins.html: content_hash: 2f081a0ec06bce6927d944b641ff677021efc89637f8295f0a1fbb1ee7cf45d7 description: '' @@ -191602,6 +203295,7 @@ https://spinscale.de/posts/2021-08-25-using-testcontainers-to-test-elasticsearch v1_locations: - docs/qa.md year: N/A + addition_method: manual https://split.io/blog/keystone-feature-flags: content_hash: 78b01b0ef8a16c1248d5ceb1f46059cf1bf7a66c2da265b37f53463ee42fcdeb description: '' @@ -191613,6 +203307,7 @@ https://split.io/blog/keystone-feature-flags: v1_locations: - docs/git.md year: N/A + addition_method: manual https://splunkbase.splunk.com/app/3332: content_hash: c17751054b2d6b545ccc5b410704a9b772ea19be62731fb7e3984cbdd4e21d37 description: '' @@ -191624,6 +203319,7 @@ https://splunkbase.splunk.com/app/3332: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://spockframework.org: content_hash: 56909296e23473c8c655e1596b7f54b77988d7acaaa4224942efc26c26f4be4d description: '' @@ -191640,6 +203336,7 @@ https://spockframework.org: v2_locations: - qa.md year: N/A + addition_method: manual https://spot.io/blog/setting-up-managing-monitoring-spark-on-kubernetes: content_hash: 705b4bf92b9e5b9114616078cda74b9175ace99b9154f47de8bb814ee9167c54 description: '' @@ -191651,12 +203348,14 @@ https://spot.io/blog/setting-up-managing-monitoring-spark-on-kubernetes: v1_locations: - docs/kubernetes-bigdata.md year: N/A + addition_method: manual https://spotify.github.io/threaddump-analyzer: content_hash: 3fb1ebc469e33fa973f29826fcdbcecbd9d361658a2dc0921cb51c3e57486abf health_score: 100.0 last_checked: 1779031499.323544 v1_locations: - docs/monitoring.md + addition_method: manual https://spring-petclinic.github.io: content_hash: bbf7cac1b07b918e53d47593c6c581f2de50c42f2508b206b9e1e4af58b0b8a9 description: '' @@ -191673,6 +203372,7 @@ https://spring-petclinic.github.io: v2_locations: - demos.md year: N/A + addition_method: manual https://spring-petclinic.github.io/docs/resources.html: content_hash: 2654b42b7c2235a3259dfb2fa5793723fa3583c6bc210aab421fe0ebd422dfe9 description: '' @@ -191684,6 +203384,7 @@ https://spring-petclinic.github.io/docs/resources.html: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://spring.io: content_hash: 77f3967fb8a90c3502d8c19a08647980e16ddbfa652019cf30ef8ee726b1d205 description: '' @@ -191700,6 +203401,7 @@ https://spring.io: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://spring.io/blog/2020/01/27/creating-docker-images-with-spring-boot-2-3-0-m1: content_hash: 5701a7b366ceb891ddbba3b8a2db007d8286e7d04c775b1f5ae634ffbb5c99f1 description: '' @@ -191716,6 +203418,7 @@ https://spring.io/blog/2020/01/27/creating-docker-images-with-spring-boot-2-3-0- v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://spring.io/blog/2020/06/10/the-path-towards-spring-boot-native-applications: content_hash: 474bbb5e65eb6ef504b69c31ce26bdd1650bec2d310a9506acb8dab5aecfea4f description: '' @@ -191732,6 +203435,7 @@ https://spring.io/blog/2020/06/10/the-path-towards-spring-boot-native-applicatio v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-spring-boot-maven-plugin-and-buildpacks: content_hash: 724e9e0210a9c6a69338100e8a150d9f0ffc7e396941fde1bcab90ae3461aff4 description: '' @@ -191749,6 +203453,7 @@ https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-s v2_locations: - demos.md year: N/A + addition_method: manual https://spring.io/blog/2021/01/17/what-s-new-in-spring-boot-2-4: content_hash: 568ad0a1aa9a4128045baad082a9bcb4e07d5a8ddd3fcacc8ccbacd0ea4d035d description: '' @@ -191765,6 +203470,7 @@ https://spring.io/blog/2021/01/17/what-s-new-in-spring-boot-2-4: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://spring.io/blog/2021/01/25/ymnnalft-websockets: content_hash: a6bf7d93a15b05217fbac4a8f4deeabc5b87122f27987ddda851e34e9e0dd38e description: '' @@ -191781,6 +203487,7 @@ https://spring.io/blog/2021/01/25/ymnnalft-websockets: v2_locations: - api.md year: N/A + addition_method: manual https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6: content_hash: 5cbee7d5db1840f324f698df0505f7aecf34afe628562e6eb2846f479de278f2 description: '' @@ -191797,6 +203504,7 @@ https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://spring.io/blog/2021/11/19/get-to-know-a-kubernetes-operator: content_hash: df58923c2b2309013312707a0c27caeff1415e94f92b1b828c33efa93f3fbbe4 description: '' @@ -191813,6 +203521,7 @@ https://spring.io/blog/2021/11/19/get-to-know-a-kubernetes-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://spring.io/guides/gs/spring-boot-docker: content_hash: fb8ace407699903d0c2cff2d65890e01a6dd63125e5f271f3b3ff1622383fc59 description: '' @@ -191829,6 +203538,7 @@ https://spring.io/guides/gs/spring-boot-docker: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://spring.io/projects/spring-boot: content_hash: f4c1fd5984a62e9ec98771d8c3b814c4c16ce12d337497a6029ebf003b549131 description: '' @@ -191845,6 +203555,7 @@ https://spring.io/projects/spring-boot: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://spring.io/projects/spring-cloud: content_hash: 027b3336ceefe5c5518a6fc1e2e860244f6976b13fc668279ab4a412f5940915 description: '' @@ -191861,6 +203572,7 @@ https://spring.io/projects/spring-cloud: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://spring.io/projects/spring-cloud-gateway: content_hash: 3d3b9bd275737146135add02be9421477aa4bda4974aaafe79d911d207b00ada description: '' @@ -191877,6 +203589,7 @@ https://spring.io/projects/spring-cloud-gateway: v2_locations: - developerportals.md year: N/A + addition_method: manual https://spring.io/projects/spring-cloud-kubernetes: content_hash: 8f233377dc8ceb4cfcba0be8cdfe37bada36e5fe8ab5763c1db5fa4b21e6a6f5 description: '' @@ -191888,6 +203601,7 @@ https://spring.io/projects/spring-cloud-kubernetes: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://spring.io/projects/spring-cloud/-kubernetes: health_score: 64.0 last_checked: 1779130494.93787 @@ -191897,6 +203611,7 @@ https://spring.io/projects/spring-cloud/-kubernetes: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://sqlpd.com: ai_summary: An interactive, gamified SQL training playground where users act as police detectives to solve technical cases using structured queries. Excellent @@ -191924,6 +203639,7 @@ https://sqlpd.com: v2_locations: - elearning.md year: N/A + addition_method: manual https://sqlrevisited.blogspot.com/2022/03/mysql-vs-postgresql-pros-and-cons.html: content_hash: dc695cb17c63dc4bf3794ae05a32b6003abc62efa6307ac0d5480b07bf5a7ecc description: '' @@ -191935,6 +203651,7 @@ https://sqlrevisited.blogspot.com/2022/03/mysql-vs-postgresql-pros-and-cons.html v1_locations: - docs/databases.md year: N/A + addition_method: manual https://squidfunk.github.io/mkdocs-material: ai_summary: 'A premium, highly customizable theme for MkDocs built on top of HTML5, CSS3, and JavaScript, featuring built-in search, localization, and responsive @@ -191966,6 +203683,7 @@ https://squidfunk.github.io/mkdocs-material: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://srcco.de/posts/many-kubernetes-clusters.html: content_hash: 387da79adf8b6ca9a4fcfaad075d3b9eda6973f5ebff3e270553240aeda83e9b description: '' @@ -191982,6 +203700,7 @@ https://srcco.de/posts/many-kubernetes-clusters.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://sre.google: ai_summary: The main portal hosting Google's legendary Site Reliability Engineering, Site Reliability Workbook, and Building Secure and Reliable Systems textbooks. @@ -192009,6 +203728,7 @@ https://sre.google: v2_locations: - sre.md year: N/A + addition_method: manual https://sre.google/prodcast: ai_summary: Google SRE's official podcast platform, offering in-depth conversations on production readiness, disaster simulation, massive database scale, and global @@ -192037,6 +203757,7 @@ https://sre.google/prodcast: v2_locations: - sre.md year: N/A + addition_method: manual https://sre.google/resources/practices-and-processes/art-of-slos: ai_summary: An essential training handbook from Google covering the foundational concepts of setting, calculating, and maintaining Service Level Objectives. It @@ -192065,6 +203786,7 @@ https://sre.google/resources/practices-and-processes/art-of-slos: v2_locations: - sre.md year: N/A + addition_method: manual https://sre.google/sre-book/evolving-sre-engagement-model: ai_summary: This seminal text from the Google SRE Book explores the life cycle of SRE engagements with product teams. It reviews diverse topological frameworks, @@ -192093,6 +203815,7 @@ https://sre.google/sre-book/evolving-sre-engagement-model: v2_locations: - sre.md year: N/A + addition_method: manual https://sre.google/sre-book/monitoring-distributed-systems: ai_summary: The industry-standard chapter from Google's SRE book detailing the implementation of distributed systems monitoring. It defines the 'Four Golden Signals'—latency, @@ -192125,12 +203848,14 @@ https://sre.google/sre-book/monitoring-distributed-systems: - monitoring.md - sre.md year: N/A + addition_method: manual https://sre.google/sre-book/table-of-contents: content_hash: 947060a29b57996cbf4f31566b3988b2ea86d46421c14362d103fb374e37301e health_score: 100.0 last_checked: 1779034571.749179 v1_locations: - docs/sre.md + addition_method: manual https://sst.dev/blog/moving-away-from-cdk: content_hash: 055bab3670d79f9a74e8d8280effe5cd6ceb958b37593687d7ad130c888be2a4 health_score: 100.0 @@ -192142,6 +203867,7 @@ https://sst.dev/blog/moving-away-from-cdk: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://sst.dev/blog/moving-away-from-cdk.html: content_hash: 61cc618a0698c5c486c007ad725b35c46eedc6adb6d30cb9c529ffe87c4deaaf description: '' @@ -192154,6 +203880,7 @@ https://sst.dev/blog/moving-away-from-cdk.html: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://stackify.com/function-as-a-service-serverless-architecture: content_hash: a5dedc63c1f0e43c44111534c000dcd36831d308dad99a740a1518a31d506143 description: '' @@ -192171,6 +203898,7 @@ https://stackify.com/function-as-a-service-serverless-architecture: v2_locations: - serverless.md year: N/A + addition_method: manual https://stackify.com/kubernetes-docker-deployments: content_hash: 3e40510896def8fcc0c78ef4495211bb7b6aa931853e4484e81134e80d0b8477 description: '' @@ -192187,6 +203915,7 @@ https://stackify.com/kubernetes-docker-deployments: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://stackify.com/who-will-dominate-in-the-future-net-or-java: content_hash: c5b048e3bc44dfd4f112ffcf79ddf550fba2f192c2c70adc7827f2890ff1d02d description: '' @@ -192203,6 +203932,7 @@ https://stackify.com/who-will-dominate-in-the-future-net-or-java: v2_locations: - dotnet.md year: N/A + addition_method: manual https://stackoverflow.blog/2020/03/16/how-event-driven-architecture-solves-modern-web-app-problems: ai_summary: A highly clear explanation of how event-driven patterns resolve high concurrency and cross-system latency challenges. Grounding demonstrates its continued @@ -192232,6 +203962,7 @@ https://stackoverflow.blog/2020/03/16/how-event-driven-architecture-solves-moder v2_locations: - message-queue.md year: N/A + addition_method: manual https://stackoverflow.blog/2020/06/10/the-rise-of-the-devops-mindset: content_hash: 496697fcaa76828895650d167277a7923b7519eebfbb4d36897cd893708280ea description: '' @@ -192248,6 +203979,7 @@ https://stackoverflow.blog/2020/06/10/the-rise-of-the-devops-mindset: v2_locations: - devops.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/01/14/have-the-tables-turned-on-nosql: content_hash: 7784d0617de82c899b5429c65038cbd276a10691dc5c900d224e3d57666eb34f description: '' @@ -192264,6 +203996,7 @@ https://stackoverflow.blog/2021/01/14/have-the-tables-turned-on-nosql: v2_locations: - nosql.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/01/19/fulfilling-the-promise-of-ci-cd: content_hash: 1a2a93c5ad4534591d80a179381501ecd900319be6a59883a708030afb1028ad description: '' @@ -192275,6 +204008,7 @@ https://stackoverflow.blog/2021/01/19/fulfilling-the-promise-of-ci-cd: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/03/08/infrastructure-as-code-create-and-configure-infrastructure-elements-in-seconds: content_hash: 13eb05df613427acc0d25e22edd3b307510322f3a1fa33ca08cae69c1e845e82 description: '' @@ -192292,6 +204026,7 @@ https://stackoverflow.blog/2021/03/08/infrastructure-as-code-create-and-configur v2_locations: - iac.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/04/05/a-look-under-the-hood-how-branches-work-in-git: ai_summary: An in-depth exploration of Git's DAG (Directed Acyclic Graph) structural model and object storage (`blobs`, `trees`, `commits`). It explains why branching @@ -192320,6 +204055,7 @@ https://stackoverflow.blog/2021/04/05/a-look-under-the-hood-how-branches-work-in v2_locations: - git.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/05/19/rethinking-system-architecture-can-kubernetes-help-to-solve-rewrite-anxiety: content_hash: e91614f351fef0ccdbd42cd52bdb64fed7d609ea3fadd580bc70947854908222 description: '' @@ -192337,6 +204073,7 @@ https://stackoverflow.blog/2021/05/19/rethinking-system-architecture-can-kuberne v2_locations: - introduction.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/05/24/how-developers-can-be-their-own-operations-department: content_hash: b1fcadaa2a2b4871b2dcc91dc7e39a4cba196f43769d7b57772b267ff150a035 description: '' @@ -192353,6 +204090,7 @@ https://stackoverflow.blog/2021/05/24/how-developers-can-be-their-own-operations v2_locations: - devops.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/07/14/getting-started-with-python: content_hash: e311d01ec4270977236de1b9730d60b8f974c31131b5808a5b824387107306aa description: '' @@ -192369,6 +204107,7 @@ https://stackoverflow.blog/2021/07/14/getting-started-with-python: v2_locations: - python.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/09/08/observability-is-key-to-the-future-of-software-and-your-devops-career: content_hash: ffda37494c6ee81f7fd5ed27a91f080c7b9e8d8d636a6f2a815dc09bc86eebe6 description: '' @@ -192386,6 +204125,7 @@ https://stackoverflow.blog/2021/09/08/observability-is-key-to-the-future-of-soft v2_locations: - monitoring.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/09/22/gitlab-launches-collective-on-stack-overflow: ai_summary: This announcement details the creation of the GitLab Collective on Stack Overflow to aggregate community knowledge, Q&A, and technical documentation into @@ -192417,6 +204157,7 @@ https://stackoverflow.blog/2021/09/22/gitlab-launches-collective-on-stack-overfl v2_locations: - git.md year: N/A + addition_method: manual https://stackoverflow.blog/2021/12/20/fulfilling-the-promise-of-ci-cd: ai_summary: 'Curator Insight: Identifies operational gaps preventing organizations from achieving real CI/CD performance. Live Grounding: Explores why tooling isn''t @@ -192445,6 +204186,7 @@ https://stackoverflow.blog/2021/12/20/fulfilling-the-promise-of-ci-cd: v2_locations: - cicd.md year: N/A + addition_method: manual https://stackoverflow.blog/2022/01/10/the-great-resignation-is-here-what-does-that-mean-for-developers: content_hash: b58ddeddfea5a209a8635da9eccb31fc0d060420b7de76768cd90a052f68f55d description: '' @@ -192457,6 +204199,7 @@ https://stackoverflow.blog/2022/01/10/the-great-resignation-is-here-what-does-th v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://stackoverflow.blog/2022/12/28/the-great-resignation-is-here-what-does-that-mean-for-developers: ai_summary: Analyzes developer-specific survey data concerning job security, motivation, and professional expectations during market transformations. Highlights the supreme @@ -192480,6 +204223,7 @@ https://stackoverflow.blog/2022/12/28/the-great-resignation-is-here-what-does-th v2_locations: - recruitment.md year: '2022' + addition_method: manual https://stackoverflow.com/collectives: content_hash: N/A description: '' @@ -192495,6 +204239,7 @@ https://stackoverflow.com/collectives: - index.md - newsfeeds.md year: N/A + addition_method: manual https://stackoverflow.com/collectives/aws: content_hash: N/A description: '' @@ -192504,6 +204249,7 @@ https://stackoverflow.com/collectives/aws: title: AWS Collective v1_locations: [] year: N/A + addition_method: manual https://stackoverflow.com/collectives/azure: content_hash: N/A description: '' @@ -192513,6 +204259,7 @@ https://stackoverflow.com/collectives/azure: title: Azure Collective v1_locations: [] year: N/A + addition_method: manual https://stackoverflow.com/collectives/ci-cd: content_hash: N/A description: '' @@ -192522,6 +204269,7 @@ https://stackoverflow.com/collectives/ci-cd: title: CI/CD Collective v1_locations: [] year: N/A + addition_method: manual https://stackoverflow.com/collectives/gitlab: content_hash: N/A description: '' @@ -192539,6 +204287,7 @@ https://stackoverflow.com/collectives/gitlab: - index.md - newsfeeds.md year: N/A + addition_method: manual https://stackoverflow.com/collectives/go: content_hash: N/A description: '' @@ -192554,6 +204303,7 @@ https://stackoverflow.com/collectives/go: - index.md - newsfeeds.md year: N/A + addition_method: manual https://stackoverflow.com/collectives/google-cloud: content_hash: N/A description: '' @@ -192564,6 +204314,7 @@ https://stackoverflow.com/collectives/google-cloud: v1_locations: - docs/newsfeeds.md year: N/A + addition_method: manual https://stackoverflow.com/collectives/wso2: content_hash: N/A description: '' @@ -192573,6 +204324,7 @@ https://stackoverflow.com/collectives/wso2: title: WSO2 Collective v1_locations: [] year: N/A + addition_method: manual https://stackoverflow.com/questions/11763376/difference-between-netstat-and-ss-in-linux: content_hash: N/A health_score: 100.0 @@ -192583,6 +204335,7 @@ https://stackoverflow.com/questions/11763376/difference-between-netstat-and-ss-i - docs/linux.md v2_locations: - linux.md + addition_method: manual ? https://stackoverflow.com/questions/161224/what-are-the-differences-between-the-different-saving-methods-in-hibernate/54907032?stw=2 : content_hash: N/A description: '' @@ -192598,6 +204351,7 @@ https://stackoverflow.com/questions/11763376/difference-between-netstat-and-ss-i v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://stackoverflow.com/questions/1761601/is-the-usage-of-stored-procedures-a-bad-practice: content_hash: N/A description: '' @@ -192612,6 +204366,7 @@ https://stackoverflow.com/questions/1761601/is-the-usage-of-stored-procedures-a- v2_locations: - databases.md year: N/A + addition_method: manual https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru: content_hash: N/A description: '' @@ -192626,6 +204381,7 @@ https://stackoverflow.com/questions/2573135/python-progression-path-from-apprent v2_locations: - python.md year: N/A + addition_method: manual https://stackoverflow.com/questions/26003298/how-to-setup-local-git-with-local-blessed-repo-integration-manager-workflow: content_hash: N/A description: '' @@ -192636,6 +204392,7 @@ https://stackoverflow.com/questions/26003298/how-to-setup-local-git-with-local-b v1_locations: - docs/git.md year: N/A + addition_method: manual https://stackoverflow.com/questions/27820309/bot-to-automatically-reverse-github-pull-request-merges: content_hash: N/A description: '' @@ -192650,6 +204407,7 @@ https://stackoverflow.com/questions/27820309/bot-to-automatically-reverse-github v2_locations: - git.md year: N/A + addition_method: manual https://stackoverflow.com/questions/34319156/create-dictionary-from-splitted-strings-from-list-of-strings: content_hash: N/A health_score: 100.0 @@ -192660,6 +204418,7 @@ https://stackoverflow.com/questions/34319156/create-dictionary-from-splitted-str - docs/python.md v2_locations: - python.md + addition_method: manual https://stackoverflow.com/questions/41341823/running-oracle-sql-scripts-with-ansible-playbook: content_hash: N/A description: '' @@ -192674,6 +204433,7 @@ https://stackoverflow.com/questions/41341823/running-oracle-sql-scripts-with-ans v2_locations: - ansible.md year: N/A + addition_method: manual https://stackoverflow.com/questions/41796466/ansible-playbook-to-execute-oracle-script: content_hash: N/A description: '' @@ -192688,6 +204448,7 @@ https://stackoverflow.com/questions/41796466/ansible-playbook-to-execute-oracle- v2_locations: - ansible.md year: N/A + addition_method: manual https://stackoverflow.com/questions/42766349/run-nexus-3-with-docker-in-a-kubernetes-cluster: content_hash: N/A description: '' @@ -192702,6 +204463,7 @@ https://stackoverflow.com/questions/42766349/run-nexus-3-with-docker-in-a-kubern v2_locations: - registries.md year: N/A + addition_method: manual ? https://stackoverflow.com/questions/44308167/how-to-map-a-mysql-json-column-to-a-java-entity-property-using-jpa-and-hibernate : content_hash: N/A description: '' @@ -192717,6 +204479,7 @@ https://stackoverflow.com/questions/42766349/run-nexus-3-with-docker-in-a-kubern v2_locations: - java_frameworks.md year: N/A + addition_method: manual ? https://stackoverflow.com/questions/45889796/can-i-have-an-entire-declarative-pipeline-defined-and-parameterized-in-a-shared : content_hash: N/A description: '' @@ -192732,6 +204495,7 @@ https://stackoverflow.com/questions/42766349/run-nexus-3-with-docker-in-a-kubern v2_locations: - jenkins.md year: N/A + addition_method: manual https://stackoverflow.com/questions/47307368/what-is-the-difference-between-an-azure-tenant-and-azure-subscription: content_hash: N/A description: '' @@ -192747,6 +204511,7 @@ https://stackoverflow.com/questions/47307368/what-is-the-difference-between-an-a v2_locations: - azure.md year: N/A + addition_method: manual https://stackoverflow.com/questions/55515594/is-there-a-way-to-share-a-configmap-in-kubernetes-between-namespaces: content_hash: N/A description: '' @@ -192761,6 +204526,7 @@ https://stackoverflow.com/questions/55515594/is-there-a-way-to-share-a-configmap v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://stackoverflow.com/questions/56214715/accessing-the-kubernetes-rest-end-points-using-bearer-token: content_hash: N/A description: '' @@ -192775,12 +204541,14 @@ https://stackoverflow.com/questions/56214715/accessing-the-kubernetes-rest-end-p v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://stackoverflow.com/questions/57107282/prometheus-and-activemq-integration: content_hash: N/A health_score: 100.0 last_checked: 1779033335.794885 v1_locations: - docs/grafana.md + addition_method: manual https://stackoverflow.com/questions/58019605/how-can-we-programmatically-approve-merge-requests-in-gitlab: content_hash: N/A description: '' @@ -192796,6 +204564,7 @@ https://stackoverflow.com/questions/58019605/how-can-we-programmatically-approve v2_locations: - git.md year: N/A + addition_method: manual https://stackoverflow.com/questions/59518363/is-that-possible-to-deploy-an-openshift-or-kubernetes-in-dmz-zone: content_hash: N/A description: '' @@ -192811,6 +204580,7 @@ https://stackoverflow.com/questions/59518363/is-that-possible-to-deploy-an-opens v2_locations: - openshift.md year: N/A + addition_method: manual https://stackoverflow.com/questions/72657318/how-is-flyte-tailored-to-data-and-machine-learning: content_hash: N/A description: '' @@ -192825,6 +204595,7 @@ https://stackoverflow.com/questions/72657318/how-is-flyte-tailored-to-data-and-m v2_locations: - mlops.md year: N/A + addition_method: manual https://stackoverflow.com/questions/8087184/problems-installing-python3-on-rhel: content_hash: N/A health_score: 100.0 @@ -192835,12 +204606,14 @@ https://stackoverflow.com/questions/8087184/problems-installing-python3-on-rhel: - docs/python.md v2_locations: - python.md + addition_method: manual https://stackoverflow.com/questions/tagged/nexus3: content_hash: N/A health_score: 100.0 last_checked: 1779033092.321515 v1_locations: - docs/registries.md + addition_method: manual https://stackpulse.com/blog/automated-kubernetes-pod-restarting-analysis-with-stackpulse: content_hash: N/A description: '' @@ -192855,6 +204628,7 @@ https://stackpulse.com/blog/automated-kubernetes-pod-restarting-analysis-with-st v2_locations: - monitoring.md year: N/A + addition_method: manual https://stackpulse.com/blog/challenges-of-running-services-with-k8s-reliably: content_hash: N/A description: '' @@ -192869,6 +204643,7 @@ https://stackpulse.com/blog/challenges-of-running-services-with-k8s-reliably: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://stackpulse.com/blog/https-stackpulse-com-blog-kubernetes-production-best-practices: content_hash: N/A description: '' @@ -192884,6 +204659,7 @@ https://stackpulse.com/blog/https-stackpulse-com-blog-kubernetes-production-best v2_locations: - kubernetes.md year: N/A + addition_method: manual https://stackpulse.com/blog/monoliths-vs-microservices-best-practices: content_hash: N/A description: '' @@ -192899,6 +204675,7 @@ https://stackpulse.com/blog/monoliths-vs-microservices-best-practices: v2_locations: - sre.md year: N/A + addition_method: manual https://stackpulse.com/blog/monoliths-vs-microservices-challenges: content_hash: N/A description: '' @@ -192914,6 +204691,7 @@ https://stackpulse.com/blog/monoliths-vs-microservices-challenges: v2_locations: - sre.md year: N/A + addition_method: manual https://stackpulse.com/blog/no-sre-is-not-the-new-devops-unless-it-is: content_hash: N/A description: '' @@ -192928,6 +204706,7 @@ https://stackpulse.com/blog/no-sre-is-not-the-new-devops-unless-it-is: v2_locations: - sre.md year: N/A + addition_method: manual https://stackshare.io/stackups/kubernetes-vs-portainer: content_hash: N/A description: '' @@ -192942,6 +204721,7 @@ https://stackshare.io/stackups/kubernetes-vs-portainer: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://stackstorm.com: content_hash: 2125c4744c5af3da71f7c9f09f582e76102a0bd24dfce0944c70f2b34418f341 description: '' @@ -192958,6 +204738,7 @@ https://stackstorm.com: v2_locations: - stackstorm.md year: N/A + addition_method: manual https://starkephillip.com/the-effects-of-remote-work-on-company-culture: content_hash: e4202a627e2c824a7b83c8404af1a9e66b9db976f1ce231a0cbc5bb915d8b0db description: '' @@ -192974,6 +204755,7 @@ https://starkephillip.com/the-effects-of-remote-work-on-company-culture: v2_locations: - remote-tech-jobs.md year: N/A + addition_method: manual https://start.spring.io: content_hash: e0c93a5d074814ad5cee9220dea5da727228dcc014f96c06210236bff5f0c0d5 description: '' @@ -192990,6 +204772,7 @@ https://start.spring.io: v2_locations: - demos.md year: N/A + addition_method: manual https://statemanagement.substack.com/p/hating-the-code-of-others: content_hash: N/A description: '' @@ -193004,6 +204787,7 @@ https://statemanagement.substack.com/p/hating-the-code-of-others: v2_locations: - devops.md year: N/A + addition_method: manual https://static.brandonpotter.com/kubernetes/DeploymentBuilder.html: content_hash: 2b5c13fdda15b451fe7efeb4e8d6aa0a60d461f1fc57476ea8e28f179ea36715 description: '' @@ -193020,6 +204804,7 @@ https://static.brandonpotter.com/kubernetes/DeploymentBuilder.html: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://static.sched.com/hosted_files/kccncna19/f7/kubecon-us-2019-mt-wg-deep-dive.pdf: content_hash: N/A description: '' @@ -193037,6 +204822,7 @@ https://static.sched.com/hosted_files/kccncna19/f7/kubecon-us-2019-mt-wg-deep-di v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://static.sched.com/hosted_files/kccncna20/02/A%20Walk%20Through%20the%20Kubernetes%20UI%20Landscape%20%28KubeCon%20Talk%202020%29.pdf : ai_summary: A deep KubeCon presentation evaluating Kubernetes dashboard architectural styles, usability trade-offs, and administrative security models. @@ -193063,6 +204849,7 @@ https://static.sched.com/hosted_files/kccncna19/f7/kubecon-us-2019-mt-wg-deep-di v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://staticnat.com/setting-up-python-on-osx: content_hash: 7c1747b2ebf5241d86ebdb48d84e292834df874f7f35b52a74b314ec21f904ba health_score: 100.0 @@ -193075,6 +204862,7 @@ https://staticnat.com/setting-up-python-on-osx: - docs/python.md v2_locations: - python.md + addition_method: manual https://stats.jenkins.io: content_hash: 72dfe91f40b09978f094e6cf2f770e4790d5f251e25fd52b20adfede5363f741 health_score: 100.0 @@ -193087,6 +204875,7 @@ https://stats.jenkins.io: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://status.aws.amazon.com: content_hash: N/A description: '' @@ -193098,6 +204887,7 @@ https://status.aws.amazon.com: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://steampipe.io: ai_summary: A zero-dependency CLI tool that allows querying of APIs and cloud infrastructure (AWS, Azure, GitHub, etc.) dynamically using Postgres-compatible SQL. It simplifies @@ -193128,6 +204918,7 @@ https://steampipe.io: - cloud-asset-inventory.md - aws-tools-scripts.md year: N/A + addition_method: manual https://steampipe.io/blog/github-security-tips: ai_summary: Illustrates three essential infrastructure approaches for auditing and fortifying organization-level GitHub setups. Emphasizes automated policy validation @@ -193156,6 +204947,7 @@ https://steampipe.io/blog/github-security-tips: v2_locations: - git.md year: N/A + addition_method: manual https://steampunk.si/blog/let-us-give-ansible-a-rest: content_hash: 03299671f4e539e0cdbbfe91fa91efcc53ea40c7725d1ef1b5e30281f6ad5a63 description: '' @@ -193172,6 +204964,7 @@ https://steampunk.si/blog/let-us-give-ansible-a-rest: v2_locations: - ansible.md year: N/A + addition_method: manual https://steampunk.si/blog/managing-infrastructure-using-ansible-tower: content_hash: f598cbfb5a47d7f6bc28fc927dc7a347e31cc402a2a14c24813aa3274bb09e97 description: '' @@ -193188,6 +204981,7 @@ https://steampunk.si/blog/managing-infrastructure-using-ansible-tower: v2_locations: - ansible.md year: N/A + addition_method: manual https://stedolan.github.io/jq: content_hash: d7c0ad2d260c4f72a7ea8893da572acb43a9482a367438dd292d4b5bfcadf10f description: '' @@ -193199,6 +204993,7 @@ https://stedolan.github.io/jq: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://stelligent.github.io/config-lint: content_hash: 54893d1303a24ec98d4130dae56b66d16a99b2a08fd717078335a4fb874ce75c description: '' @@ -193210,6 +205005,7 @@ https://stelligent.github.io/config-lint: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://stevehorsfield.wordpress.com/2019/08/13/devops-tricks-templating-yaml-files: ai_summary: Curator Insight describes command-line methods and workflow scripts to generate complex YAML manifests dynamically. Live Grounding emphasizes the @@ -193239,6 +205035,7 @@ https://stevehorsfield.wordpress.com/2019/08/13/devops-tricks-templating-yaml-fi - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://stevelasker.blog/2018/03/01/docker-tagging-best-practices-for-tagging-and-versioning-docker-images: content_hash: dcde72f2bee623f4f1e3733bf2ba6fbe373104f5b8d1f32673cac54bb5b545ee description: '' @@ -193256,6 +205053,7 @@ https://stevelasker.blog/2018/03/01/docker-tagging-best-practices-for-tagging-an v2_locations: - docker.md year: N/A + addition_method: manual https://storageclass.info/csidrivers: content_hash: N/A description: '' @@ -193270,6 +205068,7 @@ https://storageclass.info/csidrivers: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://store.docker.com/editions/community/docker-ce-desktop-windows: content_hash: ddfdffeef3900b32415f699c64cdec71100c564739316f2351488e58429b84d3 description: '' @@ -193282,6 +205081,7 @@ https://store.docker.com/editions/community/docker-ce-desktop-windows: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://stories.schubergphilis.com/terraform-aws-management-using-your-google-account-cfe5ea70c75: content_hash: N/A description: '' @@ -193297,6 +205097,7 @@ https://stories.schubergphilis.com/terraform-aws-management-using-your-google-ac v2_locations: - terraform.md year: N/A + addition_method: manual https://storiesfromtheherd.com/unpacking-observability-a-beginners-guide-833258a0591f: content_hash: N/A description: '' @@ -193311,6 +205112,7 @@ https://storiesfromtheherd.com/unpacking-observability-a-beginners-guide-833258a v2_locations: - monitoring.md year: N/A + addition_method: manual https://stormforge.io: content_hash: e5b4ba7f1fd924317a0eef74f0c12b5aad196e934195588e190e0c2f09ea9c02 description: '' @@ -193328,6 +205130,7 @@ https://stormforge.io: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://streamingsystems.net: ai_summary: 'The definitive conceptual companion to the Apache Beam and Google Cloud Dataflow models of stream processing. @@ -193359,6 +205162,7 @@ https://streamingsystems.net: v2_locations: - message-queue.md year: '2018' + addition_method: manual https://strimzi.io: ai_summary: 'Curator Insight: The leading open-source CNCF sandbox operator platform for running Kafka on Kubernetes. Live Grounding: Orchestrates secure topologies, @@ -193387,12 +205191,14 @@ https://strimzi.io: v2_locations: - message-queue.md year: N/A + addition_method: manual https://strimzi.io/blog/2019/10/14/improving-prometheus-metrics: content_hash: ac0b8c6d9c8a948b8c42289656ceb245a2fb224221812734bff911108f64a45f health_score: 100.0 last_checked: 1779033612.238978 v1_locations: - docs/monitoring.md + addition_method: manual https://strimzi.io/blog/2020/08/05/using-open-policy-agent-with-strimzi-and-apache-kafka: ai_summary: A detailed security-focused guide illustrating the integration of Open Policy Agent (OPA) with Strimzi and Apache Kafka. Explains how to enforce centralized, @@ -193421,6 +205227,7 @@ https://strimzi.io/blog/2020/08/05/using-open-policy-agent-with-strimzi-and-apac v2_locations: - message-queue.md year: N/A + addition_method: manual https://strimzi.io/blog/2020/10/15/producer-tuning: ai_summary: 'Curator Insight: Diagnostic guide to fine-tuning publisher performance. Live Grounding: Explains structural impacts of compression types (lz4, zstd), @@ -193449,6 +205256,7 @@ https://strimzi.io/blog/2020/10/15/producer-tuning: v2_locations: - message-queue.md year: N/A + addition_method: manual https://strimzi.io/blog/2021/01/07/consumer-tuning: ai_summary: 'Curator Insight: In-depth study on maximizing consumer ingestion performance. Live Grounding: Analyzes consumer fetch sizes, commit mechanisms, partition assignments, @@ -193477,6 +205285,7 @@ https://strimzi.io/blog/2021/01/07/consumer-tuning: v2_locations: - message-queue.md year: N/A + addition_method: manual https://strimzi.io/blog/2021/07/05/upgrade-improvements: ai_summary: 'Curator Insight: Direct technical update from the Strimzi maintainers regarding Kafka upgrade orchestration. Live Grounding: Details the architectural @@ -193505,6 +205314,7 @@ https://strimzi.io/blog/2021/07/05/upgrade-improvements: v2_locations: - message-queue.md year: N/A + addition_method: manual https://strimzi.io/blog/2021/07/22/using-kubernetes-config-provider-to-load-data-from-secrets-and-config-maps: ai_summary: This blog post details the implementation of the Strimzi Kubernetes Config Provider. It demonstrates how to decouple configurations from code by directly @@ -193534,6 +205344,7 @@ https://strimzi.io/blog/2021/07/22/using-kubernetes-config-provider-to-load-data v2_locations: - message-queue.md year: N/A + addition_method: manual https://strimzi.io/blog/2021/08/18/using-http-bridge-as-a-kubernetes-sidecar: ai_summary: An exploration of deploy-time design patterns using the Strimzi HTTP Bridge as a Kubernetes sidecar container. This integration simplifies microservices @@ -193563,6 +205374,7 @@ https://strimzi.io/blog/2021/08/18/using-http-bridge-as-a-kubernetes-sidecar: v2_locations: - message-queue.md year: N/A + addition_method: manual https://stu2b50.dev/posts/things-you-wante9665: content_hash: N/A description: '' @@ -193577,6 +205389,7 @@ https://stu2b50.dev/posts/things-you-wante9665: v2_locations: - git.md year: N/A + addition_method: manual https://stupidpythonideas.blogspot.com.es/2015/05/if-you-dont-like-exceptions-you-dont.html: content_hash: 7e5373b57e407ab134905e91cd61d720d87d7bfc0a2b25a43d4947e9689f7d47 health_score: 100.0 @@ -193589,6 +205402,7 @@ https://stupidpythonideas.blogspot.com.es/2015/05/if-you-dont-like-exceptions-yo - docs/python.md v2_locations: - python.md + addition_method: manual https://sumanprasad.hashnode.dev/a-beginners-guide-to-ingress-and-ingress-controllers-in-kubernetes: content_hash: N/A description: '' @@ -193604,6 +205418,7 @@ https://sumanprasad.hashnode.dev/a-beginners-guide-to-ingress-and-ingress-contro v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://sumanprasad.hashnode.dev/everything-about-kubernetes-services-discovery-load-balancing-networking: content_hash: N/A description: '' @@ -193619,6 +205434,7 @@ https://sumanprasad.hashnode.dev/everything-about-kubernetes-services-discovery- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://sumanthkumarc.medium.com/debugging-namespace-deletion-issue-in-kubernetes-f6f8b40a4368: content_hash: N/A description: '' @@ -193633,6 +205449,7 @@ https://sumanthkumarc.medium.com/debugging-namespace-deletion-issue-in-kubernete v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://sumanthkumarc.medium.com/kubernetes-rbac-update-default-clusterroles-without-editing-them-ef206254e0: content_hash: N/A description: '' @@ -193648,6 +205465,7 @@ https://sumanthkumarc.medium.com/kubernetes-rbac-update-default-clusterroles-wit v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://sunnykkc13.medium.com/deep-dive-into-kubernetes-238258c9a536: content_hash: N/A description: '' @@ -193662,6 +205480,7 @@ https://sunnykkc13.medium.com/deep-dive-into-kubernetes-238258c9a536: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://supabase.com: content_hash: be3acc9ea66f4ed8d6132b52130c12535e0d92249d2259d9d0abb25826ba7003 description: '' @@ -193678,6 +205497,7 @@ https://supabase.com: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://superfastpython.com/python-concurrency-choose-api: content_hash: 27491907fb09af0ef48de8a37d67c199132470034924a94d4a7c1ca6f31c905d description: '' @@ -193694,6 +205514,7 @@ https://superfastpython.com/python-concurrency-choose-api: v2_locations: - python.md year: N/A + addition_method: manual https://superfastpython.com/thread-deadlock-in-python: content_hash: 7989a8a0c13680e7b5bde1ce847b830e47b4421b1016642cb3cc35643a76ded7 description: '' @@ -193710,6 +205531,7 @@ https://superfastpython.com/thread-deadlock-in-python: v2_locations: - python.md year: N/A + addition_method: manual https://superfastpython.com/threading-vs-multiprocessing-in-python: content_hash: 628fe283a60908d9ddacf263118f9b618e561673a226a5dd58e1ac46eb9af824 description: '' @@ -193726,6 +205548,7 @@ https://superfastpython.com/threading-vs-multiprocessing-in-python: v2_locations: - python.md year: N/A + addition_method: manual https://superorbital.io/blog/testing-production-controllers: content_hash: 1e428f278ad2b262fa3002ebbe6703af97eb28104f0ae4f99b2bd25f648e9727 description: '' @@ -193742,6 +205565,7 @@ https://superorbital.io/blog/testing-production-controllers: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://superuser.openinfra.org/articles/run-your-kubernetes-cluster-on-openstack-in-production: content_hash: 605d1c108045f659c6d440c824d1a4c2ab906aefe25514e533957a2859de460f health_score: 100.0 @@ -193754,6 +205578,7 @@ https://superuser.openinfra.org/articles/run-your-kubernetes-cluster-on-openstac - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://superuser.openstack.org/articles/run-your-kubernetes-cluster-on-openstack-in-production: content_hash: 415af96e930046b4c24cf44f4f92a0b0a1c4390f0593bc29739c92146fc60db0 description: '' @@ -193765,6 +205590,7 @@ https://superuser.openstack.org/articles/run-your-kubernetes-cluster-on-openstac v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://supple.com.au/tools/google-advance-search-operators: content_hash: d4cc73dd63b68a259bae65cef0781078976e5f587c347962200fedb9eca80584 health_score: 100.0 @@ -193776,6 +205602,7 @@ https://supple.com.au/tools/google-advance-search-operators: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://supple.com.au/tools/google-advanced-search-operators: content_hash: 70ef8aed18fb427c46101393be3da62d72576d10e591659532112cd4acead87e description: '' @@ -193787,12 +205614,14 @@ https://supple.com.au/tools/google-advanced-search-operators: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://support.apple.com/en-us/102650: content_hash: b0814d630178434660784d08bff120d39081568c867349700eae7578d7c55596 health_score: 100.0 last_checked: 1779130495.031382 v1_locations: - docs/visual-studio.md + addition_method: manual https://support.apple.com/en-us/HT201236: content_hash: f75a0c9bc4e491d3e6344f6d6b72867cac54590e3cc16f5bf1d5a118c148c955 description: '' @@ -193803,6 +205632,7 @@ https://support.apple.com/en-us/HT201236: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors: ai_summary: Curator Insight shows how to implement YAML anchors and aliases within Bitbucket Pipelines configurations. Live Grounding verifies that reusing identical @@ -193832,6 +205662,7 @@ https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://support.cloudbees.com/hc/en-us/articles/227246387-How-to-Configure-Jenkins-for-Git-Merge-: content_hash: N/A description: '' @@ -193846,6 +205677,7 @@ https://support.cloudbees.com/hc/en-us/articles/227246387-How-to-Configure-Jenki v2_locations: - git.md year: N/A + addition_method: manual https://support.gitkraken.com/git-workflows-and-extensions/git-flow: ai_summary: A practical UI-centric guide demonstrating GitFlow execution inside the GitKraken desktop client. It simplifies branch creation, merging, and visual @@ -193874,6 +205706,7 @@ https://support.gitkraken.com/git-workflows-and-extensions/git-flow: v2_locations: - git.md year: N/A + addition_method: manual https://support.google.com/calendar/answer/190998: content_hash: b514428652bf66fe133c9e7cad2fb67606cb9dc089be859a4e359509ac9498cd description: '' @@ -193890,6 +205723,7 @@ https://support.google.com/calendar/answer/190998: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://support.google.com/google-workspace-individual/answer/10729749: content_hash: 231176326139b8d67942919e30f899b3a1ca6556b6958de3d7f190383d04cb75 description: '' @@ -193906,6 +205740,7 @@ https://support.google.com/google-workspace-individual/answer/10729749: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://support.sonatype.com/hc/en-us/articles/213465768-SSL-Certificate-Guide: content_hash: N/A description: '' @@ -193920,6 +205755,7 @@ https://support.sonatype.com/hc/en-us/articles/213465768-SSL-Certificate-Guide: v2_locations: - registries.md year: N/A + addition_method: manual ? https://support.sonatype.com/hc/en-us/articles/217542177-Using-Self-Signed-Certificates-with-Nexus-Repository-Manager-and-Docker-Daemon : content_hash: N/A description: '' @@ -193935,6 +205771,7 @@ https://support.sonatype.com/hc/en-us/articles/213465768-SSL-Certificate-Guide: v2_locations: - registries.md year: N/A + addition_method: manual https://support.sonatype.com/hc/en-us/articles/360009696054-How-to-delete-docker-images-from-Nexus-Repository-Manager: content_hash: N/A description: '' @@ -193949,6 +205786,7 @@ https://support.sonatype.com/hc/en-us/articles/360009696054-How-to-delete-docker v2_locations: - registries.md year: N/A + addition_method: manual https://support.tools/post/rke2-standalone-disaster-recovery: content_hash: cc938c45944fbba1d8ab7e3f0c1d11b29f269f90f12edb0288411b855c383124 description: '' @@ -193969,6 +205807,7 @@ https://support.tools/post/rke2-standalone-disaster-recovery: - kubernetes-troubleshooting.md - rancher.md year: N/A + addition_method: manual https://sureshdsk.dev/check-diff-between-two-files-in-python: content_hash: 965237539e5c174e2ad727334a22038b01790b6f689b418f6d4303b8aabcbcb1 description: '' @@ -193985,6 +205824,7 @@ https://sureshdsk.dev/check-diff-between-two-files-in-python: v2_locations: - python.md year: N/A + addition_method: manual https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-the-hardest-things-in-computer-science: content_hash: 3f7d66558987d77db99631a036a82a78a3734b5e0d085bf8b6aac5367e339aba description: '' @@ -194002,16 +205842,19 @@ https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-th v2_locations: - caching.md year: N/A + addition_method: manual https://survey.stackoverflow.co: content_hash: 5ae20c1f0feda71ada9b526eb192ba6527bf51ce545cf4c4203596edbcc23edd health_score: 100.0 last_checked: 1779130494.996882 v1_locations: [] + addition_method: manual https://survey.stackoverflow.co/2021: content_hash: 8f35f7f7bba0d87d91e37b143e4a0319f35291bc457fab14fab82cbb52fe7e0b health_score: 100.0 last_checked: 1779130494.930152 v1_locations: [] + addition_method: manual https://survey.stackoverflow.co/2022: content_hash: 9cabcd33adeb853bc25d558bba3f2e6160ffa1519b7afb19a1463748982d657a description: '' @@ -194022,6 +205865,7 @@ https://survey.stackoverflow.co/2022: title: 2022 🌟 v1_locations: [] year: N/A + addition_method: manual https://swagger.io: content_hash: 53a7dea5a3074ba710e9a9f8badf06ac844eec9e3164b915d0b6e53f871beeaa description: '' @@ -194042,6 +205886,7 @@ https://swagger.io: - about.md - api.md year: N/A + addition_method: manual https://swagger.io/product: content_hash: cd1af46edabf0d45d97a861fbac31e42b0648c3bf0fb0415d77b7074747be920 health_score: 100.0 @@ -194053,6 +205898,7 @@ https://swagger.io/product: - docs/api.md v2_locations: - api.md + addition_method: manual https://swagger.io/tools/swaggerhub: content_hash: 79feb7c5271cbd874faa5879fd454e81580e6f4b4fa9a1119e9aa7cb55db6545 description: '' @@ -194064,6 +205910,7 @@ https://swagger.io/tools/swaggerhub: v1_locations: - docs/api.md year: N/A + addition_method: manual https://swapnil-chougule.medium.com/rapid-feature-engineering-through-sql-a92b0926683d: content_hash: N/A description: '' @@ -194078,6 +205925,7 @@ https://swapnil-chougule.medium.com/rapid-feature-engineering-through-sql-a92b09 v2_locations: - message-queue.md year: N/A + addition_method: manual https://swimm.io: content_hash: 7c5d09d4dce03eb825e9957a15fa6c57a6a157caa6a8bb1276ff5633be5f8189 description: '' @@ -194093,6 +205941,7 @@ https://swimm.io: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://swirlai.substack.com/p/sai-08-request-response-model-deployment: content_hash: N/A description: '' @@ -194108,6 +205957,7 @@ https://swirlai.substack.com/p/sai-08-request-response-model-deployment: v2_locations: - mlops.md year: N/A + addition_method: manual https://swissarmydevops.com: content_hash: N/A description: '' @@ -194122,6 +205972,7 @@ https://swissarmydevops.com: v2_locations: - demos.md year: N/A + addition_method: manual https://swwapnilp.medium.com/how-does-slack-use-terraform-104b1e96c97d: content_hash: N/A description: '' @@ -194136,6 +205987,7 @@ https://swwapnilp.medium.com/how-does-slack-use-terraform-104b1e96c97d: v2_locations: - terraform.md year: N/A + addition_method: manual https://syedasadrazadevops.medium.com/deep-dive-into-kubernetes-way-to-know-about-kubernetes-6a423c262b61: content_hash: N/A description: '' @@ -194151,6 +206003,7 @@ https://syedasadrazadevops.medium.com/deep-dive-into-kubernetes-way-to-know-abou v2_locations: - kubernetes.md year: N/A + addition_method: manual https://symbiosis.host: content_hash: 9b41317200f1b087322c3a792471b31fc491a8397c8153c7090b534ae87c9b3a description: '' @@ -194168,6 +206021,7 @@ https://symbiosis.host: - kubernetes-autoscaling.md - index.md year: N/A + addition_method: manual https://symbiosis.host/blog/comparing-cluster-creation-times: content_hash: 9b41317200f1b087322c3a792471b31fc491a8397c8153c7090b534ae87c9b3a description: '' @@ -194180,6 +206034,7 @@ https://symbiosis.host/blog/comparing-cluster-creation-times: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://symbiosis.host/blog/comparing-node-launch-times: content_hash: 9b41317200f1b087322c3a792471b31fc491a8397c8153c7090b534ae87c9b3a description: '' @@ -194191,6 +206046,7 @@ https://symbiosis.host/blog/comparing-node-launch-times: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://symphony.is/blog/crossplane---the-new-kid-in-town-: ai_summary: A foundational review of Crossplane's technology, analyzing why real-time cloud infrastructure reconciliation represents the future of cloud resource management. @@ -194217,6 +206073,7 @@ https://symphony.is/blog/crossplane---the-new-kid-in-town-: v2_locations: - crossplane.md year: N/A + addition_method: manual https://syndesis.io: ai_summary: 'Syndesis is an open-source, cloud-native low-code integration platform designed to run natively on Kubernetes and OpenShift. It enables drag-and-drop @@ -194246,6 +206103,7 @@ https://syndesis.io: v2_locations: - message-queue.md year: N/A + addition_method: manual https://syntax.fm/show/162/the-fundamentals-js: content_hash: 62a15a28a723a7b5fbb785eab7a0a633e9d7e96ac16f99efa87c115d26b5140b health_score: 100.0 @@ -194253,6 +206111,7 @@ https://syntax.fm/show/162/the-fundamentals-js: needs_ai_refresh: true v1_locations: - docs/javascript.md + addition_method: manual https://sysadmin.prod.acquia-sites.com/sysadmin/container-guides-2020: content_hash: N/A description: '' @@ -194267,6 +206126,7 @@ https://sysadmin.prod.acquia-sites.com/sysadmin/container-guides-2020: v2_locations: - devops.md year: N/A + addition_method: manual https://sysadmincasts.com: content_hash: N/A description: '' @@ -194281,6 +206141,7 @@ https://sysadmincasts.com: v2_locations: - demos.md year: N/A + addition_method: manual https://sysadmincasts.com/episodes/74-nomad: content_hash: N/A description: '' @@ -194295,6 +206156,7 @@ https://sysadmincasts.com/episodes/74-nomad: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://sysadminxpert.com/demystifying-nosql-databases: content_hash: c863aa4fcaab76d97d42d8378005a90f8584c234ef322840f969e0ff99ee5cad description: '' @@ -194311,6 +206173,7 @@ https://sysadminxpert.com/demystifying-nosql-databases: v2_locations: - nosql.md year: N/A + addition_method: manual https://sysadminxpert.com/how-to-do-security-auditing-of-centos-system-using-lynis-tool: ai_summary: A detailed Linux auditing walkthrough using the Lynis tool to harden target environments. Provides granular shell instructions for reviewing user-space @@ -194341,6 +206204,7 @@ https://sysadminxpert.com/how-to-do-security-auditing-of-centos-system-using-lyn - linux.md - devsecops.md year: N/A + addition_method: manual https://sysadminxpert.com/how-to-enable-slow-query-logs-in-aws-rds-mysql: ai_summary: Explains DB Parameter Group configurations required to identify slow queries in RDS MySQL. Details the collection of metrics, mapping to CloudWatch @@ -194368,6 +206232,7 @@ https://sysadminxpert.com/how-to-enable-slow-query-logs-in-aws-rds-mysql: v2_locations: - aws-databases.md year: N/A + addition_method: manual https://sysadminxpert.com/how-to-watch-real-time-tcp-and-udp-ports-on-linux: ai_summary: Curator Insight demonstrates connection tracing using netstat and ss. Live Grounding validates that `ss` (from the iproute2 package) has fully replaced @@ -194400,6 +206265,7 @@ https://sysadminxpert.com/how-to-watch-real-time-tcp-and-udp-ports-on-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://sysadminxpert.com/monitor-linux-system-with-grafana-and-telegraf: content_hash: d8fa3255dbd092f1dac8c16375dbd006e3606184fc57f69c3051e51138a0551c description: '' @@ -194416,6 +206282,7 @@ https://sysadminxpert.com/monitor-linux-system-with-grafana-and-telegraf: v2_locations: - prometheus.md year: N/A + addition_method: manual https://sysadminxpert.com/steps-to-monitor-linux-server-using-prometheus: content_hash: 9b6c0c2b3fd557cf1d7504745a0ec46fe2b61882b7ef9b785f3c8030585aa306 description: '' @@ -194432,6 +206299,7 @@ https://sysadminxpert.com/steps-to-monitor-linux-server-using-prometheus: v2_locations: - prometheus.md year: N/A + addition_method: manual https://sysdig.com/blog/container-security-best-practices: content_hash: f893da48d67deb4162cab70779f005a5e84809d8befe5d819e885c03c6539001 description: '' @@ -194443,6 +206311,7 @@ https://sysdig.com/blog/container-security-best-practices: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/cve-2021-20291-cri-o-podman: content_hash: 50eb90d95fea8fd9a40bc84d6292e8dba20ee171976a72651b2e94eb50dd73f6 description: '' @@ -194454,6 +206323,7 @@ https://sysdig.com/blog/cve-2021-20291-cri-o-podman: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/debug-kubernetes-crashloopbackoff: content_hash: e6d9e2c39ed682e311378e0db059530a4b4ca7239ff42718cca9014b6f924a7e description: '' @@ -194465,6 +206335,7 @@ https://sysdig.com/blog/debug-kubernetes-crashloopbackoff: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://sysdig.com/blog/dockerfile-best-practices: content_hash: 51f85115a9e7a16c3385b5c08cf8fdee92f06beb28807a203a47833fe11aa2e2 description: '' @@ -194476,6 +206347,7 @@ https://sysdig.com/blog/dockerfile-best-practices: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://sysdig.com/blog/exposed-prometheus-exploit-kubernetes-kubeconeu: content_hash: edb932b5a6b675b954f561b31efcb02120001402d29679d3ec296c11d876de90 description: '' @@ -194488,6 +206360,7 @@ https://sysdig.com/blog/exposed-prometheus-exploit-kubernetes-kubeconeu: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://sysdig.com/blog/gitops-iac-security-source: content_hash: d8d9b36ebc05d20debfc5b9450ec9ae54065c81f8be1de87363360b1c3a9f78d description: '' @@ -194500,6 +206373,7 @@ https://sysdig.com/blog/gitops-iac-security-source: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/how-to-monitor-coredns: content_hash: 57004886e0f38874510bcbf876bc14013468b2017fce7199b77eb4f41767b9e2 description: '' @@ -194511,6 +206385,7 @@ https://sysdig.com/blog/how-to-monitor-coredns: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://sysdig.com/blog/how-to-secure-helm: content_hash: b3cb86ee7230857101935c597168527dd884c5121c7d81c5c8888dd208e53d38 description: '' @@ -194522,6 +206397,7 @@ https://sysdig.com/blog/how-to-secure-helm: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://sysdig.com/blog/image-scanning-best-practices: content_hash: 2e42efc23e9a36d9c15b25f5171083d59c6f76ef587a00a0bcdec008297e4c29 description: '' @@ -194533,6 +206409,7 @@ https://sysdig.com/blog/image-scanning-best-practices: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/intro-runtime-security-falco: content_hash: 6a14d5fd411abf8ad61126205350c219b84db12d8fd92dad73d3aa0ac9aa7a65 description: '' @@ -194544,6 +206421,7 @@ https://sysdig.com/blog/intro-runtime-security-falco: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/k3s-sysdig-falco: content_hash: fe2490d1f1a1c0ac59c305a4189008518c9fb77a3ea4e8ca03276275465e3ced description: '' @@ -194556,6 +206434,7 @@ https://sysdig.com/blog/k3s-sysdig-falco: v1_locations: - docs/rancher.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-1-22-whats-new: content_hash: a7cdf9a15b958f6cde6d4698225c82d87fca66d6d9ebafd6567042d18397539f description: '' @@ -194567,6 +206446,7 @@ https://sysdig.com/blog/kubernetes-1-22-whats-new: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-1-23-whats-new: content_hash: 82589600d0577d8fb4d30471cf10db630cfee8e0b9535966bb1647723e6233bb description: '' @@ -194578,6 +206458,7 @@ https://sysdig.com/blog/kubernetes-1-23-whats-new: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-1-24-whats-new: content_hash: 002b1983ae4fe183138d0cc909af3a8f27344e35ee51f0c5816598268b3c38c5 description: '' @@ -194589,6 +206470,7 @@ https://sysdig.com/blog/kubernetes-1-24-whats-new: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-1-25-whats-new: content_hash: fd95f948f64096a5e8fbf5bb2f7cb384b29dd239b3f15f3f3c7c038cf00d5c71 description: '' @@ -194600,6 +206482,7 @@ https://sysdig.com/blog/kubernetes-1-25-whats-new: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-1-26-whats-new: content_hash: 5e1e6f1281b436f2ee3549b001873ee7bc1ffc522ce86471ef6ad60ea424f408 description: '' @@ -194611,6 +206494,7 @@ https://sysdig.com/blog/kubernetes-1-26-whats-new: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-1-27-whats-new: content_hash: 0bbd49737f8341ad3e966b34e76030aa6e8b1a951b83649484bf743bafb1e48d description: '' @@ -194622,6 +206506,7 @@ https://sysdig.com/blog/kubernetes-1-27-whats-new: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-admission-controllers: content_hash: 66f61a3b22a17a0741227ab7c9af4ba64715f22beb196ee91f2837c6b8e8944f description: '' @@ -194633,6 +206518,7 @@ https://sysdig.com/blog/kubernetes-admission-controllers: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-audit-log-falco: content_hash: 5bb4342ff706cb923cbc30c55c941dfdfa944eaa1008e77a387a1fbd8814823b description: '' @@ -194644,6 +206530,7 @@ https://sysdig.com/blog/kubernetes-audit-log-falco: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-autoscaler: content_hash: 875f6def335dd121b092c4f41ec4091e5aad656d34b1c800b898aed665fee2c7 description: '' @@ -194655,6 +206542,7 @@ https://sysdig.com/blog/kubernetes-autoscaler: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-capacity-planning: content_hash: d5b8092a5f62fa6113bd510a388194276563367be669dd8a2f0e1d45d7550b41 description: '' @@ -194667,6 +206555,7 @@ https://sysdig.com/blog/kubernetes-capacity-planning: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-hpa-prometheus: content_hash: 6bd53f6e58733659cb7a3e6f7ff5ba598cfd0c9522afd1cdee09d6cd442f6caf description: '' @@ -194678,6 +206567,7 @@ https://sysdig.com/blog/kubernetes-hpa-prometheus: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-limits-requests: content_hash: 14bffcf6e299be62389f02e49aef6d0489bd0b182e15af8af294e01eb7c9abc0 description: '' @@ -194690,6 +206580,7 @@ https://sysdig.com/blog/kubernetes-limits-requests: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-monitoring-best-practices: content_hash: 36fdc4531647895d5e90b68573e1de51124aee17f7ef2b7c5bf9630d3ca6f703 description: '' @@ -194703,6 +206594,7 @@ https://sysdig.com/blog/kubernetes-monitoring-best-practices: - docs/kubernetes-monitoring.md - docs/monitoring.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-monitoring-prometheus: content_hash: 02e64c274af60a60c8d0d04aac75b6d51c25ccc54e09483b996bf3d209af8c67 description: '' @@ -194714,6 +206606,7 @@ https://sysdig.com/blog/kubernetes-monitoring-prometheus: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-pod-evicted: content_hash: 720ace0c2efd87924440f5c923e91b0fcf2fb19910b03e5932ed86d303cdbe6c description: '' @@ -194725,6 +206618,7 @@ https://sysdig.com/blog/kubernetes-pod-evicted: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-pod-pending-problems: content_hash: bf539e398acbb0c55e4f6d7ff7ade9e1dcf9dcb3e7217483b4d0491abf7f0dcb description: '' @@ -194736,6 +206630,7 @@ https://sysdig.com/blog/kubernetes-pod-pending-problems: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-resource-limits: content_hash: 56ce85a31ba02575f9deb089e088b9f9a1034393d40acc174a990d5d3b80c5b3 description: '' @@ -194747,6 +206642,7 @@ https://sysdig.com/blog/kubernetes-resource-limits: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://sysdig.com/blog/kubernetes-services-clusterip-nodeport-loadbalancer: content_hash: 4a9f25b37d72d3025aff04bfaf745c6893da8455a8958c7710fba836462ff624 description: '' @@ -194758,6 +206654,7 @@ https://sysdig.com/blog/kubernetes-services-clusterip-nodeport-loadbalancer: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://sysdig.com/blog/mitigating-log4j-kubernetes-network-policies: content_hash: c3f01b1f5b7acaeca677f63a174796c68e1c5c8839b931130a49f6d09f678dc8 description: '' @@ -194769,6 +206666,7 @@ https://sysdig.com/blog/mitigating-log4j-kubernetes-network-policies: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/monitor-etcd: content_hash: 5335557cdd3890bc9cfb972ca6b4d4c0d225837ee268d19a4138487fde848edb description: '' @@ -194780,6 +206678,7 @@ https://sysdig.com/blog/monitor-etcd: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://sysdig.com/blog/monitor-istio: content_hash: 55aa07d99e84eb1d5ca7c648b18a2103c53ffb4bf2655f0e1b6bc54ea36d7816 description: '' @@ -194791,6 +206690,7 @@ https://sysdig.com/blog/monitor-istio: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://sysdig.com/blog/monitor-kube-proxy: content_hash: 1d39578b7f47600bdf1b70440a34f631eb27f09494545525288ff440221e102a description: '' @@ -194802,6 +206702,7 @@ https://sysdig.com/blog/monitor-kube-proxy: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://sysdig.com/blog/monitor-kubernetes-control-plane: content_hash: 5882fe4c8c26a5072d0eef1f269c852e44601ee5740ce758ff4b5e8cee0cd1f5 description: '' @@ -194813,6 +206714,7 @@ https://sysdig.com/blog/monitor-kubernetes-control-plane: v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://sysdig.com/blog/monitor-oracle-database-prometheus: content_hash: 39fac36079fa1c216a265eaf338403c767c5ef6db418385c220b3b368b26ce87 description: '' @@ -194825,6 +206727,7 @@ https://sysdig.com/blog/monitor-oracle-database-prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://sysdig.com/blog/monitoring-kubernetes: content_hash: 9cb65ad11d6c0a8646f644de6b48e0d92177b631da8b026a1258953eb9610445 description: '' @@ -194836,6 +206739,7 @@ https://sysdig.com/blog/monitoring-kubernetes: v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://sysdig.com/blog/postgresql-monitoring: content_hash: e75bf5ab231f9b9aa576c6884b2da6491bb1f8fc9cfc6666e66a17099e88c140 description: '' @@ -194847,6 +206751,7 @@ https://sysdig.com/blog/postgresql-monitoring: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://sysdig.com/blog/prometheus-2-37-lts: content_hash: 995e20b1e6d22e157cfde15e9ad0109dcbe9c947ba4b15b0bcad91c3880f8242 description: '' @@ -194858,6 +206763,7 @@ https://sysdig.com/blog/prometheus-2-37-lts: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://sysdig.com/blog/redis-prometheus: content_hash: 456247e7819d327f2779f42b8e8825fcca750ff601db311b73c16444d6b8c05a description: '' @@ -194869,6 +206775,7 @@ https://sysdig.com/blog/redis-prometheus: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://sysdig.com/blog/secure-kubernetes-deployment-signature-verification: content_hash: b78aeece737884bf9354d517a0fafb70d67c62df05888d42d7cd971082227a82 description: '' @@ -194880,6 +206787,7 @@ https://sysdig.com/blog/secure-kubernetes-deployment-signature-verification: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/sysdig-2021-container-security-usage-report: content_hash: b4d3a747b90d9f0681964fb1802534906540db727c9d11e0b0808a15002e5c00 description: '' @@ -194892,6 +206800,7 @@ https://sysdig.com/blog/sysdig-2021-container-security-usage-report: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/sysdig-and-apolicy-join-forces-to-help-customer-secure-infrastructure-as-code: content_hash: c1a51ab429c4909ca28750312c84fb39273b23e55a236f4d91c8a7399f35bb42 description: '' @@ -194904,6 +206813,7 @@ https://sysdig.com/blog/sysdig-and-apolicy-join-forces-to-help-customer-secure-i v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://sysdig.com/blog/top-owasp-kubernetes: content_hash: 3a8ad0419dfdc7c923dc24d26c84fcb9d13112b7a75790d29d60cae116ea985e description: '' @@ -194915,6 +206825,7 @@ https://sysdig.com/blog/top-owasp-kubernetes: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://sysdig.com/blog/triaging-malicious-docker-container: content_hash: eebf375d8a1c8d4991900a9285391874e7bb2db33494054edd91542a31958acf description: '' @@ -194926,6 +206837,7 @@ https://sysdig.com/blog/triaging-malicious-docker-container: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/troubleshoot-kubernetes-oom: content_hash: 76b52dd4d9f45529c69ac4e2bfee312846a056e764ae8cd8962eca19f432dbd8 description: '' @@ -194937,6 +206849,7 @@ https://sysdig.com/blog/troubleshoot-kubernetes-oom: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://sysdig.com/blog/vulnerability-assessment: content_hash: bce3353bfecc62a14ba377daea30463eae3a8595b7793c204edaab7586a5abea description: '' @@ -194948,6 +206861,7 @@ https://sysdig.com/blog/vulnerability-assessment: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://sysdig.com/blog/whats-new-kubernetes-1-20: content_hash: f8f0e5530b0aeab01aebf583fa17b1e7b45af3db002c313b1715aad181c72b12 description: '' @@ -194959,6 +206873,7 @@ https://sysdig.com/blog/whats-new-kubernetes-1-20: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://sysdig.com/resources/ebooks/kubernetes-security-guide: content_hash: 4961f732cf048054dcf7edff539eb5f128071bcf4d12e39fb98d12a8e6279a40 description: '' @@ -194975,6 +206890,7 @@ https://sysdig.com/resources/ebooks/kubernetes-security-guide: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://systemadmin.es: ai_summary: A specialized Spanish-language systems administration blog exploring server optimization, Linux internals, and hypervisor configurations. [SPANISH @@ -195001,6 +206917,7 @@ https://systemadmin.es: v2_locations: - linux.md year: N/A + addition_method: manual https://systemcenterdudes.com/create-operational-sccm-collection-using-powershell-script: content_hash: 19b170293e7dabdc826eedb3bbdaa2c763606101f390adaf57369cec05229b73 description: '' @@ -195013,6 +206930,7 @@ https://systemcenterdudes.com/create-operational-sccm-collection-using-powershel v1_locations: - docs/azure.md year: N/A + addition_method: manual https://systemweakness.com/owasp-k8s-security-insecure-workload-configurations-c14c4028beb1: content_hash: N/A description: '' @@ -195027,6 +206945,7 @@ https://systemweakness.com/owasp-k8s-security-insecure-workload-configurations-c v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://t.co/5E4FLUyh98: content_hash: e69edf26b6c3458f1549fb23d03f87c3b066d237147f8255b42f65effeca916f description: '' @@ -195045,12 +206964,14 @@ https://t.co/5E4FLUyh98: - iac.md - terraform.md year: N/A + addition_method: manual https://t.co/AF9GfbgBWZ: content_hash: 66a75e6ff51a88e67a70cd8251a17b63bd05c722e13fc97d746fd70de04814d9 health_score: 100.0 last_checked: 1779032900.886981 v1_locations: - docs/api.md + addition_method: manual https://t.co/C6uicr7ZPS: content_hash: dc0e45185922e61ab05e090d7ffd0580601141bf046445393dcd81d5981002aa description: '' @@ -195070,6 +206991,7 @@ https://t.co/C6uicr7ZPS: - kubernetes-tools.md - terraform.md year: N/A + addition_method: manual https://t.co/EKsVgKA4xn: content_hash: 1f81192073dcd09e78e28b65310a8c3c6386d915f4f0cdaabde1d7c1abf5544c description: '' @@ -195088,6 +207010,7 @@ https://t.co/EKsVgKA4xn: - iac.md - securityascode.md year: N/A + addition_method: manual https://t.co/F244mqpeaR: content_hash: e5316f1717eeb6ee478a93cbae4c20c4ee0858c7453af7413d2844d5d801577b description: '' @@ -195100,6 +207023,7 @@ https://t.co/F244mqpeaR: - docs/iac.md - docs/networking.md year: N/A + addition_method: manual https://t.co/FhNsA9iy4Q: content_hash: 36d44a9ae1ef196bc5867a30d27828ca1ac29edcb3512623f738f658844a3d22 description: '' @@ -195112,6 +207036,7 @@ https://t.co/FhNsA9iy4Q: - docs/cicd.md - docs/developerportals.md year: N/A + addition_method: manual https://t.co/PPlhHZx5Bh: content_hash: e0d8ec33fc40a6ec9dd991551f40e241f6df5e19d8524f4e75cf5eee342b8cc6 description: '' @@ -195124,6 +207049,7 @@ https://t.co/PPlhHZx5Bh: - docs/azure.md - docs/networking.md year: N/A + addition_method: manual https://t.co/UmacHpStqI: content_hash: 8af67bee1d2fea02673b01a1b07d4d6f2dbd1bb9be7a54bb4654e5fce65b6e92 description: '' @@ -195140,6 +207066,7 @@ https://t.co/UmacHpStqI: - cicd.md - iac.md year: N/A + addition_method: manual https://t.co/cvOceuueCF: content_hash: c37a9094ac46d03b519cb1fcaac65938b0d2b9c1260c989f30ab98ed1d33ebba description: '' @@ -195158,6 +207085,7 @@ https://t.co/cvOceuueCF: - ibm_cloud.md - securityascode.md year: N/A + addition_method: manual https://t.co/hshyLt0r2x: content_hash: b49b4f8e3dfcaec10bd63d316e48b143bb25044e14bad1d2cc23f1979fb6255d description: '' @@ -195170,6 +207098,7 @@ https://t.co/hshyLt0r2x: - docs/developerportals.md - docs/javascript.md year: N/A + addition_method: manual https://t.co/mv3tyz1oRt: content_hash: e2ff8e56baac35b9d5f8f85b317694aea32a7cfd532a1fe9a1126cb2574408f9 description: '' @@ -195182,6 +207111,7 @@ https://t.co/mv3tyz1oRt: - docs/iac.md - docs/terraform.md year: N/A + addition_method: manual https://t.co/qXtIPX5eF6: content_hash: 894acf5290797079441600bd615de10ac2a8693626bd3c056c1dfbc1e4b57db2 description: '' @@ -195194,6 +207124,7 @@ https://t.co/qXtIPX5eF6: - docs/devops.md - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://t.co/y414rbxM7l: content_hash: 64578b4ec93e5effe45a0d720145b2904d499d3bdc0288806d3f3c258aedab8f description: '' @@ -195213,6 +207144,7 @@ https://t.co/y414rbxM7l: - iac.md - terraform.md year: N/A + addition_method: manual https://t.…: content_hash: N/A description: '' @@ -195228,6 +207160,7 @@ https://t.…: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://tailscale.com/docs/install/cloud/aws: content_hash: 7a599409ccd67d8cd477aabad8680d0540a9db1ec6f35961d8b0afd59cc4c015 health_score: 100.0 @@ -195240,6 +207173,7 @@ https://tailscale.com/docs/install/cloud/aws: - docs/aws-networking.md v2_locations: - aws-networking.md + addition_method: manual https://tailscale.com/kb/1021/install-aws: content_hash: 862871b10b076a38d5dc6386393bf7d6d587d61ba36e427c5a7f7db263f1fab4 description: '' @@ -195251,6 +207185,7 @@ https://tailscale.com/kb/1021/install-aws: v1_locations: - docs/aws-networking.md year: N/A + addition_method: manual https://talkpython.fm: content_hash: 9491d051d0cb0563dc88c474aaf22eb083739a6f42c5ab6cbb2a3670d3f66384 health_score: 100.0 @@ -195263,6 +207198,7 @@ https://talkpython.fm: - docs/python.md v2_locations: - python.md + addition_method: manual https://talkpython.fm/episodes/show/36/python-ides-with-the-pycharm-team: content_hash: 88684928cdce3d29dfca1d64e14c82e346e57b91bdee0adaa4b7bc6c9531b07d health_score: 100.0 @@ -195275,6 +207211,7 @@ https://talkpython.fm/episodes/show/36/python-ides-with-the-pycharm-team: - docs/python.md v2_locations: - python.md + addition_method: manual https://talkpython.fm/episodes/transcript/39/getting-your-first-dev-job-as-a-python-developer-part-1: content_hash: 2976caa52509db85f5d0cdf40ea12faafe50c3fa1309789514d8052d49efe0cb health_score: 100.0 @@ -195282,6 +207219,7 @@ https://talkpython.fm/episodes/transcript/39/getting-your-first-dev-job-as-a-pyt needs_ai_refresh: true v1_locations: - docs/python.md + addition_method: manual https://tanka.dev/tutorial/jsonnet: content_hash: 33efab6f422425865ffd4902a6289b957f01e1d82245e53acefae1a75cb77e15 description: '' @@ -195298,6 +207236,7 @@ https://tanka.dev/tutorial/jsonnet: v2_locations: - gitops.md year: N/A + addition_method: manual https://tanzu.vmware.com/content/blog/introducing-kubeacademy-pro-in-depth-kubernetes-training-totally-free: content_hash: 92298821fee6b03d23942a95d7f8a8c2b15fba2338c883f8d5ef3ecc08c191e5 description: '' @@ -195310,6 +207249,7 @@ https://tanzu.vmware.com/content/blog/introducing-kubeacademy-pro-in-depth-kuber v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://tanzu.vmware.com/content/blog/vmware-tanzu-sql-mysql-at-scale-kubernetes: ai_summary: Highlights VMware Tanzu SQL, an automated relational database engine managed natively within Kubernetes clusters. Outlines automated operations including @@ -195337,6 +207277,7 @@ https://tanzu.vmware.com/content/blog/vmware-tanzu-sql-mysql-at-scale-kubernetes v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual ? https://tanzu.vmware.com/developer/blog/log4shell-vulnerability-spotlights-the-importance-of-adopting-trusted-open-source-software-providers-for-the-enterprise : content_hash: b564fa7a7ea10e27b567cb2219f6d1429dcdb26da7298d7dee23ef01c5bd1ae0 description: '' @@ -195349,6 +207290,7 @@ https://tanzu.vmware.com/content/blog/vmware-tanzu-sql-mysql-at-scale-kubernetes v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://tanzu.vmware.com/developer/guides/kubernetes/app-enhancements-spring-k8s: content_hash: b564fa7a7ea10e27b567cb2219f6d1429dcdb26da7298d7dee23ef01c5bd1ae0 description: '' @@ -195361,6 +207303,7 @@ https://tanzu.vmware.com/developer/guides/kubernetes/app-enhancements-spring-k8s v1_locations: - docs/demos.md year: N/A + addition_method: manual https://tatiyants.com/jenkins-build-monitor: content_hash: 0dac75fd744134655e65044d4b271a984327f8d96e03a2888f5e8d231100ca3c health_score: 100.0 @@ -195368,6 +207311,7 @@ https://tatiyants.com/jenkins-build-monitor: needs_ai_refresh: true v1_locations: - docs/jenkins.md + addition_method: manual https://taubyte.com: ai_summary: A decentralized serverless platform built on WebAssembly and IPFS. Acts as an alternative to VMs and containers, focusing on edge intelligence, fast execution, @@ -195395,6 +207339,7 @@ https://taubyte.com: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://tealfeed.com/kubernetes-audit-logs-created-deleted-namespace-ho5o3: ai_summary: A targeted troubleshooting guide focused on analyzing the Kube-APIServer audit log payload. Explains how to parse JSON audit trails to track exact identity, @@ -195422,6 +207367,7 @@ https://tealfeed.com/kubernetes-audit-logs-created-deleted-namespace-ho5o3: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://team-coder.com/from-git-flow-to-trunk-based-development: ai_summary: A migration-focused technical post mapping the practical steps and culture shift required to move an engineering team from a GitFlow framework to Trunk-Based @@ -195450,6 +207396,7 @@ https://team-coder.com/from-git-flow-to-trunk-based-development: v2_locations: - git.md year: N/A + addition_method: manual https://teamhood.com/agile/scrum-cheat-sheet: content_hash: 8415f7ea84655706207a13dd7977f96b31aa958c5fea2db4adc9296c63374f73 description: '' @@ -195466,6 +207413,7 @@ https://teamhood.com/agile/scrum-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://tecadmin.net: ai_summary: An extensive IT support and sysadmin portal delivering highly-focused commands, software setup instructions, and troubleshooting guides for Ubuntu, @@ -195493,6 +207441,7 @@ https://tecadmin.net: v2_locations: - linux.md year: N/A + addition_method: manual https://tecadmin.net/how-to-enable-multiple-rdp-sessions-on-windows-server: content_hash: 01299661c270da33287b5db68655ef1f2d14ed45639245d4c25e25cfdda93ac4 description: '' @@ -195509,6 +207458,7 @@ https://tecadmin.net/how-to-enable-multiple-rdp-sessions-on-windows-server: v2_locations: - azure.md year: N/A + addition_method: manual https://tecadmin.net/read-write-csv-in-python: content_hash: N/A description: '' @@ -195523,6 +207473,7 @@ https://tecadmin.net/read-write-csv-in-python: v2_locations: - python.md year: N/A + addition_method: manual https://tech.aabouzaid.com/2020/09/3-ways-to-customize-off-the-shelf-helm-charts-with-kustomize-kubernetes.html: content_hash: eb1d2e9e939cf6fcf2cc99210c50f8b50f70186d923999907cf9f2d049a773cb description: '' @@ -195539,6 +207490,7 @@ https://tech.aabouzaid.com/2020/09/3-ways-to-customize-off-the-shelf-helm-charts v2_locations: - kustomize.md year: N/A + addition_method: manual https://tech.aabouzaid.com/2022/11/set-openapi-patch-strategy-for-kubernetes-custom-resources-kustomize.html: content_hash: 2acb9656d0bc740aba5c8644fb6e535825156eb00838b523f138a5ffcd69b3d6 description: '' @@ -195556,6 +207508,7 @@ https://tech.aabouzaid.com/2022/11/set-openapi-patch-strategy-for-kubernetes-cus v2_locations: - kustomize.md year: N/A + addition_method: manual ? https://tech.bigbasket.com/atlas-streamlining-bigbaskets-40-lines-of-testing-across-80-microservices-in-non-production-459040947519 : content_hash: N/A description: '' @@ -195571,6 +207524,7 @@ https://tech.aabouzaid.com/2022/11/set-openapi-patch-strategy-for-kubernetes-cus v2_locations: - kubernetes.md year: N/A + addition_method: manual https://tech.buzzfeed.com/continuous-deployments-at-buzzfeed-d171f76c1ac4: ai_summary: 'Curator Insight: Details BuzzFeed''s proprietary PaaS (Rig) built to coordinate thousands of deployments daily. Live Grounding: Showcases practical @@ -195600,6 +207554,7 @@ https://tech.buzzfeed.com/continuous-deployments-at-buzzfeed-d171f76c1ac4: v2_locations: - cicd.md year: N/A + addition_method: manual https://tech.deliveryhero.com/dynamically-overscaling-a-kubernetes-cluster-with-cluster-autoscaler-and-pod-priority: content_hash: N/A description: '' @@ -195615,6 +207570,7 @@ https://tech.deliveryhero.com/dynamically-overscaling-a-kubernetes-cluster-with- v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://tech.ebayinc.com/engineering/resiliency-and-disaster-recovery-with-kafka: content_hash: 75b09a92c5b1c3551f49caac6de0bdbc90cdffcaab450c821cae437d38ee3b4a description: '' @@ -195626,6 +207582,7 @@ https://tech.ebayinc.com/engineering/resiliency-and-disaster-recovery-with-kafka v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://tech.gogoair.com/jenkins-jobs-as-code-with-groovy-dsl-c8143837593a: content_hash: N/A description: '' @@ -195640,6 +207597,7 @@ https://tech.gogoair.com/jenkins-jobs-as-code-with-groovy-dsl-c8143837593a: v2_locations: - jenkins.md year: N/A + addition_method: manual https://tech.loveholidays.com/dynamic-alert-routing-with-prometheus-and-alertmanager-f6a919edb5f8: content_hash: N/A description: '' @@ -195654,6 +207612,7 @@ https://tech.loveholidays.com/dynamic-alert-routing-with-prometheus-and-alertman v2_locations: - prometheus.md year: N/A + addition_method: manual https://tech.loveholidays.com/gke-multi-cluster-services-one-bad-probe-away-from-disaster-62051fafe84e: content_hash: N/A description: '' @@ -195669,6 +207628,7 @@ https://tech.loveholidays.com/gke-multi-cluster-services-one-bad-probe-away-from v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://tech.loveholidays.com/load-testing-in-production-with-grafana-loki-kubernetes-and-golang-1699554d2aa3: content_hash: N/A description: '' @@ -195684,6 +207644,7 @@ https://tech.loveholidays.com/load-testing-in-production-with-grafana-loki-kuber v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://tech.marksblogg.com/clickhouse-prometheus-grafana.html: content_hash: 1c4d45855df4d72280698ae0d5a8d37a750eef3d432246d375cc0bbd03e258f6 description: '' @@ -195703,6 +207664,7 @@ https://tech.marksblogg.com/clickhouse-prometheus-grafana.html: - databases.md - prometheus.md year: N/A + addition_method: manual https://tech.olx.com/improving-jvm-warm-up-on-kubernetes-1b27dd8ecd58: ai_summary: Operational case study detailing OLX's strategy to remediate high CPU spikes caused by JVM JIT compiling during initial Kubernetes pod scaling actions. @@ -195728,6 +207690,7 @@ https://tech.olx.com/improving-jvm-warm-up-on-kubernetes-1b27dd8ecd58: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://tech.paulcz.net/blog/spring-into-kubernetes-part-1: content_hash: 400781f278958dd3994d1141ea9eeb656258e5cb0e9325af995bdf057d4c172d description: '' @@ -195744,6 +207707,7 @@ https://tech.paulcz.net/blog/spring-into-kubernetes-part-1: v2_locations: - demos.md year: N/A + addition_method: manual https://tech.showmax.com/2021/08/developers-101-kubernetes: content_hash: N/A description: '' @@ -195758,6 +207722,7 @@ https://tech.showmax.com/2021/08/developers-101-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://tech.trell.co/redis-cluster-creation-automation-5e71eedf0e56: content_hash: N/A description: '' @@ -195772,6 +207737,7 @@ https://tech.trell.co/redis-cluster-creation-automation-5e71eedf0e56: v2_locations: - databases.md year: N/A + addition_method: manual https://tech.twenix.com/securiza-tu-infraestructura-cloud-sin-arruinarte-d9d2e2d5302c: content_hash: N/A description: '' @@ -195786,6 +207752,7 @@ https://tech.twenix.com/securiza-tu-infraestructura-cloud-sin-arruinarte-d9d2e2d v2_locations: - aws.md year: N/A + addition_method: manual https://techbeacon.com/enterprise-it/25-kubernetes-experts-you-should-follow-twitter: content_hash: 7ba5e35289e9cf2462019d2221222a77cb68a37004ae4d99ba43f530d35571bd description: '' @@ -195801,6 +207768,7 @@ https://techbeacon.com/enterprise-it/25-kubernetes-experts-you-should-follow-twi v2_locations: - kubernetes.md year: N/A + addition_method: manual https://techbeacon.com/enterprise-it/5-best-practices-deploying-kubernetes: content_hash: 7ba5e35289e9cf2462019d2221222a77cb68a37004ae4d99ba43f530d35571bd description: '' @@ -195816,6 +207784,7 @@ https://techbeacon.com/enterprise-it/5-best-practices-deploying-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://techbeacon.com/enterprise-it/7-arguments-against-noops: content_hash: 7ba5e35289e9cf2462019d2221222a77cb68a37004ae4d99ba43f530d35571bd description: '' @@ -195831,6 +207800,7 @@ https://techbeacon.com/enterprise-it/7-arguments-against-noops: v2_locations: - noops.md year: N/A + addition_method: manual https://techbeacon.com/enterprise-it/essential-guide-2019-serverless-ecosystem: content_hash: 7ba5e35289e9cf2462019d2221222a77cb68a37004ae4d99ba43f530d35571bd description: '' @@ -195846,6 +207816,7 @@ https://techbeacon.com/enterprise-it/essential-guide-2019-serverless-ecosystem: v2_locations: - serverless.md year: N/A + addition_method: manual https://techbeacon.com/enterprise-it/why-teams-fail-kubernetes-what-do-about-it: content_hash: 7ba5e35289e9cf2462019d2221222a77cb68a37004ae4d99ba43f530d35571bd description: '' @@ -195861,6 +207832,7 @@ https://techbeacon.com/enterprise-it/why-teams-fail-kubernetes-what-do-about-it: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://techbeacon.com/security/17-open-source-container-security-tools: ai_summary: A curated directory cataloging seventeen critical open-source security technologies. Details structural features and comparison parameters across image @@ -195887,6 +207859,7 @@ https://techbeacon.com/security/17-open-source-container-security-tools: v2_locations: - devsecops.md year: N/A + addition_method: manual https://techbeatly.com/ansible-for-infrastructure-provisioning-in-aws-ansible-real-life-series: content_hash: dce689561368e71b05a45bdf4b01ce270d3bdf93bb7b2b5659b2c407e750be8c health_score: 100.0 @@ -195899,6 +207872,7 @@ https://techbeatly.com/ansible-for-infrastructure-provisioning-in-aws-ansible-re - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://techbeatly.com/how-to-create-increase-or-decrease-project-quota-in-openshift: health_score: 100.0 last_checked: 1779130494.934323 @@ -195909,6 +207883,7 @@ https://techbeatly.com/how-to-create-increase-or-decrease-project-quota-in-opens - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://techbeatly.com/terraform-cheat-sheet: content_hash: 4ba333a18cf6fe6f7ea4d50964169f402a726fd54edd85069446385524bd8a2f health_score: 100.0 @@ -195921,6 +207896,7 @@ https://techbeatly.com/terraform-cheat-sheet: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://techbeatly.com/terraform-free-courses: content_hash: a700b981d73dadd69f859fbc79b33e465d2fb0e09fa7b2c6dc45b0c3f9e6438b health_score: 100.0 @@ -195933,6 +207909,7 @@ https://techbeatly.com/terraform-free-courses: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://techcommunity.microsoft.com: content_hash: cb03eeccf93ca724931dd01723882a4eb09f6f4a2ec90f5b09f06a868dac91c6 description: '' @@ -195949,6 +207926,7 @@ https://techcommunity.microsoft.com: v2_locations: - azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/?product=All: last_checked: 1779388604.675905 status: online @@ -195956,6 +207934,7 @@ https://techcommunity.microsoft.com/?product=All: - '[COMMUNITY-TOOL]' v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/AzureDevCommunityBlog/enhancing-infrastructure-as-code-generation-with-github-copilot-for-azure/4388514 : ai_summary: 'Curator Insight: Analyzes the application of LLM co-pilots in rapidly writing secure ARM and Bicep configurations. Live Grounding: Demonstrates how @@ -195988,6 +207967,7 @@ https://techcommunity.microsoft.com/?product=All: - iac.md - azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/AzureInfrastructureBlog/azure-expressroute-resiliency-best-practices-for-production-critical-workloads/4394842 : content_hash: 781d03a242b5345917afafb34438f53fc7cfcba811e529d9f53958f0ee5dbf61 health_score: 100.0 @@ -196004,6 +207984,7 @@ https://techcommunity.microsoft.com/?product=All: - aws-networking.md - azure.md - networking.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/AzureInfrastructureBlog/building-a-finops-ready-azure-landing-zone-infrastructure-foundations-for-cost-o/4411706 : content_hash: 4e2857a825bba67cd0138b640ced91e510ed947027de6d51fbb7a91e2461a7be description: '' @@ -196025,6 +208006,7 @@ https://techcommunity.microsoft.com/?product=All: - azure.md - iac.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/blog/AzureNetworkingBlog/a-guide-to-azure-data-transfer-pricing/4374538: content_hash: 7220f0f216b6bd0b21c7328b5430e76d06137b9e7bd85e622a8a337e97c75f45 description: '' @@ -196045,6 +208027,7 @@ https://techcommunity.microsoft.com/blog/AzureNetworkingBlog/a-guide-to-azure-da - azure.md - networking.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/AzureToolsBlog/announcing-public-preview-of-terraform-export-from-the-azure-portal/4409889 : content_hash: 97fb81aa084606986722c0602c1293167e7cbf08ca74f8bc7843442d5576c605 health_score: 100.0 @@ -196061,6 +208044,7 @@ https://techcommunity.microsoft.com/blog/AzureNetworkingBlog/a-guide-to-azure-da - azure.md - iac.md - terraform.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/appsonazureblog/azure-app-service-auto-heal-capturing-relevant-data-during-performance-issues/4390351 : content_hash: 9de754904f2eebc29681fcf32923af5503d9fe5f2ce916892a36db6f41470f63 description: '' @@ -196082,6 +208066,7 @@ https://techcommunity.microsoft.com/blog/AzureNetworkingBlog/a-guide-to-azure-da - azure.md - devops.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-service-free-tier-and-standard-tier/3731432: ai_summary: This architectural breakdown contrasts Azure Kubernetes Service (AKS) Free and Standard tiers. While curator notes highlight cost-efficiency, live grounding @@ -196105,6 +208090,7 @@ https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-servic v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-service-microsoft-ignite-announcements/3650443: ai_summary: Roadmap summary of AKS features announced at Microsoft Ignite 2022. Covers the launch of Fleet Manager, automated node lifecycle tools, and native @@ -196126,6 +208112,7 @@ https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-servic v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual ? https://techcommunity.microsoft.com/blog/appsonazureblog/building-a-path-to-success-for-microservices-and-net-core---project-tye--github-/1502270 : content_hash: 5f48c0449fe72ef8d1f9808983e22b400251d56c1478dd064431329f54ac5a61 health_score: 100.0 @@ -196138,6 +208125,7 @@ https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-servic - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/appsonazureblog/full-stack-net-6-apps-with-blazor-webassembly-and-azure-static-web-apps/2933428 : content_hash: 33d46526ef40726f489d42027eec70760804ca32824c42bdf4eb26266fba8631 health_score: 100.0 @@ -196150,6 +208138,7 @@ https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-servic - docs/dotnet.md v2_locations: - dotnet.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/appsonazureblog/introducing-azure-container-apps-a-serverless-container-service-for-running-mode/2867265 : content_hash: 2e0bb16efbeeabd6e9345f347cdb29c8d07d4c5e09bbe3b97221d3b9cf2bea02 health_score: 100.0 @@ -196162,6 +208151,7 @@ https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-servic - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/appsonazureblog/simplifying-azure-kubernetes-service-authentication-part-2/4055332 : ai_summary: Focuses on modern passwordless authentication setups within AKS. Covers Entra ID identity integrations, RBAC mapping, and the elimination of credential-rotation @@ -196185,6 +208175,7 @@ https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-servic v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual ? https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/the-ai-study-guide-azure%E2%80%99s-top-free-resources-for-learning-generative-ai-in-2024/4036890 : content_hash: c5dc32842b841f10dd21519d4353403511b3e3ca186e937e754d34d71cf0189f health_score: 100.0 @@ -196197,6 +208188,7 @@ https://techcommunity.microsoft.com/blog/appsonazureblog/azure-kubernetes-servic - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/azurearcblog/announcing-private-preview-argocd-through-microsoft-gitops/4399747: content_hash: 8c9a7cff5fa11234bfd2ff18d50ff1c2e28a11fb46f30a2c613e7aed595f3116 description: '' @@ -196217,6 +208209,7 @@ https://techcommunity.microsoft.com/blog/azurearcblog/announcing-private-preview - azure.md - kubernetes.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/azurearcblog/in-preview-azure-key-vault-secrets-provider-extension-for-arc-enabled-kubernetes/3002160 : ai_summary: Details the expansion of Azure Key Vault capabilities to edge and multi-cloud nodes using Azure Arc-enabled Kubernetes clusters. Offers uniform cloud security @@ -196239,6 +208232,7 @@ https://techcommunity.microsoft.com/blog/azurearcblog/announcing-private-preview v2_locations: - devsecops.md year: '2021' + addition_method: manual https://techcommunity.microsoft.com/blog/azurearchitectureblog/azure-course-blueprints/4338972: content_hash: 408863f1a96411e8aee73f6258f500f9c170fcab549a29aed6833f8dd91c25f1 health_score: 100.0 @@ -196251,6 +208245,7 @@ https://techcommunity.microsoft.com/blog/azurearchitectureblog/azure-course-blue - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/azurearchitectureblog/azure-openai-landing-zone-reference-architecture/3882102: content_hash: f8cb6dbd1ee7ad7e2f430bb5f8d1d816ed25c2868ac760a6de68721912a0d15f health_score: 100.0 @@ -196263,6 +208258,7 @@ https://techcommunity.microsoft.com/blog/azurearchitectureblog/azure-openai-land - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azurearchitectureblog/new-feature-easily-assign-regulatory-compliance-policies-to-your-azure-landing-z/4074957 : content_hash: fa280836277830cdf017611ebdb3d90b44b01a0529e9b4506a71b15203565f11 health_score: 100.0 @@ -196275,6 +208271,7 @@ https://techcommunity.microsoft.com/blog/azurearchitectureblog/azure-openai-land - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuredevcommunityblog/azure-data-factory-how-to-split-a-file-into-multiple-output-files-with-bicep/4039825 : content_hash: 74820eaab129fc5edf50dc3b2c4d2a5d357636a45bf7e36e33673b93a2afcc7c health_score: 100.0 @@ -196287,6 +208284,7 @@ https://techcommunity.microsoft.com/blog/azurearchitectureblog/azure-openai-land - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuredevcommunityblog/draw-io-azure-infrastructure-diagrams-through-code-like-an-artist/4071316 : content_hash: f36e94a58b1ca83499aa93fdfe0b4dbc448cc9a7224f3a0523014f07f8a0172f health_score: 100.0 @@ -196294,6 +208292,7 @@ https://techcommunity.microsoft.com/blog/azurearchitectureblog/azure-openai-land needs_ai_refresh: true v1_locations: - docs/cloud-arch-diagrams.md + addition_method: manual https://techcommunity.microsoft.com/blog/azuredevcommunityblog/infra-in-azure-for-developers---the-how-part-2/4046385: content_hash: e1e7949486f73ec7336d9dfb9887f3a61153c77ca1a9b9cd92624551d377e9da health_score: 100.0 @@ -196306,6 +208305,7 @@ https://techcommunity.microsoft.com/blog/azuredevcommunityblog/infra-in-azure-fo - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/azuredevcommunityblog/infra-in-azure-for-developers---the-what/4026102: content_hash: 97af38a3547ad0b20daaf499001a388463286ba074be4fa77fb19f4f3c0ba80e health_score: 100.0 @@ -196318,6 +208318,7 @@ https://techcommunity.microsoft.com/blog/azuredevcommunityblog/infra-in-azure-fo - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/azuredevcommunityblog/programming-with-github-copilot-agent-mode/4400630: ai_summary: A technical deep-dive into utilizing GitHub Copilot's 'Agent Mode' (Copilot Workspace) directly from the IDE. Explains how the tool acts as an autonomous @@ -196342,6 +208343,7 @@ https://techcommunity.microsoft.com/blog/azuredevcommunityblog/programming-with- - cicd.md - ai.md year: '2025' + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureforisvandstartupstechnicalblog/four-methods-to-access-azure-key-vault-from-azure-kubernetes-service-aks/4376662 : content_hash: 578bccbae559c274604eeaa5278c5ababa737ddff4e6d8b347378044c2d4ac88 description: '' @@ -196355,6 +208357,7 @@ https://techcommunity.microsoft.com/blog/azuredevcommunityblog/programming-with- - docs/kubernetes-operators-controllers.md - docs/kubernetes-security.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/announcing-public-preview-of-bicep-templates-support-for-microsoft-graph/4141772 : content_hash: b0c5aa4d97e9ac6fbf8810863ab47ca253684dc518b45409f820298c4a28b752 health_score: 100.0 @@ -196367,6 +208370,7 @@ https://techcommunity.microsoft.com/blog/azuredevcommunityblog/programming-with- - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/announcing-the-public-preview-of-azure-chaos-studio/2893050 : content_hash: affbdabe9c9d7de602060054a55335ff3477703555ddba4e248707ee3be70411 health_score: 100.0 @@ -196374,6 +208378,7 @@ https://techcommunity.microsoft.com/blog/azuredevcommunityblog/programming-with- needs_ai_refresh: true v1_locations: - docs/chaos-engineering.md + addition_method: manual https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-template-specs-now-ga/2402618: content_hash: 5b21d6c2bc5664c3bb79a5a68f3f1a20f80f37daea31f200d3f4555be8ca0b67 health_score: 100.0 @@ -196386,6 +208391,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/azure-policy-for-kubernetes-releases-support-for-custom-policy/2699466 : content_hash: 8311acb42d475b9b869454cd9158d46d757020d3f6cd071370cd251a0fb3b8c8 health_score: 100.0 @@ -196398,6 +208404,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/azure-pricing-how-to-estimate-azure-project-costs/4166297 : content_hash: 141333d6d382d665e87f1d7e240f1610e4021e6fa650f84bd0c42a1aa15d1762 health_score: 100.0 @@ -196410,6 +208417,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/finops.md v2_locations: - finops.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/azure-pricing-how-to-navigate-azure-pricing-options-and-resources/4166276 : content_hash: 019a9abdadb3edf83608f11f24202cb5d7ef2fdfa81c8d72bbc55a38433b3e3c health_score: 100.0 @@ -196422,6 +208430,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/finops.md v2_locations: - finops.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azurehighperformancecomputingblog/running-gpu-accelerated-workloads-with-nvidia-gpu-operator-on-aks/4061318 : ai_summary: Highlights the installation and usage of the NVIDIA GPU Operator on AKS. Explains how to orchestrate high-performance computing, AI, and GPU partition @@ -196446,6 +208455,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/azure-landing-zones-custom-archetypes-using-terraform/3791172 : content_hash: 0c03a0470665da593d82716cde37b9bbd8c11eb83327ccb0295b1731e5704f26 health_score: 100.0 @@ -196458,6 +208468,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/azure-permissions-101-how-to-manage-azure-access-effectively/4067468 : content_hash: ea2cdf0b56ddf64501808811059d2ebedd446629e4640cd2d73870e347f4a6a2 health_score: 100.0 @@ -196470,6 +208481,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/centralized-private-resolver-architecture-implementation-using-azure-private-dns/4132622 : content_hash: eadf051247bd2e7db4804f8d3548b2f981d1227e1625aee79e5fea93f07de76d health_score: 100.0 @@ -196482,6 +208494,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/enterprise%e2%80%91scale-azure-subscription-vending-using-azure-verified-modules-avm/4507751 : content_hash: 2ee59e905578a80c94c638e0e0f625e4f6f3ed5d2bb56cbcb37e1aa1fcf3068b description: '' @@ -196503,6 +208516,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - iac.md - terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/leveraging-azure-copilot-for-azure-kubernetes-services-aks/4212457 : ai_summary: Analyzes capabilities of Azure Copilot in assisting operations teams within AKS. Investigates how LLM-guided prompts can help discover, review, and @@ -196525,6 +208539,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/part-1-leverage-bicep-standard-model-to-automate-azure-iaas-deployment/3804348 : content_hash: ea5cad3acd4803208a58564d638f22b2f89a21756235d5b0fdd4c64e23a73189 health_score: 100.0 @@ -196537,6 +208552,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/unleashing-github-copilot-for-infrastructure-as-code/4124031 : content_hash: 7c0382d80273703be83a753dbe720ee8fff3b7aaf8337a1bd2ed8c6d74262661 health_score: 100.0 @@ -196549,6 +208565,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuremigrationblog/containerize-and-migrate-applications-to-aks-with-the-azure-migrate%e2%80%99s-new-app-co/2178551 : ai_summary: Guide highlighting the application containerization utility within Azure Migrate for porting legacy ASP.NET or Java apps to AKS. Details packaging automation, @@ -196572,6 +208589,7 @@ https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-te v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://techcommunity.microsoft.com/blog/azuremigrationblog/implement-azure-landing-zones-with-hashicorp-terraform/3241071: content_hash: f83fc1336e9dd46627fd40d93128f1494076bf65dafb8e3650dd88fdecf38959 health_score: 100.0 @@ -196584,6 +208602,7 @@ https://techcommunity.microsoft.com/blog/azuremigrationblog/implement-azure-land - docs/terraform.md v2_locations: - terraform.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azurenetworkingblog/deploying-virtual-networks-across-tenants-using-azure-virtual-network-manager-ip/4410161 : content_hash: af52b3274b118889de27f26f62ecb8e8cb175125eaa9443e5fd6c1310f1ce411 health_score: 100.0 @@ -196600,6 +208619,7 @@ https://techcommunity.microsoft.com/blog/azuremigrationblog/implement-azure-land - azure.md - iac.md - networking.md + addition_method: manual https://techcommunity.microsoft.com/blog/azurenetworkingblog/introducing-subnet-peering-in-azure/4383841: content_hash: e414d590671c1e74a49b3f191887c45b1f58b2240a7c53878e129088d62151c8 description: '' @@ -196620,6 +208640,7 @@ https://techcommunity.microsoft.com/blog/azurenetworkingblog/introducing-subnet- - kubernetes-networking.md - networking.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/building-a-ddos-response-plan/4372256: ai_summary: 'Curator Insight: Architecture plan to withstand high-volume distributed denial-of-service attempts. Live Grounding: Focuses heavily on cloud-native patterns @@ -196651,6 +208672,7 @@ https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/building-a-ddo - networking.md - azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureobservabilityblog/advanced-network-observability-for-your-azure-kubernetes-service-clusters-throug/4176736 : ai_summary: Focuses on utilizing the Advanced Network Observability tool inside AKS. By using modern eBPF technology, it provides insights into packet loss, path @@ -196675,6 +208697,7 @@ https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/building-a-ddo - azure.md - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureobservabilityblog/azure-monitor-logs-next-evolution-multi-tier-logging/4200871 : content_hash: f4341ebc6b2bb9a62b553ed4454d1f5ff9a0a030ca11c409c52ad9b39b823a76 health_score: 100.0 @@ -196687,6 +208710,7 @@ https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/building-a-ddo - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureobservabilityblog/how-to-monitor-your-multi-tenant-solution-on-azure-with-azure-monitor/4042140 : content_hash: 189fe53997b5f4ca66d2a2b8a6d57ab58a6cf5d8a9e46e8ca6f4c1a4c435aa0b health_score: 100.0 @@ -196699,6 +208723,7 @@ https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/building-a-ddo - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azureobservabilityblog/introducing-azure-monitor-managed-service-for-prometheus/3600185 : content_hash: 91b18d3265fa75bc01668820cfc596c846a7c60f5184b689ecc4dc8f22bafb05 health_score: 100.0 @@ -196711,6 +208736,7 @@ https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/building-a-ddo - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/azurepaasblog/azure-storage-blob-count--capacity-usage-calculator/3516855: content_hash: 8e0b0fba91529c22ceb4619ed964f52f2ac2b16cd6d369b1cffc6090b9a7f585 health_score: 100.0 @@ -196723,6 +208749,7 @@ https://techcommunity.microsoft.com/blog/azurepaasblog/azure-storage-blob-count- - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/azuresqlblog/azure-sql-managed-instance-pools-new-features/4044688: content_hash: 23848ca20f3ebdd84d3fc690832b726083ed3c42c5406b98feec56e37512d221 health_score: 100.0 @@ -196735,6 +208762,7 @@ https://techcommunity.microsoft.com/blog/azuresqlblog/azure-sql-managed-instance - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azurestackblog/azure-kubernetes-service-and-azure-container-registry-service-on-azure-stack-hub/3075932 : ai_summary: Reference detailing how to run AKS and ACR on-premises using Azure Stack Hub environments. Outlines patterns for entirely disconnected or strictly regulated @@ -196757,6 +208785,7 @@ https://techcommunity.microsoft.com/blog/azuresqlblog/azure-sql-managed-instance v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://techcommunity.microsoft.com/blog/azurestorageblog/azure-container-storage-in-public-preview/3819246: content_hash: ea96d880faa98862dfa421fa1d2e5baf0cb5c0c83ae399965ad33af2369b3f35 health_score: 100.0 @@ -196769,6 +208798,7 @@ https://techcommunity.microsoft.com/blog/azurestorageblog/azure-container-storag - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuresynapseanalyticsblog/cicd-in-synapse-sql-how-to-deliver-your-database-objects-across-multiple-environ/3267507 : content_hash: 36b06cf732d5ae91191452a17f9b581163008edfc6611b395667387404e2f1d6 health_score: 100.0 @@ -196781,6 +208811,7 @@ https://techcommunity.microsoft.com/blog/azurestorageblog/azure-container-storag - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-a-new-login-experience-with-azure-powershell-and-azure-cli/4109357 : content_hash: dca9b8116d2aaea5b3f51100273f70fab6e4cafd7658052db7d4d3d9fb08c2a1 health_score: 100.0 @@ -196793,6 +208824,7 @@ https://techcommunity.microsoft.com/blog/azurestorageblog/azure-container-storag - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-azapi-dynamic-properties/4121855: content_hash: c2dd5777126cb37218e54625a84dbea166d92e48e44d821227c0fc06c05d8867 health_score: 100.0 @@ -196805,6 +208837,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-azapi-dynamic - docs/terraform.md v2_locations: - terraform.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-azure-terrafy-and-azapi-terraform-provider-previews/3270937 : content_hash: ce44f6246bee97580306d4f38befc9bfb0061bff84e2ad981754d383ef81e8e4 health_score: 100.0 @@ -196817,6 +208850,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-azapi-dynamic - docs/terraform.md v2_locations: - terraform.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-general-availability-of-terraform-azure-verified-modules-for-platform/4366027 : content_hash: 2729bf24ce95d0904cbe348c5078a2bf751ee1cf2391d5a5dec370559ae942f2 description: '' @@ -196838,6 +208872,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-azapi-dynamic - iac.md - terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-public-preview-of-terraform-export-from-the-azure-portal/4409889 : content_hash: c85cbe460f109d1d3429fca85d66376eda630114d2d1796866a0fe4a3268a2fd description: '' @@ -196858,6 +208893,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-azapi-dynamic - iac.md - terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-template-based-previews-of-azure-cli-and-azure-powershell-for-key-vau/3933802 : content_hash: deddc6f520b2b558857cc7d181c092288c31ca9e5ff48d93f108f06d789f3fb0 health_score: 100.0 @@ -196870,6 +208906,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-azapi-dynamic - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/azuretoolsblog/azure-landing-zones-accelerators-for-bicep-and-terraform-announcing-general-avai/4029866 : content_hash: 4df7d256267a2b56d41ea3bedb8ab9335fb2b9e08eb3ae3ddfaaa3a063b565df health_score: 100.0 @@ -196884,6 +208921,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-azapi-dynamic v2_locations: - azure.md - terraform.md + addition_method: manual https://techcommunity.microsoft.com/blog/azuretoolsblog/introducing-azure-verified-modules/4045946: content_hash: cd9125aee7e9ccf44b676d090d2348cf79eac8c24046c73dd8ecd80f0a5bf373 health_score: 100.0 @@ -196896,6 +208934,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/introducing-azure-verifi - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://techcommunity.microsoft.com/blog/azuretoolsblog/terraform-on-azure-february-2024-update/4070567: content_hash: 2b7c7f2c4f955af2795dc3e556432b198dcc76c17eec76624494ebabcf0f1312 health_score: 100.0 @@ -196908,6 +208947,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/terraform-on-azure-febru - docs/terraform.md v2_locations: - terraform.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/containers/securing-windows-workloads-on-azure-kubernetes-service-with-calico/3815429 : ai_summary: Demonstrates the implementation of Calico Network Policies for multi-platform AKS clusters featuring both Windows and Linux nodes. Highlights container-to-container @@ -196932,6 +208972,7 @@ https://techcommunity.microsoft.com/blog/azuretoolsblog/terraform-on-azure-febru v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure-policy-recommended-practices/3798024: content_hash: 50ca3775e19f2213216cf557f5edbd431ec6f2a8c0f7d8ea5a57b7cee296f355 health_score: 100.0 @@ -196944,6 +208985,7 @@ https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure-powershell-tips-and-tricks/4066848: content_hash: 90f64e37a1fb6ca27ea5809550215452883f31a020e6d4d2018d83c4e7618356 health_score: 100.0 @@ -196956,6 +208998,7 @@ https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure-savings-dashboard/3816131: content_hash: 1e95bcf45b93c89e9dbf21b14609bfca7ab53b8e60484fe420fe3c29fb932db6 health_score: 100.0 @@ -196968,6 +209011,7 @@ https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure - docs/finops.md v2_locations: - finops.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/kubernetes-external-dns-for-azure-dns--aks/3809393 : ai_summary: Covers the dynamic configuration of ExternalDNS inside AKS linked to Azure DNS zones. Demonstrates how to automate external DNS record registration @@ -196991,6 +209035,7 @@ https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual ? https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/monitoring-microsoft-sentinel-reports-with-dashboard-hub--power-bi/4203870 : content_hash: b4ee451bc11261d51be4b654790dff599842e0f911414206bfbc753611ba11a6 health_score: 100.0 @@ -197003,6 +209048,7 @@ https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/educatordeveloperblog/coding-frameworks-and-languages-are-no-longer-the-point-prompting-is/3820265 : content_hash: bba8e5642bc9c227daa7638484338899bd07417d56b3e916cb00c29e0caf0c93 health_score: 100.0 @@ -197015,6 +209061,7 @@ https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure - docs/git.md v2_locations: - git.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/educatordeveloperblog/leveraging-azure-event-hub-microsoft-fabric-and-power-bi-for-real-time-data-anal/4028701 : content_hash: ddb785f5fb19bf9dc8e221e6eae5915a65b1dafc39027e99194d919be6ec11af health_score: 100.0 @@ -197027,6 +209074,7 @@ https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/fasttrackforazureblog/a-practical-guide-to-zone-redundant-aks-clusters-and-storage/4036254 : ai_summary: An enterprise blueprint addressing multi-zone AKS design and zone-redundant storage volumes. Investigates availability zone constraints, node-affinity impacts, @@ -197050,6 +209098,7 @@ https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/azure v2_locations: - managed-kubernetes-in-public-cloud.md year: '2024' + addition_method: manual https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-orphan-resources/3492198: content_hash: a0a94852cac2c0be180f2222c18e6977d098eeef0c9e3dff97dc1072a72a7ce4 health_score: 100.0 @@ -197062,6 +209111,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-orphan-reso - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-policy-for-azure-container-apps-yes-please/3775200: content_hash: 12bc79837c56cdf157a3f209ecc429966d862cd7dcb18783b1df9e9e512673a4 health_score: 100.0 @@ -197074,6 +209124,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-policy-for- - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/fasttrackforazureblog/can-i-create-an-azure-red-hat-openshift-cluster-in-terraform-yes-you-can/3670889 : content_hash: 71a823fd07a7b8175cb3dcd839f7a1bae1e8bd921fd6190ff1a13d5c59842880 health_score: 100.0 @@ -197086,6 +209137,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-policy-for- - docs/terraform.md v2_locations: - terraform.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/fasttrackforazureblog/create-an-azure-openai-langchain-chromadb-and-chainlit-chat-app-in-aks-using-ter/4024070 : content_hash: 15b8ba1f117d4b66b91f9b39c6fb0a1eeaeaaa56afc1f3ccdd57f8b45fa8e8e1 health_score: 100.0 @@ -197098,6 +209150,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-policy-for- - docs/terraform.md v2_locations: - terraform.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/fasttrackforazureblog/create-an-azure-openai-langchain-chromadb-and-chainlit-chat-app-in-container-app/3885602 : content_hash: 688b1f4efde4e73397bee9b36dced5c44fcdd93e98c9507b7b90050b2d633ae5 health_score: 100.0 @@ -197110,6 +209163,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-policy-for- - docs/demos.md v2_locations: - demos.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/fasttrackforazureblog/how-to-create-a-vpn-between-azure-and-aws-using-only-managed-solutions/2281900 : content_hash: cfcee78940f803f08bbdcc7abb640870b13fa52444bbd67c84f86adc3dcbfeee health_score: 100.0 @@ -197122,6 +209176,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-policy-for- - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/fasttrackforazureblog/how-to-install-an-aks-cluster-with-the-istio-service-mesh-add-on-via-bicep/3802069 : ai_summary: A declarative infrastructure blueprint outlining how to install and manage the native Istio Service Mesh add-on on AKS using Bicep. Highlights lifecycle @@ -197147,6 +209202,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/azure-policy-for- - azure.md - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://techcommunity.microsoft.com/blog/fasttrackforazureblog/microsoft-fabric---multi-tenant-architecture/4119429: content_hash: 6fabe3274c3214552972e72ba81e33c429fa2c616abaeb5ddede09889e0807bd health_score: 100.0 @@ -197159,6 +209215,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/microsoft-fabric- - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/finopsblog/get-tailored-insights-with-our-advisor-well-architected-assessments/4218239 : content_hash: 0ed8d030c398034855a11e56e0e2bc8d459a6fa8fcdddd6b6f2ba0bec0da2e99 health_score: 100.0 @@ -197171,6 +209228,7 @@ https://techcommunity.microsoft.com/blog/fasttrackforazureblog/microsoft-fabric- - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/finopsblog/identify-your-savings-potential-in-azure/4131194: content_hash: e93580581bac29f1896597a917d4f0b5df316ef3cfac6093b180596208d9a016 health_score: 100.0 @@ -197183,6 +209241,7 @@ https://techcommunity.microsoft.com/blog/finopsblog/identify-your-savings-potent - docs/finops.md v2_locations: - finops.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/finopsblog/learn-to-manage-investments-and-cost-efficiency-of-azure-and-ai-workloads/4396862 : ai_summary: Comprehensive guide for managing cloud-spend on Azure AI infrastructure. Covers architectural frameworks for optimizing large GPU node pools, tracking @@ -197215,6 +209274,7 @@ https://techcommunity.microsoft.com/blog/finopsblog/identify-your-savings-potent - azure.md - finops.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/blog/healthcareandlifesciencesblog/azure-devops-pipelines-if-expressions-and-conditions/3737159 : content_hash: b7a698ac9b1692d00d2b039db5e17b2cacb5ee78ca7b3ba7522cdb07d626f1c0 health_score: 100.0 @@ -197227,6 +209287,7 @@ https://techcommunity.microsoft.com/blog/finopsblog/identify-your-savings-potent - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/itopstalkblog/azure-terrafy-%e2%80%93-import-your-existing-azure-infrastructure-into-terraform-hcl/3357653 : content_hash: 530699a5befe509ba1a5b255150e2effaef7460fe42aaec37c4eb71f1dc0aded health_score: 100.0 @@ -197239,6 +209300,7 @@ https://techcommunity.microsoft.com/blog/finopsblog/identify-your-savings-potent - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://techcommunity.microsoft.com/blog/itopstalkblog/iis-central-certificate-store-and-windows-containers/4181509: content_hash: fce2c4fa11d0b0509a102728a38a014e5fd035ff63e889e24478e54774b7d20e health_score: 100.0 @@ -197251,6 +209313,7 @@ https://techcommunity.microsoft.com/blog/itopstalkblog/iis-central-certificate-s - docs/docker.md v2_locations: - docker.md + addition_method: manual https://techcommunity.microsoft.com/blog/itopstalkblog/infrastructure-as-code-iac-comparing-the-tools/3205045: content_hash: b9e3f71904ae2334c955d76acb6c91c99cdbf42f484592beccbdcca29256e7df health_score: 100.0 @@ -197263,6 +209326,7 @@ https://techcommunity.microsoft.com/blog/itopstalkblog/infrastructure-as-code-ia - docs/iac.md v2_locations: - iac.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/itopstalkblog/standardize-devops-practices-across-hybrid-and-multicloud-environments/2795010 : content_hash: 889bd19f8832fd4feada70d4425dc2c42ee20651e88799107b1ae999d4b0b1af health_score: 100.0 @@ -197275,6 +209339,7 @@ https://techcommunity.microsoft.com/blog/itopstalkblog/infrastructure-as-code-ia - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/microsoft-entra-blog/important-azure-ad-graph-retirement-and-powershell-module-deprecation/3848270 : content_hash: 6a68518ddfd022519c6539789fa007df2d9e21511bf454d4bc10d6ed8d296cd8 health_score: 100.0 @@ -197287,6 +209352,7 @@ https://techcommunity.microsoft.com/blog/itopstalkblog/infrastructure-as-code-ia - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/microsoftdefendercloudblog/microsoft-announces-general-availability-of-defender-for-apis/3981488 : content_hash: 85f99c4bc37e89af4e09f383709bd7cf470889bd57648b938bfdf1e32b253832 health_score: 100.0 @@ -197299,6 +209365,7 @@ https://techcommunity.microsoft.com/blog/itopstalkblog/infrastructure-as-code-ia - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/microsoftdefendercloudblog/security-control-implement-security-best-practices/2269914 : content_hash: d27b29a1baa2d95c8bee1669715738994e25287a13e6be898dc867977447d6c1 health_score: 100.0 @@ -197311,6 +209378,7 @@ https://techcommunity.microsoft.com/blog/itopstalkblog/infrastructure-as-code-ia - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/microsoftdefendercloudblog/simplifying-onboarding-to-microsoft-defender-for-cloud-with-terraform/3974789 : content_hash: 7120bd82b4e9b6bf166881f2ce5843c972e3c2649aeca6ce3470c581a11bdf5b health_score: 100.0 @@ -197323,6 +209391,7 @@ https://techcommunity.microsoft.com/blog/itopstalkblog/infrastructure-as-code-ia - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://techcommunity.microsoft.com/blog/microsoftsentinelblog/non-interactive-logins-minimizing-the-blind-spot/2287932: content_hash: bd24ed562e70775c32f06b10b1d94cf3324561b6e0f298c68d73581f4c3dea7d health_score: 100.0 @@ -197335,6 +209404,7 @@ https://techcommunity.microsoft.com/blog/microsoftsentinelblog/non-interactive-l - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/blog/microsoftteamsblog/new-bitbucket-bot-for-microsoft-teams/218212: content_hash: de7e30997886ac2ae3809ba9df9e08ef6e30b8a50417cc4918849f129b078b32 health_score: 100.0 @@ -197347,6 +209417,7 @@ https://techcommunity.microsoft.com/blog/microsoftteamsblog/new-bitbucket-bot-fo - docs/git.md v2_locations: - git.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/microsoftthreatprotectionblog/what%e2%80%99s-new-in-defender-how-copilot-for-security-can-transform-your-soc/4084222 : content_hash: af3b0b1e556a8c180d44482abce5ccf4e7a34ca675fc5ebc2789862de84cc242 health_score: 100.0 @@ -197359,6 +209430,7 @@ https://techcommunity.microsoft.com/blog/microsoftteamsblog/new-bitbucket-bot-fo - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/sqlserver/sql-server-containers-on-kubernetes-with-s3-compatible-object-storage---getting-/3717003 : ai_summary: Guide exploring SQL Server container setups on Kubernetes using S3-compatible object storage backends for backup and recovery patterns. Discusses storage performance @@ -197381,6 +209453,7 @@ https://techcommunity.microsoft.com/blog/microsoftteamsblog/new-bitbucket-bot-fo v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/from-zero-to-hero-with-azure-landing-zones/4229195: content_hash: 97348828e56a2605d3c778cd0c9323d5acedfdba22080ffea0093d0e69186650 health_score: 100.0 @@ -197393,6 +209466,7 @@ https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/from-zero-to-he - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/from-zero-to-hero-with-identity-and-access-control-in-azure-kubernetes-service/4386350 : ai_summary: 'Curator Insight: Architect blueprint for managing Microsoft Entra ID integration in Azure Kubernetes Service. Live Grounding: Walks through configuring @@ -197426,6 +209500,7 @@ https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/from-zero-to-he - kubernetes.md - azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/discussions/azure/dynamic-user-membership-rules-azure-active-directory-administrative-units-and-pa/3281164 : content_hash: 2c05f79e427135121f4dd60b1f48be6aae1ea21278036c2519de2430cc8f9371 health_score: 100.0 @@ -197438,6 +209513,7 @@ https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/from-zero-to-he - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/discussions/azurepartners/azure-orphan-resources-grafana-dashboard/4120303: content_hash: d1607c028caa83e24359e01c0fccdf68d0dbbcfa23b99191ebde4b595c9db936 health_score: 100.0 @@ -197450,6 +209526,7 @@ https://techcommunity.microsoft.com/discussions/azurepartners/azure-orphan-resou - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/discussions/azurepartners/four-methods-to-access-azure-key-vault-from-azure-kubernetes-service-aks/4376662 : ai_summary: Evaluates four approaches to integrate Azure Key Vault secrets within AKS environments. Weighs security architectures including Azure Workload Identity @@ -197473,6 +209550,7 @@ https://techcommunity.microsoft.com/discussions/azurepartners/azure-orphan-resou - kubernetes-security.md - azure.md year: '2025' + addition_method: manual ? https://techcommunity.microsoft.com/discussions/azurepartners/how-to-deploy-a-production-ready-aks-cluster-with-terraform-verified-module/4122013 : content_hash: f3cab92cd5a6d17620c5d4399b4f8f42086443f8f28005e8e2799d407d584dd0 health_score: 100.0 @@ -197485,6 +209563,7 @@ https://techcommunity.microsoft.com/discussions/azurepartners/azure-orphan-resou - docs/terraform.md v2_locations: - terraform.md + addition_method: manual ? https://techcommunity.microsoft.com/discussions/microsoft-intune/use-powershell-to-retrieve-all-assigned-intune-policies-and-applications-per-azu/3217498 : content_hash: c6fe1ccd78d1152624a01ee9210e99dbe1487b0b9989c63194f903d2e4031b02 health_score: 100.0 @@ -197497,6 +209576,7 @@ https://techcommunity.microsoft.com/discussions/azurepartners/azure-orphan-resou - docs/azure.md v2_locations: - azure.md + addition_method: manual https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why-powershell-is-so-important/3041748: content_hash: 01a853686b0a2818e08175a8c0617863e1fc57f1dfac322f95ee22801d0d97a0 health_score: 100.0 @@ -197509,6 +209589,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/discussions/windowsserver/use-powershell-to-search-for-accounts-in-active-directory-that-have-gone-stale/3585934 : content_hash: 9223e9f8f3dac08e3b25f163aabc0b47143e851c59fa22b193a27d565c7c66dd health_score: 100.0 @@ -197521,6 +209602,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/the-ai-study-guide-azure-s-top-free-resources-for-learning/ba-p/4036890 : content_hash: 3f8eae4b4538a09597816521482138db8f22545131a8c1f5b21043242cea7ced description: '' @@ -197533,6 +209615,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-kubernetes-service-free-tier-and-standard-tier/ba-p/3731432 : content_hash: c2edafa52cbd6e3ad13b3ddee0b98ca4735bb041214e2d54be43035f428e635a description: '' @@ -197545,6 +209628,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-kubernetes-service-microsoft-ignite-announcements/ba-p/3650443 : content_hash: ccf500d2df5a4e3eb0f595d42096d5a6559be6942cf9e6787b6caeef00b5cff1 description: '' @@ -197556,6 +209640,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/simplifying-azure-kubernetes-service-authentication-part-2/ba-p/4055332 : content_hash: 454783231f51efb855bdcec6f3693660fb4e5adca57942fa7ac0582d824d8882 description: '' @@ -197568,6 +209653,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/apps-on-azure/building-a-path-to-success-for-microservices-and-net-core/ba-p/1502270 : content_hash: 3a7f175497eec5e2cebf8a6acdec13cef1476712be8fdeed56df7013e431aee6 description: '' @@ -197580,6 +209666,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/apps-on-azure/full-stack-net-6-apps-with-blazor-webassembly-and-azure-static/ba-p/2933428 : content_hash: c521cf23748a185c3f762d8866a6b5c9f3dd4f3efb1586ba57d60c8ac4e0e515 description: '' @@ -197592,6 +209679,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/dotnet.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/apps-on-azure/introducing-azure-container-apps-a-serverless-container-service/ba-p/2867265 : content_hash: f74fb32465f3c7a342b01fb8a18dc4b26469c83cba3810304535348c0ce031c7 description: '' @@ -197604,6 +209692,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-arc-blog/in-preview-azure-key-vault-secrets-provider-extension-for-arc/ba-p/3002160 : content_hash: 3974ad51bef92a1c3157472f6b57e533b04b98efcf2ea4ef028133d1cf412cc2 description: '' @@ -197616,6 +209705,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/devsecops.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-architecture-blog/azure-openai-landing-zone-reference-architecture/ba-p/3882102 : content_hash: 33f0e4710e5a4879c7c0e9119fe792574a4ccccae4d1718cdf2071280ded1eee description: '' @@ -197627,6 +209717,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-architecture-blog/new-feature-easily-assign-regulatory-compliance-policies-to-your/ba-p/4074957 : content_hash: 2843beed054e8050b323d8faa3d51ea1c5d5ccfcdaac0f5a1ca3fb2094155ecc description: '' @@ -197639,6 +209730,7 @@ https://techcommunity.microsoft.com/discussions/windowspowershell/an-example-why v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-architecture/course-blueprint/m-p/4012399: content_hash: f692d44f559f6a2d88a3d0abb12a5794b7c7b3af56e041d69d3e8095524c174c description: '' @@ -197650,6 +209742,7 @@ https://techcommunity.microsoft.com/t5/azure-architecture/course-blueprint/m-p/4 v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-developer-community-blog/azure-data-factory-how-to-split-a-file-into-multiple-output/ba-p/4039825 : content_hash: 67ee251f3815cc84375e389b03aef8f78d6a0c3a9edb5be871fc9cc52cac5ee1 description: '' @@ -197662,6 +209755,7 @@ https://techcommunity.microsoft.com/t5/azure-architecture/course-blueprint/m-p/4 v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-developer-community-blog/infra-in-azure-for-developers-the-how-part-2/ba-p/4046385 : content_hash: 30ea008e080b81ab972898e1e9d5c69e89be481081da8f225c6ad8d1d4fcc381 description: '' @@ -197674,6 +209768,7 @@ https://techcommunity.microsoft.com/t5/azure-architecture/course-blueprint/m-p/4 v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-developer-community-blog/infra-in-azure-for-developers-the-what/ba-p/4026102: content_hash: 9746e531227895a5f668fcf9f60824e65ea969babe97f7c05ee335ebe8dfbe2d description: '' @@ -197685,6 +209780,7 @@ https://techcommunity.microsoft.com/t5/azure-developer-community-blog/infra-in-a v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-devops-blog/introduction-to-azure-devops-workload-identity-federation-oidc/ba-p/3908687 : content_hash: e55fb1a1d731153e943b68844af12dcce8bfac917c98ffdea64c80da0607dd47 description: '' @@ -197697,6 +209793,7 @@ https://techcommunity.microsoft.com/t5/azure-developer-community-blog/infra-in-a v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/azure-orphan-resources-grafana-dashboard/ba-p/4120303: content_hash: a7e80b0faa9a30b238eb1f6c7c60b2cdc6bfd423358ec9c46b489d45b6166f28 description: '' @@ -197708,6 +209805,7 @@ https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/azure-orphan-r v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/how-to-deploy-a-production-ready-aks-cluster-with-terraform/ba-p/4122013 : content_hash: 7e68f252d6237f0274b421ef7c5ae288dce6004d9488cc96fcf9e968fe401a49 description: '' @@ -197720,6 +209818,7 @@ https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/azure-orphan-r v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-governance-and-management/announcing-public-preview-of-bicep-templates-support-for/ba-p/4141772 : content_hash: f8d3d188d8b15fff47024c6da2aa9dd161ebe004770dac7d234d66aa671c6f5b description: '' @@ -197732,6 +209831,7 @@ https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/azure-orphan-r v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-governance-and-management/announcing-the-public-preview-of-azure-chaos-studio/ba-p/2893050 : content_hash: 1d840d4f03ed8ac30b50081bdb4be70d5980874366d1e345fbfa321c6fe8f439 description: '' @@ -197743,6 +209843,7 @@ https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/azure-orphan-r v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-template-specs-now-ga/ba-p/2402618: content_hash: 54a4de742f3c9ff437a117aff7ea52770b2c75df32e7835d03b07638718492f4 description: '' @@ -197754,6 +209855,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-policy-for-kubernetes-releases-support-for-custom-policy/ba-p/2699466 : content_hash: 415f7eb2b30d36cc496d1bc94645c0ea541dbcfe132955b9408a45a77d9cd39c description: '' @@ -197766,6 +209868,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-pricing-how-to-estimate-azure-project-costs/ba-p/4166297 : content_hash: 9ad43d9cb728a19bab1d08eb86f494356d6e1afdc456fa7f01612b6a26caa387 description: '' @@ -197778,6 +209881,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/finops.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-pricing-how-to-navigate-azure-pricing-options-and/ba-p/4166276 : content_hash: d9e79673e442b8bc4b61696eea873d01886703d20cfe542171c06ae8000e6c6a description: '' @@ -197790,6 +209894,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/finops.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-high-performance-computing/running-gpu-accelerated-workloads-with-nvidia-gpu-operator-on/ba-p/4061318 : content_hash: 4f3e78b53277c141f9e7bbaf4e77417ed2687c8bbf4d68c71a54ec3455b7dcce description: '' @@ -197802,6 +209907,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/azure-landing-zones-custom-archetypes-using-terraform/ba-p/3791172 : content_hash: b9622607457a35ed6c1e97000180eb5ae84fe3b5983d3b9e6681054f71d9d833 description: '' @@ -197814,6 +209920,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/azure-permissions-101-how-to-manage-azure-access-effectively/ba-p/4067468 : content_hash: 4eb9aa3b932200382d719736b03af13c6f764a6de62bafb18aa540d80bb99c5d description: '' @@ -197826,6 +209933,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/centralized-private-resolver-architecture-implementation-using/ba-p/4132622 : content_hash: 0eb63d314caae36d587e06003718ec1b97eac6506583eca8fee4efed5928a510 description: '' @@ -197838,6 +209946,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/leveraging-azure-copilot-for-azure-kubernetes-services-aks/ba-p/4212457 : content_hash: 9db4943875a9e2114c1ee023b1d36a0a97045b5fbcd08546007fd4ab2ce19343 description: '' @@ -197850,6 +209959,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/part-1-leverage-bicep-standard-model-to-automate-azure-iaas/ba-p/3804348 : content_hash: 26c0e2a686d374159cb8217723835961b8a93181a121a1f219419b7826cbe743 description: '' @@ -197862,6 +209972,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/unleashing-github-copilot-for-infrastructure-as-code/ba-p/4124031 : content_hash: 70a4bb367b75bb1a35f0408b1190ab1f90837c34c0b5cb8caead4a51215e46f1 description: '' @@ -197874,6 +209985,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-migration-and/implement-azure-landing-zones-with-hashicorp-terraform/ba-p/3241071 : content_hash: 0e76204eacd92689465d51a8415a7291be017988e0d157b835979b1eb8b2711c description: '' @@ -197886,6 +209998,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-migration/containerize-and-migrate-applications-to-aks-with-the-azure/ba-p/2178551 : content_hash: 474a27444195a4fb0b37d56f3cffa15408748eb4ac42d772c8e744e08b69b593 description: '' @@ -197898,6 +210011,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-observability-blog/advanced-network-observability-for-your-azure-kubernetes-service/ba-p/4176736 : content_hash: 844677550e95cb07f3aa32e13c0d949b3b228252c8a05907e8c0274d49bc2bb2 description: '' @@ -197911,6 +210025,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ - docs/azure.md - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-observability-blog/azure-monitor-logs-next-evolution-multi-tier-logging/ba-p/4200871 : content_hash: 5b12e7536ea295fb23d163d07d0a247d83ab084f19f1f6d31f0b7600c8c6c6c4 description: '' @@ -197923,6 +210038,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-observability-blog/how-to-monitor-your-multi-tenant-solution-on-azure-with-azure/ba-p/4042140 : content_hash: c0ce3d79bee1e92cd853b40e04ac58b470ba373f3880bd3be1993ab1784fb0c8 description: '' @@ -197935,6 +210051,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-observability-blog/introducing-azure-monitor-managed-service-for-prometheus/ba-p/3600185 : content_hash: 4b78ef7493b7f5cbf3c5e273e75499263036d071b0ab3276d1ccbc4751f04a34 description: '' @@ -197947,6 +210064,7 @@ https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-templ v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-paas-blog/azure-storage-blob-count-amp-capacity-usage-calculator/ba-p/3516855: content_hash: 829378fe74208ac33945856345f717cc6dbc9e3fa63c7222dfeb1b9838fa2bf6 description: '' @@ -197958,6 +210076,7 @@ https://techcommunity.microsoft.com/t5/azure-paas-blog/azure-storage-blob-count- v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-security-center/security-control-implement-security-best-practices/ba-p/2269914 : content_hash: 7a7fefa05bd6abdb41aa2e97f61a1916f8c6a497a4a4aea03f0dd0e8915a72cb description: '' @@ -197969,6 +210088,7 @@ https://techcommunity.microsoft.com/t5/azure-paas-blog/azure-storage-blob-count- v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-sentinel/non-interactive-logins-minimizing-the-blind-spot/ba-p/2287932: content_hash: cc4f32fa9e1050aa7280eb889ffcf69b05406176fb8c37afd0dabacbf2d3ca23 description: '' @@ -197981,6 +210101,7 @@ https://techcommunity.microsoft.com/t5/azure-sentinel/non-interactive-logins-min v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-sql-blog/azure-sql-managed-instance-pools-new-features/ba-p/4044688: content_hash: c4477986e96075fd8daa747cece8d9ecab56cbff351dd041ef50fe3c8d6eccb7 description: '' @@ -197992,6 +210113,7 @@ https://techcommunity.microsoft.com/t5/azure-sql-blog/azure-sql-managed-instance v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-stack-blog/azure-kubernetes-service-and-azure-container-registry-service-on/ba-p/3075932 : content_hash: 7b4c2b6080ebf31acbf9604c46f89ccd0bae306eb80646342b84a3d1d73812ce description: '' @@ -198004,6 +210126,7 @@ https://techcommunity.microsoft.com/t5/azure-sql-blog/azure-sql-managed-instance v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-container-storage-in-public-preview/ba-p/3819246: content_hash: 02213702ab7f40d6f62279a13bd5d8cdc733ae2ab622b9e00c19528468f98387 description: '' @@ -198015,6 +210138,7 @@ https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-container-storag v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/cicd-in-synapse-sql-how-to-deliver-your-database-objects-across/ba-p/3267507 : content_hash: 4c106d262a276445cd7892147d3ca98c49bc813d0aac345d02e45c4dcb810cad description: '' @@ -198027,6 +210151,7 @@ https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-container-storag v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-a-new-login-experience-with-azure-powershell-and/ba-p/4109357 : content_hash: 952edaeb122f1f4c70168bbc41d461842e3242d7dd4347f74ed0b27b21958b4b description: '' @@ -198039,6 +210164,7 @@ https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-container-storag v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azapi-dynamic-properties/ba-p/4121855: content_hash: 88ec5b2ae808737386227f2c567cda2344b12cbee1f81b77e50e760de6ccd337 description: '' @@ -198050,6 +210176,7 @@ https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azapi-dynamic v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azure-terrafy-and-azapi-terraform-provider-previews/ba-p/3270937 : content_hash: 0abbe55b2ea8da9fc09461f6ecdd1478261ce6d4ebe9b355411b7633e8bab930 description: '' @@ -198061,6 +210188,7 @@ https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azapi-dynamic v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-template-based-previews-of-azure-cli-and-azure/ba-p/3933802 : content_hash: 2004df5cf94ab5cc7f62e2ef2fbf346871d346a40ec23abdea2def8a06b4bd5b description: '' @@ -198073,6 +210201,7 @@ https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azapi-dynamic v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/azure-tools-blog/azure-landing-zones-accelerators-for-bicep-and-terraform/ba-p/4029866 : content_hash: 5de97ec79c5fa6fe3f32615313d6c2025fed03329f7c2f1ea63cccd8a6f1b572 description: '' @@ -198086,6 +210215,7 @@ https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azapi-dynamic - docs/azure.md - docs/terraform.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-tools-blog/introducing-azure-verified-modules/ba-p/4045946: content_hash: e10930bbb6d01059cc64d1fe5c126581a863be13dea2e65aad11a1ad2acd6d50 description: '' @@ -198097,6 +210227,7 @@ https://techcommunity.microsoft.com/t5/azure-tools-blog/introducing-azure-verifi v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure-tools-blog/terraform-on-azure-february-2024-update/ba-p/4070567: content_hash: 5ee45540c6812d81672b28e52c39f96059ad9e816b1a76ae08d177112421b6c5 description: '' @@ -198108,6 +210239,7 @@ https://techcommunity.microsoft.com/t5/azure-tools-blog/terraform-on-azure-febru v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/azure/dynamic-user-membership-rules-azure-active-directory/m-p/3281164: content_hash: N/A description: '' @@ -198120,6 +210252,7 @@ https://techcommunity.microsoft.com/t5/azure/dynamic-user-membership-rules-azure v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/containers/securing-windows-workloads-on-azure-kubernetes-service-with/ba-p/3815429: content_hash: 6abbf5c1b29d4ebafcf286611e5ee1cefe105e51db857e29e66f871aee8c8ff1 description: '' @@ -198132,6 +210265,7 @@ https://techcommunity.microsoft.com/t5/containers/securing-windows-workloads-on- v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-policy-recommended-practices/ba-p/3798024: content_hash: 3826b78f3bccd62be29a9aebf40c1feba45ecdbea725c0e07ee184d115777f00 description: '' @@ -198143,6 +210277,7 @@ https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-po v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-powershell-tips-and-tricks/ba-p/4066848: content_hash: 2a18f52e9ad74c2625e2306118876395ef2a5871eb0ab3c0942b562c7966a43f description: '' @@ -198154,6 +210289,7 @@ https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-po v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-savings-dashboard/ba-p/3816131: content_hash: 70a744c6c48b21e50a465ed72531fea73c4d3d7514659d10950eaa55dba54ad9 description: '' @@ -198165,6 +210301,7 @@ https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-sa v1_locations: - docs/finops.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/kubernetes-external-dns-for-azure-dns-amp-aks/ba-p/3809393 : content_hash: 7bfdffdcb404ed51d6248eaa348bfbaf4d78576df0e3e360c31a6590f483e207 description: '' @@ -198176,6 +210313,7 @@ https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-sa v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/monitoring-microsoft-sentinel-reports-with-dashboard-hub-amp/ba-p/4203870 : content_hash: c554b6ef990ee19c432c0b471c793d6dfbb9f79f2a77af8139408e3cfb9de95e description: '' @@ -198188,6 +210326,7 @@ https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-sa v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/custom/page/page-id/learn?product=All: content_hash: cb03eeccf93ca724931dd01723882a4eb09f6f4a2ec90f5b09f06a868dac91c6 description: '' @@ -198198,6 +210337,7 @@ https://techcommunity.microsoft.com/t5/custom/page/page-id/learn?product=All: v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/educator-developer-blog/coding-frameworks-and-languages-are-no-longer-the-point/ba-p/3820265 : content_hash: 70aa7f8d6368dbba9ed5f7799ab591be314c4c1bae1b2a0166e139ab13645474 description: '' @@ -198210,6 +210350,7 @@ https://techcommunity.microsoft.com/t5/custom/page/page-id/learn?product=All: v1_locations: - docs/git.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/educator-developer-blog/leveraging-azure-event-hub-microsoft-fabric-and-power-bi-for/ba-p/4028701 : content_hash: 8fa366a5f511bc2b3fef051214d0dd014ee017cdc7b1b75c6691de1b5479838b description: '' @@ -198222,6 +210363,7 @@ https://techcommunity.microsoft.com/t5/custom/page/page-id/learn?product=All: v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/a-practical-guide-to-zone-redundant-aks-clusters-and-storage/ba-p/4036254 : content_hash: 026e8cde04efa1199e15165471ed4fd202ad3600cccf41d1724a96fe4030d55d description: '' @@ -198234,6 +210376,7 @@ https://techcommunity.microsoft.com/t5/custom/page/page-id/learn?product=All: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-orphan-resources/ba-p/3492198: content_hash: 34b92a3fd01746ec62136b46866d77a5cd36238eaa7e4b378411696461464b51 description: '' @@ -198245,6 +210388,7 @@ https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-orphan-resource v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azure-container-apps-yes-please/ba-p/3775200: content_hash: 2b7bd57cb79cbae1514f564fff5e67eeb88fb8191f9017c96bf31e3c5676a79f description: '' @@ -198257,6 +210401,7 @@ https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azur v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/can-i-create-an-azure-red-hat-openshift-cluster-in-terraform-yes/ba-p/3670889 : content_hash: eaae2a67f5fd69285034071e85e67caf1a0b7543865ad7300110305f3004036c description: '' @@ -198269,6 +210414,7 @@ https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azur v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/create-an-azure-openai-langchain-chromadb-and-chainlit-chat-app/ba-p/3885602 : content_hash: 9206371f72871a5daa1c963171d4ceb6a66447598cb4908918f23fb947995a11 description: '' @@ -198281,6 +210427,7 @@ https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azur v1_locations: - docs/demos.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/create-an-azure-openai-langchain-chromadb-and-chainlit-chat-app/ba-p/4024070 : content_hash: 89a975f0843a11893f23088caad2a21015997e190fa5586f94602de971bf5dac description: '' @@ -198293,6 +210440,7 @@ https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azur v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/how-to-create-a-vpn-between-azure-and-aws-using-only-managed/ba-p/2281900 : content_hash: N/A description: '' @@ -198305,6 +210453,7 @@ https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azur v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/how-to-install-an-aks-cluster-with-the-istio-service-mesh-add-on/ba-p/3802069 : content_hash: 6b1d59dd485d74befb82e853d42ed2bb4ae1ab462f38e421174f832d513be7e4 description: '' @@ -198318,6 +210467,7 @@ https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azur - docs/azure.md - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/fasttrack-for-azure/microsoft-fabric-multi-tenant-architecture/ba-p/4119429: content_hash: bc5b2226c46bdd641f93e0881d3e4ad033908710759f65804e72bc9e730f8e5c description: '' @@ -198329,6 +210479,7 @@ https://techcommunity.microsoft.com/t5/fasttrack-for-azure/microsoft-fabric-mult v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/finops-blog/get-tailored-insights-with-our-advisor-well-architected/ba-p/4218239: content_hash: 6de76283a5aa9c046110fef42537187fc25dd0b7dc59e2dedfae6a47f5b1ab3d description: '' @@ -198341,6 +210492,7 @@ https://techcommunity.microsoft.com/t5/finops-blog/get-tailored-insights-with-ou v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/finops-blog/identify-your-savings-potential-in-azure/ba-p/4131194: content_hash: 7b7bce0ea04d13953b6657d9fdc5694aec8eaf43db13b43616af9bba33c265d8 description: '' @@ -198352,6 +210504,7 @@ https://techcommunity.microsoft.com/t5/finops-blog/identify-your-savings-potenti v1_locations: - docs/finops.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/healthcare-and-life-sciences/azure-devops-pipelines-if-expressions-and-conditions/ba-p/3737159 : content_hash: 071841b6ea8ffa664a94c7f8b4432ce07c1ae327c6bee2f249dbedc088b1a623 description: '' @@ -198364,6 +210517,7 @@ https://techcommunity.microsoft.com/t5/finops-blog/identify-your-savings-potenti v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/itops-talk-blog/azure-terrafy-import-your-existing-azure-infrastructure-into/ba-p/3357653 : content_hash: db0c90c1c8ec4ed7a983ffc8a8370ad936198e9fbb580e50d0c52e3934f4f3f9 description: '' @@ -198376,6 +210530,7 @@ https://techcommunity.microsoft.com/t5/finops-blog/identify-your-savings-potenti v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/itops-talk-blog/iis-central-certificate-store-and-windows-containers/ba-p/4181509: content_hash: 3ad387f6692631e8446a8c1decb81463c3a8ab8a6c6ff96b97ebed47981b8e9c description: '' @@ -198387,6 +210542,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/iis-central-certificate-s v1_locations: - docs/docker.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-iac-comparing-the-tools/ba-p/3205045: content_hash: 0f6922af849ba945a759395ab413be42eb43c2135e71f16b5ee12e8d26f8a775 description: '' @@ -198399,6 +210555,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-ia v1_locations: - docs/iac.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/itops-talk-blog/standardize-devops-practices-across-hybrid-and-multicloud/ba-p/2795010 : content_hash: 22f2d98c78999413f66ce27ed15125034a47e2a5f345afda2134688608411738 description: '' @@ -198411,6 +210568,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-ia v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/microsoft-announces-general-availability-of-defender-for-apis/ba-p/3981488 : content_hash: 0aac9532c8f6d3d26afa6341bd119b8c004629662e6802051091404dd6b3f6c0 description: '' @@ -198423,6 +210581,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-ia v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/simplifying-onboarding-to-microsoft-defender-for-cloud-with/ba-p/3974789 : content_hash: 89c3c39a14155f8b088d4b44d8e152e8a80f4a8488b679dea5d414ef7ce18f1b description: '' @@ -198435,6 +210594,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-ia v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/what-s-new-in-defender-how-copilot-for-security-can-transform/ba-p/4084222 : content_hash: 159419be7cce155d2e794442fb8bab9e4cbb14d6c1276b2a959cf6e8edc4f160 description: '' @@ -198447,6 +210607,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-ia v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/microsoft-developer-community/draw-io-azure-infrastructure-diagrams-through-code-like-an/ba-p/4071316 : content_hash: 7a558f0b2386251930b93dd18d9b37f8d97af63499d20f7cd57346bee2cee671 description: '' @@ -198458,6 +210619,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-ia v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/microsoft-entra-blog/important-azure-ad-graph-retirement-and-powershell-module/ba-p/3848270 : content_hash: a585cab38f2c9fb70a94dffefa635851f2f0bc769ec002ad621079f93eeacb5e description: '' @@ -198470,6 +210632,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-ia v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/microsoft-intune/use-powershell-to-retrieve-all-assigned-intune-policies-and/m-p/3217498 : content_hash: bd15d0a3842a4d305e847092690ff22e4806f2855e247347323b29da45449c71 description: '' @@ -198482,6 +210645,7 @@ https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-ia v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/microsoft-teams-blog/new-bitbucket-bot-for-microsoft-teams/ba-p/218212: content_hash: 6d9ed00aaf3812e71b7b0094ff7167b0d475d801293df377e3eb8621170cc14c description: '' @@ -198493,6 +210657,7 @@ https://techcommunity.microsoft.com/t5/microsoft-teams-blog/new-bitbucket-bot-fo v1_locations: - docs/git.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/sql-server-blog/sql-server-containers-on-kubernetes-with-s3-compatible-object/ba-p/3717003 : content_hash: 47c5cb681939fb75f04c13da24ebe3ffcae9c4b695f29f5c1bd887094430f257 description: '' @@ -198505,6 +210670,7 @@ https://techcommunity.microsoft.com/t5/microsoft-teams-blog/new-bitbucket-bot-fo v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/startups-at-microsoft/from-zero-to-hero-with-azure-landing-zones/ba-p/4229195: content_hash: 1fb048965b63ff0d0f482fa0f311de16d8a79b2c5746985d264281674a18214a description: '' @@ -198516,6 +210682,7 @@ https://techcommunity.microsoft.com/t5/startups-at-microsoft/from-zero-to-hero-w v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcommunity.microsoft.com/t5/windows-powershell/an-example-why-powershell-is-so-important/m-p/3041748: content_hash: bf4892a2992dc43d3c0bf6406c52b03c8bb0a5b8ddff81c4bb7fbb15f7d09f34 description: '' @@ -198527,6 +210694,7 @@ https://techcommunity.microsoft.com/t5/windows-powershell/an-example-why-powersh v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/use-powershell-to-search-for-accounts-in-active-directory-that/m-p/3585934 : content_hash: dccf877ae88b92999792567f262b0ceff944b80e7c243cc9219d03d441657225 description: '' @@ -198539,6 +210707,7 @@ https://techcommunity.microsoft.com/t5/windows-powershell/an-example-why-powersh v1_locations: - docs/azure.md year: N/A + addition_method: manual https://techcrunch.com/2020/12/15/aws-introduces-new-chaos-engineering-as-a-service-offering: content_hash: 4eae65eb78684fb57759f8c17a0473033075c6fd5823d177a735678ecc749bad description: '' @@ -198555,6 +210724,7 @@ https://techcrunch.com/2020/12/15/aws-introduces-new-chaos-engineering-as-a-serv v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://techcrunch.com/2021/01/12/vantage-makes-managing-aws-easier: content_hash: 3c7ffc8ce47435653507c299cbfd05f44ec1983d70e1a45d11206d3aec0a6627 description: '' @@ -198571,6 +210741,7 @@ https://techcrunch.com/2021/01/12/vantage-makes-managing-aws-easier: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://techcrunch.com/2021/02/24/google-cloud-puts-its-kubernetes-engine-on-autopilot: ai_summary: A commercial analysis of GKE Autopilot's introduction. Evaluates how removing raw VM management options shifts operations tasks towards microservice @@ -198598,6 +210769,7 @@ https://techcrunch.com/2021/02/24/google-cloud-puts-its-kubernetes-engine-on-aut v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://techcrunch.com/2021/11/30/aws-launches-karpenter-an-open-source-autoscaler-for-kubernetes-clusters: content_hash: b51d8e8b4aa4db8591ed719d5b84fa0328906da1e726e6e7ae3c358ff8e753ad description: '' @@ -198615,6 +210787,7 @@ https://techcrunch.com/2021/11/30/aws-launches-karpenter-an-open-source-autoscal v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://techcrunch.com/2021/12/02/aws-to-launch-over-30-new-local-zones-starting-in-2022: content_hash: 459affe6db3b92cf01c8092db8481b36ba81c4aab1c48b0f455f9815a0d36823 description: '' @@ -198632,6 +210805,7 @@ https://techcrunch.com/2021/12/02/aws-to-launch-over-30-new-local-zones-starting v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://techcrunch.com/2022/07/27/protestware-code-sabotage: content_hash: 903725966f8dc0bb5fae95471d9bda5ba34588edd20ec72975935e57bfb65297 description: '' @@ -198649,6 +210823,7 @@ https://techcrunch.com/2022/07/27/protestware-code-sabotage: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://techdocs.akamai.com/app-platform/docs/welcome: last_checked: 1779388343.013948 status: online @@ -198656,6 +210831,7 @@ https://techdocs.akamai.com/app-platform/docs/welcome: - '[COMMUNITY-TOOL]' v2_locations: - managed-kubernetes-in-public-cloud.md + addition_method: manual https://techdozo.dev/grpc-load-balancing-on-kubernetes-using-headless-service: content_hash: N/A description: '' @@ -198670,6 +210846,7 @@ https://techdozo.dev/grpc-load-balancing-on-kubernetes-using-headless-service: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://techerati.com/the-stack-archive/cloud/2018/10/18/openshift-in-a-world-of-kaas: content_hash: N/A description: '' @@ -198685,6 +210862,7 @@ https://techerati.com/the-stack-archive/cloud/2018/10/18/openshift-in-a-world-of v2_locations: - introduction.md year: N/A + addition_method: manual https://techforce1.nl/creating-your-first-ansible-module: content_hash: 0a1626b9beac757e8191e96acd25869fa068462284abc821c9079aaa1d28a9b4 description: '' @@ -198701,6 +210879,7 @@ https://techforce1.nl/creating-your-first-ansible-module: v2_locations: - ansible.md year: N/A + addition_method: manual https://techgenix.com/data-storage-management-for-kubernetes: content_hash: N/A description: '' @@ -198715,12 +210894,14 @@ https://techgenix.com/data-storage-management-for-kubernetes: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://techiekhannotes.blogspot.com/2018/12/artemis-monitoring-with-grafana.html: content_hash: 8db1d9798466c14c93cb77cf8729a3fe2e3886bb5994b3cc1e78c87c5b28425f health_score: 100.0 last_checked: 1779032368.676989 v1_locations: - docs/grafana.md + addition_method: manual https://techiescamp.com/courses/kubernetes-kustomize: content_hash: 1de134d154d9a468aa18d65cbc5210c05ce04931f03d3797eb4d6734a8d34576 description: '' @@ -198732,6 +210913,7 @@ https://techiescamp.com/courses/kubernetes-kustomize: v1_locations: - docs/kustomize.md year: N/A + addition_method: manual https://technology.doximity.com/articles/buildpacks-vs-dockerfiles: content_hash: b253314d6ab0be77de7ae0811fae1cd4652c5bbaf45382c1f5a4514a43b5cc4c description: '' @@ -198750,6 +210932,7 @@ https://technology.doximity.com/articles/buildpacks-vs-dockerfiles: - kubernetes-tools.md - docker.md year: N/A + addition_method: manual https://technos.medium.com/how-kubectl-apply-command-works-d092121056d3: content_hash: N/A description: '' @@ -198764,6 +210947,7 @@ https://technos.medium.com/how-kubectl-apply-command-works-d092121056d3: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://technos.medium.com/kubernetes-services-for-absolute-beginners-nodeport-139b7060fe3: content_hash: N/A description: '' @@ -198779,6 +210963,7 @@ https://technos.medium.com/kubernetes-services-for-absolute-beginners-nodeport-1 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://technos.medium.com/kubernetes-workflow-bad346c54962: content_hash: N/A description: '' @@ -198793,6 +210978,7 @@ https://technos.medium.com/kubernetes-workflow-bad346c54962: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://techstudyslack.com: ai_summary: An active community Slack hub designed for system administrators and cloud engineers preparing for AWS certification pathways and advanced system operations. @@ -198819,6 +211005,7 @@ https://techstudyslack.com: v2_locations: - elearning.md year: N/A + addition_method: manual https://techunwrapped.com/spain-becomes-a-cloud-region-in-2022: ai_summary: Technical news review marking Spain's official launch as an active Cloud Region in 2022. It covers the latency implications and the expansion of sovereign @@ -198847,12 +211034,14 @@ https://techunwrapped.com/spain-becomes-a-cloud-region-in-2022: v2_locations: - aws-spain.md year: N/A + addition_method: manual https://techxplore.com/news/2023-12-open-source-framework-large-language-pre-training.html: content_hash: N/A health_score: 100.0 last_checked: 1779034431.589958 v1_locations: - docs/mlops.md + addition_method: manual https://teivah.medium.com/when-to-use-generics-in-go-36d49c1aeda: content_hash: N/A description: '' @@ -198867,6 +211056,7 @@ https://teivah.medium.com/when-to-use-generics-in-go-36d49c1aeda: v2_locations: - golang.md year: N/A + addition_method: manual https://tekanaid.com/posts/terraform-for-beginners-course-and-training: content_hash: b669ccf149eaa0980c80ca3225c7ea94a168f22d8117c54977d0a30bf7fa6ae5 description: '' @@ -198884,6 +211074,7 @@ https://tekanaid.com/posts/terraform-for-beginners-course-and-training: v2_locations: - terraform.md year: N/A + addition_method: manual https://tekton.dev: content_hash: d6d467f52460550f102e43e84f737f4fb5d92248cf89f633381b8cbddb1af52b description: '' @@ -198900,6 +211091,7 @@ https://tekton.dev: v2_locations: - tekton.md year: N/A + addition_method: manual https://tekton.dev/docs/pipelines/pipelines: content_hash: d9b9eb7323ecd2d5b54e5e7fabe3561a011661b70a059a19e7fd229d45f50096 description: '' @@ -198916,6 +211108,7 @@ https://tekton.dev/docs/pipelines/pipelines: v2_locations: - tekton.md year: N/A + addition_method: manual https://telepresence.io: ai_summary: A CNCF sandbox tool enabling bidirectional networking to route traffic between remote clusters and local development environments. Allows developers @@ -198937,6 +211130,7 @@ https://telepresence.io: v2_locations: - kubernetes-based-devel.md year: '2026' + addition_method: manual https://teletype.in/@sravancynixit/CcwqFANxY: content_hash: 48eac40d6a7bd9762b0b899368b1c86e6854fa21aaed01acde36958bdeeec69e description: '' @@ -198953,12 +211147,14 @@ https://teletype.in/@sravancynixit/CcwqFANxY: v2_locations: - demos.md year: N/A + addition_method: manual https://templates.cloudonaut.io: content_hash: e118943a718dfb65582d4f04d0a19873b91aa4142115fa9790dee082133a8731 health_score: 100.0 last_checked: 1779030084.890084 v1_locations: - docs/aws-iac.md + addition_method: manual https://templates.cloudonaut.io/en/stable/jenkins: content_hash: 76e569ced01866c27eaf731ef2f33b9e840935260f2bb73b5b33cea46e7e00a3 description: '' @@ -198975,6 +211171,7 @@ https://templates.cloudonaut.io/en/stable/jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://tennexas.com/kubernetes-troubleshooting-examples: content_hash: N/A description: '' @@ -198990,6 +211187,7 @@ https://tennexas.com/kubernetes-troubleshooting-examples: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://teplyheng.medium.com/in-depth-understanding-of-deployments-in-kubernetes-af2c93ca4a24: content_hash: N/A description: '' @@ -199004,6 +211202,7 @@ https://teplyheng.medium.com/in-depth-understanding-of-deployments-in-kubernetes v2_locations: - kubernetes.md year: N/A + addition_method: manual https://teplyheng.medium.com/understand-the-difference-between-deployments-and-replicaset-7e1cfd4d8639: content_hash: N/A description: '' @@ -199019,6 +211218,7 @@ https://teplyheng.medium.com/understand-the-difference-between-deployments-and-r v2_locations: - kubernetes.md year: N/A + addition_method: manual https://teresaforcades.com/pensament/medicina.html: ai_summary: A structured index highlighting central open-source utilities designed to validate Kubernetes configurations. Explores tools like Polaris, Copper, and @@ -199047,6 +211247,7 @@ https://teresaforcades.com/pensament/medicina.html: v2_locations: - yaml.md year: '2021' + addition_method: manual https://terminalsandcoffee.com/setting-up-the-aws-cli-iam-user-api-keys-b83554e314e4: content_hash: N/A description: '' @@ -199061,6 +211262,7 @@ https://terminalsandcoffee.com/setting-up-the-aws-cli-iam-user-api-keys-b83554e3 v2_locations: - aws.md year: N/A + addition_method: manual https://terraform-docs.io/user-guide/introduction: content_hash: c8eb3486bc6e3c2b645c7eb27b8a97bf356d318f811044867bd5908caa06e8cb description: '' @@ -199077,6 +211279,7 @@ https://terraform-docs.io/user-guide/introduction: v2_locations: - terraform.md year: N/A + addition_method: manual https://terraform-infraestructura.readthedocs.io: content_hash: d3ee17989190761652ddae8c3ef2569b35b0191bb6c0cc3028fb266cad2488ee description: '' @@ -199088,6 +211291,7 @@ https://terraform-infraestructura.readthedocs.io: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://terraform-infraestructura.readthedocs.io/es/latest: content_hash: 0d1f606e1248dd6ee75d32cb4229feea57b0e885d6d73772a49625f83025bc38 health_score: 100.0 @@ -199099,6 +211303,7 @@ https://terraform-infraestructura.readthedocs.io/es/latest: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://terragrunt.com: content_hash: d29b1b8543a837409c9722133efe2f59550fe21f95b9141ee4c52d3c5eab78e2 health_score: 100.0 @@ -199110,6 +211315,7 @@ https://terragrunt.com: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://terragrunt.gruntwork.io: content_hash: 4425e75132e486fded1c99643cef4af2503522bde090102b539f18c7adb9b6d4 description: '' @@ -199121,6 +211327,7 @@ https://terragrunt.gruntwork.io: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://terraspace.cloud: content_hash: 0db57e80bf68daf71b988fd887d285173b5c6862adfe561c9b509c2613097390 description: '' @@ -199137,6 +211344,7 @@ https://terraspace.cloud: v2_locations: - terraform.md year: N/A + addition_method: manual https://terrateam.io/blog/aws-lambda-function-with-terraform: ai_summary: A comprehensive operational guide explaining how to declare, compile, and manage AWS Lambda functions natively within Terraform infrastructure-as-code @@ -199166,6 +211374,7 @@ https://terrateam.io/blog/aws-lambda-function-with-terraform: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://terrateam.io/blog/terraform-pre-commit-hooks: content_hash: 36c3e0d920dd376232250a5eb5ad4d86124239e1a623629b259774933c965c98 health_score: 100.0 @@ -199177,6 +211386,7 @@ https://terrateam.io/blog/terraform-pre-commit-hooks: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://testcontainers.com: content_hash: 3f6a10f394ef7846c79357d9c79e93dc7a1e44c4ea099ee0e6ee6dfc55c1a49d health_score: 100.0 @@ -199188,6 +211398,7 @@ https://testcontainers.com: - docs/qa.md v2_locations: - qa.md + addition_method: manual https://testdriven.io/blog/clean-code-python: content_hash: 6185157913a437f0de27d1bac233fc6a6ea446edc11c36cb6a0f768d6fac4156 description: '' @@ -199204,6 +211415,7 @@ https://testdriven.io/blog/clean-code-python: v2_locations: - python.md year: N/A + addition_method: manual https://testdriven.io/blog/docker-best-practices: content_hash: b58f1082e5db2363fe30486ba6716a7d174f18ef4541a6fa177921ddbd6051eb description: '' @@ -199220,6 +211432,7 @@ https://testdriven.io/blog/docker-best-practices: v2_locations: - docker.md year: N/A + addition_method: manual https://testdriven.io/blog/running-vault-and-consul-on-kubernetes: ai_summary: A detailed, step-by-step tutorial on bootstrapping HashiCorp Vault with a Consul storage backend inside a local Minikube cluster. Illustrates integration, @@ -199247,6 +211460,7 @@ https://testdriven.io/blog/running-vault-and-consul-on-kubernetes: v2_locations: - devsecops.md year: N/A + addition_method: manual https://testguild.com/podcast/automation/a345-mohamed: ai_summary: 'Curator Insight: Audio interview exploring the cultural and architectural shift toward Pipeline-as-Code (PaC) designs. Live Grounding: Discusses real-world @@ -199274,6 +211488,7 @@ https://testguild.com/podcast/automation/a345-mohamed: v2_locations: - cicd.md year: N/A + addition_method: manual https://testingclouds.wordpress.com/2021/03/09/migrating-from-docker-compose-to-skaffold: ai_summary: Step-by-step migration guide transitioning application setups from legacy Docker Compose manifests to Skaffold templates for native cluster interaction. @@ -199300,6 +211515,7 @@ https://testingclouds.wordpress.com/2021/03/09/migrating-from-docker-compose-to- v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://testingclouds.wordpress.com/2021/06/02/gitops-demystified: content_hash: e755cad3a023f25e0761eaa047eddb598a31d17dbbc6ce1ad12f5e90db84e5da description: '' @@ -199316,6 +211532,7 @@ https://testingclouds.wordpress.com/2021/06/02/gitops-demystified: v2_locations: - gitops.md year: N/A + addition_method: manual https://testkube.io: content_hash: 1ff0e2bbb396a81cc1dbf4e2988c5fa28ead66bf47cedbb70d759e9793db8e2a description: '' @@ -199333,6 +211550,7 @@ https://testkube.io: - kubernetes-tools.md - index.md year: N/A + addition_method: manual https://testng.org: content_hash: 39e6b39c67556689f1ba644745016a9a189e2d4ac3f84d2d830e80f3e0974d25 description: '' @@ -199349,6 +211567,7 @@ https://testng.org: v2_locations: - qa.md year: N/A + addition_method: manual https://testsvision.com/6-popular-automation-testing-frameworks-tools: content_hash: N/A description: '' @@ -199363,6 +211582,7 @@ https://testsvision.com/6-popular-automation-testing-frameworks-tools: v2_locations: - qa.md year: N/A + addition_method: manual https://tether.to: content_hash: 03fd10625c30dbe7fb0882bac5e493870df66712e8589ce87bb5eff082ce5ec3 description: '' @@ -199379,6 +211599,7 @@ https://tether.to: v2_locations: - digital-money.md year: N/A + addition_method: manual https://tetrate.io/blog: ai_summary: Investigates the architectural patterns required to bridge legacy virtual machine workloads with containerized services residing in Kubernetes. Demonstrates @@ -199404,6 +211625,7 @@ https://tetrate.io/blog: v2_locations: - istio.md year: '2021' + addition_method: manual https://tetrate.io/blog/27835-revision-v1: content_hash: 7e5c5ce4ada41a2f15a2c2bf6bd1eefbe41a9a880266f634747995748cb9dbb0 health_score: 100.0 @@ -199411,6 +211633,7 @@ https://tetrate.io/blog/27835-revision-v1: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://tetrate.io/blog/istio-service-mesh-api-gateway: ai_summary: Explores the technical viability and patterns for utilizing Istio's native Ingress Gateway as an API Gateway solution. Covers standard gateway requirements @@ -199435,6 +211658,7 @@ https://tetrate.io/blog/istio-service-mesh-api-gateway: v2_locations: - istio.md year: '2022' + addition_method: manual https://tetrate.io/blog/what-is-istio-and-why-does-kubernetes-need-it: ai_summary: Analyzes the complexities of coordinating multiple distinct Kubernetes clusters using a unified Istio service mesh strategy. Focuses on address space @@ -199459,6 +211683,7 @@ https://tetrate.io/blog/what-is-istio-and-why-does-kubernetes-need-it: v2_locations: - istio.md year: '2021' + addition_method: manual https://tfsec.dev: content_hash: N/A description: '' @@ -199474,6 +211699,7 @@ https://tfsec.dev: v2_locations: - terraform.md year: N/A + addition_method: manual https://thanos.io: content_hash: 219c62699a774f588ee03341da71525707b6db42cb5e213b8bdfd394f01966de description: '' @@ -199490,6 +211716,7 @@ https://thanos.io: v2_locations: - prometheus.md year: N/A + addition_method: manual https://the-awesome-git-cheat-sheet.com: content_hash: N/A description: '' @@ -199504,6 +211731,7 @@ https://the-awesome-git-cheat-sheet.com: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://the-gigi.github.io/gigi-zone/posts/2024/05/advanced-k8s-scheduling-and-autoscaling: content_hash: cc9e1b38801f5c953fa2bdd1d7440a75eb60aa5be8771e301806b489732fe5ee description: '' @@ -199520,6 +211748,7 @@ https://the-gigi.github.io/gigi-zone/posts/2024/05/advanced-k8s-scheduling-and-a v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://the-tech-guy.in/2022/03/08/automating-lamp-config-using-terraform-and-ansible: content_hash: N/A description: '' @@ -199534,6 +211763,7 @@ https://the-tech-guy.in/2022/03/08/automating-lamp-config-using-terraform-and-an v2_locations: - demos.md year: N/A + addition_method: manual https://thebsdbox.co.uk/2020/03/18/Creating-a-Kubernetes-cloud-doesn-t-required-boiling-the-ocean: content_hash: 999e2a4d5a480741e5173681e86c2bbfc6b6473d80c1807b7378708e097786d9 description: '' @@ -199550,6 +211780,7 @@ https://thebsdbox.co.uk/2020/03/18/Creating-a-Kubernetes-cloud-doesn-t-required- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://theburningmonk.com/2019/03/making-terraform-and-serverless-framework-work-together: content_hash: 00ad5e6fff4a1fff4671264e04f788985dc884c9a389d6e99f3684ab3735ea50 description: '' @@ -199568,6 +211799,7 @@ https://theburningmonk.com/2019/03/making-terraform-and-serverless-framework-wor - terraform.md - serverless.md year: N/A + addition_method: manual https://theburningmonk.com/2019/09/why-you-should-use-temporary-stacks-when-you-do-serverless: content_hash: 7977112772689120408240d703cb0e453fdd1ec6aa5d82c42974cdc01a24bdc6 description: '' @@ -199585,6 +211817,7 @@ https://theburningmonk.com/2019/09/why-you-should-use-temporary-stacks-when-you- v2_locations: - serverless.md year: N/A + addition_method: manual https://thechief.io/c/editorial/definitive-kubectl-cheat-sheet: content_hash: bcf10304601b540481905be5584c274a08510fc215005ae822693afe1da6e1fd description: '' @@ -199601,6 +211834,7 @@ https://thechief.io/c/editorial/definitive-kubectl-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://thecloudblog.net: content_hash: 44428bca0f0da09e8d0dcc4b7f5722d062ef114569c46409cbf9221b6da17fca description: '' @@ -199617,6 +211851,7 @@ https://thecloudblog.net: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thecloudblog.net/lab/kubernetes-container-lifecycle-events-and-hooks: content_hash: dbf4f173e783b754a37870425c29fe0a3d9c70d3b155fd375046bc2a1c707e6c description: '' @@ -199633,6 +211868,7 @@ https://thecloudblog.net/lab/kubernetes-container-lifecycle-events-and-hooks: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thecloudblog.net/post/managing-applications-in-kubernetes-with-the-carvel-kapp-controller: content_hash: 667bf23db229b202302d8c021c5d545aa4cc185444d8434f1a5b7f70e16771e6 description: '' @@ -199650,6 +211886,7 @@ https://thecloudblog.net/post/managing-applications-in-kubernetes-with-the-carve v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://thedeveloperstory.com/2021/07/12/helm-101-brief-introduction-to-kubernetes-package-manager: ai_summary: An ultra-focused 101 guide explaining the core structures of Helm charts. Highlights essential commands and structure conventions to quickly onboard teams. @@ -199678,6 +211915,7 @@ https://thedeveloperstory.com/2021/07/12/helm-101-brief-introduction-to-kubernet v2_locations: - helm.md year: N/A + addition_method: manual https://thedevopsblog.co.uk/terraform-cli-cheat-sheet: content_hash: N/A description: '' @@ -199692,6 +211930,7 @@ https://thedevopsblog.co.uk/terraform-cli-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://thedevopslife.com/kubernetes-gui-lens-ide: content_hash: N/A description: '' @@ -199706,6 +211945,7 @@ https://thedevopslife.com/kubernetes-gui-lens-ide: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://thedigitalprojectmanager.com/es/agile-frente-a-waterfall: content_hash: N/A description: '' @@ -199721,6 +211961,7 @@ https://thedigitalprojectmanager.com/es/agile-frente-a-waterfall: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://thedigitalprojectmanager.com/es/grafico-raci-manera-mas-simple: content_hash: N/A description: '' @@ -199732,6 +211973,7 @@ https://thedigitalprojectmanager.com/es/grafico-raci-manera-mas-simple: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://thedigitalprojectmanager.com/raci-chart-made-simple: content_hash: N/A description: '' @@ -199747,6 +211989,7 @@ https://thedigitalprojectmanager.com/raci-chart-made-simple: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://theengineeringmanager.substack.com/p/how-do-i-progress-to-the-next-level: content_hash: N/A description: '' @@ -199762,6 +212005,7 @@ https://theengineeringmanager.substack.com/p/how-do-i-progress-to-the-next-level v2_locations: - recruitment.md year: N/A + addition_method: manual https://theforeman.org/2021/01/updating-foreman-inventory-with-system-facts.html: content_hash: b030bba9470001d42f0c088adbedae071dcbe30b2dca66464f4571cfa9a8558e description: '' @@ -199773,6 +212017,7 @@ https://theforeman.org/2021/01/updating-foreman-inventory-with-system-facts.html v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://theforeman.org/2021/09/foreman-30-is-here.html: content_hash: 666112a9466452b65eef704031ffd466830608f62f40484bccae63a0ea22e7df description: '' @@ -199784,6 +212029,7 @@ https://theforeman.org/2021/09/foreman-30-is-here.html: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://theglitchblog.com/2021/06/17/logging-in-python-using-best-practices: content_hash: e8dbab5157f31f7f2752f1222184082bb369bbb324107f6a27c7dca33ebbc151 description: '' @@ -199795,6 +212041,7 @@ https://theglitchblog.com/2021/06/17/logging-in-python-using-best-practices: v1_locations: - docs/python.md year: N/A + addition_method: manual https://theglitchblogcom.wordpress.com/2021/06/17/logging-in-python-using-best-practices: content_hash: 0eb2a0b420a2f8b876bc2bace6cc6fe588f14d759659602144a4de97d5967f1d health_score: 100.0 @@ -199807,6 +212054,7 @@ https://theglitchblogcom.wordpress.com/2021/06/17/logging-in-python-using-best-p - docs/python.md v2_locations: - python.md + addition_method: manual https://thehackernews.com/2020/06/cryptocurrency-docker-image.html: ai_summary: An analytical threat dispatch chronicling how malicious actors injected cryptojacking malware directly into public Docker Hub registries. Highlights the @@ -199838,6 +212086,7 @@ https://thehackernews.com/2020/06/cryptocurrency-docker-image.html: - devsecops.md - docker.md year: N/A + addition_method: manual https://thehackernews.com/2022/01/microsoft-warns-of-continued-attacks.html: ai_summary: Aggregates threat intelligence logs detailing the sustained exploitation profiles targeting unpatched enterprise applications. Highlights why legacy architectural @@ -199866,6 +212115,7 @@ https://thehackernews.com/2022/01/microsoft-warns-of-continued-attacks.html: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thehackernews.com/2022/02/new-argo-cd-bug-could-let-hackers-steal.html: ai_summary: 'Curator Insight: News analysis of the zero-day path traversal vulnerability in Argo CD''s repository rendering process. Live Grounding: Explores structural @@ -199895,6 +212145,7 @@ https://thehackernews.com/2022/02/new-argo-cd-bug-could-let-hackers-steal.html: v2_locations: - argo.md year: N/A + addition_method: manual https://theithollow.com/2020/05/18/kubernetes-liveness-and-readiness-probes: content_hash: 6bfa18185ee6f73d70a8fbeea48755961f27f32fea87afcaf39fd9f83d514ac9 description: '' @@ -199911,6 +212162,7 @@ https://theithollow.com/2020/05/18/kubernetes-liveness-and-readiness-probes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://theketch.io: ai_summary: An application delivery tool designed to obscure typical Kubernetes complexity. It allows developers to deploy services using concise structures, @@ -199938,6 +212190,7 @@ https://theketch.io: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://thelinuxnotes.com/how-to-deploy-kafka-in-kubernetes-with-helm-chart-kafdrop-commander: ai_summary: 'Curator Insight: Deployment tutorial utilizing established community Helm packages. Live Grounding: Guides deployment of a functional Kafka test cluster @@ -199960,6 +212213,7 @@ https://thelinuxnotes.com/how-to-deploy-kafka-in-kubernetes-with-helm-chart-kafd v2_locations: - message-queue.md year: '2023' + addition_method: manual https://thelinuxnotes.com/index.php/how-to-deploy-kafka-in-kubernetes-with-helm-chart-kafdrop-commander: content_hash: 84616fa8265ba6b0d2f8917884d1e5b485872eb5016ba08cdc40f39f43ac8e12 description: '' @@ -199971,6 +212225,7 @@ https://thelinuxnotes.com/index.php/how-to-deploy-kafka-in-kubernetes-with-helm- v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://thenewstack.io: content_hash: ca4e866c0df290825a9829872d96763fb5252d9755d04077fb327d511fba880b health_score: 100.0 @@ -199983,6 +212238,7 @@ https://thenewstack.io: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://thenewstack.io/10-cloud-deficiencies-you-should-know: content_hash: ffbccef578b910a6f67299142920731dacfd348ee1ee3bed966c04424c7da1c6 description: '' @@ -199993,6 +212249,7 @@ https://thenewstack.io/10-cloud-deficiencies-you-should-know: title: 10 Cloud Deficiencies You Should Know v1_locations: [] year: N/A + addition_method: manual https://thenewstack.io/10-steps-to-a-successful-kubernetes-technical-transformation: content_hash: 01051dee39c7fc5653e646868eae8b07e7d186b1447b88def376f4d9cbd8c73e description: '' @@ -200010,6 +212267,7 @@ https://thenewstack.io/10-steps-to-a-successful-kubernetes-technical-transformat v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/10-steps-to-simplify-your-devsecops: ai_summary: 'Presents a pragmatic, ten-step plan designed to streamline DevSecOps pipelines and avoid tool alert fatigue. Contrast: Curator Insight details manual @@ -200038,6 +212296,7 @@ https://thenewstack.io/10-steps-to-simplify-your-devsecops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/12-critical-kubernetes-health-conditions-you-need-to-monitor: ai_summary: Compiles 12 critical cluster health indicators that platform engineers should monitor. Covers specific warning metrics like CrashLoopBackOff, disk pressure @@ -200065,6 +212324,7 @@ https://thenewstack.io/12-critical-kubernetes-health-conditions-you-need-to-moni v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://thenewstack.io/3-habits-of-highly-successful-devops-teams: content_hash: df4a314294e1bcadb93417e2893315baf812fe1a131dec26c5710c2416981a1d description: '' @@ -200081,6 +212341,7 @@ https://thenewstack.io/3-habits-of-highly-successful-devops-teams: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/3-key-configuration-challenges-for-kubernetes-monitoring-with-prometheus: content_hash: ba31b8375645dae9e7778bfc625b59efb93e1d96da415623ec53b4c25d92612f description: '' @@ -200098,6 +212359,7 @@ https://thenewstack.io/3-key-configuration-challenges-for-kubernetes-monitoring- v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/3-reasons-why-you-cant-afford-to-ignore-cloud-native-computing: content_hash: 84c80946d7e99e65bbbc385ff270b4ca51bce7532c6ab31917b22bc30dcb9521 description: '' @@ -200110,6 +212372,7 @@ https://thenewstack.io/3-reasons-why-you-cant-afford-to-ignore-cloud-native-comp v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://thenewstack.io/3-ways-to-use-automation-in-ci-cd-pipelines: ai_summary: 'Curator Insight: Practical deep dive into automating regression testing, canary rollouts, and feedback. Live Grounding: Assesses the impact of AI-driven @@ -200138,6 +212401,7 @@ https://thenewstack.io/3-ways-to-use-automation-in-ci-cd-pipelines: v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/30-pull-requests-later-prometheus-memory-use-is-cut-in-half: content_hash: 2535e408f9baf4ec3fcfab0b2645e4ecdf9cdd68b1c2d156f797a0025441a0a5 description: '' @@ -200155,6 +212419,7 @@ https://thenewstack.io/30-pull-requests-later-prometheus-memory-use-is-cut-in-ha v2_locations: - prometheus.md year: N/A + addition_method: manual https://thenewstack.io/4-essential-tools-for-protecting-apis-and-web-applications: content_hash: 566db0068cf55926be9a87a10c6b7468d696dab35f6595fcfea801a4b2e0e963 description: '' @@ -200171,6 +212436,7 @@ https://thenewstack.io/4-essential-tools-for-protecting-apis-and-web-application v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/4-reasons-your-cloud-operations-need-a-finops-team: content_hash: 466ffd859cb3773985805ccb273d1f4c5180a52ffb62be02d9af321518cbca0c description: '' @@ -200187,6 +212453,7 @@ https://thenewstack.io/4-reasons-your-cloud-operations-need-a-finops-team: v2_locations: - finops.md year: N/A + addition_method: manual https://thenewstack.io/4-ways-to-run-kubernetes-in-production: content_hash: f8a972e6cf3565deec5373d8665e657c05e7a834fcc60bfa0282e3d552a8f9ba description: '' @@ -200203,6 +212470,7 @@ https://thenewstack.io/4-ways-to-run-kubernetes-in-production: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/5-best-practices-for-configuring-kubernetes-pods-running-in-production: content_hash: 50d2b1f3a287cc3f514c266b195d88a8d4b73eaedc4cecadb66e75292c430847 description: '' @@ -200220,6 +212488,7 @@ https://thenewstack.io/5-best-practices-for-configuring-kubernetes-pods-running- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/5-best-practices-to-back-up-kubernetes: content_hash: cd8d21d727a14a59a8cfdd63f3b391de755bb8f7b12e9213a76c4d02209bb965 description: '' @@ -200238,6 +212507,7 @@ https://thenewstack.io/5-best-practices-to-back-up-kubernetes: - kubernetes-backup-migrations.md - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://thenewstack.io/5-cloud-automation-tips-for-developers-and-devops: content_hash: 1c3295e01249e0590c3c19ad773b5a6738f36ba2a104da16fd20eba005dece65 description: '' @@ -200254,6 +212524,7 @@ https://thenewstack.io/5-cloud-automation-tips-for-developers-and-devops: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/5-cloud-native-trends-to-watch-out-for-in-2022: content_hash: ac40a3388b714913fb38c2e1d85f468bb13e33753b3efc40b7ca083d6c1ee623 description: '' @@ -200270,6 +212541,7 @@ https://thenewstack.io/5-cloud-native-trends-to-watch-out-for-in-2022: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/5-essential-tips-to-manage-kubernetes-costs: content_hash: 78b1214e4c3b5a90fbe91492fc3a12503a38da0f4883f71532b7e68f2ba635a0 description: '' @@ -200286,6 +212558,7 @@ https://thenewstack.io/5-essential-tips-to-manage-kubernetes-costs: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/5-expensive-kubernetes-cost-traps-and-how-to-deal-with-them: content_hash: fabab7f00da6f91e21316a0d2c65b117da8f3a90d744edd8bc38faee87c4e422 description: '' @@ -200302,6 +212575,7 @@ https://thenewstack.io/5-expensive-kubernetes-cost-traps-and-how-to-deal-with-th v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/5-lessons-for-building-a-platform-as-a-product: content_hash: dc5d8b3d4b40f64a85dcbca1fb0013d2d1526b5f644e9e9b523a6be3b0c486fb description: '' @@ -200318,6 +212592,7 @@ https://thenewstack.io/5-lessons-for-building-a-platform-as-a-product: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/5-misconceptions-about-devsecops: ai_summary: 'Deconstructs five persistent industry myths, such as ''security slows development down'' or ''DevSecOps is just automation tools''. Contrast: Curator @@ -200347,6 +212622,7 @@ https://thenewstack.io/5-misconceptions-about-devsecops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/5-things-developers-need-to-know-about-kubernetes-management: content_hash: 88d489aabd8feb35fcedf1a01390c36ae01f85a62ef04b1da1a9ece84a586496 description: '' @@ -200363,6 +212639,7 @@ https://thenewstack.io/5-things-developers-need-to-know-about-kubernetes-managem v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/5-ways-to-succeed-with-an-api-gateway: content_hash: 5eaa4be09ae5489184b8be9e2a3764de586de20aed9cf0a3324dfdc9ad66bbf9 description: '' @@ -200379,6 +212656,7 @@ https://thenewstack.io/5-ways-to-succeed-with-an-api-gateway: v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/6-kubernetes-best-practices-to-empower-devs-to-troubleshoot: content_hash: 70dd055244eb0fb50be05bd3565488bb84a706b2ebf84602a1822951ec30ad2a description: '' @@ -200395,6 +212673,7 @@ https://thenewstack.io/6-kubernetes-best-practices-to-empower-devs-to-troublesho v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://thenewstack.io/6-kubernetes-security-best-practices: ai_summary: 'Curator Insight: Conceptual breakdown of the six pillars of native Kubernetes security. Live Grounding: Distills complicated architectures into six @@ -200423,6 +212702,7 @@ https://thenewstack.io/6-kubernetes-security-best-practices: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/7-benefits-of-testing-in-isolation: content_hash: 0ae1c765c8282610fe03fed56c920af8b1852935954f4cc40431a1c0495a22f3 description: '' @@ -200439,6 +212719,7 @@ https://thenewstack.io/7-benefits-of-testing-in-isolation: v2_locations: - qa.md year: N/A + addition_method: manual https://thenewstack.io/7-best-practices-to-build-and-maintain-resilient-applications-and-infrastructure: content_hash: b37bf3e346b2206eb5895f42084e6129299c0f1830cacbaee2fae8d491fbcc84 description: '' @@ -200456,6 +212737,7 @@ https://thenewstack.io/7-best-practices-to-build-and-maintain-resilient-applicat v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/7-features-that-make-kubernetes-ideal-for-ci-cd: ai_summary: Highlights seven architectural capabilities inherent to Kubernetes—such as container sandboxing, elastic horizontal scaling, declarative state enforcement, @@ -200484,6 +212766,7 @@ https://thenewstack.io/7-features-that-make-kubernetes-ideal-for-ci-cd: v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/7-must-have-python-tools-for-ml-devs-and-data-scientists: content_hash: 9e9b3ce0b80ee4eb43087dee68ead88e2b9926ee2fbe90d9a617f96c69773f78 description: '' @@ -200501,6 +212784,7 @@ https://thenewstack.io/7-must-have-python-tools-for-ml-devs-and-data-scientists: v2_locations: - mlops.md year: N/A + addition_method: manual https://thenewstack.io/7-tips-for-cutting-down-your-aws-kubernetes-bill: content_hash: 604f614325eec99b32ccf5911cd846aae2f7807e31fd1e2ead0757539cd42665 description: '' @@ -200512,6 +212796,7 @@ https://thenewstack.io/7-tips-for-cutting-down-your-aws-kubernetes-bill: v1_locations: - docs/aws-pricing.md year: N/A + addition_method: manual https://thenewstack.io/a-better-way-to-provision-kubernetes-using-terraform: content_hash: 2080f281bf626e20fd4225494a15d3c2ea1b056db815520704b89aafefdad79e description: '' @@ -200528,6 +212813,7 @@ https://thenewstack.io/a-better-way-to-provision-kubernetes-using-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://thenewstack.io/a-case-for-databases-on-kubernetes-from-a-former-skeptic: content_hash: f4ea568b84a7e5edff47374626ef48827e2cfec17fa82a67fa36c2f2c63555a3 description: '' @@ -200544,6 +212830,7 @@ https://thenewstack.io/a-case-for-databases-on-kubernetes-from-a-former-skeptic: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/a-deep-dive-into-architecting-a-kubernetes-infrastructure: content_hash: 96483019b5473777041c42228fed6416d0a7b90c912b24a9f5cad80b5b1bd0a8 description: '' @@ -200560,6 +212847,7 @@ https://thenewstack.io/a-deep-dive-into-architecting-a-kubernetes-infrastructure v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/a-deep-dive-into-the-security-of-iam-in-aws: content_hash: c06a0e248e53ab274e8a07aa560f0af305af5f33fcd09eb0057bdc57d8520347 description: '' @@ -200576,6 +212864,7 @@ https://thenewstack.io/a-deep-dive-into-the-security-of-iam-in-aws: v2_locations: - aws-security.md year: N/A + addition_method: manual https://thenewstack.io/a-digital-transformation-journey-in-the-banking-sector: content_hash: d05d9e8c1962223c0e35830673bf3d43e52344647b8e377c26a7afbe4c8b47d2 description: '' @@ -200592,6 +212881,7 @@ https://thenewstack.io/a-digital-transformation-journey-in-the-banking-sector: v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/a-guide-to-running-stateful-applications-in-kubernetes: content_hash: b3f2fda82ac0983c16ef007ead6e4317d457bb1d52af6868425dc9b36b605b33 description: '' @@ -200608,6 +212898,7 @@ https://thenewstack.io/a-guide-to-running-stateful-applications-in-kubernetes: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/a-kubernetes-documentary-shares-googles-open-source-story: content_hash: ac522a4f8ad08cb9ca32cb47ac0b46def9f2626c64d03209285f96e8d34f5f0c description: '' @@ -200618,6 +212909,7 @@ https://thenewstack.io/a-kubernetes-documentary-shares-googles-open-source-story title: A Kubernetes Documentary Shares Google’s Open Source Story v1_locations: [] year: N/A + addition_method: manual https://thenewstack.io/a-look-at-gitops-for-the-modern-enterprise: content_hash: 4869bb94206c8b6d68e41a6e05a6901c48ba832883a10bb4c1d4ef70cd73db5f description: '' @@ -200634,6 +212926,7 @@ https://thenewstack.io/a-look-at-gitops-for-the-modern-enterprise: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/a-new-kubernetes-edge-architecture: content_hash: 0bc2fb9a3ea61332a0b26831ee7b586eb6075ff8b56a3bbde5eac2faa29fb732 description: '' @@ -200650,6 +212943,7 @@ https://thenewstack.io/a-new-kubernetes-edge-architecture: v2_locations: - edge-computing.md year: N/A + addition_method: manual https://thenewstack.io/a-platform-for-kubernetes: content_hash: c0520caea7a942f69848581b93b258511b2580f24f9924a61b8f8fea7777f765 description: '' @@ -200666,6 +212960,7 @@ https://thenewstack.io/a-platform-for-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/a-security-comparison-of-docker-cri-o-and-containerd: ai_summary: A technical comparison of the security profiles of Docker, CRI-O, and Containerd. It analyzes attack surfaces, runtime privilege enforcement, and performance @@ -200694,6 +212989,7 @@ https://thenewstack.io/a-security-comparison-of-docker-cri-o-and-containerd: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/accelerate-kubernetes-adoption-with-a-service-mesh: content_hash: 2727feb5c2877f8387a73dac472fec99a85ac72fb7e0ec83601a2ceb2f91db34 description: '' @@ -200710,6 +213006,7 @@ https://thenewstack.io/accelerate-kubernetes-adoption-with-a-service-mesh: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/achieve-gitops-on-day-one-with-iac-automation: content_hash: 2da93d0579d5a43d789621ca0f82ae3170885bcc4604de7b3a67b833ef9f9b62 description: '' @@ -200726,6 +213023,7 @@ https://thenewstack.io/achieve-gitops-on-day-one-with-iac-automation: v2_locations: - iac.md year: N/A + addition_method: manual https://thenewstack.io/advanced-kubernetes-namespace-management-with-the-postgresql-operator: content_hash: 98e00f830779f955970966cbcdb0d8c6fa369f5236e5ad97ff3c6d8a7ad43732 description: '' @@ -200743,6 +213041,7 @@ https://thenewstack.io/advanced-kubernetes-namespace-management-with-the-postgre v2_locations: - crunchydata.md year: N/A + addition_method: manual https://thenewstack.io/amazon-web-services-gears-elastic-kubernetes-service-for-batch-jobs: ai_summary: An analytical report outlining AWS upgrades focused on optimizing EKS for high-performance computing (HPC) and batch processing tasks. It explores the @@ -200773,6 +213072,7 @@ https://thenewstack.io/amazon-web-services-gears-elastic-kubernetes-service-for- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/an-introduction-to-awk: ai_summary: An accessible, introductory guide to understanding AWK's record-and-field paradigm. Covers basic structure blocks, built-in variables, and rapid command-line @@ -200801,6 +213101,7 @@ https://thenewstack.io/an-introduction-to-awk: v2_locations: - linux.md year: N/A + addition_method: manual https://thenewstack.io/anchore-scan-your-container-images-for-vulnerabilities-from-the-command-line: ai_summary: Explores Anchore's Command-Line Interface (CLI) for scanning local container images. Details scanning processes, vulnerability database queries, and integrating @@ -200830,6 +213131,7 @@ https://thenewstack.io/anchore-scan-your-container-images-for-vulnerabilities-fr v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/apisix-an-open-source-api-gateway-for-microservices: content_hash: 29befde366a6caaa8a8370d91cdbd1aac72f9c35d8c3ff76b53a0cc14efc22cd description: '' @@ -200846,6 +213148,7 @@ https://thenewstack.io/apisix-an-open-source-api-gateway-for-microservices: v2_locations: - developerportals.md year: N/A + addition_method: manual https://thenewstack.io/app-modernization-5-tips-when-migrating-to-kubernetes: content_hash: f8801d432a2ff59f7bb7251eb9c4368b2cbbb1756c2d61b60c5fab49d168464e description: '' @@ -200862,6 +213165,7 @@ https://thenewstack.io/app-modernization-5-tips-when-migrating-to-kubernetes: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/application-deployment-is-faster-with-gitops: content_hash: 0d0b1ce62452b58d77b3dc125276713fc9acf6b7465fae43f511647ae2fa22c0 description: '' @@ -200878,6 +213182,7 @@ https://thenewstack.io/application-deployment-is-faster-with-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/applied-gitops-with-argocd: ai_summary: A detailed operational study of applied GitOps. Discusses directory designs, environment divisions, and secrets management when deploying production @@ -200905,6 +213210,7 @@ https://thenewstack.io/applied-gitops-with-argocd: v2_locations: - argo.md year: N/A + addition_method: manual https://thenewstack.io/applying-basic-vs-advanced-monitoring-techniques: content_hash: 0f657fa96203165124529d0ff38597a423c6d9c4a3fb911f54000262091f8caa description: '' @@ -200921,6 +213227,7 @@ https://thenewstack.io/applying-basic-vs-advanced-monitoring-techniques: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/applying-kubernetes-security-best-practices-to-helm-charts: ai_summary: A highly recommended security framework guide highlighting practices such as enforcing non-root execution, defining CPU/Memory limits, and utilizing @@ -200950,6 +213257,7 @@ https://thenewstack.io/applying-kubernetes-security-best-practices-to-helm-chart v2_locations: - helm.md year: N/A + addition_method: manual https://thenewstack.io/are-cloud-based-ides-the-future-of-software-engineering: content_hash: e25fcd1bc991fab40473a484d87516cf5b3f8f1eb9a8bca5024dcc34c30d6caf description: '' @@ -200966,6 +213274,7 @@ https://thenewstack.io/are-cloud-based-ides-the-future-of-software-engineering: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://thenewstack.io/are-monolith-ci-cd-pipelines-killing-quality-in-your-software: ai_summary: 'Curator Insight: Critiques monolithic, bloated pipeline scripts that aggregate multiple team steps. Live Grounding: Details the benefits of decentralized, @@ -200994,6 +213303,7 @@ https://thenewstack.io/are-monolith-ci-cd-pipelines-killing-quality-in-your-soft v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/asyncapi-could-be-the-default-api-format-for-event-driven-architectures: content_hash: c3a95ca1de75943a5fafa85b9191f9dca95717b34ca3b04748ab5a4eeaec178e description: '' @@ -201011,6 +213321,7 @@ https://thenewstack.io/asyncapi-could-be-the-default-api-format-for-event-driven v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/automate-user-satisfaction-with-this-gitops-friendly-spec-for-service-level-objectives: ai_summary: Details how declarative, GitOps-friendly schemas can be used to manage Service Level Objectives alongside primary code repositories. Grounding shows @@ -201040,6 +213351,7 @@ https://thenewstack.io/automate-user-satisfaction-with-this-gitops-friendly-spec v2_locations: - sre.md year: N/A + addition_method: manual https://thenewstack.io/automating-retry-for-failed-terraform-launches: content_hash: b8bedc071a0a6cac3dcb2ebdb856ad4348010978fae9e3d00a4868a418e25bbd description: '' @@ -201056,6 +213368,7 @@ https://thenewstack.io/automating-retry-for-failed-terraform-launches: v2_locations: - terraform.md year: N/A + addition_method: manual https://thenewstack.io/automation-is-no-silver-bullet-3-keys-for-scaling-success: content_hash: db146b89a8ef18121c11fe4e7ab153fc908257aa2affb5ed0284c0f19eede917 description: '' @@ -201072,6 +213385,7 @@ https://thenewstack.io/automation-is-no-silver-bullet-3-keys-for-scaling-success v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/avoid-the-5-most-common-amazon-web-services-misconfigurations-in-build-time: ai_summary: An in-depth guide on detecting common AWS misconfigurations (unencrypted S3 buckets, open security groups) at build-time using Static Application Security @@ -201101,6 +213415,7 @@ https://thenewstack.io/avoid-the-5-most-common-amazon-web-services-misconfigurat v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://thenewstack.io/avoiding-the-pitfalls-of-multitenancy-in-kubernetes: content_hash: 318f903b6a06b3182dafe6004cdf0fe9267e1c10646ef4968639dbfce87471bc description: '' @@ -201117,6 +213432,7 @@ https://thenewstack.io/avoiding-the-pitfalls-of-multitenancy-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/aws-open-sources-security-tools: ai_summary: Examines AWS open-source tooling releases aimed at verifying IAM compliance, network security barriers, and container boundaries. Helps cloud architects detect @@ -201144,6 +213460,7 @@ https://thenewstack.io/aws-open-sources-security-tools: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/azure-kubernetes-service-replaces-docker-with-containerd: content_hash: 8996cedae868ee95ac744e50a0f219a981fe5f24263d345b864aca84bbc2db06 description: '' @@ -201160,6 +213477,7 @@ https://thenewstack.io/azure-kubernetes-service-replaces-docker-with-containerd: v2_locations: - azure.md year: N/A + addition_method: manual https://thenewstack.io/bad-news-for-cloud-computing-openstack-use-plummets-and-discounts-dry-up: ai_summary: An industry analysis highlighting the decline in OpenStack adoption and the shifting pricing structures of public cloud alternatives. It serves as @@ -201189,6 +213507,7 @@ https://thenewstack.io/bad-news-for-cloud-computing-openstack-use-plummets-and-d v2_locations: - private-cloud-solutions.md year: N/A + addition_method: manual https://thenewstack.io/best-practices-for-deploying-jaeger-on-kubernetes-in-production: content_hash: 66560553ccb11c2a8cb3ff4d3015a34a5c7b8e8ffb8210bfdf6c0bb4d06c04e9 description: '' @@ -201200,6 +213519,7 @@ https://thenewstack.io/best-practices-for-deploying-jaeger-on-kubernetes-in-prod v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://thenewstack.io/best-practices-for-securely-setting-up-a-kubernetes-cluster: ai_summary: A practical setup guide focusing on initial bootstrap security for self-managed Kubernetes. It emphasizes disabling default service accounts, enabling TLS for @@ -201227,6 +213547,7 @@ https://thenewstack.io/best-practices-for-securely-setting-up-a-kubernetes-clust v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/best-practices-to-optimize-infrastructure-monitoring-within-devops-teams: content_hash: fe1f49101d58d61b1415aceea19a15b3b387bb78b8c284054ab0aaa343078739 description: '' @@ -201244,6 +213565,7 @@ https://thenewstack.io/best-practices-to-optimize-infrastructure-monitoring-with v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/better-together-hyper-converged-kubernetes-with-terraform: content_hash: b0828807e8ec46fb06d1fe779a21a10a930e9b8fa827305baeb78c326caddde9 description: '' @@ -201260,6 +213582,7 @@ https://thenewstack.io/better-together-hyper-converged-kubernetes-with-terraform v2_locations: - terraform.md year: N/A + addition_method: manual https://thenewstack.io/beyond-block-and-file-cosi-enables-object-storage-in-kubernetes: content_hash: 6c44aa8f5133557ba76dd4cb945185eb28d091f384be3023260bebbd0c22ff94 description: '' @@ -201277,6 +213600,7 @@ https://thenewstack.io/beyond-block-and-file-cosi-enables-object-storage-in-kube v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/beyond-the-quickstart-running-apache-kafka-as-a-service-on-kubernetes: ai_summary: Provides architectural guidelines on hosting stable, production-grade Apache Kafka clusters on Kubernetes. Explores state persistence requirements, @@ -201305,6 +213629,7 @@ https://thenewstack.io/beyond-the-quickstart-running-apache-kafka-as-a-service-o v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/breaking-serverless-on-purpose-with-chaos-engineering: content_hash: 36b1ff1e03a0a5899057a827030f6aeb7fa1ebcbbeaecbd278b2e37cbd19fd3e description: '' @@ -201321,6 +213646,7 @@ https://thenewstack.io/breaking-serverless-on-purpose-with-chaos-engineering: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/bridgecrew-all-these-misconfigured-terraform-modules-are-a-security-issue: content_hash: 72e3c6ef50f59b82d7650bdbe9868b006ac8aeb5f25cdd6a244d02c729707fa8 description: '' @@ -201337,6 +213663,7 @@ https://thenewstack.io/bridgecrew-all-these-misconfigured-terraform-modules-are- v2_locations: - terraform.md year: N/A + addition_method: manual https://thenewstack.io/build-a-serverless-api-with-aws-gateway-and-lambda: content_hash: 4aa5955a1b11a760bc36fd011d635a147c6fc9940d27629f879acf2b522e4560 description: '' @@ -201353,6 +213680,7 @@ https://thenewstack.io/build-a-serverless-api-with-aws-gateway-and-lambda: v2_locations: - serverless.md year: N/A + addition_method: manual https://thenewstack.io/camel-k-brings-apache-camel-to-kubernetes-for-event-driven-architectures: ai_summary: A comprehensive review of Camel K's architecture, analyzing its integration with Knative and Kubernetes-native messaging patterns. It describes how Camel @@ -201383,6 +213711,7 @@ https://thenewstack.io/camel-k-brings-apache-camel-to-kubernetes-for-event-drive v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/can-you-gitops-your-apis: content_hash: 8f7b232cd1c96570f9c0c01847ed41192ec59c1a765cf3d81f08b7881f5ac283 description: '' @@ -201399,6 +213728,7 @@ https://thenewstack.io/can-you-gitops-your-apis: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/category/kubernetes: content_hash: ce324f75cac9ce1dedc76a360b4d1111028392d339e272a632be07a175a9acc3 description: '' @@ -201411,6 +213741,7 @@ https://thenewstack.io/category/kubernetes: - docs/devops.md - docs/kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/challenging-the-myth-that-programming-careers-end-at-40: ai_summary: An insightful editorial examining age biases within software engineering. It provides engineers with guidance on professional growth, architectural paths, @@ -201439,6 +213770,7 @@ https://thenewstack.io/challenging-the-myth-that-programming-careers-end-at-40: v2_locations: - recruitment.md year: N/A + addition_method: manual https://thenewstack.io/chaos-engineering-is-not-just-for-ops: content_hash: 7b1f34b7cd88c003450275a2bc1f3605d5968e9637ae14fc68d231d9eafea33a description: '' @@ -201455,6 +213787,7 @@ https://thenewstack.io/chaos-engineering-is-not-just-for-ops: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/chaos-engineering-made-simple: content_hash: ffad76973fdcfa483df8f34b67250344e97bea14ec6f0f1d20949333df79feae description: '' @@ -201471,6 +213804,7 @@ https://thenewstack.io/chaos-engineering-made-simple: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/chaos-engineering-progressively-moves-to-production: content_hash: 6f2beaeac4415186285142c62d6611b7368a81b0d3d620de2a88867dc7af20c5 description: '' @@ -201487,6 +213821,7 @@ https://thenewstack.io/chaos-engineering-progressively-moves-to-production: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/choosing-between-container-native-and-container-ready-storage: ai_summary: 'Curator Insight: Demystifies cloud-native storage interfaces (CSI), comparing storage systems designed natively for Kubernetes with legacy storage @@ -201517,6 +213852,7 @@ https://thenewstack.io/choosing-between-container-native-and-container-ready-sto v2_locations: - faq.md year: N/A + addition_method: manual https://thenewstack.io/ci-checks-are-not-enough-combat-configuration-drift-in-kubernetes-resources: ai_summary: Explores why traditional pre-commit and CI validation checks fail to prevent configuration drift in live Kubernetes clusters. Advocates for a combined @@ -201545,6 +213881,7 @@ https://thenewstack.io/ci-checks-are-not-enough-combat-configuration-drift-in-ku v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/ci-observability-for-effective-change-management: content_hash: 237de0524929938648bad04c1d435ec1fa92c41a82bdb923bfbe75008bcc376e description: '' @@ -201561,6 +213898,7 @@ https://thenewstack.io/ci-observability-for-effective-change-management: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/cloud-bill-risks-of-aws-reserved-instances-and-savings-plans: content_hash: 2eafdc68c39a50d7de4b5fdd7e998c672aad00a4482ac9bf998e14aff817609d description: '' @@ -201577,6 +213915,7 @@ https://thenewstack.io/cloud-bill-risks-of-aws-reserved-instances-and-savings-pl v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://thenewstack.io/cloud-cost-management-for-devops: content_hash: 19dd2baaf0075d36133bb17df3d44b1f84c7bd37d945b154c165fa15038316e5 description: '' @@ -201593,6 +213932,7 @@ https://thenewstack.io/cloud-cost-management-for-devops: v2_locations: - finops.md year: N/A + addition_method: manual https://thenewstack.io/cloud-drift-detection-how-to-resolve-out-of-state-changes: content_hash: e5dbe19b02e25e0354e2d84198bccdaad7255222522d647be3380b89caae3939 description: '' @@ -201609,6 +213949,7 @@ https://thenewstack.io/cloud-drift-detection-how-to-resolve-out-of-state-changes v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/cloud-engineers-try-policy-as-code-to-cure-misconfiguration-woes: content_hash: ec1c824f12c527d008f34667cc36bc983551453d97e45718e74fe105e340cce9 description: '' @@ -201626,6 +213967,7 @@ https://thenewstack.io/cloud-engineers-try-policy-as-code-to-cure-misconfigurati v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/cloud-foundry-summit-kubernetes-must-do-better-by-developers: content_hash: 1fe6cba7c95fb0cf7d8c83b35169ce70e3c04e577dba9e7176577b18e38fdff2 description: '' @@ -201642,6 +213984,7 @@ https://thenewstack.io/cloud-foundry-summit-kubernetes-must-do-better-by-develop v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/cloud-manager-a-new-multicloud-paas-platform-built-on-kubernetes: ai_summary: Examines Cloud Manager, exploring how application platforms use built-in abstraction APIs to provide developer-friendly deployment surfaces without exposing @@ -201669,6 +214012,7 @@ https://thenewstack.io/cloud-manager-a-new-multicloud-paas-platform-built-on-kub v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://thenewstack.io/cloud-native-backups-disaster-recovery-and-migrations-on-kubernetes: content_hash: 90afe191da534dd65e1e0780e6bdea982f55ae92acbd2162c6970477d9e718ff description: '' @@ -201686,6 +214030,7 @@ https://thenewstack.io/cloud-native-backups-disaster-recovery-and-migrations-on- v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://thenewstack.io/cloud-native-debugging-challenges-from-local-to-remocal: ai_summary: Analyzes the shift from traditional localized debugging strategies to hybrid remote-local ('remocal') setups. Outlines architectural advantages, network @@ -201713,6 +214058,7 @@ https://thenewstack.io/cloud-native-debugging-challenges-from-local-to-remocal: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://thenewstack.io/cloud-native-identity-and-access-management-in-kubernetes: ai_summary: Examines identity federation, user access management, and internal service-to-service authentication models. Curator insight details mapping cluster roles directly @@ -201742,6 +214088,7 @@ https://thenewstack.io/cloud-native-identity-and-access-management-in-kubernetes v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/cloud-native/3-reasons-why-you-cant-afford-to-ignore-cloud-native-computing: content_hash: e4e167addf651dd42a2c3e1d466a5711a72df25c97159d5c81f1e4f5fa4c958f health_score: 100.0 @@ -201753,6 +214100,7 @@ https://thenewstack.io/cloud-native/3-reasons-why-you-cant-afford-to-ignore-clou - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://thenewstack.io/cloud-native/the-cloud-native-landscape-platforms-explained: content_hash: cdbfc5a5a110a0796d5cc54dc9a7609af27f8836776115e7c94053da0e4c8994 health_score: 100.0 @@ -201764,6 +214112,7 @@ https://thenewstack.io/cloud-native/the-cloud-native-landscape-platforms-explain - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://thenewstack.io/cloud-native/the-most-popular-cloud-native-storage-solutions: content_hash: 528d4f356f2553e35397d36613ba64e8dc09c5b643ed981cd156d9d7242aef18 health_score: 100.0 @@ -201775,6 +214124,7 @@ https://thenewstack.io/cloud-native/the-most-popular-cloud-native-storage-soluti - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://thenewstack.io/cloudian-cto-kubernetes-standardization-key-to-edge: content_hash: e0dbbb636593fb924a309edefda1b77b2647a0cfca0d3d746fdf1819ea1f0c6a description: '' @@ -201791,6 +214141,7 @@ https://thenewstack.io/cloudian-cto-kubernetes-standardization-key-to-edge: v2_locations: - edge-computing.md year: N/A + addition_method: manual https://thenewstack.io/cluster-api-offers-a-way-to-manage-multiple-kubernetes-deployments: ai_summary: An analysis of the early design goals of Cluster API. It outlines the architectural advantages of treating clusters as managed custom resources within @@ -201818,6 +214169,7 @@ https://thenewstack.io/cluster-api-offers-a-way-to-manage-multiple-kubernetes-de v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://thenewstack.io/cncf-prometheus-agent-could-be-a-game-changer-for-edge: content_hash: facfae4f2895ba2845e5fa8e5e4aed5b99404e74d5290bfbb4a18b2e790e15ad description: '' @@ -201834,6 +214186,7 @@ https://thenewstack.io/cncf-prometheus-agent-could-be-a-game-changer-for-edge: v2_locations: - prometheus.md year: N/A + addition_method: manual https://thenewstack.io/cncf-working-group-sets-some-standards-for-gitops: content_hash: 6803d1f6cfc28e067dc64608693a50947715949fe565cdac7d82680e09f22f6b description: '' @@ -201850,6 +214203,7 @@ https://thenewstack.io/cncf-working-group-sets-some-standards-for-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/conductor-why-we-migrated-from-kubernetes-to-nomad: ai_summary: Conductor's engineering review on migrating core container workloads from Kubernetes to Nomad, outlining significant performance improvements, simplified @@ -201877,6 +214231,7 @@ https://thenewstack.io/conductor-why-we-migrated-from-kubernetes-to-nomad: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://thenewstack.io/configuring-for-high-availability-in-google-cloud-platform: content_hash: 5c7791641278d7444fd14453e57882f95abd8db9ba87a88924cb2b0b60bb75d8 description: '' @@ -201893,6 +214248,7 @@ https://thenewstack.io/configuring-for-high-availability-in-google-cloud-platfor v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://thenewstack.io/container-best-practices-what-they-are-and-why-you-should-care: content_hash: 64be31de018bb819271f8319517f1bec046eb8a88efcd0cddb0dd9ff4e6bd6bf description: '' @@ -201905,6 +214261,7 @@ https://thenewstack.io/container-best-practices-what-they-are-and-why-you-should v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://thenewstack.io/container-images-the-easy-way-with-cloud-native-buildpacks: content_hash: 9cc9bec59094f869fd9d667c1d67ae69d08dbc6907c31a3ea9a237461e429563 description: '' @@ -201921,6 +214278,7 @@ https://thenewstack.io/container-images-the-easy-way-with-cloud-native-buildpack v2_locations: - docker.md year: N/A + addition_method: manual https://thenewstack.io/containers/container-best-practices-what-they-are-and-why-you-should-care: content_hash: 40ae0e565654fa84eee039e4763897ba9de6ae14418fa027f98d0f9e7a13558b health_score: 100.0 @@ -201932,6 +214290,7 @@ https://thenewstack.io/containers/container-best-practices-what-they-are-and-why - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://thenewstack.io/containers/how-to-share-data-between-docker-containers: content_hash: 851e9064c7cae18148f1c752c22d12d4e0229691414e484111b0cfd686b97b2e health_score: 100.0 @@ -201943,6 +214302,7 @@ https://thenewstack.io/containers/how-to-share-data-between-docker-containers: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://thenewstack.io/crossplane-a-kubernetes-control-plane-to-roll-your-own-paas: ai_summary: Discusses Crossplane's capability to orchestrate complete Internal Developer Platforms (IDPs). Highlights how custom control planes abstract infrastructure @@ -201970,6 +214330,7 @@ https://thenewstack.io/crossplane-a-kubernetes-control-plane-to-roll-your-own-pa v2_locations: - crossplane.md year: N/A + addition_method: manual https://thenewstack.io/culture-vulnerabilities-and-budget-why-devs-and-appsec-disagree: ai_summary: Analyzes structural gaps and cultural conflicts within software engineering departments over security ownership. Explains how prioritizing development velocity @@ -201998,6 +214359,7 @@ https://thenewstack.io/culture-vulnerabilities-and-budget-why-devs-and-appsec-di v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/cycle-io-a-container-orchestration-platform-aimed-at-developers: ai_summary: An architecture-focused critique of Cycle.io's developer-first approach to container scheduling. Details how its managed API layer automatically handles @@ -202025,6 +214387,7 @@ https://thenewstack.io/cycle-io-a-container-orchestration-platform-aimed-at-deve v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://thenewstack.io/cycle-io-meet-the-team-on-a-mission-to-replace-kubernetes: ai_summary: Examines the foundational goals of the Cycle.io team in their effort to reduce the administrative burden of infrastructure deployment. Traces their @@ -202052,6 +214415,7 @@ https://thenewstack.io/cycle-io-meet-the-team-on-a-mission-to-replace-kubernetes v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://thenewstack.io/data-on-kubernetes-operators-tools-need-standardization: content_hash: 20d22d16709d3f5ad25648728f40a5b8f19036296ba7756961e70024f51b013f description: '' @@ -202068,6 +214432,7 @@ https://thenewstack.io/data-on-kubernetes-operators-tools-need-standardization: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/data-on-kubernetes-the-next-frontier: content_hash: 9266fb7459515dedaac9efbd050505cc037faf867ab4b148a322c4133b19ae62 description: '' @@ -202084,6 +214449,7 @@ https://thenewstack.io/data-on-kubernetes-the-next-frontier: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/database-as-a-service-a-key-technology-for-agile-growth: content_hash: d1ec4db40a36fe7117aecbc80e7bda26a73d26cdb326ccc9153ebf2d54beca5d description: '' @@ -202100,6 +214466,7 @@ https://thenewstack.io/database-as-a-service-a-key-technology-for-agile-growth: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/database-load-balancing-and-the-delusion-of-3-tiered-architecture: content_hash: 6fd6c23efa13fbee41563b0ae7580b185d7285e6495c97905953ebd5e8797e6b description: '' @@ -202117,6 +214484,7 @@ https://thenewstack.io/database-load-balancing-and-the-delusion-of-3-tiered-arch v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/databases-finally-get-containerized: content_hash: 87cdbb85969afe0c918588dc7f4e552371366a758f8499cb2d892cedac79016f description: '' @@ -202133,6 +214501,7 @@ https://thenewstack.io/databases-finally-get-containerized: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/defend-the-core-kubernetes-security-at-every-layer: ai_summary: A practical walkthrough of security layers within a standard Kubernetes deployment stack. It illustrates mapping defensive configurations from container @@ -202160,6 +214529,7 @@ https://thenewstack.io/defend-the-core-kubernetes-security-at-every-layer: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/defining-a-different-kubernetes-user-interface-for-the-next-decade: content_hash: a53d95a49b5ad793186bc5a02828915bd15ab9f3509da71291b518544efd2e71 description: '' @@ -202177,6 +214547,7 @@ https://thenewstack.io/defining-a-different-kubernetes-user-interface-for-the-ne v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/demystifying-distributed-traces-in-opentelemetry: content_hash: 349b1469662df81ab44d33673aab2061172ebfc2926f5a34ca062255a07fbba5 description: '' @@ -202193,6 +214564,7 @@ https://thenewstack.io/demystifying-distributed-traces-in-opentelemetry: v2_locations: - prometheus.md year: N/A + addition_method: manual https://thenewstack.io/deploy-a-kubernetes-cluster-on-ubuntu-server-with-microk8s: ai_summary: Outlines the quick process of setting up single or multi-node Kubernetes infrastructures on Ubuntu Server leveraging MicroK8s' native snap packages. Perfect @@ -202220,6 +214592,7 @@ https://thenewstack.io/deploy-a-kubernetes-cluster-on-ubuntu-server-with-microk8 v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://thenewstack.io/deploy-a-persistent-kubernetes-application-with-portainer: content_hash: c809133292f82c51b49a7e3f7f054d22e60b62b8b1b66955a377d5eb784110bf description: '' @@ -202236,6 +214609,7 @@ https://thenewstack.io/deploy-a-persistent-kubernetes-application-with-portainer v2_locations: - docker.md year: N/A + addition_method: manual https://thenewstack.io/deploy-gremlin-to-amazon-eks-using-aws-cloudformation: ai_summary: This article demonstrates setting up Gremlin on EKS clusters using AWS CloudFormation templates to bootstrap chaos daemonsets. Discusses using disruption @@ -202264,6 +214638,7 @@ https://thenewstack.io/deploy-gremlin-to-amazon-eks-using-aws-cloudformation: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/deploy-microk8s-and-the-kubernetes-dashboard-for-k8s-development: ai_summary: Teaches developers how to install MicroK8s on local workstations and spin up the native visual Kubernetes Dashboard. Demonstrates rapid local testing @@ -202291,6 +214666,7 @@ https://thenewstack.io/deploy-microk8s-and-the-kubernetes-dashboard-for-k8s-deve v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://thenewstack.io/deploy-mongodb-in-a-container-access-it-outside-the-cluster: content_hash: f55539a4674514bfda710d196651005e0dce1ab37f25b185f26c4c3acf137734 description: '' @@ -202307,6 +214683,7 @@ https://thenewstack.io/deploy-mongodb-in-a-container-access-it-outside-the-clust v2_locations: - nosql.md year: N/A + addition_method: manual https://thenewstack.io/deploy-mysql-and-phpmyadmin-with-docker: content_hash: fa6fc9b8b7237a0e7193bf9b11190b520a0202ec3e73b02a0cfe4927ec173cea description: '' @@ -202323,6 +214700,7 @@ https://thenewstack.io/deploy-mysql-and-phpmyadmin-with-docker: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/deploy-stateful-workloads-on-kubernetes-with-ondat-and-fluxcd: content_hash: 6ac318a7148165e2e4cad9d1be5108ec8883e08be6395cfe4c9abe2240cfe361 description: '' @@ -202339,6 +214717,7 @@ https://thenewstack.io/deploy-stateful-workloads-on-kubernetes-with-ondat-and-fl v2_locations: - flux.md year: N/A + addition_method: manual https://thenewstack.io/deploying-microsofts-new-linux-distribution-as-a-vm-is-not-easy: content_hash: 76bfc26410ef41e09a40da9ea5f4e90cc0c36a99059a4531e5e90d13f930b1b5 description: '' @@ -202356,6 +214735,7 @@ https://thenewstack.io/deploying-microsofts-new-linux-distribution-as-a-vm-is-no v2_locations: - azure.md year: N/A + addition_method: manual https://thenewstack.io/develop-a-daily-reporting-system-for-chaos-mesh-to-improve-system-resilience: content_hash: 5d50943a09404a0cc138b2e3baa8ff3b743ebaea2808182343ef80811daa2270 description: '' @@ -202373,6 +214753,7 @@ https://thenewstack.io/develop-a-daily-reporting-system-for-chaos-mesh-to-improv v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/developer-beware-the-3-api-security-risks-you-cant-overlook: content_hash: 34c016cf38384f0df3832887b09d44685b9c6917ebd6edd20bb37bb77d0fa16e description: '' @@ -202389,6 +214770,7 @@ https://thenewstack.io/developer-beware-the-3-api-security-risks-you-cant-overlo v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/developers-put-ai-bots-to-the-test-of-writing-code: ai_summary: Empirical evaluation measuring code-generation accuracy across popular AI engines. Examines compiler error rates, structural vulnerabilities, and the @@ -202416,6 +214798,7 @@ https://thenewstack.io/developers-put-ai-bots-to-the-test-of-writing-code: v2_locations: - chatgpt.md year: N/A + addition_method: manual https://thenewstack.io/development-introduction-to-git-logging: ai_summary: An exploration of 'git log' configurations, covering formatting flags, filtering by files, authors, or chronological dates, and visualizing commit history @@ -202445,6 +214828,7 @@ https://thenewstack.io/development-introduction-to-git-logging: v2_locations: - git.md year: N/A + addition_method: manual https://thenewstack.io/devops-at-the-crossroads-the-future-of-software-delivery: content_hash: cce56ddf81609fcd3e4467a7bcc932c4c707c6227e7b5354d77468c03be0cd41 description: '' @@ -202461,6 +214845,7 @@ https://thenewstack.io/devops-at-the-crossroads-the-future-of-software-delivery: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/devops-burnout-try-platform-engineering: content_hash: 78668a1ef2c89dea13b141fc4a59e5751a018ea954eecb3f641d53e494eac3b3 description: '' @@ -202477,6 +214862,7 @@ https://thenewstack.io/devops-burnout-try-platform-engineering: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/devops-devapps-and-the-death-of-infrastructure: content_hash: 0285e2d6cc97b13c6db327f69dce12f873ff8d6df470b53b66a610f42d25eb4e description: '' @@ -202493,6 +214879,7 @@ https://thenewstack.io/devops-devapps-and-the-death-of-infrastructure: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/devops-is-fed-by-a-tools-culture-loop: ai_summary: Commentary exploring the dynamic intersection between DevOps organizational practices, corporate cultures, and how continuous toolchain feedback loops dictate @@ -202520,6 +214907,7 @@ https://thenewstack.io/devops-is-fed-by-a-tools-culture-loop: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://thenewstack.io/devops-observability-from-code-to-cloud: content_hash: b0850f2832795e0c96fc615cf77b6f82faca82883451c091e682d79091b65417 description: '' @@ -202536,6 +214924,7 @@ https://thenewstack.io/devops-observability-from-code-to-cloud: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/devsecops-teams-need-application-consistent-backups-for-kubernetes-workloads: content_hash: 80905ec61c480e4f8424a0ecb70da1bc29aab2bf4ab0a8c097d303a2718cf2d0 description: '' @@ -202553,6 +214942,7 @@ https://thenewstack.io/devsecops-teams-need-application-consistent-backups-for-k v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://thenewstack.io/devspace-designed-to-lower-the-kubernetes-learning-curve: ai_summary: Explores the design philosophies behind DevSpace. Analyzes how its CLI simplifies multi-component local workflows and standardizes staging configurations. @@ -202579,6 +214969,7 @@ https://thenewstack.io/devspace-designed-to-lower-the-kubernetes-learning-curve: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://thenewstack.io/digitalocean-app-platform-eases-kubernetes-deployments-for-developers: content_hash: be672e8068d253314b71418ffa81adb22ef3220b5245cf467201ad08af8d1192 description: '' @@ -202596,6 +214987,7 @@ https://thenewstack.io/digitalocean-app-platform-eases-kubernetes-deployments-fo v2_locations: - digitalocean.md year: N/A + addition_method: manual https://thenewstack.io/disaster-recovery-is-different-for-the-cloud: content_hash: b786e1ceb215edf5e65ce7201ef7b2ebb8c30295ccb89bdfab1522efdacfefbb description: '' @@ -202612,6 +215004,7 @@ https://thenewstack.io/disaster-recovery-is-different-for-the-cloud: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/distributed-database-architecture-what-is-it: content_hash: e186dfa786761aa3cb79b13e4e85499b8824e50cde5d98ef0152bf19a7ae9c31 description: '' @@ -202628,6 +215021,7 @@ https://thenewstack.io/distributed-database-architecture-what-is-it: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/diving-into-aws-databases-amazon-rds-and-dynamodb-explained: ai_summary: Curator Insight compares relational databases (RDS) and non-relational databases (DynamoDB) on AWS. Live Grounding emphasizes the trade-offs of relational @@ -202656,6 +215050,7 @@ https://thenewstack.io/diving-into-aws-databases-amazon-rds-and-dynamodb-explain v2_locations: - aws-databases.md year: N/A + addition_method: manual https://thenewstack.io/do-i-really-need-kubernetes: ai_summary: A candid architectural decision guide evaluating the complexity, overhead, and maintenance costs of adopting Kubernetes. Offers simpler alternative infrastructure @@ -202685,6 +215080,7 @@ https://thenewstack.io/do-i-really-need-kubernetes: - kubernetes-alternatives.md - introduction.md year: N/A + addition_method: manual https://thenewstack.io/does-kubernetes-really-perform-better-on-bare-metal-vs-vms: content_hash: c15d1d7ec092db5f6b76b19053d2251d4c390bb294dd171b3bfb5f8db280e729 description: '' @@ -202702,6 +215098,7 @@ https://thenewstack.io/does-kubernetes-really-perform-better-on-bare-metal-vs-vm v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/dont-pause-your-kubernetes-adoption-paas-it-instead: content_hash: 05fb2a50ad0e306d017e783981160b9c438bf8b106cc9fd08a629428fb949098 description: '' @@ -202718,6 +215115,7 @@ https://thenewstack.io/dont-pause-your-kubernetes-adoption-paas-it-instead: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/ebooks/kubernetes/ci-cd-with-kubernetes: ai_summary: An exhaustive technical e-book curated by The New Stack detailing the complete landscape of Kubernetes-native CI/CD. Covers core tooling (Tekton, Argo @@ -202746,6 +215144,7 @@ https://thenewstack.io/ebooks/kubernetes/ci-cd-with-kubernetes: v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/embracing-database-deployments-in-ci-cd-practices-with-git: ai_summary: 'Curator Insight: Targets the complex challenge of automating database schema evolutionary changes within standard CI/CD. Live Grounding: Explores declarative @@ -202774,6 +215173,7 @@ https://thenewstack.io/embracing-database-deployments-in-ci-cd-practices-with-gi v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/end-user-tracing-in-a-skywalking-observed-browser: content_hash: 16d66ac3dbf3f2683a3a8d2bf2cea953c4cbe90ea1098b0672583e44bc0b25ca description: '' @@ -202785,6 +215185,7 @@ https://thenewstack.io/end-user-tracing-in-a-skywalking-observed-browser: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://thenewstack.io/error-handling-from-backends-to-the-frontend: content_hash: 5fa3de62f2c4bfbe0ce8b4d06433e674d027db93bc1e10493610e651d8f23c5a description: '' @@ -202801,6 +215202,7 @@ https://thenewstack.io/error-handling-from-backends-to-the-frontend: v2_locations: - qa.md year: N/A + addition_method: manual https://thenewstack.io/exploring-the-new-kubernetes-maturity-model: content_hash: 7b4c78aa77cf53d157be0c88b3566c4e25f57758a1169bb64061b197b0dd6d66 description: '' @@ -202817,6 +215219,7 @@ https://thenewstack.io/exploring-the-new-kubernetes-maturity-model: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/extending-kubernetes-services-with-multi-cluster-services-api: content_hash: 88e1f1b991025488fadf51a37a51a5a690d872410b29a5e6e076df214f6f6f6d description: '' @@ -202834,6 +215237,7 @@ https://thenewstack.io/extending-kubernetes-services-with-multi-cluster-services v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/find-vulnerabilities-in-container-images-with-docker-scan: ai_summary: A practical exploration of using native container engine scanning capabilities to identify software flaws during the build stage. The article provides a walkthrough @@ -202862,6 +215266,7 @@ https://thenewstack.io/find-vulnerabilities-in-container-images-with-docker-scan v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/finout-gets-a-handle-on-kubernetes-costs: content_hash: 272462d22ae20f930d1b4b43e97648311ad3c5e92bd43af4a3342aa10210a099 description: '' @@ -202878,6 +215283,7 @@ https://thenewstack.io/finout-gets-a-handle-on-kubernetes-costs: v2_locations: - finops.md year: N/A + addition_method: manual https://thenewstack.io/four-best-practices-to-drive-successful-adoption-of-ci-cd: ai_summary: 'Curator Insight: Culture-focused guide outlining change management best practices for migrating to modern deployment patterns. Live Grounding: Focuses @@ -202906,6 +215312,7 @@ https://thenewstack.io/four-best-practices-to-drive-successful-adoption-of-ci-cd v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/from-devops-to-devapps: content_hash: a77d8cdee3398bd433ddcc06bdeae1e50cd0d7bbab34e0749a33553fc42406b4 description: '' @@ -202922,6 +215329,7 @@ https://thenewstack.io/from-devops-to-devapps: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/garden-the-configure-once-kubernetes-platform-for-seamless-dev-prod-integration: content_hash: 6138359827ec7deae5180bd8db1920cacf98607503f65131de8825cfce9f4dca description: '' @@ -202939,6 +215347,7 @@ https://thenewstack.io/garden-the-configure-once-kubernetes-platform-for-seamles v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://thenewstack.io/getting-open-policy-agent-up-and-running: content_hash: 8b16e6bb5f68ff88ecbec28ebc0bba99e9f3450b148bbeef252cfd8cfecb6375 description: '' @@ -202955,6 +215364,7 @@ https://thenewstack.io/getting-open-policy-agent-up-and-running: v2_locations: - securityascode.md year: N/A + addition_method: manual https://thenewstack.io/getting-started-with-gitops: content_hash: d80aa074e0ca2e278adf84606408520a543789ba65f1bccbaddde12a81ecadc8 description: '' @@ -202971,6 +215381,7 @@ https://thenewstack.io/getting-started-with-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/getting-started-with-go-and-influxdb: ai_summary: A practical introduction to pushing time-series metrics from Go applications to InfluxDB. Essential for engineering robust observability pipelines inside distributed @@ -202999,6 +215410,7 @@ https://thenewstack.io/getting-started-with-go-and-influxdb: v2_locations: - golang.md year: N/A + addition_method: manual https://thenewstack.io/git-for-managing-small-projects: ai_summary: Explains how lightweight Git workflows can be tailored for single-developer or small-scale applications without the complexity of corporate deployment cycles. @@ -203027,6 +215439,7 @@ https://thenewstack.io/git-for-managing-small-projects: v2_locations: - git.md year: N/A + addition_method: manual https://thenewstack.io/github-copilot-a-powerful-controversial-autocomplete-for-developers: content_hash: 5c2afcdd302f4779817c482cb9bad50637c761bd84dff858588fe8c67bc0503e description: '' @@ -203044,6 +215457,7 @@ https://thenewstack.io/github-copilot-a-powerful-controversial-autocomplete-for- v2_locations: - git.md year: N/A + addition_method: manual https://thenewstack.io/gitops-as-an-evolution-of-kubernetes: content_hash: 12a1c4d38a3f18fc2e6a4501050bdd8d2f373517a1a5da2c72d4c22a7464bc49 description: '' @@ -203060,6 +215474,7 @@ https://thenewstack.io/gitops-as-an-evolution-of-kubernetes: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/gitops-at-home-automate-code-deploys-with-kubernetes-and-flux: content_hash: 8ac44184bed13903bef08a8a1d4e81b6ca55a30e94a117bfc23ae5e2bd2093fc description: '' @@ -203077,6 +215492,7 @@ https://thenewstack.io/gitops-at-home-automate-code-deploys-with-kubernetes-and- v2_locations: - flux.md year: N/A + addition_method: manual https://thenewstack.io/gitops-on-kubernetes-deciding-between-argo-cd-and-flux: ai_summary: A critical analysis of Argo CD versus Flux. Compares Argo CD's visual multi-cluster design against Flux's low-footprint git-reconciling architecture @@ -203104,6 +215520,7 @@ https://thenewstack.io/gitops-on-kubernetes-deciding-between-argo-cd-and-flux: v2_locations: - argo.md year: N/A + addition_method: manual https://thenewstack.io/gitops-use-cases-you-may-not-have-considered: content_hash: 139d5c3ecf256b7aec65d20db7fa9098423405f765d0a2b7def7345fed511374 description: '' @@ -203120,6 +215537,7 @@ https://thenewstack.io/gitops-use-cases-you-may-not-have-considered: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/gitpod-brings-automated-environments-to-jetbrains-ides: content_hash: aafc02559d49afbc15700225ef53358b4c1b38ff068b23c786510c21fd48849d description: '' @@ -203131,6 +215549,7 @@ https://thenewstack.io/gitpod-brings-automated-environments-to-jetbrains-ides: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://thenewstack.io/gitpod-open-sources-a-holistic-ide: content_hash: 402885f7f87b78cd77d25093e48eeefb8def24726a41d0342d73f5bb7f6325b8 description: '' @@ -203147,6 +215566,7 @@ https://thenewstack.io/gitpod-open-sources-a-holistic-ide: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://thenewstack.io/gitpod-openvscode-server-brings-visual-studio-code-to-the-browser: content_hash: c0cca13454948acb31145ec415ba5754f965d2a0530d0b6319c31be0d132f259 description: '' @@ -203159,6 +215579,7 @@ https://thenewstack.io/gitpod-openvscode-server-brings-visual-studio-code-to-the v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://thenewstack.io/godaddys-innovative-project-to-secure-and-rotate-kubernetes-secrets: content_hash: 38f90e49141bddf744cc5c548995b81e0f1ac63bd5b660ee46a31afee8ce93de description: '' @@ -203170,6 +215591,7 @@ https://thenewstack.io/godaddys-innovative-project-to-secure-and-rotate-kubernet v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://thenewstack.io/google-and-oracle-cloud-adoption-doubles-among-enterprises-3: content_hash: 2fae21f3d0391ec440649b32b063c630b76bbf99a1adae9a6482d3753ef26dc8 description: '' @@ -203186,6 +215608,7 @@ https://thenewstack.io/google-and-oracle-cloud-adoption-doubles-among-enterprise v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/google-introduces-clusterfuzzlite-security-tool-for-ci-cd: content_hash: c12aa1f47c9c9b3f4a3a51cdeb528c9ab5bbaed012add141645ff747f2924ace description: '' @@ -203202,6 +215625,7 @@ https://thenewstack.io/google-introduces-clusterfuzzlite-security-tool-for-ci-cd v2_locations: - qa.md year: N/A + addition_method: manual https://thenewstack.io/google-sre-site-reliability-engineering-at-a-global-scale: ai_summary: A retrospective analysis of Google's journey in creating the modern SRE discipline to address unprecedented internet scale. It focuses on the core @@ -203230,6 +215654,7 @@ https://thenewstack.io/google-sre-site-reliability-engineering-at-a-global-scale v2_locations: - sre.md year: N/A + addition_method: manual ? https://thenewstack.io/google-traffic-director-and-the-l7-internal-load-balancer-intermingles-cloud-native-and-legacy-workloads : content_hash: a2b8deaa738c18f8a5bbe153d8ad6af421685f94098a9d393a18578dd453a995 description: '' @@ -203247,6 +215672,7 @@ https://thenewstack.io/google-sre-site-reliability-engineering-at-a-global-scale v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/googles-new-autopilot-for-kubernetes: ai_summary: Examines GKE Autopilot structural designs from an administrator point of view. Explains differences in scaling strategies, pod sizing mechanics, and @@ -203274,6 +215700,7 @@ https://thenewstack.io/googles-new-autopilot-for-kubernetes: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/governance-risk-and-compliance-with-kubernetes: content_hash: 80117df59f0ce080dc55dd235ba732c5cfcc700b37a9292a5a0f0256619b4099 description: '' @@ -203290,6 +215717,7 @@ https://thenewstack.io/governance-risk-and-compliance-with-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/grafana-7-5-controversial-pie-charts-and-loki-alerts: content_hash: 3ed90000a81316b6325184b22ae8b06f65256902b9894e2158d3c50ebf63ecf0 description: '' @@ -203306,6 +215734,7 @@ https://thenewstack.io/grafana-7-5-controversial-pie-charts-and-loki-alerts: v2_locations: - grafana.md year: N/A + addition_method: manual https://thenewstack.io/grafana-8-0-rethinks-alerts-and-visualizations: content_hash: 228dea2f159cc7b5732da6f7acf13ad8427a67ded26d1e79268fe56c1bf50a86 description: '' @@ -203322,6 +215751,7 @@ https://thenewstack.io/grafana-8-0-rethinks-alerts-and-visualizations: v2_locations: - grafana.md year: N/A + addition_method: manual https://thenewstack.io/grafana-adds-logging-to-its-enterprise-observability-stack: content_hash: f5c6d5aef120d0a9748d304d55c27740370bdbc5178f7af49a25d8af0c87c3c0 description: '' @@ -203339,6 +215769,7 @@ https://thenewstack.io/grafana-adds-logging-to-its-enterprise-observability-stac v2_locations: - grafana.md year: N/A + addition_method: manual https://thenewstack.io/grafana-is-not-worried-about-aws-commercialization: content_hash: 7e5bd2388b10b8fa3c23e5ccd49292e3f3859fad3c482a7cea01175ce913b163 description: '' @@ -203355,6 +215786,7 @@ https://thenewstack.io/grafana-is-not-worried-about-aws-commercialization: v2_locations: - grafana.md year: N/A + addition_method: manual https://thenewstack.io/grafana-wants-to-democratize-cloud-native-metrics: content_hash: 75c7f41bfbb386ef88df9f84e57a913e98885e07c577c084ae35fdfbc0fcf385 description: '' @@ -203371,6 +215803,7 @@ https://thenewstack.io/grafana-wants-to-democratize-cloud-native-metrics: v2_locations: - grafana.md year: N/A + addition_method: manual https://thenewstack.io/grafana-wants-to-help-you-avoid-getting-dinged-by-kubernetes-costs: content_hash: 5d98b86af8d8d14cef5df450bd35eedbffc15f849c9560a4a17c971540574f6e description: '' @@ -203388,6 +215821,7 @@ https://thenewstack.io/grafana-wants-to-help-you-avoid-getting-dinged-by-kuberne v2_locations: - finops.md year: N/A + addition_method: manual https://thenewstack.io/growing-adoption-of-observability-powers-business-transformation: content_hash: 81d59dc2e97cebe88cf5a2381abfceee184df9aca0decf20c46b593e5ab057e7 description: '' @@ -203404,6 +215838,7 @@ https://thenewstack.io/growing-adoption-of-observability-powers-business-transfo v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/guido-van-rossums-ambitious-plans-for-improving-python-performance: content_hash: 96689d30b8a6cc9f6b43f32814fa78d13981ef8a018f71f07db22fc7a97476b9 description: '' @@ -203421,6 +215856,7 @@ https://thenewstack.io/guido-van-rossums-ambitious-plans-for-improving-python-pe v2_locations: - python.md year: N/A + addition_method: manual https://thenewstack.io/guis-cli-apis-learn-basic-terms-of-infrastructure-as-code: content_hash: 4cd556a95e93e9be362f07f58961324428a9b62b6d851f9085e8d82b7fcd794d description: '' @@ -203437,6 +215873,7 @@ https://thenewstack.io/guis-cli-apis-learn-basic-terms-of-infrastructure-as-code v2_locations: - iac.md year: N/A + addition_method: manual https://thenewstack.io/haproxy-kubernetes-ingress-controller-moves-outside-the-cluster: content_hash: 823630493991e83a8ac782e06eef9ee259b995e9428352e28dfe308aad87fcaa description: '' @@ -203454,6 +215891,7 @@ https://thenewstack.io/haproxy-kubernetes-ingress-controller-moves-outside-the-c v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://thenewstack.io/hashicorp-adds-consul-and-vault-to-cloud-platform-for-aws: content_hash: af50547ee57c63031f615a956830538bc49f10c887728eceb325bbc0efb1e290 description: '' @@ -203470,6 +215908,7 @@ https://thenewstack.io/hashicorp-adds-consul-and-vault-to-cloud-platform-for-aws v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://thenewstack.io/hashicorp-vault-operator-manages-kubernetes-secrets: content_hash: f4fa50cb1629a0966ac03ad43cafd2d547c938b8d7d143f73cee7af26bb39ef7 description: '' @@ -203486,6 +215925,7 @@ https://thenewstack.io/hashicorp-vault-operator-manages-kubernetes-secrets: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://thenewstack.io/hashicorps-releases-hcp-vault-to-combat-secrets-management-fatigue: ai_summary: Analyzes the rollout of HashiCorp Cloud Platform (HCP) Vault. Discusses how managed Vault mitigates operationally intensive cluster setup, maintenance, @@ -203514,6 +215954,7 @@ https://thenewstack.io/hashicorps-releases-hcp-vault-to-combat-secrets-managemen v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/have-containers-will-travel-why-gitops-is-essential-for-multicloud: content_hash: b94ad9ec467a3bf12eb57de33591d92c4384d14e3feda3fe6ff06f0162dd3c14 description: '' @@ -203531,6 +215972,7 @@ https://thenewstack.io/have-containers-will-travel-why-gitops-is-essential-for-m v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/how-airbnb-and-twitter-cut-back-on-microservice-complexities: content_hash: ea81cf5d7066df253c36fcba9bbeea7a7f903aa51f9e5576d25e37e5d02cfe40 description: '' @@ -203547,6 +215989,7 @@ https://thenewstack.io/how-airbnb-and-twitter-cut-back-on-microservice-complexit v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/how-daily-dev-built-a-low-budget-serverless-scraping-pipeline-for-online-articles: content_hash: ab44f6d222ad57ecaf5bc015af5c3bc74ecd55bc3585421a09247f1cdba8214b description: '' @@ -203564,6 +216007,7 @@ https://thenewstack.io/how-daily-dev-built-a-low-budget-serverless-scraping-pipe v2_locations: - serverless.md year: N/A + addition_method: manual https://thenewstack.io/how-deutsche-telekom-manages-edge-infrastructure-with-gitops: content_hash: 6b9db06f94b2df3ed0832b8cc68fa1b60f27ccca30ab0c6baa7b5f9af865283c description: '' @@ -203580,6 +216024,7 @@ https://thenewstack.io/how-deutsche-telekom-manages-edge-infrastructure-with-git v2_locations: - customer.md year: N/A + addition_method: manual https://thenewstack.io/how-do-applications-run-on-kubernetes: content_hash: c16ed90a271b977f8f1c9fe0bca5ae1ab64f60a53354116573f7db98f93edbf5 description: '' @@ -203596,6 +216041,7 @@ https://thenewstack.io/how-do-applications-run-on-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/how-do-authentication-and-authorization-differ: ai_summary: A simplified conceptual guide parsing out authentication (who you are) from authorization (what you are permitted to do) inside software systems. Clarifies @@ -203624,6 +216070,7 @@ https://thenewstack.io/how-do-authentication-and-authorization-differ: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/how-does-kubernetes-work: content_hash: c39ac235025d38a328c380d824cb9cb4b1ec496f453af361f6fe76625ecf4847 description: '' @@ -203640,6 +216087,7 @@ https://thenewstack.io/how-does-kubernetes-work: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/how-drift-detection-and-iac-help-maintain-a-secure-infrastructure: content_hash: d0792c93d57b321bfa2edb7afbc40c0be3834cb58d113e4c5420d896e19ffde2 description: '' @@ -203656,6 +216104,7 @@ https://thenewstack.io/how-drift-detection-and-iac-help-maintain-a-secure-infras v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/how-gitops-benefits-from-security-as-code: ai_summary: 'Explains the intersection of Security-as-Code and GitOps continuous reconciliation pipelines. Contrast: Curator Insight champions basic commit-level @@ -203685,6 +216134,7 @@ https://thenewstack.io/how-gitops-benefits-from-security-as-code: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/how-is-platform-engineering-different-from-devops-and-sre: content_hash: b5dfe4bc0222e120a6f2e767a548306717dae5ade5de2668de33eadd450dd99d description: '' @@ -203701,6 +216151,7 @@ https://thenewstack.io/how-is-platform-engineering-different-from-devops-and-sre v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/how-k3s-portworx-and-calico-can-serve-as-a-foundation-of-cloud-native-edge-infrastructure: content_hash: e1ea81f2eabcfd9133240d67f6cb96bbf7bf285d3a1d6626cd0d00982c5d3371 description: '' @@ -203718,6 +216169,7 @@ https://thenewstack.io/how-k3s-portworx-and-calico-can-serve-as-a-foundation-of- v2_locations: - rancher.md year: N/A + addition_method: manual https://thenewstack.io/how-keptn-automatically-configures-prometheus-ecosystems: content_hash: c4f17cf8604e4f2e331491f8f1c0324d5335c615f071ab985ebc9f28b22ebb78 description: '' @@ -203734,6 +216186,7 @@ https://thenewstack.io/how-keptn-automatically-configures-prometheus-ecosystems: v2_locations: - keptn.md year: N/A + addition_method: manual https://thenewstack.io/how-kubernetes-and-database-operators-drive-the-data-revolution: content_hash: 42971681e27760e487069d665f1f1e4ab28b54c02274914c3b57b4739eb1d0b6 description: '' @@ -203750,6 +216203,7 @@ https://thenewstack.io/how-kubernetes-and-database-operators-drive-the-data-revo v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/how-kubernetes-provides-networking-and-storage-to-applications: content_hash: 2537b25c1c4af4cb04e6f3c89e195414b98dc3ed3c38e45aa7391d10823659cf description: '' @@ -203766,6 +216220,7 @@ https://thenewstack.io/how-kubernetes-provides-networking-and-storage-to-applica v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/how-kubernetes-vulnerabilities-have-shifted-since-the-first-api-attacks: ai_summary: Tracks the structural evolution of security exploits in the Kubernetes ecosystem, transitioning from simple API credential bypasses to sophisticated @@ -203796,6 +216251,7 @@ https://thenewstack.io/how-kubernetes-vulnerabilities-have-shifted-since-the-fir v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/how-opentelemetry-works-with-kubernetes: content_hash: bd86f250e815f493371543763d2bb2183866bd5761f2019f67db5e51eaf547ff description: '' @@ -203812,6 +216268,7 @@ https://thenewstack.io/how-opentelemetry-works-with-kubernetes: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/how-platform-ops-teams-should-think-about-api-strategy: content_hash: fefdbc54225f67914d0d91592e5f2b9e970651fd9221e53b91a9040d2a5a52ea description: '' @@ -203828,6 +216285,7 @@ https://thenewstack.io/how-platform-ops-teams-should-think-about-api-strategy: v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/how-radical-api-design-changed-the-way-we-access-databases: content_hash: 12b63f4e37feb9f1075874a438de5b8a44e7011db8a88bffbb3f6ce7a1d1ab23 description: '' @@ -203844,6 +216302,7 @@ https://thenewstack.io/how-radical-api-design-changed-the-way-we-access-database v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/how-service-mesh-can-help-devops-achieve-business-goals: content_hash: 61a0a1411cfa8fabbf4e2eb1a3eaad140d1e8f286a2d54dbf28f1360900d357c description: '' @@ -203860,6 +216319,7 @@ https://thenewstack.io/how-service-mesh-can-help-devops-achieve-business-goals: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/how-testcontainers-is-demonstrating-value-as-a-key-ci-tool: content_hash: f10dc204d22c803ec211962628a54a6d7b2052a8fb95acc17db1a07756348780 description: '' @@ -203871,6 +216331,7 @@ https://thenewstack.io/how-testcontainers-is-demonstrating-value-as-a-key-ci-too v1_locations: - docs/qa.md year: N/A + addition_method: manual https://thenewstack.io/how-the-sre-experience-is-changing-with-cloud-native: ai_summary: This high-density industry analysis examines how the rise of complex cloud-native architectures shifts SRE responsibilities. It addresses how microservices, @@ -203901,6 +216362,7 @@ https://thenewstack.io/how-the-sre-experience-is-changing-with-cloud-native: - sre.md - about.md year: N/A + addition_method: manual https://thenewstack.io/how-to-achieve-api-governance: content_hash: e5911c6d131ae5bb27b9b6ab77419e7f1e5584436bc8fe2e1e77eafcd388c3e4 description: '' @@ -203917,6 +216379,7 @@ https://thenewstack.io/how-to-achieve-api-governance: v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/how-to-analyze-code-and-find-vulnerabilities-with-sonarqube: ai_summary: Hands-on guide to running static analyzers against real codebases using SonarQube scanners, configuring quality gates, and reviewing vulnerability alerts. @@ -203944,6 +216407,7 @@ https://thenewstack.io/how-to-analyze-code-and-find-vulnerabilities-with-sonarqu v2_locations: - sonarqube.md year: N/A + addition_method: manual https://thenewstack.io/how-to-choose-and-model-time-series-databases: content_hash: 702cfeba29280ec45878dd06dab4695aaede2e193a56c3b8a7a1c1d49faaf0d9 description: '' @@ -203960,6 +216424,7 @@ https://thenewstack.io/how-to-choose-and-model-time-series-databases: v2_locations: - nosql.md year: N/A + addition_method: manual https://thenewstack.io/how-to-deploy-kubernetes-with-kubeadm-and-containerd: ai_summary: Examines the modern approach to cluster provisioning by leveraging the containerd CRI runtime directly with kubeadm. Explains how to drop docker-shim @@ -203988,6 +216453,7 @@ https://thenewstack.io/how-to-deploy-kubernetes-with-kubeadm-and-containerd: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://thenewstack.io/how-to-ensure-your-serverless-database-stays-serverless: content_hash: 7c3dbfb67a601c1086fc4552d429e822bf5229a6b7ae0f30282b70858ff74740 description: '' @@ -204004,6 +216470,7 @@ https://thenewstack.io/how-to-ensure-your-serverless-database-stays-serverless: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/how-to-evaluate-kubernetes-cloud-providers: content_hash: 61e16fb774a00c7ddf2392e3b11a1111e19c535f1e3e96e04d92b7c16792c33f description: '' @@ -204020,6 +216487,7 @@ https://thenewstack.io/how-to-evaluate-kubernetes-cloud-providers: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://thenewstack.io/how-to-get-started-with-data-streaming: ai_summary: A beginner-to-intermediate guide outlining initial workflows for setting up real-time stream ingestion and processing pipelines. It reviews primary tooling @@ -204049,6 +216517,7 @@ https://thenewstack.io/how-to-get-started-with-data-streaming: v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/how-to-get-the-most-out-of-gitops: content_hash: 9004063d1e2fbde6c4277bcc939a58f411cee4734f08da78e1c521308c4c668c description: '' @@ -204065,6 +216534,7 @@ https://thenewstack.io/how-to-get-the-most-out-of-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/how-to-install-the-sonarqube-security-analysis-platform: ai_summary: Step-by-step deployment guide detailing how to host SonarQube locally or on dedicated infrastructure, including database dependencies and JVM configurations. @@ -204092,6 +216562,7 @@ https://thenewstack.io/how-to-install-the-sonarqube-security-analysis-platform: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://thenewstack.io/how-to-make-the-most-of-kubernetes-environment-variables: content_hash: bbf073f5fb27a36650454c9250ff2cc33d0bfe7d11bfe11f2ddb32e6da6b70aa description: '' @@ -204108,6 +216579,7 @@ https://thenewstack.io/how-to-make-the-most-of-kubernetes-environment-variables: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/how-to-put-a-gui-on-ansible-using-semaphore: content_hash: 25e766174081a035ada2ea070915293ce2264a54b5778837a2f9050f3a8492ee description: '' @@ -204124,6 +216596,7 @@ https://thenewstack.io/how-to-put-a-gui-on-ansible-using-semaphore: v2_locations: - ansible.md year: N/A + addition_method: manual https://thenewstack.io/how-to-run-a-cassandra-operation-in-docker: content_hash: 5f257afcc31f63dbb3bc21856afe5e99aae2fd80a288e1e724274b1b34161b78 description: '' @@ -204135,6 +216608,7 @@ https://thenewstack.io/how-to-run-a-cassandra-operation-in-docker: v1_locations: - docs/nosql.md year: N/A + addition_method: manual https://thenewstack.io/how-to-run-docker-in-rootless-mode: content_hash: ad46f2c72e984f0d600380456995f3c09259a696c428b0cc5c4b97d6ee45c013 description: '' @@ -204151,6 +216625,7 @@ https://thenewstack.io/how-to-run-docker-in-rootless-mode: v2_locations: - docker.md year: N/A + addition_method: manual https://thenewstack.io/how-to-secure-kubernetes-the-os-of-the-cloud: ai_summary: Compares the security architecture of Kubernetes to traditional operating systems, identifying the key layers requiring abstraction-level security. Curator @@ -204180,6 +216655,7 @@ https://thenewstack.io/how-to-secure-kubernetes-the-os-of-the-cloud: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/how-to-share-data-between-docker-containers: content_hash: b957cb52fc51af88ce24e974d49f3e7317cd296277c5f7642330676533e7e89e description: '' @@ -204191,6 +216667,7 @@ https://thenewstack.io/how-to-share-data-between-docker-containers: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://thenewstack.io/how-we-built-preview-environments-on-kubernetes-and-aws: ai_summary: This architectural case study reviews building dynamic preview environments on Amazon EKS. Outlines how to automate sandbox teardown, schedule resources effectively, @@ -204220,6 +216697,7 @@ https://thenewstack.io/how-we-built-preview-environments-on-kubernetes-and-aws: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/iac-cloud-misconfiguration-tools-too-noisy-without-context: content_hash: 72f00d2ab7a7b53b382161bb41b1c56076bcf4ade75d0e8c0328f50b2cf92d46 description: '' @@ -204236,6 +216714,7 @@ https://thenewstack.io/iac-cloud-misconfiguration-tools-too-noisy-without-contex v2_locations: - iac.md year: N/A + addition_method: manual https://thenewstack.io/ibm-red-hat-bring-load-aware-resource-management-to-kubernetes: content_hash: 9fdf3c204998e10af71391d5143d81226fff4ee4f6f95e77fc0e23b1192bdd6c description: '' @@ -204254,6 +216733,7 @@ https://thenewstack.io/ibm-red-hat-bring-load-aware-resource-management-to-kuber - ocp4.md - kubernetes-tools.md year: N/A + addition_method: manual https://thenewstack.io/ignore-prior-instructions-ai-still-befuddled-by-basic-reasoning: ai_summary: Investigates systemic logical failure modes and vulnerability trends in current generation frontier LLMs. Critically reviews prompt injection risks, @@ -204282,6 +216762,7 @@ https://thenewstack.io/ignore-prior-instructions-ai-still-befuddled-by-basic-rea v2_locations: - ai.md year: N/A + addition_method: manual https://thenewstack.io/improve-dev-experience-to-maximize-the-business-value-of-cd: ai_summary: 'Curator Insight: Direct correlation of continuous delivery maturity with developer cognitive load and retention. Live Grounding: Explores the internal @@ -204311,6 +216792,7 @@ https://thenewstack.io/improve-dev-experience-to-maximize-the-business-value-of- v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/infrastructure-as-code-6-best-practices-for-securing-applications: ai_summary: 'Presents six foundational guidelines for securing IaC templates before cloud deployments. Contrast: Curator Insight limits its scope to simple template @@ -204341,6 +216823,7 @@ https://thenewstack.io/infrastructure-as-code-6-best-practices-for-securing-appl v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/infrastructure-as-code-increase-security-scale-development: content_hash: 081c7db533135f1885cc5d9a9d7ad29618a53b149fc17dcac0a929210a3469d1 description: '' @@ -204357,6 +216840,7 @@ https://thenewstack.io/infrastructure-as-code-increase-security-scale-developmen v2_locations: - iac.md year: N/A + addition_method: manual https://thenewstack.io/infrastructure-as-code-or-cloud-platforms-you-decide: content_hash: b0f301db11f3ed26f7d676df2f0860d72134d4f1474d0e5d0d2f832663092210 description: '' @@ -204373,6 +216857,7 @@ https://thenewstack.io/infrastructure-as-code-or-cloud-platforms-you-decide: v2_locations: - iac.md year: N/A + addition_method: manual https://thenewstack.io/ingress-controllers-the-more-the-merrier: content_hash: 25cee06e182aab24b5cb8e3881cd0024e38f66dab7471b043a48bfcd0a895347 description: '' @@ -204389,6 +216874,7 @@ https://thenewstack.io/ingress-controllers-the-more-the-merrier: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://thenewstack.io/ingress-controllers-the-swiss-army-knife-of-kubernetes: content_hash: 942e1f66b845534ee7769b8e518ba6e9fbcf8ed17b152541fe24501fc29601dd description: '' @@ -204405,6 +216891,7 @@ https://thenewstack.io/ingress-controllers-the-swiss-army-knife-of-kubernetes: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://thenewstack.io/intelligent-automation-whats-the-missing-piece-of-aiops: ai_summary: Investigates critical operational gaps in legacy AIOps frameworks. Advocates for linking telemetry analysis with execution-centric automation backends (like @@ -204432,6 +216919,7 @@ https://thenewstack.io/intelligent-automation-whats-the-missing-piece-of-aiops: v2_locations: - ai.md year: N/A + addition_method: manual https://thenewstack.io/intention-as-code-making-self-healing-infrastructure-work: content_hash: dc9e37b4a96af51eba3f6c0371525b1c26e4b59b84c536b57071f86f261b599f description: '' @@ -204448,6 +216936,7 @@ https://thenewstack.io/intention-as-code-making-self-healing-infrastructure-work v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/introducing-cloneset-production-grade-kubernetes-deployment-crd: content_hash: 907bb18184224fcad94b45eccfdb11b02d2a670ced3123dc4bac213bd4bdaba3 description: '' @@ -204465,6 +216954,7 @@ https://thenewstack.io/introducing-cloneset-production-grade-kubernetes-deployme v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/is-a-multicloud-strategy-right-for-your-organization: content_hash: 8b8d7d58e81839e65add6225d575673c965cabba66bdb691b53aa995e5c8f97a description: '' @@ -204481,6 +216971,7 @@ https://thenewstack.io/is-a-multicloud-strategy-right-for-your-organization: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://thenewstack.io/is-linkerd-winning-the-service-mesh-race: content_hash: 235567b8297ed775fe2e217db5dbb007dcba8f3fdd49ac4cf438aa011ac60eac description: '' @@ -204497,6 +216988,7 @@ https://thenewstack.io/is-linkerd-winning-the-service-mesh-race: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/istio-1-10-improves-scalability-and-revision-control: ai_summary: Highlights the key technical improvements delivered in the Istio 1.10 release, with a strong focus on canary control plane upgrades, safer discovery @@ -204526,6 +217018,7 @@ https://thenewstack.io/istio-1-10-improves-scalability-and-revision-control: v2_locations: - istio.md year: N/A + addition_method: manual https://thenewstack.io/jaeger-vs-zipkin-battle-of-the-open-source-tracing-tools: content_hash: d224b70982a53247b87afed21d1f7c429bbe4c1c1e99f9a05c26ba31c3dbc009 description: '' @@ -204542,6 +217035,7 @@ https://thenewstack.io/jaeger-vs-zipkin-battle-of-the-open-source-tracing-tools: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/jetstack-secure-promises-to-ease-kubernetes-tls-security: ai_summary: Analyzes Jetstack Secure, an enterprise platform wrapping the open-source cert-manager tool to orchestrate certificates. Curator insight details how this @@ -204571,6 +217065,7 @@ https://thenewstack.io/jetstack-secure-promises-to-ease-kubernetes-tls-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/just-how-challenging-is-state-in-kubernetes: content_hash: 429ee9b06e1729ad8073ddd890b8fdfa71cdad59d57400eeba95e25425993da2 description: '' @@ -204582,6 +217077,7 @@ https://thenewstack.io/just-how-challenging-is-state-in-kubernetes: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://thenewstack.io/k8s-backup-and-disaster-recovery-is-more-important-than-ever: content_hash: ad411c3e393ac6f5041d3a43f39975bd09766f152e981306365620655a015254 description: '' @@ -204599,6 +217095,7 @@ https://thenewstack.io/k8s-backup-and-disaster-recovery-is-more-important-than-e v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://thenewstack.io/k8s-resource-management-an-autoscaling-cheat-sheet: content_hash: bcf55108e2a02a2b660e49e74035c0dac68c81d19f49934273f14b8901861526 description: '' @@ -204618,6 +217115,7 @@ https://thenewstack.io/k8s-resource-management-an-autoscaling-cheat-sheet: - cheatsheets.md - kubernetes-autoscaling.md year: N/A + addition_method: manual https://thenewstack.io/k8spin-provides-multitenant-isolation-for-kubernetes: content_hash: e298a85548b04610a50e1c08c6415985ad45eee9773e6eaa608adf93eaa3c4b8 description: '' @@ -204634,6 +217132,7 @@ https://thenewstack.io/k8spin-provides-multitenant-isolation-for-kubernetes: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://thenewstack.io/kafka-on-kubernetes-should-you-adopt-a-managed-solution: ai_summary: 'Curator Insight: Strategic evaluation of managed SaaS Kafka setups versus DIY operator approaches on Kubernetes. Live Grounding: Compares total cost @@ -204662,6 +217161,7 @@ https://thenewstack.io/kafka-on-kubernetes-should-you-adopt-a-managed-solution: v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/kasten-k10-v4-5-grafana-observability-more-edge-support: content_hash: e7731fd2e71c42b5af861755ebc04158f4dc1105ce64eed780e8d869fb549e3c description: '' @@ -204678,6 +217178,7 @@ https://thenewstack.io/kasten-k10-v4-5-grafana-observability-more-edge-support: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://thenewstack.io/key-basic-principles-to-secure-kubernetes-future: ai_summary: Discusses evolutionary principles designed to ensure the long-term robustness of cloud-native systems. Curator insight stresses the necessity of secure-by-default @@ -204707,6 +217208,7 @@ https://thenewstack.io/key-basic-principles-to-secure-kubernetes-future: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/kserve-a-robust-and-extensible-cloud-native-model-server: content_hash: d07bf024db6bd06f65f51fc6fdd56c875cf236dd81105ed596d1d7da7de560db description: '' @@ -204723,6 +217225,7 @@ https://thenewstack.io/kserve-a-robust-and-extensible-cloud-native-model-server: v2_locations: - mlops.md year: N/A + addition_method: manual https://thenewstack.io/kubecon-14000-more-engineers-have-their-gitops-basics-down: content_hash: 3fb46002c042d4979266f0a4b9ce20e8109218acb6de8e4bda6ea6adfa29d360 description: '' @@ -204740,6 +217243,7 @@ https://thenewstack.io/kubecon-14000-more-engineers-have-their-gitops-basics-dow v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/kubecost-monitor-kubernetes-costs-with-kubectl: content_hash: 75aa612d6e873c1441d5f23e387151e4690410dec4f482315020ef5fca3d2f93 description: '' @@ -204756,6 +217260,7 @@ https://thenewstack.io/kubecost-monitor-kubernetes-costs-with-kubectl: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubermatic-kubernetes-platform-beats-complexity-through-automation: content_hash: 87a3fbe0e54c36e57d3acd9734b879ed060108a79de67391ce6f4e35d1385579 description: '' @@ -204773,6 +217278,7 @@ https://thenewstack.io/kubermatic-kubernetes-platform-beats-complexity-through-a v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes: content_hash: 90ac515e807efc64e8349b7e8c7c0714a20767de557ec214cb2318b05d803e87 health_score: 100.0 @@ -204790,6 +217296,7 @@ https://thenewstack.io/kubernetes: - devops.md - kubernetes-networking.md - kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes-1-20-enhances-the-operator-experience-and-brings-new-features-to-the-container-runtime: content_hash: 2baf3140d845e0a57186b6e084474bd1eec484a9bb22d6f70d7f3ca5c75e8039 description: '' @@ -204807,6 +217314,7 @@ https://thenewstack.io/kubernetes-1-20-enhances-the-operator-experience-and-brin v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-1-20-lands-with-44-enhancements: content_hash: 332641f2ce3cfde2cf34d8e84bd35e026f30e687dd06b494247d9ba611d9602d description: '' @@ -204823,6 +217331,7 @@ https://thenewstack.io/kubernetes-1-20-lands-with-44-enhancements: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-1-21-brings-a-new-memory-manager-more-flexible-scheduling: content_hash: 9f2f8299c40ce6171b7b9372fdb4debe821445a982f5f14014206a1efd4f4c5a description: '' @@ -204840,6 +217349,7 @@ https://thenewstack.io/kubernetes-1-21-brings-a-new-memory-manager-more-flexible v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-1-23-dual-stack-ipv4-ipv6-cronjobs-ephemeral-volumes: content_hash: 1d56eb13a85a2964d7f259c9bea7698327526d50ba9eef70122b84654dc259f6 description: '' @@ -204857,6 +217367,7 @@ https://thenewstack.io/kubernetes-1-23-dual-stack-ipv4-ipv6-cronjobs-ephemeral-v v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-1-27-arrives: content_hash: 149220393a11cb56ace036ffd4161193e612671d73de027c809a5b6634de6dd5 description: '' @@ -204873,6 +217384,7 @@ https://thenewstack.io/kubernetes-1-27-arrives: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-1-28-accommodates-the-service-mesh-sudden-outages: content_hash: 0be8d56ab2e1f06191892170d17879a82a5d6c36fa014f402b694189c9cfe43b description: '' @@ -204889,6 +217401,7 @@ https://thenewstack.io/kubernetes-1-28-accommodates-the-service-mesh-sudden-outa v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-an-examination-of-major-attacks: ai_summary: Examines real-world attack vectors and high-profile security incidents targeted at Kubernetes infrastructure, including cryptojacking and dashboard exposure. @@ -204918,6 +217431,7 @@ https://thenewstack.io/kubernetes-an-examination-of-major-attacks: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-and-the-next-generation-of-paas: content_hash: 8884521a97b44fa29284943056476820537e8a178758fa1535bd84acb08e8210 description: '' @@ -204936,6 +217450,7 @@ https://thenewstack.io/kubernetes-and-the-next-generation-of-paas: - introduction.md - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-at-scale-without-gitops-is-a-bad-idea: content_hash: 73a939f8487f8db6ffe775d316a3fe312fec1bdb0ccaf6df234c0f841d6ef12c description: '' @@ -204955,6 +217470,7 @@ https://thenewstack.io/kubernetes-at-scale-without-gitops-is-a-bad-idea: - about.md - index.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-ci-cd-pipelines-explained: ai_summary: 'Curator Insight: Translates general CI/CD definitions specifically to containerized applications and orchestration systems. Live Grounding: Explains @@ -204983,6 +217499,7 @@ https://thenewstack.io/kubernetes-ci-cd-pipelines-explained: v2_locations: - cicd.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-daemonsets-a-detailed-introductory-tutorial: content_hash: cb3beb8ec585df4be298a3ba868ef05d60cad2ff93dbd050fee0a5fcd06e60ef description: '' @@ -204998,6 +217515,7 @@ https://thenewstack.io/kubernetes-daemonsets-a-detailed-introductory-tutorial: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-evolution-from-microservices-to-batch-processing-powerhouse: content_hash: 300db13b3b8f21ccd02b4d75073410bb4d1a247b7b276fadffa2b40d1b9d1691 description: '' @@ -205016,6 +217534,7 @@ https://thenewstack.io/kubernetes-evolution-from-microservices-to-batch-processi - introduction.md - index.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-health-checks-using-probes: content_hash: 36199f830d781c32ba763505c0e6346584f9e53c86c8e20888b3831e7c0aad5e description: '' @@ -205031,6 +217550,7 @@ https://thenewstack.io/kubernetes-health-checks-using-probes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-horror-stories: content_hash: 8b4f457d9f26f445fab37c4c340b80ee7a275a8f9801a92ec84b4ea406229208 description: '' @@ -205046,6 +217566,7 @@ https://thenewstack.io/kubernetes-horror-stories: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-is-not-just-about-containers-its-about-the-api: content_hash: 8ad16959dfeedd46d9e800018dd957d384db217daa92123c54f5cab1f78d7d07 description: '' @@ -205062,6 +217583,7 @@ https://thenewstack.io/kubernetes-is-not-just-about-containers-its-about-the-api v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-is-the-new-standard-for-computing-including-the-edge: content_hash: 5af811022842df8324f23619f7853f664d5752f1f38f2141be11e1cabe1b5a29 description: '' @@ -205078,6 +217600,7 @@ https://thenewstack.io/kubernetes-is-the-new-standard-for-computing-including-th v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-lifecycle-management-so-important-what-does-it-mean: content_hash: e63e2827f3cb2640a9a12d5bfbe89168ebc91db01f77b41ac19ef685ae129096 description: '' @@ -205094,6 +217617,7 @@ https://thenewstack.io/kubernetes-lifecycle-management-so-important-what-does-it v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-microservices-istio%E2%80%8A-%E2%80%8Aa-great-fit: ai_summary: An early architectural post highlighting how Kubernetes, microservices, and Istio fit together to create a secure, observable runtime environment. @@ -205120,6 +217644,7 @@ https://thenewstack.io/kubernetes-microservices-istio%E2%80%8A-%E2%80%8Aa-great- v2_locations: - istio.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-observability-challenges-in-cloud-native-architecture: content_hash: 67d0d9429e16691a727840539a28017c2c53fc4a066a00008455474d4181cdcf description: '' @@ -205136,6 +217661,7 @@ https://thenewstack.io/kubernetes-observability-challenges-in-cloud-native-archi v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-on-bare-metal-vs-vms-its-not-just-performance: ai_summary: A comparative technical analysis evaluating the operational trade-offs between deploying Kubernetes on bare metal versus traditional virtual machines. @@ -205165,6 +217691,7 @@ https://thenewstack.io/kubernetes-on-bare-metal-vs-vms-its-not-just-performance: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-probes-and-why-they-matter-for-autoscaling: content_hash: 816f26d523e33280fdf8a38f7e8ecd32d3ec3da14ef7651c3f87c606454adc94 description: '' @@ -205181,6 +217708,7 @@ https://thenewstack.io/kubernetes-probes-and-why-they-matter-for-autoscaling: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-run-analytics-at-the-edge-postgres-kafka-debezium: content_hash: f24e09c766229b3746df743df5f0545431b85e8621052f06df1f31dee38bb2e7 description: '' @@ -205197,6 +217725,7 @@ https://thenewstack.io/kubernetes-run-analytics-at-the-edge-postgres-kafka-debez v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-secrets-management-3-approaches-9-best-practices: ai_summary: 'Synthesizes three core secrets management topologies: native Kubernetes, external vaults, and GitOps-encrypted envelopes. Provides nine actionable architectural @@ -205224,6 +217753,7 @@ https://thenewstack.io/kubernetes-secrets-management-3-approaches-9-best-practic v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-troubleshooting-primer: content_hash: f8f81366d1452fe7bf317f7316a2da76298b85d9d82f973fa858feea13bc5a4a description: '' @@ -205240,6 +217770,7 @@ https://thenewstack.io/kubernetes-troubleshooting-primer: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-use-poddisruptionbudgets-for-application-maintenance-and-upgrades: content_hash: 9ad4e2636aa3045ae5270236582ffe42eaeecf9b8fb643ddf63ab156401f25fe description: '' @@ -205256,6 +217787,7 @@ https://thenewstack.io/kubernetes-use-poddisruptionbudgets-for-application-maint v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-when-to-use-and-when-to-avoid-the-operator-pattern: content_hash: 0c6db90a4eeccad2c9433e7eda37abef9ab335c4011c8e27918a044aecf09ffc description: '' @@ -205272,6 +217804,7 @@ https://thenewstack.io/kubernetes-when-to-use-and-when-to-avoid-the-operator-pat v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes-will-revolutionize-enterprise-database-management: content_hash: 93c4cbb10d7aacb94a9e769888847cf1044c877cbea842e4c2f71cad2c5d7966 description: '' @@ -205288,26 +217821,31 @@ https://thenewstack.io/kubernetes-will-revolutionize-enterprise-database-managem v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/kubernetes/-and-the-next-generation-of-paas: health_score: 80.0 last_checked: 1779130495.0183 v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/-daemonsets-a-detailed-introductory-tutorial: health_score: 80.0 last_checked: 1779130494.934007 v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/-health-checks-using-probes: health_score: 80.0 last_checked: 1779130494.950558 v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/-horror-stories: health_score: 80.0 last_checked: 1779130494.948163 v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/-is-not-just-about-containers-its-about-the-api: health_score: 80.0 last_checked: 1779130495.007996 @@ -205319,11 +217857,13 @@ https://thenewstack.io/kubernetes/-is-not-just-about-containers-its-about-the-ap status: review_required v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/-is-the-new-standard-for-computing-including-the-edge: health_score: 80.0 last_checked: 1779130495.033564 v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/-lifecycle-management-so-important-what-does-it-mean: health_score: 80.0 last_checked: 1779130494.989615 @@ -205335,6 +217875,7 @@ https://thenewstack.io/kubernetes/-lifecycle-management-so-important-what-does-i status: review_required v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/-observability-challenges-in-cloud-native-architecture: health_score: 80.0 last_checked: 1779130495.026219 @@ -205346,6 +217887,7 @@ https://thenewstack.io/kubernetes/-observability-challenges-in-cloud-native-arch status: review_required v1_locations: - docs/monitoring.md + addition_method: manual https://thenewstack.io/kubernetes/-probes-and-why-they-matter-for-autoscaling: health_score: 80.0 last_checked: 1779130494.952879 @@ -205357,11 +217899,13 @@ https://thenewstack.io/kubernetes/-probes-and-why-they-matter-for-autoscaling: status: review_required v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/-use-poddisruptionbudgets-for-application-maintenance-and-upgrades: health_score: 80.0 last_checked: 1779130494.967545 v1_locations: - docs/kubernetes.md + addition_method: manual https://thenewstack.io/kubernetes/7-tips-for-cutting-down-your-aws-kubernetes-bill: content_hash: 9704e1bef54f9e3ddf8f64d98d2a3d0bb968492e2fd9e98abae0eb0651239c7d health_score: 100.0 @@ -205373,6 +217917,7 @@ https://thenewstack.io/kubernetes/7-tips-for-cutting-down-your-aws-kubernetes-bi - docs/aws-pricing.md v2_locations: - aws-pricing.md + addition_method: manual https://thenewstack.io/kubernetes/whats-the-difference-between-kubernetes-and-openshift: content_hash: 425a2e56625bb0c83f948e1a1dc98fc3751cb344e1e8f4c319e4ea56446d4bdb description: '' @@ -205389,6 +217934,7 @@ https://thenewstack.io/kubernetes/whats-the-difference-between-kubernetes-and-op v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/kubestack-towards-full-stack-gitops: content_hash: d5ada2d8e4f5b2eacb9919e84f15b2df150f5e051f003ffa135bdf55e4d0e5d4 description: '' @@ -205405,6 +217951,7 @@ https://thenewstack.io/kubestack-towards-full-stack-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/laying-the-groundwork-for-kubernetes-security-across-workloads-pods-and-users: ai_summary: An analysis of foundational Kubernetes security layers targeting workloads, pods, and user environments. It covers container runtimes, namespace isolation @@ -205434,6 +217981,7 @@ https://thenewstack.io/laying-the-groundwork-for-kubernetes-security-across-work v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/learn-12-factor-apps-before-kubernetes: content_hash: 7fd64fc7e61cae18e45e80bcac1c0e821cda69601d6b827d32b52e5f2febd25d description: '' @@ -205450,6 +217998,7 @@ https://thenewstack.io/learn-12-factor-apps-before-kubernetes: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/less-is-more-with-kubernetes-1-22: content_hash: 98ce98e6656199c2bf48b5bee802be017699b1fbb6215c1f3f7de23596962cb8 description: '' @@ -205466,6 +218015,7 @@ https://thenewstack.io/less-is-more-with-kubernetes-1-22: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://thenewstack.io/lightsteps-opentelemetry-launchers-simplify-integration-to-line-of-code: content_hash: b20bbef1c7f8b0e9d37bd6f0389289d9db2b4a4507a680a72b64c4be1bb7e36a description: '' @@ -205483,6 +218033,7 @@ https://thenewstack.io/lightsteps-opentelemetry-launchers-simplify-integration-t v2_locations: - prometheus.md year: N/A + addition_method: manual https://thenewstack.io/linkedin-layered-architecture-minimizes-kafka-scaling-issues: ai_summary: 'Curator Insight: Case study detailing how LinkedIn redesigned their backend streaming pipeline layers. Live Grounding: Explains how a layered model @@ -205512,6 +218063,7 @@ https://thenewstack.io/linkedin-layered-architecture-minimizes-kafka-scaling-iss v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/linkerd-2-0-the-service-mesh-for-service-owners-platform-architects-sres: content_hash: bd820d563ac05ada4a2391bcc8726a8f7dd7d9d0535f0ec711bcee466bf79e10 description: '' @@ -205529,6 +218081,7 @@ https://thenewstack.io/linkerd-2-0-the-service-mesh-for-service-owners-platform- v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/living-with-kubernetes-12-commands-to-debug-your-workloads: content_hash: 1d652f4607f292e9fd38f282c6f9324a109155511d87e9eccf111e93799baa38 description: '' @@ -205546,6 +218099,7 @@ https://thenewstack.io/living-with-kubernetes-12-commands-to-debug-your-workload v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://thenewstack.io/living-with-kubernetes-api-lifecycles-and-you: content_hash: 1e89838c822e588d6254a98d167756a0011757ec59b19924db7b48fc883b5d09 description: '' @@ -205562,6 +218116,7 @@ https://thenewstack.io/living-with-kubernetes-api-lifecycles-and-you: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/living-with-kubernetes-cluster-upgrades: content_hash: b65d902c0421f06f1603c236ed4d217d0a6133170a58a3f81b832d2ae99947e2 description: '' @@ -205578,6 +218133,7 @@ https://thenewstack.io/living-with-kubernetes-cluster-upgrades: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/living-with-kubernetes-debug-clusters-in-8-commands: content_hash: 73bf40bad8adb18f1f2ce48cbcb20cd90abec6b0ee346d52e3c3250171e46238 description: '' @@ -205594,6 +218150,7 @@ https://thenewstack.io/living-with-kubernetes-debug-clusters-in-8-commands: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://thenewstack.io/living-with-kubernetes-multicluster-management: content_hash: 3b6eff78bf62b647684516f9cb9e9351142a9630f381f5a1c8c98b1185d12a9e description: '' @@ -205610,6 +218167,7 @@ https://thenewstack.io/living-with-kubernetes-multicluster-management: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/local-environment-as-code-is-it-possible-yet: content_hash: 144062d8026b71054b5677c15e289b8322432f8f57ce631deb1c6a700f19b715 description: '' @@ -205626,6 +218184,7 @@ https://thenewstack.io/local-environment-as-code-is-it-possible-yet: v2_locations: - iac.md year: N/A + addition_method: manual https://thenewstack.io/locking-down-kubernetes-containers-with-vcluster: content_hash: 92d42e12d16f7285cbfcd0863af8c6912d1b617a4b18480592b78516b8f7f246 description: '' @@ -205642,6 +218201,7 @@ https://thenewstack.io/locking-down-kubernetes-containers-with-vcluster: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://thenewstack.io/log-management-for-red-hat-openshift: content_hash: 2c75c3c68fbf4bdc984e9b949d696c975c4afc2fdcf1a66c205434a1817126bd description: '' @@ -205658,6 +218218,7 @@ https://thenewstack.io/log-management-for-red-hat-openshift: v2_locations: - ocp4.md year: N/A + addition_method: manual https://thenewstack.io/low-code-for-pro-coders: ai_summary: Discusses how professional software engineers can successfully employ low-code frameworks. Focuses on bypassing boilerplate logic generation while maintaining @@ -205685,6 +218246,7 @@ https://thenewstack.io/low-code-for-pro-coders: v2_locations: - lowcode-nocode.md year: N/A + addition_method: manual https://thenewstack.io/make-a-gitops-workflow-using-influxdb-templates: content_hash: f3c542559975d702c6bb93c4c01cff769d1e7396e4bba6d8ecfaf5afefda7534 description: '' @@ -205701,6 +218263,7 @@ https://thenewstack.io/make-a-gitops-workflow-using-influxdb-templates: v2_locations: - prometheus.md year: N/A + addition_method: manual https://thenewstack.io/making-kubernetes-serverless-and-global-with-aws-fargate-on-eks-and-admiralty: ai_summary: 'Curator Insight: An evaluation of federating multi-region environments using serverless AWS Fargate and Admiralty. @@ -205731,6 +218294,7 @@ https://thenewstack.io/making-kubernetes-serverless-and-global-with-aws-fargate- v2_locations: - aws-devops.md year: N/A + addition_method: manual https://thenewstack.io/manage-multicluster-kubernetes-with-operators: content_hash: 4a1ae072a0bc776d05ad5ae76feac89d01d9652c9571d3b9fd1b6e7e535992ac description: '' @@ -205747,6 +218311,7 @@ https://thenewstack.io/manage-multicluster-kubernetes-with-operators: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/managing-kubernetes-secrets-with-aws-secrets-manager: ai_summary: Highlights workflows connecting AWS Secrets Manager endpoints directly to target EKS workloads. Compares dynamic injection models with direct SDK/API @@ -205774,6 +218339,7 @@ https://thenewstack.io/managing-kubernetes-secrets-with-aws-secrets-manager: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/managing-secrets-in-your-devops-pipeline: ai_summary: Comprehensive overview of managing sensitive credentials across CI and CD environments. Discusses dynamic secrets generation, rotation, and pipeline @@ -205801,6 +218367,7 @@ https://thenewstack.io/managing-secrets-in-your-devops-pipeline: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/maria-db-gets-reactive-with-a-non-blocking-connector-for-java: content_hash: 518cfc7a4a3aed8ea7360c0dff425e29fa35dd90fa6f8a608e91097f32c784d7 description: '' @@ -205818,6 +218385,7 @@ https://thenewstack.io/maria-db-gets-reactive-with-a-non-blocking-connector-for- v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/maximize-k3s-resource-efficiency-with-calico-ebpf-data-plane: content_hash: b25ac643fcf0f53b0e4c8195e0a46aa55fbe47eabec71c6819993d4d5a610be8 description: '' @@ -205834,6 +218402,7 @@ https://thenewstack.io/maximize-k3s-resource-efficiency-with-calico-ebpf-data-pl v2_locations: - demos.md year: N/A + addition_method: manual https://thenewstack.io/maximizing-kubernetes-efficiency-with-opentelemetry-tracing: content_hash: d76b5c2a59a234c962726bc93eae1f7e9a4cb0db82d613f86d893313f4859746 description: '' @@ -205850,6 +218419,7 @@ https://thenewstack.io/maximizing-kubernetes-efficiency-with-opentelemetry-traci v2_locations: - prometheus.md year: N/A + addition_method: manual https://thenewstack.io/maximizing-the-value-of-containerization-for-devops: content_hash: 83e86e22856a270eaa9285f32fb52600c35137a19422a17682b7a886974b5a52 description: '' @@ -205866,6 +218436,7 @@ https://thenewstack.io/maximizing-the-value-of-containerization-for-devops: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/mercedes-benz-4-reasons-to-sponsor-open-source-projects: content_hash: 7814291827a647ff3a45d60eea5cef9a9d94e89ae1d3dfc3b7b9437585027411 description: '' @@ -205882,6 +218453,7 @@ https://thenewstack.io/mercedes-benz-4-reasons-to-sponsor-open-source-projects: v2_locations: - customer.md year: N/A + addition_method: manual https://thenewstack.io/microservices-align-the-pain-with-the-solution: ai_summary: 'Curator Insight: Argues for a pragmatic, outcome-based approach to adoption, warning against entering microservices environments blindly. Live Grounding: @@ -205910,6 +218482,7 @@ https://thenewstack.io/microservices-align-the-pain-with-the-solution: v2_locations: - faq.md year: N/A + addition_method: manual https://thenewstack.io/microservices-transformed-devops-why-security-is-next: content_hash: 1433d379dba7a0a26d2b17949e9137b54ce05953ebd2c5ed3fbab8d537746153 description: '' @@ -205926,6 +218499,7 @@ https://thenewstack.io/microservices-transformed-devops-why-security-is-next: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/microservices-vs-monoliths-an-operational-comparison: content_hash: fd2fa7805264d734a7a5c002e370465477a3faf197a1af4bff006d8cf043e172 description: '' @@ -205937,6 +218511,7 @@ https://thenewstack.io/microservices-vs-monoliths-an-operational-comparison: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://thenewstack.io/microservices/microservices-vs-monoliths-an-operational-comparison: content_hash: c1259d726bab71dd509dc8a119017ac22f1a0769cebb24b9f8169eca9ce6e0f3 health_score: 100.0 @@ -205948,6 +218523,7 @@ https://thenewstack.io/microservices/microservices-vs-monoliths-an-operational-c - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://thenewstack.io/microservices/the-future-of-microservices-more-abstractions: content_hash: 53f5b80811253b92e3b38b1a9dae3fa206b934dd6999a842ca5e8c975dcb3e9e health_score: 100.0 @@ -205959,6 +218535,7 @@ https://thenewstack.io/microservices/the-future-of-microservices-more-abstractio - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://thenewstack.io/microservices/what-is-microservices-architecture: content_hash: ada2c94de9fae471d12950ece7ef91ba2252d2d7590f6cb674bdc4486f013ba2 description: '' @@ -205975,6 +218552,7 @@ https://thenewstack.io/microservices/what-is-microservices-architecture: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/microsoft-keda-2-0-scales-up-event-driven-programming-on-kubernetes: content_hash: bb7b8f0987a1a72d2f7a9abb3581c338462f7ef6b7453fcd8eff897ccf107cf4 description: '' @@ -205991,6 +218569,7 @@ https://thenewstack.io/microsoft-keda-2-0-scales-up-event-driven-programming-on- v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://thenewstack.io/microsoft-takes-kubernetes-to-the-edge-with-aks-lite: ai_summary: An industry report detailing AKS Lite (AKS Edge Essentials). Outlines Microsoft's strategy to deploy lightweight Kubernetes clusters onto small-footprint @@ -206018,6 +218597,7 @@ https://thenewstack.io/microsoft-takes-kubernetes-to-the-edge-with-aks-lite: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/microsoft-takes-practical-approach-to-kubernetes-management: ai_summary: Press analysis detailing Microsoft's strategic efforts to reduce Kubernetes operational complexities. Explains their engineering initiatives on hybrid management @@ -206046,6 +218626,7 @@ https://thenewstack.io/microsoft-takes-practical-approach-to-kubernetes-manageme v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/misconfiguration-worries-grow: content_hash: 652b370deb4fa01d0d50130f86f595ea54b54ebf433e7fc5f24f67778a517168 description: '' @@ -206062,6 +218643,7 @@ https://thenewstack.io/misconfiguration-worries-grow: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/monitor-your-containers-with-sysdig: content_hash: 1978db3b03b54b861bbb412f2f10bec7616355376845e2a39f67f82f05c0c206 description: '' @@ -206078,6 +218660,7 @@ https://thenewstack.io/monitor-your-containers-with-sysdig: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/monitoring-api-latencies-after-releases-4-mistakes-to-avoid: content_hash: f9152257547e1ed288356567636d2da3f9ddaeeb6e0017ee466a90d28c7fc0b4 description: '' @@ -206094,6 +218677,7 @@ https://thenewstack.io/monitoring-api-latencies-after-releases-4-mistakes-to-avo v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/monitoring-as-code-what-it-is-and-why-you-need-it: content_hash: c677b83c6492b335346620f323642ba7d6c815e1486228cadff79f22685deab4 description: '' @@ -206110,6 +218694,7 @@ https://thenewstack.io/monitoring-as-code-what-it-is-and-why-you-need-it: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/monitoring-vs-observability-whats-the-difference: content_hash: 2a614b2e0084582197eb2c674030c5b4e3620553f825ad7958149ff87cf12bda description: '' @@ -206126,6 +218711,7 @@ https://thenewstack.io/monitoring-vs-observability-whats-the-difference: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/monolithic-development-practices-kill-powerful-kubernetes-benefits: content_hash: d675853b84d8f0ea09f3f6311a58257c9a0dae2f869238545c56ff096e599c1f description: '' @@ -206143,6 +218729,7 @@ https://thenewstack.io/monolithic-development-practices-kill-powerful-kubernetes v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/monoliths-to-microservices-4-modernization-best-practices-2: content_hash: 6be87cadea24d10fbb4617a81a14351e21000c93f0eebdd830dd2ecbd1d47d4d description: '' @@ -206159,6 +218746,7 @@ https://thenewstack.io/monoliths-to-microservices-4-modernization-best-practices v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/more-database-analytics-workloads-ran-on-kubernetes-in-2022: content_hash: f4379255ecd80c86b07caec4cc8ee60bc3982888a722c9c3805845f3d9ed4a6d description: '' @@ -206176,6 +218764,7 @@ https://thenewstack.io/more-database-analytics-workloads-ran-on-kubernetes-in-20 v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/more-python-for-non-programmers: content_hash: f145015b363693ef19772ea1023b9e258a8fc71dfd368db3b30d48372debb69d description: '' @@ -206192,6 +218781,7 @@ https://thenewstack.io/more-python-for-non-programmers: v2_locations: - python.md year: N/A + addition_method: manual https://thenewstack.io/multicloud-challenges-and-solutions: content_hash: c07726de701534af192a54236ef29a62d0ab780e454ebb9e9a2f3c5ef8993d95 description: '' @@ -206208,6 +218798,7 @@ https://thenewstack.io/multicloud-challenges-and-solutions: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/multicloud-paves-the-way-for-cloud-native-resiliency-models: content_hash: 1a3f5f646fc65b0a1405c802131eafbdb4d94a0f905a1f8676c8e2af594fb9ff description: '' @@ -206224,6 +218815,7 @@ https://thenewstack.io/multicloud-paves-the-way-for-cloud-native-resiliency-mode v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/multicluster-management-with-kubernetes-and-istio: ai_summary: Explores the core design trade-offs of deploying multi-cluster Istio topologies, comparing primary-remote and multi-primary architectures. Discusses @@ -206254,6 +218846,7 @@ https://thenewstack.io/multicluster-management-with-kubernetes-and-istio: v2_locations: - istio.md year: N/A + addition_method: manual https://thenewstack.io/mutual-tls-microservices-encryption-for-service-mesh: content_hash: a01d595436d909a7796967f4e755f350f16c61177d4a44f25829e035e7e925de description: '' @@ -206270,6 +218863,7 @@ https://thenewstack.io/mutual-tls-microservices-encryption-for-service-mesh: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/no-kubernetes-needed-amazon-ecs-anywhere: ai_summary: Analyzes Amazon ECS Anywhere as an alternative orchestration pathway bypassing Kubernetes complexity for on-premises hardware. Emphasizes the technical @@ -206298,6 +218892,7 @@ https://thenewstack.io/no-kubernetes-needed-amazon-ecs-anywhere: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://thenewstack.io/nsa-on-how-to-harden-kubernetes: ai_summary: Breaks down NSA recommendations on securing containerized apps. Discusses runtime privileges, host isolation, and securing the internal network to prevent @@ -206325,6 +218920,7 @@ https://thenewstack.io/nsa-on-how-to-harden-kubernetes: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/observability-is-the-new-kubernetes: content_hash: 26780425ea123bf46530cdaeba4497cca4f21007019376a1020be59072d0630e description: '' @@ -206341,6 +218937,7 @@ https://thenewstack.io/observability-is-the-new-kubernetes: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/observability-wont-replace-monitoring-because-it-shouldnt: content_hash: e401d1467273e6285d691022dd896fa42691504afebd1019b530d4c561139bed description: '' @@ -206358,6 +218955,7 @@ https://thenewstack.io/observability-wont-replace-monitoring-because-it-shouldnt v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/offloading-authentication-and-authorization-from-application-code-to-a-service-mesh: content_hash: 5ed26bd1cf79a193148c810388ee77e44f5ac5e2d37d062efb1cfcb010f9fbb0 description: '' @@ -206375,6 +218973,7 @@ https://thenewstack.io/offloading-authentication-and-authorization-from-applicat v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/open-source-democratized-software-now-lets-democratize-security: ai_summary: 'Highlights how open-source software security tools democratize threat mitigation across small and large engineering teams. Contrast: Curator Insight @@ -206405,6 +219004,7 @@ https://thenewstack.io/open-source-democratized-software-now-lets-democratize-se v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/opentelemetry-gaining-traction-from-companies-and-vendors: content_hash: 4f86c7cf0d795828559792e0ab37b5e08a28de03a1c19dbef88752adaf59b5ee description: '' @@ -206421,6 +219021,7 @@ https://thenewstack.io/opentelemetry-gaining-traction-from-companies-and-vendors v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/operationalizing-chaos-engineering-with-gitops: content_hash: f7d4259e99c9570ba93602ddc41dbe4e57b198380276f9038735c8fb4cab7c7c description: '' @@ -206437,6 +219038,7 @@ https://thenewstack.io/operationalizing-chaos-engineering-with-gitops: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/operators-and-sidecars-are-the-new-model-for-software-delivery: content_hash: 9ec74eafd344469627f801f138e59329eafeb19fe4e4e4728312e4e2bfcbfaaa description: '' @@ -206453,6 +219055,7 @@ https://thenewstack.io/operators-and-sidecars-are-the-new-model-for-software-del v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/optimizing-app-performance-in-a-multicloud-stack: content_hash: 344cadaed7691f723aee273961097675eb6bc124ba80844330761f694d565363 description: '' @@ -206469,6 +219072,7 @@ https://thenewstack.io/optimizing-app-performance-in-a-multicloud-stack: v2_locations: - qa.md year: N/A + addition_method: manual https://thenewstack.io/optimizing-kubernetes-for-peak-traffic-and-avoiding-setbacks: content_hash: 954973306d5ca7ac46c394d3754cdebde8ec34115bfe9d3488fa0417da17d200 description: '' @@ -206485,6 +219089,7 @@ https://thenewstack.io/optimizing-kubernetes-for-peak-traffic-and-avoiding-setba v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/otomi-container-platform-offers-an-integrated-kubernetes-bundle: ai_summary: In-depth profile of Otomi Container Platform, highlighting how it integrates open-source tools (such as Cert-Manager, Knative, Prometheus) into an out-of-the-box @@ -206513,6 +219118,7 @@ https://thenewstack.io/otomi-container-platform-offers-an-integrated-kubernetes- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/otterize-intent-based-access-control-for-kubernetes-and-cloud: content_hash: 05b19d3ec0bb38aebed3bf5762c6f324dad838311c299b03adfe87a2559b78df description: '' @@ -206530,6 +219136,7 @@ https://thenewstack.io/otterize-intent-based-access-control-for-kubernetes-and-c v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://thenewstack.io/owasp-top-10-a-guide-to-the-worst-software-vulnerabilities: ai_summary: A foundational guide breaking down the categories of the OWASP Top 10. Reviews risk profiles, real-world execution vectors, and developer methodologies @@ -206558,6 +219165,7 @@ https://thenewstack.io/owasp-top-10-a-guide-to-the-worst-software-vulnerabilitie v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/part-1-the-evolution-of-data-pipeline-architecture: ai_summary: Traces the structural progress of big data analytics pipelines. Focuses on the architectural evolution from high-latency batch map-reduce jobs to real-time @@ -206585,6 +219193,7 @@ https://thenewstack.io/part-1-the-evolution-of-data-pipeline-architecture: v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/perform-distributed-tracing-with-zipkin: content_hash: 72bffb6ef9fb363a5bfeb4f1abe01b1ad9f664e787ceb31ab8fde59352c888ed description: '' @@ -206596,6 +219205,7 @@ https://thenewstack.io/perform-distributed-tracing-with-zipkin: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://thenewstack.io/persistent-volumes-separating-compute-and-storage: content_hash: e4992bcca654bce09827355993ef3161c6cd9c6da7dd326db4ce508320c7a4ba description: '' @@ -206612,6 +219222,7 @@ https://thenewstack.io/persistent-volumes-separating-compute-and-storage: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/platform-engineering: content_hash: a6fbf9c0f32324c98f0181014e27c440854108717092ae07b6c6d84b51604ff4 description: '' @@ -206628,6 +219239,7 @@ https://thenewstack.io/platform-engineering: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/platform-engineering-in-2023-dev-first-collaboration-and-apis: content_hash: 353bf25e228279ac5edfeab9b7b926e0a43c4f1b110eaf2ba353ed14e6f1285b description: '' @@ -206640,6 +219252,7 @@ https://thenewstack.io/platform-engineering-in-2023-dev-first-collaboration-and- v1_locations: - docs/devops.md year: N/A + addition_method: manual https://thenewstack.io/platform-engineering/-in-2023-dev-first-collaboration-and-apis: health_score: 64.0 last_checked: 1779130494.975182 @@ -206649,6 +219262,7 @@ https://thenewstack.io/platform-engineering/-in-2023-dev-first-collaboration-and - docs/devops.md v2_locations: - devops.md + addition_method: manual https://thenewstack.io/platform-engineering/architecture-and-design-considerations-for-platform-engineering-teams: content_hash: 9b0e02e15aff3ebbc2ba6d84a9048fd2933cf7da88a51f594c07c40ae5c8ea32 description: '' @@ -206670,6 +219284,7 @@ https://thenewstack.io/platform-engineering/architecture-and-design-consideratio v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/post-pandemic-devops-moves-to-resilient-collaboration: content_hash: 399e7777e94bf3b9f072263aed32f99f35af63b6d74a97f7ca5d650ad9df1748 description: '' @@ -206686,6 +219301,7 @@ https://thenewstack.io/post-pandemic-devops-moves-to-resilient-collaboration: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/prepare-to-adopt-the-cloud-a-10-step-cloud-migration-checklist: content_hash: dc0dd74692bdea5a5730da7fc961c9a61ce01e4a27879e96bff281d1f8a09716 description: '' @@ -206703,6 +219319,7 @@ https://thenewstack.io/prepare-to-adopt-the-cloud-a-10-step-cloud-migration-chec v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/private-vs-public-cloud-how-kubernetes-shifts-the-balance: content_hash: 1d483b6112a0611a491ad2a22811cb77b77f5b3a554fa04efcab7bd6915cd5d7 description: '' @@ -206719,6 +219336,7 @@ https://thenewstack.io/private-vs-public-cloud-how-kubernetes-shifts-the-balance v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/project-calico-kubernetes-security-as-saas: ai_summary: Explores Tigera's SaaS offering extension of Project Calico. Investigates capabilities of enforcing cloud-native microsegmentation, threat mitigation, and @@ -206747,6 +219365,7 @@ https://thenewstack.io/project-calico-kubernetes-security-as-saas: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/prometheus-and-opentelemetry-just-couldnt-get-along: ai_summary: An informative look at the historical data model incompatibilities between Prometheus and OpenTelemetry (OTel). It details the industry efforts to reconcile @@ -206778,6 +219397,7 @@ https://thenewstack.io/prometheus-and-opentelemetry-just-couldnt-get-along: - servicemesh.md - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/provision-bare-metal-kubernetes-with-the-cluster-api: ai_summary: Investigates the mechanics of using Cluster API providers (such as Metal3) to provision bare-metal hardware declaratively. Details the transformation of @@ -206806,6 +219426,7 @@ https://thenewstack.io/provision-bare-metal-kubernetes-with-the-cluster-api: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://thenewstack.io/pulumi-releases-a-kubernetes-operator: content_hash: f3eb69a0f96a8505e257465f3d3a02e32352956baf30ec723e5a526f542c1cc8 description: '' @@ -206822,6 +219443,7 @@ https://thenewstack.io/pulumi-releases-a-kubernetes-operator: v2_locations: - pulumi.md year: N/A + addition_method: manual https://thenewstack.io/push-vs-pull-in-gitops-is-there-really-a-difference: content_hash: 61e2e41969967f3e55a764a3b6345d1ee41ef7ba058151c67b468dc000fca95c description: '' @@ -206838,6 +219460,7 @@ https://thenewstack.io/push-vs-pull-in-gitops-is-there-really-a-difference: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples: content_hash: 7c2e9f96793f923bd09ea03d62070626ad7cc36962151919ee76ee5a6522c943 description: '' @@ -206854,6 +219477,7 @@ https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples: v2_locations: - python.md year: N/A + addition_method: manual https://thenewstack.io/quickly-install-a-kubernetes-cluster-with-kubekey: content_hash: e6d4574bbbc4eba5cc897a7800e6540c136494a4abb2f96f9bf408cd14b02d97 description: '' @@ -206865,6 +219489,7 @@ https://thenewstack.io/quickly-install-a-kubernetes-cluster-with-kubekey: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/rancher-2-5-sets-out-to-be-the-stock-kubernetes-build-for-gitops: content_hash: 77f268c54ce2d5693202fcd49cf0adf153262b41b445d18c4471977c472361ec description: '' @@ -206882,6 +219507,7 @@ https://thenewstack.io/rancher-2-5-sets-out-to-be-the-stock-kubernetes-build-for v2_locations: - rancher.md year: N/A + addition_method: manual https://thenewstack.io/rancher-donates-its-longhorn-kubernetes-persistent-storage-software-to-cncf: content_hash: 922fff997451989ec3f5ccf66cf553bf298ba98aa5a89a0bc93e4133b660ec4a description: '' @@ -206899,6 +219525,7 @@ https://thenewstack.io/rancher-donates-its-longhorn-kubernetes-persistent-storag v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/react-in-real-time-with-event-driven-apis: content_hash: 2d9682b9270ddc3cf5c97b450fe43b590fe1433054577f64743f8ba2982c4a31 description: '' @@ -206915,6 +219542,7 @@ https://thenewstack.io/react-in-real-time-with-event-driven-apis: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/reasons-to-implement-hashicorp-vault-and-other-zero-trust-tools: ai_summary: Explores Zero Trust infrastructure fundamentals using HashiCorp Vault and Consul. Explains the shift from network-perimeter defense to identity-based @@ -206943,6 +219571,7 @@ https://thenewstack.io/reasons-to-implement-hashicorp-vault-and-other-zero-trust v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/reasons-to-opt-for-a-multicloud-strategy: content_hash: 19b16efdc089b699a07032b788ae3e1bccf4bc49e38297c0dece28220f34dc5d description: '' @@ -206959,6 +219588,7 @@ https://thenewstack.io/reasons-to-opt-for-a-multicloud-strategy: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/red-hat-brings-ansible-automation-to-kubernetes: content_hash: 341061c0b0b95a89b80bf82db46f3c5c69701bffa3fa12206fcc275f24dfe191 description: '' @@ -206975,6 +219605,7 @@ https://thenewstack.io/red-hat-brings-ansible-automation-to-kubernetes: v2_locations: - ansible.md year: N/A + addition_method: manual https://thenewstack.io/red-hat-brings-backup-snapshots-to-openshift-container-storage: content_hash: 1db4f1386305248fbeb42557a267bf68dca9beab719da64a27180b15275c936b description: '' @@ -206992,6 +219623,7 @@ https://thenewstack.io/red-hat-brings-backup-snapshots-to-openshift-container-st v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://thenewstack.io/red-hat-delivers-full-gitops-ci-cd-built-on-tekton-and-argo: content_hash: dc96ff3588d3bce4010ff06cbc40c90bfb62a5eb0e74a61b6ee9ce6021fd631c description: '' @@ -207008,6 +219640,7 @@ https://thenewstack.io/red-hat-delivers-full-gitops-ci-cd-built-on-tekton-and-ar v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/red-hat-jboss-data-grid-not-just-storing-java-objects-anymore: content_hash: 9b82ead8994125316ff5f90c5d82dbe0759ccc94ad0e09080493df9e34b2d17d description: '' @@ -207024,6 +219657,7 @@ https://thenewstack.io/red-hat-jboss-data-grid-not-just-storing-java-objects-any v2_locations: - caching.md year: N/A + addition_method: manual https://thenewstack.io/red-hat-launches-an-openshift-based-marketplace-to-aid-multicloud-portability: content_hash: 32948a11c927b873cca0aaf308283e876159e2841e19ef2d7878b6b4e87442bd description: '' @@ -207041,6 +219675,7 @@ https://thenewstack.io/red-hat-launches-an-openshift-based-marketplace-to-aid-mu v2_locations: - ocp4.md year: N/A + addition_method: manual https://thenewstack.io/red-hat-offers-a-complete-kubernetes-stack-with-openshift-platform-plus: content_hash: 902843e3d4d876b9d3979f0511642fdf37831b5b701318e52e1c7b56c5a3e7d3 description: '' @@ -207058,6 +219693,7 @@ https://thenewstack.io/red-hat-offers-a-complete-kubernetes-stack-with-openshift v2_locations: - ocp4.md year: N/A + addition_method: manual https://thenewstack.io/red-hat-openshift-4-8-adds-serverless-functions-pipelines-as-code: content_hash: 5934c5087963a92ab9e1055a59f5be9ce976383f6ea8cf0cc8da54489a3689d0 description: '' @@ -207074,6 +219710,7 @@ https://thenewstack.io/red-hat-openshift-4-8-adds-serverless-functions-pipelines v2_locations: - ocp4.md year: N/A + addition_method: manual https://thenewstack.io/reduce-kubernetes-costs-using-autoscaling-mechanisms: content_hash: e0020b4f59d6a3dc6271b5fa9a0fcd977a3dba81a4002ed1dc02521232f5ea8a description: '' @@ -207090,6 +219727,7 @@ https://thenewstack.io/reduce-kubernetes-costs-using-autoscaling-mechanisms: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://thenewstack.io/remote-debugging-in-aws-the-missing-link-in-your-debugging-toolset: content_hash: a346d7f7e37849af665063b28dc4b8fe5b3c1155b4b58acbd12fb61283bf6033 description: '' @@ -207107,6 +219745,7 @@ https://thenewstack.io/remote-debugging-in-aws-the-missing-link-in-your-debuggin v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://thenewstack.io/removing-the-roadblock-to-continuous-performance-testing: content_hash: 6d5f9a2746e69e33d3bf76f0cbab79f0f0bdf14259a6b5d37ce8850cb6cc19e7 description: '' @@ -207123,6 +219762,7 @@ https://thenewstack.io/removing-the-roadblock-to-continuous-performance-testing: v2_locations: - testops.md year: N/A + addition_method: manual https://thenewstack.io/repatriation-or-cloud-what-we-need-is-control: content_hash: e6a7ec79e2bd8964aad504bf18dcdd29bb8e3f834f2b153804572b0ee78a1c58 description: '' @@ -207139,6 +219779,7 @@ https://thenewstack.io/repatriation-or-cloud-what-we-need-is-control: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/scaling-microservices-on-kubernetes: content_hash: bd6eb8861a379131d64fff4d2554530b7c559b15babec37992debf24165e14c4 description: '' @@ -207155,6 +219796,7 @@ https://thenewstack.io/scaling-microservices-on-kubernetes: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://thenewstack.io/secops-in-a-post-covid-world-3-security-trends-to-watch: ai_summary: Outlines critical security trends influenced by the sudden acceleration of distributed remote workforces and cloud adoption. Emphasizes the prioritization @@ -207184,6 +219826,7 @@ https://thenewstack.io/secops-in-a-post-covid-world-3-security-trends-to-watch: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/secure-your-service-mesh-a-13-item-checklist: content_hash: 73c1084a56e58225116b3e51cbc29352589148ece89b0abe8913c2699119af8c description: '' @@ -207200,6 +219843,7 @@ https://thenewstack.io/secure-your-service-mesh-a-13-item-checklist: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/secured-access-to-kubernetes-from-anywhere-with-zero-trust: ai_summary: Details the design principles of Zero-Trust Network Access (ZTNA) when applied to remote cluster management pipelines. Discusses replacing legacy VPC @@ -207230,6 +219874,7 @@ https://thenewstack.io/secured-access-to-kubernetes-from-anywhere-with-zero-trus v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/securing-access-to-kubernetes-environments-with-zero-trust: ai_summary: 'Curator Insight: Article on applying Zero Trust Network Access (ZTNA) parameters to cluster control planes. Live Grounding: Covers contextual authorization @@ -207257,6 +219902,7 @@ https://thenewstack.io/securing-access-to-kubernetes-environments-with-zero-trus v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/securing-istio-workloads-with-auth0: ai_summary: A tutorial walking through the implementation of JSON Web Token (JWT) validation at the service mesh edge. Shows how to integrate external identity @@ -207287,6 +219933,7 @@ https://thenewstack.io/securing-istio-workloads-with-auth0: v2_locations: - istio.md year: N/A + addition_method: manual https://thenewstack.io/securing-kubernetes-in-a-cloud-native-world: ai_summary: Surveys the shifting landscape of threat profiles in modern distributed cloud environments. Curator insight explores how legacy perimeter security controls @@ -207316,6 +219963,7 @@ https://thenewstack.io/securing-kubernetes-in-a-cloud-native-world: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/security-insights-into-infrastructure-as-code: ai_summary: Details security challenges present in IaC files across Terraform, Ansible, and CloudFormation. Analyzes typical misconfiguration risks (such as public S3 @@ -207345,6 +219993,7 @@ https://thenewstack.io/security-insights-into-infrastructure-as-code: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/security-will-be-instrumental-for-the-success-of-gitops: content_hash: ab9f0db58ac731bedd33dbebe98d2d3d1eb01b4f8a53d24befc66170824acf47 description: '' @@ -207361,6 +220010,7 @@ https://thenewstack.io/security-will-be-instrumental-for-the-success-of-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/serverless-needs-more-observability-tools: content_hash: 7ed222a3a13d8677434896b4bdf08f1f163d285f00a671ed723ef199d4a6f283 description: '' @@ -207377,6 +220027,7 @@ https://thenewstack.io/serverless-needs-more-observability-tools: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/serverless-vs-kubernetes-the-peoples-vote: content_hash: f77a96ff6fd3a14474861cb2603a124d8c54d4a0eb4199f55732bbf84f55b76f description: '' @@ -207393,6 +220044,7 @@ https://thenewstack.io/serverless-vs-kubernetes-the-peoples-vote: v2_locations: - serverless.md year: N/A + addition_method: manual https://thenewstack.io/service-level-objectives-in-kubernetes: ai_summary: Explains Service Level Objectives (SLOs) in cloud-native systems, detailing how to establish SLIs and error budgets inside Kubernetes clusters. Introduces @@ -207420,6 +220072,7 @@ https://thenewstack.io/service-level-objectives-in-kubernetes: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://thenewstack.io/service-mesh-adds-security-observability-and-traffic-control-to-kubernetes: content_hash: 414086dc94a6dbe4b8616ab7a00e3a568da3a366ac7a8ed9ed0e1a2d02b1f099 description: '' @@ -207437,6 +220090,7 @@ https://thenewstack.io/service-mesh-adds-security-observability-and-traffic-cont v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/service-meshes-in-the-cloud-native-world: content_hash: e37d8695494562be97f2811378d8b0ed49ae9d587b8f69f67ebad577e01b77aa description: '' @@ -207453,6 +220107,7 @@ https://thenewstack.io/service-meshes-in-the-cloud-native-world: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/sharing-the-operations-burden-centralized-vs-decentralized: ai_summary: A deep-dive architectural comparison of centralized operations centers versus decentralized, application-embedded operations models. The analysis explores @@ -207481,6 +220136,7 @@ https://thenewstack.io/sharing-the-operations-burden-centralized-vs-decentralize v2_locations: - sre.md year: N/A + addition_method: manual https://thenewstack.io/shuttleops-no-code-docker-and-kubernetes: content_hash: 6761e41e99275d550411b1edcf795c8cb8201de464a97b1f68e1efbd9fe308bd description: '' @@ -207497,6 +220153,7 @@ https://thenewstack.io/shuttleops-no-code-docker-and-kubernetes: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://thenewstack.io/sidecars-are-changing-the-kubernetes-load-testing-landscape: content_hash: 5109ddeff50e312ffb162c8f41fd481d9e83197d91c2ada863a3aad4d73f4124 description: '' @@ -207515,6 +220172,7 @@ https://thenewstack.io/sidecars-are-changing-the-kubernetes-load-testing-landsca - kubernetes.md - kubernetes-autoscaling.md year: N/A + addition_method: manual https://thenewstack.io/simple-http-load-testing-with-slos: ai_summary: A deep dive into managing performance validations by mapping assertions to specific SLO thresholds. Emphasizes maintaining strict error budgets during @@ -207542,6 +220200,7 @@ https://thenewstack.io/simple-http-load-testing-with-slos: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://thenewstack.io/simple-load-testing-with-github-actions: ai_summary: A practical guide for implementing low-overhead load testing routines within CI pipelines. Explores triggering synthetic benchmarks during typical code @@ -207569,6 +220228,7 @@ https://thenewstack.io/simple-load-testing-with-github-actions: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://thenewstack.io/slos-in-kubernetes-1-year-later: ai_summary: Follow-up retrospective on implementing and maintaining SLO programs. Evaluates failures, cultural barriers, and technical evolution (like OpenSLO), @@ -207596,6 +220256,7 @@ https://thenewstack.io/slos-in-kubernetes-1-year-later: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://thenewstack.io/software-development: content_hash: 4d07fc55596bf9d786e6510f2868d2aa6249a5ef716f905f75b893ef308d5213 health_score: 100.0 @@ -207607,6 +220268,7 @@ https://thenewstack.io/software-development: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://thenewstack.io/solo-io-istio-is-winning-the-service-mesh-war: ai_summary: A historical industry retrospective tracing Istio's path to becoming the dominant service mesh specification. Details the consolidation of the service @@ -207637,6 +220299,7 @@ https://thenewstack.io/solo-io-istio-is-winning-the-service-mesh-war: v2_locations: - istio.md year: N/A + addition_method: manual https://thenewstack.io/sre-vs-devops-successful-platform-engineering-needs-both: ai_summary: Analyzes how SRE stability frameworks and DevOps continuous pipelines must merge to construct efficient Internal Developer Platforms. Grounding emphasizes @@ -207665,6 +220328,7 @@ https://thenewstack.io/sre-vs-devops-successful-platform-engineering-needs-both: v2_locations: - sre.md year: N/A + addition_method: manual https://thenewstack.io/ssh-made-easy-with-ssh-agent-and-ssh-config: ai_summary: A developer-oriented guide detailing client-side SSH automation patterns using native SSH configurations. It covers agent forwarding, Host wildcards, and @@ -207692,6 +220356,7 @@ https://thenewstack.io/ssh-made-easy-with-ssh-agent-and-ssh-config: v2_locations: - linux.md year: N/A + addition_method: manual https://thenewstack.io/stackrox-kubelinter-brings-security-linting-to-kubernetes: ai_summary: Introduces StackRox's KubeLinter tool, exploring its core capabilities to audit deployment manifests and Helm templates before operational execution. @@ -207720,6 +220385,7 @@ https://thenewstack.io/stackrox-kubelinter-brings-security-linting-to-kubernetes v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/stateful-workloads-on-kubernetes-with-container-attached-storage: content_hash: 9ad1dee01a95e953607c2a46ae3fcb19d8d9ad9cd4e07c66486232f672d14062 description: '' @@ -207737,6 +220403,7 @@ https://thenewstack.io/stateful-workloads-on-kubernetes-with-container-attached- v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/stop-technical-debt-before-it-damages-your-company: content_hash: fd26f4d07269ab132b05687302c6bc57851e92ce717040292a7c855e6e9a0a40 description: '' @@ -207753,6 +220420,7 @@ https://thenewstack.io/stop-technical-debt-before-it-damages-your-company: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/streaming-data-and-the-modern-real-time-data-stack: ai_summary: Discusses the components constituting the modern real-time data stack, emphasizing continuous streaming over traditional batch ETL. It explores the roles @@ -207782,6 +220450,7 @@ https://thenewstack.io/streaming-data-and-the-modern-real-time-data-stack: v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/struggling-with-it-staff-leaving-try-infrastructure-as-code: content_hash: 12e7848b32caaba86ad50926534741586818c83a9b38bcb7263e390aa831dbca description: '' @@ -207799,6 +220468,7 @@ https://thenewstack.io/struggling-with-it-staff-leaving-try-infrastructure-as-co - iac.md - index.md year: N/A + addition_method: manual https://thenewstack.io/study-silos-are-chief-impediment-to-it-and-business-value: content_hash: 4bf5e2902e8d82f1627cd899ba6441d363ef7069807e4682fdaea026a67f69b5 description: '' @@ -207816,6 +220486,7 @@ https://thenewstack.io/study-silos-are-chief-impediment-to-it-and-business-value v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/supercharge-coredns-with-cluster-addons: content_hash: 0aa5d0231595e3c254924614da7f06ac210d6e1e3a37dfd4c388aad6a39d3f53 description: '' @@ -207832,6 +220503,7 @@ https://thenewstack.io/supercharge-coredns-with-cluster-addons: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://thenewstack.io/swimm-helps-new-dev-hires-stay-afloat-with-continuous-documentation: content_hash: 1cf46ab1514cf4d73e678635051e76f6246a3791dfc51b6539b5d37fa4f7f8bb description: '' @@ -207848,6 +220520,7 @@ https://thenewstack.io/swimm-helps-new-dev-hires-stay-afloat-with-continuous-doc v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://thenewstack.io/terraform-1-0-reflects-what-hashicorp-has-learned-about-infrastructure-as-code: content_hash: 47715b76f3bd0d1c5481d0bffd6b244c8e834b33271b6f3bd2cfe98fc5fce82a description: '' @@ -207865,6 +220538,7 @@ https://thenewstack.io/terraform-1-0-reflects-what-hashicorp-has-learned-about-i v2_locations: - terraform.md year: N/A + addition_method: manual https://thenewstack.io/terraform-on-aws-multi-account-setup-and-other-advanced-tips: content_hash: fbae8fa77685fb6f5a8160e88ba63e4e52d5eb4a16ee715694023ccb2d23cba0 description: '' @@ -207882,6 +220556,7 @@ https://thenewstack.io/terraform-on-aws-multi-account-setup-and-other-advanced-t v2_locations: - terraform.md year: N/A + addition_method: manual https://thenewstack.io/terraforms-best-practices-and-pitfalls: content_hash: 982e17d96de6982e7675905a78bbe9f4d0ec97c5142ad88cbb725ad7b14a1e46 description: '' @@ -207898,6 +220573,7 @@ https://thenewstack.io/terraforms-best-practices-and-pitfalls: v2_locations: - terraform.md year: N/A + addition_method: manual https://thenewstack.io/testcontainers-integration-library-gets-commercial-backing-with-atomicjar: content_hash: 94051faa5fdaaf380030a84c858517ffccb5eee3eb315644cb442b6e327f33fa description: '' @@ -207910,6 +220586,7 @@ https://thenewstack.io/testcontainers-integration-library-gets-commercial-backin v1_locations: - docs/qa.md year: N/A + addition_method: manual https://thenewstack.io/testkube-a-new-approach-to-cloud-native-testing: content_hash: 0c1745a8f0d6e7c692208e9ad1fedbc3d92213d3a14b4997d48f8196edfbcaf8 description: '' @@ -207926,6 +220603,7 @@ https://thenewstack.io/testkube-a-new-approach-to-cloud-native-testing: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://thenewstack.io/testkube-cloud-native-testing-framework-for-kubernetes: content_hash: 1b9c1b501be2135dc3ee22d69bd84e50519a23f65fd9adbd151a1ae68284aa81 description: '' @@ -207942,6 +220620,7 @@ https://thenewstack.io/testkube-cloud-native-testing-framework-for-kubernetes: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://thenewstack.io/the-4-definitions-of-multicloud-part-1-data-portability: content_hash: 13e93be08c43b0576234e24039993928808c31409994c74682ce4bfa1699d783 description: '' @@ -207958,6 +220637,7 @@ https://thenewstack.io/the-4-definitions-of-multicloud-part-1-data-portability: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/the-6-pillars-of-platform-engineering-part-1-security: content_hash: 9d8ccd128e8bf69553faa2fcfb37e53d2f23c9712817e92b2c86c53b165a918e description: '' @@ -207974,6 +220654,7 @@ https://thenewstack.io/the-6-pillars-of-platform-engineering-part-1-security: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/the-benefits-and-drawbacks-of-dataops-in-practice: content_hash: b18ed2766f3d43dec9154173721134d1624db738415b70edee118082473dcb59 description: '' @@ -207990,6 +220671,7 @@ https://thenewstack.io/the-benefits-and-drawbacks-of-dataops-in-practice: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/the-best-site-reliability-engineering-tools-in-2021: ai_summary: A specialized review of elite reliability tools, detailing their integration with cloud infrastructure and error budget managers. It outlines how telemetry @@ -208018,6 +220700,7 @@ https://thenewstack.io/the-best-site-reliability-engineering-tools-in-2021: v2_locations: - sre.md year: N/A + addition_method: manual https://thenewstack.io/the-challenges-of-monitoring-kubernetes-and-openshift: content_hash: ce324f75cac9ce1dedc76a360b4d1111028392d339e272a632be07a175a9acc3 description: '' @@ -208029,6 +220712,7 @@ https://thenewstack.io/the-challenges-of-monitoring-kubernetes-and-openshift: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://thenewstack.io/the-cloud-native-landscape-platforms-explained: content_hash: c04d6959199ddd8499c01571ff0d8015a21ef6141ad2d68df43b1e5a8dba2bb1 description: '' @@ -208040,6 +220724,7 @@ https://thenewstack.io/the-cloud-native-landscape-platforms-explained: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://thenewstack.io/the-coming-era-of-data-as-code: content_hash: 47ceeab7ce765ef28ee88185f7ea05a01908c7312c0566a79db52105a0b3763a description: '' @@ -208056,6 +220741,7 @@ https://thenewstack.io/the-coming-era-of-data-as-code: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/the-devsecops-skillsets-required-for-cloud-deployments: ai_summary: 'Deconstructs the key engineering skillsets required to build and support cloud security infrastructures. Contrast: Curator Insight emphasizes separate @@ -208085,6 +220771,7 @@ https://thenewstack.io/the-devsecops-skillsets-required-for-cloud-deployments: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/the-future-of-microservices-more-abstractions: content_hash: 32a7606ea43f5e0c14b7551ad20fbae17443ab78a078191d67d136bd0a96f41d description: '' @@ -208096,6 +220783,7 @@ https://thenewstack.io/the-future-of-microservices-more-abstractions: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://thenewstack.io/the-future-of-ops-careers: content_hash: cc03206aee97398501f86687fab1a2a3588a9b1b1a33c1ffd492aa01bb6e792e description: '' @@ -208112,6 +220800,7 @@ https://thenewstack.io/the-future-of-ops-careers: v2_locations: - devops.md year: N/A + addition_method: manual https://thenewstack.io/the-growth-of-state-in-kubernetes: content_hash: a17204f2e8a4997b11e973c5c80e168e879bc9a27aa2064c573a761088f025e1 description: '' @@ -208128,6 +220817,7 @@ https://thenewstack.io/the-growth-of-state-in-kubernetes: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/the-hidden-costs-of-service-meshes: content_hash: 991e176ddd3e78f04cbd9fa90ca8f558e3a3ea169098553e0be45b0ae3c5d716 description: '' @@ -208144,6 +220834,7 @@ https://thenewstack.io/the-hidden-costs-of-service-meshes: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/the-kubernetes-network-security-effect: content_hash: 3425f48af1b21dd9845418a1d41bfad4a66ead91edee7497f52643e7e9354f78 description: '' @@ -208160,6 +220851,7 @@ https://thenewstack.io/the-kubernetes-network-security-effect: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://thenewstack.io/the-latest-owasp-top-10-looks-a-lot-like-the-old-owasp: ai_summary: Reviews the shifts and priorities inside the updated OWASP Top 10 list. Explores the expansion of broken access control, cryptographic failures, and injection @@ -208188,6 +220880,7 @@ https://thenewstack.io/the-latest-owasp-top-10-looks-a-lot-like-the-old-owasp: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/the-most-popular-cloud-native-storage-solutions: content_hash: faf4291b9c2044bc614e34926ec7b8dff96a5f79c8b7efd21727bc222f63f11a description: '' @@ -208199,6 +220892,7 @@ https://thenewstack.io/the-most-popular-cloud-native-storage-solutions: v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/the-new-stacks-top-kubernetes-stories-of-2021: content_hash: fdb225f1baf4fb45a03750d9a8dd65d8e8da2a354035869393019d98879dba01 description: '' @@ -208215,6 +220909,7 @@ https://thenewstack.io/the-new-stacks-top-kubernetes-stories-of-2021: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/the-next-kubernetes-management-frontier-automation: content_hash: ad1b290f8ed2073361e33708a9a9573c9342a0b2f397b73f354f1aaa9b2facf0 description: '' @@ -208233,6 +220928,7 @@ https://thenewstack.io/the-next-kubernetes-management-frontier-automation: - gitops.md - index.md year: N/A + addition_method: manual https://thenewstack.io/the-next-step-after-devops-and-gitops-is-cloud-engineering-pulumi-says: content_hash: 26982ee738e38c5245e33687a3194e4e43a4c25a31e4b9d67016845af3ed4c0a description: '' @@ -208250,6 +220946,7 @@ https://thenewstack.io/the-next-step-after-devops-and-gitops-is-cloud-engineerin v2_locations: - pulumi.md year: N/A + addition_method: manual https://thenewstack.io/the-nsa-can-help-you-secure-your-kubernetes-clusters: ai_summary: Provides an introductory breakdown of the NSA/CISA collaborative guidelines on hardening Kubernetes, highlighting pod security contexts, network segmentation, @@ -208277,6 +220974,7 @@ https://thenewstack.io/the-nsa-can-help-you-secure-your-kubernetes-clusters: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://thenewstack.io/the-path-to-getting-the-full-data-stack-on-kubernetes: ai_summary: Explores the evolutionary path of running complex, stateful database and data streaming systems natively on Kubernetes. It addresses the maturity of @@ -208307,6 +221005,7 @@ https://thenewstack.io/the-path-to-getting-the-full-data-stack-on-kubernetes: v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/the-rise-of-event-driven-architecture: ai_summary: Traces the industry shift from request-response synchronous APIs to asynchronous event-driven models. It outlines the architectural advantages regarding @@ -208336,6 +221035,7 @@ https://thenewstack.io/the-rise-of-event-driven-architecture: v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/the-rise-of-the-event-streaming-database: ai_summary: An analytical piece exploring the convergence of databases and stream processing systems to create unified event-streaming databases. It addresses how @@ -208364,6 +221064,7 @@ https://thenewstack.io/the-rise-of-the-event-streaming-database: v2_locations: - message-queue.md year: N/A + addition_method: manual https://thenewstack.io/the-rush-to-fix-the-kubernetes-failover-problem: content_hash: cfc8875d19bdf01558282a5b5fb3b2704e88208b47ec871f6ad43ba9fd175119 description: '' @@ -208380,6 +221081,7 @@ https://thenewstack.io/the-rush-to-fix-the-kubernetes-failover-problem: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/the-scalability-myth: content_hash: e21cca0093cf4266484910a6ba15a81fb0f683677c98b15261baacd3394e3cbd description: '' @@ -208396,6 +221098,7 @@ https://thenewstack.io/the-scalability-myth: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/the-site-reliability-engineering-tool-stack: ai_summary: 'A comprehensive reference detailing the typical software suites utilized across modern SRE organizations. It groups tools into critical segments: observability @@ -208424,6 +221127,7 @@ https://thenewstack.io/the-site-reliability-engineering-tool-stack: v2_locations: - sre.md year: N/A + addition_method: manual https://thenewstack.io/the-state-of-kubernetes-key-challenges-and-the-role-of-ai: content_hash: 876bced0e72ec15a95211c4047acfcdaf53f4f9e512b326854f4329a46c2235d description: '' @@ -208441,6 +221145,7 @@ https://thenewstack.io/the-state-of-kubernetes-key-challenges-and-the-role-of-ai v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/the-time-to-decide-on-docker-desktop-has-arrived: content_hash: 9add4eaf1908979240afa0e56a6f8eb25e55f2ee49f1ce22eba0ab5ae887084d description: '' @@ -208457,6 +221162,7 @@ https://thenewstack.io/the-time-to-decide-on-docker-desktop-has-arrived: v2_locations: - docker.md year: N/A + addition_method: manual https://thenewstack.io/the-top-5-secrets-management-mistakes-and-how-to-avoid-them: ai_summary: 'Identifies the five most critical secrets management mistakes—such as hardcoding or relying on static API keys—and outlines concrete mitigations. @@ -208486,6 +221192,7 @@ https://thenewstack.io/the-top-5-secrets-management-mistakes-and-how-to-avoid-th v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/the-urgency-driving-aiops-into-your-enterprise: ai_summary: Outlines critical market triggers forcing traditional enterprise engineering platforms to pivot to automated AI observability pipelines. Focuses on managing @@ -208513,6 +221220,7 @@ https://thenewstack.io/the-urgency-driving-aiops-into-your-enterprise: v2_locations: - ai.md year: N/A + addition_method: manual https://thenewstack.io/this-week-in-programming-all-hail-visual-studio-code: content_hash: 8358a8656dbcb0da4c4db2d50690dbcf94b8e895767ef99220cb29135e7ac57d description: '' @@ -208529,6 +221237,7 @@ https://thenewstack.io/this-week-in-programming-all-hail-visual-studio-code: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://thenewstack.io/this-week-in-programming-aws-completes-elasticsearch-fork-with-opensearch: content_hash: 7246f78ee5aa6e789e06f0d0e499fec0a5614daedf9262cbc727c5354a41c6c4 description: '' @@ -208546,6 +221255,7 @@ https://thenewstack.io/this-week-in-programming-aws-completes-elasticsearch-fork v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/this-week-in-programming-can-you-feel-the-burn: ai_summary: An industry column exploring software engineering burnout and stress. It offers actionable strategies for team leaders to cultivate healthier environments @@ -208574,6 +221284,7 @@ https://thenewstack.io/this-week-in-programming-can-you-feel-the-burn: v2_locations: - recruitment.md year: N/A + addition_method: manual https://thenewstack.io/this-week-in-programming-kubernetes-from-day-one: content_hash: 4a93d0778503e9f71387d8993c7adbdcdf5a2633d24bf1eb3369e98b24a6354f description: '' @@ -208590,6 +221301,7 @@ https://thenewstack.io/this-week-in-programming-kubernetes-from-day-one: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/this-week-in-programming-the-elasticsearch-saga-continues: content_hash: f6f9ca97fb89748f1354dcb3802eb408fb7e36016d954a36033ef2c9ff068d3a description: '' @@ -208606,6 +221318,7 @@ https://thenewstack.io/this-week-in-programming-the-elasticsearch-saga-continues v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/this-week-in-programming-windows-opens-up-to-android-developers: content_hash: 75fdd9c4286834e2d1b149e7ed5c28acf7a67901ccf6bd0538bb941fc21fadc0 description: '' @@ -208622,6 +221335,7 @@ https://thenewstack.io/this-week-in-programming-windows-opens-up-to-android-deve v2_locations: - azure.md year: N/A + addition_method: manual https://thenewstack.io/tigera-aims-ease-connectivity-pain-kubernetes: content_hash: ce324f75cac9ce1dedc76a360b4d1111028392d339e272a632be07a175a9acc3 description: '' @@ -208633,6 +221347,7 @@ https://thenewstack.io/tigera-aims-ease-connectivity-pain-kubernetes: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://thenewstack.io/tracing-why-logs-arent-enough-to-debug-your-microservices: content_hash: 1d30d83f126b76bd71cc7a5e3018171404f114cfdaa3bd903ca38caa47ad83ef description: '' @@ -208650,6 +221365,7 @@ https://thenewstack.io/tracing-why-logs-arent-enough-to-debug-your-microservices v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/transform-and-future-proof-your-architecture-with-mach: content_hash: 89a13245527c740dd690ee9574f42adbc171291d0af21f651718e1ada8c1f28b description: '' @@ -208666,6 +221382,7 @@ https://thenewstack.io/transform-and-future-proof-your-architecture-with-mach: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/tricks-for-cloud-cost-optimization: content_hash: 653299326c6fca86268812939c1ddb09a683a8186eca564f011552939dfe7f1e description: '' @@ -208682,6 +221399,7 @@ https://thenewstack.io/tricks-for-cloud-cost-optimization: v2_locations: - finops.md year: N/A + addition_method: manual https://thenewstack.io/triggermesh-open-sourcing-event-driven-applications: content_hash: 1e5b4deeba5cfb8af0405c3c5ef3a8e939ae06ba05cf1f2bc949e60d8468e466 description: '' @@ -208698,6 +221416,7 @@ https://thenewstack.io/triggermesh-open-sourcing-event-driven-applications: v2_locations: - serverless.md year: N/A + addition_method: manual https://thenewstack.io/true-success-in-process-automation-requires-microservices: content_hash: b6bd5a2acda33ded1100ca4dfaec8a0605bd05652d4e367b18767ddabb1fe78e description: '' @@ -208714,6 +221433,7 @@ https://thenewstack.io/true-success-in-process-automation-requires-microservices v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/trusted-delivery-policy-based-compliance-the-gitops-way: content_hash: ddd890fed05edf1e74e1a72abeff6e37c5652013d630ffb6deb449b254b4fc56 description: '' @@ -208730,6 +221450,7 @@ https://thenewstack.io/trusted-delivery-policy-based-compliance-the-gitops-way: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/turbocharging-aks-networking-with-calico-ebpf: ai_summary: Architectural breakdown of the performance gains of running Calico eBPF on AKS. Explains how the eBPF data plane bypasses traditional IPTables limits, @@ -208758,6 +221479,7 @@ https://thenewstack.io/turbocharging-aks-networking-with-calico-ebpf: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/tutorial-configure-cloud-native-edge-infrastructure-with-k3s-calico-portworx: content_hash: 16713f9cf470c4b399cf6a448f75394d522d63d450a1e8c8eb94631628d6e970 description: '' @@ -208775,6 +221497,7 @@ https://thenewstack.io/tutorial-configure-cloud-native-edge-infrastructure-with- v2_locations: - rancher.md year: N/A + addition_method: manual https://thenewstack.io/tutorial-connect-amazon-eks-and-azure-aks-clusters-with-google-anthos: content_hash: 3fe00b8984bdd3e6f3a5f5b3a218fb186aab0113401bd3de5022ea421fd11f07 description: '' @@ -208791,6 +221514,7 @@ https://thenewstack.io/tutorial-connect-amazon-eks-and-azure-aks-clusters-with-g v2_locations: - demos.md year: N/A + addition_method: manual https://thenewstack.io/tutorial-deploy-anthos-apps-from-gcp-marketplace-into-amazon-eks-cluster: content_hash: 58c1dd7beca3a868047251592583590ecec7215f1fe778a834ab18208e78b1c8 description: '' @@ -208807,6 +221531,7 @@ https://thenewstack.io/tutorial-deploy-anthos-apps-from-gcp-marketplace-into-ama v2_locations: - demos.md year: N/A + addition_method: manual https://thenewstack.io/tutorial-gitops-in-multicluster-environments-with-anthos-config-management: content_hash: 828f13c322fa26dc0df0910ac07e2725e09dbcbc918b572a6bf79055620a861b description: '' @@ -208823,6 +221548,7 @@ https://thenewstack.io/tutorial-gitops-in-multicluster-environments-with-anthos- v2_locations: - demos.md year: N/A + addition_method: manual https://thenewstack.io/tutorial-host-a-local-podman-image-registry: content_hash: 02a8a2f6fefd054143eedc993517340ab4d895add4a0c31dc89b14388cfd7f56 description: '' @@ -208839,6 +221565,7 @@ https://thenewstack.io/tutorial-host-a-local-podman-image-registry: v2_locations: - container-managers.md year: N/A + addition_method: manual https://thenewstack.io/tutorial-install-and-configure-openebs-on-amazon-elastic-kubernetes-service: ai_summary: Tutorial on integrating OpenEBS as a container-attached storage engine on AWS EKS to manage local and persistent block storage natively. @@ -208866,6 +221593,7 @@ https://thenewstack.io/tutorial-install-and-configure-openebs-on-amazon-elastic- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://thenewstack.io/understand-the-aws-shared-responsibility-model-for-kubernetes: content_hash: 49e9f9cf77f36d5f306a1d0dbcbb2d567c851a4d8e871e50d346c505f6ade3a6 description: '' @@ -208882,6 +221610,7 @@ https://thenewstack.io/understand-the-aws-shared-responsibility-model-for-kubern v2_locations: - aws.md year: N/A + addition_method: manual https://thenewstack.io/understanding-gitops-the-latest-tools-and-philosophies: content_hash: 9b5d41aa80747e02e587d90fd34be266e398530a5a669e1e9d5b936f36c01d22 description: '' @@ -208898,6 +221627,7 @@ https://thenewstack.io/understanding-gitops-the-latest-tools-and-philosophies: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/unifying-kubernetes-service-networking-again-with-the-gateway-api: content_hash: 2506cc7a4bb55c1a45d33c3550aa3b2c4b18553fb55ed47cc167d1b2d262ebc4 description: '' @@ -208915,6 +221645,7 @@ https://thenewstack.io/unifying-kubernetes-service-networking-again-with-the-gat v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://thenewstack.io/upgrade-helm-if-you-dont-want-to-share-your-username-and-password: ai_summary: Security breakdown analyzing CVE-2021-32690, where Helm leaked sensitive credential headers during remote chart requests. Critical warning illustrating @@ -208945,6 +221676,7 @@ https://thenewstack.io/upgrade-helm-if-you-dont-want-to-share-your-username-and- v2_locations: - helm.md year: N/A + addition_method: manual https://thenewstack.io/use-chaos-engineering-to-strengthen-your-incident-response: content_hash: 09b902b8fe25541fa0b544d75bccb461966111801575012dc8bb0ef3daab4d39 description: '' @@ -208961,6 +221693,7 @@ https://thenewstack.io/use-chaos-engineering-to-strengthen-your-incident-respons v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/use-low-code-to-reduce-friction-for-cloud-operations-teams: ai_summary: Examines leveraging visual low-code automation to alleviate operations team workloads. Recommends strategies for scaling cloud operations without expanding @@ -208988,6 +221721,7 @@ https://thenewstack.io/use-low-code-to-reduce-friction-for-cloud-operations-team v2_locations: - lowcode-nocode.md year: N/A + addition_method: manual https://thenewstack.io/using-chaos-engineering-to-improve-the-resilience-of-stateful-applications-on-kubernetes: content_hash: 973d5c1c58c63606caa9820e9dddab767e744efa28826c42d9f1bb474904fb45 description: '' @@ -209005,6 +221739,7 @@ https://thenewstack.io/using-chaos-engineering-to-improve-the-resilience-of-stat v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/using-chatgpt-for-questions-specific-to-your-company-data: ai_summary: Technical deep-dive on Retrieval-Augmented Generation (RAG). Outlines how to query private corporate document indexes using semantic vector databases @@ -209032,6 +221767,7 @@ https://thenewstack.io/using-chatgpt-for-questions-specific-to-your-company-data v2_locations: - chatgpt.md year: N/A + addition_method: manual https://thenewstack.io/using-traefik-ingress-controller-with-istio-service-mesh: ai_summary: A valuable integration guide demonstrating how to use Traefik as the external edge ingress router while leveraging Istio's internal service mesh to @@ -209060,6 +221796,7 @@ https://thenewstack.io/using-traefik-ingress-controller-with-istio-service-mesh: v2_locations: - web-servers.md year: N/A + addition_method: manual https://thenewstack.io/validate-service-level-objectives-of-rest-apis-using-iter8: ai_summary: A technical walkthrough detailing how to integrate Iter8 with CI/CD runners to automatically validate REST API SLO configurations. The tutorial includes @@ -209088,6 +221825,7 @@ https://thenewstack.io/validate-service-level-objectives-of-rest-apis-using-iter v2_locations: - sre.md year: N/A + addition_method: manual https://thenewstack.io/vfunction-transforms-monolithic-java-to-microservices: content_hash: 4234748a6aea676d0b6401b8132b2d3bce46c3d8b0fb1a703c800ec4eb7c62f2 description: '' @@ -209104,6 +221842,7 @@ https://thenewstack.io/vfunction-transforms-monolithic-java-to-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/waf-securing-applications-at-the-edge: ai_summary: Outlines Web Application Firewall implementations deployed directly to edge computing nodes. Details methods for offloading SSL inspection and Layer-7 @@ -209131,6 +221870,7 @@ https://thenewstack.io/waf-securing-applications-at-the-edge: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/wait-do-we-need-to-hold-up-on-gitops: content_hash: a5e4f6965cbc1e894f46ca993d4a4c758dc20d76050d47eb4cb79bcfe25bc855 description: '' @@ -209147,6 +221887,7 @@ https://thenewstack.io/wait-do-we-need-to-hold-up-on-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/walkthrough-bitwardens-new-secrets-manager: ai_summary: A walkthrough of Bitwarden's specialized secrets management service. Demonstrates how developers and DevOps teams can leverage centralized secrets @@ -209175,6 +221916,7 @@ https://thenewstack.io/walkthrough-bitwardens-new-secrets-manager: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/want-real-cybersecurity-progress-redefine-the-security-team: ai_summary: Discusses the paradigm shift required in modern engineering organizations to transition from traditional gatekeeping security to shared responsibility models. @@ -209206,6 +221948,7 @@ https://thenewstack.io/want-real-cybersecurity-progress-redefine-the-security-te v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/wave-goodbye-to-release-nights: ai_summary: An article framing how feature toggling transforms organizational release management. By making deployments a routine, low-risk daylight event, teams can @@ -209233,6 +221976,7 @@ https://thenewstack.io/wave-goodbye-to-release-nights: v2_locations: - git.md year: N/A + addition_method: manual https://thenewstack.io/we-pushed-helm-to-the-limit-then-built-a-kubernetes-operator: content_hash: 7d5bc0527530c9a546d9552d693e68bdad4a57618fb65e841ee93631f7457843 description: '' @@ -209250,6 +221994,7 @@ https://thenewstack.io/we-pushed-helm-to-the-limit-then-built-a-kubernetes-opera v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://thenewstack.io/weave-gitops-core-integrates-git-with-kubernetes: content_hash: 29810ee3e0cf6ff26ca81a906296d7c676813bb552250d99740564e8645a07c1 description: '' @@ -209266,6 +222011,7 @@ https://thenewstack.io/weave-gitops-core-integrates-git-with-kubernetes: v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/weave-gitops-trusted-delivery-a-road-to-kubernetes-sanity: content_hash: d2f619954b47b373beb529a333ddd0a96deae603ae89c9cd6b873979c5c0bed0 description: '' @@ -209282,6 +222028,7 @@ https://thenewstack.io/weave-gitops-trusted-delivery-a-road-to-kubernetes-sanity v2_locations: - gitops.md year: N/A + addition_method: manual https://thenewstack.io/weaveworks-adds-policy-as-code-to-secure-kubernetes-apps: content_hash: 464e95b3fc55b3d93cc5fff93f4e6bf1ca1feb8cc23533b2cb204805530f090a description: '' @@ -209299,6 +222046,7 @@ https://thenewstack.io/weaveworks-adds-policy-as-code-to-secure-kubernetes-apps: v2_locations: - securityascode.md year: N/A + addition_method: manual https://thenewstack.io/web3-architecture-and-how-it-compares-to-traditional-web-apps: content_hash: ed79460af92cca0c7a3e70a8dc7683db6a9447a49cde161d0cfe542e784f9111 description: '' @@ -209316,6 +222064,7 @@ https://thenewstack.io/web3-architecture-and-how-it-compares-to-traditional-web- v2_locations: - web3.md year: N/A + addition_method: manual https://thenewstack.io/what-david-flanagan-learned-fixing-kubernetes-clusters: content_hash: d4a9c6616b30d12cc7972806f4b21b1800df66240688fb77e4701cbb3e77b570 description: '' @@ -209332,6 +222081,7 @@ https://thenewstack.io/what-david-flanagan-learned-fixing-kubernetes-clusters: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://thenewstack.io/what-does-it-take-to-manage-hundreds-of-kubernetes-clusters: content_hash: f25a03caa0b91f79273bafeebd3c829482be7162ca2c96fb17eacaa6d5f96c9d description: '' @@ -209348,6 +222098,7 @@ https://thenewstack.io/what-does-it-take-to-manage-hundreds-of-kubernetes-cluste v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/what-is-cloud-automation-and-how-does-it-benefit-it-teams: content_hash: 8c10a60dfa0dfbe857452e04535ccd085f1f3c3403caa6d42c8879ba3b0f468e description: '' @@ -209365,6 +222116,7 @@ https://thenewstack.io/what-is-cloud-automation-and-how-does-it-benefit-it-teams v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/what-is-container-monitoring: content_hash: 31537e2b45a43bf7fd703f768c1d746eb269b1dde72095ff9c4abcb10b8c8a02 description: '' @@ -209381,6 +222133,7 @@ https://thenewstack.io/what-is-container-monitoring: v2_locations: - monitoring.md year: N/A + addition_method: manual https://thenewstack.io/what-is-data-management-in-the-kubernetes-age: content_hash: d3e356d2bf81cde7ea157c8b3b3648cb491e59b73fa85b0b053268aa8e2bb201 description: '' @@ -209397,6 +222150,7 @@ https://thenewstack.io/what-is-data-management-in-the-kubernetes-age: v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/what-is-gitops-and-why-it-might-be-the-next-big-thing-for-devops: content_hash: 489203d7c644a615dd8c991690faeec1a09c7b7699df5401d74e958dc09808c7 description: '' @@ -209409,6 +222163,7 @@ https://thenewstack.io/what-is-gitops-and-why-it-might-be-the-next-big-thing-for v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://thenewstack.io/what-is-istio-and-why-does-kubernetes-need-it: ai_summary: Provides a thorough introduction to the core architecture of Istio, explaining the separation of the control plane (istiod) and the data plane (Envoy @@ -209440,6 +222195,7 @@ https://thenewstack.io/what-is-istio-and-why-does-kubernetes-need-it: v2_locations: - istio.md year: N/A + addition_method: manual https://thenewstack.io/what-is-the-modern-cloud-native-stack: content_hash: eeefa4fa6acc8dd75eeee12ab1d89a2b28b99b294f7018e61cfd5a536e563f57 description: '' @@ -209456,6 +222212,7 @@ https://thenewstack.io/what-is-the-modern-cloud-native-stack: v2_locations: - introduction.md year: N/A + addition_method: manual https://thenewstack.io/what-we-learned-from-enabling-developer-self-service: content_hash: 6be77340d2504bb730f004e48fddd170477d817d0f4c273ce0a689d34baceea9 description: '' @@ -209473,6 +222230,7 @@ https://thenewstack.io/what-we-learned-from-enabling-developer-self-service: - introduction.md - index.md year: N/A + addition_method: manual https://thenewstack.io/what-workloads-do-businesses-run-on-kubernetes: content_hash: 035fd024d96364f8c45a2f169d05e4cb38099158de721c8b902228cabd08b7c1 description: '' @@ -209489,6 +222247,7 @@ https://thenewstack.io/what-workloads-do-businesses-run-on-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/whats-the-biggest-gap-in-kubernetes-storage-architecture: content_hash: 6344324df8511629ef9b129836874e773002826dfce9bd2d3ae36033ac386974 description: '' @@ -209505,6 +222264,7 @@ https://thenewstack.io/whats-the-biggest-gap-in-kubernetes-storage-architecture: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/when-is-decentralized-storage-the-right-choice: content_hash: ec5fb2479f181c7d397be121d1ace6d6c4d60136f5f42b24c1a38aebcf1a555a description: '' @@ -209521,6 +222281,7 @@ https://thenewstack.io/when-is-decentralized-storage-the-right-choice: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/when-you-need-or-dont-need-service-mesh: ai_summary: Discusses when a service mesh is actually required during cloud migrations, defining the technical criteria that justify the added operational complexity. @@ -209547,6 +222308,7 @@ https://thenewstack.io/when-you-need-or-dont-need-service-mesh: v2_locations: - istio.md year: N/A + addition_method: manual https://thenewstack.io/where-are-you-on-the-devsecops-maturity-curve: ai_summary: 'Presents a maturity taxonomy to help engineering departments benchmark their progression towards fully automated, self-healing security environments. @@ -209576,6 +222338,7 @@ https://thenewstack.io/where-are-you-on-the-devsecops-maturity-curve: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/where-the-site-reliability-engineer-role-overlaps-with-devops: ai_summary: A structural examination of the technical overlaps between DevOps and SRE, outlining how automated observability pipelines and telemetry serve both @@ -209603,6 +222366,7 @@ https://thenewstack.io/where-the-site-reliability-engineer-role-overlaps-with-de v2_locations: - sre.md year: N/A + addition_method: manual https://thenewstack.io/who-needs-a-dashboard-why-the-kubernetes-command-line-is-not-enough: ai_summary: Investigates the limitations of purely CLI-based diagnostics, highlighting situations where multi-dimensional cluster interfaces speed up root cause analysis. @@ -209630,6 +222394,7 @@ https://thenewstack.io/who-needs-a-dashboard-why-the-kubernetes-command-line-is- v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://thenewstack.io/why-and-how-you-should-manage-json-with-sql: ai_summary: Explains how to query and manipulate semi-structured JSON payloads natively in relational databases using modern SQL. Offers a roadmap for blending NoSQL @@ -209659,6 +222424,7 @@ https://thenewstack.io/why-and-how-you-should-manage-json-with-sql: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://thenewstack.io/why-argo-cd-is-the-lifeline-of-gitops: ai_summary: An industry report outlining why Argo CD became a central standard for cloud-native delivery, highlighting its UI, multi-cluster reach, and powerful @@ -209686,6 +222452,7 @@ https://thenewstack.io/why-argo-cd-is-the-lifeline-of-gitops: v2_locations: - argo.md year: N/A + addition_method: manual https://thenewstack.io/why-backend-developers-should-fall-in-love-with-graphql-too: content_hash: 07981d0a0c694c90d28c8a9f9d19169aa7198a7a6d707b6689fb810d4f0b3b6a description: '' @@ -209703,6 +222470,7 @@ https://thenewstack.io/why-backend-developers-should-fall-in-love-with-graphql-t v2_locations: - api.md year: N/A + addition_method: manual https://thenewstack.io/why-businesses-want-to-enable-no-code-and-low-code-automation: ai_summary: Analyzes business-driven factors pushing for the integration of low-code environments. Examines cost-saving parameters and democratization patterns in @@ -209730,6 +222498,7 @@ https://thenewstack.io/why-businesses-want-to-enable-no-code-and-low-code-automa v2_locations: - lowcode-nocode.md year: N/A + addition_method: manual https://thenewstack.io/why-chaos-engineering-isnt-just-for-operations: content_hash: 2b8231ecb1ace5e92b9064b698d9dbe4ef7f140a464458dd9c9bc12576b8d26b description: '' @@ -209746,6 +222515,7 @@ https://thenewstack.io/why-chaos-engineering-isnt-just-for-operations: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://thenewstack.io/why-choose-a-nosql-database-there-are-many-great-reasons: content_hash: ca7e0440d645266e409c0d42e6c53ce49b7e99302f0ff283c600024bde70d800 description: '' @@ -209762,6 +222532,7 @@ https://thenewstack.io/why-choose-a-nosql-database-there-are-many-great-reasons: v2_locations: - nosql.md year: N/A + addition_method: manual https://thenewstack.io/why-cloud-native-systems-demand-a-zero-trust-approach: ai_summary: 'Details why cloud-native microservices require zero-trust strategies to mitigate network-based lateral threat progression. Contrast: Curator Insight @@ -209791,6 +222562,7 @@ https://thenewstack.io/why-cloud-native-systems-demand-a-zero-trust-approach: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/why-compute-and-storage-should-be-decoupled-for-log-management-at-scale: content_hash: 6a2ffce93ffe34e30b1447632a090571f0beae6b4198b852df6d015e039cd1dc description: '' @@ -209808,6 +222580,7 @@ https://thenewstack.io/why-compute-and-storage-should-be-decoupled-for-log-manag v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://thenewstack.io/why-developers-should-learn-kubernetes: content_hash: 66896ec1b4c14173af875539f8bf88cae4fffeaa1e219208eb6ab4072ffecc3c description: '' @@ -209824,6 +222597,7 @@ https://thenewstack.io/why-developers-should-learn-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenewstack.io/why-do-you-need-istio-when-you-already-have-kubernetes: ai_summary: An analytical deep dive examining the key functional limits of native Kubernetes load balancing. Explains how an enterprise service mesh like Istio @@ -209855,6 +222629,7 @@ https://thenewstack.io/why-do-you-need-istio-when-you-already-have-kubernetes: v2_locations: - istio.md year: N/A + addition_method: manual https://thenewstack.io/why-kubernetes-has-emerged-as-the-os-of-the-cloud: content_hash: 1fcaefcd3af8e3c3003e31fa8515bb107041af43d2f66ca419cbee08e88e3b7c description: '' @@ -209871,6 +222646,7 @@ https://thenewstack.io/why-kubernetes-has-emerged-as-the-os-of-the-cloud: v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://thenewstack.io/why-open-source-project-maintainers-are-reluctant-to-use-digital-signatures-two-factor-authentication : ai_summary: Analyzes security friction and adoption barriers of cryptographically signed commits (GPG/SSH) and MFA among open-source maintainers. It highlights @@ -209901,6 +222677,7 @@ https://thenewstack.io/why-kubernetes-has-emerged-as-the-os-of-the-cloud: v2_locations: - git.md year: N/A + addition_method: manual https://thenewstack.io/will-grafana-become-easier-to-use-in-2022: content_hash: 9e89b2473f42c36452454ad33a6d6b18e6d0ee4d1b26aec3c1e5b71565c3071d description: '' @@ -209917,6 +222694,7 @@ https://thenewstack.io/will-grafana-become-easier-to-use-in-2022: v2_locations: - grafana.md year: N/A + addition_method: manual https://thenewstack.io/yet-another-log4j-security-problem-appears: ai_summary: Tracks the rapid evolution of secondary Log4j exploits discovered following initial mitigation attempts. Offers deep technical explanations detailing nested @@ -209944,6 +222722,7 @@ https://thenewstack.io/yet-another-log4j-security-problem-appears: v2_locations: - devsecops.md year: N/A + addition_method: manual https://thenewstack.io/yor-automates-tagging-for-infrastructure-as-code: content_hash: a986652d7b5cb4f8f08fd4b5ba434346d871af68c4c6f194e1b5dd537fb5bc12 description: '' @@ -209960,6 +222739,7 @@ https://thenewstack.io/yor-automates-tagging-for-infrastructure-as-code: v2_locations: - securityascode.md year: N/A + addition_method: manual https://thenewstack.io/you-dont-need-a-blockchain-you-need-a-time-series-database: content_hash: 4c0c4390a4fc0fe8634f853267dfde18d4dd6c6ce1de03a8fc40a5f966eeb808 description: '' @@ -209976,6 +222756,7 @@ https://thenewstack.io/you-dont-need-a-blockchain-you-need-a-time-series-databas v2_locations: - databases.md year: N/A + addition_method: manual https://thenewstack.io/zero-trust-security-with-service-mesh: content_hash: 8be79c7401d2a559b96426614655b20e4a5520d53eca5c2e698fd724b192c534 description: '' @@ -209992,6 +222773,7 @@ https://thenewstack.io/zero-trust-security-with-service-mesh: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://thenewstack.io/zerolb-a-new-decentralized-pattern-for-load-balancing: content_hash: 29ef99e410a72ff4cc97faff92cdb829a7cd08b34978d05ae5997cbbe3e599f3 description: '' @@ -210008,6 +222790,7 @@ https://thenewstack.io/zerolb-a-new-decentralized-pattern-for-load-balancing: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://thenextweb.com/news/6-practical-tricks-every-python-developer-should-have: content_hash: ade8fc66a50073a1accae3c6db85660db2cb266bb8a56bd42ae2b218fcceeb14 health_score: 100.0 @@ -210020,6 +222803,7 @@ https://thenextweb.com/news/6-practical-tricks-every-python-developer-should-hav - docs/python.md v2_locations: - python.md + addition_method: manual https://thenextweb.com/news/a-beginners-guide-to-the-most-popular-git-commands: ai_summary: An introductory cheat-sheet covering high-frequency commands such as `git clone`, `git status`, `git log`, and `git diff`. This simplified guide is @@ -210042,6 +222826,7 @@ https://thenextweb.com/news/a-beginners-guide-to-the-most-popular-git-commands: v2_locations: - git.md year: '2021' + addition_method: manual https://thenextweb.com/readme/2020/09/23/6-practical-tricks-every-python-developer-should-have: content_hash: ff18a3f469ff31582f1296e8600984a249766ac75ea8a7e0dc9140340e260bb2 description: '' @@ -210053,6 +222838,7 @@ https://thenextweb.com/readme/2020/09/23/6-practical-tricks-every-python-develop v1_locations: - docs/python.md year: N/A + addition_method: manual https://thenextweb.com/syndication/2020/09/02/a-beginners-guide-to-the-most-popular-git-commands: content_hash: ce8b4ec41b35c3ebbe3feeb580f3ba176cce03cf67f1eb40fe8f77c3222069a5 description: '' @@ -210064,6 +222850,7 @@ https://thenextweb.com/syndication/2020/09/02/a-beginners-guide-to-the-most-popu v1_locations: - docs/git.md year: N/A + addition_method: manual https://thenucleargeeks.com/2021/03/22/introduction-to-pods-in-kubernetes: content_hash: 231468ddfbe95b39e763edd3a8810adcf72a318c04240f232bf5077ea2854d0d description: '' @@ -210080,6 +222867,7 @@ https://thenucleargeeks.com/2021/03/22/introduction-to-pods-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenucleargeeks.com/2021/03/28/taints-and-tolerations-in-kubernetes: description: '' health_score: 80.0 @@ -210093,6 +222881,7 @@ https://thenucleargeeks.com/2021/03/28/taints-and-tolerations-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://thenucleargeeks.com/2021/06/26/taints-and-tolerations-in-kubernetes-edit: description: '' health_score: 80.0 @@ -210106,6 +222895,7 @@ https://thenucleargeeks.com/2021/06/26/taints-and-tolerations-in-kubernetes-edit v2_locations: - kubernetes.md year: N/A + addition_method: manual https://therecord.media/nsa-cisa-publish-kubernetes-hardening-guide: ai_summary: Reports on the publication of the joint NSA and CISA Kubernetes hardening advisory. Highlights major system recommendations to mitigate vulnerabilities @@ -210133,6 +222923,7 @@ https://therecord.media/nsa-cisa-publish-kubernetes-hardening-guide: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://therecord.media/uk-government-plans-to-release-nmap-scripts-for-finding-vulnerabilities: ai_summary: Covers the UK National Cyber Security Centre's active release of public vulnerability detection scripts using the Nmap framework. Aims to empower public @@ -210161,6 +222952,7 @@ https://therecord.media/uk-government-plans-to-release-nmap-scripts-for-finding- v2_locations: - devsecops.md year: N/A + addition_method: manual https://thevaluable.dev/vim-advanced: ai_summary: 'An advanced technical guide exploring productivity optimizations inside Vim. Details complex keyboard mappings, custom buffers, multiple window controls, @@ -210192,6 +222984,7 @@ https://thevaluable.dev/vim-advanced: v2_locations: - linux.md year: N/A + addition_method: manual https://thewokesalaryman.com/2022/02/11/why-people-leave-even-the-most-high-paying-jobs: ai_summary: A visually and textually rich breakdown of the multi-dimensional nature of compensation, demonstrating how mental health, culture, and lack of growth @@ -210220,6 +223013,7 @@ https://thewokesalaryman.com/2022/02/11/why-people-leave-even-the-most-high-payi v2_locations: - recruitment.md year: N/A + addition_method: manual https://thinking-cities.readthedocs.io: content_hash: dec283e41b80fc3a8d12b13a999c90a328a7bd3e2fdb967b9fb0998574dfe438 description: '' @@ -210231,6 +223025,7 @@ https://thinking-cities.readthedocs.io: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://thinking-cities.readthedocs.io/en/latest: content_hash: 1f7644e2884fbc6d12ffe911c49808836de4de3b3eb0d40de3791050ed2893f9 health_score: 100.0 @@ -210242,6 +223037,7 @@ https://thinking-cities.readthedocs.io/en/latest: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://thinkinglabs.io/talks/2016/10/29/feature-branching-considered-evil.html: ai_summary: A critical analysis examining the negative impact of long-lived feature branches on continuous integration. It argues that delayed integration degrades @@ -210270,6 +223066,7 @@ https://thinkinglabs.io/talks/2016/10/29/feature-branching-considered-evil.html: v2_locations: - git.md year: N/A + addition_method: manual https://thinkinglabs.io/talks/feature-branching-considered-evil.html: ai_summary: 'Curator Insight: A provocative analysis contrasting long-lived feature branches with trunk-based development. Live Grounding: Details how feature branches @@ -210298,6 +223095,7 @@ https://thinkinglabs.io/talks/feature-branching-considered-evil.html: v2_locations: - cicd.md year: N/A + addition_method: manual https://thinksys.com/azure/azure-devops-pipeline-complete-guide: content_hash: 92a2fe587acf388f47902db4639fbf05f3352b0010edae59b8f7e7f27a83249b health_score: 100.0 @@ -210310,6 +223108,7 @@ https://thinksys.com/azure/azure-devops-pipeline-complete-guide: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://thinksys.com/devops/docker-swarm-vs-kubernetes-comparison: ai_summary: Analyzes Kubernetes and Docker Swarm across scaling, persistent volume management, networking architectures, and administrative complexity. @@ -210330,6 +223129,7 @@ https://thinksys.com/devops/docker-swarm-vs-kubernetes-comparison: v2_locations: - kubernetes-alternatives.md year: '2022' + addition_method: manual https://thinksys.com/devops/kubernetes-autoscaling: content_hash: 3550ea62554bc4e1952968a63925de3ea5d84a969bed6a67cb56facab906625e health_score: 100.0 @@ -210342,6 +223142,7 @@ https://thinksys.com/devops/kubernetes-autoscaling: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://thinksys.com/devops/kubernetes-multi-tenancy: content_hash: a019c0fdf3351cd30c1c360f2411728fbb182b86ab905b056d192cdf65e9a58d health_score: 100.0 @@ -210354,6 +223155,7 @@ https://thinksys.com/devops/kubernetes-multi-tenancy: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://thomasthornton.cloud: content_hash: a281259b39a6da967f051d18207c70a69a46820d5af4b73185a87e1a6b74d261 description: '' @@ -210370,6 +223172,7 @@ https://thomasthornton.cloud: v2_locations: - azure.md year: N/A + addition_method: manual https://thomasthornton.cloud/2020/07/08/deploy-terraform-using-azure-devops: content_hash: aa85d20cf0cf4c1618325e7f3cec6b82b7050bdabf31b7d43e0809dfb9422d56 description: '' @@ -210382,6 +223185,7 @@ https://thomasthornton.cloud/2020/07/08/deploy-terraform-using-azure-devops: - docs/azure.md - docs/terraform.md year: N/A + addition_method: manual https://thomasthornton.cloud/2021/03/19/deploy-terraform-using-github-actions-into-azure: content_hash: N/A description: '' @@ -210393,6 +223197,7 @@ https://thomasthornton.cloud/2021/03/19/deploy-terraform-using-github-actions-in v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://thomasthornton.cloud/2021/04/29/scout-suite-reports-using-azure-devops-pipeline: content_hash: 069b19329c4ba8e1f9327d2be755be2656d9ec6a5a2bf345f3c00e116737721a description: '' @@ -210404,6 +223209,7 @@ https://thomasthornton.cloud/2021/04/29/scout-suite-reports-using-azure-devops-p v1_locations: - docs/azure.md year: N/A + addition_method: manual https://thomasthornton.cloud/2021/08/04/conditional-variables-in-azure-devops-pipelines: content_hash: 07eafaea0c1e419d870038049703ad2a10ae401bfddf8fc1e5e5c2014f89882d description: '' @@ -210419,6 +223225,7 @@ https://thomasthornton.cloud/2021/08/04/conditional-variables-in-azure-devops-pi v2_locations: - azure.md year: N/A + addition_method: manual https://thomasthornton.cloud/2021/12/26/a-devops-journey-using-azure-devops: content_hash: 8c5ad5554f7c61be296a756e80196859abd4a49cbf35de569f0082626a818fcf description: '' @@ -210435,6 +223242,7 @@ https://thomasthornton.cloud/2021/12/26/a-devops-journey-using-azure-devops: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://thomasthornton.cloud/2022/01/24/error-spawn-terraform-enoent-when-running-terraform-in-azure-devops-pipeline: content_hash: 33c3102f05ac0ec7a67885633d787ed81df9756a47a4f1449d0f51c257864e59 description: '' @@ -210447,6 +223255,7 @@ https://thomasthornton.cloud/2022/01/24/error-spawn-terraform-enoent-when-runnin v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://thomasthornton.cloud/2022/04/13/analyze-your-kubernetes-yaml-files-and-helm-charts-to-ensure-best-practices-using-kuberlinter-in-azure-devops-pipeline : ai_summary: A detailed technical tutorial showing how to configure KubeLinter inside Azure DevOps pipelines. Guides developers on automating security checks for Helm @@ -210476,6 +223285,7 @@ https://thomasthornton.cloud/2022/01/24/error-spawn-terraform-enoent-when-runnin - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://thomasthornton.cloud/2022/06/02/writing-reusable-terraform-modules: content_hash: a1ff1af0ab3b0469d1dc88a8b32e8a2bff2325b978ccd94334b8c6beb834a1c0 description: '' @@ -210491,6 +223301,7 @@ https://thomasthornton.cloud/2022/06/02/writing-reusable-terraform-modules: v2_locations: - terraform.md year: N/A + addition_method: manual ? https://thomasthornton.cloud/2022/11/09/building-and-deploying-to-an-aks-cluster-using-terraform-and-azure-devops-with-kubernetes-and-helm-providers : content_hash: 5e12d93f7cc7a9f4ee8d8b4cc176239c7c8e38d5478a4df78aabb27a9eb8e053 description: '' @@ -210503,6 +223314,7 @@ https://thomasthornton.cloud/2022/06/02/writing-reusable-terraform-modules: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://thomasthornton.cloud/2023/08/11/if-elseif-or-else-in-github-actions: content_hash: 66795bd64e28ef646bbbcad120d0ee43cda639694a0fd770ddaa4b964f47a4dc description: '' @@ -210514,6 +223326,7 @@ https://thomasthornton.cloud/2023/08/11/if-elseif-or-else-in-github-actions: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://thomasthornton.cloud/2023/12/03/deploying-azure-aks-gitops-flux-extension-with-terraform: content_hash: fd343620526ec4eede2e6cb7314fd0ea57bac4ae374988abc044db823f915649 description: '' @@ -210525,6 +223338,7 @@ https://thomasthornton.cloud/2023/12/03/deploying-azure-aks-gitops-flux-extensio v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://thomasthornton.cloud/2024/01/11/displaying-terraform-plans-in-github-prs-with-github-actions: content_hash: e68b581ee4f0450662346476e0a5d93b48cae02b9c2a84073f97fb6d29eff4a8 description: '' @@ -210537,6 +223351,7 @@ https://thomasthornton.cloud/2024/01/11/displaying-terraform-plans-in-github-prs v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://thomasthornton.cloud/2024/01/18/adding-pull-request-comments-to-azure-devops-repo-from-azure-devops-pipelines: content_hash: 4c5f94f8c0408c209a023bf89f75e23c0a50ef88ae4f7f0a01c2ab5cf8ec15f3 description: '' @@ -210553,6 +223368,7 @@ https://thomasthornton.cloud/2024/01/18/adding-pull-request-comments-to-azure-de v2_locations: - azure.md year: N/A + addition_method: manual ? https://thomasthornton.cloud/2024/01/31/enforcing-kubernetes-best-practices-and-simplifying-kubernetes-configuration-validation-with-kube-linter-and-github-actions : content_hash: 63d458c7d237116f832b38a1fee34e8859f5ad4cd704dfe9f68a28ce0ac230c6 description: '' @@ -210564,6 +223380,7 @@ https://thomasthornton.cloud/2024/01/18/adding-pull-request-comments-to-azure-de v1_locations: - docs/devsecops.md year: N/A + addition_method: manual ? https://thomasthornton.cloud/2024/02/15/ensuring-your-terraform-is-correctly-formatted-using-terraform-fmt-and-github-actions : content_hash: 7d4189a0fa41d9c0d564e66b6b1164d067833bbdea3d51fbbaa77bc9260f9d16 description: '' @@ -210576,6 +223393,7 @@ https://thomasthornton.cloud/2024/01/18/adding-pull-request-comments-to-azure-de v1_locations: - docs/terraform.md year: N/A + addition_method: manual ? https://thomasthornton.cloud/2024/03/28/enabling-postgresql-flexible-server-logs-and-configuring-a-retention-period-using-terraform : content_hash: 886a22042a0fbef42cdedf383d02ea6c9ea5314aba1dd9b8a5ddfad933e298f9 description: '' @@ -210592,6 +223410,7 @@ https://thomasthornton.cloud/2024/01/18/adding-pull-request-comments-to-azure-de v2_locations: - terraform.md year: N/A + addition_method: manual https://thomasthornton.cloud/2024/04/25/using-terraform-tfvars-for-environment-agnostic-deployments: content_hash: 40160ae39df2c5cfea5fd738bfdfff8aee6c51d7d02ef5cc950f6081df9fb149 description: '' @@ -210604,6 +223423,7 @@ https://thomasthornton.cloud/2024/04/25/using-terraform-tfvars-for-environment-a v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://thomasthornton.cloud/2024/05/01/deploying-mkdocs-to-github-pages-with-github-actions: content_hash: 51ecc830758a69acda05f5c4337ebd376e1b4cba67e87199a5209e92fa4e5537 description: '' @@ -210615,6 +223435,7 @@ https://thomasthornton.cloud/2024/05/01/deploying-mkdocs-to-github-pages-with-gi v1_locations: - docs/mkdocs.md year: N/A + addition_method: manual https://thomasthornton.cloud/2025/02/27/deploying-to-azure-secure-your-github-workflow-with-oidc: content_hash: 31add75ff28034a349e15f49cdeb46ec0e28e9ecb2b5dc5559a9035a9ca30c61 description: '' @@ -210633,6 +223454,7 @@ https://thomasthornton.cloud/2025/02/27/deploying-to-azure-secure-your-github-wo - docs/azure.md - docs/cicd.md year: N/A + addition_method: manual ? https://thomasthornton.cloud/building-and-deploying-to-an-aks-cluster-using-terraform-and-azure-devops-with-kubernetes-and-helm-providers : content_hash: 03b293c393f2bc54996ac2cad6235b83c77e97057b287d0857ef6ea769acf975 health_score: 100.0 @@ -210645,6 +223467,7 @@ https://thomasthornton.cloud/2025/02/27/deploying-to-azure-secure-your-github-wo - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://thomasthornton.cloud/deploy-terraform-using-azure-devops: content_hash: e68134bd13276965b521f7e3a38c576cde4eb289982e6489ec146ffae21b0686 health_score: 100.0 @@ -210659,6 +223482,7 @@ https://thomasthornton.cloud/deploy-terraform-using-azure-devops: v2_locations: - azure.md - terraform.md + addition_method: manual https://thomasthornton.cloud/deploy-terraform-using-github-actions-into-azure: content_hash: 39c082829e6f775f2343dc619ce0aa7bd07b516e496d48f2c43df0731b1a5afc health_score: 100.0 @@ -210671,6 +223495,7 @@ https://thomasthornton.cloud/deploy-terraform-using-github-actions-into-azure: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://thomasthornton.cloud/deploying-azure-aks-gitops-flux-extension-with-terraform: content_hash: 93d22476894046e722e5b247316dbbe620ad94fa3b354c41cef59561d9162171 health_score: 100.0 @@ -210683,6 +223508,7 @@ https://thomasthornton.cloud/deploying-azure-aks-gitops-flux-extension-with-terr - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://thomasthornton.cloud/deploying-mkdocs-to-github-pages-with-github-actions: ai_summary: 'A walkthrough detailing the automation of MkDocs builds and their subsequent deployment to GitHub Pages using custom GitHub Actions. It highlights optimal @@ -210708,6 +223534,7 @@ https://thomasthornton.cloud/deploying-mkdocs-to-github-pages-with-github-action v2_locations: - mkdocs.md year: '2023' + addition_method: manual https://thomasthornton.cloud/displaying-terraform-plans-in-github-prs-with-github-actions: content_hash: a7ef1577cda05a15c1b172201861d19b0750dafaa5c17d3b8dd1b783f73223b7 health_score: 100.0 @@ -210720,6 +223547,7 @@ https://thomasthornton.cloud/displaying-terraform-plans-in-github-prs-with-githu - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://thomasthornton.cloud/draw-io-mcp-for-diagram-generation-why-its-worth-using: ai_summary: An illustrative guide showing how the Draw.io Model Context Protocol (MCP) server allows AI assistants to programmatically generate and edit architecture @@ -210752,6 +223580,7 @@ https://thomasthornton.cloud/draw-io-mcp-for-diagram-generation-why-its-worth-us - cloud-arch-diagrams.md - cicd.md year: N/A + addition_method: manual ? https://thomasthornton.cloud/enforcing-kubernetes-best-practices-and-simplifying-kubernetes-configuration-validation-with-kube-linter-and-github-actions : content_hash: e93610384856a54f65454227c27fe6c52040c71d35ab3676137138596a9ddfbc health_score: 100.0 @@ -210759,6 +223588,7 @@ https://thomasthornton.cloud/draw-io-mcp-for-diagram-generation-why-its-worth-us needs_ai_refresh: true v1_locations: - docs/devsecops.md + addition_method: manual https://thomasthornton.cloud/ensuring-your-terraform-is-correctly-formatted-using-terraform-fmt-and-github-actions: content_hash: 10382361abcabc4eb70bb4e567a16b4bb80bf529183bf0a414732a2b31f8214d health_score: 100.0 @@ -210771,6 +223601,7 @@ https://thomasthornton.cloud/ensuring-your-terraform-is-correctly-formatted-usin - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://thomasthornton.cloud/error-spawn-terraform-enoent-when-running-terraform-in-azure-devops-pipeline: content_hash: f1afbc365361d744856f1c5c76596a93cd2477ce059efb006cbcd3cbd2b6de04 health_score: 100.0 @@ -210783,6 +223614,7 @@ https://thomasthornton.cloud/error-spawn-terraform-enoent-when-running-terraform - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://thomasthornton.cloud/if-elseif-or-else-in-github-actions: content_hash: 536d64eb704d1e9a87869bf989a136768f691d5d55328d42984765ab7579d831 health_score: 100.0 @@ -210794,6 +223626,7 @@ https://thomasthornton.cloud/if-elseif-or-else-in-github-actions: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://thomasthornton.cloud/scout-suite-reports-using-azure-devops-pipeline: content_hash: 75cd11aa8e3bbe9f0ad6bed7ea8fcf0ba1652a2c1ce2e337d16d301782e02d72 health_score: 100.0 @@ -210806,6 +223639,7 @@ https://thomasthornton.cloud/scout-suite-reports-using-azure-devops-pipeline: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://thomasthornton.cloud/using-terraform-tfvars-for-environment-agnostic-deployments: content_hash: 2ce569e19484bf40043f8d6ff1c41c0f62961179cae082666f8f50b2c6058a5c health_score: 100.0 @@ -210818,6 +223652,7 @@ https://thomasthornton.cloud/using-terraform-tfvars-for-environment-agnostic-dep - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://thorntail.io: content_hash: 47aba5d424401c310c3130cf98ae8ae11768b641b7e6aea4ccfd6722e9dc6a6a description: '' @@ -210834,6 +223669,7 @@ https://thorntail.io: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://thorsten-hans.com/azure-arc-enabled-kubernetes-digital-ocean: content_hash: ad503abd9254c46c5640e7c0f8150a2e4ab8c6ea9f3ec72c46a2988b6c74fd11 description: '' @@ -210846,6 +223682,7 @@ https://thorsten-hans.com/azure-arc-enabled-kubernetes-digital-ocean: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://thoth-station.ninja: content_hash: aa7b817b2449a88c718165a54d9d71ea64728fbaa20d835f1336928c8c170ae2 description: '' @@ -210862,6 +223699,7 @@ https://thoth-station.ninja: v2_locations: - python.md year: N/A + addition_method: manual https://thoughtbot.com/blog/zero-downtime-rails-deployments-with-kubernetes: content_hash: b056cdc998f2feecd32b7d5248f4e6a93b7b6285824239ae7504a5cc14b83a31 description: '' @@ -210878,6 +223716,7 @@ https://thoughtbot.com/blog/zero-downtime-rails-deployments-with-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://threadreaderapp.com/thread/963413508300812295.html: content_hash: 2dc6a68c46062d4a009365c4abc0697685515d13c4e494f3e721604caa93e577 description: '' @@ -210896,6 +223735,7 @@ https://threadreaderapp.com/thread/963413508300812295.html: v2_locations: - databases.md year: N/A + addition_method: manual https://threatpost.com/argo-cd-security-bug-kubernetes-cloud-apps/178239: ai_summary: 'Curator Insight: Discloses CVE-2022-24348, a high-severity path traversal flaw allowing unauthorized access to arbitrary cluster repositories in Argo CD. @@ -210925,6 +223765,7 @@ https://threatpost.com/argo-cd-security-bug-kubernetes-cloud-apps/178239: v2_locations: - argo.md year: N/A + addition_method: manual https://tiagodiasgeneroso.medium.com/observability-concepts-you-should-know-943fc057b208: content_hash: N/A description: '' @@ -210939,6 +223780,7 @@ https://tiagodiasgeneroso.medium.com/observability-concepts-you-should-know-943f v2_locations: - monitoring.md year: N/A + addition_method: manual https://tier1app.com: ai_summary: A dedicated APM tool for analyzing Java thread dumps and performance. Provides automated diagnostics for thread contention and deadlocks to optimize @@ -210968,6 +223810,7 @@ https://tier1app.com: - java-and-java-performance-optimization.md - monitoring.md year: N/A + addition_method: manual https://tigerabrodi.hashnode.dev/interviewing-software-developers: content_hash: N/A description: '' @@ -210982,6 +223825,7 @@ https://tigerabrodi.hashnode.dev/interviewing-software-developers: v2_locations: - recruitment.md year: N/A + addition_method: manual https://tilt.dev: ai_summary: Tilt speeds up microservice development by tracking file changes and automatically rebuilding and redeploying updated containers to your local cluster. @@ -211010,6 +223854,7 @@ https://tilt.dev: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://tldp.org/LDP/sag/html/index.html: ai_summary: A historical, foundational text on Linux system administration. Although legacy in parts, it details the classic Unix architectural core, bootstrap phases, @@ -211038,6 +223883,7 @@ https://tldp.org/LDP/sag/html/index.html: v2_locations: - linux.md year: N/A + addition_method: manual https://tldrsec.com/?404=%2Fguides%2Fkubernetes: ai_summary: 'A security auditing guide outlining common vulnerabilities and risk assessment techniques for Kubernetes environments. @@ -211064,6 +223910,7 @@ https://tldrsec.com/?404=%2Fguides%2Fkubernetes: v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://tldrsec.com/guides/kubernetes: content_hash: 64a54413e9e56516effa35bfc867ab790192d4fdfeec78524ec96433e18a71d9 description: '' @@ -211075,6 +223922,7 @@ https://tldrsec.com/guides/kubernetes: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://tom-sapak.medium.com/deployment-vs-statefulset-for-stateful-applications-eebd6522e102: content_hash: N/A description: '' @@ -211089,6 +223937,7 @@ https://tom-sapak.medium.com/deployment-vs-statefulset-for-stateful-applications v2_locations: - kubernetes.md year: N/A + addition_method: manual https://tomd.xyz/jenkins-shared-library: content_hash: 1ac8da3a04418f639b135493640d4c60ddf8a232eae97a6d1d60ab06aa0ec1c6 description: '' @@ -211105,6 +223954,7 @@ https://tomd.xyz/jenkins-shared-library: v2_locations: - jenkins.md year: N/A + addition_method: manual https://tomd.xyz/kubernetes-event-driven-keda: content_hash: 681e8a7ef56f2ebe94dc94e6ae1216958f34e9a89bf1c01d606dda42315fa65b description: '' @@ -211123,6 +223973,7 @@ https://tomd.xyz/kubernetes-event-driven-keda: - demos.md - kubernetes-autoscaling.md year: N/A + addition_method: manual https://tomee.apache.org: content_hash: c6d79e84e36cd94c248294ac23a251ca5e8bc0a1065edb2ecd34851d4bd33892 health_score: 100.0 @@ -211137,6 +223988,7 @@ https://tomee.apache.org: v2_locations: - java_frameworks.md - java_app_servers.md + addition_method: manual https://tomlous.medium.com/ci-cd-for-data-engineers-68b0fd915545: content_hash: N/A description: '' @@ -211152,6 +224004,7 @@ https://tomlous.medium.com/ci-cd-for-data-engineers-68b0fd915545: v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/02/14/getting-started-with-ansible-playbooks-more-steps-towards-devops: content_hash: 2fc59eb4fef25ec2bb9f640ca5a4f53b20f4858186b1f260361d3171725fc2a8 description: '' @@ -211169,6 +224022,7 @@ https://tomsitcafe.com/2023/02/14/getting-started-with-ansible-playbooks-more-st v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/02/17/conditional-statements-making-decisions-in-ansible-code: content_hash: 6f460548354c17d245c628362fa2023f5608f149357b708b21f355655eb82f7c description: '' @@ -211185,6 +224039,7 @@ https://tomsitcafe.com/2023/02/17/conditional-statements-making-decisions-in-ans v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/03/06/how-to-implement-and-use-handlers-in-ansible-code: content_hash: 157e4b0d279cbee0383d5aa56be4d36dc20688fdc24cf0a2016021662ddcc19e description: '' @@ -211201,6 +224056,7 @@ https://tomsitcafe.com/2023/03/06/how-to-implement-and-use-handlers-in-ansible-c v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/03/13/configuration-file-blueprints-jinja2-templates-in-the-ansible-code: content_hash: 9353de79c487b6be9840662376706db28a71419a12835666ebb4205e057ef26f description: '' @@ -211218,6 +224074,7 @@ https://tomsitcafe.com/2023/03/13/configuration-file-blueprints-jinja2-templates v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/03/16/handling-sensitive-data-with-ansible-vault-encrypting-strings-instead-of-files: content_hash: 5d061ce6815755a02e5121beccfeadb9af033b6a80213734afddc42164dee93c description: '' @@ -211235,6 +224092,7 @@ https://tomsitcafe.com/2023/03/16/handling-sensitive-data-with-ansible-vault-enc v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/04/27/how-to-test-ansible-code-with-molecule: content_hash: 9c84dd201952ce4ff600cd4f8ae26724f8159670622f2518e0bf2cee2613c69a description: '' @@ -211251,6 +224109,7 @@ https://tomsitcafe.com/2023/04/27/how-to-test-ansible-code-with-molecule: v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/05/11/lets-use-a-more-flexible-directory-structure-for-an-ansible-project: content_hash: 333e20f7d798cff912f6ccd289e9fb83cb9d186602c01839ab6d960f22e8bc51 description: '' @@ -211268,6 +224127,7 @@ https://tomsitcafe.com/2023/05/11/lets-use-a-more-flexible-directory-structure-f v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/05/15/ansible-semaphore-a-modern-open-source-gui-for-our-ansible-automation: content_hash: 981a68fa33c4fa22c7947dfebcc0430824abb341969b1042604a12ee5d85ae5a description: '' @@ -211285,6 +224145,7 @@ https://tomsitcafe.com/2023/05/15/ansible-semaphore-a-modern-open-source-gui-for v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/06/02/mastering-ansible-navigating-the-most-common-errors-and-mistakes: content_hash: 01f1d6de14d24340ab1b6640747af4d274f00f9446cf4334fad25ce6dfe42046 description: '' @@ -211302,6 +224163,7 @@ https://tomsitcafe.com/2023/06/02/mastering-ansible-navigating-the-most-common-e v2_locations: - ansible.md year: N/A + addition_method: manual https://tomsitcafe.com/2023/06/09/automating-apis-with-ansible-a-comprehensive-guide: content_hash: 084491c18304f162e9746ebf840fc873e0b279973f93e08f1f1c3d7ef8e79012 description: '' @@ -211318,6 +224180,7 @@ https://tomsitcafe.com/2023/06/09/automating-apis-with-ansible-a-comprehensive-g v2_locations: - ansible.md year: N/A + addition_method: manual https://tonylixu.medium.com/devops-in-k8s-k9s-terminal-based-ui-to-manage-your-cluster-85b4f147e209: content_hash: N/A description: '' @@ -211332,6 +224195,7 @@ https://tonylixu.medium.com/devops-in-k8s-k9s-terminal-based-ui-to-manage-your-c v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://tonylixu.medium.com/docker-run-vs-cmd-vs-entrypoint-57f248b95889: content_hash: N/A description: '' @@ -211346,6 +224210,7 @@ https://tonylixu.medium.com/docker-run-vs-cmd-vs-entrypoint-57f248b95889: v2_locations: - docker.md year: N/A + addition_method: manual https://tonylixu.medium.com/gitops-github-actions-docker-build-workflow-157cc53e9a0d: content_hash: N/A description: '' @@ -211360,6 +224225,7 @@ https://tonylixu.medium.com/gitops-github-actions-docker-build-workflow-157cc53e v2_locations: - git.md year: N/A + addition_method: manual https://tonylixu.medium.com/k8s-troubleshooting-pod-in-terminating-or-unknown-status-2878f6ec66b8: content_hash: N/A description: '' @@ -211375,6 +224241,7 @@ https://tonylixu.medium.com/k8s-troubleshooting-pod-in-terminating-or-unknown-st v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://tonylixu.medium.com/kubectl-plugins-operation-f93274622447: content_hash: N/A description: '' @@ -211389,6 +224256,7 @@ https://tonylixu.medium.com/kubectl-plugins-operation-f93274622447: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://toolbox.kali-linuxtr.net/kubecrt-convert-helm-charts-to-kubernetes-resources.tool: content_hash: N/A description: '' @@ -211403,6 +224271,7 @@ https://toolbox.kali-linuxtr.net/kubecrt-convert-helm-charts-to-kubernetes-resou v2_locations: - helm.md year: N/A + addition_method: manual https://toolbox.kali-linuxtr.net/kubernetes-rbac-permission-manager.tool: content_hash: N/A description: '' @@ -211417,6 +224286,7 @@ https://toolbox.kali-linuxtr.net/kubernetes-rbac-permission-manager.tool: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://toolkit.fluxcd.io: content_hash: 4cfce0e06c953d2045954cac2322e22157e516db141f1057bed2ba29bc8b2db9 description: '' @@ -211428,6 +224298,7 @@ https://toolkit.fluxcd.io: v1_locations: - docs/flux.md year: N/A + addition_method: manual https://topcloudops.com/blog-detail?id=030b1031-8bc8-4bc5-8f7a-417950005b97: content_hash: N/A description: '' @@ -211442,6 +224313,7 @@ https://topcloudops.com/blog-detail?id=030b1031-8bc8-4bc5-8f7a-417950005b97: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://topcloudops.com/blog-detail?id=466c7bdd-ccb9-4722-abe5-d71a535113a2: content_hash: N/A description: '' @@ -211456,6 +224328,7 @@ https://topcloudops.com/blog-detail?id=466c7bdd-ccb9-4722-abe5-d71a535113a2: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://topcloudops.com/blog-detail?id=afa06d47-b8ea-4417-bb4c-7d164f8903e7: content_hash: N/A description: '' @@ -211470,6 +224343,7 @@ https://topcloudops.com/blog-detail?id=afa06d47-b8ea-4417-bb4c-7d164f8903e7: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://torq.io/blog/5-security-automation-examples-for-non-developers: ai_summary: 'Provides five actionable automation playbooks for SecOps teams to streamline alert triage and response actions. Contrast: Curator Insight presents low-code @@ -211498,6 +224372,7 @@ https://torq.io/blog/5-security-automation-examples-for-non-developers: v2_locations: - devsecops.md year: N/A + addition_method: manual https://towardsaws.com/a-gentle-introduction-to-amazon-web-services-aws-50f18c7c57dc: content_hash: N/A description: '' @@ -211512,6 +224387,7 @@ https://towardsaws.com/a-gentle-introduction-to-amazon-web-services-aws-50f18c7c v2_locations: - aws.md year: N/A + addition_method: manual https://towardsaws.com/accessing-a-private-rest-api-from-another-private-rest-api-in-aws-api-gateway-5112b835c0d4: content_hash: N/A description: '' @@ -211527,6 +224403,7 @@ https://towardsaws.com/accessing-a-private-rest-api-from-another-private-rest-ap v2_locations: - aws-networking.md year: N/A + addition_method: manual https://towardsaws.com/automating-static-website-deployment-a-guide-to-ci-cd-with-aws-and-terraform-bb6fcbae5667: content_hash: N/A description: '' @@ -211542,6 +224419,7 @@ https://towardsaws.com/automating-static-website-deployment-a-guide-to-ci-cd-wit v2_locations: - terraform.md year: N/A + addition_method: manual https://towardsaws.com/autoscale-kubernetes-metrics-server-fa398f8a600a: content_hash: N/A description: '' @@ -211556,6 +224434,7 @@ https://towardsaws.com/autoscale-kubernetes-metrics-server-fa398f8a600a: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://towardsaws.com/creating-a-bastion-host-for-secure-access-to-your-aws-infrastructure-with-terraform-17ee287bb3d: content_hash: N/A description: '' @@ -211571,6 +224450,7 @@ https://towardsaws.com/creating-a-bastion-host-for-secure-access-to-your-aws-inf v2_locations: - terraform.md year: N/A + addition_method: manual ? https://towardsaws.com/from-scratch-to-production-deploying-eks-clusters-and-applications-with-ci-cd-using-jenkins-and-f27d4686d5fe : content_hash: N/A description: '' @@ -211586,6 +224466,7 @@ https://towardsaws.com/creating-a-bastion-host-for-secure-access-to-your-aws-inf v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://towardsaws.com/how-to-centralize-vpc-endpoints-in-aws-64c68b5b9d50: content_hash: N/A description: '' @@ -211600,6 +224481,7 @@ https://towardsaws.com/how-to-centralize-vpc-endpoints-in-aws-64c68b5b9d50: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://towardsaws.com/how-to-deploy-two-tier-aws-architecture-with-terraform-59db7b11dd47: content_hash: N/A description: '' @@ -211614,6 +224496,7 @@ https://towardsaws.com/how-to-deploy-two-tier-aws-architecture-with-terraform-59 v2_locations: - demos.md year: N/A + addition_method: manual https://towardsaws.com/import-existing-aws-architecture-to-terraform-368b66c48275: content_hash: N/A description: '' @@ -211628,6 +224511,7 @@ https://towardsaws.com/import-existing-aws-architecture-to-terraform-368b66c4827 v2_locations: - terraform.md year: N/A + addition_method: manual https://towardsaws.com/integrating-python-amazon-api-gateway-lambda-sqs-and-sns-services-6015631d5527: content_hash: N/A description: '' @@ -211643,6 +224527,7 @@ https://towardsaws.com/integrating-python-amazon-api-gateway-lambda-sqs-and-sns- v2_locations: - demos.md year: N/A + addition_method: manual https://towardsaws.com/kubernetes-multi-tenancy-approach-b0f58d615971: content_hash: N/A description: '' @@ -211657,6 +224542,7 @@ https://towardsaws.com/kubernetes-multi-tenancy-approach-b0f58d615971: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://towardsaws.com/networking-basics-in-aws-ab72882855c4: content_hash: N/A description: '' @@ -211671,6 +224557,7 @@ https://towardsaws.com/networking-basics-in-aws-ab72882855c4: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://towardsaws.com/terraform-basics-creating-custom-aws-vpc-subnets-and-route-tables-4e7075135e99: content_hash: N/A description: '' @@ -211686,6 +224573,7 @@ https://towardsaws.com/terraform-basics-creating-custom-aws-vpc-subnets-and-rout v2_locations: - terraform.md year: N/A + addition_method: manual https://towardsdatascience.com/3-high-availability-cloud-concepts-you-should-know-93f3bab2cb4a: content_hash: 56c534a3096cc7dc43a9d0f5c75ec8998e52bfbdaf819edd49d9f12407ceb6d1 description: '' @@ -211701,6 +224589,7 @@ https://towardsdatascience.com/3-high-availability-cloud-concepts-you-should-kno v2_locations: - introduction.md year: N/A + addition_method: manual https://towardsdatascience.com/7-must-know-data-wrangling-operations-with-python-pandas-849438a90d15: content_hash: 4dd9066c6cfa5a372119b48ec6fa02936ea3d242133af1d98b0a4cb55dce52c8 description: '' @@ -211717,6 +224606,7 @@ https://towardsdatascience.com/7-must-know-data-wrangling-operations-with-python v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/a-git-cheatsheet-that-all-coders-need-bf8ad4d91576: ai_summary: An organized reference guide targeting command-line operations frequently used in data science and engineering teams. Focuses on history visualization, @@ -211744,6 +224634,7 @@ https://towardsdatascience.com/a-git-cheatsheet-that-all-coders-need-bf8ad4d9157 v2_locations: - git.md year: N/A + addition_method: manual https://towardsdatascience.com/a-kubernetes-architecture-for-machine-learning-web-application-deployments-632f7765ef29: content_hash: 3b0ca3238fb2a88be7afb722fd2659e01d844afecf033b401794a2d30c97b721 description: '' @@ -211760,6 +224651,7 @@ https://towardsdatascience.com/a-kubernetes-architecture-for-machine-learning-we v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/all-the-important-features-and-changes-in-python-3-10-e3d1fe542fbf: content_hash: d3b8faab3b0bf6e394dbb33a9b524df6e56260fb14a3380fe2715b358b432755 description: '' @@ -211776,6 +224668,7 @@ https://towardsdatascience.com/all-the-important-features-and-changes-in-python- v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/apache-airflow-architecture-496b9cb28288: ai_summary: A structured architectural deep dive explaining how Apache Airflow schedules and executes pipelines. Outlines relationships between scheduler loops, state @@ -211803,6 +224696,7 @@ https://towardsdatascience.com/apache-airflow-architecture-496b9cb28288: v2_locations: - message-queue.md year: N/A + addition_method: manual https://towardsdatascience.com/apache-airflow-for-containerized-data-pipelines-4d7a3c385bd: ai_summary: Explores patterns to deploy containerized data processing networks via Apache Airflow. Focuses on orchestrating individual pipeline stages inside isolated @@ -211830,6 +224724,7 @@ https://towardsdatascience.com/apache-airflow-for-containerized-data-pipelines-4 v2_locations: - message-queue.md year: N/A + addition_method: manual https://towardsdatascience.com/at-its-core-hows-a-graph-database-different-from-a-relational-8297ca99cb8f: content_hash: c3d261950d26fcf0b6671d91ec87af83cf907c0f03d36bfadb4e21032cb73318 description: '' @@ -211846,6 +224741,7 @@ https://towardsdatascience.com/at-its-core-hows-a-graph-database-different-from- v2_locations: - databases.md year: N/A + addition_method: manual https://towardsdatascience.com/automatically-generate-machine-learning-code-with-just-a-few-clicks-7901b2334f97: content_hash: 9862dd8f52ae451f3827127b2db69ba5982a593c2d3766f202649c2ea7c8dd73 description: '' @@ -211862,6 +224758,7 @@ https://towardsdatascience.com/automatically-generate-machine-learning-code-with v2_locations: - mlops.md year: N/A + addition_method: manual ? https://towardsdatascience.com/build-machine-learning-pipelines-with-airflow-and-mlflow-reservation-cancellation-forecasting-da675d409842 : content_hash: aeb73ec01a44fd1af7ccf6f956f5be49db24043f4cc83256f9da0201010aa655 description: '' @@ -211878,6 +224775,7 @@ https://towardsdatascience.com/automatically-generate-machine-learning-code-with v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/can-githubs-copilot-replace-developers-b89f28007c05: content_hash: c01397a110e3f0bb80fc6b3ec4061c6882f3d0bca398f519921700ed89949ecb description: '' @@ -211893,6 +224791,7 @@ https://towardsdatascience.com/can-githubs-copilot-replace-developers-b89f28007c v2_locations: - git.md year: N/A + addition_method: manual https://towardsdatascience.com/create-your-first-ci-cd-pipeline-with-jenkins-and-github-6aefe21c9240: content_hash: d973f211fb4a05badc8672e18fc78033bf0b809dddc75bc5a7662f9e7040575c description: '' @@ -211909,6 +224808,7 @@ https://towardsdatascience.com/create-your-first-ci-cd-pipeline-with-jenkins-and v2_locations: - demos.md year: N/A + addition_method: manual https://towardsdatascience.com/data-domains-and-data-products-64cc9d28283e: ai_summary: Focuses on building discrete, discoverable, and governed domain-centric data products. Reviews core responsibilities for product engineering teams and @@ -211936,6 +224836,7 @@ https://towardsdatascience.com/data-domains-and-data-products-64cc9d28283e: v2_locations: - message-queue.md year: N/A + addition_method: manual https://towardsdatascience.com/datastore-choices-sql-vs-nosql-database-ebec24d56106: content_hash: d46eb251edae89c5912272db7bc5b5ca19e05cfddfc76a143569993af9f721e2 description: '' @@ -211952,6 +224853,7 @@ https://towardsdatascience.com/datastore-choices-sql-vs-nosql-database-ebec24d56 v2_locations: - databases.md year: N/A + addition_method: manual https://towardsdatascience.com/deploying-an-ml-model-with-fastapi-a-succinct-guide-69eceda27b21: content_hash: deb140aa8d537e9b97b7517bc2ecd5e2a7647cff767485f725d5aa5af1194a01 description: '' @@ -211968,6 +224870,7 @@ https://towardsdatascience.com/deploying-an-ml-model-with-fastapi-a-succinct-gui v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/deploying-llm-apps-to-aws-the-open-source-self-service-way-c54b8667d829: content_hash: 7dd029e83bfa41373d0caa5357b206ef733a924ef363263eda78aa650d606800 description: '' @@ -211984,6 +224887,7 @@ https://towardsdatascience.com/deploying-llm-apps-to-aws-the-open-source-self-se v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/fall-in-love-with-your-environment-setup-779dfbf047ba: content_hash: 38d194bbfe68c5f92c2c6391c5e5607aeadf32eff82cbc83555e41caed324751 description: '' @@ -211999,6 +224903,7 @@ https://towardsdatascience.com/fall-in-love-with-your-environment-setup-779dfbf0 v2_locations: - python.md year: N/A + addition_method: manual ? https://towardsdatascience.com/from-dev-to-deployment-an-end-to-end-sentiment-classifier-app-with-mlflow-sagemaker-and-119043ea4203 : content_hash: cd89effe7c33fe00e2cebc0e2db85b2e8c427603fe7781dee0f62203a4cc94a9 description: '' @@ -212015,6 +224920,7 @@ https://towardsdatascience.com/fall-in-love-with-your-environment-setup-779dfbf0 v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/from-devops-to-mlops-integrate-machine-learning-models-using-jenkins-and-docker-79034dbedf1: content_hash: 7239e89f30e0e17b62ea80bbfeea86e5b30d080e07859e7ac8dcb2bbbdcbf66b description: '' @@ -212031,6 +224937,7 @@ https://towardsdatascience.com/from-devops-to-mlops-integrate-machine-learning-m v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/from-jupyter-notebooks-to-real-life-mlops-9f590a7b5faa: content_hash: 625b0175576e436f9f12bbea8f3a769d92966104f75c4986566dfec3474b2a02 description: '' @@ -212046,6 +224953,7 @@ https://towardsdatascience.com/from-jupyter-notebooks-to-real-life-mlops-9f590a7 v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/generating-python-scripts-with-openais-github-copilot-da0b3fdd989: content_hash: 909ec4aca085b3dc4460439d5a684db120203d5dd0580bbdb8d151b36e94185f description: '' @@ -212061,6 +224969,7 @@ https://towardsdatascience.com/generating-python-scripts-with-openais-github-cop v2_locations: - git.md year: N/A + addition_method: manual https://towardsdatascience.com/git-commands-cheat-sheet-software-developer-54f6aedc1c46: content_hash: 555ed006c856a7afbf7cb1083e9bf34ec44f9eff59e717b7ac0344a2ad294447 description: '' @@ -212077,6 +224986,7 @@ https://towardsdatascience.com/git-commands-cheat-sheet-software-developer-54f6a v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://towardsdatascience.com/heroku-docker-in-10-minutes-f4329c4fd72f: ai_summary: A quick-deployment tutorial showing how to containerize dynamic web applications with Docker and deploy them smoothly to Heroku's managed infrastructure. @@ -212102,6 +225012,7 @@ https://towardsdatascience.com/heroku-docker-in-10-minutes-f4329c4fd72f: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://towardsdatascience.com/how-not-to-use-python-lists-d06cbe8e593: content_hash: 5be15da1dde24036a03c553dc8d547c13007ca19e17a4168bbc9f117686fb4af description: '' @@ -212117,6 +225028,7 @@ https://towardsdatascience.com/how-not-to-use-python-lists-d06cbe8e593: v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/how-to-use-sql-cross-joins-5653fe7d353: content_hash: 9cc4abdcafa650de43eb3c7b642f7fb3137e1d07588568339d81d2ed08d3b255 description: '' @@ -212132,6 +225044,7 @@ https://towardsdatascience.com/how-to-use-sql-cross-joins-5653fe7d353: v2_locations: - databases.md year: N/A + addition_method: manual https://towardsdatascience.com/jenkins-for-ci-is-dead-why-do-people-hate-it-and-whats-the-alternative-8d8b6b88fdba: health_score: 100.0 last_checked: 1779130495.031489 @@ -212141,6 +225054,7 @@ https://towardsdatascience.com/jenkins-for-ci-is-dead-why-do-people-hate-it-and- - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://towardsdatascience.com/kubernetes-serverless-differences-84699f370609: content_hash: aff3a9aa4d722e6405210b1a7d007295890a564d7ab3495856bd6866c2db0cc5 description: '' @@ -212156,6 +225070,7 @@ https://towardsdatascience.com/kubernetes-serverless-differences-84699f370609: v2_locations: - serverless.md year: N/A + addition_method: manual https://towardsdatascience.com/master-class-inheritance-in-python-c46bfda63374: content_hash: d3528adc414f6f7c3544468cf35f86d8eebfafe8b547c8d0bf83f56a75fbdff9 description: '' @@ -212171,6 +225086,7 @@ https://towardsdatascience.com/master-class-inheritance-in-python-c46bfda63374: v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/maximizing-the-utility-of-scarce-ai-resources-a-kubernetes-approach-0230ba53965b: content_hash: e70156f6b5d84ff4dca41472006b0018fdef99ab9e8e2fd51b2a9947217f5b35 description: '' @@ -212187,6 +225103,7 @@ https://towardsdatascience.com/maximizing-the-utility-of-scarce-ai-resources-a-k v2_locations: - kubernetes.md year: N/A + addition_method: manual https://towardsdatascience.com/memoizing-dataframe-functions-7a27dff532f7: content_hash: 55f6aeed457343480b2f16eb11aac38413881e3b21dc4dad76cf20ce599951b5 description: '' @@ -212202,6 +225119,7 @@ https://towardsdatascience.com/memoizing-dataframe-functions-7a27dff532f7: v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/overview-of-ui-tools-for-monitoring-and-management-of-apache-kafka-clusters-8c383f897e80: ai_summary: 'Curator Insight: Comparative review of leading open-source and commercial administration portals for Kafka. Live Grounding: Compares visual management capabilities, @@ -212230,6 +225148,7 @@ https://towardsdatascience.com/overview-of-ui-tools-for-monitoring-and-managemen v2_locations: - message-queue.md year: N/A + addition_method: manual https://towardsdatascience.com/practical-introduction-to-postgresql-5f73d3d394e: content_hash: 083bbb26ee769e0397ec2e2e7bd4535d4278295b692580569128d79975ff785c description: '' @@ -212245,6 +225164,7 @@ https://towardsdatascience.com/practical-introduction-to-postgresql-5f73d3d394e: v2_locations: - databases.md year: N/A + addition_method: manual https://towardsdatascience.com/python-iterables-vs-iterators-688907fd755f: content_hash: fa17297476dc6e77db454370a5efd70039828992e2d889ca31e698e066ed5636 description: '' @@ -212260,6 +225180,7 @@ https://towardsdatascience.com/python-iterables-vs-iterators-688907fd755f: v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/python-linked-lists-c3622205da81: content_hash: 63e9052782d4abb1104418ce722ce5755102d847826e183b62aaf78fb1108366 description: '' @@ -212275,6 +225196,7 @@ https://towardsdatascience.com/python-linked-lists-c3622205da81: v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af: content_hash: 6168cbe6842512a8cab85dcce3eeab6f3fff5fda6c544883250b251b24909052 description: '' @@ -212290,6 +225212,7 @@ https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af: v2_locations: - python.md year: N/A + addition_method: manual ? https://towardsdatascience.com/scalable-efficient-big-data-analytics-machine-learning-pipeline-architecture-on-cloud-4d59efc092b5 : ai_summary: Evaluates design principles for high-throughput, low-latency cloud-native big data architectures. The guide details how to integrate ingestion layers with @@ -212319,6 +225242,7 @@ https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af: v2_locations: - message-queue.md year: N/A + addition_method: manual https://towardsdatascience.com/step-by-step-approach-to-build-your-machine-learning-api-using-fast-api-21bd32f2bbdb: content_hash: 9b36b656d53ac7be13afed6611642ad28f1dd4a9c2d4cc37b05479dc659c3a4c description: '' @@ -212335,6 +225259,7 @@ https://towardsdatascience.com/step-by-step-approach-to-build-your-machine-learn v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/the-easiest-way-to-debug-kubernetes-workloads-ff2ff5e3cc75: content_hash: ac50c16c2be5e41a6285df577687949164d960e0702e46935e2b6e9dd6bd8a7c description: '' @@ -212350,6 +225275,7 @@ https://towardsdatascience.com/the-easiest-way-to-debug-kubernetes-workloads-ff2 v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://towardsdatascience.com/the-strange-size-of-python-objects-in-memory-ce87bdfbb97f: content_hash: 421990f6ca1a6f2c4e7740a7b0a929700c74077cd060fe10263ab463d8e407d8 description: '' @@ -212365,6 +225291,7 @@ https://towardsdatascience.com/the-strange-size-of-python-objects-in-memory-ce87 v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/there-is-more-to-pandas-read-csv-than-meets-the-eye-8654cb2b3a03: content_hash: c0f271704a921527a13cc5c93cc5697c522f54dfc00308914e9d3c1b45045783 description: '' @@ -212381,6 +225308,7 @@ https://towardsdatascience.com/there-is-more-to-pandas-read-csv-than-meets-the-e v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/unlimited-scientific-libraries-and-applications-in-kubernetes-instantly-b69b192ec5e5: content_hash: abfbb9c315ca19e0f6e12d8c162cae5571aea184208f7d2e0f4600c9723ec217 description: '' @@ -212397,6 +225325,7 @@ https://towardsdatascience.com/unlimited-scientific-libraries-and-applications-i v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/using-kafka-with-avro-in-python-da85b3e0f966: content_hash: b5b297a9f847879f8469a3d6c1acfcc1c68798e71cb04663a2eafb39fe69b244 description: '' @@ -212412,6 +225341,7 @@ https://towardsdatascience.com/using-kafka-with-avro-in-python-da85b3e0f966: v2_locations: - mlops.md year: N/A + addition_method: manual https://towardsdatascience.com/work-with-sql-in-python-using-sqlalchemy-and-pandas-cd7693def708: content_hash: 0413ed5033153983b6fdea980842345f28ea408d86d46211b1e50cec2436a493 description: '' @@ -212427,6 +225357,7 @@ https://towardsdatascience.com/work-with-sql-in-python-using-sqlalchemy-and-pand v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/you-dont-need-sample-data-you-need-python-faker-fa87c2a119a9: content_hash: d2be4afdac5ab383b23b1d0a23bf3be8ecd1eedf3fa5ed4bb5e338fffea74300 description: '' @@ -212442,6 +225373,7 @@ https://towardsdatascience.com/you-dont-need-sample-data-you-need-python-faker-f v2_locations: - python.md year: N/A + addition_method: manual https://towardsdatascience.com/you-should-use-this-to-visualize-sql-joins-instead-of-venn-diagrams-ede15f9583fc: content_hash: 855e2e3e4aa7853e86f2f9dbd1bad1e96363e82777b3b0a9fb980b08ac2f4799 description: '' @@ -212458,6 +225390,7 @@ https://towardsdatascience.com/you-should-use-this-to-visualize-sql-joins-instea v2_locations: - databases.md year: N/A + addition_method: manual https://towardsdatascience.com/yq-mastering-yaml-processing-in-command-line-e1ff5ebc0823: content_hash: 0d6da0f5aadba38d823d4812168767989d93c80fe1663e28c1f82b5c77f38209 description: '' @@ -212468,6 +225401,7 @@ https://towardsdatascience.com/yq-mastering-yaml-processing-in-command-line-e1ff v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://towardsdev.com/12-scanners-to-find-security-vulnerabilities-and-misconfigurations-in-kubernetes-332a738d076d: content_hash: N/A description: '' @@ -212483,6 +225417,7 @@ https://towardsdev.com/12-scanners-to-find-security-vulnerabilities-and-misconfi v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://towardsdev.com/azure-devops-project-creation-and-setup-via-terraform-3444ff985bae: content_hash: N/A description: '' @@ -212497,6 +225432,7 @@ https://towardsdev.com/azure-devops-project-creation-and-setup-via-terraform-344 v2_locations: - azure.md year: N/A + addition_method: manual https://towardsdev.com/kubernetes-deploying-nginx-servers-with-configmaps-shared-services-with-minikube-618aee9a8ff6: content_hash: N/A description: '' @@ -212512,6 +225448,7 @@ https://towardsdev.com/kubernetes-deploying-nginx-servers-with-configmaps-shared v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://towardsdev.com/microservice-interview-questions-for-backend-developers-series-1-112d623a7c2a: content_hash: N/A description: '' @@ -212527,6 +225464,7 @@ https://towardsdev.com/microservice-interview-questions-for-backend-developers-s v2_locations: - interview-questions.md year: N/A + addition_method: manual https://towardsdev.com/performance-testing-your-kubernetes-kafka-cluster-95f6e7d8dfc5: content_hash: N/A description: '' @@ -212541,6 +225479,7 @@ https://towardsdev.com/performance-testing-your-kubernetes-kafka-cluster-95f6e7d v2_locations: - message-queue.md year: N/A + addition_method: manual https://towardsdev.com/solution-architecture-101-are-you-ready-for-the-solution-architect-path-5a2d01aebbb: content_hash: N/A description: '' @@ -212556,6 +225495,7 @@ https://towardsdev.com/solution-architecture-101-are-you-ready-for-the-solution- v2_locations: - introduction.md year: N/A + addition_method: manual https://traefik.io: ai_summary: Traefik is a modern cloud-native HTTP reverse proxy and ingress controller designed to automatically discover backend services from platforms like Kubernetes, @@ -212583,6 +225523,7 @@ https://traefik.io: v2_locations: - web-servers.md year: '2026' + addition_method: manual https://traefik.io/blog/kubernetes-ingress-service-api-demystified: content_hash: daa97951d1ff68bfa1b651c03a41d6e065e9b1437e939eeb98270c422b213592 health_score: 100.0 @@ -212595,6 +225536,7 @@ https://traefik.io/blog/kubernetes-ingress-service-api-demystified: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://traefik.io/blog/pets-vs-cattle-the-future-of-kubernetes-in-2022: content_hash: aa40fe43e5c5e7bf7196265b770db338956cd8b760c026daca8e7124775dc2a2 description: '' @@ -212612,6 +225554,7 @@ https://traefik.io/blog/pets-vs-cattle-the-future-of-kubernetes-in-2022: - introduction.md - index.md year: N/A + addition_method: manual https://traefik.io/blog/transition-from-ingress-nginx-to-traefik: content_hash: 13aef04c8d35c6172ecfcdb9d6262fc22e4075797aa1c9c330406f86f24c12bb description: '' @@ -212632,6 +225575,7 @@ https://traefik.io/blog/transition-from-ingress-nginx-to-traefik: - kubernetes-networking.md - servicemesh.md year: N/A + addition_method: manual https://traefik.io/traefik-mesh: content_hash: 51d06c89938b756ce2f6336b5a648522e5234429cd3e678c42410a4a5e84c7d4 health_score: 100.0 @@ -212644,6 +225588,7 @@ https://traefik.io/traefik-mesh: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://training.github.com/downloads/github-git-cheat-sheet.pdf: content_hash: a645979f73e24b14b3deb010a64afc0c0e25cedbeed2090d109ad5539f759ac6 health_score: 100.0 @@ -212655,6 +225600,7 @@ https://training.github.com/downloads/github-git-cheat-sheet.pdf: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://training.linuxfoundation.org/resources: ai_summary: The definitive technical source of cloud-native certifications (CKA, CKAD, CKS). It offers formal enterprise training pathways aligned directly with @@ -212682,6 +225628,7 @@ https://training.linuxfoundation.org/resources: v2_locations: - elearning.md year: N/A + addition_method: manual https://training.linuxfoundation.org/training/introduction-to-kubernetes: content_hash: fdec321285f3da9e9b2fa923b99ba971e4fad4b3527bfb21de4546b85ca80485 description: '' @@ -212698,6 +225645,7 @@ https://training.linuxfoundation.org/training/introduction-to-kubernetes: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://trainings.kubernauts.sh: content_hash: N/A description: '' @@ -212712,6 +225660,7 @@ https://trainings.kubernauts.sh: v2_locations: - demos.md year: N/A + addition_method: manual https://tratnayake.dev/helm-include-all-files-from-directory-in-line: content_hash: N/A description: '' @@ -212726,6 +225675,7 @@ https://tratnayake.dev/helm-include-all-files-from-directory-in-line: v2_locations: - helm.md year: N/A + addition_method: manual https://tratnayake.dev/oncall-adventures-prometheus-filled-disk: content_hash: N/A description: '' @@ -212741,6 +225691,7 @@ https://tratnayake.dev/oncall-adventures-prometheus-filled-disk: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://travelrasik.com/category/asia: health_score: 100.0 last_checked: 1779130494.944866 @@ -212751,6 +225702,7 @@ https://travelrasik.com/category/asia: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://travis-ci.org: content_hash: 9fcc4b1bea231dca2dd2fe5a5836b8bacc2e5ed2eb8b0607f0422eaf4ced733f description: '' @@ -212762,6 +225714,7 @@ https://travis-ci.org: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://travis.media/blog/pulumi-tutorial-automate-kubernetes-operations: content_hash: e61c16260827553a150bc21fa438d17a2062e33d259a9961aba1f3f7ec495c29 health_score: 100.0 @@ -212773,6 +225726,7 @@ https://travis.media/blog/pulumi-tutorial-automate-kubernetes-operations: - docs/pulumi.md v2_locations: - pulumi.md + addition_method: manual https://travis.media/pulumi-tutorial-automate-kubernetes-operations: content_hash: dcbe8a11a14c4e0f732035b0f4f5d0f47bbc6a2787d4ca6121eb65c733d1e2aa description: '' @@ -212785,6 +225739,7 @@ https://travis.media/pulumi-tutorial-automate-kubernetes-operations: v1_locations: - docs/pulumi.md year: N/A + addition_method: manual https://treblle.com/blog/how-does-treblle-scale-on-aws-without-breaking-the-bank: content_hash: 9241464c38a0ed8d2b0a2d47d690cdb1d550ae2763e6b74f9625ae1a9744b3dc description: '' @@ -212803,6 +225758,7 @@ https://treblle.com/blog/how-does-treblle-scale-on-aws-without-breaking-the-bank - databases.md - aws-miscellaneous.md year: N/A + addition_method: manual https://treyhunner.com/2021/11/how-to-flatten-a-list-in-python: content_hash: 2f0211c296f32e1c00e614124e448b403039158039089d6fd8efdb9b07c7ee9c description: '' @@ -212819,6 +225775,7 @@ https://treyhunner.com/2021/11/how-to-flatten-a-list-in-python: v2_locations: - python.md year: N/A + addition_method: manual https://trilio.io: content_hash: 0f72b01ffc31a7ed3ad752cf3041833e8d4cbf96837eb20adfecc2158ffa957c health_score: 100.0 @@ -212830,6 +225787,7 @@ https://trilio.io: - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://trio.dev/angular-vs-react: health_score: 100.0 last_checked: 1779130495.018526 @@ -212840,6 +225798,7 @@ https://trio.dev/angular-vs-react: - docs/devel-sites.md v2_locations: - devel-sites.md + addition_method: manual https://trstringer.com/debug-python-kubernetes: content_hash: 50117f042b3a90380f74af985597b11427c1d4e97ee17a869c9bc95532c1c792 description: '' @@ -212856,6 +225815,7 @@ https://trstringer.com/debug-python-kubernetes: v2_locations: - python.md year: N/A + addition_method: manual https://trstringer.com/deploy-to-aks-from-github-actions: content_hash: dafe855283217521f4d921b768094324f941e1f63d26d96230497d54284897ad description: '' @@ -212872,6 +225832,7 @@ https://trstringer.com/deploy-to-aks-from-github-actions: v2_locations: - demos.md year: N/A + addition_method: manual https://trstringer.com/deploy-to-aks-from-github-actions-self-hosted: content_hash: d0ea8a3d3aa050dc70e445d1211454a7804d8499fc0633b65cff4ecf621c81c7 description: '' @@ -212884,6 +225845,7 @@ https://trstringer.com/deploy-to-aks-from-github-actions-self-hosted: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://trstringer.com/deploy-to-aks-from-github-actions/-self-hosted: health_score: 64.0 last_checked: 1779130494.935653 @@ -212899,6 +225861,7 @@ https://trstringer.com/deploy-to-aks-from-github-actions/-self-hosted: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://trstringer.com/kubernetes-api-call-from-kubectl: content_hash: b838d3eb7b7559a69671fc6a1376367994bb710a085b20360e7c9b369561f3df description: '' @@ -212915,6 +225878,7 @@ https://trstringer.com/kubernetes-api-call-from-kubectl: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://trstringer.com/kubernetes-ingress-with-contour: content_hash: 185f801fe17acf32f3ff943cd1c7a439b706a411ed5bdcd513f2ac777cdeeb14 description: '' @@ -212931,6 +225895,7 @@ https://trstringer.com/kubernetes-ingress-with-contour: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://trstringer.com/kubernetes-node-ready: content_hash: 16302e6ccff4caaed62138c4300847b8cef1eab944fbe25dd819b89f48cdf9a6 description: '' @@ -212947,6 +225912,7 @@ https://trstringer.com/kubernetes-node-ready: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://trstringer.com/kubernetes-validating-webhook: ai_summary: 'Curator Insight: Developer guide demonstrating how to build, deploy, and register a custom validating webhook in Go. Live Grounding: Essential practical @@ -212976,6 +225942,7 @@ https://trstringer.com/kubernetes-validating-webhook: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://trstringer.com/otel-part1-intro: content_hash: 522071bee9fd016ade0c7d159936da579a3fcc6685d28461a0d7cdb01b31e8b8 description: '' @@ -212987,6 +225954,7 @@ https://trstringer.com/otel-part1-intro: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://trstringer.com/run-kubernetes-pods-on-vm-types: ai_summary: A practical guide to scheduling Kubernetes pods onto specific Azure VM types within AKS. Explains how to leverage node selectors, taints, and tolerations @@ -213015,6 +225983,7 @@ https://trstringer.com/run-kubernetes-pods-on-vm-types: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://trstringer.com/understanding-prefernoschedule: content_hash: 9a9cb8820922f71b28bcc1808507e4369a0b5f1ae085927ceaeeff786e4c29d7 description: '' @@ -213032,6 +226001,7 @@ https://trstringer.com/understanding-prefernoschedule: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://trunkbaseddevelopment.com: ai_summary: The canonical reference site for Trunk-Based Development (TBD). It details the architectural practice where developers merge small, frequent updates to a @@ -213060,6 +226030,7 @@ https://trunkbaseddevelopment.com: v2_locations: - git.md year: N/A + addition_method: manual https://trunkbaseddevelopment.com/alternative-branching-models: ai_summary: A sub-section of the core trunk-based reference site that breaks down alternative branching topologies (GitHub Flow, GitLab Flow, GitFlow). It provides @@ -213088,6 +226059,7 @@ https://trunkbaseddevelopment.com/alternative-branching-models: v2_locations: - git.md year: N/A + addition_method: manual https://try.digitalocean.com/app-platform: content_hash: b140d7978d95bcb17afdd520216d40e11770337903a5fd881273cae82ea071f6 description: '' @@ -213104,6 +226076,7 @@ https://try.digitalocean.com/app-platform: v2_locations: - digitalocean.md year: N/A + addition_method: manual https://try.digitalocean.com/cloudplex: content_hash: e050e62a18ae2da8cc790f6bf1332e9308396f397e3441837cf8272a98f9c6eb description: '' @@ -213120,6 +226093,7 @@ https://try.digitalocean.com/cloudplex: v2_locations: - digitalocean.md year: N/A + addition_method: manual https://try.openshift.com: content_hash: c72eb25fc0acd138bfaa947149c34f5ea74ea45a5e0f3bca8213b9f02c7b7871 description: '' @@ -213133,6 +226107,7 @@ https://try.openshift.com: - docs/ocp4.md - docs/openshift.md year: N/A + addition_method: manual https://trycircular.com: content_hash: N/A description: '' @@ -213147,6 +226122,7 @@ https://trycircular.com: v2_locations: - recruitment.md year: N/A + addition_method: manual https://tryhackme.com/room/metasploitintro: ai_summary: An interactive, hands-on instructional sandbox focused on navigating the Metasploit penetration framework. Demonstrates the lifecycle of exploit delivery, @@ -213175,6 +226151,7 @@ https://tryhackme.com/room/metasploitintro: v2_locations: - devsecops.md year: N/A + addition_method: manual https://tryolabs.com/blog/2020/12/21/top-10-python-libraries-of-2020: content_hash: 8362bd2b60114025175f02124868fb9a8a01f8b5b0c33a54f2e8876699bb878d description: '' @@ -213191,6 +226168,7 @@ https://tryolabs.com/blog/2020/12/21/top-10-python-libraries-of-2020: v2_locations: - python.md year: N/A + addition_method: manual https://tschatzl.github.io/2021/09/16/jdk17-g1-parallel-gc-changes.html: content_hash: 3c1b26f1114fb12415407a1a4bf9352427ed3f146c6429c85308974370b260fd description: '' @@ -213207,6 +226185,7 @@ https://tschatzl.github.io/2021/09/16/jdk17-g1-parallel-gc-changes.html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://ttl.sh: content_hash: e964d8a4ca96fb25d72efac799ebeb55f034a503d27b06d990ad887f2abb8e1e description: '' @@ -213223,6 +226202,7 @@ https://ttl.sh: v2_locations: - docker.md year: N/A + addition_method: manual https://turbofuture.com/computers/introductiontodocker: content_hash: N/A description: '' @@ -213237,6 +226217,7 @@ https://turbofuture.com/computers/introductiontodocker: v2_locations: - docker.md year: N/A + addition_method: manual https://turing.com: ai_summary: AI-backed platform that sources, vets, matches, and manages global software developers for remote engineering positions. @@ -213263,6 +226244,7 @@ https://turing.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://tusharsrivastava.hashnode.dev/handling-text-files-in-python-an-easy-guide-for-beginners: content_hash: N/A description: '' @@ -213278,6 +226260,7 @@ https://tusharsrivastava.hashnode.dev/handling-text-files-in-python-an-easy-guid v2_locations: - python.md year: N/A + addition_method: manual https://tutorialboy24.blogspot.com/2022/09/a-detailed-talk-about-k8s-cluster.html: ai_summary: Explains tactical cluster hacking methodologies and privilege escalation techniques from an offensive perspective. Curator insight analyzes vectors such @@ -213308,6 +226291,7 @@ https://tutorialboy24.blogspot.com/2022/09/a-detailed-talk-about-k8s-cluster.htm v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://tutorials.keptn.sh: content_hash: N/A description: '' @@ -213322,6 +226306,7 @@ https://tutorials.keptn.sh: v2_locations: - keptn.md year: N/A + addition_method: manual https://tutorials.keptn.sh/tutorials/keptn-azure-devops/index.html: content_hash: N/A description: '' @@ -213332,6 +226317,7 @@ https://tutorials.keptn.sh/tutorials/keptn-azure-devops/index.html: v1_locations: - docs/keptn.md year: N/A + addition_method: manual https://tutorials.virtualan.io: content_hash: abe228b8229009243a8cca7e5167a56f912a52c1d848aeffcfc6e865746e53a8 description: '' @@ -213348,6 +226334,7 @@ https://tutorials.virtualan.io: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://tutorialsdojo.com/aws-cheat-sheets: content_hash: 8eae6c85ae1ab70fcb251a91e10828ce09bb0bb5b4b8a232335c7e162524b9dd health_score: 100.0 @@ -213358,6 +226345,7 @@ https://tutorialsdojo.com/aws-cheat-sheets: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://tutorialsdojo.com/links-to-all-aws-cheat-sheets: content_hash: a061295990e5117df4287457a648f538b31ff1389dac04e9c2e31444a7a7dff2 description: '' @@ -213369,6 +226357,7 @@ https://tutorialsdojo.com/links-to-all-aws-cheat-sheets: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://tutorialsdojo.com/real-time-monitoring-of-5xx-errors-using-aws-lambda-cloudwatch-logs-slack: ai_summary: A practical developer tutorial showcasing the creation of an event-driven monitoring system that parses CloudWatch Logs with AWS Lambda to publish real-time @@ -213399,6 +226388,7 @@ https://tutorialsdojo.com/real-time-monitoring-of-5xx-errors-using-aws-lambda-cl v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://tutorialzine.com/2016/06/learn-git-in-30-minutes: ai_summary: An accelerated 30-minute guide designed to quickly introduce Git's core operations. It covers essential tasks including index staging, committing, branch @@ -213427,6 +226417,7 @@ https://tutorialzine.com/2016/06/learn-git-in-30-minutes: v2_locations: - git.md year: N/A + addition_method: manual https://twindb.com/verify-mysql-backups-with-twindb-backup-tool: content_hash: N/A description: '' @@ -213441,6 +226432,7 @@ https://twindb.com/verify-mysql-backups-with-twindb-backup-tool: v2_locations: - databases.md year: N/A + addition_method: manual https://twitter.com/ASFMavenProject: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213452,6 +226444,7 @@ https://twitter.com/ASFMavenProject: v1_locations: - docs/maven-gradle.md year: N/A + addition_method: manual https://twitter.com/ASFMavenRelease: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213462,6 +226455,7 @@ https://twitter.com/ASFMavenRelease: v1_locations: - docs/maven-gradle.md year: N/A + addition_method: manual https://twitter.com/AWS_Partners: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213472,6 +226466,7 @@ https://twitter.com/AWS_Partners: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://twitter.com/AWSreInvent: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213482,6 +226477,7 @@ https://twitter.com/AWSreInvent: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://twitter.com/AWSstartups: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213492,6 +226488,7 @@ https://twitter.com/AWSstartups: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://twitter.com/ChromeDevTools: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213502,6 +226499,7 @@ https://twitter.com/ChromeDevTools: v1_locations: - docs/ChromeDevTools.md year: N/A + addition_method: manual https://twitter.com/GolangRepos: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213512,12 +226510,14 @@ https://twitter.com/GolangRepos: v1_locations: - docs/golang.md year: N/A + addition_method: manual https://twitter.com/Marcus_Noble_/status/1417007780888825856: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779031458.848736 v1_locations: - docs/securityascode.md + addition_method: manual https://twitter.com/PlantUML: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 @@ -213525,12 +226525,14 @@ https://twitter.com/PlantUML: v1_locations: - docs/cloud-arch-diagrams.md - docs/kubernetes-tutorials.md + addition_method: manual https://twitter.com/PukarDesign/status/1452141978167267332: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779029163.575791 v1_locations: - docs/project-management-methodology.md + addition_method: manual https://twitter.com/SWengThomas: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213542,18 +226544,21 @@ https://twitter.com/SWengThomas: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://twitter.com/_georgemoller: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779029509.733555 v1_locations: - docs/cheatsheets.md + addition_method: manual https://twitter.com/a_sykim: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779030574.667111 v1_locations: - docs/introduction.md + addition_method: manual https://twitter.com/aantn: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213567,12 +226572,14 @@ https://twitter.com/aantn: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://twitter.com/addyosmani: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779033213.504763 v1_locations: - docs/ChromeDevTools.md + addition_method: manual https://twitter.com/agarcia: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213586,12 +226593,14 @@ https://twitter.com/agarcia: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://twitter.com/alexxubyte: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779030525.625283 v1_locations: - docs/networking.md + addition_method: manual https://twitter.com/awscloud: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213603,6 +226612,7 @@ https://twitter.com/awscloud: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://twitter.com/azuredevops: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213614,12 +226624,14 @@ https://twitter.com/azuredevops: v1_locations: - docs/git.md year: N/A + addition_method: manual https://twitter.com/brendandburns: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779030868.514322 v1_locations: - docs/introduction.md + addition_method: manual https://twitter.com/codingsafari: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213632,6 +226644,7 @@ https://twitter.com/codingsafari: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://twitter.com/commandlinefu: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213643,6 +226656,7 @@ https://twitter.com/commandlinefu: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://twitter.com/commandlinefu10: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213654,6 +226668,7 @@ https://twitter.com/commandlinefu10: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://twitter.com/commandlinefu3: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213665,12 +226680,14 @@ https://twitter.com/commandlinefu3: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://twitter.com/dmokafa: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779033623.262079 v1_locations: - docs/about.md + addition_method: manual https://twitter.com/hashtag/featureflag: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213682,12 +226699,14 @@ https://twitter.com/hashtag/featureflag: v1_locations: - docs/git.md year: N/A + addition_method: manual https://twitter.com/i/spaces/1ZkKzbXLekWKv: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779030029.003909 v1_locations: - docs/mlops.md + addition_method: manual https://twitter.com/janakiramm: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213699,6 +226718,7 @@ https://twitter.com/janakiramm: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://twitter.com/jeffbarr: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213710,12 +226730,14 @@ https://twitter.com/jeffbarr: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://twitter.com/johncutlefish/status/1452048722917871620: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779031642.771132 v1_locations: - docs/project-management-methodology.md + addition_method: manual https://twitter.com/jwendlandt: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213728,6 +226750,7 @@ https://twitter.com/jwendlandt: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://twitter.com/k0sproject: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213739,6 +226762,7 @@ https://twitter.com/k0sproject: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://twitter.com/kubernetesio: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213750,12 +226774,14 @@ https://twitter.com/kubernetesio: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://twitter.com/memenetes: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779031507.514856 v1_locations: - docs/kubernetes.md + addition_method: manual https://twitter.com/microcksio: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213767,12 +226793,14 @@ https://twitter.com/microcksio: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://twitter.com/okta: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779031652.274798 v1_locations: - docs/aws.md + addition_method: manual https://twitter.com/openshift: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213784,6 +226812,7 @@ https://twitter.com/openshift: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://twitter.com/operatorhubio: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213795,6 +226824,7 @@ https://twitter.com/operatorhubio: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://twitter.com/originalavalamp: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213809,18 +226839,21 @@ https://twitter.com/originalavalamp: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://twitter.com/puksiarz: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779029561.481361 v1_locations: - docs/container-managers.md + addition_method: manual https://twitter.com/pvergadia: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779032195.849872 v1_locations: - docs/GoogleCloudPlatform.md + addition_method: manual https://twitter.com/pythonvscode: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213831,12 +226864,14 @@ https://twitter.com/pythonvscode: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://twitter.com/rakyll: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779032751.735776 v1_locations: - docs/about.md + addition_method: manual https://twitter.com/shipwrightio: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213848,6 +226883,7 @@ https://twitter.com/shipwrightio: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://twitter.com/submarinerio: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213859,6 +226895,7 @@ https://twitter.com/submarinerio: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://twitter.com/telepresenceio: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213870,12 +226907,14 @@ https://twitter.com/telepresenceio: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://twitter.com/tfortricks_ind: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 health_score: 100.0 last_checked: 1779030052.147908 v1_locations: - docs/devops.md + addition_method: manual https://twitter.com/tsh4k: content_hash: a9213f547242ae7b5ade9817370c417c123598fea0a81b82dd15041690901728 description: '' @@ -213887,6 +226926,7 @@ https://twitter.com/tsh4k: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://tychoish.com/post/9-awesome-git-tricks: ai_summary: A curated collection of nine practical terminal tricks and custom configurations for Git power users. It outlines complex command chains for interactive staging, @@ -213914,6 +226954,7 @@ https://tychoish.com/post/9-awesome-git-tricks: v2_locations: - git.md year: N/A + addition_method: manual https://tyk.io: content_hash: 3c2474edba23b3236609aa9c54e51045164c6a78279ab44de7b4ace17c18f4ef description: '' @@ -213929,6 +226970,7 @@ https://tyk.io: v2_locations: - developerportals.md year: N/A + addition_method: manual https://tylercipriani.com/blog/2022/09/30/githubs-missing-merge-option: ai_summary: An engineering essay highlighting Git merge edge cases, focusing on the lack of standard hybrid semi-linear merge options natively supported inside @@ -213956,12 +226998,14 @@ https://tylercipriani.com/blog/2022/09/30/githubs-missing-merge-option: v2_locations: - git.md year: N/A + addition_method: manual https://typhoon.psdn.io: content_hash: b25ee04e278625ce04ecf4eaacd99a3580ba253c418e9d2917bd3021a0ca4a06 health_score: 100.0 last_checked: 1779031388.891623 v1_locations: - docs/kubernetes-on-premise.md + addition_method: manual https://typing.io: ai_summary: A specialized code practice application designed to improve programming typing efficiency. Uses actual source files in multiple programming languages @@ -213989,6 +227033,7 @@ https://typing.io: v2_locations: - elearning.md year: N/A + addition_method: manual https://ubiqum.com/blog/20-software-development-tools-that-will-make-you-more-productive: description: '' health_score: 80.0 @@ -214003,6 +227048,7 @@ https://ubiqum.com/blog/20-software-development-tools-that-will-make-you-more-pr v2_locations: - introduction.md year: N/A + addition_method: manual https://ubuntu.com/blog/gitops-with-azure-arc-and-charmed-kubernetes: content_hash: 118c3d831c735ce70a7d998bdbc586e1f96a094097e4546f1e88e3adc52d55b6 description: '' @@ -214015,6 +227061,7 @@ https://ubuntu.com/blog/gitops-with-azure-arc-and-charmed-kubernetes: - docs/gitops.md - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://ubuntu.com/blog/how-to-test-the-latest-kubernetes-with-microk8s: content_hash: 056bb9c438f17793959d3a21969aa7dbe868b158891efc398973a6057d56d2bf description: '' @@ -214032,6 +227079,7 @@ https://ubuntu.com/blog/how-to-test-the-latest-kubernetes-with-microk8s: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://ubuntu.com/blog/managed-kubernetes-cheaper-than-aws: content_hash: 7a382fb969100af9d8cb676c6b408bee4ce1849215f447d82c2b695fb2a9413c description: '' @@ -214048,6 +227096,7 @@ https://ubuntu.com/blog/managed-kubernetes-cheaper-than-aws: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available: content_hash: 0bad0ae8d05a5dc5b443522368ee84f3ed95df2d22f4d0a13126e638c95ab733 description: '' @@ -214064,6 +227113,7 @@ https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://ubuntu.com/kubernetes/charmed-k8s: ai_summary: Canonical's model-driven Kubernetes distribution designed for bare-metal, private, and multi-cloud environments. Leverages Ubuntu's automated Juju framework @@ -214087,6 +227137,7 @@ https://ubuntu.com/kubernetes/charmed-k8s: - gitops.md - kubernetes-on-premise.md year: '2026' + addition_method: manual https://ubuntu.com/kubernetes/features: content_hash: cb4e9ab8daa435b8b19f4d2658cbac3f39996e518e6784acf4fd9a2ac1a3e213 description: '' @@ -214100,6 +227151,7 @@ https://ubuntu.com/kubernetes/features: - docs/kubernetes-on-premise.md - docs/matrix-table.md year: N/A + addition_method: manual https://ubuntuask.com/blog/best-new-kubernetes-books: content_hash: 22aa58bac09fd51ba4a626eaf3f6f2202d76f3255fdbd4c016bd377af8dd367e description: '' @@ -214116,18 +227168,21 @@ https://ubuntuask.com/blog/best-new-kubernetes-books: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://ui.dev/async-javascript-from-callbacks-to-promises-to-async-await: content_hash: a07cb96510718b4d5344e01155cb44e31cc858e1761a9031afe9550ab9b76438 health_score: 100.0 last_checked: 1779030339.963826 v1_locations: - docs/javascript.md + addition_method: manual https://ui.dev/beginners-guide-to-javascript-prototype: content_hash: 0da95b30a0cc2a0080a91a00d0724c1385c39f372cb76d0bc44824849f59a4e0 health_score: 100.0 last_checked: 1779030932.032778 v1_locations: - docs/javascript.md + addition_method: manual https://umbrellaselector.com/Spain: ai_summary: Directory and comparison resource for contractors looking to utilize Spanish or international umbrella companies to bypass autonomous taxation. @@ -214153,6 +227208,7 @@ https://umbrellaselector.com/Spain: v2_locations: - freelancing.md year: '2021' + addition_method: manual https://umeey.medium.com/four-golden-signals-of-monitoring-site-reliability-engineering-sre-metrics-64031dbe268: content_hash: N/A description: '' @@ -214168,6 +227224,7 @@ https://umeey.medium.com/four-golden-signals-of-monitoring-site-reliability-engi v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://umeshtyagi829.medium.com/secure-terrafrom-iac-code-using-checkov-4a3e1f097f92: content_hash: N/A description: '' @@ -214182,6 +227239,7 @@ https://umeshtyagi829.medium.com/secure-terrafrom-iac-code-using-checkov-4a3e1f0 v2_locations: - terraform.md year: N/A + addition_method: manual https://uncontained.io: content_hash: N/A health_score: 100.0 @@ -214192,12 +227250,14 @@ https://uncontained.io: - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://uncontained.io/articles/openshift-and-the-org: content_hash: N/A health_score: 100.0 last_checked: 1779029979.48264 v1_locations: - docs/ocp3.md + addition_method: manual https://uncontained.io/articles/openshift-ha-installation: content_hash: N/A health_score: 100.0 @@ -214208,17 +227268,20 @@ https://uncontained.io/articles/openshift-ha-installation: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual 'https://uncontained.io/articles/openshift-ha-installation ': health_score: 100.0 last_checked: 1779130494.992208 v1_locations: - docs/ocp3.md + addition_method: manual 'https://uncontained.io/articles/openshift-ha-installation/ ': content_hash: N/A health_score: 100.0 last_checked: 1779033410.244179 v1_locations: - docs/ocp3.md + addition_method: manual https://undertow.io: content_hash: e2848acdddd589f2aaa255265d5e56f31f8a081f0667b945862f7aa433980afd health_score: 100.0 @@ -214231,6 +227294,7 @@ https://undertow.io: - docs/embedded-servlet-containers.md v2_locations: - embedded-servlet-containers.md + addition_method: manual https://ungleich.ch/u/blog/kubernetes-making-dns-publicly-reachable: content_hash: N/A description: '' @@ -214246,6 +227310,7 @@ https://ungleich.ch/u/blog/kubernetes-making-dns-publicly-reachable: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://ungleich.ch/u/blog/kubernetes-without-ingress: content_hash: N/A description: '' @@ -214261,6 +227326,7 @@ https://ungleich.ch/u/blog/kubernetes-without-ingress: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://unit.nginx.org: ai_summary: Nginx Unit is a dynamic, polyglot application server engineered to run application code across multiple runtimes (Go, Python, Node.js, PHP) simultaneously. @@ -214290,6 +227356,7 @@ https://unit.nginx.org: v2_locations: - web-servers.md year: N/A + addition_method: manual https://unit42.paloaltonetworks.com/azure-container-instances: content_hash: f01d5efcfcd6b54d291c4f65f89657754d0e74b3d0a4eb5bcc8bf18be0cf7bac description: '' @@ -214307,6 +227374,7 @@ https://unit42.paloaltonetworks.com/azure-container-instances: v2_locations: - azure.md year: N/A + addition_method: manual https://unix.stackexchange.com/questions/252744/ss-linux-socket-statistics-utility-output-format: content_hash: N/A health_score: 100.0 @@ -214317,6 +227385,7 @@ https://unix.stackexchange.com/questions/252744/ss-linux-socket-statistics-utili - docs/linux.md v2_locations: - linux.md + addition_method: manual https://unixarena.com/2022/04/terraform-source-credentials-from-aws-secret-manager.html: ai_summary: Practical walk-through on extracting dynamic credentials from AWS Secrets Manager using Terraform native datasources. Promotes keeping root provider keys @@ -214338,6 +227407,7 @@ https://unixarena.com/2022/04/terraform-source-credentials-from-aws-secret-manag v2_locations: - devsecops.md year: '2022' + addition_method: manual https://unixarena.com/2025/04/oomkilled-in-kubernetes-the-hidden-memory-leaks-youre-missing.html: content_hash: 19dc578dfb373fd9d6e7319e12985e4ff6e61470986b541d81f6f391a948ac5e description: '' @@ -214358,6 +227428,7 @@ https://unixarena.com/2025/04/oomkilled-in-kubernetes-the-hidden-memory-leaks-yo - kubernetes-troubleshooting.md - kubernetes.md year: N/A + addition_method: manual https://unixetc.co.uk: ai_summary: A collection of personal technical notes, Unix command tricks, and hardware configurations curated by an experienced Linux systems engineer. @@ -214383,6 +227454,7 @@ https://unixetc.co.uk: v2_locations: - linux.md year: N/A + addition_method: manual https://unixmages.com: ai_summary: A small, retro command-line reference and technical blog focusing on classic Unix terminal tools and shell optimizations. Highly legacy-oriented. @@ -214408,6 +227480,7 @@ https://unixmages.com: v2_locations: - linux.md year: N/A + addition_method: manual https://unixmen.com: content_hash: bae6128d2c34581e98bc247a4a8e3d10fc708410baddc1abc6994eed844a5933 description: '' @@ -214419,6 +227492,7 @@ https://unixmen.com: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://unofficial-kubernetes.readthedocs.io: content_hash: c08380bdd5699818f37030995383ecf8e122bbb34ebf6a76183751eca060de44 description: '' @@ -214430,6 +227504,7 @@ https://unofficial-kubernetes.readthedocs.io: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://unofficial-kubernetes.readthedocs.io/en/latest: content_hash: d5ad2c29ffb5e99c53b372b66517b55e5804218398e77e2eb2d74dc301f27503 health_score: 100.0 @@ -214442,6 +227517,7 @@ https://unofficial-kubernetes.readthedocs.io/en/latest: v2_locations: - architectural-foundations.md - other-awesome-lists.md + addition_method: manual https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf: content_hash: N/A description: '' @@ -214456,6 +227532,7 @@ https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf: v2_locations: - python.md year: N/A + addition_method: manual https://upper.co: ai_summary: Premium network connecting vetted tech professionals and remote developers with global enterprises and startups seeking elite engineering talent. @@ -214482,6 +227559,7 @@ https://upper.co: v2_locations: - freelancing.md year: N/A + addition_method: manual https://usehooks.com: ai_summary: A premium library of self-contained, optimized React hooks facilitating stateful abstractions. Designed to simplify DOM tracking, event management, and @@ -214513,6 +227591,7 @@ https://usehooks.com: - react.md - kubernetes-tutorials.md year: N/A + addition_method: manual https://users.rust-lang.org/t/anyone-here-go-intellij-vscode/84499: ai_summary: Community-driven performance and usability evaluation contrasting IntelliJ Rust and VSCode (rust-analyzer) workflows. Discusses compilation feedback, macro @@ -214544,6 +227623,7 @@ https://users.rust-lang.org/t/anyone-here-go-intellij-vscode/84499: - devel-sites.md - javascript.md year: N/A + addition_method: manual https://uw-labs.github.io/blog/kubernetes,/multicluster/2021/07/21/kube-semaphore-intro.html: content_hash: 221195b1c67bf0c33da6a92026a4d057bb8bb76a967aefd32d7265a757f77a12 description: '' @@ -214561,6 +227641,7 @@ https://uw-labs.github.io/blog/kubernetes,/multicluster/2021/07/21/kube-semaphor v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://v1.keptn.sh/docs/quickstart: content_hash: 9736bd330c37d95393d772162534ffbd5002c0b38e83348d32542d4a0b712f28 health_score: 100.0 @@ -214572,12 +227653,14 @@ https://v1.keptn.sh/docs/quickstart: - docs/keptn.md v2_locations: - keptn.md + addition_method: manual https://v1.uncontained.io: content_hash: N/A health_score: 100.0 last_checked: 1779033649.991256 v1_locations: - docs/ocp3.md + addition_method: manual https://v1.uncontained.io/playbooks/continuous_delivery/external-jenkins-integration.html: content_hash: N/A health_score: 100.0 @@ -214588,6 +227671,7 @@ https://v1.uncontained.io/playbooks/continuous_delivery/external-jenkins-integra - docs/openshift-pipelines.md v2_locations: - openshift-pipelines.md + addition_method: manual https://v8.dev: ai_summary: Google's open-source high-performance JavaScript and WebAssembly engine. Powers Chrome and Node.js runtimes, acting as the foundation of modern high-scale @@ -214615,6 +227699,7 @@ https://v8.dev: v2_locations: - javascript.md year: N/A + addition_method: manual https://vadosware.io/post/level-one-automated-k8s-deployments-with-gitlab-ci: ai_summary: A highly practical architectural guide detailing a 'Level 1' approach to automating Kubernetes deployments using standard GitLab CI/CD runner capabilities. @@ -214646,6 +227731,7 @@ https://vadosware.io/post/level-one-automated-k8s-deployments-with-gitlab-ci: v2_locations: - git.md year: N/A + addition_method: manual https://vadosware.io/post/so-you-need-to-wait-for-some-kubernetes-resources: content_hash: 7e59b029b522322d9a9388b7ce724f933af506df91fee831564158ef53fe2226 description: '' @@ -214662,6 +227748,7 @@ https://vadosware.io/post/so-you-need-to-wait-for-some-kubernetes-resources: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://vadosware.io/post/using-makefiles-and-envsubst-as-an-alternative-to-helm-and-ksonnet: content_hash: 893f72e506e5e6c5753b07ad3e0cebc4aed31cbecdeb84f40b55df813ed81323 description: '' @@ -214679,6 +227766,7 @@ https://vadosware.io/post/using-makefiles-and-envsubst-as-an-alternative-to-helm v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://vaex.io: content_hash: 803a0e2d393d97efb389074917656b074c40dcf21b76af933dc1092c04d6bdc1 description: '' @@ -214695,6 +227783,7 @@ https://vaex.io: v2_locations: - mlops.md year: N/A + addition_method: manual https://vahid.blog/post/2022-05-05-system-design-interview-cheat-sheet: ai_summary: A high-density cheatsheet detailing scalable system design paradigms. Covers load balancing, distributed caching strategies, message queues, and API @@ -214722,6 +227811,7 @@ https://vahid.blog/post/2022-05-05-system-design-interview-cheat-sheet: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-1: content_hash: N/A description: '' @@ -214736,6 +227826,7 @@ https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-1: v2_locations: - postman.md year: N/A + addition_method: manual https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-2: content_hash: N/A description: '' @@ -214746,6 +227837,7 @@ https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-2: v1_locations: - docs/postman.md year: N/A + addition_method: manual https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-3: content_hash: N/A description: '' @@ -214756,6 +227848,7 @@ https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-3: v1_locations: - docs/postman.md year: N/A + addition_method: manual https://valenciaplaza.com/iis-fe-liderara-direccion-cientifica-nodo-central-atlas-imagenes-cancer: content_hash: 44711efd6262b40886f606c4836bab5c92846da716976f2c549f8f9de6f87503 description: '' @@ -214773,6 +227866,7 @@ https://valenciaplaza.com/iis-fe-liderara-direccion-cientifica-nodo-central-atla v2_locations: - customer.md year: N/A + addition_method: manual https://valohai.com/blog/llmops: ai_summary: An industry-focused editorial exploring the core pillars of Large Language Model Operations (LLMOps). Discusses continuous fine-tuning, automated prompt @@ -214800,6 +227894,7 @@ https://valohai.com/blog/llmops: v2_locations: - ai.md year: N/A + addition_method: manual ? https://vashishtsumit89.medium.com/security-pen-testing-a-guide-to-run-owasp-zap-headless-in-containers-for-ci-cd-pipeline-ddb580dae3c8 : content_hash: N/A description: '' @@ -214815,6 +227910,7 @@ https://valohai.com/blog/llmops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://vcloud-lab.com/entries/microsoft-azure/-create-azure-key-vault-certificates-on-azure-portal-and-powershell: ai_summary: Step-by-step procedural manual on generating self-signed or CA-signed certificates directly inside Azure Key Vault using both GUI and PowerShell routines. @@ -214841,6 +227937,7 @@ https://vcloud-lab.com/entries/microsoft-azure/-create-azure-key-vault-certifica v2_locations: - devsecops.md year: '2021' + addition_method: manual ? https://vcloud-lab.com/entries/microsoft-azure/create-an-azure-app-registrations-in-azure-active-directory-using-powershell-azurecli : content_hash: d23c04a9345835b99d491c149733d961d10503a0540a9361bf9722ab22d6c0f5 health_score: 100.0 @@ -214853,6 +227950,7 @@ https://vcloud-lab.com/entries/microsoft-azure/-create-azure-key-vault-certifica - docs/azure.md v2_locations: - azure.md + addition_method: manual https://vcloud-lab.com/entries/microsoft-azure/get-started-and-configure-with-certificate-based-authentication-in-azure: content_hash: aa0965af3ce06b17b1f860b4627f97ce215559af49d1ef71a3cb0badd063e50b health_score: 100.0 @@ -214865,6 +227963,7 @@ https://vcloud-lab.com/entries/microsoft-azure/get-started-and-configure-with-ce - docs/azure.md v2_locations: - azure.md + addition_method: manual https://vectorized.io: content_hash: 7d125b27e487375cfc2008de4bb119d71f72934fdbd81c0e7b100e78436b8f15 description: '' @@ -214876,6 +227975,7 @@ https://vectorized.io: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://vectorized.io/blog/open-source: content_hash: 7d125b27e487375cfc2008de4bb119d71f72934fdbd81c0e7b100e78436b8f15 description: '' @@ -214887,6 +227987,7 @@ https://vectorized.io/blog/open-source: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://veducate.co.uk/kubernetes-pvc-terminating: content_hash: N/A description: '' @@ -214902,6 +228003,7 @@ https://veducate.co.uk/kubernetes-pvc-terminating: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://velocity.silverlakesoftware.com: content_hash: 0b6f0f9a627eaeab96cfded84738cbabb14a3125f5b8101b57d3a3f36a58e617 description: '' @@ -214918,6 +228020,7 @@ https://velocity.silverlakesoftware.com: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://venkatmatta.com/wp-content/uploads/2016/03/jmeter_distributed_testing_step_by_step.pdf: ai_summary: A detailed execution manual outlining steps to orchestrate distributed JMeter server architectures. Teaches how to configure multiple remote load injectors @@ -214940,6 +228043,7 @@ https://venkatmatta.com/wp-content/uploads/2016/03/jmeter_distributed_testing_st v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: '2016' + addition_method: manual https://venkatmatta.files.wordpress.com/2016/03/jmeter_distributed_testing_step_by_step.pdf: content_hash: 2faba2304441bb699ddbe964be9b309836889ff044ac6f7e19e240bb670d3d4a description: '' @@ -214951,6 +228055,7 @@ https://venkatmatta.files.wordpress.com/2016/03/jmeter_distributed_testing_step_ v1_locations: - docs/performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://venturebeat.com/2020/05/19/microsoft-windows-package-manager-powertoys: content_hash: N/A description: '' @@ -214965,6 +228070,7 @@ https://venturebeat.com/2020/05/19/microsoft-windows-package-manager-powertoys: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://venturebeat.com/2020/05/19/microsoft-windows-terminal-wsl-gpu-support-linux-gui-apps: content_hash: N/A description: '' @@ -214980,6 +228086,7 @@ https://venturebeat.com/2020/05/19/microsoft-windows-terminal-wsl-gpu-support-li v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://venturebeat.com/2020/12/22/cloudflare-acquires-linc-to-automate-web-app-deployment: content_hash: N/A description: '' @@ -214994,6 +228101,7 @@ https://venturebeat.com/2020/12/22/cloudflare-acquires-linc-to-automate-web-app- v2_locations: - cloudflare.md year: N/A + addition_method: manual https://venturebeat.com/2021/01/22/reflect-brings-automated-no-code-web-testing-to-the-cloud: content_hash: N/A description: '' @@ -215008,6 +228116,7 @@ https://venturebeat.com/2021/01/22/reflect-brings-automated-no-code-web-testing- v2_locations: - qa.md year: N/A + addition_method: manual https://venturebeat.com/2021/03/23/google-cloud-announces-network-connectivity-center-to-simplify-hybrid-cloud-management: content_hash: N/A description: '' @@ -215023,6 +228132,7 @@ https://venturebeat.com/2021/03/23/google-cloud-announces-network-connectivity-c v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://venturebeat.com/2021/08/10/how-nirmata-plans-to-conquer-kubernetes-complexity-with-open-source-kyverno: content_hash: N/A description: '' @@ -215038,6 +228148,7 @@ https://venturebeat.com/2021/08/10/how-nirmata-plans-to-conquer-kubernetes-compl v2_locations: - securityascode.md year: N/A + addition_method: manual https://venturebeat.com/2021/09/17/kubeshop-wants-to-be-a-kubernetes-product-pipeline: content_hash: N/A description: '' @@ -215052,6 +228163,7 @@ https://venturebeat.com/2021/09/17/kubeshop-wants-to-be-a-kubernetes-product-pip v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://venturebeat.com/2021/11/03/the-rise-of-kubernetes-and-its-impact-on-enterprise-databases: content_hash: N/A description: '' @@ -215066,6 +228178,7 @@ https://venturebeat.com/2021/11/03/the-rise-of-kubernetes-and-its-impact-on-ente v2_locations: - databases.md year: N/A + addition_method: manual https://venturebeat.com/2021/11/25/amazons-aws-expands-free-egress-data-transfer-limits: content_hash: N/A description: '' @@ -215080,6 +228193,7 @@ https://venturebeat.com/2021/11/25/amazons-aws-expands-free-egress-data-transfer v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://venturebeat.com/2021/11/30/microsoft-launches-fully-managed-azure-load-testing-service: content_hash: N/A description: '' @@ -215094,6 +228208,7 @@ https://venturebeat.com/2021/11/30/microsoft-launches-fully-managed-azure-load-t v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://venturebeat.com/2021/12/03/6-big-kubernetes-container-security-launches-at-aws-reinvent-2021: content_hash: N/A description: '' @@ -215109,6 +228224,7 @@ https://venturebeat.com/2021/12/03/6-big-kubernetes-container-security-launches- v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://venturebeat.com/2021/12/08/red-hat-brings-its-ansible-it-automation-engine-to-azure: content_hash: N/A description: '' @@ -215123,6 +228239,7 @@ https://venturebeat.com/2021/12/08/red-hat-brings-its-ansible-it-automation-engi v2_locations: - ansible.md year: N/A + addition_method: manual https://venturebeat.com/2021/12/14/gitlab-acquires-open-source-observability-distribution-opstrace: content_hash: N/A description: '' @@ -215138,6 +228255,7 @@ https://venturebeat.com/2021/12/14/gitlab-acquires-open-source-observability-dis v2_locations: - git.md year: N/A + addition_method: manual https://venturebeat.com/2021/12/18/what-log4shell-teaches-us-about-open-source-security: content_hash: N/A description: '' @@ -215153,12 +228271,14 @@ https://venturebeat.com/2021/12/18/what-log4shell-teaches-us-about-open-source-s v2_locations: - devsecops.md year: N/A + addition_method: manual https://venturebeat.com/2021/12/21/open-source-calendly-alternative-cal-com-promises-greater-data-control: content_hash: N/A health_score: 100.0 last_checked: 1779032242.923199 v1_locations: - docs/appointment-scheduling.md + addition_method: manual https://venturebeat.com/2021/12/22/5-ways-the-world-of-it-operations-will-shift-in-2022-and-beyond: content_hash: N/A description: '' @@ -215174,6 +228294,7 @@ https://venturebeat.com/2021/12/22/5-ways-the-world-of-it-operations-will-shift- v2_locations: - introduction.md year: N/A + addition_method: manual https://venturebeat.com/2021/12/27/kubernetes-security-will-have-a-breakout-year-in-2022: content_hash: N/A description: '' @@ -215188,6 +228309,7 @@ https://venturebeat.com/2021/12/27/kubernetes-security-will-have-a-breakout-year v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://venturebeat.com/2022/03/30/garden-io-an-end-to-end-devops-platform-for-kubernetes-and-containers-raises-16m: content_hash: N/A description: '' @@ -215203,6 +228325,7 @@ https://venturebeat.com/2022/03/30/garden-io-an-end-to-end-devops-platform-for-k v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://venturebeat.com/data-infrastructure/red-hat-gives-an-arm-up-to-openshift-kubernetes-operations: content_hash: 80ddf5c22e5d8cc128ba21a0633f71173291fbe5b60469354e88c88fec910e7b description: '' @@ -215218,6 +228341,7 @@ https://venturebeat.com/data-infrastructure/red-hat-gives-an-arm-up-to-openshift v2_locations: - ocp4.md year: N/A + addition_method: manual https://venturebeat.com/datadecisionmakers/cloud-costs-are-unmanageable-its-time-we-standardize-billing: content_hash: 541d8a82d0ea8a899683ef6f19382ff0a4cb684f7a38cb4470e523f55bf62f80 description: '' @@ -215234,6 +228358,7 @@ https://venturebeat.com/datadecisionmakers/cloud-costs-are-unmanageable-its-time v2_locations: - finops.md year: N/A + addition_method: manual https://verraes.net/2019/05/ddd-msg-arch: ai_summary: Synthesizes core concepts of Domain-Driven Design (DDD) with message-oriented middleware patterns. It examines bounded contexts, aggregate boundaries, and the @@ -215263,6 +228388,7 @@ https://verraes.net/2019/05/ddd-msg-arch: v2_locations: - message-queue.md year: N/A + addition_method: manual https://versusmind.eu/blog/dapr-a-serverless-runtime-for-distributed-applications: content_hash: ea12e8c7a9a4d17cac4e398ecafb2ca5711ee93f85da6f4147208eb7bb02dde5 description: '' @@ -215275,6 +228401,7 @@ https://versusmind.eu/blog/dapr-a-serverless-runtime-for-distributed-application v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://versusmind.eu/dapr-a-serverless-runtime-for-distributed-applications: content_hash: 9b21b2a345d357447c94b96c468721c8b27aa3de0365df7045c8bcc2b4b49a52 health_score: 100.0 @@ -215287,6 +228414,7 @@ https://versusmind.eu/dapr-a-serverless-runtime-for-distributed-applications: - docs/serverless.md v2_locations: - serverless.md + addition_method: manual https://vettabase.com/blog/how-slow-is-select: content_hash: 68b2c5c29c0dbb53b57c7ba5e965cb9e61ccb70cea5e7b47ac14076d9bc233f3 description: '' @@ -215298,6 +228426,7 @@ https://vettabase.com/blog/how-slow-is-select: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://vettabase.com/how-slow-is-select: content_hash: 0c2a73dc0648099b23b98748bc5a51440a047ba27619e958ce148125eb82ba7d health_score: 100.0 @@ -215310,6 +228439,7 @@ https://vettabase.com/how-slow-is-select: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://vfunction.com: content_hash: 038c0283c179ff7e2ebf0690aa701745869d60399f06411cb294f0b25cbd0538 description: '' @@ -215325,6 +228455,7 @@ https://vfunction.com: v2_locations: - introduction.md year: N/A + addition_method: manual https://viblo.asia/p/how-to-prevent-out-of-disk-space-when-using-docker-english-WR5JRDBrVGv: content_hash: 1e0f22fc1e7774bc7d17089505c02d68e58751fc3c9f3ccb1d8e55411ab937fb description: '' @@ -215341,6 +228472,7 @@ https://viblo.asia/p/how-to-prevent-out-of-disk-space-when-using-docker-english- v2_locations: - docker.md year: N/A + addition_method: manual https://victoriametrics.com: content_hash: 02030492ac3eaac0bf6a3184499f3e1a43c4fea9500529351db515cde32f2182 description: '' @@ -215361,6 +228493,7 @@ https://victoriametrics.com: - monitoring.md - prometheus.md year: N/A + addition_method: manual https://victoriametrics.com/blog/q2-2024-round-up-victoriametrics-and-victorialogs-updates: content_hash: 481290764c4c9dfc2205be3ad863bc48a1816cc7c1a79f5fd328092181a6bbc9 description: '' @@ -215373,6 +228506,7 @@ https://victoriametrics.com/blog/q2-2024-round-up-victoriametrics-and-victorialo - docs/databases.md - docs/monitoring.md year: N/A + addition_method: manual https://victoriametrics.com/blog/q2-2024-round-up-victoriametrics-and-victorialogs-updates/index.html: content_hash: 72628833d4eedd36589216f8eb7cc4b5c56a2f46de14659ed4922af3dbdfe6fc health_score: 100.0 @@ -215387,6 +228521,7 @@ https://victoriametrics.com/blog/q2-2024-round-up-victoriametrics-and-victorialo v2_locations: - databases.md - monitoring.md + addition_method: manual https://victorops.com/blog/20-top-devops-tools-for-2020: content_hash: 09983dae619512a893179eec006fe8ffea88951a050ab28ffa27b07d81bd6c99 description: '' @@ -215398,6 +228533,7 @@ https://victorops.com/blog/20-top-devops-tools-for-2020: v1_locations: - docs/devops-tools.md year: N/A + addition_method: manual https://victorops.com/blog/source-code-control-trunk-based-development-vs-gitflow: content_hash: 09983dae619512a893179eec006fe8ffea88951a050ab28ffa27b07d81bd6c99 description: '' @@ -215409,6 +228545,7 @@ https://victorops.com/blog/source-code-control-trunk-based-development-vs-gitflo v1_locations: - docs/git.md year: N/A + addition_method: manual https://victorops.com/blog/sre-vs-devops: content_hash: 09983dae619512a893179eec006fe8ffea88951a050ab28ffa27b07d81bd6c99 description: '' @@ -215420,6 +228557,7 @@ https://victorops.com/blog/sre-vs-devops: v1_locations: - docs/sre.md year: N/A + addition_method: manual https://vidhitakher.medium.com/understanding-the-kubernetes-cluster-components-c57cd4af8570: content_hash: N/A description: '' @@ -215434,6 +228572,7 @@ https://vidhitakher.medium.com/understanding-the-kubernetes-cluster-components-c v2_locations: - kubernetes.md year: N/A + addition_method: manual https://vik-y.medium.com/an-easier-way-to-auto-remediate-memory-leaks-on-kubernetes-a922457674f4: content_hash: N/A description: '' @@ -215448,6 +228587,7 @@ https://vik-y.medium.com/an-easier-way-to-auto-remediate-memory-leaks-on-kuberne v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://vimal-dwarampudi.medium.com/serverless-architecture-design-on-major-clouds-8c53c2aa62d2: content_hash: N/A description: '' @@ -215462,6 +228602,7 @@ https://vimal-dwarampudi.medium.com/serverless-architecture-design-on-major-clou v2_locations: - serverless.md year: N/A + addition_method: manual https://vimeo.com/516520492: content_hash: 734da620b63b496136be5ae65c60e94abff86cb09738854f27e8b82eb27c04a7 description: '' @@ -215479,6 +228620,7 @@ https://vimeo.com/516520492: v2_locations: - gitops.md year: N/A + addition_method: manual https://vimeo.com/552276182: ai_summary: A detailed technical video walkthrough presenting modern pipeline configurations to package container images and deploy them dynamically to remote Kubernetes setups. @@ -215506,6 +228648,7 @@ https://vimeo.com/552276182: v2_locations: - git.md year: N/A + addition_method: manual https://vinothecloudone.medium.com/kubernetes-configuration-patterns-101-68cfb7af1084: content_hash: N/A description: '' @@ -215520,6 +228663,7 @@ https://vinothecloudone.medium.com/kubernetes-configuration-patterns-101-68cfb7a v2_locations: - kubernetes.md year: N/A + addition_method: manual https://virtualizationreview.com/articles/2020/05/08/cloud-native-dev-survey.aspx: content_hash: 983c8b83d626dca391d87712d7511ea4cffde0fa3c0cc9f56d08cc1b610074bf description: '' @@ -215536,6 +228680,7 @@ https://virtualizationreview.com/articles/2020/05/08/cloud-native-dev-survey.asp v2_locations: - kubernetes.md year: N/A + addition_method: manual https://vishnu.hashnode.dev/4-types-of-nosql-databases: content_hash: N/A description: '' @@ -215550,6 +228695,7 @@ https://vishnu.hashnode.dev/4-types-of-nosql-databases: v2_locations: - nosql.md year: N/A + addition_method: manual https://vishnuch.tech/interprocess-communication-in-microservices: content_hash: c438a565dc04b422f91fe6d51d6f945852bfabb5e8566ab3d23201a659b40d67 description: '' @@ -215561,6 +228707,7 @@ https://vishnuch.tech/interprocess-communication-in-microservices: v1_locations: - docs/api.md year: N/A + addition_method: manual https://visualstudio.microsoft.com/services/live-share: content_hash: 3cc825a4cb2db7f279dc835f102fb79e61e6fd0db90c20db2ef59af884762ba7 description: '' @@ -215578,6 +228725,7 @@ https://visualstudio.microsoft.com/services/live-share: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://visualstudio.microsoft.com/services/visual-studio-codespaces: content_hash: 39c631146eca956cb401b444761a38ab79b78e66208100900e629ec6c5f9d521 description: '' @@ -215590,6 +228738,7 @@ https://visualstudio.microsoft.com/services/visual-studio-codespaces: - docs/git.md - docs/visual-studio.md year: N/A + addition_method: manual https://visualstudiomagazine.com/articles/2020/10/07/bridge-kubernetes.aspx: content_hash: N/A description: '' @@ -215605,6 +228754,7 @@ https://visualstudiomagazine.com/articles/2020/10/07/bridge-kubernetes.aspx: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://visualstudiomagazine.com/articles/2021/01/29/vs-code-tips.aspx: content_hash: N/A description: '' @@ -215619,6 +228769,7 @@ https://visualstudiomagazine.com/articles/2021/01/29/vs-code-tips.aspx: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://visualstudiomagazine.com/articles/2022/03/10/powershell-crescendo-ga.aspx?m=1: content_hash: N/A description: '' @@ -215633,6 +228784,7 @@ https://visualstudiomagazine.com/articles/2022/03/10/powershell-crescendo-ga.asp v2_locations: - azure.md year: N/A + addition_method: manual https://vitalflux.com/devops-architect-interview-questions: content_hash: N/A description: '' @@ -215647,6 +228799,7 @@ https://vitalflux.com/devops-architect-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://vitux.com/how-to-speed-up-an-ansible-playbook: content_hash: 6a870009a32a9340c7dbf51486668d704730b58f362ccf9291da43953ba8bcf1 description: '' @@ -215663,6 +228816,7 @@ https://vitux.com/how-to-speed-up-an-ansible-playbook: v2_locations: - ansible.md year: N/A + addition_method: manual https://vivilearns2code.github.io/k8s/2021/03/11/writing-controllers-for-kubernetes-custom-resources.html: content_hash: 5654a30adb2e8922ecd91f2d8659dcbad8b17c81e94ec25a6bcd74491cfd8bf0 description: '' @@ -215679,6 +228833,7 @@ https://vivilearns2code.github.io/k8s/2021/03/11/writing-controllers-for-kuberne v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://vladimir.varank.in/notes/2021/09/making-sense-of-requests-for-cpu-resources-in-kubernetes: content_hash: e3329f77b00ea54495749a910ad47810c5e1d0444f72ac7665b6cc34f82c2055 description: '' @@ -215696,6 +228851,7 @@ https://vladimir.varank.in/notes/2021/09/making-sense-of-requests-for-cpu-resour v2_locations: - kubernetes.md year: N/A + addition_method: manual https://vladmihalcea.com/14-high-performance-java-persistence-tips: ai_summary: In-depth checklist to optimize JDBC, Hibernate, and JPA operations. Discusses query batching, dirty checking, dynamic sorting, and connection pool @@ -215723,6 +228879,7 @@ https://vladmihalcea.com/14-high-performance-java-persistence-tips: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://vladmihalcea.com/9-postgresql-high-performance-performance-tips: content_hash: 1f8371b2a42210cd0ecb87fda78e4f2d6aaf3e6754edd2a2861b552697442651 description: '' @@ -215739,6 +228896,7 @@ https://vladmihalcea.com/9-postgresql-high-performance-performance-tips: v2_locations: - databases.md year: N/A + addition_method: manual https://vladmihalcea.com/a-beginners-guide-to-cdc-change-data-capture: ai_summary: A comprehensive structural overview of Change Data Capture (CDC) design patterns. It details transaction log parsing, dual-writes mitigation, and the @@ -215768,6 +228926,7 @@ https://vladmihalcea.com/a-beginners-guide-to-cdc-change-data-capture: v2_locations: - message-queue.md year: N/A + addition_method: manual https://vladmihalcea.com/caching-best-practices: ai_summary: Advanced guidelines on data caching layers. Focuses on cache eviction strategies, write-through sync, and invalidation consistency protocols in microservices. @@ -215794,6 +228953,7 @@ https://vladmihalcea.com/caching-best-practices: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://vladmihalcea.com/database-multitenancy: content_hash: db697b20ab0f4122bdb81f37d10a27346103aada911f62a254e6f5b60fe1c9e4 description: '' @@ -215810,6 +228970,7 @@ https://vladmihalcea.com/database-multitenancy: v2_locations: - databases.md year: N/A + addition_method: manual https://vladmihalcea.com/default-database-key-indexing: content_hash: 02ba050af7aef000bc50427a5baa1f96fed112cef2bae9c2560976c27db8edde description: '' @@ -215826,6 +228987,7 @@ https://vladmihalcea.com/default-database-key-indexing: v2_locations: - databases.md year: N/A + addition_method: manual https://vladmihalcea.com/how-to-encrypt-and-decrypt-data-with-hibernate: content_hash: 035699ec43530fa649d0f88b40a3a3a65eeca2a46e569f4e2dfb42738fb24346 description: '' @@ -215842,6 +229004,7 @@ https://vladmihalcea.com/how-to-encrypt-and-decrypt-data-with-hibernate: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://vladmihalcea.com/log-sql-spring-boot: content_hash: c5d5c52624637abdff719b43c3802ade720639469097856b89302200993135c0 description: '' @@ -215858,6 +229021,7 @@ https://vladmihalcea.com/log-sql-spring-boot: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://vladmihalcea.com/mysql-json-table: content_hash: d723d1e6eaf3902fb0dec9abbf1239bd3ece99ee5cca91783831de08aa2cd14e description: '' @@ -215875,6 +229039,7 @@ https://vladmihalcea.com/mysql-json-table: v2_locations: - databases.md year: N/A + addition_method: manual https://vladmihalcea.com/optimistic-vs-pessimistic-locking: content_hash: c406353f118801c4898aa5b288ab1d56e455153f55d622de83e537a09f5696f3 description: '' @@ -215891,6 +229056,7 @@ https://vladmihalcea.com/optimistic-vs-pessimistic-locking: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://vladmihalcea.com/single-primary-database-replication: content_hash: 5394e8b88f57fa2f39b028e3a2a75eb3ca007245f74668dc6f547cda22957855 description: '' @@ -215907,6 +229073,7 @@ https://vladmihalcea.com/single-primary-database-replication: v2_locations: - databases.md year: N/A + addition_method: manual https://vladmihalcea.com/spring-boot-application-properties: content_hash: 4c4d9f3ea92ae5fd6988109d0371515e3faf136d3f0254a752c9cc69562d0f59 description: '' @@ -215923,6 +229090,7 @@ https://vladmihalcea.com/spring-boot-application-properties: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://vladmihalcea.com/sql-exists: content_hash: 71d158379a66ac6f7f6f155ba95e1a6ec95080518986c4e21fd58600cec4d144 description: '' @@ -215939,6 +229107,7 @@ https://vladmihalcea.com/sql-exists: v2_locations: - databases.md year: N/A + addition_method: manual https://vladmihalcea.com/sql-join-using: content_hash: 64712e8a3a7fc2e1897cafab8eb77cece46edd1b1083a7c58be70a7de511b457 description: '' @@ -215955,6 +229124,7 @@ https://vladmihalcea.com/sql-join-using: v2_locations: - databases.md year: N/A + addition_method: manual https://vladmihalcea.com/sql-left-join: content_hash: 7de7724c6d459d4bc663d8be7a1c593b64ba73aa9fd4bd68dc569bc100d8071a description: '' @@ -215971,6 +229141,7 @@ https://vladmihalcea.com/sql-left-join: v2_locations: - databases.md year: N/A + addition_method: manual https://vladmihalcea.com/testcontainers-database-integration-testing: content_hash: 7e0f98c50a04a6071e8a57679aad8e4e8c2cb831bd538e34652ab6cff1bc0d26 description: '' @@ -215982,6 +229153,7 @@ https://vladmihalcea.com/testcontainers-database-integration-testing: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://vladmihalcea.com/tunnel-localhost-public-internet: ai_summary: A practical walkthrough on exposing local servers to the public internet using tools like ngrok. Facilitates rapid debugging of external webhooks and third-party @@ -216010,6 +229182,7 @@ https://vladmihalcea.com/tunnel-localhost-public-internet: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://vmblog.com/archive/2021/10/07/the-rise-of-modern-day-kubernetes-operations.aspx: content_hash: N/A description: '' @@ -216025,6 +229198,7 @@ https://vmblog.com/archive/2021/10/07/the-rise-of-modern-day-kubernetes-operatio - index.md - kubernetes.md year: N/A + addition_method: manual https://vscode.dev: content_hash: N/A description: '' @@ -216041,6 +229215,7 @@ https://vscode.dev: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://vscode.github.com: content_hash: ddbf486587e0d00b05283b49f95299eca6462c39089896693d7c380fd1d4a6db description: '' @@ -216057,6 +229232,7 @@ https://vscode.github.com: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://vshn.ch/en/blog/a-very-quick-comparison-of-kubernetes-serverless-frameworks: content_hash: e86bf5c49bb5d428ebc616efa414aded48bcb489b9a6c5bae094c8698d23fe4f description: '' @@ -216068,6 +229244,7 @@ https://vshn.ch/en/blog/a-very-quick-comparison-of-kubernetes-serverless-framewo v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://vzilla.co.uk/vzilla-blog/gitops-getting-started-with-argocd: content_hash: 7478b6c86e4244744da9c62c0c93e5499f2fbed19ca0249b1be61627e84a5b09 description: '' @@ -216084,6 +229261,7 @@ https://vzilla.co.uk/vzilla-blog/gitops-getting-started-with-argocd: v2_locations: - demos.md year: N/A + addition_method: manual https://walkintocloud.com/index.php/2016/06/04/amazon-aws-certification-preparation-tips: content_hash: N/A health_score: 100.0 @@ -216094,6 +229272,7 @@ https://walkintocloud.com/index.php/2016/06/04/amazon-aws-certification-preparat - docs/aws-training.md v2_locations: - aws-training.md + addition_method: manual https://waltercode.medium.com/understanding-kubernetes-a68bca45c9ce: content_hash: N/A description: '' @@ -216108,6 +229287,7 @@ https://waltercode.medium.com/understanding-kubernetes-a68bca45c9ce: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://wanago.io/2021/12/06/views-postgresql-typeorm: content_hash: 85008325a6eedab09cef1bf869ed14ec71a68d74676349903631914de251c563 description: '' @@ -216124,6 +229304,7 @@ https://wanago.io/2021/12/06/views-postgresql-typeorm: v2_locations: - databases.md year: N/A + addition_method: manual https://waswani.medium.com/autoscaling-pods-in-kubernetes-37d05000c41: content_hash: N/A description: '' @@ -216138,6 +229319,7 @@ https://waswani.medium.com/autoscaling-pods-in-kubernetes-37d05000c41: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://waswani.medium.com/microservices-data-sharing-using-database-an-antipattern-35e0196ee2ad: content_hash: N/A description: '' @@ -216153,6 +229335,7 @@ https://waswani.medium.com/microservices-data-sharing-using-database-an-antipatt v2_locations: - introduction.md year: N/A + addition_method: manual https://wbhegedus.me/running-podman-on-wsl2: content_hash: 20be33fcd98d6d30c49ff6e918efa79588bf7ff60acf1632407d380362f08024 description: '' @@ -216169,6 +229352,7 @@ https://wbhegedus.me/running-podman-on-wsl2: v2_locations: - container-managers.md year: N/A + addition_method: manual https://wbhegedus.me/understanding-kubernetes-cpu-limits: content_hash: c08b55decec21349175edb325ad0556a98ee0eae6798c4f512b74d03ab94abd0 description: '' @@ -216185,6 +229369,7 @@ https://wbhegedus.me/understanding-kubernetes-cpu-limits: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://wblinks.com/notes/aws-tips-i-wish-id-known-before-i-started: ai_summary: An insightful set of early cloud recommendations outlining common security, IAM, and networking pitfalls to avoid when starting on AWS. Although published @@ -216213,6 +229398,7 @@ https://wblinks.com/notes/aws-tips-i-wish-id-known-before-i-started: v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://web-check.xyz: content_hash: N/A description: '' @@ -216231,6 +229417,7 @@ https://web-check.xyz: - kubernetes-tools.md - securityascode.md year: N/A + addition_method: manual https://web.archive.org/web/20160716182152/http://cloudacademy.com/blog/cloud-computing-salary: content_hash: ab6374ce5e843d7d7b26bdcde7d52673f12c8b04f244e1a8efd1436e22210862 health_score: 100.0 @@ -216238,6 +229425,7 @@ https://web.archive.org/web/20160716182152/http://cloudacademy.com/blog/cloud-co needs_ai_refresh: true v1_locations: - docs/about.md + addition_method: manual https://web.dev/explore/react: content_hash: 1b81c1f2fe58e6f3b2d5486ed71cb1f5344ac106c3c8614d27a697b5bd097b83 description: '' @@ -216254,6 +229442,7 @@ https://web.dev/explore/react: v2_locations: - react.md year: N/A + addition_method: manual https://webhookrelay.com/blog/2017/11/23/github-jenkins-guide: content_hash: e4c42dfebe21d470acf4645a47182ecbaf6ad38386db4617ba8df4e53c2b0cd1 description: '' @@ -216265,6 +229454,7 @@ https://webhookrelay.com/blog/2017/11/23/github-jenkins-guide: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://webhookrelay.com/blog/github-jenkins-guide: content_hash: b661f4794b0f19e95c7ab22fd64d8ebbbc7cd1416f884396db884705495ac8a2 health_score: 100.0 @@ -216276,6 +229466,7 @@ https://webhookrelay.com/blog/github-jenkins-guide: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://webhooks.app: content_hash: 47d2a515ef2f05b87d688656286a61e4f743da4b878684c7654969db17711c40 description: '' @@ -216292,6 +229483,7 @@ https://webhooks.app: v2_locations: - demos.md year: N/A + addition_method: manual https://webpagetest.org: content_hash: N/A description: '' @@ -216306,6 +229498,7 @@ https://webpagetest.org: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://website.vcluster.com/blog/a-complete-guide-to-kubernetes-cost-optimization: content_hash: 82364289ac1747bf3b43161513a8771d3266612b003ba31ab43981934d5f5240 health_score: 100.0 @@ -216318,6 +229511,7 @@ https://website.vcluster.com/blog/a-complete-guide-to-kubernetes-cost-optimizati - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://website.vcluster.com/blog/kubernetes-development-environments-a-comparison: ai_summary: Contrasts local single-node tools (like Minikube and kind) with cloud-connected remote namespaces and virtual clusters. Helps engineering teams choose the right @@ -216340,6 +229534,7 @@ https://website.vcluster.com/blog/kubernetes-development-environments-a-comparis v2_locations: - kubernetes-based-devel.md year: '2022' + addition_method: manual https://website.vcluster.com/blog/kubernetes-multi-tenancy-10-essential-considerations: content_hash: 5e168ea61b0138ee650133e19145805efb4c6b8f135444db412245d3ba6b7814 health_score: 100.0 @@ -216352,6 +229547,7 @@ https://website.vcluster.com/blog/kubernetes-multi-tenancy-10-essential-consider - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://website.vcluster.com/blog/kubernetes-readiness-probes-examples-and-common-pitfalls: content_hash: 2db84487df94e0e27e6278477483b482bb2868e44b4b7b586bf109b0f5c7e374 health_score: 100.0 @@ -216364,6 +229560,7 @@ https://website.vcluster.com/blog/kubernetes-readiness-probes-examples-and-commo - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://websitesetup.org/python-cheat-sheet: content_hash: 3870be387bbe51c3c38e5a69d3733896a049f61d31d46dfd2ba53684e55875e7 description: '' @@ -216380,6 +229577,7 @@ https://websitesetup.org/python-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://wecloudpro.com/2020/01/13/kube-autp-aws.html: content_hash: N/A health_score: 100.0 @@ -216390,6 +229588,7 @@ https://wecloudpro.com/2020/01/13/kube-autp-aws.html: - docs/kubernetes-on-premise.md v2_locations: - kubernetes-on-premise.md + addition_method: manual https://weekly.tf: content_hash: cb40748f1eb2cd66d9b847bcee017a875625653375cffba9425598dfc4c30ea8 description: '' @@ -216401,6 +229600,7 @@ https://weekly.tf: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://wheel.readthedocs.io/en/stable: content_hash: 1bb5ff842c494f1d06bf490a9018fc78f768735c0ce372a30e4ba5ba4cda8c15 health_score: 100.0 @@ -216412,6 +229612,7 @@ https://wheel.readthedocs.io/en/stable: - docs/python.md v2_locations: - python.md + addition_method: manual https://wheel.readthedocs.org: content_hash: 74da524363f50d232e643fc2703f8609ed888ad86b8de901827ec5faa686b757 description: '' @@ -216423,6 +229624,7 @@ https://wheel.readthedocs.org: v1_locations: - docs/python.md year: N/A + addition_method: manual https://whyk8s.substack.com/p/why-networkpolicies: content_hash: N/A description: '' @@ -216437,6 +229639,7 @@ https://whyk8s.substack.com/p/why-networkpolicies: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://whyk8s.substack.com/p/why-not-dns: content_hash: N/A description: '' @@ -216451,6 +229654,7 @@ https://whyk8s.substack.com/p/why-not-dns: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://whyk8s.substack.com/p/why-services: content_hash: N/A description: '' @@ -216465,6 +229669,7 @@ https://whyk8s.substack.com/p/why-services: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://wideops.com: content_hash: 36c11d49388967a1d61ed17c6516dc8c3c0520b827e155643c659a29a24ee0a8 health_score: 100.0 @@ -216477,6 +229682,7 @@ https://wideops.com: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://wideops.com/kubernetes-best-practices-setting-up-health-checks-with-readiness-and-liveness-probes: content_hash: a398aaaeb258b163d69b25b9668a218c3e17fef573723b793d65ea248e667205 description: '' @@ -216489,6 +229695,7 @@ https://wideops.com/kubernetes-best-practices-setting-up-health-checks-with-read v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://wiki.bash-hackers.org: content_hash: N/A description: '' @@ -216505,6 +229712,7 @@ https://wiki.bash-hackers.org: - elearning.md - other-awesome-lists.md year: N/A + addition_method: manual https://wiki.crdb.io/wiki/spaces/CRDB/pages/73204099/Bors+Merge+Bot: content_hash: 0121460d1d094de684438bc0369362f3213ce7e4cab32bcf287746d1f48b86cc description: '' @@ -216515,6 +229723,7 @@ https://wiki.crdb.io/wiki/spaces/CRDB/pages/73204099/Bors+Merge+Bot: v1_locations: - docs/git.md year: N/A + addition_method: manual https://wiki.jenkins.io/display/JENKINS/Build+Monitor+Plugin: content_hash: 9c536ced28b6d9a6e7b947fe8fa322a9220cdade96c3585cbc3ace0cc3484f95 description: '' @@ -216525,6 +229734,7 @@ https://wiki.jenkins.io/display/JENKINS/Build+Monitor+Plugin: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://wiki.jenkins.io/display/JENKINS/Monitor+Pro+Plugin: content_hash: cc44063f3ced7009833fc9517d374f64b3c2ad29c25575e3c73c7839657d6acc description: '' @@ -216535,6 +229745,7 @@ https://wiki.jenkins.io/display/JENKINS/Monitor+Pro+Plugin: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://wiki.jenkins.io/display/JENKINS/PlasticSCM+MergeBot+plugin: content_hash: a3dafc91e31e6286aa75fa3b6ef9342b2abe080b8b0921f18373fbc7a0855a40 description: '' @@ -216545,24 +229756,28 @@ https://wiki.jenkins.io/display/JENKINS/PlasticSCM+MergeBot+plugin: v1_locations: - docs/git.md year: N/A + addition_method: manual https://wiki.openjdk.java.net/display/HotSpot/G1GC+Feedback: content_hash: 6d0c04f72c17fbd78109f72da633231a437cc102123fc93af1ac796a7b3a68a4 health_score: 100.0 last_checked: 1779032182.785205 v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://wiki.openjdk.java.net/display/shenandoah/Main: content_hash: 7a0d941fc6c076f310e27c680c52159d82e0f6b14ddc8f89147f3a824bd31cd9 health_score: 100.0 last_checked: 1779029057.067184 v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://wiki.openjdk.java.net/display/zgc/Main: content_hash: 35d9ba7fdbc9ebd00535ed2a0cf26e7fde696cb9123a6b0303215859d004991d health_score: 100.0 last_checked: 1779033862.703274 v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://wiki.openjdk.org/spaces/shenandoah/pages/25002018/Main: content_hash: adfa8a4636f7b7c1a0d07b751865a3e9571fa1b87daa02daa3a6a1c2e025bca2 health_score: 100.0 @@ -216570,6 +229785,7 @@ https://wiki.openjdk.org/spaces/shenandoah/pages/25002018/Main: needs_ai_refresh: true v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://wiki.openjdk.org/spaces/zgc/pages/34668579/Main: content_hash: 0fd949f06efb43474a95160ee2ccdcc32462f8fd9e87f7ae5fcf75c8ac86c208 health_score: 100.0 @@ -216577,6 +229793,7 @@ https://wiki.openjdk.org/spaces/zgc/pages/34668579/Main: needs_ai_refresh: true v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://wildfly-swarm.io: content_hash: df0254e18c3537e8ba4356b59f1c9fb26f2222c828999ab36d5e7f648444996f health_score: 100.0 @@ -216589,6 +229806,7 @@ https://wildfly-swarm.io: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://wildfly.org: content_hash: cbfde1c990e10b32eae84d884b7f5fbb3265cc1c94bff071f88687eb08d3dcae description: '' @@ -216601,6 +229819,7 @@ https://wildfly.org: - docs/java_app_servers.md - docs/java_frameworks.md year: N/A + addition_method: manual https://williamlam.com/2020/04/useful-interactive-terminal-and-graphical-ui-tools-for-kubernetes.html: content_hash: N/A description: '' @@ -216615,6 +229834,7 @@ https://williamlam.com/2020/04/useful-interactive-terminal-and-graphical-ui-tool v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://winder.ai/a-comparison-of-serverless-frameworks-for-kubernetes-openfaas-openwhisk-fission-kubeless-and-more: content_hash: ea8e905e20e0dfa8b09891a46b3c1a4da9e72ef8c3ad049f331aded5e9ab6b2b health_score: 100.0 @@ -216626,6 +229846,7 @@ https://winder.ai/a-comparison-of-serverless-frameworks-for-kubernetes-openfaas- - docs/serverless.md v2_locations: - serverless.md + addition_method: manual ? https://winderresearch.com/a-comparison-of-serverless-frameworks-for-kubernetes-openfaas-openwhisk-fission-kubeless-and-more : content_hash: f4cd9e1d183b11007e93e812b19d28bbb4f3340197526ce5e975fface5cdedf9 description: '' @@ -216638,6 +229859,7 @@ https://winder.ai/a-comparison-of-serverless-frameworks-for-kubernetes-openfaas- v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://wiprodigital.com/2020/11/10/a-guide-to-enterprise-event-driven-architecture: content_hash: N/A description: '' @@ -216652,6 +229874,7 @@ https://wiprodigital.com/2020/11/10/a-guide-to-enterprise-event-driven-architect v2_locations: - message-queue.md year: N/A + addition_method: manual https://wizardzines.com: content_hash: 89e8faebb71669b4d95e34a420b0e4d0c287d6fb9f38e5b2fbe613e6b622a8c3 description: '' @@ -216668,6 +229891,7 @@ https://wizardzines.com: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://wizardzines.com/comics/request-headers: content_hash: 96ec4504114c26b2e8c758607494d57d00a1b8a4f3b87a7e1b4c366395862c7b description: '' @@ -216684,6 +229908,7 @@ https://wizardzines.com/comics/request-headers: v2_locations: - networking.md year: N/A + addition_method: manual https://wizardzines.com/comics/response-headers: content_hash: 02a2b5d27a71626b40078dcac4938511bceea1636158bb0bed72356d5670033e description: '' @@ -216700,6 +229925,7 @@ https://wizardzines.com/comics/response-headers: v2_locations: - networking.md year: N/A + addition_method: manual https://wkrzywiec.medium.com/how-to-deploy-application-on-kubernetes-with-helm-39f545ad33b8: content_hash: N/A description: '' @@ -216714,6 +229940,7 @@ https://wkrzywiec.medium.com/how-to-deploy-application-on-kubernetes-with-helm-3 v2_locations: - demos.md year: N/A + addition_method: manual https://wordpress.com/p2: content_hash: 7a8a2d26da0e930967a2ca8a825109900d44b29998a8b47feb7a39ba7d740d5c health_score: 100.0 @@ -216726,6 +229953,7 @@ https://wordpress.com/p2: - docs/workfromhome.md v2_locations: - workfromhome.md + addition_method: manual https://workers.cloudflare.com: content_hash: 26b34bd8859f0f0723a757a12c7d9d1b6222ba1b7642d33a261a4f8e27f1fdbb description: '' @@ -216742,6 +229970,7 @@ https://workers.cloudflare.com: v2_locations: - cloudflare.md year: N/A + addition_method: manual https://workshops.aws: content_hash: 54afa79a4b27d7657455be5dfb12c3c6dccb1580b6ab07a0ccdcc4aa9d558fb1 description: '' @@ -216753,6 +229982,7 @@ https://workshops.aws: v1_locations: - docs/aws.md year: N/A + addition_method: manual https://worksome.co.uk: content_hash: 07583c0e96662ad52a80de97f793a6336ff35537e51088b2cbc69bb74de17d78 description: '' @@ -216764,6 +229994,7 @@ https://worksome.co.uk: v1_locations: - docs/freelancing.md year: N/A + addition_method: manual https://workspace.google.com/products/meet: content_hash: dcc3f43360da4272442414772f7a4200cbcd0c2fb2e0b08cd0b15aa96286d5cb health_score: 100.0 @@ -216776,6 +230007,7 @@ https://workspace.google.com/products/meet: - docs/workfromhome.md v2_locations: - workfromhome.md + addition_method: manual https://workspaces.openshift.com: content_hash: 24efeef90d85d77b6b7403eb5c82053f91b18d2e337109fa5c3605235af6cca8 health_score: 100.0 @@ -216787,6 +230019,7 @@ https://workspaces.openshift.com: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://world.hey.com/joaoqalves/disasters-i-ve-seen-in-a-microservices-world-a9137a51: content_hash: 6c8d3f3758d73efcfbd77396557facb87fc6d61a2ef39687b1b5045551f53df9 description: '' @@ -216803,6 +230036,7 @@ https://world.hey.com/joaoqalves/disasters-i-ve-seen-in-a-microservices-world-a9 v2_locations: - introduction.md year: N/A + addition_method: manual https://world.hey.com/sammy.henningsson/another-rest-vs-graphql-comparison-8e8357bb: content_hash: 7eacdbf719baef938268a83aa65eb267353eccf30a4193d28e6ef3df68fe52da description: '' @@ -216819,6 +230053,7 @@ https://world.hey.com/sammy.henningsson/another-rest-vs-graphql-comparison-8e835 v2_locations: - api.md year: N/A + addition_method: manual https://wpamelia.com/calendly-vs-acuity: content_hash: 4648b3021d90b019b7ff0e7a13ba0d94226e0e582e164abd520239d24cd68b43 description: '' @@ -216835,6 +230070,7 @@ https://wpamelia.com/calendly-vs-acuity: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://wpamelia.com/calendly-vs-doodle: content_hash: 31eeca1316d76fb4629e049d64e6b1c766301d93da43a9f47c95f27e849db965 description: '' @@ -216851,6 +230087,7 @@ https://wpamelia.com/calendly-vs-doodle: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://wpamelia.com/calendly-vs-youcanbook-me: content_hash: cad1e833d57639e141100fc0a945fb9a47d667dc1d6f9f16909a007cdb7c6be4 description: '' @@ -216867,6 +230104,7 @@ https://wpamelia.com/calendly-vs-youcanbook-me: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://writersbyte.com/4-key-python-data-structures-e-very-beginner-must-know: content_hash: N/A description: '' @@ -216881,6 +230119,7 @@ https://writersbyte.com/4-key-python-data-structures-e-very-beginner-must-know: v2_locations: - python.md year: N/A + addition_method: manual https://writersbyte.com/introduction-to-apis-with-python-fastapi: content_hash: N/A description: '' @@ -216895,6 +230134,7 @@ https://writersbyte.com/introduction-to-apis-with-python-fastapi: v2_locations: - api.md year: N/A + addition_method: manual https://wut.dev/blog/2024/07/05/moving-aws-accounts-within-organization.html: content_hash: 9f73e0686244471a773093b19cfbd7ca912293e299121865c7bc0a34712f1625 health_score: 100.0 @@ -216906,6 +230146,7 @@ https://wut.dev/blog/2024/07/05/moving-aws-accounts-within-organization.html: - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual ? https://www.20minutos.es/tecnologia/actualidad/amazon-web-services-vuelve-a-romper-internet-se-ha-caido-ya-tres-veces-en-el-mismo-mes-y-le-llueven-las-criticas-4931834 : content_hash: e8bffa26e8fa1986b2d90f4a947426bfcb2f7a0f426b77047bfe34f3ca1b4121 description: '' @@ -216923,6 +230164,7 @@ https://wut.dev/blog/2024/07/05/moving-aws-accounts-within-organization.html: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.39digits.com/signed-git-commits-on-wsl2-using-visual-studio-code: content_hash: 0e9b8756a27874aae7f6482278f1904708ba635623835bd3e43b678d5f99f62a description: '' @@ -216940,6 +230182,7 @@ https://www.39digits.com/signed-git-commits-on-wsl2-using-visual-studio-code: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.3scale.net: content_hash: 80ae86e55627e9f43b166209edfc360e5c1e9e7f0f8eac77133eba6a2d8c1875 description: '' @@ -216951,6 +230194,7 @@ https://www.3scale.net: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.abc.es/economia/ingenieros-devops-pieza-clave-engranaje-digital-empresas-20230212000148-nt.html: content_hash: 79932786f1ff4586e62dc369decf0b04931de689f55ad7da3f5c27fd3f7c3192 description: '' @@ -216968,6 +230212,7 @@ https://www.abc.es/economia/ingenieros-devops-pieza-clave-engranaje-digital-empr v2_locations: - devops.md year: N/A + addition_method: manual https://www.aboutamazon.com/what-we-do/entertainment: content_hash: 4b0f82f414929d6772223437adbdc4cbc90e12a0c5a770c9713183310e497a87 health_score: 100.0 @@ -216980,6 +230225,7 @@ https://www.aboutamazon.com/what-we-do/entertainment: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual ? https://www.aboutamazon.es/innovaci%C3%B3n/aws-acelera-la-apertura-de-la-regi%C3%B3n-aws-europa-espa%C3%B1a-para-apoyar-la-transformaci%C3%B3n-digital-de-espa%C3%B1a : content_hash: 07bcf8dab21ecb11fa02f7542727556ba0e4d0cc34ede37369be20391780acde description: '' @@ -216991,6 +230237,7 @@ https://www.aboutamazon.com/what-we-do/entertainment: v1_locations: - docs/aws-spain.md year: N/A + addition_method: manual https://www.aboutamazon.es/noticias/aws/la-region-aws-europa-espana-apoya-la-transformacion-digital-en-el-pais: ai_summary: Official AWS press release explaining the accelerated opening of the AWS Europe (Spain) Region. Highlighted benefits include local digital transformation @@ -217014,6 +230261,7 @@ https://www.aboutamazon.es/noticias/aws/la-region-aws-europa-espana-apoya-la-tra v2_locations: - aws-spain.md year: '2022' + addition_method: manual https://www.accurics.com/blog/terrascan-blog/terraform-security-improving-iac-scans-with-terraform-plan-output: content_hash: 4c171550ab821717a345c93cdfb3bb08bc9363cf999b06529fcbbb3fdd79a465 description: '' @@ -217026,6 +230274,7 @@ https://www.accurics.com/blog/terrascan-blog/terraform-security-improving-iac-sc v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.acumen.io/blog/can-kanban-scale-for-teams-of-over-50-developers-when-should-you-consider-moving-to-scrum: content_hash: N/A description: '' @@ -217041,6 +230290,7 @@ https://www.acumen.io/blog/can-kanban-scale-for-teams-of-over-50-developers-when v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.adaltas.com/en/2022/09/08/kubernetes-metallb-nginx: content_hash: e2f5691b6b05d9cfc170148cf19d0e46fa1239f17fd3e75a405e2dc90e0cdc40 description: '' @@ -217058,6 +230308,7 @@ https://www.adaltas.com/en/2022/09/08/kubernetes-metallb-nginx: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.addictivetips.com/mac-os/remap-a-windows-keyboard-for-a-mac: content_hash: 38b92c25387f1c2ff93bd797c2935d3a71fc2a451edb6a1ab297ab936c988e77 description: '' @@ -217069,6 +230320,7 @@ https://www.addictivetips.com/mac-os/remap-a-windows-keyboard-for-a-mac: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://www.addteq.com/blog/2021/03/the-real-difference-between-devops-and-devsecops: content_hash: N/A description: '' @@ -217083,6 +230335,7 @@ https://www.addteq.com/blog/2021/03/the-real-difference-between-devops-and-devse v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.addwebsolution.com/blog/how-kubernetes-helps-businesses-manage-their-it-infrastructure: content_hash: 1078d00f3257585fb457ff10253b67fcd222dde7b6e580c962c6743246d8f061 health_score: 100.0 @@ -217095,6 +230348,7 @@ https://www.addwebsolution.com/blog/how-kubernetes-helps-businesses-manage-their - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.adictosaltrabajo.com/2016/02/03/como-reducir-el-codigo-repetitivo-con-lombok: content_hash: ae51474b4a88924afe6600d47a7c3c4bbbc48fecb932ca8ffea52c181187376a description: '' @@ -217106,6 +230360,7 @@ https://www.adictosaltrabajo.com/2016/02/03/como-reducir-el-codigo-repetitivo-co v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://www.adictosaltrabajo.com/2018/12/13/spring-boot-war-o-jar-ambos: content_hash: b6b3a0baa161bf59a7a2d02b2bb5a9444ea40b5c9efe9170a1fc038ec57f3623 description: '' @@ -217117,6 +230372,7 @@ https://www.adictosaltrabajo.com/2018/12/13/spring-boot-war-o-jar-ambos: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual ? https://www.adictosaltrabajo.com/2020/12/22/como-crear-y-desplegar-microservicios-con-spring-boot-spring-cloud-netflix-y-docker : content_hash: 79cb5c64959bd6ccb89b657720aa083aab4d73d79a23b25d7a9126ec3c1111fc description: '' @@ -217129,6 +230385,7 @@ https://www.adictosaltrabajo.com/2018/12/13/spring-boot-war-o-jar-ambos: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.adictosaltrabajo.com/tutoriales/monitorizacion-y-analisis-de-rendimiento-de-aplicaciones-con-dynatrace: content_hash: 8646d0054143e7a8cb4749d1d5613fd746a1465e2550470ac7ecae4fc342f2f8 description: '' @@ -217141,6 +230398,7 @@ https://www.adictosaltrabajo.com/tutoriales/monitorizacion-y-analisis-de-rendimi v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.aelius.com/njh/subnet_sheet.html: content_hash: 2d2e375d22531101780c3e41dd5410488743ba50e905d4f052de0751eda12268 description: '' @@ -217157,6 +230415,7 @@ https://www.aelius.com/njh/subnet_sheet.html: v2_locations: - networking.md year: N/A + addition_method: manual https://www.agileconnection.com/article/infrastructure-code-foundation-effective-devops: content_hash: 86ee46057736d59c30a0c1e8e42c4394201d53b9daa2702891234c17d0a17633 description: '' @@ -217169,6 +230428,7 @@ https://www.agileconnection.com/article/infrastructure-code-foundation-effective v1_locations: - docs/iac.md year: N/A + addition_method: manual https://www.agrenpoint.com/azcli-adscope: content_hash: 0816efd72ccc0ac2598cbbe8acdcaca6e5f4c419f507e2ec69a37b3f5657b4fc description: '' @@ -217186,6 +230446,7 @@ https://www.agrenpoint.com/azcli-adscope: v2_locations: - azure.md year: N/A + addition_method: manual https://www.aihr.com/blog/chatgpt-prompts-for-hr: ai_summary: A curated handbook of prompt engineering patterns tailored for HR leaders. Accelerates documentation, drafting performance benchmarks, and designing internal @@ -217214,6 +230475,7 @@ https://www.aihr.com/blog/chatgpt-prompts-for-hr: v2_locations: - chatgpt.md year: N/A + addition_method: manual https://www.airplane.dev/blog/kubernetes-ephemeral-storage: content_hash: N/A description: '' @@ -217228,6 +230490,7 @@ https://www.airplane.dev/blog/kubernetes-ephemeral-storage: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.ais.com/leaping-into-devsecops-from-devops: ai_summary: 'Offers structural steps to migrate existing DevOps operations toward a DevSecOps operational state. Contrast: Curator Insight notes basic pipeline @@ -217257,6 +230520,7 @@ https://www.ais.com/leaping-into-devsecops-from-devops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.alexdebrie.com/posts/api-gateway-elements: content_hash: ea347706203aa3d6b8812135011da91bde95a940f3a4aee1d7d495c184eecae1 description: '' @@ -217273,6 +230537,7 @@ https://www.alexdebrie.com/posts/api-gateway-elements: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://www.alibabacloud.com: content_hash: f89afa8b390d4f7d2d0ee09d60a9ff6f482c1f82dcdd2666ed4a39e9923ef7ee description: '' @@ -217282,6 +230547,7 @@ https://www.alibabacloud.com: title: Alibaba v1_locations: [] year: N/A + addition_method: manual https://www.alibabacloud.com/blog/getting-started-with-kubernetes-%7C-deep-dive-into-kubernetes-core-concepts_595896: content_hash: 0d3f0f6a1fb6c3579fc7e072f53940c9cfd552001a990faebe9184a8f25015c6 description: '' @@ -217299,6 +230565,7 @@ https://www.alibabacloud.com/blog/getting-started-with-kubernetes-%7C-deep-dive- v2_locations: - introduction.md year: N/A + addition_method: manual https://www.alibabacloud.com/blog/how-to-create-an-effective-technical-architectural-diagram_596100: content_hash: 2809e91ba36712208a6171d6a1f4e6e3a27c57a10b0a7a9bd24684f84c5ebb8c description: '' @@ -217315,6 +230582,7 @@ https://www.alibabacloud.com/blog/how-to-create-an-effective-technical-architect v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.alibabacloud.com/en/product/kubernetes?_p_lc=1: content_hash: 1f547330d3e1a34d1e114a507495619c86ca091b3e4c6f9981fecf66f53319ac health_score: 100.0 @@ -217322,18 +230590,21 @@ https://www.alibabacloud.com/en/product/kubernetes?_p_lc=1: needs_ai_refresh: true v1_locations: - docs/matrix-table.md + addition_method: manual https://www.alibabacloud.com/en?_p_lc=5: content_hash: 02d4f87af85f4587225301bf7dd5afec28bc0b0662ce655e839f8e7e1e54292d health_score: 100.0 last_checked: 1779130495.010221 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://www.alibabacloud.com/product/kubernetes: content_hash: 312df59bbc7684b6c1273ab3fecdb3b869a3dc0b49303fa300f47af4300e822b health_score: 100.0 last_checked: 1779034462.870298 v1_locations: - docs/matrix-table.md + addition_method: manual https://www.allthingsdistributed.com/2015/11/aws-announces-uk-region.html: content_hash: 5b3c51a98cef28d144d9b93d66ee81d4a8fa0d69712c65181338485453548308 health_score: 100.0 @@ -217346,6 +230617,7 @@ https://www.allthingsdistributed.com/2015/11/aws-announces-uk-region.html: - docs/aws-newfeatures.md v2_locations: - aws-newfeatures.md + addition_method: manual https://www.allthingsdistributed.com/2019/03/redefining-application-communications-with-aws-app-mesh.html: ai_summary: This foundational article by AWS CTO Werner Vogels outlines the initial design philosophy of AWS App Mesh. While historically valuable for understanding @@ -217377,6 +230649,7 @@ https://www.allthingsdistributed.com/2019/03/redefining-application-communicatio v2_locations: - istio.md year: N/A + addition_method: manual https://www.allthingsdistributed.com/2023/05/monoliths-are-not-dinosaurs.html: content_hash: fe5e410e2f2f2fd3fc3be97cc1e47550398c7ee3279fbcad0b0fe27fd9ce8d47 description: '' @@ -217393,6 +230666,7 @@ https://www.allthingsdistributed.com/2023/05/monoliths-are-not-dinosaurs.html: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.almtoolbox.com/jenkins-monitoring.php: content_hash: 1aeebf9809bbdb61b613d60097763e5d1ff81eda4f78e87375f6afc922f77f59 description: '' @@ -217410,6 +230684,7 @@ https://www.almtoolbox.com/jenkins-monitoring.php: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.altoros.com/blog/404-page-doesnt-exist: ai_summary: 'Historical comparative study of older-generation Kubernetes provisioning tools (Kubespray, Kops, and Conjure-Up). Note: The link has expired, reflecting @@ -217432,6 +230707,7 @@ https://www.altoros.com/blog/404-page-doesnt-exist: v2_locations: - kubernetes-on-premise.md year: '2018' + addition_method: manual https://www.altoros.com/blog/kubernetes-networking-writing-your-own-simple-cni-plug-in-with-bash: content_hash: 0f455e8b00e0d7441b11b74c58d58a972cf9594ec44809373bc9b4f49b9bb941 description: '' @@ -217449,6 +230725,7 @@ https://www.altoros.com/blog/kubernetes-networking-writing-your-own-simple-cni-p v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.altoros.com/blog/streamlining-the-creation-of-docker-images-with-cloud-native-buildpacks: content_hash: 8fc270391c29fe8b1cc592c41a6343df88be02b5a025d718ac856e018b7858a8 description: '' @@ -217466,6 +230743,7 @@ https://www.altoros.com/blog/streamlining-the-creation-of-docker-images-with-clo v2_locations: - docker.md year: N/A + addition_method: manual ? https://www.altoros.com/research-papers/a-comparative-analysis-of-kubernetes-deployment-tools-kubespray-kops-and-conjure-up-2 : content_hash: 6c08caf41556a24289b4586270c806972117d609d725c501620a827b74f20444 description: '' @@ -217478,6 +230756,7 @@ https://www.altoros.com/blog/streamlining-the-creation-of-docker-images-with-clo v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://www.amazee.io/blog/post/master-the-fundamentals-of-k8s: content_hash: 90ca084916008d8c721b837aa935fe9a333e338ce800cfb491936f845df36ded description: '' @@ -217495,6 +230774,7 @@ https://www.amazee.io/blog/post/master-the-fundamentals-of-k8s: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.amazon.com/b/?node=14297978011: content_hash: 87ba67a61ee65ef688bb8636eb57c5f2736fcd610b0bf98472edd4bea096f43c description: '' @@ -217511,6 +230791,7 @@ https://www.amazon.com/b/?node=14297978011: v2_locations: - aws.md year: N/A + addition_method: manual https://www.amazon.com/gp/product/1492056707: content_hash: 83efecb31b4e10b6d7d48110e3a9bc4a29a1246a569442c786cef3185425bf60 description: '' @@ -217527,6 +230808,7 @@ https://www.amazon.com/gp/product/1492056707: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.amazon.com/gp/product/B0976SB2YG: content_hash: 83efecb31b4e10b6d7d48110e3a9bc4a29a1246a569442c786cef3185425bf60 description: '' @@ -217540,6 +230822,7 @@ https://www.amazon.com/gp/product/B0976SB2YG: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.amazon.science/base-tts-samples: ai_summary: Audio samples demonstrating BASE TTS (Big Adaptive Streamable Dialogue Text-to-Speech), a 1-billion parameter emergent-ability model. Highlights natural @@ -217567,12 +230850,14 @@ https://www.amazon.science/base-tts-samples: v2_locations: - ai.md year: N/A + addition_method: manual ? https://www.amazon.science/publications/base-tts-lessons-from-building-a-billion-parameter-text-to-speech-model-on-100k-hours-of-data : content_hash: 6d7821980158aae61734d2d8850e05cb0fae02407b5a42d432f3685a145636e2 health_score: 100.0 last_checked: 1779031401.719588 v1_locations: - docs/ai.md + addition_method: manual https://www.ammeon.com/5-tips-for-building-ci-cd-pipeline: content_hash: N/A description: '' @@ -217587,6 +230872,7 @@ https://www.ammeon.com/5-tips-for-building-ci-cd-pipeline: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.ammeon.com/profiling-golang-microservices-for-high-throughput-on-kubernetes-openshift-clusters: content_hash: N/A description: '' @@ -217602,6 +230888,7 @@ https://www.ammeon.com/profiling-golang-microservices-for-high-throughput-on-kub v2_locations: - golang.md year: N/A + addition_method: manual https://www.ampelofilosofies.gr/software/2017/03/04/monitor-ci-nodes-with-jenkins: content_hash: 0840fc316cf5d4266f323efe6bc3d85f0af6ed496ba16d786a8e575fbd75591e health_score: 100.0 @@ -217609,6 +230896,7 @@ https://www.ampelofilosofies.gr/software/2017/03/04/monitor-ci-nodes-with-jenkin needs_ai_refresh: true v1_locations: - docs/jenkins.md + addition_method: manual https://www.anaconda.com/blog/why-data-scientists-should-be-excited-about-python-in-excel: content_hash: 6e2543827b79b10338045b171bcf1e36aebfc99aa5e31716d09caf61122a6a2b description: '' @@ -217625,6 +230913,7 @@ https://www.anaconda.com/blog/why-data-scientists-should-be-excited-about-python v2_locations: - python.md year: N/A + addition_method: manual https://www.analyticsinsight.net/top-10-programming-languages-to-learn-for-better-job-opportunities-in-2022: content_hash: 4c25c6f470cc867fd2274e12db5fb896dc726a98edbd5d1d13aa5e4e83dad6b1 description: '' @@ -217642,6 +230931,7 @@ https://www.analyticsinsight.net/top-10-programming-languages-to-learn-for-bette v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.analyticsvidhya.com/blog/2015/06/infographic-cheat-sheet-data-exploration-python: content_hash: d57346faf344ae9cd64d83e8355bfb47c78731bd7b55c6394812abf73283f0c5 description: '' @@ -217659,6 +230949,7 @@ https://www.analyticsvidhya.com/blog/2015/06/infographic-cheat-sheet-data-explor v2_locations: - python.md year: N/A + addition_method: manual https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2: content_hash: a1398554b91523daa1f559fe4bbd1e5246a8ee2165d8a217572bca5c504ab7fd health_score: 100.0 @@ -217671,6 +230962,7 @@ https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-scienc - docs/python.md v2_locations: - python.md + addition_method: manual https://www.analyticsvidhya.com/blog/2016/01/python-tutorial-list-comprehension-examples: content_hash: 1ed373137bdd9bc8b7ca40987cf9add1bf25141b59054a242b93fbe80639c3f4 health_score: 100.0 @@ -217683,6 +230975,7 @@ https://www.analyticsvidhya.com/blog/2016/01/python-tutorial-list-comprehension- - docs/python.md v2_locations: - python.md + addition_method: manual https://www.analyticsvidhya.com/blog/2021/04/bring-devops-to-data-science-with-continuous-mlops: content_hash: 4a914ac124737b973fed41a68501f3291aab25bc56d266356ce2ded4b230770f description: '' @@ -217699,6 +230992,7 @@ https://www.analyticsvidhya.com/blog/2021/04/bring-devops-to-data-science-with-c v2_locations: - mlops.md year: N/A + addition_method: manual https://www.analyticsvidhya.com/blog/2021/04/top-online-platforms-to-learn-python: content_hash: 8441a522dd630178ca0d754f86dd65f4829c5f77901050ea17f015937e943a2d description: '' @@ -217715,6 +231009,7 @@ https://www.analyticsvidhya.com/blog/2021/04/top-online-platforms-to-learn-pytho v2_locations: - python.md year: N/A + addition_method: manual https://www.analyticsvidhya.com/blog/2021/06/implementing-python-to-learn-data-engineering-etl-process: content_hash: 6afbf62162a1543657cb20a0fae5cde575b3ef531eed117d5e6f6b9183ff2277 description: '' @@ -217732,6 +231027,7 @@ https://www.analyticsvidhya.com/blog/2021/06/implementing-python-to-learn-data-e v2_locations: - python.md year: N/A + addition_method: manual https://www.ansible.com: content_hash: 78fbb0d63a1dd0773cdbd721d0167a1d9032041a5a0e8ae9f91e8cbd310d2a16 description: '' @@ -217743,6 +231039,7 @@ https://www.ansible.com: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/automating-business-applications-rest-api: content_hash: 9255137ced14f590aba3a6873fb6564cde1698d6641aff103162529f616975bd description: '' @@ -217754,6 +231051,7 @@ https://www.ansible.com/automating-business-applications-rest-api: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/announcing-the-community-ansible-3.0.0-package: content_hash: a86e6aa31f7a779e60a371766fe21c226697937c8c88b6a380ff4cee9037c895 description: '' @@ -217765,6 +231063,7 @@ https://www.ansible.com/blog/announcing-the-community-ansible-3.0.0-package: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/announcing-the-red-hat-enterprise-linux-certified-ansible-collection: content_hash: 105acbdee2d153b40acbee1c245403f0eb2910c09f67968643e2798be8092cb8 description: '' @@ -217777,6 +231076,7 @@ https://www.ansible.com/blog/announcing-the-red-hat-enterprise-linux-certified-a v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/ansible-network-resource-modules-deep-dive-on-return-values: content_hash: e0ea83e386ef0822322935e83a586acb9b57988b9366ef01168199a42cad37f9 description: '' @@ -217788,6 +231088,7 @@ https://www.ansible.com/blog/ansible-network-resource-modules-deep-dive-on-retur v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/ansible-wisdom-and-chatgpt-putting-it-to-the-test: content_hash: a86e6aa31f7a779e60a371766fe21c226697937c8c88b6a380ff4cee9037c895 description: '' @@ -217799,6 +231100,7 @@ https://www.ansible.com/blog/ansible-wisdom-and-chatgpt-putting-it-to-the-test: v1_locations: - docs/chatgpt.md year: N/A + addition_method: manual https://www.ansible.com/blog/automating-red-hat-satellite-with-ansible: content_hash: e9da27404ba9040f2bd12334e3d589d0ac910610af5457711ecd05ac52814b69 description: '' @@ -217810,6 +231112,7 @@ https://www.ansible.com/blog/automating-red-hat-satellite-with-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/automating-security-with-cyberark-and-red-hat-ansible-automation-platform: content_hash: 2c7a50b7f73aa8696865dc25821d845069fbce425cb29b55b83a348c18bc8039 description: '' @@ -217822,6 +231125,7 @@ https://www.ansible.com/blog/automating-security-with-cyberark-and-red-hat-ansib v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.ansible.com/blog/based-validated-network-content: content_hash: 46d7c415269c65ba7e8802bf5bec1fc43e78d02b7c0e687515b3067f162135b0 description: '' @@ -217834,6 +231138,7 @@ https://www.ansible.com/blog/based-validated-network-content: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/creating-custom-rules-for-ansible-lint: content_hash: 055a52475707fd83d5363526e052e6e53747901f8b0814e08ed0d2d5a4877869 description: '' @@ -217845,6 +231150,7 @@ https://www.ansible.com/blog/creating-custom-rules-for-ansible-lint: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/fast-vs-easy-benchmarking-ansible-operators-for-kubernetes: content_hash: ee1433ef348ab000749ff922b223f6c20f8052498db276722a070d2a4258f45f description: '' @@ -217856,6 +231162,7 @@ https://www.ansible.com/blog/fast-vs-easy-benchmarking-ansible-operators-for-kub v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/introducing-ansible-automation-platform-2: content_hash: 792146d8bb0233ab2940e89ea19e6211ecb76dd689a6e85a12e57b27a4e858f6 description: '' @@ -217867,6 +231174,7 @@ https://www.ansible.com/blog/introducing-ansible-automation-platform-2: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/kubernetes-meets-event-driven-ansible: content_hash: 7bb59caed8866704513190c65d9062028418a2286228ff2eea84576f859d9482 description: '' @@ -217878,12 +231186,14 @@ https://www.ansible.com/blog/kubernetes-meets-event-driven-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/migrating-the-runbook-a-journey-from-legacy-to-devops: content_hash: a86e6aa31f7a779e60a371766fe21c226697937c8c88b6a380ff4cee9037c895 health_score: 100.0 last_checked: 1779031141.012723 v1_locations: - docs/about.md + addition_method: manual https://www.ansible.com/blog/now-available-red-hat-ansible-automation-platform-1.2: content_hash: a02d61255e1765e67948057d31fe22d40c99ff57d419dc13df7cb5d64cb4484b description: '' @@ -217895,6 +231205,7 @@ https://www.ansible.com/blog/now-available-red-hat-ansible-automation-platform-1 v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/providing-terraform-with-that-ansible-magic: content_hash: cdcd9547ddf27e70b92512454cdc71530cba177c63bd513b215728d937ed714e description: '' @@ -217906,6 +231217,7 @@ https://www.ansible.com/blog/providing-terraform-with-that-ansible-magic: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.ansible.com/blog/red-hat-ansible-tower-monitoring-using-prometheus-node-exporter-grafana: content_hash: a86e6aa31f7a779e60a371766fe21c226697937c8c88b6a380ff4cee9037c895 description: '' @@ -217917,6 +231229,7 @@ https://www.ansible.com/blog/red-hat-ansible-tower-monitoring-using-prometheus-n v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/simplifying-secrets-management-with-cyberark-and-red-hat-ansible-automation-platform: content_hash: ffe79bea9acffc749b448385f254f8468d407b2738dbf3bbeb26ac97c8816b5c description: '' @@ -217929,6 +231242,7 @@ https://www.ansible.com/blog/simplifying-secrets-management-with-cyberark-and-re v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.ansible.com/blog/top-10-ansible-blogs-2022: content_hash: 864951a91d60d6e656c9eb2e5957b61b9c504e972908b699c41c538bf0f9dba2 description: '' @@ -217940,6 +231254,7 @@ https://www.ansible.com/blog/top-10-ansible-blogs-2022: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/topic/ansible-tower: content_hash: bfdeeea18b5959df792123266a72a6a416c8dab8ae496330bbc072eef7a7668a description: '' @@ -217951,6 +231266,7 @@ https://www.ansible.com/blog/topic/ansible-tower: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automation-content-navigator: content_hash: e2623a65e1271caab9c28d303fc7904f66dc23ca9d0ca794f7c0414d3a83dc7d description: '' @@ -217962,6 +231278,7 @@ https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automati v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automation-controller: content_hash: 47c6ab928fa9f435085542c9f279cc095cd0fcce85426c27beb9e304e3e01661 description: '' @@ -217973,6 +231290,7 @@ https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automati v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/hubfs/AnsibleFest%20ATL%20Slide%20Decks/Practical%20Ansible%20Testing%20with%20Molecule.pdf: content_hash: 78fbb0d63a1dd0773cdbd721d0167a1d9032041a5a0e8ae9f91e8cbd310d2a16 description: '' @@ -217983,6 +231301,7 @@ https://www.ansible.com/hubfs/AnsibleFest%20ATL%20Slide%20Decks/Practical%20Ansi v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/products/automation-services-catalog: content_hash: 1f2be9e4a54c3c09d38c4f816e569c9d6d61d91946b8438789034eb7be2bb3d4 description: '' @@ -217995,6 +231314,7 @@ https://www.ansible.com/products/automation-services-catalog: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/products/tower: content_hash: 9e73a98b1014a3ec7e48c6359aca12e8d43d5a533596ee8e1eae3bcabe67b3b3 description: '' @@ -218006,6 +231326,7 @@ https://www.ansible.com/products/tower: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansible.com/resources/whitepapers/ansible-in-depth: content_hash: 440d1522e09abda13d45d5d1fe8d4299c86215e0c2daf0bb0c8a4e587fdb69f5 description: '' @@ -218017,6 +231338,7 @@ https://www.ansible.com/resources/whitepapers/ansible-in-depth: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.ansiblefordevops.com: content_hash: c28e72924f3638f5bc69ceb48b90f9af88355a13dbed993bb5b44d43b114d038 description: '' @@ -218033,6 +231355,7 @@ https://www.ansiblefordevops.com: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.ansibleforkubernetes.com: content_hash: ba5ac4447fb77c02fb81a545167fe30c7cfe87f41b909a114ed948ad4610f4a9 description: '' @@ -218051,6 +231374,7 @@ https://www.ansibleforkubernetes.com: - kubectl-commands.md - ansible.md year: N/A + addition_method: manual https://www.anthropic.com/news/model-context-protocol: ai_summary: 'Curator Insight: The official announcement introducing Anthropic''s Model Context Protocol (MCP). @@ -218081,6 +231405,7 @@ https://www.anthropic.com/news/model-context-protocol: v2_locations: - ai-agents-mcp.md year: N/A + addition_method: manual https://www.apidays.co/api-landscape: content_hash: N/A description: '' @@ -218095,6 +231420,7 @@ https://www.apidays.co/api-landscape: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.apmdigest.com/aiops-itops-1: ai_summary: Fundamental analysis detailing how Artificial Intelligence for IT Operations (AIOps) shifts operational models. Analyzes historical incident noise suppression, @@ -218121,6 +231447,7 @@ https://www.apmdigest.com/aiops-itops-1: v2_locations: - ai.md year: N/A + addition_method: manual https://www.apmdigest.com/aiops-itops-2: content_hash: 5968efa8cf63df77418ef9a77ac40adf18faa2a32d88bf1b6f76bb241053c003 description: '' @@ -218131,6 +231458,7 @@ https://www.apmdigest.com/aiops-itops-2: v1_locations: - docs/ai.md year: N/A + addition_method: manual https://www.apmdigest.com/aiops-itops-3: content_hash: 69b1d4bac50f785742b7cf12e54167eb4eb1d76bbcd159563b6a43d402e0f6e3 description: '' @@ -218141,6 +231469,7 @@ https://www.apmdigest.com/aiops-itops-3: v1_locations: - docs/ai.md year: N/A + addition_method: manual https://www.apmdigest.com/aiops-itops-4: content_hash: 75d3f665cc4d79e3cf7592866875dff2c719f6d573a10c047eeba8d1ddc85ac6 description: '' @@ -218151,6 +231480,7 @@ https://www.apmdigest.com/aiops-itops-4: v1_locations: - docs/ai.md year: N/A + addition_method: manual https://www.apmdigest.com/aiops-itops-5: content_hash: 2458430dc66dff33c41431a3d5dda1e375f2678bfdccea4c0e529d0ae58ef66c description: '' @@ -218161,6 +231491,7 @@ https://www.apmdigest.com/aiops-itops-5: v1_locations: - docs/ai.md year: N/A + addition_method: manual https://www.appdynamics.com: content_hash: 95f45d9574d10ed0de3cf783974c9cd1638a31a47c9b8bf1ffe6a83a336174e2 description: '' @@ -218172,6 +231503,7 @@ https://www.appdynamics.com: - docs/devops.md - docs/monitoring.md year: N/A + addition_method: manual https://www.appmeshworkshop.com: content_hash: 5c6fe1628e23f10a5894ba446b7c24b609e989128732428b59218c1c5e2d121d description: '' @@ -218183,6 +231515,7 @@ https://www.appmeshworkshop.com: v1_locations: - docs/aws-miscellaneous.md year: N/A + addition_method: manual https://www.appsecengineer.com/courses-collection/kubernetes-policy-management-with-kyverno: content_hash: 6d241638d22ef924b7f6cc98b7cde00fa08e01de8364401d0d007ce86021f7a4 health_score: 100.0 @@ -218195,6 +231528,7 @@ https://www.appsecengineer.com/courses-collection/kubernetes-policy-management-w - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://www.aquasec.com/cloud-native-academy/kubernetes-in-production/kubernetes-federation: content_hash: 5aa8f8bcc8220373bb3860a68ac96916b24a68efd4974ecb0242f6b83b63a564 description: '' @@ -218210,6 +231544,7 @@ https://www.aquasec.com/cloud-native-academy/kubernetes-in-production/kubernetes v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.aquasec.com/wiki/display/containers/70+Best+Kubernetes+Tutorials: content_hash: N/A description: '' @@ -218224,6 +231559,7 @@ https://www.aquasec.com/wiki/display/containers/70+Best+Kubernetes+Tutorials: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.architect.io/blog/2021-02-17/terraform-kubernetes-tutorial: content_hash: a9c1491f0c2da701351d60893223aad0969831990a91a9c0f9b7b5de8d8dea19 description: '' @@ -218235,6 +231571,7 @@ https://www.architect.io/blog/2021-02-17/terraform-kubernetes-tutorial: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.ardanlabs.com/blog/2024/02/kubernetes-cpu-limits-go.html: content_hash: 87ee984f2179220fec5a72131274a747719972bcf289794ff150b2c66d1c2e94 description: '' @@ -218251,6 +231588,7 @@ https://www.ardanlabs.com/blog/2024/02/kubernetes-cpu-limits-go.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.argonaut.dev/blog/optimal-k8s-worker-node-size: content_hash: df82f952ff939cf57534e8286ee06e8180656f3b7fd0f0a68968b41aab3a6ae9 description: '' @@ -218262,6 +231600,7 @@ https://www.argonaut.dev/blog/optimal-k8s-worker-node-size: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.armory.io/blog/build-a-deployment-pipeline-with-spinnaker-on-kubernetes: content_hash: 62e1efcd660811a297e8aa1e45145dd8b8ad5ba20f7ae0dab6d61c55308c9421 description: '' @@ -218274,6 +231613,7 @@ https://www.armory.io/blog/build-a-deployment-pipeline-with-spinnaker-on-kuberne - docs/demos.md - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.armory.io/blog/git-pull-support-in-spinnaker: content_hash: 62e1efcd660811a297e8aa1e45145dd8b8ad5ba20f7ae0dab6d61c55308c9421 description: '' @@ -218285,6 +231625,7 @@ https://www.armory.io/blog/git-pull-support-in-spinnaker: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.armory.io/blog/how-to-set-up-liquibase-in-spinnaker: content_hash: 62e1efcd660811a297e8aa1e45145dd8b8ad5ba20f7ae0dab6d61c55308c9421 description: '' @@ -218296,6 +231637,7 @@ https://www.armory.io/blog/how-to-set-up-liquibase-in-spinnaker: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.armosec.io/blog/cve-2022-24348-argo-kubernetes: ai_summary: 'Curator Insight: Detailed technical analysis of CVE-2022-24348, breaking down the exact mechanism of the path traversal payload. Live Grounding: ARMOSec @@ -218325,6 +231667,7 @@ https://www.armosec.io/blog/cve-2022-24348-argo-kubernetes: v2_locations: - argo.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-1-26-everything-you-should-know: content_hash: ed91140c3113082248b21d68e90afd20efdb39291124db2aec652d3a1e0eb2dd description: '' @@ -218341,6 +231684,7 @@ https://www.armosec.io/blog/kubernetes-1-26-everything-you-should-know: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-1-27-release: content_hash: b5161cd1810c86874697364a6ab84100ec4d59f128356cd236fd6dd8da8ffecf description: '' @@ -218357,6 +231701,7 @@ https://www.armosec.io/blog/kubernetes-1-27-release: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-data-storage: content_hash: edaf6e95b96c608f7a47ada7148fc7e490bdc78527af88bb0f747a0773e05a2f description: '' @@ -218373,6 +231718,7 @@ https://www.armosec.io/blog/kubernetes-data-storage: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-gateway-api: content_hash: 7750a0a84e1003a275d8cdec45cf1791332644a09d2854c6f2774303738c725c description: '' @@ -218389,6 +231735,7 @@ https://www.armosec.io/blog/kubernetes-gateway-api: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-ingress-beginners-guide: content_hash: 10271732348a6193d460cdcb7908c0c4bb10934ec8cfa2d7be627f0adf301e64 description: '' @@ -218405,6 +231752,7 @@ https://www.armosec.io/blog/kubernetes-ingress-beginners-guide: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-ingress-security: ai_summary: Addresses specific attack vectors targeting Kubernetes ingress resources and gateways. Details defensive blueprints, including rate limiting configurations, @@ -218434,6 +231782,7 @@ https://www.armosec.io/blog/kubernetes-ingress-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-misconfigurations: content_hash: 626f8a0d4a80c01ff6845528fb967c8ed71184e4d783ec7f2e75cb05d2ffb62e description: '' @@ -218450,6 +231799,7 @@ https://www.armosec.io/blog/kubernetes-misconfigurations: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-security-best-practices: ai_summary: 'Curator Insight: Comprehensive security handbook focused on practical remediation. Live Grounding: Authored by Armo (developers of Kubescape); highly @@ -218478,6 +231828,7 @@ https://www.armosec.io/blog/kubernetes-security-best-practices: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-security-frameworks-and-guidance: ai_summary: Provides a thorough breakdown of standard security compliance frameworks applicable to Kubernetes environments, including CIS Benchmarks, NSA-CISA hardening @@ -218509,6 +231860,7 @@ https://www.armosec.io/blog/kubernetes-security-frameworks-and-guidance: - kubernetes-security.md - devsecops.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubernetes-version-1-23-is-out-everything-you-should-know: content_hash: 0591ede5420824864db51eb3e13f4bf46ca10293e9f35b14af1b3c899ba3555b description: '' @@ -218525,6 +231877,7 @@ https://www.armosec.io/blog/kubernetes-version-1-23-is-out-everything-you-should v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://www.armosec.io/blog/kubescape-checks-if-kubernetes-exposed-to-k8s-symlink-vulnerability-cve202125741: content_hash: 5f4f5676d5acef4ac82613f5124327f391f3966380041636400ed0a6f20c8e13 description: '' @@ -218538,6 +231891,7 @@ https://www.armosec.io/blog/kubescape-checks-if-kubernetes-exposed-to-k8s-symlin - docs/devsecops.md - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.armosec.io/blog/nsa-cisa-kubernetes-hardening-guide: ai_summary: Reviews the updates introduced in version 1.1 of the NSA-CISA guide. Explains key modifications to the guidelines regarding egress traffic protection @@ -218566,6 +231920,7 @@ https://www.armosec.io/blog/nsa-cisa-kubernetes-hardening-guide: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.armosec.io/blog/secure-kubernetes-deployment: ai_summary: A practical guide addressing how to configure secure deployments using declarative configurations. Curator insight details defensive parameters such @@ -218595,6 +231950,7 @@ https://www.armosec.io/blog/secure-kubernetes-deployment: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.armosec.io/blog/which-managed-kubernetes-is-right-for-me: ai_summary: Comparative analysis evaluating EKS, AKS, and GKE. Focuses on security defaults, networking models, IAM integration, and pricing models to assist architects @@ -218622,6 +231978,7 @@ https://www.armosec.io/blog/which-managed-kubernetes-is-right-for-me: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.armosec.io/cve-vulnerability-database: content_hash: 91629c644a310d81b7c1989c42247cb645b9ef41c6acfa3a2fa0cba5e0fd6be2 health_score: 100.0 @@ -218635,6 +231992,7 @@ https://www.armosec.io/cve-vulnerability-database: v2_locations: - devsecops.md - kubernetes-tools.md + addition_method: manual https://www.arnaudlheureux.io/2020/10/02/migrating-azure-caf-landing-zones-on-terraform-0-13: content_hash: 2b5e6f36a7e60f15fee84d683a8877fff77bbd2af1373993f80b401f4ad84500 description: '' @@ -218651,6 +232009,7 @@ https://www.arnaudlheureux.io/2020/10/02/migrating-azure-caf-landing-zones-on-te v2_locations: - terraform.md year: N/A + addition_method: manual https://www.around25.com/blog/horizontal-pod-autoscaler-in-kubernetes: content_hash: 93f3ff05fa17830326de694f55b9aaf82e98368ceb4a97ebfca494cf6e523ba2 health_score: 100.0 @@ -218662,6 +232021,7 @@ https://www.around25.com/blog/horizontal-pod-autoscaler-in-kubernetes: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://www.arresteddevops.com: content_hash: f9d2895a22e8fa05b312ca259c73cf221a72d424660828d67120635efbc3b083 description: '' @@ -218673,6 +232033,7 @@ https://www.arresteddevops.com: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.arrikto.com/blog/what-is-data-as-code: content_hash: 22c1e5a67a16213115565baae78bc40e8fbc2bc3317e464b13c1b7ad33fb1eda description: '' @@ -218689,6 +232050,7 @@ https://www.arrikto.com/blog/what-is-data-as-code: v2_locations: - devops.md year: N/A + addition_method: manual https://www.arsouyes.org/articles/2021/2021-06-21_PKCS_pem_der_key_crt: ai_summary: 'Un guide technique clarifiant la jungle des extensions et des formats de fichiers cryptographiques (PEM, DER, PKCS#12, etc.). Contrast: L''insight de @@ -218713,6 +232075,7 @@ https://www.arsouyes.org/articles/2021/2021-06-21_PKCS_pem_der_key_crt: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.arsouyes.org/en/blog/2021/2021-06-21_PKCS_pem_der_key_crt: content_hash: e65e002b7a89aaa1f48699f093b78c8c612d3472f5814b9ba50c1cb66d27447f description: '' @@ -218723,6 +232086,7 @@ https://www.arsouyes.org/en/blog/2021/2021-06-21_PKCS_pem_der_key_crt: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.arthurkoziel.com/validate-helm-chart-values-with-json-schemas: ai_summary: Excellent technical guide showing how to write and use JSON Schema (`values.schema.json`) to programmatically validate Helm Chart variables and eliminate formatting errors @@ -218751,12 +232115,14 @@ https://www.arthurkoziel.com/validate-helm-chart-values-with-json-schemas: v2_locations: - helm.md year: N/A + addition_method: manual https://www.ashishtechmill.com/cicd-workflow-for-spring-boot-application-on-kubernetes-via-skaffold: content_hash: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 health_score: 100.0 last_checked: 1779130495.001209 v1_locations: - docs/scaffolding.md + addition_method: manual https://www.ashishtechmill.com/demystifying-google-container-tool-jib-java-image-builder: ai_summary: Technical evaluation of Google Jib. Explains how to construct optimized, layered OCI compliant Docker images directly from Maven pipelines without running @@ -218779,6 +232145,7 @@ https://www.ashishtechmill.com/demystifying-google-container-tool-jib-java-image v2_locations: - maven-gradle.md year: '2021' + addition_method: manual https://www.askamanager.org/2022/01/the-new-hire-who-showed-up-is-not-the-same-person-we-interviewed.html: ai_summary: An infamous case study analyzing extreme breakdown patterns in modern remote interviewing and vetting systems. Outlines structural vulnerabilities in @@ -218807,6 +232174,7 @@ https://www.askamanager.org/2022/01/the-new-hire-who-showed-up-is-not-the-same-p v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.asklorem.com: content_hash: da11b07122f290643004859496c39c5f793a01c1f9b28a7d3fefcab8c5af523f description: '' @@ -218818,6 +232186,7 @@ https://www.asklorem.com: v1_locations: - docs/freelancing.md year: N/A + addition_method: manual https://www.astronomer.io/docs/learn/dynamically-generating-dags: ai_summary: Technical documentation illustrating design patterns to construct dynamically generated DAG pipelines in Apache Airflow. Covers generation templates, dynamic @@ -218840,6 +232209,7 @@ https://www.astronomer.io/docs/learn/dynamically-generating-dags: v2_locations: - message-queue.md year: '2025' + addition_method: manual https://www.asyncapi.com: content_hash: 55f14e4ea13118495f00f1198ef26031bd8c12f15c9c1e3570c8195f1669320d description: '' @@ -218856,6 +232226,7 @@ https://www.asyncapi.com: v2_locations: - api.md year: N/A + addition_method: manual https://www.asyncapi.com/blog/asyncapi-cloud-events: content_hash: 55f5f24a77befd5e466afbf46f255d07b3a0be9a64e4ed15ff5e1c982cb9cb04 description: '' @@ -218872,6 +232243,7 @@ https://www.asyncapi.com/blog/asyncapi-cloud-events: v2_locations: - api.md year: N/A + addition_method: manual https://www.atareao.es/ubuntu/tuneles-ssh: content_hash: 76abd3dbe4428dcf9124c523a6b2aaf41a068c31ceb2d1d49ccc786bf6f6e578 description: '' @@ -218883,6 +232255,7 @@ https://www.atareao.es/ubuntu/tuneles-ssh: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.atlassian.com/agile/kanban/kanban-vs-scrum: content_hash: 1752f987e3dc41c816c132dc3ee98c4261a539db57fc56d13df5f4581b5aeef3 description: '' @@ -218899,6 +232272,7 @@ https://www.atlassian.com/agile/kanban/kanban-vs-scrum: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.atlassian.com/blog/app/bitbucket: content_hash: af618e016d39c0404ced715d539e210d9a91080e9e57a5115bdded6077ec2a26 health_score: 100.0 @@ -218906,6 +232280,7 @@ https://www.atlassian.com/blog/app/bitbucket: needs_ai_refresh: true v1_locations: - docs/project-management-tools.md + addition_method: manual https://www.atlassian.com/blog/bitbucket/setting-up-a-ci-cd-pipeline-with-spring-mvc-jenkins-and-kubernetes-on-aws: content_hash: c3c57e34a61d7400c78bdb682011f65e36768964faab58b1b35d07ffc5705ed8 health_score: 100.0 @@ -218918,6 +232293,7 @@ https://www.atlassian.com/blog/bitbucket/setting-up-a-ci-cd-pipeline-with-spring - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.atlassian.com/continuous-delivery: content_hash: 5ee733861c262ea9fef6c6e0c7709ccfc44436a1cca53dd8279182d5a5d3dc4a description: '' @@ -218934,6 +232310,7 @@ https://www.atlassian.com/continuous-delivery: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet: ai_summary: A comprehensive and beautifully formatted PDF and web-based Git command reference guide from Atlassian. Covers essential command categories including @@ -218964,6 +232341,7 @@ https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet: - git.md - cheatsheets.md year: N/A + addition_method: manual https://www.atlassian.com/git/tutorials/comparing-workflows: ai_summary: The absolute standard reference guide contrasting centralized, feature-branch, Gitflow, and forking workflows. Highly detailed, interactive diagrams make it @@ -218993,6 +232371,7 @@ https://www.atlassian.com/git/tutorials/comparing-workflows: v2_locations: - git.md year: N/A + addition_method: manual https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow: ai_summary: A highly-structured tutorial by Atlassian comparing Gitflow against alternative branching strategies. It offers clear operational blueprints and command @@ -219022,6 +232401,7 @@ https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow: v2_locations: - git.md year: N/A + addition_method: manual https://www.atlassian.com/git/tutorials/gitops: content_hash: 4826a1d18651002356c66762e6f0201182d2f34f0bf0b1e251bd3a8148788e30 description: '' @@ -219038,6 +232418,7 @@ https://www.atlassian.com/git/tutorials/gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.atlassian.com/remote: content_hash: 4caf1ee18e3de029972270ab1b82e7f2e465a3d5cdb9e8f48150b2dcbdc0f558 description: '' @@ -219049,6 +232430,7 @@ https://www.atlassian.com/remote: v1_locations: - docs/workfromhome.md year: N/A + addition_method: manual https://www.atlassian.com/software/bamboo: content_hash: 6039042013f51922f021445a95a18980d393b693354844494449c25a35787b3a description: '' @@ -219065,6 +232447,7 @@ https://www.atlassian.com/software/bamboo: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.atlassian.com/software/compass: content_hash: 90ab54ca08ecc4499b65d836faceaa77313a935ccdb3b940ea2c73b87cf073ce description: '' @@ -219081,6 +232464,7 @@ https://www.atlassian.com/software/compass: v2_locations: - devops.md year: N/A + addition_method: manual https://www.atlassian.com/software/confluence: content_hash: 3eafe6708460dd63aa7a182739b981fd2d59ba7d39a50789b3356a17c99cecff description: '' @@ -219097,6 +232481,7 @@ https://www.atlassian.com/software/confluence: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://www.atlassian.com/software/jira: content_hash: 6cf8156610bc44c2f0ff4f1826cb35bf31e0a7953f2b9248a66dc2b08c8839bc description: '' @@ -219113,6 +232498,7 @@ https://www.atlassian.com/software/jira: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://www.atlassian.com/solutions/distributed: content_hash: 2de88b87fb007035bf3eedb3fed8b1e5a4d31b6c98d16bed65754199a2edc789 health_score: 100.0 @@ -219125,6 +232511,7 @@ https://www.atlassian.com/solutions/distributed: - docs/workfromhome.md v2_locations: - workfromhome.md + addition_method: manual https://www.atomicjar.com/2021/11/announcing-testcontainers-cloud: content_hash: 0cee15ddacce4342f090538d3c6476af2d965573947cbe3994b5cdd2823befc2 description: '' @@ -219137,6 +232524,7 @@ https://www.atomicjar.com/2021/11/announcing-testcontainers-cloud: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://www.augmentedmind.de/2022/02/20/optimize-docker-image-security: content_hash: a974a8318d61d423aaaad6ef26af85c4609feef5fca797dcd2aba9fa73dac7cf description: '' @@ -219149,6 +232537,7 @@ https://www.augmentedmind.de/2022/02/20/optimize-docker-image-security: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.augmentedmind.de/2024/06/12/optimize-docker-image-security: content_hash: c41d405aac0b8040dcb574049bc28a7d3a18828239406663ff2e5b13ba2215dc health_score: 100.0 @@ -219160,6 +232549,7 @@ https://www.augmentedmind.de/2024/06/12/optimize-docker-image-security: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.autoblog.com/2022/07/25/vw-ceo-herbert-diess-fired-over-cariad-buggy-software: content_hash: N/A description: '' @@ -219174,6 +232564,7 @@ https://www.autoblog.com/2022/07/25/vw-ceo-herbert-diess-fired-over-cariad-buggy v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.autodraw.com: content_hash: 6aa32e705e1f7dfa0f905d43182121552f0d5e9872c5439edfeaf2c4bca072d9 description: '' @@ -219190,6 +232581,7 @@ https://www.autodraw.com: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual ? https://www.autonomosyemprendedor.es/articulo/finanzas-personales/autonomos-solo-deben-presentar-iva-octubre-mas-obligaciones-tributarias-mes/20210927125637025167.html : ai_summary: Detailed guide outlining quarterly tax obligations for self-employed professionals in Spain, specifically focusing on Q3 deadlines. Covers IVA (Form @@ -219212,6 +232604,7 @@ https://www.autodraw.com: v2_locations: - freelancing.md year: '2021' + addition_method: manual ? https://www.autonomosyemprendedor.es/articulo/tus-finanzas/autonomos-solo-deben-presentar-iva-octubre-mas-obligaciones-tributarias-mes/20210927125637025167.html : content_hash: 674268664c2f51aa909c010537aa0d6a79f6f47905817895e0b15d3fa83a3c6d description: '' @@ -219224,6 +232617,7 @@ https://www.autodraw.com: v1_locations: - docs/freelancing.md year: N/A + addition_method: manual https://www.awsarchitectureblog.com: content_hash: 7636bc3ac95c6807b9ff72686bfd831aa9d1632efcd3a473a652be48ca059235 description: '' @@ -219235,6 +232629,7 @@ https://www.awsarchitectureblog.com: v1_locations: - docs/aws-architecture.md year: N/A + addition_method: manual https://www.awsgeek.com/Amazon-S3: content_hash: f5b6df6e2f2306a2580472604d80088683a500328189daa8a6bec481df7d7c80 description: '' @@ -219251,6 +232646,7 @@ https://www.awsgeek.com/Amazon-S3: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.awsiam.info: content_hash: N/A description: '' @@ -219265,6 +232661,7 @@ https://www.awsiam.info: v2_locations: - aws-security.md year: N/A + addition_method: manual https://www.axelmendoza.com/posts/ml-model-deployment: content_hash: 4988c88825eefac948af84a1b9c5466264de473f843961a59e1f4d3248df7145 description: '' @@ -219281,6 +232678,7 @@ https://www.axelmendoza.com/posts/ml-model-deployment: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.axway.com/en/products/api-management/full-lifecycle-api-management: content_hash: N/A description: '' @@ -219295,6 +232693,7 @@ https://www.axway.com/en/products/api-management/full-lifecycle-api-management: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.axway.com/en/products/api-management/what-is-api-management: content_hash: N/A description: '' @@ -219309,6 +232708,7 @@ https://www.axway.com/en/products/api-management/what-is-api-management: v2_locations: - api.md year: N/A + addition_method: manual https://www.azurebrains.com: content_hash: 870f5de951e35d0d2eb53179a98987b609a1c56789a026a108a4eef1474f3d92 description: '' @@ -219320,6 +232720,7 @@ https://www.azurebrains.com: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.azurebrains.com/2021/03/25/despliega-azure-function-terraform-azuredevops: content_hash: 870f5de951e35d0d2eb53179a98987b609a1c56789a026a108a4eef1474f3d92 description: '' @@ -219332,6 +232733,7 @@ https://www.azurebrains.com/2021/03/25/despliega-azure-function-terraform-azured v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.azuredevopslabs.com: content_hash: c754c07a95cb1205d0d4762b56c17d44b73ba52f07ecf6af149148addb3af12b description: '' @@ -219350,6 +232752,7 @@ https://www.azuredevopslabs.com: - azure.md - demos.md year: N/A + addition_method: manual https://www.azureviking.com/post/terraform-module-azure-dns-private-resolver: content_hash: e55f81521fc3094b99e286612c4f34163d99770ac9f5448277d06780f2d8363c description: '' @@ -219361,6 +232764,7 @@ https://www.azureviking.com/post/terraform-module-azure-dns-private-resolver: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.azureviking.com/post/terraform-module-azurerm-alz-subnet: content_hash: 445bc2d342fe9bc68afa6d0d3909fb1d95cbdd1625624b901510faac8899128e description: '' @@ -219372,6 +232776,7 @@ https://www.azureviking.com/post/terraform-module-azurerm-alz-subnet: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.backhub.co: ai_summary: A key enterprise-grade backup solution for GitHub repositories (integrated with Rewind). It automates cloud backups of source code alongside associated metadata @@ -219399,6 +232804,7 @@ https://www.backhub.co: v2_locations: - git.md year: N/A + addition_method: manual https://www.baculasystems.com: content_hash: 3583043f7ff2b315d9681aaccee11016113b23335935886cae0ff617e3a97300 description: '' @@ -219415,6 +232821,7 @@ https://www.baculasystems.com: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.baeldung.com/cs/concurrency-vs-parallelism: content_hash: N/A description: '' @@ -219429,6 +232836,7 @@ https://www.baeldung.com/cs/concurrency-vs-parallelism: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.baeldung.com/cs/rest-vs-soap: content_hash: N/A description: '' @@ -219443,6 +232851,7 @@ https://www.baeldung.com/cs/rest-vs-soap: v2_locations: - api.md year: N/A + addition_method: manual https://www.baeldung.com/docker-deploy-java-war: content_hash: N/A description: '' @@ -219457,6 +232866,7 @@ https://www.baeldung.com/docker-deploy-java-war: v2_locations: - docker.md year: N/A + addition_method: manual https://www.baeldung.com/gatling-jmeter-grinder-comparison: content_hash: N/A description: '' @@ -219471,6 +232881,7 @@ https://www.baeldung.com/gatling-jmeter-grinder-comparison: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.baeldung.com/java-analyze-thread-dumps: content_hash: N/A description: '' @@ -219485,6 +232896,7 @@ https://www.baeldung.com/java-analyze-thread-dumps: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://www.baeldung.com/java-thread-dump: content_hash: N/A description: '' @@ -219499,6 +232911,7 @@ https://www.baeldung.com/java-thread-dump: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://www.baeldung.com/jenkins-and-jmeter: content_hash: N/A description: '' @@ -219513,6 +232926,7 @@ https://www.baeldung.com/jenkins-and-jmeter: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.baeldung.com/jenkins-run-gatling-tests: content_hash: N/A description: '' @@ -219527,12 +232941,14 @@ https://www.baeldung.com/jenkins-run-gatling-tests: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.baeldung.com/jvm-garbage-collectors: content_hash: N/A health_score: 100.0 last_checked: 1779034450.22462 v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://www.baeldung.com/kotlin/gradle-dsl: content_hash: N/A description: '' @@ -219547,6 +232963,7 @@ https://www.baeldung.com/kotlin/gradle-dsl: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://www.baeldung.com/kotlin/swagger-spring-rest-api: content_hash: N/A description: '' @@ -219561,6 +232978,7 @@ https://www.baeldung.com/kotlin/swagger-spring-rest-api: v2_locations: - swagger-code-generator-for-rest-apis.md year: N/A + addition_method: manual https://www.baeldung.com/linux/max-threads-per-process: content_hash: N/A description: '' @@ -219575,6 +232993,7 @@ https://www.baeldung.com/linux/max-threads-per-process: v2_locations: - linux.md year: N/A + addition_method: manual https://www.baeldung.com/maven-convert-to-gradle: content_hash: N/A description: '' @@ -219589,6 +233008,7 @@ https://www.baeldung.com/maven-convert-to-gradle: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://www.baeldung.com/maven-duplicate-dependencies: content_hash: N/A description: '' @@ -219603,6 +233023,7 @@ https://www.baeldung.com/maven-duplicate-dependencies: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://www.baeldung.com/ops/istio-service-mesh: content_hash: N/A description: '' @@ -219617,6 +233038,7 @@ https://www.baeldung.com/ops/istio-service-mesh: v2_locations: - istio.md year: N/A + addition_method: manual https://www.baeldung.com/ops/kafka-list-active-brokers-in-cluster: content_hash: N/A description: '' @@ -219632,6 +233054,7 @@ https://www.baeldung.com/ops/kafka-list-active-brokers-in-cluster: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.baeldung.com/ops/kubernetes-lightweight-distributions: content_hash: N/A description: '' @@ -219646,6 +233069,7 @@ https://www.baeldung.com/ops/kubernetes-lightweight-distributions: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.baeldung.com/pub-sub-vs-message-queues: content_hash: N/A description: '' @@ -219660,6 +233084,7 @@ https://www.baeldung.com/pub-sub-vs-message-queues: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.baeldung.com/spring-boot-deploy-openshift: content_hash: N/A description: '' @@ -219675,6 +233100,7 @@ https://www.baeldung.com/spring-boot-deploy-openshift: v2_locations: - demos.md year: N/A + addition_method: manual https://www.baeldung.com/spring-boot-keycloak: content_hash: N/A description: '' @@ -219689,6 +233115,7 @@ https://www.baeldung.com/spring-boot-keycloak: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.baeldung.com/spring-boot-servlet-containers: content_hash: N/A description: '' @@ -219703,6 +233130,7 @@ https://www.baeldung.com/spring-boot-servlet-containers: v2_locations: - embedded-servlet-containers.md year: N/A + addition_method: manual https://www.baeldung.com/spring-cloud-config-without-git: content_hash: N/A description: '' @@ -219717,6 +233145,7 @@ https://www.baeldung.com/spring-cloud-config-without-git: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.bairesdev.com/join-us: ai_summary: Nearshore outsourcing giant matching bilingual Latin American software engineers with enterprise-level US organizations via stringent algorithmic testing. @@ -219743,6 +233172,7 @@ https://www.bairesdev.com/join-us: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.base64encode.org: content_hash: N/A description: '' @@ -219757,6 +233187,7 @@ https://www.base64encode.org: v2_locations: - yaml.md year: N/A + addition_method: manual https://www.bbc.com/mundo/vert-cap-37270163: content_hash: 59a6e0cc65d3670ce4c4c02f7f6384f06db75053d53b2c0558cf84b6ab2680cf description: '' @@ -219774,6 +233205,7 @@ https://www.bbc.com/mundo/vert-cap-37270163: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.bbc.com/mundo/vert-cap-62340757: ai_summary: Explores why modern technical organizations are heavily prioritizing 'soft skills' (communication, empathy, negotiation, conflict resolution) in engineering @@ -219803,6 +233235,7 @@ https://www.bbc.com/mundo/vert-cap-62340757: v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.bbc.com/worklife/article/20211022-is-hr-ever-really-your-friend: ai_summary: Deconstructs the structural role of Human Resources in modern tech enterprises, highlighting the fundamental tension between protecting company interests and @@ -219831,6 +233264,7 @@ https://www.bbc.com/worklife/article/20211022-is-hr-ever-really-your-friend: v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.bbc.com/worklife/article/20220104-future-of-work-2022: ai_summary: Explores the fundamental tensions and organizational challenges of establishing permanent hybrid and remote work architectures. Examines how shifting employee @@ -219858,6 +233292,7 @@ https://www.bbc.com/worklife/article/20220104-future-of-work-2022: v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.bbva.com/es/devops-que-es-y-como-mejorar-los-procesos-gracias-a-esta-estrategia/amp: content_hash: 132182deae4168639e283b7105d3ad7c33b679256cf67936d345a20d439aa030 description: '' @@ -219869,6 +233304,7 @@ https://www.bbva.com/es/devops-que-es-y-como-mejorar-los-procesos-gracias-a-esta v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.bbva.com/es/innovacion/devops-que-es-y-como-mejorar-los-procesos-gracias-a-esta-estrategia: content_hash: 95f4f26575d5ac08c05d56eb25095f6b32b42ddd0661d0e85a4bd09808a7b6d4 health_score: 100.0 @@ -219880,6 +233316,7 @@ https://www.bbva.com/es/innovacion/devops-que-es-y-como-mejorar-los-procesos-gra - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.bbvaapimarket.com: content_hash: 1a782df588a0f3c5bd440a214f0c559dddd957f14a6a5d69e407c0fc4a0a7f40 description: '' @@ -219891,6 +233328,7 @@ https://www.bbvaapimarket.com: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.bbvaapimarket.com/es: content_hash: d596c405df2c0c9280962f09ff3a9c3846466e9a9d67d5856e7164fad25fb855 health_score: 100.0 @@ -219903,6 +233341,7 @@ https://www.bbvaapimarket.com/es: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://www.bbvanexttechnologies.com/blogs/filosofia-devsecops-en-el-desarrollo-de-aplicaciones-sobre-azure: content_hash: N/A description: '' @@ -219918,6 +233357,7 @@ https://www.bbvanexttechnologies.com/blogs/filosofia-devsecops-en-el-desarrollo- v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.bbvanexttechnologies.com/como-definir-infraestructura-como-codigo-en-aws-con-cdk: content_hash: N/A description: '' @@ -219933,6 +233373,7 @@ https://www.bbvanexttechnologies.com/como-definir-infraestructura-como-codigo-en v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://www.bejarano.io/terraform-plan-light: content_hash: 1ae24f478b8a48c122853e0eeb78e360fc39b26ee0292a41be4e67fda51c1480 description: '' @@ -219949,6 +233390,7 @@ https://www.bejarano.io/terraform-plan-light: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.berlin-group.org/psd2-access-to-bank-accounts: content_hash: e7a6953215c0eb786bf35fb539e808bc83b12d411e71bdf187262680f880ac94 description: '' @@ -219960,6 +233402,7 @@ https://www.berlin-group.org/psd2-access-to-bank-accounts: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.besanttechnologies.com/amazon-web-services-relational-database: ai_summary: A training tutorial covering basic relational database concepts in the cloud. Outlines AWS RDS automated provisioning, scaling limits, backup automation @@ -219987,6 +233430,7 @@ https://www.besanttechnologies.com/amazon-web-services-relational-database: v2_locations: - aws-databases.md year: N/A + addition_method: manual https://www.betsol.com/blog/devops-using-jenkins-docker-and-kubernetes: content_hash: N/A description: '' @@ -220001,6 +233445,7 @@ https://www.betsol.com/blog/devops-using-jenkins-docker-and-kubernetes: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.bikeshed.fm: content_hash: 1f291c0c23f81fe0833c6367a68c5ad63b8fe53f202f1a34475650dee1f5737f description: '' @@ -220012,6 +233457,7 @@ https://www.bikeshed.fm: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.billin.net/blog/como-ser-freelance: ai_summary: A step-by-step roadmap for registering as a freelancer (autónomo) in Spain. Explains initial registration (Modelo 036/037), Social Security setup, @@ -220039,6 +233485,7 @@ https://www.billin.net/blog/como-ser-freelance: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.binarytides.com/linux-ss-command: ai_summary: A practical guide explaining the usage of the ss utility, which replaces the legacy netstat tool. Demonstrates socket stats extraction, connection filtering @@ -220065,6 +233512,7 @@ https://www.binarytides.com/linux-ss-command: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.biobanking.com/europes-leading-cancer-image-biobank-eucaim-launched-by-quibim-and-european-commission: content_hash: 4c805fe03ee52e74a379901ddd14f21d2e77176df47a694a719040777a0cd883 description: '' @@ -220082,6 +233530,7 @@ https://www.biobanking.com/europes-leading-cancer-image-biobank-eucaim-launched- v2_locations: - customer.md year: N/A + addition_method: manual https://www.bionconsulting.com/blog/kubernetes-network-policies: content_hash: 6f7c7f652ef0a9bfef87dbb93ea9dcc6f2ea5ad34a03d29fc3fbb42eb1045fed description: '' @@ -220098,6 +233547,7 @@ https://www.bionconsulting.com/blog/kubernetes-network-policies: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.bionconsulting.com/blog/kubernetes-network-policies-part-2: content_hash: 04844a6d9cd9d70220d7fc61fc7fcf36d5e9ba528a0e29c3927bedc18e58cafb description: '' @@ -220109,6 +233559,7 @@ https://www.bionconsulting.com/blog/kubernetes-network-policies-part-2: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.bitsand.cloud/posts/slashing-data-transfer-costs: content_hash: ab13edc2021f08a266e8030e17a22f8f12c2d34b4db6798d8f0f26808f88ebaf description: '' @@ -220125,6 +233576,7 @@ https://www.bitsand.cloud/posts/slashing-data-transfer-costs: v2_locations: - finops.md year: N/A + addition_method: manual https://www.bitslovers.com/terraform-output: content_hash: e13be04191c775e2655ccfda235613c3cf64bdf7621d8b330401edb2bc297157 description: '' @@ -220141,6 +233593,7 @@ https://www.bitslovers.com/terraform-output: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.blackduck.com: last_checked: 1779388522.076353 status: online @@ -220148,12 +233601,14 @@ https://www.blackduck.com: - '[COMMUNITY-TOOL]' v2_locations: - testops.md + addition_method: manual https://www.blackhat.com: content_hash: N/A health_score: 100.0 last_checked: 1779034030.823212 v1_locations: - docs/kubernetes-security.md + addition_method: manual https://www.blazemeter.com: content_hash: N/A description: '' @@ -220168,6 +233623,7 @@ https://www.blazemeter.com: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.blazemeter.com/blog/continuous-integration-101-how-run-jmeter-jenkins: content_hash: N/A description: '' @@ -220183,6 +233639,7 @@ https://www.blazemeter.com/blog/continuous-integration-101-how-run-jmeter-jenkin v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.blazemeter.com/blog/open-source-load-testing-tools-which-one-should-you-use: content_hash: N/A description: '' @@ -220197,6 +233654,7 @@ https://www.blazemeter.com/blog/open-source-load-testing-tools-which-one-should- v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.blazemeter.com/blog/top-jenkins-plugins-you-cant-miss-in-2018: content_hash: N/A description: '' @@ -220211,6 +233669,7 @@ https://www.blazemeter.com/blog/top-jenkins-plugins-you-cant-miss-in-2018: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.bleepingcomputer.com/news/microsoft/windows-11-can-now-install-wsl-from-the-microsoft-store: content_hash: fce18a3bc5996030bc3995e405482bc49c722eb5d277c214f33407e338add535 description: '' @@ -220227,6 +233686,7 @@ https://www.bleepingcomputer.com/news/microsoft/windows-11-can-now-install-wsl-f v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://www.bleepingcomputer.com/news/security/over-900-000-kubernetes-instances-found-exposed-online: ai_summary: Highlights the massive scale of misconfigured public-facing Kubernetes control planes discovered via internet-wide scans. Discusses the dangers of unauthenticated @@ -220255,6 +233715,7 @@ https://www.bleepingcomputer.com/news/security/over-900-000-kubernetes-instances v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.blocksandfiles.com/block/2020/06/23/lightbits-labs-adds-kubernetes-table-stakes-csi-support/1598623: content_hash: 13fae58c47e2de442e7834e83a620a2b6443867ebb34a00fdb64450ef6ab0b4f health_score: 100.0 @@ -220267,6 +233728,7 @@ https://www.blocksandfiles.com/block/2020/06/23/lightbits-labs-adds-kubernetes-t - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual ? https://www.blocksandfiles.com/block/2021/08/05/kubernetes-storage-smartxs-iomesh-beats-portworx-longhorn-and-openebs/1617691 : content_hash: 8a165984017ca86748912381f0460173ec4334413a42d540736da21fd91e85df health_score: 100.0 @@ -220279,6 +233741,7 @@ https://www.blocksandfiles.com/block/2020/06/23/lightbits-labs-adds-kubernetes-t - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://www.blocksandfiles.com/container-storage/2020/07/21/kubernetes-is-in-a-bit-of-state-about-state/1612337: content_hash: 24b7eb1341c2d30ec2b62673ecf5b2aa0a3f05cd76660cc430260ba63f06fb3d health_score: 100.0 @@ -220291,6 +233754,7 @@ https://www.blocksandfiles.com/container-storage/2020/07/21/kubernetes-is-in-a-b - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual ? https://www.blocksandfiles.com/container-storage/2020/12/22/storageless-storage-is-the-answer-to-kubernetes-data-challenges/1611647 : content_hash: 618c3669777634c30a95dbb070dbf41f4c9e51c046032cafc6aa76d836401c82 health_score: 100.0 @@ -220303,6 +233767,7 @@ https://www.blocksandfiles.com/container-storage/2020/07/21/kubernetes-is-in-a-b - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://www.blocksandfiles.com/container-storage/2021/01/27/red-hat-openshift-now-does-container-storage-backup/1611166: content_hash: c4ae1d7182c4b20fb937b9186d542498fa06cb7bfa956718cefa5b8eff0fdd79 health_score: 100.0 @@ -220315,6 +233780,7 @@ https://www.blocksandfiles.com/container-storage/2021/01/27/red-hat-openshift-no - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://www.blog.facilcloud.com/noticias/sql-vs-nosql-which-one-should-i-use/?lang=es_ES: last_checked: 1779388491.124787 status: online @@ -220322,6 +233788,7 @@ https://www.blog.facilcloud.com/noticias/sql-vs-nosql-which-one-should-i-use/?la - '[COMMUNITY-TOOL]' v2_locations: - nosql.md + addition_method: manual https://www.blog.pythonlibrary.org: content_hash: f27dfc048b87f3d96fa234b0815daea797df5be13807300ba39800b12b5f3a77 health_score: 100.0 @@ -220334,6 +233801,7 @@ https://www.blog.pythonlibrary.org: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.bluematador.com/learn/kubectl-cheatsheet: content_hash: 4de7e83caa39574c13c6852fe61147eef13ef73c24d38bbc0ac77667d9d3e0a9 description: '' @@ -220350,6 +233818,7 @@ https://www.bluematador.com/learn/kubectl-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.bluematador.com/learn/kubernetes-glossary: content_hash: 38193b2b4b2ceae4ed90c6f587c4e78af8893238f9bb164d0103db94ba4aef2c description: '' @@ -220368,6 +233837,7 @@ https://www.bluematador.com/learn/kubernetes-glossary: - cheatsheets.md - kubernetes.md year: N/A + addition_method: manual https://www.bmc.com/blogs/devops-ci-cd-metrics: content_hash: 86b9041792827ccab9566cf8150a4c0152ec47ba9c2edb3f6096c2422701a516 description: '' @@ -220384,6 +233854,7 @@ https://www.bmc.com/blogs/devops-ci-cd-metrics: v2_locations: - devops.md year: N/A + addition_method: manual https://www.bmc.com/blogs/kubernetes-operator: content_hash: 22d53bc363aa75ac0eb9abe36a781b7d8602d885c41a784b903f6a3b4ed6a1b6 description: '' @@ -220400,6 +233871,7 @@ https://www.bmc.com/blogs/kubernetes-operator: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.bmw-connecteddrive.com: content_hash: N/A description: '' @@ -220414,6 +233886,7 @@ https://www.bmw-connecteddrive.com: v2_locations: - customer.md year: N/A + addition_method: manual https://www.bmw.co.uk/en/shop/ls/country-selection: last_checked: 1779388861.831618 status: online @@ -220421,6 +233894,7 @@ https://www.bmw.co.uk/en/shop/ls/country-selection: - '[COMMUNITY-TOOL]' v2_locations: - customer.md + addition_method: manual https://www.bmwi.de/Redaktion/EN/Dossier/gaia-x.html: content_hash: dc5a9ddc39404ca6de11c9bbfe3b0bd985732f2b5643f5d90f79c5b09fa320c4 description: '' @@ -220431,6 +233905,7 @@ https://www.bmwi.de/Redaktion/EN/Dossier/gaia-x.html: v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://www.bogotobogo.com/Java/tutorials/Spring-Boot/Maven-mvn-command-cheat-sheet.php: content_hash: 5ff102f556f0b87e6c1ea7ee04584ad744d3c5bc48426754049869c12775b2f0 description: '' @@ -220446,6 +233921,7 @@ https://www.bogotobogo.com/Java/tutorials/Spring-Boot/Maven-mvn-command-cheat-sh v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.boot.dev/blog/devops/how-to-restart-all-pods-in-a-kubernetes-namespace: health_score: 100.0 last_checked: 1779130494.957912 @@ -220456,6 +233932,7 @@ https://www.boot.dev/blog/devops/how-to-restart-all-pods-in-a-kubernetes-namespa - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.botkube.io: content_hash: 3ff93ce641ea55ef801299c539c2dcc90c9274471a20359837f1c7e79faaf6a6 description: '' @@ -220468,6 +233945,7 @@ https://www.botkube.io: - docs/kubernetes-monitoring.md - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.botplayautomation.com: content_hash: N/A description: '' @@ -220482,6 +233960,7 @@ https://www.botplayautomation.com: v2_locations: - qa.md year: N/A + addition_method: manual https://www.botplayautomation.com/post/automation-test-plan: content_hash: N/A description: '' @@ -220496,6 +233975,7 @@ https://www.botplayautomation.com/post/automation-test-plan: v2_locations: - qa.md year: N/A + addition_method: manual https://www.botplayautomation.com/post/benefits-of-codeless-automation-testing: content_hash: N/A description: '' @@ -220510,6 +233990,7 @@ https://www.botplayautomation.com/post/benefits-of-codeless-automation-testing: v2_locations: - qa.md year: N/A + addition_method: manual https://www.botplayautomation.com/post/best-practices-to-follow-in-software-testing-manual-and-automation-testing: content_hash: N/A description: '' @@ -220524,6 +234005,7 @@ https://www.botplayautomation.com/post/best-practices-to-follow-in-software-test v2_locations: - qa.md year: N/A + addition_method: manual https://www.botplayautomation.com/post/common-mistakes-test-teams-make-in-automation-testing-and-how-to-fix-them: content_hash: N/A description: '' @@ -220539,6 +234021,7 @@ https://www.botplayautomation.com/post/common-mistakes-test-teams-make-in-automa v2_locations: - qa.md year: N/A + addition_method: manual https://www.botplayautomation.com/post/how-to-write-a-test-plan: content_hash: N/A description: '' @@ -220553,6 +234036,7 @@ https://www.botplayautomation.com/post/how-to-write-a-test-plan: v2_locations: - qa.md year: N/A + addition_method: manual https://www.botplayautomation.com/post/types-of-software-testing: content_hash: N/A description: '' @@ -220567,6 +234051,7 @@ https://www.botplayautomation.com/post/types-of-software-testing: v2_locations: - qa.md year: N/A + addition_method: manual ? https://www.botplayautomation.com/post/what-is-automation-testing-the-need-for-automation-testing-automation-testing-implementation-guide : content_hash: N/A description: '' @@ -220581,6 +234066,7 @@ https://www.botplayautomation.com/post/types-of-software-testing: v2_locations: - qa.md year: N/A + addition_method: manual https://www.brainboard.co: content_hash: 89c16fb212a27d5665357794b46b8b84e4fca0de2ff19edc2254b3ba30b0a5ed description: '' @@ -220597,6 +234083,7 @@ https://www.brainboard.co: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.btw.so/open-source-alternatives: content_hash: 463f43fe3b80123e9ce8af309e06a97e0ef2db79505da9105af1a79c9dc821d1 description: '' @@ -220613,6 +234100,7 @@ https://www.btw.so/open-source-alternatives: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://www.buchatech.com/2022/08/a-guide-to-navigating-the-aks-enterprise-documentation-scripts: ai_summary: Detailed exploration of Microsoft's AKS Enterprise Landing Zone architectures and provisioning templates. Provides a structured overview of design patterns @@ -220642,6 +234130,7 @@ https://www.buchatech.com/2022/08/a-guide-to-navigating-the-aks-enterprise-docum v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.bundeswirtschaftsministerium.de/Redaktion/EN/Dossier/gaia-x.html: content_hash: bcbc73cc74abe2871dcfc400cafab7bbd796bb757c00134e15ef8493e9d13e86 health_score: 100.0 @@ -220653,6 +234142,7 @@ https://www.bundeswirtschaftsministerium.de/Redaktion/EN/Dossier/gaia-x.html: - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://www.bunnyshell.com/blog/disaster-recovery-devops: content_hash: a951f61a4462fd79e4c3e58c03985aba51ab4aef0e6904ec2c735ec8fc9b83f5 description: '' @@ -220670,6 +234160,7 @@ https://www.bunnyshell.com/blog/disaster-recovery-devops: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.bunnyshell.com/blog/gitops-vs-devops: content_hash: e5521e1f76c53c1b986cb2d6272827c52d0194cca8f50d82f31fbc3e8b0c026d description: '' @@ -220686,6 +234177,7 @@ https://www.bunnyshell.com/blog/gitops-vs-devops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.buoyant.io/blog/kubernetes-network-policies-with-cilium-and-linkerd: health_score: 100.0 last_checked: 1779130495.023796 @@ -220696,6 +234188,7 @@ https://www.buoyant.io/blog/kubernetes-network-policies-with-cilium-and-linkerd: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.buoyant.io/blog/locking-down-network-traffic-between-kubernetes-namespaces: health_score: 100.0 last_checked: 1779130495.003054 @@ -220706,6 +234199,7 @@ https://www.buoyant.io/blog/locking-down-network-traffic-between-kubernetes-name - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://www.buoyant.io/blog/multi-cluster-multi-region-setup-using-linkerd-service-mesh: content_hash: 7ecb7f26c4cb832923adbb9ad5512bd41bb33f8116f144bd3ff8cea7665cf02a health_score: 100.0 @@ -220717,6 +234211,7 @@ https://www.buoyant.io/blog/multi-cluster-multi-region-setup-using-linkerd-servi - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://www.buoyant.io/service-mesh-academy/upgrading-to-linkerd-2-12: content_hash: 56486da4996129518a88a19f1497ba881034414a8d793847230555f3393d696f health_score: 100.0 @@ -220728,6 +234223,7 @@ https://www.buoyant.io/service-mesh-academy/upgrading-to-linkerd-2-12: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://www.businessinsider.com/amazon-reason-for-layoffs-former-senior-tech-leader-2023-5: content_hash: f2664eb94bab8420646984113da09c08fd55076b1ebff4a4014142d789984d37 description: '' @@ -220745,6 +234241,7 @@ https://www.businessinsider.com/amazon-reason-for-layoffs-former-senior-tech-lea v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.businessinsider.es/9-factores-repercuten-felicidad-trabajador-352445: content_hash: 75041756020cf2a053708d2a05b8742970d58885fe01675adfd6c67d5ac23088 description: '' @@ -220757,6 +234254,7 @@ https://www.businessinsider.es/9-factores-repercuten-felicidad-trabajador-352445 v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://www.businessinsider.es/desarrollo-profesional/9-factores-repercuten-felicidad-trabajador-352445: ai_summary: Presents a ranked taxonomy of the nine key workplace elements that dictate developer and professional happiness. Details how factors like flexibility, trust, @@ -220780,6 +234278,7 @@ https://www.businessinsider.es/desarrollo-profesional/9-factores-repercuten-feli v2_locations: - recruitment.md year: '2022' + addition_method: manual https://www.businessinsider.es/desarrollo-profesional/explicacion-steve-jobs-buenos-empleados-renuncian-trabajo-1137601: content_hash: 7d73b045a73a5317fc3d6e4438637c3404955b752d8c6ac09329a0206296b8d9 health_score: 100.0 @@ -220792,6 +234291,7 @@ https://www.businessinsider.es/desarrollo-profesional/explicacion-steve-jobs-bue - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.businessinsider.es/desarrollo-profesional/fin-lealtad-laboral-empleados-ya-no-son-fieles-jefes-1358974: ai_summary: An investigation into modern labor economics showing a shift in corporate loyalty, where technology professionals prioritize career progression and compensation @@ -220815,6 +234315,7 @@ https://www.businessinsider.es/desarrollo-profesional/fin-lealtad-laboral-emplea v2_locations: - recruitment.md year: '2023' + addition_method: manual https://www.businessinsider.es/desarrollo-profesional/menti-mi-cv-conseguir-mejor-trabajo-recomiendo-otros-1226162: ai_summary: An analytical look at modern career strategies, discussing the ethics and outcomes of resume inflation during high-stakes tech and corporate job hunting. @@ -220838,6 +234339,7 @@ https://www.businessinsider.es/desarrollo-profesional/menti-mi-cv-conseguir-mejo v2_locations: - recruitment.md year: '2023' + addition_method: manual https://www.businessinsider.es/desarrollo-profesional/razon-nunca-consigues-ascender-trabajo-conseguir-mejor-sueldo-970737: content_hash: e1368c7e92738b6a94b852f96614a649463414aa50c15d9c10e705f5e7b3ebeb health_score: 100.0 @@ -220850,6 +234352,7 @@ https://www.businessinsider.es/desarrollo-profesional/razon-nunca-consigues-asce - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.businessinsider.es/desarrollo-profesional/tan-dificil-decir-no-jefe-965459: content_hash: 7b23a63e420d51f6ff806fc068336c797b9cb40e217f53a3fc8324d4703d3c9d health_score: 100.0 @@ -220862,6 +234365,7 @@ https://www.businessinsider.es/desarrollo-profesional/tan-dificil-decir-no-jefe- - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.businessinsider.es/desarrollo-profesional/teletrabajar-perjudica-carrera-profesional-posibles-ascensos-1240782: content_hash: 66a9ff71be1e87de01e1b5256f417c421e68db3de8aa68fd106281af96e4e4f6 health_score: 100.0 @@ -220874,6 +234378,7 @@ https://www.businessinsider.es/desarrollo-profesional/teletrabajar-perjudica-car - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.businessinsider.es/empleados-ya-no-sienten-lealtad-jefes-empleadores-1358974: content_hash: 231694c40da8a21c2122eeb3d8f673a99a1a513d8a43b1c067463bbd6f82f3ed description: '' @@ -220885,6 +234390,7 @@ https://www.businessinsider.es/empleados-ya-no-sienten-lealtad-jefes-empleadores v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://www.businessinsider.es/explicacion-steve-jobs-buenos-empleados-renuncian-1137601: content_hash: 80177e15bf4621932faff57df276cc445f6d337674ba7ecc28714bc695ca095a description: '' @@ -220897,6 +234403,7 @@ https://www.businessinsider.es/explicacion-steve-jobs-buenos-empleados-renuncian v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.businessinsider.es/ingenieros-software-estan-aterrorizados-posibilidad-ser-sustituidos-ia-1238112: content_hash: 6b0f1fa47311a2e51ebbd6c2a5b454eccf9bc641fa6762c94e3127bed91fe428 description: '' @@ -220909,6 +234416,7 @@ https://www.businessinsider.es/ingenieros-software-estan-aterrorizados-posibilid v1_locations: - docs/ai.md year: N/A + addition_method: manual https://www.businessinsider.es/menti-mi-cv-conseguir-mejor-trabajo-recomiendo-otros-1226162: content_hash: c39fbba5160e5e4dfe50f1a043de582c502b342671ded33583e3cde9a303f5a6 description: '' @@ -220921,6 +234429,7 @@ https://www.businessinsider.es/menti-mi-cv-conseguir-mejor-trabajo-recomiendo-ot v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://www.businessinsider.es/razon-nunca-consigues-ascender-trabajo-conseguir-mejor-sueldo-970737: content_hash: 7252f5dad8f608b886c685769efae85b769cadcfe6b2c39464a2eefb3d547f3f description: '' @@ -220933,6 +234442,7 @@ https://www.businessinsider.es/razon-nunca-consigues-ascender-trabajo-conseguir- v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.businessinsider.es/tan-dificil-decir-no-jefe-965459: content_hash: c33069f6efa38eab1c2c1308b30a2569db3fac2fb304d13e89f1f3859794617f description: '' @@ -220946,6 +234456,7 @@ https://www.businessinsider.es/tan-dificil-decir-no-jefe-965459: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.businessinsider.es/tecnologia/ingenieros-software-estan-aterrorizados-posibilidad-ser-sustituidos-ia-1238112: ai_summary: Curator Insight analyzes the anxiety among developers regarding job replacement risks due to rapid advances in generative AI code assistants. Live @@ -220970,6 +234481,7 @@ https://www.businessinsider.es/tecnologia/ingenieros-software-estan-aterrorizado v2_locations: - ai.md year: '2023' + addition_method: manual https://www.businessinsider.es/tecnologia/uso-chatgpt-50-70-veces-dia-ser-productivo-1228162: ai_summary: Reportaje de carácter práctico que expone la incorporación intensiva de agentes de IA conversacional dentro del flujo de trabajo corporativo diario, @@ -220994,6 +234506,7 @@ https://www.businessinsider.es/tecnologia/uso-chatgpt-50-70-veces-dia-ser-produc v2_locations: - chatgpt.md year: '2023' + addition_method: manual https://www.businessinsider.es/teletrabajar-perjudica-carrera-profesional-posibles-ascensos-1240782: content_hash: b30ae22bbb057a71eccec0756c976abf9fe9e8ce2a15fd13ea68e0a8de255c1e description: '' @@ -221007,6 +234520,7 @@ https://www.businessinsider.es/teletrabajar-perjudica-carrera-profesional-posibl v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.businessinsider.es/uso-chatgpt-50-70-veces-dia-ser-productivo-1228162: content_hash: 17b1967efe744b8a80dd54778fb0fab8125288ff0ce64ccf49f2e4e3a2ef37f1 description: '' @@ -221019,6 +234533,7 @@ https://www.businessinsider.es/uso-chatgpt-50-70-veces-dia-ser-productivo-122816 v1_locations: - docs/chatgpt.md year: N/A + addition_method: manual https://www.busybox.net: ai_summary: BusyBox combines tiny versions of many common UNIX utilities into a single, highly optimized executable. It is the absolute cornerstone of minimalist @@ -221047,6 +234562,7 @@ https://www.busybox.net: v2_locations: - linux.md year: N/A + addition_method: manual https://www.c-sharpcorner.com/article/20-git-commands-you-should-know: ai_summary: Lists 20 foundational Git commands necessary for daily development, covering initialization, log inspection, cherry-picking, and remote synchronization. @@ -221076,6 +234592,7 @@ https://www.c-sharpcorner.com/article/20-git-commands-you-should-know: v2_locations: - git.md year: N/A + addition_method: manual https://www.c-sharpcorner.com/article/comparing-aws-sql-server-with-azure-sql-database: content_hash: 052832bbf25978e01527a7794edadb09c51cda9b9d6020165e204794b5e07ddc description: '' @@ -221092,6 +234609,7 @@ https://www.c-sharpcorner.com/article/comparing-aws-sql-server-with-azure-sql-da v2_locations: - azure.md year: N/A + addition_method: manual https://www.c-sharpcorner.com/article/the-best-vs-code-extensions-for-remote-working: content_hash: N/A description: '' @@ -221108,6 +234626,7 @@ https://www.c-sharpcorner.com/article/the-best-vs-code-extensions-for-remote-wor v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.c-sharpcorner.com/article/the-best-vs-code-extensions-to-supercharge-git: content_hash: 429745187b7bf8aaa480f11823e9bdf7e2025b00c003bda16e7ded7eb846550a description: '' @@ -221124,6 +234643,7 @@ https://www.c-sharpcorner.com/article/the-best-vs-code-extensions-to-supercharge v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.c-sharpcorner.com/article/top-15-git-commands-with-examples-for-every-developers: ai_summary: Compiled handbook featuring 15 of the most widely applied terminal instructions in Git version tracking. Highlights commands ranging from dynamic diff displays @@ -221152,6 +234672,7 @@ https://www.c-sharpcorner.com/article/top-15-git-commands-with-examples-for-ever v2_locations: - git.md year: N/A + addition_method: manual https://www.c-sharpcorner.com/article/why-and-when-to-use-azure-functions: content_hash: 76c143196df9dce36c602ef87d172ac47e1ad4851cdf6ea9b2c563570adc0104 description: '' @@ -221168,6 +234689,7 @@ https://www.c-sharpcorner.com/article/why-and-when-to-use-azure-functions: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.c/blog/top-10-devops-tools: content_hash: N/A description: '' @@ -221182,6 +234704,7 @@ https://www.c/blog/top-10-devops-tools: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://www.calcalistech.com/ctechnews/article/s1mlpunf9: content_hash: 62ae08cf743d737ea83d6cafbef88327ef4141dd099dae42b24c94e682f67c81 description: '' @@ -221198,6 +234721,7 @@ https://www.calcalistech.com/ctechnews/article/s1mlpunf9: v2_locations: - devops.md year: N/A + addition_method: manual https://www.callicoder.com/scaffolding-your-spring-boot-application: ai_summary: Tutorial detailing Spring Boot bootstrapping with Yeoman. While historic, modern scaffolding architectures like JHipster and Spring Initializr have entirely @@ -221226,6 +234750,7 @@ https://www.callicoder.com/scaffolding-your-spring-boot-application: v2_locations: - scaffolding.md year: N/A + addition_method: manual https://www.canva.com: content_hash: N/A description: '' @@ -221240,6 +234765,7 @@ https://www.canva.com: v2_locations: - javascript.md year: N/A + addition_method: manual https://www.canva.dev/blog/engineering/supporting-gpu-accelerated-machine-learning-with-kubernetes-and-nix: content_hash: e3953b36653a99948b030e06bc8ff4eca5bec83a901b0d31b754fd2307c35e26 health_score: 100.0 @@ -221252,12 +234778,14 @@ https://www.canva.dev/blog/engineering/supporting-gpu-accelerated-machine-learni - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://www.capgemini.com/2016/05/assessing-state-of-your-devops-adoption-use-of-a-quality-blueprint-qbp: content_hash: 6fa41cfbd5f83ddae0072b38387243c3d2ec1b3310993e9608505ca14f6f2882 health_score: 100.0 last_checked: 1779030563.822811 v1_locations: - docs/devops.md + addition_method: manual https://www.catapultsystems.com/blogs/introducing-the-third-of-three-microsoft-clouds-azure: content_hash: 47a6fdda779377faaf059ff54fce038f100fb1cfda6938c47cd3c21024e0506a description: '' @@ -221273,6 +234801,7 @@ https://www.catapultsystems.com/blogs/introducing-the-third-of-three-microsoft-c v2_locations: - azure.md year: N/A + addition_method: manual https://www.cbui.dev/every-company-has-an-old-production-aws-account: ai_summary: An exceptionally realistic post exploring the technical debt, security challenges, and social dynamics surrounding legacy, unmanaged cloud environments. @@ -221296,6 +234825,7 @@ https://www.cbui.dev/every-company-has-an-old-production-aws-account: v2_locations: - aws-architecture.md year: '2023' + addition_method: manual https://www.centos.org/cl-vs-cs: ai_summary: 'The official CentOS project guide clarifying the technical distinctions, release cadences, and build pipelines between the deprecated downstream CentOS @@ -221326,6 +234856,7 @@ https://www.centos.org/cl-vs-cs: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cequence.ai/blog/owasp-api-security-top-10-from-a-real-world-perspective: ai_summary: An empirical review of API vulnerability vectors analyzed from real-world telemetry and live production incidents. The analysis contrasts theoretical OWASP @@ -221353,6 +234884,7 @@ https://www.cequence.ai/blog/owasp-api-security-top-10-from-a-real-world-perspec v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.cerebras.ai: ai_summary: Architectural hub detailing wafer-scale AI processors built to tackle compute limits. Facilitates unprecedented deep-learning model execution with extreme @@ -221384,6 +234916,7 @@ https://www.cerebras.ai: - api.md - chatgpt.md year: N/A + addition_method: manual https://www.certace.com: content_hash: 7137f3a78d0686749fea6bfac05383e16e7fa607abd28a7d2dd81382a9c07d91 description: '' @@ -221395,6 +234928,7 @@ https://www.certace.com: v1_locations: - docs/freelancing.md year: N/A + addition_method: manual https://www.certdepot.net/openshift-free-available-resources: content_hash: ef4e237e8b7846e679aac507fc1255aebd797a04b76079a36e7172e8e7a84d27 description: '' @@ -221411,6 +234945,7 @@ https://www.certdepot.net/openshift-free-available-resources: v2_locations: - ocp3.md year: N/A + addition_method: manual https://www.chainguard.dev/unchained: ai_summary: A step-by-step implementation guide detailing how to verify signed container images within Amazon Elastic Container Service (ECS). It focuses on ensuring only @@ -221432,6 +234967,7 @@ https://www.chainguard.dev/unchained: v2_locations: - devsecops.md year: '2023' + addition_method: manual https://www.chakray.com/11-steps-achieving-successful-api-management-strategy: content_hash: 201deec95215a4bd310ab77d8a21d95dcb901ca7d774dd6f028315415cc69319 description: '' @@ -221443,6 +234979,7 @@ https://www.chakray.com/11-steps-achieving-successful-api-management-strategy: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.chakray.com/api-strategy-how-to-create-an-api-marketplace: content_hash: d13988fd8cc78bc5225288ce068623aad37d52e78030bd05e82dab2ed8042f15 description: '' @@ -221454,6 +234991,7 @@ https://www.chakray.com/api-strategy-how-to-create-an-api-marketplace: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.chakray.com/es/11-pasos-lograr-estrategia-api-management-exitosa: content_hash: a8225a67a241f0c1c4c36944ab7caa5003bff9f6f079b186660a94221f768ee3 description: '' @@ -221465,6 +235003,7 @@ https://www.chakray.com/es/11-pasos-lograr-estrategia-api-management-exitosa: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.chakray.com/es/por-que-api-lifecycle-management-imprescindible-api-organizacion: content_hash: 9bc44511eaee09765a469b434e86b06954ad82e554667fe6021c661d7749a540 description: '' @@ -221477,6 +235016,7 @@ https://www.chakray.com/es/por-que-api-lifecycle-management-imprescindible-api-o v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.chakray.com/why-api-lifecycle-management-is-must-organisation-apis: content_hash: 66ba93f2b57b4e6cba4017af7df4ece9e92fb738d7fc98d788e7a8891831ac86 description: '' @@ -221489,6 +235029,7 @@ https://www.chakray.com/why-api-lifecycle-management-is-must-organisation-apis: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.chaossearch.io/blog/essential-devops-tools: content_hash: cd6b839a8e689cf2f60c23f96d145ab709d12aaeed044568b27a61a618cab080 description: '' @@ -221505,6 +235046,7 @@ https://www.chaossearch.io/blog/essential-devops-tools: v2_locations: - devops.md year: N/A + addition_method: manual https://www.cheat-sheets.org: content_hash: c4129b383979b8f40299333db56584089338c9c759879b26a5649db3c5c7530a health_score: 100.0 @@ -221517,6 +235059,7 @@ https://www.cheat-sheets.org: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.cheatography.com/mikesac/cheat-sheets/maven: content_hash: d8c16e2641165639ccd2c9f092f0e7ee5a650b3338d6dc58a2d1ce9d1fc61e2c description: '' @@ -221528,6 +235071,7 @@ https://www.cheatography.com/mikesac/cheat-sheets/maven: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://www.checklyhq.com: content_hash: 57d1be104d5c72d24db7dd83c25f37fd28ff9b4beb019c527cc62af85aa01717 description: '' @@ -221544,6 +235088,7 @@ https://www.checklyhq.com: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.checkov.io: content_hash: 1a61cd26d2e9bc79820543c6f6a23e496d6ef40b35e51af892b31b294ba05964 description: '' @@ -221560,6 +235105,7 @@ https://www.checkov.io: v2_locations: - securityascode.md year: N/A + addition_method: manual https://www.chef.io: content_hash: 9b410184902c6d2e49951cb9d4f26bb890cbf5fb9f8a1014703235c03607e9c6 description: '' @@ -221576,6 +235122,7 @@ https://www.chef.io: v2_locations: - chef.md year: N/A + addition_method: manual https://www.chef.io/training/tutorials: content_hash: 6ed1e2dceb347a4a95dc31ac75078bb2d43ccab2cd4fd619f177aae644acd6d1 health_score: 100.0 @@ -221588,6 +235135,7 @@ https://www.chef.io/training/tutorials: - docs/chef.md v2_locations: - chef.md + addition_method: manual https://www.cio.com/article/194093/agile-vs-waterfall-project-methodologies-compared.html: content_hash: a7de12a9632625f4f4b63b7bfa583b51a8d6f795c1b2a897df36d91b92cae261 health_score: 100.0 @@ -221600,6 +235148,7 @@ https://www.cio.com/article/194093/agile-vs-waterfall-project-methodologies-comp - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.cio.com/article/220351/what-is-noops-the-quest-for-fully-automated-it-operations.html: content_hash: 699c2f527ac51efc358073a017b3bf8e17b84832c25224770dbc83a9c4d022e9 health_score: 100.0 @@ -221612,6 +235161,7 @@ https://www.cio.com/article/220351/what-is-noops-the-quest-for-fully-automated-i - docs/noops.md v2_locations: - noops.md + addition_method: manual https://www.cio.com/article/3407714/what-is-noops-the-quest-for-fully-automated-it-operations.html: content_hash: 6388a5458c9c346b82a92439701a137dd74085e5fd74f7e63eae8a0dc140a332 description: '' @@ -221623,6 +235173,7 @@ https://www.cio.com/article/3407714/what-is-noops-the-quest-for-fully-automated- v1_locations: - docs/noops.md year: N/A + addition_method: manual https://www.cio.com/article/350337/make-better-ai-infrastructure-decisions-why-hybrid-cloud-is-a-solid-fit.html: ai_summary: Curator Insight discusses why a hybrid cloud footprint remains the most strategic deployment vector for enterprise artificial intelligence. Live Grounding @@ -221652,6 +235203,7 @@ https://www.cio.com/article/350337/make-better-ai-infrastructure-decisions-why-h v2_locations: - ai.md year: N/A + addition_method: manual https://www.cio.com/article/3584559/agile-vs-waterfall-project-methodologies-compared.html: content_hash: 9e7713838d1303a1ee9ddfc86ad1d161063f0366687fe9dcc935a76aa313533d description: '' @@ -221663,6 +235215,7 @@ https://www.cio.com/article/3584559/agile-vs-waterfall-project-methodologies-com v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.circonus.com/2020/09/guide-to-kubernetes-monitoring-part-1: ai_summary: Part one of a introductory series detailing the evolution of Kubernetes observability. Outlines how pull-based metrics scrape architectures operate and @@ -221690,6 +235243,7 @@ https://www.circonus.com/2020/09/guide-to-kubernetes-monitoring-part-1: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.circonus.com/2020/12/12-critical-kubernetes-health-conditions-you-need-to-monitor-and-why: ai_summary: An alternative perspective highlighting twelve crucial Kubernetes metrics. Explains why etcd leader election loss, system OOMs, and PVC storage saturation @@ -221717,6 +235271,7 @@ https://www.circonus.com/2020/12/12-critical-kubernetes-health-conditions-you-ne v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual ? https://www.circonus.com/2021/01/guide-to-monitoring-kubernetes-part-2-which-metrics-and-health-conditions-you-should-be-monitoring : content_hash: 6a02b3646cb284e8ff9f4b4c95e857c4f48d604e39db9702bd50d3606703fbf2 description: '' @@ -221728,6 +235283,7 @@ https://www.circonus.com/2020/12/12-critical-kubernetes-health-conditions-you-ne v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://www.circonus.com/2021/04/monitoring-for-success-what-all-sres-need-to-know: ai_summary: A deep technical evaluation of telemetry and metric requirements for SRE. Discusses the selection of appropriate service objectives and data collection @@ -221754,6 +235310,7 @@ https://www.circonus.com/2021/04/monitoring-for-success-what-all-sres-need-to-kn v2_locations: - sre.md year: N/A + addition_method: manual https://www.cisecurity.org/insights/blog/where-does-zero-trust-begin-and-why-is-it-important: ai_summary: An architectural primer outlining the foundational structures of the Zero-Trust security paradigm. Discusses the fundamental shift from perimeter security @@ -221784,6 +235341,7 @@ https://www.cisecurity.org/insights/blog/where-does-zero-trust-begin-and-why-is- v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.civo.com/academy: content_hash: 4721b2cde7c28a4d955c737bff7a2c9d4e9214cd34e24824e98ea434223ce2ee description: '' @@ -221800,6 +235358,7 @@ https://www.civo.com/academy: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.civo.com/blog/k8s-vs-k3s: content_hash: 76a002c79346bf1a50173d8e176bb9e158a27bb3ee9a612505e8d6ad026a3e5c description: '' @@ -221816,6 +235375,7 @@ https://www.civo.com/blog/k8s-vs-k3s: v2_locations: - rancher.md year: N/A + addition_method: manual https://www.civo.com/learn: content_hash: 0720b93f280dacda350e4a0b5836df106eb7f9930bed33f5f6327ff3c0923d98 health_score: 100.0 @@ -221829,12 +235389,14 @@ https://www.civo.com/learn: v2_locations: - pulumi.md - yaml.md + addition_method: manual https://www.civo.com/learn/deployments-without-yaml-using-ketch: content_hash: 6f230bb9d36bbfc040e3cad2eabf6f81ba866b26e01d3f3ac480e211911784fa health_score: 100.0 last_checked: 1779032576.789804 v1_locations: - docs/yaml.md + addition_method: manual https://www.civo.com/learn/get-up-and-running-with-kubeflow-on-civo-kubernetes: content_hash: 49e8481c6eab35f5e7bb83a741210da28e6b2afe28227d5a4d56817be328af12 description: '' @@ -221851,6 +235413,7 @@ https://www.civo.com/learn/get-up-and-running-with-kubeflow-on-civo-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.civo.com/learn/kubernetes-clusters-using-the-civo-pulumi-provider: content_hash: 6f230bb9d36bbfc040e3cad2eabf6f81ba866b26e01d3f3ac480e211911784fa description: '' @@ -221862,6 +235425,7 @@ https://www.civo.com/learn/kubernetes-clusters-using-the-civo-pulumi-provider: v1_locations: - docs/pulumi.md year: N/A + addition_method: manual https://www.claydesk.com/ecampus/google-cloud-app-engine-vs-red-hat: content_hash: b0431efd4dcacfca1fc4e1963ad6b35c0d54b6125b4c40009ede53a6b6fe186c description: '' @@ -221877,6 +235441,7 @@ https://www.claydesk.com/ecampus/google-cloud-app-engine-vs-red-hat: v2_locations: - ocp3.md year: N/A + addition_method: manual https://www.clickittech.com/aws/amazon-ecs-vs-eks: content_hash: abb89343780aace3e960c8d9940b76a5f9aae223a54e661604818e84f28b84cf description: '' @@ -221889,6 +235454,7 @@ https://www.clickittech.com/aws/amazon-ecs-vs-eks: - docs/aws-containers.md - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.clickittech.com/cloud-services/amazon-ecs-vs-eks: ai_summary: A comparative evaluation of AWS ECS and EKS architectures, evaluating setup speed, configuration overhead, and native AWS integrations. Perfect for @@ -221914,6 +235480,7 @@ https://www.clickittech.com/cloud-services/amazon-ecs-vs-eks: - aws-containers.md - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.clickittech.com/devops/ci-cd-best-practices: ai_summary: 'Curator Insight: Targets highly regulated sector constraints within continuous software integration pipelines. Live Grounding: Explores compliance @@ -221943,6 +235510,7 @@ https://www.clickittech.com/devops/ci-cd-best-practices: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.clickittech.com/devops/docker-security-best-practices: content_hash: a84f03db9708805d91552ccb6538090e1955a328679c09135149a507cf3e093b description: '' @@ -221960,6 +235528,7 @@ https://www.clickittech.com/devops/docker-security-best-practices: v2_locations: - docker.md year: N/A + addition_method: manual https://www.clickittech.com/devops/infrastructure-as-code-tools: content_hash: 49579b30fc9e4ade02214b3c8b55375ee6fd720fe880e0ba6f41d9d30881d41c description: '' @@ -221977,6 +235546,7 @@ https://www.clickittech.com/devops/infrastructure-as-code-tools: v2_locations: - iac.md year: N/A + addition_method: manual https://www.clickittech.com/devops/kubernetes-autoscaling: content_hash: 90f61731d43c8e05def57d20c91222004f4a6fddede665215adaf592bb486e1c description: '' @@ -221993,6 +235563,7 @@ https://www.clickittech.com/devops/kubernetes-autoscaling: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.clickittech.com/devops/kubernetes-multi-tenancy: ai_summary: This guide details patterns for sharing an EKS cluster among multiple tenants safely. It highlights namespace isolation, network policies, IAM Roles @@ -222018,6 +235589,7 @@ https://www.clickittech.com/devops/kubernetes-multi-tenancy: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.clickittech.com/devops/microservices-vs-monolith: ai_summary: 'Curator Insight: Comparative analysis detailing performance, maintenance, scaling capabilities, and costs associated with monolithic and microservices structures. @@ -222046,6 +235618,7 @@ https://www.clickittech.com/devops/microservices-vs-monolith: v2_locations: - faq.md year: N/A + addition_method: manual https://www.clickittech.com/devops/terraform-vs-cloudformation: content_hash: 6a241823e582520b47f5ae6c6c06e7f6d0b5e4d40c345c5446e5366250da0c04 description: '' @@ -222062,6 +235635,7 @@ https://www.clickittech.com/devops/terraform-vs-cloudformation: v2_locations: - iac.md year: N/A + addition_method: manual https://www.clickittech.com/devops/what-is-gitops: content_hash: 453c1513e81ee1f448efe4c662947e6d3f961abe47bc86363214b86cf17a9242 description: '' @@ -222078,6 +235652,7 @@ https://www.clickittech.com/devops/what-is-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.clickittech.com/saas/kubernetes-multi-tenancy: content_hash: b11c35f92f428e8c4b42b516833dbf6ef27ea3dccdc72cc20eae9ea507640bfe description: '' @@ -222090,6 +235665,7 @@ https://www.clickittech.com/saas/kubernetes-multi-tenancy: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.climagic.org: ai_summary: A community repository containing practical, exotic, and daily CLI tricks. Serving as a continuous stream of shell wisdom, it focuses on simplifying advanced @@ -222116,6 +235692,7 @@ https://www.climagic.org: v2_locations: - linux.md year: '2024' + addition_method: manual https://www.cloud-architect.fr/2022/01/19/az-cheatsheet-become-an-expert-in-azure-landing-zones: content_hash: N/A description: '' @@ -222130,6 +235707,7 @@ https://www.cloud-architect.fr/2022/01/19/az-cheatsheet-become-an-expert-in-azur v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.cloudbees.com: content_hash: 1ab67f70dd0cec9e809d94f5781faa0a2a282610d9735e7acb6959ba1fcc905f description: '' @@ -222146,6 +235724,7 @@ https://www.cloudbees.com: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog: content_hash: f50f4bf6730231c5bbb544b3c3a903d6fd853bb71e54099d2309fe9c024b3012 health_score: 100.0 @@ -222158,6 +235737,7 @@ https://www.cloudbees.com/blog: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.cloudbees.com/blog/13-git-commands-to-know-in-order: content_hash: 1a7e5fc3106b8a0483b61d71730740c341c221158ab3dea885ce8f0eb8df20e5 description: '' @@ -222169,6 +235749,7 @@ https://www.cloudbees.com/blog/13-git-commands-to-know-in-order: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/apm-tools-jenkins-performance: content_hash: 1fa5211c5efce3756f77b92a3f57fda718013330a9926a3997ed51ba88660707 description: '' @@ -222186,6 +235767,7 @@ https://www.cloudbees.com/blog/apm-tools-jenkins-performance: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/application-performance-monitoring-tools: content_hash: 32b57c88e9d5eb9595acbcbb7fb2e022163c5b624f56598ca4576ca27ba4c235 description: '' @@ -222203,6 +235785,7 @@ https://www.cloudbees.com/blog/application-performance-monitoring-tools: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/asynchronous-communication: content_hash: 77b69cda5ef90f0d832ffff2a8fdbbc76c39fcfe4f189d6005dfd4bcec6e5c3c description: '' @@ -222214,6 +235797,7 @@ https://www.cloudbees.com/blog/asynchronous-communication: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/asynchronous-development: content_hash: 7dc9ec5efb6b1fca39c163ab70731449af3da40ca19788cd76e2bc1178a887c7 health_score: 100.0 @@ -222226,6 +235810,7 @@ https://www.cloudbees.com/blog/asynchronous-development: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.cloudbees.com/blog/automated-build-deploy-feedback-using-instana: content_hash: 74105ce17f8328e4e595eb8ff1c615691be5a491cdcccc9b2a0bcc8bd13501d7 description: '' @@ -222243,6 +235828,7 @@ https://www.cloudbees.com/blog/automated-build-deploy-feedback-using-instana: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/beginners-guide-to-continuous-integration-and-deployment: content_hash: dc8e098f8c39f0b72d9844449fb160a76b1cebf793e3ba8a13f8e3237ea7116c health_score: 100.0 @@ -222255,6 +235841,7 @@ https://www.cloudbees.com/blog/beginners-guide-to-continuous-integration-and-dep - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.cloudbees.com/blog/change-management-in-production: ai_summary: Details the operational intersection of feature flags and traditional ITIL/Change Management. Demonstrates how audit trails, runtime permissions, and @@ -222283,6 +235870,7 @@ https://www.cloudbees.com/blog/change-management-in-production: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/ci-cd-pipeline: ai_summary: 'Curator Insight: Outlines the essential build blocks of a secure, enterprise-ready continuous delivery system. Live Grounding: Analyzes pipeline stages from code @@ -222311,6 +235899,7 @@ https://www.cloudbees.com/blog/ci-cd-pipeline: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/cicd-tools-to-know-2021: ai_summary: A comparison of baseline CI/CD options focusing on legacy and cloud-native systems. It contrasts the architecture of Jenkins, GitLab CI, and CloudBees, providing @@ -222339,6 +235928,7 @@ https://www.cloudbees.com/blog/cicd-tools-to-know-2021: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/configuration-as-code-plugin-support: content_hash: f0e6504c9099bad82e044b1c16abf7fd0d5f630f6638a323909862dea5901c2f description: '' @@ -222355,6 +235945,7 @@ https://www.cloudbees.com/blog/configuration-as-code-plugin-support: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/database-continuous-integration: content_hash: 2b449d4f2d38f3242f898733e4cb72612b8e87e1740130f079bea64abe13b22a description: '' @@ -222366,6 +235957,7 @@ https://www.cloudbees.com/blog/database-continuous-integration: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/enterprise-jvm-administration-and-jenkins-performance: content_hash: 6627267aa7578e25114c898280734b0dbeadb3c7bd4ebd74f7d12f119918d4f4 description: '' @@ -222382,6 +235974,7 @@ https://www.cloudbees.com/blog/enterprise-jvm-administration-and-jenkins-perform v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/feature-flag-lifecycle: ai_summary: Provides an engineering framework for managing the complete lifecycle of a feature flag. Covers creation, local developer testing, target validation @@ -222411,6 +236004,7 @@ https://www.cloudbees.com/blog/feature-flag-lifecycle: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/feature-flags-improve-developer-productivity: ai_summary: Explores how integrating feature flags into testing lifecycles boosts productivity by isolating code changes. Details strategies for running live production @@ -222438,6 +236032,7 @@ https://www.cloudbees.com/blog/feature-flags-improve-developer-productivity: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/getting-started-quickly-with-ansible-ad-hoc-commands: content_hash: 05bbf723b43cfcc1550d6c8898e66c9a1c25a87cd3578bee7a0c4fac20992232 description: '' @@ -222454,6 +236049,7 @@ https://www.cloudbees.com/blog/getting-started-quickly-with-ansible-ad-hoc-comma v2_locations: - ansible.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/git-commit-detailed-tutorial-on-saving-your-code: ai_summary: A structured deep dive into the 13 most critical Git commands mapped to their logical position in the code deployment lifecycle. The tutorial breaks @@ -222477,6 +236073,7 @@ https://www.cloudbees.com/blog/git-commit-detailed-tutorial-on-saving-your-code: v2_locations: - git.md year: '2021' + addition_method: manual https://www.cloudbees.com/blog/git-pull-how-it-works-with-detailed-examples: ai_summary: Deconstructs the mechanics of 'git pull' as a composite operation of 'git fetch' followed by either 'git merge' or 'git rebase'. The article uses visual @@ -222506,6 +236103,7 @@ https://www.cloudbees.com/blog/git-pull-how-it-works-with-detailed-examples: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/git-push-an-in-depth-tutorial-with-examples: ai_summary: A comprehensive guide analyzing the technical layers of transferring local branch updates to remote repositories. It covers upstream configuration, @@ -222535,6 +236133,7 @@ https://www.cloudbees.com/blog/git-push-an-in-depth-tutorial-with-examples: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/git-reset-undo-changes: ai_summary: Demystifies the core differences between '--soft', '--mixed', and '--hard' reset operations in Git. By mapping how resets affect the HEAD pointer, the index, @@ -222564,6 +236163,7 @@ https://www.cloudbees.com/blog/git-reset-undo-changes: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/git-squash-how-to-condense-your-commit-history: ai_summary: Architect-focused guide to maintaining a linear, clean history via squashing. It covers the technical mechanics of merging multiple development commits into @@ -222593,6 +236193,7 @@ https://www.cloudbees.com/blog/git-squash-how-to-condense-your-commit-history: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/grow-cd-maturity: content_hash: 6baf7bcf10a248eaca07b4f16b09ae99ce52c25c64270e6b23679e36a8956e03 description: '' @@ -222604,6 +236205,7 @@ https://www.cloudbees.com/blog/grow-cd-maturity: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/how-disable-code-developers-production-kill-switch: content_hash: f0c664009d8862453ebd41f01b177432ac95ca39c788f6bc5d1ae98c6316ffd8 description: '' @@ -222620,6 +236222,7 @@ https://www.cloudbees.com/blog/how-disable-code-developers-production-kill-switc v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/how-feature-flags-help-you-put-customers-first: ai_summary: Describes how integrating a feature-management engine into a classic CI/CD pipeline shifts focus from raw delivery to end-user outcomes. Emphasizes @@ -222642,6 +236245,7 @@ https://www.cloudbees.com/blog/how-feature-flags-help-you-put-customers-first: v2_locations: - git.md year: '2020' + addition_method: manual https://www.cloudbees.com/blog/how-speed-software-development-build-test-acceleration-tools: content_hash: 484792ab15a6bd328e937136e96c2cbe00afaf1db0852ce864d9a51b94b81eec description: '' @@ -222653,6 +236257,7 @@ https://www.cloudbees.com/blog/how-speed-software-development-build-test-acceler v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/how-to-build-the-process-and-culture-behind-using-feature-flags-at-scale: ai_summary: A deep dive into scale management and governance around feature flags. Discusses the culture, runtime safety, and organizational processes needed to @@ -222674,6 +236279,7 @@ https://www.cloudbees.com/blog/how-to-build-the-process-and-culture-behind-using v2_locations: - git.md year: '2021' + addition_method: manual https://www.cloudbees.com/blog/how-to-nail-devops-governance-and-compliance-in-a-highly-regulated-industry: content_hash: 314100fd2ab0bd3d1def1a38758c4e1a11a49dc56c1750248fba9a3f8f016f6b description: '' @@ -222691,6 +236297,7 @@ https://www.cloudbees.com/blog/how-to-nail-devops-governance-and-compliance-in-a v2_locations: - devops.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/most-common-issues-scaling-jenkins: content_hash: 759a4591bfc49ee1fd651ee29cb08bc307f9ce5cc4133a9931dc0abf1e982f37 description: '' @@ -222708,6 +236315,7 @@ https://www.cloudbees.com/blog/most-common-issues-scaling-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/rollout-tutorial-feature-flagging-your-react-native-app-5-minutes: content_hash: 21b4b066aecd4afc2e2aaa9a1d562d940d28cfff494546203c5274f4f546498d health_score: 100.0 @@ -222720,6 +236328,7 @@ https://www.cloudbees.com/blog/rollout-tutorial-feature-flagging-your-react-nati - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.cloudbees.com/blog/the-importance-of-feature-flags-in-cicd: content_hash: 8406e06aa995f893b05da9e6ff56056360896755b76adda73fdedfaddccbc7c9 description: '' @@ -222731,6 +236340,7 @@ https://www.cloudbees.com/blog/the-importance-of-feature-flags-in-cicd: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/tips-creating-successful-cicd-pipeline: ai_summary: 'Curator Insight: Distilled architectural rules for creating resilient, fast, and scalable integration pipelines. Live Grounding: Focuses on trunk-based @@ -222759,6 +236369,7 @@ https://www.cloudbees.com/blog/tips-creating-successful-cicd-pipeline: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/top-10-best-practices-jenkins-pipeline-plugin: content_hash: 49665a497c648ddf3ef1f14c5d9f3d3fc1e67a2202bf2714915ff7ead6ed5391 description: '' @@ -222775,6 +236386,7 @@ https://www.cloudbees.com/blog/top-10-best-practices-jenkins-pipeline-plugin: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/using-predictive-analytics-to-show-adding-more-people: content_hash: 3fc5ecf5e429305d4a591ba0747dbb9d37f6dbcb58bf2a2a24cb7536a5e8feae description: '' @@ -222792,6 +236404,7 @@ https://www.cloudbees.com/blog/using-predictive-analytics-to-show-adding-more-pe v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.cloudbees.com/blog/your-jenkins-slow-how-to-fix: content_hash: 7f62ded9da31ad2888cce85eaef5894a4b281e161ccff7bfe034f5de79c7370e description: '' @@ -222808,6 +236421,7 @@ https://www.cloudbees.com/blog/your-jenkins-slow-how-to-fix: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/capabilities/continuous-delivery: health_score: 100.0 last_checked: 1779130494.98539 @@ -222820,6 +236434,7 @@ https://www.cloudbees.com/capabilities/continuous-delivery: v2_locations: - jenkins.md - jenkins-alternatives.md + addition_method: manual https://www.cloudbees.com/case-study/petdesk: content_hash: 2910ef1c31381fd3aeffc42831ec26ffc59ecd89cb280d37ca97c60c5a9b5a4a description: '' @@ -222832,6 +236447,7 @@ https://www.cloudbees.com/case-study/petdesk: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.cloudbees.com/customers/petdesk: ai_summary: A client case study highlighting how veterinary platform PetDesk integrated feature flagging into their deployment lifecycle. Demonstrates how isolating major @@ -222856,6 +236472,7 @@ https://www.cloudbees.com/customers/petdesk: v2_locations: - git.md year: '2021' + addition_method: manual https://www.cloudbees.com/gitops/what-is-gitops: content_hash: 9e1ad31f7804c560e49beb96532474094da2bd8feb0e0f84620d78b86fd863d4 description: '' @@ -222872,6 +236489,7 @@ https://www.cloudbees.com/gitops/what-is-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.cloudbees.com/jenkins-x/what-is-jenkins-x: content_hash: 8e31b7e8d61fcd30772caeed7a36eb0d9a9b4ba7cf9309e56354e327493ceb60 description: '' @@ -222883,6 +236501,7 @@ https://www.cloudbees.com/jenkins-x/what-is-jenkins-x: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.cloudbees.com/products/accelerator/overview: content_hash: 1ab67f70dd0cec9e809d94f5781faa0a2a282610d9735e7acb6959ba1fcc905f description: '' @@ -222894,6 +236513,7 @@ https://www.cloudbees.com/products/accelerator/overview: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/products/flow/overview: content_hash: 3754b2c854e303ad043388b3041901437cfc9e4dd7b26ed42f1ab93d6a6ed94f description: '' @@ -222906,6 +236526,7 @@ https://www.cloudbees.com/products/flow/overview: - docs/jenkins-alternatives.md - docs/jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/resource/whitepaper/jenkins-pipeline-plugins: content_hash: fd8ce240c9a8ba84fcc822e134812f61232cb51f06b77871072ec77bce808fd0 description: '' @@ -222922,6 +236543,7 @@ https://www.cloudbees.com/resource/whitepaper/jenkins-pipeline-plugins: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/videos/jenkins-template-pipeline-devsecops: content_hash: 2dc9104d36b8d8f7ebb0e9112e6305c03eec68a5d197cf2ec5449bc679bac987 description: '' @@ -222939,6 +236561,7 @@ https://www.cloudbees.com/videos/jenkins-template-pipeline-devsecops: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cloudbees.com/whitepapers/building-cloud-native-apps-painlessly: content_hash: 4691afb9db15f60f3cd33cc32ca32579c1ff884bfb85606cfd3230bb4126a789 health_score: 100.0 @@ -222951,6 +236574,7 @@ https://www.cloudbees.com/whitepapers/building-cloud-native-apps-painlessly: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.cloudcatalog.dev: content_hash: N/A description: '' @@ -222966,6 +236590,7 @@ https://www.cloudcatalog.dev: - aws-tools-scripts.md - index.md year: N/A + addition_method: manual https://www.cloudcraft.co: content_hash: fbdf5d9a2ec0c3715a5740691ba4e4867c47f9d50c7819207924f749f30862b0 health_score: 100.0 @@ -222977,6 +236602,7 @@ https://www.cloudcraft.co: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://www.cloudera.com/blog.html: ai_summary: Analyzes the scaling behaviors of consumer groups in Apache Kafka. Outlines dynamic partition rebalancing algorithms, protocol designs, and strategies to @@ -222998,6 +236624,7 @@ https://www.cloudera.com/blog.html: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.cloudflare.com: content_hash: 26b34bd8859f0f0723a757a12c7d9d1b6222ba1b7642d33a261a4f8e27f1fdbb description: '' @@ -223014,6 +236641,7 @@ https://www.cloudflare.com: v2_locations: - cloudflare.md year: N/A + addition_method: manual https://www.cloudflare.com/learning/serverless/glossary/what-is-edge-computing: content_hash: N/A description: '' @@ -223028,6 +236656,7 @@ https://www.cloudflare.com/learning/serverless/glossary/what-is-edge-computing: v2_locations: - edge-computing.md year: N/A + addition_method: manual https://www.cloudinsidr.com/content/how-to-restore-your-instance-data-from-a-backup-using-snapshots-on-aws-ec2ebs: content_hash: 4cd304f7a0e30bf990e162e91d60a07d829aa92c6d66c686c0b834b2707229fc description: '' @@ -223044,6 +236673,7 @@ https://www.cloudinsidr.com/content/how-to-restore-your-instance-data-from-a-bac v2_locations: - aws-backup.md year: N/A + addition_method: manual https://www.cloudnativedeepdive.com/implementing-istio-from-start-to-finish: ai_summary: An implementation guide mapping out the lifecycle steps required to deploy, secure, and operate an Istio service mesh in enterprise environments. @@ -223078,6 +236708,7 @@ https://www.cloudnativedeepdive.com/implementing-istio-from-start-to-finish: - servicemesh.md - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.cloudnativedeepdive.com/sharing-a-nvidia-gpu-between-pods-in-kubernetes: ai_summary: Explores the technicalities of sharing physical NVIDIA GPUs among multiple Pods in Kubernetes. Covers GPU fractional slicing, Multi-Instance GPU (MIG) strategies, @@ -223109,6 +236740,7 @@ https://www.cloudnativedeepdive.com/sharing-a-nvidia-gpu-between-pods-in-kuberne - kubernetes-operators-controllers.md - kubernetes-tools.md year: N/A + addition_method: manual https://www.cloudnatively.com/kubernetes-client-tools-overview: content_hash: N/A description: '' @@ -223123,6 +236755,7 @@ https://www.cloudnatively.com/kubernetes-client-tools-overview: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.cloudnatively.com/kubernetes-hpa-explanation: content_hash: N/A description: '' @@ -223137,6 +236770,7 @@ https://www.cloudnatively.com/kubernetes-hpa-explanation: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.cloudnatively.com/stateful-apps-on-kubernetes: content_hash: N/A description: '' @@ -223151,6 +236785,7 @@ https://www.cloudnatively.com/stateful-apps-on-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cloudnowtech.com/blog/kubernetes-vs-serverless-how-do-you-choose: content_hash: 97fe453eac222fce2f5ac7b442799220f267c19a6eb65cb7d0ed4917516e19a9 description: '' @@ -223167,6 +236802,7 @@ https://www.cloudnowtech.com/blog/kubernetes-vs-serverless-how-do-you-choose: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.cloudops.com/blog/comparing-service-meshes-istio-linkerd-and-consul-connect-citrix-adc: content_hash: 63dcca6b0fcc2dd3fbacdbd91b73e802c5d1df41c1001879f736bf786d5c8a0d description: '' @@ -223184,6 +236820,7 @@ https://www.cloudops.com/blog/comparing-service-meshes-istio-linkerd-and-consul- v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.cloudquery.io: ai_summary: An open-source cloud asset inventory tool that transforms infrastructure metadata into queryable SQL databases. By decoupling extraction (APIs) from storage @@ -223213,6 +236850,7 @@ https://www.cloudquery.io: v2_locations: - cloud-asset-inventory.md year: N/A + addition_method: manual https://www.cloudquery.io/blog/announcing-cloudquery-terraform-drift-detection: content_hash: 52564dcfc400a749e50b113553850f00c4216231ab86bebc9bd92636ffb4ba45 description: '' @@ -223229,6 +236867,7 @@ https://www.cloudquery.io/blog/announcing-cloudquery-terraform-drift-detection: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.cloudquery.io/blog/open-source-cloud-asset-inventory-with-cloudquery-and-grafana: content_hash: 1a4d49b9e69dcae534d1a7cc466241d5f6eb430cf80425d790565313cd8c488a description: '' @@ -223241,6 +236880,7 @@ https://www.cloudquery.io/blog/open-source-cloud-asset-inventory-with-cloudquery v1_locations: - docs/cloud-asset-inventory.md year: N/A + addition_method: manual https://www.cloudquery.io/learning-center/cloud-asset-management: ai_summary: A hands-on deployment guide detailing how to build a unified cloud-native asset inventory. It guides architects through configuring CloudQuery pipelines @@ -223264,6 +236904,7 @@ https://www.cloudquery.io/learning-center/cloud-asset-management: v2_locations: - cloud-asset-inventory.md year: '2023' + addition_method: manual https://www.cloudsavvyit.com/10110/how-does-kubernetes-work: content_hash: N/A description: '' @@ -223278,6 +236919,7 @@ https://www.cloudsavvyit.com/10110/how-does-kubernetes-work: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/12277/how-to-use-multi-threaded-processing-in-bash-scripts: content_hash: N/A description: '' @@ -223292,6 +236934,7 @@ https://www.cloudsavvyit.com/12277/how-to-use-multi-threaded-processing-in-bash- v2_locations: - linux.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/13024/how-to-run-your-own-kubernetes-cluster-with-microk8s: content_hash: N/A description: '' @@ -223306,6 +236949,7 @@ https://www.cloudsavvyit.com/13024/how-to-run-your-own-kubernetes-cluster-with-m v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/13039/how-to-scale-docker-containers-across-servers-using-kubernetes: content_hash: N/A description: '' @@ -223320,6 +236964,7 @@ https://www.cloudsavvyit.com/13039/how-to-scale-docker-containers-across-servers v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/13049/what-is-docker-swarm-mode-and-when-should-you-use-it: content_hash: N/A description: '' @@ -223334,6 +236979,7 @@ https://www.cloudsavvyit.com/13049/what-is-docker-swarm-mode-and-when-should-you v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/13092/is-rocky-linux-the-new-centos: content_hash: N/A description: '' @@ -223348,6 +236994,7 @@ https://www.cloudsavvyit.com/13092/is-rocky-linux-the-new-centos: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/13842/how-to-run-phpmyadmin-in-a-docker-container: content_hash: N/A description: '' @@ -223362,6 +237009,7 @@ https://www.cloudsavvyit.com/13842/how-to-run-phpmyadmin-in-a-docker-container: v2_locations: - databases.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/13937/how-to-ssh-into-a-docker-container: content_hash: N/A description: '' @@ -223376,6 +237024,7 @@ https://www.cloudsavvyit.com/13937/how-to-ssh-into-a-docker-container: v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/13987/how-to-use-docker-cp-to-copy-files-between-host-and-containers: content_hash: N/A description: '' @@ -223390,6 +237039,7 @@ https://www.cloudsavvyit.com/13987/how-to-use-docker-cp-to-copy-files-between-ho v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14036/how-to-use-git-hooks-for-commit-automation: content_hash: N/A description: '' @@ -223404,6 +237054,7 @@ https://www.cloudsavvyit.com/14036/how-to-use-git-hooks-for-commit-automation: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14081/how-to-pass-environment-variables-to-docker-containers: content_hash: N/A description: '' @@ -223418,6 +237069,7 @@ https://www.cloudsavvyit.com/14081/how-to-pass-environment-variables-to-docker-c v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14191/how-to-clean-up-and-delete-docker-images: content_hash: N/A description: '' @@ -223432,6 +237084,7 @@ https://www.cloudsavvyit.com/14191/how-to-clean-up-and-delete-docker-images: v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14289/how-to-delete-git-branches-on-local-and-remote-repositories: content_hash: N/A description: '' @@ -223446,6 +237099,7 @@ https://www.cloudsavvyit.com/14289/how-to-delete-git-branches-on-local-and-remot v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14508/how-to-assign-a-static-ip-to-a-docker-container: content_hash: N/A description: '' @@ -223460,6 +237114,7 @@ https://www.cloudsavvyit.com/14508/how-to-assign-a-static-ip-to-a-docker-contain v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14587/how-to-restart-kubernetes-pods-with-kubectl: content_hash: N/A description: '' @@ -223474,6 +237129,7 @@ https://www.cloudsavvyit.com/14587/how-to-restart-kubernetes-pods-with-kubectl: v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14640/how-to-properly-fork-a-github-repository: content_hash: N/A description: '' @@ -223488,6 +237144,7 @@ https://www.cloudsavvyit.com/14640/how-to-properly-fork-a-github-repository: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14663/how-to-inspect-a-docker-images-content-without-starting-a-container: content_hash: N/A description: '' @@ -223503,6 +237160,7 @@ https://www.cloudsavvyit.com/14663/how-to-inspect-a-docker-images-content-withou v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14690/how-to-get-started-with-devspace-and-rapidly-develop-kubernetes-apps: content_hash: N/A description: '' @@ -223518,6 +237176,7 @@ https://www.cloudsavvyit.com/14690/how-to-get-started-with-devspace-and-rapidly- v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14710/how-to-move-changes-to-another-branch-in-git: content_hash: N/A description: '' @@ -223532,6 +237191,7 @@ https://www.cloudsavvyit.com/14710/how-to-move-changes-to-another-branch-in-git: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14822/should-you-use-https-or-ssh-for-git: content_hash: N/A description: '' @@ -223546,6 +237206,7 @@ https://www.cloudsavvyit.com/14822/should-you-use-https-or-ssh-for-git: v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14880/whats-the-difference-between-exposing-and-publishing-a-docker-port: content_hash: N/A description: '' @@ -223561,6 +237222,7 @@ https://www.cloudsavvyit.com/14880/whats-the-difference-between-exposing-and-pub v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14890/how-and-why-to-run-docker-inside-docker: content_hash: N/A description: '' @@ -223575,6 +237237,7 @@ https://www.cloudsavvyit.com/14890/how-and-why-to-run-docker-inside-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/14973/how-to-add-a-volume-to-an-existing-docker-container: content_hash: N/A description: '' @@ -223589,6 +237252,7 @@ https://www.cloudsavvyit.com/14973/how-to-add-a-volume-to-an-existing-docker-con v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/15066/how-to-manage-docker-engine-plugins: content_hash: N/A description: '' @@ -223603,6 +237267,7 @@ https://www.cloudsavvyit.com/15066/how-to-manage-docker-engine-plugins: v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/15124/what-is-prometheus-and-why-is-it-so-popular: content_hash: N/A description: '' @@ -223617,6 +237282,7 @@ https://www.cloudsavvyit.com/15124/what-is-prometheus-and-why-is-it-so-popular: v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/15158/10-tools-that-complement-docker: content_hash: N/A description: '' @@ -223631,6 +237297,7 @@ https://www.cloudsavvyit.com/15158/10-tools-that-complement-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/15207/how-to-use-github-actions-to-automate-your-repository-builds: content_hash: N/A description: '' @@ -223646,6 +237313,7 @@ https://www.cloudsavvyit.com/15207/how-to-use-github-actions-to-automate-your-re v2_locations: - git.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/3233/a-beginners-introduction-to-devops-principles: content_hash: N/A description: '' @@ -223660,6 +237328,7 @@ https://www.cloudsavvyit.com/3233/a-beginners-introduction-to-devops-principles: v2_locations: - devops.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/5414/should-you-run-a-database-in-docker: content_hash: N/A description: '' @@ -223674,6 +237343,7 @@ https://www.cloudsavvyit.com/5414/should-you-run-a-database-in-docker: v2_locations: - databases.md year: N/A + addition_method: manual https://www.cloudsavvyit.com/9033/how-to-use-cron-with-your-docker-containers: content_hash: N/A description: '' @@ -223688,6 +237358,7 @@ https://www.cloudsavvyit.com/9033/how-to-use-cron-with-your-docker-containers: v2_locations: - docker.md year: N/A + addition_method: manual https://www.cloudskew.com: content_hash: a33b831050c2a34cc14fea4c5f369aa3e1f3d4d8260fd343f531e89bd4e58e22 description: '' @@ -223704,6 +237375,7 @@ https://www.cloudskew.com: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.cloudtechtwitter.com/2022/04/kubeapiserver.html: content_hash: 43d6a43f30e7b32795ffbdf824d2507066a663ac3cba261cba583d92b791154d description: '' @@ -223720,6 +237392,7 @@ https://www.cloudtechtwitter.com/2022/04/kubeapiserver.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cloudtechtwitter.com/2022/04/kubernetes-quality-of-service-qos-class.html: content_hash: 6aa1f1ac67f33504d9e241d5aa9363b634be13653a6bb88956bbf953cff810f1 description: '' @@ -223736,6 +237409,7 @@ https://www.cloudtechtwitter.com/2022/04/kubernetes-quality-of-service-qos-class v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cloudtechtwitter.com/2022/05/dont-miss-next-article-be-first-to-be.html: content_hash: 3af6038311478d01e0b7d6f9b404be7d8b96546a0aba501c0841acff9fc794cc description: '' @@ -223753,6 +237427,7 @@ https://www.cloudtechtwitter.com/2022/05/dont-miss-next-article-be-first-to-be.h - kubernetes.md - index.md year: N/A + addition_method: manual https://www.cloudtechtwitter.com/2022/05/kubernetes-common-commands.html: content_hash: ab03bafb965cc589e2f8b7f971ada95d98c7647e1b34f4c9e571033afbbd0ff5 description: '' @@ -223769,6 +237444,7 @@ https://www.cloudtechtwitter.com/2022/05/kubernetes-common-commands.html: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.cloudtechtwitter.com/2022/05/lets-check-about-aws-vs-azure-services.html: content_hash: 9eaeb638dd80e1bbbb001d43eb929da63bbf07bbe7e6e875d26e35370786024d description: '' @@ -223785,6 +237461,7 @@ https://www.cloudtechtwitter.com/2022/05/lets-check-about-aws-vs-azure-services. v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.cloudtechtwitter.com/2022/05/pattern-api-gateway-backends-for.html: content_hash: c549035f177a1dbcd8828e918b3ee46c8dd8160f83577114ef1d79b6390f6828 description: '' @@ -223801,6 +237478,7 @@ https://www.cloudtechtwitter.com/2022/05/pattern-api-gateway-backends-for.html: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.cloudtechtwitter.com/2022/05/reverse-proxy-vs-forward-proxy.html: content_hash: 5a29ee14b5c87fbe745984df1cb959ba147d4c8e0d4df2584a24e80aaa6a4fd8 description: '' @@ -223817,6 +237495,7 @@ https://www.cloudtechtwitter.com/2022/05/reverse-proxy-vs-forward-proxy.html: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.cncf.io: content_hash: N/A description: '' @@ -223826,11 +237505,13 @@ https://www.cncf.io: title: cncf.io v1_locations: [] year: N/A + addition_method: manual ? https://www.cncf.io/announcements/2022/02/10/cncf-sees-record-kubernetes-and-container-adoption-in-2021-cloud-native-survey : content_hash: N/A health_score: 100.0 last_checked: 1779034291.709066 v1_locations: [] + addition_method: manual https://www.cncf.io/blog/2020/06/16/identifying-kubernetes-config-security-threats-pods-running-as-root: content_hash: N/A description: '' @@ -223846,6 +237527,7 @@ https://www.cncf.io/blog/2020/06/16/identifying-kubernetes-config-security-threa v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/07/17/site-reliability-engineering-sre-101-with-devops-vs-sre: content_hash: N/A description: '' @@ -223860,6 +237542,7 @@ https://www.cncf.io/blog/2020/07/17/site-reliability-engineering-sre-101-with-de v2_locations: - sre.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/07/27/logging-in-kubernetes-efk-vs-plg-stack: content_hash: N/A description: '' @@ -223874,6 +237557,7 @@ https://www.cncf.io/blog/2020/07/27/logging-in-kubernetes-efk-vs-plg-stack: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/09/11/cncf-end-user-technology-radar-observability-september-2020: content_hash: N/A description: '' @@ -223888,6 +237572,7 @@ https://www.cncf.io/blog/2020/09/11/cncf-end-user-technology-radar-observability v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/09/15/top-7-challenges-to-becoming-cloud-native: content_hash: N/A description: '' @@ -223902,6 +237587,7 @@ https://www.cncf.io/blog/2020/09/15/top-7-challenges-to-becoming-cloud-native: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/09/18/5-problems-with-kubernetes-cost-estimation-strategies: content_hash: N/A description: '' @@ -223916,6 +237602,7 @@ https://www.cncf.io/blog/2020/09/18/5-problems-with-kubernetes-cost-estimation-s v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/09/22/container-attached-storage-is-cloud-native-storage-cas: content_hash: N/A description: '' @@ -223930,6 +237617,7 @@ https://www.cncf.io/blog/2020/09/22/container-attached-storage-is-cloud-native-s v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/10/02/kubernetes-operators-101: content_hash: N/A description: '' @@ -223944,6 +237632,7 @@ https://www.cncf.io/blog/2020/10/02/kubernetes-operators-101: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/10/26/service-mesh-is-still-hard: content_hash: N/A description: '' @@ -223958,6 +237647,7 @@ https://www.cncf.io/blog/2020/10/26/service-mesh-is-still-hard: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/11/03/the-need-for-kubernetes-native-messaging-platform-in-hybrid-cloud-environment: content_hash: N/A description: '' @@ -223973,6 +237663,7 @@ https://www.cncf.io/blog/2020/11/03/the-need-for-kubernetes-native-messaging-pla v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/11/12/implementing-gitops-on-kubernetes-using-k3s-rancher-vault-and-argo-cd: content_hash: N/A description: '' @@ -223988,6 +237679,7 @@ https://www.cncf.io/blog/2020/11/12/implementing-gitops-on-kubernetes-using-k3s- v2_locations: - demos.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/12/11/why-linkerd-doesnt-use-envoy: content_hash: N/A description: '' @@ -224002,6 +237694,7 @@ https://www.cncf.io/blog/2020/12/11/why-linkerd-doesnt-use-envoy: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.cncf.io/blog/2020/12/14/kubernetes-101-an-introduction: content_hash: N/A description: '' @@ -224016,6 +237709,7 @@ https://www.cncf.io/blog/2020/12/14/kubernetes-101-an-introduction: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/02/25/kubernetes-network-policies-with-cilium-and-linkerd: content_hash: N/A description: '' @@ -224030,6 +237724,7 @@ https://www.cncf.io/blog/2021/02/25/kubernetes-network-policies-with-cilium-and- v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/03/10/protocol-detection-and-opaque-ports-in-linkerd: content_hash: N/A description: '' @@ -224044,6 +237739,7 @@ https://www.cncf.io/blog/2021/03/10/protocol-detection-and-opaque-ports-in-linke v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/03/16/introduction-to-k3d-run-k3s-in-docker: content_hash: N/A description: '' @@ -224058,6 +237754,7 @@ https://www.cncf.io/blog/2021/03/16/introduction-to-k3d-run-k3s-in-docker: v2_locations: - rancher.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/03/22/kubernetes-security: content_hash: N/A description: '' @@ -224072,6 +237769,7 @@ https://www.cncf.io/blog/2021/03/22/kubernetes-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/03/23/quick-application-deployments-on-microk8s-using-helm-chart: content_hash: N/A description: '' @@ -224086,6 +237784,7 @@ https://www.cncf.io/blog/2021/03/23/quick-application-deployments-on-microk8s-us v2_locations: - helm.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/03/24/add-java-agents-to-existing-kubernetes-and-helm-applications-instantly: content_hash: N/A description: '' @@ -224100,6 +237799,7 @@ https://www.cncf.io/blog/2021/03/24/add-java-agents-to-existing-kubernetes-and-h v2_locations: - helm.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/04/06/cloudformation-vs-terraform-which-is-better: content_hash: N/A description: '' @@ -224114,6 +237814,7 @@ https://www.cncf.io/blog/2021/04/06/cloudformation-vs-terraform-which-is-better: v2_locations: - iac.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/04/12/simplifying-multi-clusters-in-kubernetes: content_hash: N/A description: '' @@ -224128,6 +237829,7 @@ https://www.cncf.io/blog/2021/04/12/simplifying-multi-clusters-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/04/22/revealing-the-secrets-of-kubernetes-secrets: content_hash: N/A description: '' @@ -224142,6 +237844,7 @@ https://www.cncf.io/blog/2021/04/22/revealing-the-secrets-of-kubernetes-secrets: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/04/29/from-distributed-tracing-to-apm-taking-opentelemetry-and-jaeger-up-a-level: content_hash: N/A health_score: 100.0 @@ -224152,6 +237855,7 @@ https://www.cncf.io/blog/2021/04/29/from-distributed-tracing-to-apm-taking-opent - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://www.cncf.io/blog/2021/05/10/tools-to-develop-apps-on-kubernetes: content_hash: N/A description: '' @@ -224166,6 +237870,7 @@ https://www.cncf.io/blog/2021/05/10/tools-to-develop-apps-on-kubernetes: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual ? https://www.cncf.io/blog/2021/06/29/finops-for-kubernetes-insufficient-or-nonexistent-kubernetes-cost-monitoring-is-causing-overspend : content_hash: N/A description: '' @@ -224181,6 +237886,7 @@ https://www.cncf.io/blog/2021/05/10/tools-to-develop-apps-on-kubernetes: v2_locations: - finops.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/07/01/what-is-fairwinds-polaris-kubernetes-open-source-configuration-validation: content_hash: N/A description: '' @@ -224196,6 +237902,7 @@ https://www.cncf.io/blog/2021/07/01/what-is-fairwinds-polaris-kubernetes-open-so v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual ? https://www.cncf.io/blog/2021/07/15/networking-with-a-service-mesh-use-cases-best-practices-and-comparison-of-top-mesh-options : content_hash: N/A description: '' @@ -224211,6 +237918,7 @@ https://www.cncf.io/blog/2021/07/01/what-is-fairwinds-polaris-kubernetes-open-so v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/07/19/think-grpc-when-you-are-architecting-modern-microservices: content_hash: N/A description: '' @@ -224225,6 +237933,7 @@ https://www.cncf.io/blog/2021/07/19/think-grpc-when-you-are-architecting-modern- v2_locations: - api.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/07/27/advanced-kubernetes-pod-to-node-scheduling: content_hash: N/A description: '' @@ -224239,6 +237948,7 @@ https://www.cncf.io/blog/2021/07/27/advanced-kubernetes-pod-to-node-scheduling: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/08/10/avoiding-kubernetes-cluster-outages-with-synthetic-monitoring: content_hash: N/A description: '' @@ -224253,6 +237963,7 @@ https://www.cncf.io/blog/2021/08/10/avoiding-kubernetes-cluster-outages-with-syn v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/08/20/how-to-secure-your-kubernetes-control-plane-and-node-components: content_hash: N/A description: '' @@ -224267,6 +237978,7 @@ https://www.cncf.io/blog/2021/08/20/how-to-secure-your-kubernetes-control-plane- v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/09/24/kubernetes-ingress-grpc-example-with-a-dune-quote-service: content_hash: N/A description: '' @@ -224281,6 +237993,7 @@ https://www.cncf.io/blog/2021/09/24/kubernetes-ingress-grpc-example-with-a-dune- v2_locations: - demos.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/09/29/automation-is-the-future-of-cloud-cost-optimization: content_hash: N/A description: '' @@ -224296,6 +238009,7 @@ https://www.cncf.io/blog/2021/09/29/automation-is-the-future-of-cloud-cost-optim - index.md - introduction.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/10/06/kubernetes-cluster-api-reaches-production-readiness-with-version-1-0: content_hash: N/A description: '' @@ -224311,6 +238025,7 @@ https://www.cncf.io/blog/2021/10/06/kubernetes-cluster-api-reaches-production-re v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/10/07/server-side-reconciliation-is-coming: content_hash: N/A description: '' @@ -224325,6 +238040,7 @@ https://www.cncf.io/blog/2021/10/07/server-side-reconciliation-is-coming: v2_locations: - flux.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/10/29/how-to-justify-infrastructure-replacement-to-your-manager: content_hash: N/A description: '' @@ -224339,6 +238055,7 @@ https://www.cncf.io/blog/2021/10/29/how-to-justify-infrastructure-replacement-to v2_locations: - introduction.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/11/16/prometheus-announces-an-agent-to-address-a-new-range-of-use-cases: content_hash: N/A description: '' @@ -224353,6 +238070,7 @@ https://www.cncf.io/blog/2021/11/16/prometheus-announces-an-agent-to-address-a-n v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/11/23/how-to-add-observability-to-your-application-pipeline: content_hash: N/A description: '' @@ -224367,6 +238085,7 @@ https://www.cncf.io/blog/2021/11/23/how-to-add-observability-to-your-application v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.cncf.io/blog/2021/12/08/hosted-edge-vs-cloud-the-battle-for-latency-and-security: content_hash: N/A description: '' @@ -224381,6 +238100,7 @@ https://www.cncf.io/blog/2021/12/08/hosted-edge-vs-cloud-the-battle-for-latency- v2_locations: - edge-computing.md year: N/A + addition_method: manual https://www.cncf.io/blog/2022/02/18/introducing-opta-terraform-on-rails: content_hash: N/A description: '' @@ -224395,6 +238115,7 @@ https://www.cncf.io/blog/2022/02/18/introducing-opta-terraform-on-rails: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.cncf.io/blog/2022/03/03/an-emerging-job-kubernetes-engineer: content_hash: N/A description: '' @@ -224404,6 +238125,7 @@ https://www.cncf.io/blog/2022/03/03/an-emerging-job-kubernetes-engineer: title: 'An emerging Job: Kubernetes engineer 🌟' v1_locations: [] year: N/A + addition_method: manual https://www.cncf.io/blog/2022/07/01/devops-vs-sre-vs-platform-engineering-the-gaps-might-be-smaller-than-you-think: content_hash: N/A description: '' @@ -224419,6 +238141,7 @@ https://www.cncf.io/blog/2022/07/01/devops-vs-sre-vs-platform-engineering-the-ga v2_locations: - sre.md year: N/A + addition_method: manual https://www.cncf.io/blog/2022/09/30/how-to-gitops-your-terraform: content_hash: N/A description: '' @@ -224433,6 +238156,7 @@ https://www.cncf.io/blog/2022/09/30/how-to-gitops-your-terraform: v2_locations: - flux.md year: N/A + addition_method: manual https://www.cncf.io/blog/2022/10/20/kubernetes-best-practice-how-to-correctly-set-resource-requests-and-limits: content_hash: N/A description: '' @@ -224448,6 +238172,7 @@ https://www.cncf.io/blog/2022/10/20/kubernetes-best-practice-how-to-correctly-se v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cncf.io/blog/2022/11/04/seven-zero-trust-rules-for-kubernetes: content_hash: N/A description: '' @@ -224462,6 +238187,7 @@ https://www.cncf.io/blog/2022/11/04/seven-zero-trust-rules-for-kubernetes: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.cncf.io/blog/2023/02/01/monitoring-micro-front-ends-on-kubernetes-with-nginx: content_hash: N/A description: '' @@ -224476,6 +238202,7 @@ https://www.cncf.io/blog/2023/02/01/monitoring-micro-front-ends-on-kubernetes-wi v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.cncf.io/blog/2023/03/28/kubernetes-storage-is-complex-but-its-getting-better: content_hash: N/A description: '' @@ -224490,6 +238217,7 @@ https://www.cncf.io/blog/2023/03/28/kubernetes-storage-is-complex-but-its-gettin v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.cncf.io/blog/2025/03/13/kubernetes-troubleshooting-a-step-by-step-guide: content_hash: N/A description: '' @@ -224508,6 +238236,7 @@ https://www.cncf.io/blog/2025/03/13/kubernetes-troubleshooting-a-step-by-step-gu - kubernetes-tutorials.md - kubernetes.md year: N/A + addition_method: manual https://www.cncf.io/certification/ckad: content_hash: N/A description: '' @@ -224522,6 +238251,7 @@ https://www.cncf.io/certification/ckad: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cncf.io/certification/software-conformance: content_hash: N/A description: '' @@ -224539,12 +238269,14 @@ https://www.cncf.io/certification/software-conformance: - kubernetes.md - rancher.md year: N/A + addition_method: manual https://www.cncf.io/kubeweekly: content_hash: N/A health_score: 100.0 last_checked: 1779029163.328537 v1_locations: - docs/kubernetes-newsletters.md + addition_method: manual https://www.cncf.io/phippy/the-childrens-illustrated-guide-to-kubernetes: content_hash: N/A description: '' @@ -224559,6 +238291,7 @@ https://www.cncf.io/phippy/the-childrens-illustrated-guide-to-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.cncf.io/reports: content_hash: N/A description: '' @@ -224568,6 +238301,7 @@ https://www.cncf.io/reports: title: CNCF Reports v1_locations: [] year: N/A + addition_method: manual https://www.cncf.io/webinars/deploying-kubernetes-to-bare-metal-using-cluster-api: content_hash: N/A description: '' @@ -224582,6 +238316,7 @@ https://www.cncf.io/webinars/deploying-kubernetes-to-bare-metal-using-cluster-ap v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.cncf.io/wp-content/uploads/2020/03/CNCF_Survey_Report.pdf: content_hash: N/A description: '' @@ -224591,6 +238326,7 @@ https://www.cncf.io/wp-content/uploads/2020/03/CNCF_Survey_Report.pdf: title: CNCF Survey Report 2019 v1_locations: [] year: N/A + addition_method: manual https://www.cncf.io/wp-content/uploads/2020/11/CNCF_Survey_Report_2020.pdf: content_hash: N/A description: '' @@ -224600,6 +238336,7 @@ https://www.cncf.io/wp-content/uploads/2020/11/CNCF_Survey_Report_2020.pdf: title: CNCF Survey Report 2020 v1_locations: [] year: N/A + addition_method: manual https://www.cncf.io/wp-content/uploads/2021/07/CNCF_Operator_WhitePaper.pdf: content_hash: N/A description: '' @@ -224614,6 +238351,7 @@ https://www.cncf.io/wp-content/uploads/2021/07/CNCF_Operator_WhitePaper.pdf: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.cncf.io/wp-content/uploads/2021/12/Q1-2021-State-of-Cloud-Native-development-FINAL.pdf: content_hash: N/A description: '' @@ -224623,6 +238361,7 @@ https://www.cncf.io/wp-content/uploads/2021/12/Q1-2021-State-of-Cloud-Native-dev title: CNCF Survey Report 2021 v1_locations: [] year: N/A + addition_method: manual https://www.cockroachlabs.com/blog/automate-database-ops-with-terraform: content_hash: ebc95da346bf561fc108d3bf7642d5cde820e8c69f7c58f8856f69d1e60244e0 description: '' @@ -224639,6 +238378,7 @@ https://www.cockroachlabs.com/blog/automate-database-ops-with-terraform: v2_locations: - databases.md year: N/A + addition_method: manual https://www.cockroachlabs.com/blog/cockroachdb-kubernetes-cilium: content_hash: cf004144839eca2c8190c3eb0c41726f0e59b1f9d54fb558b37550a14985db84 description: '' @@ -224656,6 +238396,7 @@ https://www.cockroachlabs.com/blog/cockroachdb-kubernetes-cilium: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.cockroachlabs.com/docs/stable/kubernetes-overview: content_hash: ed8e42395b65c8db9a6ea0f89e7f52a03ca458ec0342f9e29c87388bc92e3b5d health_score: 100.0 @@ -224667,6 +238408,7 @@ https://www.cockroachlabs.com/docs/stable/kubernetes-overview: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.cockroachlabs.com/docs/stable/orchestration.html: content_hash: 29bd1887d9a22626484aec60f8c4fabdb3c6d87a7cb4098c2190dd01256ec584 description: '' @@ -224678,6 +238420,7 @@ https://www.cockroachlabs.com/docs/stable/orchestration.html: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.codecademy.com: ai_summary: An interactive web training platform focusing on programming syntax, web development loops, and fundamental systems programming. Excellent for non-systems @@ -224705,6 +238448,7 @@ https://www.codecademy.com: v2_locations: - elearning.md year: N/A + addition_method: manual https://www.codecentric.de/en/knowledge-hub/blog/github-actions-nextgen-cicd: ai_summary: Architectural thought-leadership piece illustrating why vendor-agnostic pipeline abstractions and reusable Actions blocks prevent pipeline maintenance @@ -224727,6 +238471,7 @@ https://www.codecentric.de/en/knowledge-hub/blog/github-actions-nextgen-cicd: v2_locations: - git.md year: '2021' + addition_method: manual https://www.codementor.io: ai_summary: Global community platform matching developers with expert mentors for live 1-on-1 code reviews, troubleshooting, and project-based learning. @@ -224752,6 +238497,7 @@ https://www.codementor.io: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.codementor.io/blog/docker-technology-5x1kilcbow: content_hash: N/A description: '' @@ -224767,6 +238513,7 @@ https://www.codementor.io/blog/docker-technology-5x1kilcbow: v2_locations: - docker.md year: N/A + addition_method: manual https://www.codemotion.com/magazine/backend/nomad-kubernetes-but-without-the-complexity: ai_summary: Breaks down Nomad's benefits, emphasizing low infrastructure consumption, lightning-fast scheduling runs, and straightforward configuration via HashiCorp @@ -224788,6 +238535,7 @@ https://www.codemotion.com/magazine/backend/nomad-kubernetes-but-without-the-com v2_locations: - kubernetes-alternatives.md year: '2022' + addition_method: manual https://www.codemotion.com/magazine/dev-hub/backend-dev/nomad-kubernetes-but-without-the-complexity: content_hash: 8f24357059ed9b745e5edfb3c9f852490dccb6a41f6971670ee139f0eeaaefd8 description: '' @@ -224799,6 +238547,7 @@ https://www.codemotion.com/magazine/dev-hub/backend-dev/nomad-kubernetes-but-wit v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://www.codeproject.com/Articles/5320647/Making-a-Simple-Data-Pipeline-Part-4-CI-CD-with-Gi: content_hash: N/A description: '' @@ -224815,6 +238564,7 @@ https://www.codeproject.com/Articles/5320647/Making-a-Simple-Data-Pipeline-Part- v2_locations: - demos.md year: N/A + addition_method: manual https://www.codeproject.com/Tips/5323808/How-To-Create-An-Image-In-Docker-Using-Python: content_hash: N/A description: '' @@ -224830,6 +238580,7 @@ https://www.codeproject.com/Tips/5323808/How-To-Create-An-Image-In-Docker-Using- v2_locations: - docker.md year: N/A + addition_method: manual https://www.codewars.com: ai_summary: An algorithmic development arena where engineers solve progressive code katas and refine implementation logic using community review and continuous feedback @@ -224857,6 +238608,7 @@ https://www.codewars.com: v2_locations: - elearning.md year: N/A + addition_method: manual https://www.codigonuevo.com/sociedad/deberia-adaptarse-sueldo-teletrabajo-lugar-vivas: content_hash: fba05282d863f3ec087f0b4a9ab8e57e3e06ffd8cd9816fefa5fd6f56915c695 description: '' @@ -224869,6 +238621,7 @@ https://www.codigonuevo.com/sociedad/deberia-adaptarse-sueldo-teletrabajo-lugar- v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://www.codigonuevo.com/yo/deberia-adaptarse-sueldo-teletrabajo-lugar-vivas-AOCN305757: ai_summary: Investigates the highly debated ethical and operational question of whether remote engineering salaries should be localized to an employee's place @@ -224892,6 +238645,7 @@ https://www.codigonuevo.com/yo/deberia-adaptarse-sueldo-teletrabajo-lugar-vivas- v2_locations: - recruitment.md year: '2021' + addition_method: manual https://www.codium.ai/blog/codiumai-powered-by-testgpt-accounces-beta-and-raised-11m: content_hash: c824a5222bac09610cfc2021cb628b2f5d51c0c32016b756483f41c13e1531e2 description: '' @@ -224908,12 +238662,14 @@ https://www.codium.ai/blog/codiumai-powered-by-testgpt-accounces-beta-and-raised v2_locations: - git.md year: N/A + addition_method: manual https://www.cognizant.com/InsightsWhitepapers/Jumpstarting-DevOps-with-Continuous-Testing-codex1719.pdf: content_hash: N/A health_score: 80.0 last_checked: 1779031645.437256 v1_locations: - docs/devops.md + addition_method: manual https://www.commandline.ninja: content_hash: d0b686b6c9b479996fe172515e08306917f270011dc4f74f1aa549d7c71ed76b description: '' @@ -224925,6 +238681,7 @@ https://www.commandline.ninja: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.commandline.ninja/use-powershell-to-find-windows-svcs-configured-to-run-as-another-user: content_hash: 931826ac6eab97112f6394a69f7c16304575d5dfa2f064dc63bdb2389bf02e89 description: '' @@ -224937,6 +238694,7 @@ https://www.commandline.ninja/use-powershell-to-find-windows-svcs-configured-to- v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.commandline.ninja/video-intro-to-secret-management-with-powershell: content_hash: cddaff7fd0ae3455037beaa17d01e9db9b3ceeae4bd5ec01816551d85d10cdf2 description: '' @@ -224948,6 +238706,7 @@ https://www.commandline.ninja/video-intro-to-secret-management-with-powershell: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.commandlinefu.com: content_hash: 6adccd471de8b93ad71e4cf9cbac52425b7b02b8f99752d934c97a91f2833c6d description: '' @@ -224960,6 +238719,7 @@ https://www.commandlinefu.com: - docs/cheatsheets.md - docs/linux.md year: N/A + addition_method: manual https://www.commandlinefu.com/commands/browse: ai_summary: An immense, user-voted platform for sharing and assessing terminal tricks. Perfect for tracking down highly specific, multi-tool regex constructs or one-liners. @@ -224981,6 +238741,7 @@ https://www.commandlinefu.com/commands/browse: - cheatsheets.md - linux.md year: '2025' + addition_method: manual https://www.commandlinefu.com/commands/browse/commands/matching/ssh/c3No/sort-by-votes: ai_summary: 'A community-curated, voting-driven repository of complex, real-world SSH command-line recipes and shell tricks. Covers advanced topics like reverse @@ -225005,6 +238766,7 @@ https://www.commandlinefu.com/commands/browse/commands/matching/ssh/c3No/sort-by v2_locations: - linux.md year: '2024' + addition_method: manual https://www.commandlinefu.com/commands/browse/commands/view/9116/compare-directories-via-diff: ai_summary: Curator Insight provides clean syntax rules for using standard `diff` to compare directory structures. Live Grounding confirms this remains a rapid, @@ -225027,6 +238789,7 @@ https://www.commandlinefu.com/commands/browse/commands/view/9116/compare-directo v2_locations: - linux.md year: '2021' + addition_method: manual https://www.commandlinefu.com/commands/matching/ssh/c3No/sort-by-votes: content_hash: 7b6ea9a71be3156e0eed3efdbaa553980135a23d7aaf3ba87085bc8f7aff8a54 description: '' @@ -225037,6 +238800,7 @@ https://www.commandlinefu.com/commands/matching/ssh/c3No/sort-by-votes: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.commandlinefu.com/commands/view/17656/pip-install-into-current-directory-without-virtualenv: content_hash: 7b4ed8fb9b792077f2359ee5d23a02dea0d9e735b77434396a68d487838c7524 health_score: 100.0 @@ -225049,6 +238813,7 @@ https://www.commandlinefu.com/commands/view/17656/pip-install-into-current-direc - docs/python.md v2_locations: - python.md + addition_method: manual https://www.commandlinefu.com/commands/view/9116/compare-directories-via-diff: content_hash: 89e47367a7ab8fce3e31dec7270ce07a28c2d873a45fab63bcbf2d8466367933 description: '' @@ -225060,6 +238825,7 @@ https://www.commandlinefu.com/commands/view/9116/compare-directories-via-diff: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.comparitech.com/net-admin/nmap-nessus-cheat-sheet: content_hash: 4229358dcf0a52869a3c941f79babda9eb712eb18fc2bdde4ac138d54ba76416 description: '' @@ -225076,6 +238842,7 @@ https://www.comparitech.com/net-admin/nmap-nessus-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.computerworld.com/article/1627067/how-to-get-a-job-in-healthcare-it-2.html: ai_summary: Analyzes the requirements, pathways, and challenges of transitioning into the highly regulated healthcare IT sector. Focuses on balancing software @@ -225098,6 +238865,7 @@ https://www.computerworld.com/article/1627067/how-to-get-a-job-in-healthcare-it- v2_locations: - recruitment.md year: '2022' + addition_method: manual https://www.computerworld.com/article/3663674/how-to-get-a-job-in-healthcare-it.html: content_hash: 145d41bd235e4ef47b39d0b9091650c06027023b7560784afb53de2267f67ee1 description: '' @@ -225109,6 +238877,7 @@ https://www.computerworld.com/article/3663674/how-to-get-a-job-in-healthcare-it. v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://www.computing.co.uk/news/4015423/rancher-labs-launches-free-training-course-meet-surging-demand-kubernetes: content_hash: 504cd28489116d94b87dd727f58fcc747e921ee4ab944f5e2ecece847ac360a2 description: '' @@ -225126,6 +238895,7 @@ https://www.computing.co.uk/news/4015423/rancher-labs-launches-free-training-cou v2_locations: - rancher.md year: N/A + addition_method: manual https://www.computing.co.uk/news/4020521/cloudbees-busy-security-visibility-control-devops-evolves: ai_summary: Examines updates to CloudBees' enterprise pipeline offerings, emphasizing the convergence of developer visibility and compliance control gates. Addresses @@ -225156,6 +238926,7 @@ https://www.computing.co.uk/news/4020521/cloudbees-busy-security-visibility-cont - devsecops.md - devops.md year: N/A + addition_method: manual https://www.computing.es/mundo-digital/opinion/1129764046601/retos-del-outsourcing-de-servicios-it-espana.1.html: ai_summary: Analyzes the evolving challenges and strategic patterns of IT service outsourcing in Spain. Outlines critical risk mitigation strategies, Service Level @@ -225183,6 +238954,7 @@ https://www.computing.es/mundo-digital/opinion/1129764046601/retos-del-outsourci v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.conceptdraw.com/examples/application-architecture: ai_summary: A collection of architectural drawing templates designed for mapping out complex AWS application environments inside ConceptDraw. It offers standardized @@ -225211,6 +238983,7 @@ https://www.conceptdraw.com/examples/application-architecture: v2_locations: - aws-architecture.md year: '2020' + addition_method: manual https://www.conduktor.io: ai_summary: An enterprise-grade desktop and cloud management platform for Apache Kafka that simplifies queue monitoring, schema registry auditing, and multi-cluster @@ -225240,6 +239013,7 @@ https://www.conduktor.io: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.conduktor.io/kafka: content_hash: 66b266634a4b233c33745cb7757041d39b92b5ccca365716d5791e6ecfe4ab89 description: '' @@ -225251,6 +239025,7 @@ https://www.conduktor.io/kafka: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.conduktor.io/kafka/what-is-apache-kafka: content_hash: 66b266634a4b233c33745cb7757041d39b92b5ccca365716d5791e6ecfe4ab89 description: '' @@ -225262,6 +239037,7 @@ https://www.conduktor.io/kafka/what-is-apache-kafka: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.fr/blog/modernize-apps-and-infrastructure-with-anthos-confluent-kafka: content_hash: af9c18256c9a04997698f4c9e04d7d84b061865132db6d10c4331838c0ce7346 description: '' @@ -225274,6 +239050,7 @@ https://www.confluent.fr/blog/modernize-apps-and-infrastructure-with-anthos-conf v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.io: ai_summary: The enterprise cloud-native streaming data platform built on top of Apache Kafka. Confluent provides fully managed SaaS offerings, enterprise schema @@ -225302,6 +239079,7 @@ https://www.confluent.io: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/apache-kafka-intro-how-kafka-works: content_hash: 627073522742343ecdc0f99fd1e298f002707baf365197d79d05b67586e276c6 description: '' @@ -225313,6 +239091,7 @@ https://www.confluent.io/blog/apache-kafka-intro-how-kafka-works: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/build-deploy-scalable-machine-learning-production-apache-kafka: ai_summary: Reviews the architecture designs required for deploying, evaluating, and monitoring analytical machine learning models against fast event-streams. @@ -225341,6 +239120,7 @@ https://www.confluent.io/blog/build-deploy-scalable-machine-learning-production- v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/confluent-microsoft-announce-strategic-alliance: content_hash: b663f4ec444956463ba6e48886808d7e0a91935f3de41efc0601549c5c9c63b5 description: '' @@ -225352,6 +239132,7 @@ https://www.confluent.io/blog/confluent-microsoft-announce-strategic-alliance: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/designing-an-elastic-apache-kafka-for-the-cloud: ai_summary: 'Curator Insight: Architectural retrospective on how Confluent engineered a multi-tenant, elastic serverless Kafka platform. Live Grounding: Explores storage-compute @@ -225381,6 +239162,7 @@ https://www.confluent.io/blog/designing-an-elastic-apache-kafka-for-the-cloud: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/devops-for-apache-kafka-with-kubernetes-and-gitops: ai_summary: Examines GitOps models for coordinating declarative configurations of schemas, partitions, ACLs, and topics across multiple Kubernetes-hosted Kafka @@ -225408,6 +239190,7 @@ https://www.confluent.io/blog/devops-for-apache-kafka-with-kubernetes-and-gitops v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/kafka-2-8-0-features-and-improvements-with-early-access-to-kip-500: content_hash: 4d46807fbb7bbb4c000825c2cd7cb87d9dd7a27e39788a70b98f20f9d5c102b7 description: '' @@ -225419,6 +239202,7 @@ https://www.confluent.io/blog/kafka-2-8-0-features-and-improvements-with-early-a v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/kafka-devops-with-confluent-kubernetes-and-gitops: content_hash: d69780198af6986df48f88407fa5709552aad21d3aac2067fda38953a1aefe86 description: '' @@ -225430,6 +239214,7 @@ https://www.confluent.io/blog/kafka-devops-with-confluent-kubernetes-and-gitops: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/kafka-streams-vs-ksqldb-compared: content_hash: adcb48e7381da3ef3087717526914e75e0eb05d9c89e0f78ce163039901afc7d description: '' @@ -225441,6 +239226,7 @@ https://www.confluent.io/blog/kafka-streams-vs-ksqldb-compared: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/kafka-without-zookeeper-a-sneak-peek: content_hash: 4d46807fbb7bbb4c000825c2cd7cb87d9dd7a27e39788a70b98f20f9d5c102b7 description: '' @@ -225453,6 +239239,7 @@ https://www.confluent.io/blog/kafka-without-zookeeper-a-sneak-peek: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/latest-apache-kafka-release: ai_summary: 'Curator Insight: Announcement and architectural breakdown of Kafka''s transition away from ZooKeeper in favor of KRaft (Kafka Raft metadata mode). Live @@ -225476,6 +239263,7 @@ https://www.confluent.io/blog/latest-apache-kafka-release: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.confluent.io/blog/latest-partner-ecosystem: ai_summary: Analysis of the strategic alignment between Microsoft and Confluent. Describes integrations for native resource provisioning, unified billing portals, @@ -225498,6 +239286,7 @@ https://www.confluent.io/blog/latest-partner-ecosystem: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.confluent.io/blog/manage-secrets-with-kubernetes-and-hashicorp-vault: ai_summary: Technical case study on leveraging Vault to manage access credentials, TLS certificates, and API keys within Confluent Platform on Kubernetes. Mitigates @@ -225526,6 +239315,7 @@ https://www.confluent.io/blog/manage-secrets-with-kubernetes-and-hashicorp-vault v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.confluent.io/blog/monitor-kafka-clusters-with-prometheus-grafana-and-confluent: ai_summary: A guide showing how to set up robust monitoring patterns for Apache Kafka cluster metrics using Prometheus and Grafana. Details exact exporter configurations @@ -225555,6 +239345,7 @@ https://www.confluent.io/blog/monitor-kafka-clusters-with-prometheus-grafana-and v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.confluent.io/blog/simplify-multiple-kafka-cluster-management-monitoring-using-confluent: ai_summary: Explains methods for operating federated or geographically-dispersed Kafka clusters. Details patterns for maintaining centralized visibility and configuring @@ -225583,6 +239374,7 @@ https://www.confluent.io/blog/simplify-multiple-kafka-cluster-management-monitor v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.confluent.io/fr-fr/blog/modernize-apps-and-infrastructure-with-anthos-confluent-kafka: ai_summary: Provides architectural guidelines for deploying federated Confluent Kafka setups across local datacenters and public Google Cloud regions using Google @@ -225606,6 +239398,7 @@ https://www.confluent.io/fr-fr/blog/modernize-apps-and-infrastructure-with-antho v2_locations: - message-queue.md year: '2020' + addition_method: manual https://www.confluent.io/product/ksqldb: ai_summary: Official product home of ksqlDB, an event-streaming database tailored to construct stream-processing platforms on top of Apache Kafka. Translates complex @@ -225628,6 +239421,7 @@ https://www.confluent.io/product/ksqldb: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://www.confluent.io/resources/event-driven-microservices: content_hash: d82a7c7fb88ff1ff28a8550159e6d142c245287f6394743d034218e482e57ac1 description: '' @@ -225639,6 +239433,7 @@ https://www.confluent.io/resources/event-driven-microservices: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.confluent.io/resources/white-paper/event-driven-microservices: ai_summary: Confluent's authoritative white paper on designing and scaling event-driven microservices around Apache Kafka log segments. It addresses CQRS, Event Sourcing, @@ -225661,6 +239456,7 @@ https://www.confluent.io/resources/white-paper/event-driven-microservices: v2_locations: - message-queue.md year: '2022' + addition_method: manual https://www.conftest.dev: content_hash: c5032993c0d152900cb6c548210a7743fe1bd4c96c616ca1129d5e8300305dac description: '' @@ -225672,6 +239468,7 @@ https://www.conftest.dev: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://www.conjur.org: ai_summary: The home portal of Conjur Open Source. Provides identity-based authorization, secrets management, and detailed audit trials for cloud-native systems, containers, @@ -225699,6 +239496,7 @@ https://www.conjur.org: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.consul.io: content_hash: ba196303f6ddb699f5f94d3525fbd2003f3ffdecbc7da85f4ed05afda27198dd description: '' @@ -225710,6 +239508,7 @@ https://www.consul.io: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.consul.io/docs/connect/index.html: content_hash: fc02053dd245eef8b9ed4f31984fe3a73df1cea750e9d9e585e8f8a1280dd56a description: '' @@ -225721,6 +239520,7 @@ https://www.consul.io/docs/connect/index.html: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.consul.io/docs/k8s/connect/ingress-gateways: content_hash: 8e768a2e295ca40f99512d9d717e8429bdfd3220f50d2d1ca469696f0bce585f description: '' @@ -225732,6 +239532,7 @@ https://www.consul.io/docs/k8s/connect/ingress-gateways: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.container-security.site/defenders/PCI_Container_Orchestration_Guidance.html: content_hash: 6923022c89695442e0d8fd5d0b042a4eff8b7eae8cfcf67ddcef5babb159d060 description: '' @@ -225748,6 +239549,7 @@ https://www.container-security.site/defenders/PCI_Container_Orchestration_Guidan v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.contentful.com/blog/2020/10/20/open-source-kube-secret-syncer: content_hash: 9cb34eb4af5c202b08bdfc47f58327cf5f8538f28476c79593396cb6ca2af381 description: '' @@ -225761,6 +239563,7 @@ https://www.contentful.com/blog/2020/10/20/open-source-kube-secret-syncer: - docs/kubernetes-operators-controllers.md - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.contentful.com/blog/open-source-kube-secret-syncer: content_hash: 7134c5c38b176db5d0d9bc6a1915bf382f8e0866ba9fc36073baf5dda8abab89 health_score: 100.0 @@ -225775,6 +239578,7 @@ https://www.contentful.com/blog/open-source-kube-secret-syncer: v2_locations: - kubernetes-tools.md - kubernetes-operators-controllers.md + addition_method: manual https://www.contino.io/insights/how-to-make-enterprise-container-strategies-that-last-part-one: ai_summary: 'Curator Insight: Provides high-level strategic guidance for enterprise leaders looking to build sustainable containerization and orchestration architectures. @@ -225806,6 +239610,7 @@ https://www.contino.io/insights/how-to-make-enterprise-container-strategies-that - faq.md - devops.md year: N/A + addition_method: manual https://www.continuitysoftware.com/blog/it-resilience/what-is-configuration-drift: content_hash: 4ffa657f60739c9fed0f820f9550819d3808afb141c2ca013132e7249b08f7d4 description: '' @@ -225821,6 +239626,7 @@ https://www.continuitysoftware.com/blog/it-resilience/what-is-configuration-drif v2_locations: - devops.md year: N/A + addition_method: manual https://www.convert.com/blog/a-b-testing/a-b-testing-tools-2022-beyond: content_hash: 5879467ddd1431a82eb84e1a07cc73ad74f6f1f8c64d815c34c9238906125d2e description: '' @@ -225837,6 +239643,7 @@ https://www.convert.com/blog/a-b-testing/a-b-testing-tools-2022-beyond: v2_locations: - qa.md year: N/A + addition_method: manual https://www.copado.com/devops-hub/blog/applying-a-zero-trust-infrastructure-in-kubernetes: content_hash: 618df80cd3ef40af30422297bd03f0e1f6f6037b943bda49446ae83687c82726 description: '' @@ -225848,6 +239655,7 @@ https://www.copado.com/devops-hub/blog/applying-a-zero-trust-infrastructure-in-k v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.copado.com/resources/blog/applying-a-zero-trust-infrastructure-in-kubernetes: ai_summary: Outlines architectural models for establishing zero-trust policies inside dynamic container structures. Curator insight points to identity-driven micro-segmentation @@ -225871,6 +239679,7 @@ https://www.copado.com/resources/blog/applying-a-zero-trust-infrastructure-in-ku v2_locations: - kubernetes-security.md year: '2022' + addition_method: manual ? https://www.cope.es/programas/la-linterna/noticias/ejemplo-moneda-con-que-entender-como-funciona-ordenador-cuantico-una-revolucion-20240407_3232557 : content_hash: ae167deaf309a8976197a7757268a2f884e91930e188557181f95f03fe2f090a description: '' @@ -225888,6 +239697,7 @@ https://www.copado.com/resources/blog/applying-a-zero-trust-infrastructure-in-ku v2_locations: - introduction.md year: N/A + addition_method: manual https://www.cortex.dev/post/how-to-build-a-pipeline-to-retrain-and-deploy-models: content_hash: fe45d54cf2e024902ce3211e9447e5375d93d7c3f8ec8f3014b6765db00f25c0 description: '' @@ -225904,6 +239714,7 @@ https://www.cortex.dev/post/how-to-build-a-pipeline-to-retrain-and-deploy-models v2_locations: - mlops.md year: N/A + addition_method: manual https://www.cortex.io: content_hash: 604a100f37776e3aa8e9d6401f7a494e4702ced6fe169bdd1c1f589364403cd0 description: '' @@ -225920,6 +239731,7 @@ https://www.cortex.io: v2_locations: - devops.md year: N/A + addition_method: manual https://www.cortex.io/post/a-guide-to-the-best-sre-tools: ai_summary: This reference guide provides a framework to evaluate SRE automation platforms, including service cataloging, telemetry aggregators, and automated @@ -225942,6 +239754,7 @@ https://www.cortex.io/post/a-guide-to-the-best-sre-tools: v2_locations: - sre.md year: '2022' + addition_method: manual https://www.cortex.io/post/why-you-need-a-microservices-catalog-tool: content_hash: 1f3eaaced0dc2f37778cdf39e3e3405cd4648ab1a4c3e9513b5470d1aab4db61 health_score: 100.0 @@ -225954,6 +239767,7 @@ https://www.cortex.io/post/why-you-need-a-microservices-catalog-tool: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.couchbase.com: content_hash: N/A description: '' @@ -225970,6 +239784,7 @@ https://www.couchbase.com: v2_locations: - nosql.md year: N/A + addition_method: manual https://www.coursera.org: ai_summary: A leading platform for advanced cloud systems engineering degrees and industrial certifications. Hosts structured learning tracks curated directly by @@ -225997,6 +239812,7 @@ https://www.coursera.org: v2_locations: - elearning.md year: N/A + addition_method: manual https://www.coursera.org/learn/google-cloud-java-spring: content_hash: c4ab82d94e49289f1c62f3cb021dcf5a3391c2a99c61c756e311f2861191e36e description: '' @@ -226009,6 +239825,7 @@ https://www.coursera.org/learn/google-cloud-java-spring: v1_locations: - docs/elearning.md year: N/A + addition_method: manual https://www.coursereport.com/blog/python-for-cyber-security-with-flatiron-school: content_hash: N/A description: '' @@ -226025,6 +239842,7 @@ https://www.coursereport.com/blog/python-for-cyber-security-with-flatiron-school v2_locations: - python.md year: N/A + addition_method: manual https://www.crn.com/news/cloud/ibm-s-red-hat-reveals-ansible-automation-platform-2-early-access: content_hash: 613c1b5427c364e06b5ec1d8bed0ca8d21e2b2c720067ea65ae6e63dac8c682e description: '' @@ -226041,6 +239859,7 @@ https://www.crn.com/news/cloud/ibm-s-red-hat-reveals-ansible-automation-platform v2_locations: - ansible.md year: N/A + addition_method: manual https://www.cronista.com/apertura/empresas/como-identificar-a-un-mal-jefe-y-que-errores-no-pueden-cometer-hoy-los-lideres: content_hash: 4eaf0adef43048b31bfa4902f65deda6d5a9f05b672f73cbe1ed6ec9c820ac92 description: '' @@ -226058,6 +239877,7 @@ https://www.cronista.com/apertura/empresas/como-identificar-a-un-mal-jefe-y-que- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.crossover.com: ai_summary: Specialized platform matching high-performing technical talent with long-term, full-time remote contracts utilizing rigorous cognitive and technical @@ -226085,6 +239905,7 @@ https://www.crossover.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.crossplane.io: ai_summary: Crossplane transforms Kubernetes into a universal control plane. By exposing managed cloud infrastructure as custom Resource Definitions (CRDs), it @@ -226106,6 +239927,7 @@ https://www.crossplane.io: v2_locations: - crossplane.md year: '2026' + addition_method: manual https://www.crunchbase.com/organization/openshift/timeline/timeline: content_hash: N/A description: '' @@ -226120,6 +239942,7 @@ https://www.crunchbase.com/organization/openshift/timeline/timeline: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.crunchydata.com: content_hash: 8ba51520fd27cc1616df7f507805e2d7f27d743bb027a15f23e24d53d6b8161a description: '' @@ -226136,6 +239959,7 @@ https://www.crunchydata.com: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.crunchydata.com/blog/a-postgres-primer-for-oracle-dbas: content_hash: d4271a253cdf8aa0621560255d32476b18be0492e7bd5310886216248183a30a health_score: 100.0 @@ -226148,6 +239972,7 @@ https://www.crunchydata.com/blog/a-postgres-primer-for-oracle-dbas: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.crunchydata.com/blog/active-active-on-kubernetes: content_hash: ae4e906a3e6ecd5325700bf1cc0b9c49f4552655ceadd7fd19fa6648b51cddbe health_score: 100.0 @@ -226160,6 +239985,7 @@ https://www.crunchydata.com/blog/active-active-on-kubernetes: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/active-active-postgres-federation-on-kubernetes: content_hash: 347d4401758b65c12d5f67028e6797f86e8a8e4919a73e4c87ae677473b913ba health_score: 100.0 @@ -226172,6 +239998,7 @@ https://www.crunchydata.com/blog/active-active-postgres-federation-on-kubernetes - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/an-easy-recipe-for-creating-a-postgresql-cluster-with-docker-swarm: content_hash: 2b84afae33e74916c9cd8c641a2ffeb34a43a822c8fad24f9e888c8652e91e79 health_score: 100.0 @@ -226184,6 +240011,7 @@ https://www.crunchydata.com/blog/an-easy-recipe-for-creating-a-postgresql-cluste - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/announcing-google-cloud-storage-gcs-support-for-pgbackrest: content_hash: b11b56a5299baa02d13b4c2865584b5e81f8da8d8918fca7f7418ed5b98892af health_score: 100.0 @@ -226196,6 +240024,7 @@ https://www.crunchydata.com/blog/announcing-google-cloud-storage-gcs-support-for - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/announcing-postgres-container-apps-easy-deploy-postgres-apps: content_hash: ad97fc26c808403bbfe9f3ff2abd0517f3a549b5fc6c946f856f7519c0f5f839 health_score: 100.0 @@ -226208,6 +240037,7 @@ https://www.crunchydata.com/blog/announcing-postgres-container-apps-easy-deploy- - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/announcing-the-crunchy-data-developer-portal: content_hash: f2cc5458127b59de9187042f50cc02e6c1db792ea0e0be8e1b2c78637bb83ed9 health_score: 100.0 @@ -226220,6 +240050,7 @@ https://www.crunchydata.com/blog/announcing-the-crunchy-data-developer-portal: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/composite-primary-keys-postgresql-and-django: content_hash: a6af34eb32b1076ef6a0b5b9e1d82443e6e8232502e6ac4a21eb0e7333b2d734 health_score: 100.0 @@ -226232,6 +240063,7 @@ https://www.crunchydata.com/blog/composite-primary-keys-postgresql-and-django: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/crunchy-postgres-kubernetes-operator-4.0: content_hash: 8edb28db3eda38a05ed6fe8fb76d148136cae360ca6b727a6a6d03e741c2d845 health_score: 100.0 @@ -226244,6 +240076,7 @@ https://www.crunchydata.com/blog/crunchy-postgres-kubernetes-operator-4.0: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/crunchy-postgres-operator-4.6.0: content_hash: 7ccc2109b81ad98671dabc595b591cbcc384fede94e5723234f5cf186a301596 health_score: 100.0 @@ -226256,6 +240089,7 @@ https://www.crunchydata.com/blog/crunchy-postgres-operator-4.6.0: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/crunchy-postgresql-operator-with-rook-ceph-storage: content_hash: 0f7234af1cfb57f9d23037192d3b26c959e56ad60c627b1b8e4a31959d0f0db2 health_score: 100.0 @@ -226268,6 +240102,7 @@ https://www.crunchydata.com/blog/crunchy-postgresql-operator-with-rook-ceph-stor - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/d-meta: content_hash: aa1e57195a1d2d494e6961e232ffe6ebd589af189e9c997a0f676f7ec5a05a4a health_score: 100.0 @@ -226282,6 +240117,7 @@ https://www.crunchydata.com/blog/d-meta: v2_locations: - databases.md - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/deploy-high-availability-postgresql-on-kubernetes: content_hash: 38c6175134adf96b4f2b60b73a579126ae31f52c6f177aa77a833d5d8741790e health_score: 100.0 @@ -226294,6 +240130,7 @@ https://www.crunchydata.com/blog/deploy-high-availability-postgresql-on-kubernet - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/deploy-pgadmin4-with-postgresql-on-kubernetes: content_hash: f648c5e710d4478759317214b5c35524c7b99d2ed82aff1dba989df6933c1d2a health_score: 100.0 @@ -226306,6 +240143,7 @@ https://www.crunchydata.com/blog/deploy-pgadmin4-with-postgresql-on-kubernetes: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/fast-csv-and-json-ingestion-in-postgresql-with-copy: content_hash: 2187af98f6958f773c70afeae4edd6d2afbee4e10a9fc72860aef7b859f933e2 health_score: 100.0 @@ -226318,6 +240156,7 @@ https://www.crunchydata.com/blog/fast-csv-and-json-ingestion-in-postgresql-with- - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/generating-json-directly-from-postgres: content_hash: 4af14d2540a6ccf8e460e2d9168ceb6304e6d64ca02fccab9f652bb0f9367dc5 health_score: 100.0 @@ -226330,6 +240169,7 @@ https://www.crunchydata.com/blog/generating-json-directly-from-postgres: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.crunchydata.com/blog/getting-started-with-postgresql-operator-4.3-in-openshift: content_hash: 1b139a864d449bc34e62c5feb8a061cdee36f637c42d8fcb26f75017007d51fd health_score: 100.0 @@ -226342,6 +240182,7 @@ https://www.crunchydata.com/blog/getting-started-with-postgresql-operator-4.3-in - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/gitops-postgres-kubernetes: content_hash: fe0dbea5d0cc80eb58ac18c7d9e7d110b7f630348243fb0dc2a7721d36f5113a health_score: 100.0 @@ -226354,6 +240195,7 @@ https://www.crunchydata.com/blog/gitops-postgres-kubernetes: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/gitops-postgres-kubernetes-helm: content_hash: f4300388f2be3d9642e34f7944c42e89be1c93a902d1f7ca0b7bcfbb12059a8d health_score: 100.0 @@ -226366,6 +240208,7 @@ https://www.crunchydata.com/blog/gitops-postgres-kubernetes-helm: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/install-postgres-operator-kubernetes-on-gke-ansible: content_hash: ed85e8e4b0c0356d23dc9c89a115da471700039f260603368e12573a9521a2e7 health_score: 100.0 @@ -226378,6 +240221,7 @@ https://www.crunchydata.com/blog/install-postgres-operator-kubernetes-on-gke-ans - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/kube-cluster-from-scratch-on-rocky-8: content_hash: ea7fc66930bc11c3cac007bb2886ce4d618095169f8c37d7dacfa736af008568 health_score: 100.0 @@ -226390,6 +240234,7 @@ https://www.crunchydata.com/blog/kube-cluster-from-scratch-on-rocky-8: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-deployment-strategies: content_hash: 81bb40aa775a0fa2c6d82a0315e779cfa98e06624f57c06d5c5b521ac7c0ccda health_score: 100.0 @@ -226402,6 +240247,7 @@ https://www.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-deplo - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/message-queuing-using-native-postgresql: content_hash: 5c8f86bd0042fc4d0f639ccf5fc1f1b268f19bd8ccab6a63593d12ae3257b095 health_score: 100.0 @@ -226414,6 +240260,7 @@ https://www.crunchydata.com/blog/message-queuing-using-native-postgresql: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.crunchydata.com/blog/migrating-from-oracle-to-postgresql-questions-and-considerations: content_hash: 6d6174537c2dd76a44df8c726827be42a887bcdf7d128b9b263a60bb21143174 health_score: 100.0 @@ -226426,6 +240273,7 @@ https://www.crunchydata.com/blog/migrating-from-oracle-to-postgresql-questions-a - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/monitoring-postgresql-clusters-in-kubernetes: content_hash: 42abf9d5da19e71b877351138cd0f40b073956f4aec4235d95c39776acb7756d health_score: 100.0 @@ -226438,6 +240286,7 @@ https://www.crunchydata.com/blog/monitoring-postgresql-clusters-in-kubernetes: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployments: content_hash: 707df7a75a073f904cf8aa85bf86e7849662b6194230dc16e6ff536c04e1d827 health_score: 100.0 @@ -226450,6 +240299,7 @@ https://www.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployments - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/pgbackrest-performing-backups-on-a-standby-cluster: content_hash: c75822d949bb058070169312be82c4e829df303c661069725c74b9b03b7709f3 health_score: 100.0 @@ -226462,6 +240312,7 @@ https://www.crunchydata.com/blog/pgbackrest-performing-backups-on-a-standby-clus - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/pgbackrest-point-in-time-recovery-using-crunchy-postgresql-operator: content_hash: d19ac2a04a62b2d826501dee70474a45258361bfc6aada1871ba7ca86068001c health_score: 100.0 @@ -226474,6 +240325,7 @@ https://www.crunchydata.com/blog/pgbackrest-point-in-time-recovery-using-crunchy - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/postgres-indexes-for-newbies: content_hash: fe830d10f98f94ceaa6cbfc250b455cd201423dd4ca7173a68ac5ef3ca06a9d7 health_score: 100.0 @@ -226486,6 +240338,7 @@ https://www.crunchydata.com/blog/postgres-indexes-for-newbies: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.crunchydata.com/blog/postgresql-14-on-kubernetes: content_hash: 17384a2e67bd67f1c65127cfbf470ca705d2bc9fca19277fc00f534d98e4f725 health_score: 100.0 @@ -226498,6 +240351,7 @@ https://www.crunchydata.com/blog/postgresql-14-on-kubernetes: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/postgresql-change-data-capture-with-debezium: ai_summary: A comprehensive operational manual focused on establishing Debezium CDC connectors specifically for enterprise-grade PostgreSQL deployments. It details @@ -226521,6 +240375,7 @@ https://www.crunchydata.com/blog/postgresql-change-data-capture-with-debezium: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.crunchydata.com/blog/postgresql-monitoring-for-application-developers-dba-stats: content_hash: e32839d0f64cbbc11acf981f64e9beee01170858b4839f713b5eae23267276b8 health_score: 100.0 @@ -226533,6 +240388,7 @@ https://www.crunchydata.com/blog/postgresql-monitoring-for-application-developer - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/resize-postgres-kubernetes-volume-instance-sets: content_hash: 91fcffaacb8e92209b01f9cf73b8b12430b2ece6fed7c0bc1963629a5e538575 health_score: 100.0 @@ -226545,6 +240401,7 @@ https://www.crunchydata.com/blog/resize-postgres-kubernetes-volume-instance-sets - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/schedule-postgresql-backups-and-retention-with-kubernetes: content_hash: e2d5486c9a1d363464b69bd65d984009144b893ee13510d495e486a45b948016 health_score: 100.0 @@ -226557,6 +240414,7 @@ https://www.crunchydata.com/blog/schedule-postgresql-backups-and-retention-with- - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/set-up-tls-for-postgresql-in-kubernetes: content_hash: ec5902fc3f7cf517687ecc9a5918e1d56a72cde1662d0ca06763df935e1086da health_score: 100.0 @@ -226569,6 +240427,7 @@ https://www.crunchydata.com/blog/set-up-tls-for-postgresql-in-kubernetes: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/setup-ora2pg-for-oracle-to-postgres-migration: content_hash: ad31c8ee9434f6e118593de778e0c06b6e1419168a2dafd39ffa03e5f89a997f health_score: 100.0 @@ -226581,6 +240440,7 @@ https://www.crunchydata.com/blog/setup-ora2pg-for-oracle-to-postgres-migration: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: content_hash: 4e925348503ee2f5205f1630a3f87ec9ed70793b1dd62121fbdadab08a74d174 health_score: 100.0 @@ -226595,6 +240455,7 @@ https://www.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: v2_locations: - databases.md - crunchydata.md + addition_method: manual ? https://www.crunchydata.com/blog/synchronous-replication-in-the-postgresql-operator-for-kubernetes-guarding-against-transactions-loss : content_hash: 55c367894ff23d5ba6808c179b96dc6e381297cb6b0136b6eef36681fab4bac0 health_score: 100.0 @@ -226607,6 +240468,7 @@ https://www.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/tentative-smarter-query-optimization-in-postgres-starts-with-pg_stat_statements: content_hash: 41c88bcb8e1a5a3f5141811d2a7238cbd4d68719f829c23ffe738c82acd37912 health_score: 100.0 @@ -226619,6 +240481,7 @@ https://www.crunchydata.com/blog/tentative-smarter-query-optimization-in-postgre - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/tuning-your-postgres-database-for-high-write-loads: content_hash: 71cf0146969b688f12b8dd02d30a11e344f01b95e594e5a2bc542a54c6a10818 health_score: 100.0 @@ -226631,6 +240494,7 @@ https://www.crunchydata.com/blog/tuning-your-postgres-database-for-high-write-lo - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/using-cert-manager-to-deploy-tls-for-postgres-on-kubernetes: content_hash: b07c5665b89d9504464928ffdf72225fd6d58af2a4d066f8276a304233d35ace health_score: 100.0 @@ -226643,6 +240507,7 @@ https://www.crunchydata.com/blog/using-cert-manager-to-deploy-tls-for-postgres-o - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/using-kubernetes-chances-are-you-need-a-database: content_hash: 57ee0fc2438da67aad90168f3a00093f83dc65dcf30832e4b5cd2ca2faa6eb2a health_score: 100.0 @@ -226655,6 +240520,7 @@ https://www.crunchydata.com/blog/using-kubernetes-chances-are-you-need-a-databas - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.crunchydata.com/blog/using-postgres-to-back-prometheus-for-your-postgresql-monitoring-1: content_hash: de5f27bcf3a40f05e444829c93c4977ddbcc2dc434b22b956281b01021512f4c health_score: 100.0 @@ -226667,6 +240533,7 @@ https://www.crunchydata.com/blog/using-postgres-to-back-prometheus-for-your-post - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/blog/your-guide-to-connection-management-in-postgres: content_hash: 6b3e9eeb674d46f6eea7d203d192e7d4e8901a85219c93c7b0fe09845faa6c94 health_score: 100.0 @@ -226679,6 +240546,7 @@ https://www.crunchydata.com/blog/your-guide-to-connection-management-in-postgres - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/developers: content_hash: e3cf725e529af6bb3ce66ba7eaeaaaddc3834bb59bdc001ccf7dd18938b11d16 description: '' @@ -226695,6 +240563,7 @@ https://www.crunchydata.com/developers: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.crunchydata.com/developers/tutorials: ai_summary: An interactive database training portal detailing progressive PostgreSQL configuration, clustering, and troubleshooting. Crucial for architects planning @@ -226719,6 +240588,7 @@ https://www.crunchydata.com/developers/tutorials: - elearning.md - crunchydata.md year: '2025' + addition_method: manual https://www.crunchydata.com/news/crunchy-postgresql-for-kuberenetes-4.3: content_hash: 5ba7e8855a54101253c470605db63441246b219c156f9b275865def0e2f4903f health_score: 100.0 @@ -226731,6 +240601,7 @@ https://www.crunchydata.com/news/crunchy-postgresql-for-kuberenetes-4.3: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.crunchydata.com/news/next-generation-crunchy-postgres-for-kubernetes-released: content_hash: f2530bfaf92897de4777bdde41417a368617aee8e1628317e2fad46145048fe7 health_score: 100.0 @@ -226743,6 +240614,7 @@ https://www.crunchydata.com/news/next-generation-crunchy-postgres-for-kubernetes - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.cst-bg.net/post/13-clues-to-good-devops: content_hash: 59fc0146a8d3cc4a6c1aa16214526a8a558e786dffa0bdf948b5ed050ba13e1e description: '' @@ -226759,6 +240631,7 @@ https://www.cst-bg.net/post/13-clues-to-good-devops: v2_locations: - devops.md year: N/A + addition_method: manual https://www.cuelogic.com/blog/kubernetes-vs-docker-swarm: ai_summary: Presents a feature-by-feature evaluation comparing Kubernetes and Docker Swarm across critical engineering parameters such as networking, volume storage, @@ -226784,6 +240657,7 @@ https://www.cuelogic.com/blog/kubernetes-vs-docker-swarm: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://www.cuelogic.com/blog/pipeline-as-code: description: '' health_score: 80.0 @@ -226803,6 +240677,7 @@ https://www.cuelogic.com/blog/pipeline-as-code: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.cyberark.com/resources/threat-research-blog/attacking-kubernetes-clusters-through-your-network-plumbing-part-1: ai_summary: 'A technical blog analyzing complex security vectors in Kubernetes CNI (Container Network Interface) plumbing. @@ -226834,6 +240709,7 @@ https://www.cyberark.com/resources/threat-research-blog/attacking-kubernetes-clu v2_locations: - kubernetes-security.md year: '2020' + addition_method: manual ? https://www.cyberark.com/resources/threat-research-blog/kubesploit-a-new-offensive-tool-for-testing-containerized-environments : content_hash: 799b738e8ccc8722ab9ce122c7a9495e214377dec12e105bf2252b8fb90c8391 description: '' @@ -226851,6 +240727,7 @@ https://www.cyberark.com/resources/threat-research-blog/attacking-kubernetes-clu v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.cyberark.com/venafi-and-cyberark-machine-identity-security: content_hash: 45d4e5dbdedd7f9af360adf02cd463ab622fa6a6a929778d15692cd5df742792 health_score: 100.0 @@ -226864,6 +240741,7 @@ https://www.cyberark.com/venafi-and-cyberark-machine-identity-security: v2_locations: - istio.md - kubernetes-security.md + addition_method: manual https://www.cyberciti.biz: content_hash: N/A description: '' @@ -226878,6 +240756,7 @@ https://www.cyberciti.biz: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/datacenter/linux-unix-bsd-osx-cannot-write-to-hard-disk: content_hash: N/A description: '' @@ -226893,6 +240772,7 @@ https://www.cyberciti.biz/datacenter/linux-unix-bsd-osx-cannot-write-to-hard-dis v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/bash-for-loop: content_hash: N/A description: '' @@ -226907,6 +240787,7 @@ https://www.cyberciti.biz/faq/bash-for-loop: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix: content_hash: N/A description: '' @@ -226921,6 +240802,7 @@ https://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-und v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/df-command-examples-in-linux-unix: content_hash: N/A description: '' @@ -226935,6 +240817,7 @@ https://www.cyberciti.biz/faq/df-command-examples-in-linux-unix: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/find-check-tls-ssl-certificate-expiry-date-from-linux-unix: content_hash: N/A description: '' @@ -226949,6 +240832,7 @@ https://www.cyberciti.biz/faq/find-check-tls-ssl-certificate-expiry-date-from-li v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/find-large-files-linux: content_hash: N/A description: '' @@ -226963,6 +240847,7 @@ https://www.cyberciti.biz/faq/find-large-files-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem: content_hash: N/A description: '' @@ -226978,6 +240863,7 @@ https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-li v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux: content_hash: N/A description: '' @@ -226992,6 +240878,7 @@ https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-check-memory-utilization-in-linux: content_hash: N/A description: '' @@ -227006,6 +240893,7 @@ https://www.cyberciti.biz/faq/how-to-check-memory-utilization-in-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-copy-and-transfer-files-remotely-on-linux-using-scp-and-rsync: content_hash: N/A description: '' @@ -227021,6 +240909,7 @@ https://www.cyberciti.biz/faq/how-to-copy-and-transfer-files-remotely-on-linux-u v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-create-mysql-user-and-grant-permissions-in-aws-rds: content_hash: N/A description: '' @@ -227035,6 +240924,7 @@ https://www.cyberciti.biz/faq/how-to-create-mysql-user-and-grant-permissions-in- v2_locations: - demos.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-define-multiple-when-conditions-in-ansible: content_hash: N/A description: '' @@ -227049,6 +240939,7 @@ https://www.cyberciti.biz/faq/how-to-define-multiple-when-conditions-in-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-flush-redis-cache-and-delete-everything-using-the-cli: content_hash: N/A description: '' @@ -227064,12 +240955,14 @@ https://www.cyberciti.biz/faq/how-to-flush-redis-cache-and-delete-everything-usi v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-install-gol-ang-on-ubuntu-linux: content_hash: N/A health_score: 100.0 last_checked: 1779032420.911341 v1_locations: - docs/golang.md + addition_method: manual https://www.cyberciti.biz/faq/how-to-restart-systemd-without-rebooting-linux-when-critical-libraries-installed: content_hash: N/A description: '' @@ -227085,6 +240978,7 @@ https://www.cyberciti.biz/faq/how-to-restart-systemd-without-rebooting-linux-whe v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-save-terminal-output-to-a-file-under-linux-unix: content_hash: N/A description: '' @@ -227099,6 +240993,7 @@ https://www.cyberciti.biz/faq/how-to-save-terminal-output-to-a-file-under-linux- v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-secure-apache-with-lets-encrypt-certificates-on-rhel-8: content_hash: N/A description: '' @@ -227113,6 +241008,7 @@ https://www.cyberciti.biz/faq/how-to-secure-apache-with-lets-encrypt-certificate v2_locations: - web-servers.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/how-to-set-up-ssh-keys-on-linux-unix: content_hash: N/A description: '' @@ -227127,6 +241023,7 @@ https://www.cyberciti.biz/faq/how-to-set-up-ssh-keys-on-linux-unix: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/howto-configure-dual-wan-load-balance-failover-pfsense-router: content_hash: N/A description: '' @@ -227142,6 +241039,7 @@ https://www.cyberciti.biz/faq/howto-configure-dual-wan-load-balance-failover-pfs v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/howto-ssh-changing-passphrase: content_hash: N/A description: '' @@ -227156,6 +241054,7 @@ https://www.cyberciti.biz/faq/howto-ssh-changing-passphrase: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix: content_hash: N/A description: '' @@ -227170,6 +241069,7 @@ https://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax: content_hash: N/A description: '' @@ -227186,6 +241086,7 @@ https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax: - cheatsheets.md - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/linux-subnet-calculator-cidr: content_hash: N/A description: '' @@ -227201,6 +241102,7 @@ https://www.cyberciti.biz/faq/linux-subnet-calculator-cidr: v2_locations: - networking.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/linux-unix-reuse-openssh-connection: content_hash: N/A description: '' @@ -227216,6 +241118,7 @@ https://www.cyberciti.biz/faq/linux-unix-reuse-openssh-connection: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples: content_hash: N/A health_score: 100.0 @@ -227226,6 +241129,7 @@ https://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.cyberciti.biz/faq/repeat-a-character-in-bash-script-under-linux-unix: content_hash: N/A description: '' @@ -227240,6 +241144,7 @@ https://www.cyberciti.biz/faq/repeat-a-character-in-bash-script-under-linux-unix v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/unix-linux-bash-read-comma-separated-cvsfile: content_hash: N/A description: '' @@ -227254,6 +241159,7 @@ https://www.cyberciti.biz/faq/unix-linux-bash-read-comma-separated-cvsfile: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/faq/unix-linux-bash-script-check-if-variable-is-empty: content_hash: N/A description: '' @@ -227268,6 +241174,7 @@ https://www.cyberciti.biz/faq/unix-linux-bash-script-check-if-variable-is-empty: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/files/ss.html: content_hash: N/A health_score: 100.0 @@ -227278,6 +241185,7 @@ https://www.cyberciti.biz/files/ss.html: - docs/linux.md v2_locations: - linux.md + addition_method: manual https://www.cyberciti.biz/linux-news/red-hat-introduces-new-no-cost-rhel-option: content_hash: N/A description: '' @@ -227292,6 +241200,7 @@ https://www.cyberciti.biz/linux-news/red-hat-introduces-new-no-cost-rhel-option: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/open-source/command-line-hacks/bpytop-awesome-linux-macos-and-freebsd-resource-monitor: content_hash: N/A description: '' @@ -227306,6 +241215,7 @@ https://www.cyberciti.biz/open-source/command-line-hacks/bpytop-awesome-linux-ma v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/open-source/command-line-hacks/linux-ls-commands-examples: content_hash: N/A description: '' @@ -227320,6 +241230,7 @@ https://www.cyberciti.biz/open-source/command-line-hacks/linux-ls-commands-examp v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/open-source/http-web-performance-proxy-load-balancer-accelerator-software: content_hash: N/A description: '' @@ -227337,6 +241248,7 @@ https://www.cyberciti.biz/open-source/http-web-performance-proxy-load-balancer-a - caching.md - web-servers.md year: N/A + addition_method: manual https://www.cyberciti.biz/open-source/install-ncdu-on-linux-unix-ncurses-disk-usage: content_hash: N/A description: '' @@ -227351,6 +241263,7 @@ https://www.cyberciti.biz/open-source/install-ncdu-on-linux-unix-ncurses-disk-us v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/programming/color-terminal-highlighter-for-diff-files: content_hash: N/A description: '' @@ -227366,6 +241279,7 @@ https://www.cyberciti.biz/programming/color-terminal-highlighter-for-diff-files: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/tips/check-unix-linux-configuration-file-for-syntax-errors.html: content_hash: N/A description: '' @@ -227381,6 +241295,7 @@ https://www.cyberciti.biz/tips/check-unix-linux-configuration-file-for-syntax-er v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/tips/how-to-audit-ssh-server-and-client-config-on-linux-unix.html: content_hash: N/A description: '' @@ -227395,6 +241310,7 @@ https://www.cyberciti.biz/tips/how-to-audit-ssh-server-and-client-config-on-linu v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html: content_hash: N/A health_score: 100.0 @@ -227405,6 +241321,7 @@ https://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.htm - docs/linux.md v2_locations: - linux.md + addition_method: manual https://www.cyberciti.biz/tips/linux-iptables-examples.html: content_hash: N/A description: '' @@ -227419,12 +241336,14 @@ https://www.cyberciti.biz/tips/linux-iptables-examples.html: v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/tips/linux-security.html: content_hash: N/A health_score: 100.0 last_checked: 1779029154.593209 v1_locations: - docs/linux.md + addition_method: manual https://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html: content_hash: N/A description: '' @@ -227439,6 +241358,7 @@ https://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html v2_locations: - linux.md year: N/A + addition_method: manual https://www.cyberciti.biz/tips/perform-simple-manipulation-of-ip-addresse.html: content_hash: N/A description: '' @@ -227453,6 +241373,7 @@ https://www.cyberciti.biz/tips/perform-simple-manipulation-of-ip-addresse.html: v2_locations: - networking.md year: N/A + addition_method: manual https://www.cybercoders.com/insights/what-hiring-managers-look-for-in-a-full-stack-developer: ai_summary: 'Curator Insight: Analyzes the evolution of developer profiles, mapping out modern tech stack expectations and system-level engineering requirements. @@ -227480,6 +241401,7 @@ https://www.cybercoders.com/insights/what-hiring-managers-look-for-in-a-full-sta v2_locations: - faq.md year: N/A + addition_method: manual https://www.cyberithub.com/70-important-kubernetes-related-tools-you-should-know-about: content_hash: 087519a1320a756323ce49b12f926f0bed11f717e6875f81acbf0628c62146d0 description: '' @@ -227496,6 +241418,7 @@ https://www.cyberithub.com/70-important-kubernetes-related-tools-you-should-know v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.cyberscoop.com/log4j-hack-security-update-ransomware: content_hash: 95fc551fcd98597eac7c726efa70a4b8dc5c3d103269ac409e2a6c469c600b6c description: '' @@ -227508,6 +241431,7 @@ https://www.cyberscoop.com/log4j-hack-security-update-ransomware: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.cybersecuritydive.com/news/developer-security-gitlab-devsecops: content_hash: 4989b854be640c3dffa7d0d3851c5d13bbf868f106d1ee7378b7352f553209d8 description: '' @@ -227519,6 +241443,7 @@ https://www.cybersecuritydive.com/news/developer-security-gitlab-devsecops: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.cybersecuritydive.com/news/developer-security-gitlab-devsecops/599599: ai_summary: 'Details structural conflicts and alignments between developers and security engineers based on industry telemetry. Contrast: Curator Insight examines @@ -227542,6 +241467,7 @@ https://www.cybersecuritydive.com/news/developer-security-gitlab-devsecops/59959 v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.cyera.com: content_hash: 623a75510934a177f5a67bf09b7f81d1a6177ea5daaafeac7e2f646d14aa9e9d health_score: 100.0 @@ -227553,6 +241479,7 @@ https://www.cyera.com: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.cynet.com/incident-response/incident-response-plan: content_hash: fb2358a18d0ff615389ed4cedae2f691bb8cd947828c4c4a7adb48217b7756ec description: '' @@ -227568,6 +241495,7 @@ https://www.cynet.com/incident-response/incident-response-plan: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.daan.fyi/writings/iam: content_hash: 0161b30c1e7e7e2cfc2e845c225875862964e3525260055f72c7611385bd2d3d description: '' @@ -227584,6 +241512,7 @@ https://www.daan.fyi/writings/iam: v2_locations: - aws-security.md year: N/A + addition_method: manual https://www.danhacks.com/software/grpc-rest-graphql.html: content_hash: 1fd02a8f378ca2a00c0ee2ec3258049822b9ba4aa32e1e6597e9eee74326159a description: '' @@ -227600,6 +241529,7 @@ https://www.danhacks.com/software/grpc-rest-graphql.html: v2_locations: - api.md year: N/A + addition_method: manual https://www.danielstechblog.io/mitigating-slow-container-image-pulls-on-azure-kubernetes-service: ai_summary: Investigates mitigation patterns for cold-start latency issues associated with large container image pulls in AKS. Examines dynamic caching, optimal Azure @@ -227629,12 +241559,14 @@ https://www.danielstechblog.io/mitigating-slow-container-image-pulls-on-azure-ku v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.darkreading.com/dr-tech/fugue-adds-kubernetes-security-checks-to-secure-infrastructure-as-code: content_hash: N/A health_score: 100.0 last_checked: 1779029466.320563 v1_locations: - docs/securityascode.md + addition_method: manual https://www.darkreading.com/dr-tech/top-10-kubernetes-security-risks-every-devsecops-needs-to-know: content_hash: N/A description: '' @@ -227650,6 +241582,7 @@ https://www.darkreading.com/dr-tech/top-10-kubernetes-security-risks-every-devse v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.databricks.com/blog/2020/09/11/announcing-databricks-labs-terraform-integration-on-aws-and-azure.html: content_hash: e3bc68c9033b56d311ccbce9c1a8fc1190e13eb4ea23df2d68d68e9f90d5c416 health_score: 100.0 @@ -227662,6 +241595,7 @@ https://www.databricks.com/blog/2020/09/11/announcing-databricks-labs-terraform- - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.datacenterdynamics.com/en/opinions/why-netops-needs-a-digital-sandbox-to-benefit-from-devops: content_hash: N/A description: '' @@ -227677,6 +241611,7 @@ https://www.datacenterdynamics.com/en/opinions/why-netops-needs-a-digital-sandbo v2_locations: - devops.md year: N/A + addition_method: manual https://www.datacenterknowledge.com/cloud/pros-and-cons-kubernetes-based-hybrid-cloud: content_hash: 880506c385da2f8983c1cf1e7fb0289fb628ec126ec148ff323d808e453a2afd description: '' @@ -227688,6 +241623,7 @@ https://www.datacenterknowledge.com/cloud/pros-and-cons-kubernetes-based-hybrid- v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.datacenterknowledge.com/cloud/the-pros-and-cons-of-kubernetes-based-hybrid-cloud: content_hash: e6acbed9e068f474f0ec5ff1a5d414387f137d5179c2d85243b907bd11861654 health_score: 100.0 @@ -227700,6 +241636,7 @@ https://www.datacenterknowledge.com/cloud/the-pros-and-cons-of-kubernetes-based- - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.datacenterknowledge.com/devops/red-hat-brings-its-managed-openshift-kubernetes-service-aws: content_hash: 19eff054d872011c28a707270d81a616ea90a356b7ed4cf3129995f739176622 description: '' @@ -227712,6 +241649,7 @@ https://www.datacenterknowledge.com/devops/red-hat-brings-its-managed-openshift- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.datacenterknowledge.com/hyperscalers/red-hat-brings-its-managed-openshift-kubernetes-service-to-aws: content_hash: f4e48c1430306216b3b4a6edb4624ddcbe6b15a338cbc2d2efc0be3ded8de647 health_score: 100.0 @@ -227724,6 +241662,7 @@ https://www.datacenterknowledge.com/hyperscalers/red-hat-brings-its-managed-open - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.datacenterknowledge.com/open-source/explaining-knative-project-liberate-serverless-cloud-giants: content_hash: d4c7167609ef325fec7ef93f9a0573b36b016ad42bd3ae5990e42ca0193de71d description: '' @@ -227737,6 +241676,7 @@ https://www.datacenterknowledge.com/open-source/explaining-knative-project-liber - docs/ocp4.md - docs/serverless.md year: N/A + addition_method: manual https://www.datacenterknowledge.com/servers/explaining-knative-the-project-to-liberate-serverless-from-cloud-giants: content_hash: 7ed1338716b593f91836ec80bd9ca148ca30f33d395ee33ad3bc611f63b3384b health_score: 100.0 @@ -227751,6 +241691,7 @@ https://www.datacenterknowledge.com/servers/explaining-knative-the-project-to-li v2_locations: - ocp4.md - serverless.md + addition_method: manual https://www.datadoghq.com: content_hash: 96079a3456cd59f44c688603b0fbcb676e66d81af102aaafc00d3db82ccd5d6f description: '' @@ -227767,6 +241708,7 @@ https://www.datadoghq.com: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.datadoghq.com/blog/monitor-vault-metrics-and-logs: ai_summary: Technical article detailing key performance indicators, unseal latency, policy failures, and performance metrics for HashiCorp Vault monitoring. Focuses @@ -227794,6 +241736,7 @@ https://www.datadoghq.com/blog/monitor-vault-metrics-and-logs: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics: ai_summary: 'Curator Insight: The gold-standard diagnostic reference for key Kafka metrics. Live Grounding: Breaks down critical under-replicated partition counts, @@ -227822,6 +241765,7 @@ https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.datadoghq.com/resources/datadog-postgresql-cheatsheet: content_hash: b371ccda0c9ff56640cc4b62081662335f4a1b7ef3a2fbfc8fb554e64e61662e description: '' @@ -227838,6 +241782,7 @@ https://www.datadoghq.com/resources/datadog-postgresql-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.datamechanics.co: ai_summary: 'Curator Insight: Platform news highlighting Apache Spark 3.1 generally available support for native Kubernetes. @@ -227864,6 +241809,7 @@ https://www.datamechanics.co: - docker.md - kubernetes-bigdata.md year: '2021' + addition_method: manual https://www.datamechanics.co/blog-post/apache-spark-3-1-release-spark-on-kubernetes-is-now-ga: content_hash: efcdad385764e438329e36c990283128884ef4ff0ea935bcfe0d1fd23add8d94 description: '' @@ -227876,6 +241822,7 @@ https://www.datamechanics.co/blog-post/apache-spark-3-1-release-spark-on-kuberne v1_locations: - docs/kubernetes-bigdata.md year: N/A + addition_method: manual https://www.datamechanics.co/blog-post/optimized-spark-docker-images-now-available: content_hash: efcdad385764e438329e36c990283128884ef4ff0ea935bcfe0d1fd23add8d94 description: '' @@ -227887,6 +241834,7 @@ https://www.datamechanics.co/blog-post/optimized-spark-docker-images-now-availab v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.datarevenue.com/en-blog/airflow-vs-luigi-vs-argo-vs-mlflow-vs-kubeflow: content_hash: N/A description: '' @@ -227901,6 +241849,7 @@ https://www.datarevenue.com/en-blog/airflow-vs-luigi-vs-argo-vs-mlflow-vs-kubefl v2_locations: - mlops.md year: N/A + addition_method: manual https://www.datastax.com/blog/apache-cassandra-40-now-delivered-k8ssandra-amazon-eks: content_hash: ba545566acbb2af32bc2b363440712e235b2a40f865f0f859ba2dce85f8af521 description: '' @@ -227912,6 +241861,7 @@ https://www.datastax.com/blog/apache-cassandra-40-now-delivered-k8ssandra-amazon v1_locations: - docs/nosql.md year: N/A + addition_method: manual https://www.datree.io: ai_summary: An open-source CLI-driven tool that scans Kubernetes manifests and Helm charts to verify compliance with operational guidelines and security benchmarks. @@ -227944,6 +241894,7 @@ https://www.datree.io: - kubernetes-tools.md - git.md year: N/A + addition_method: manual https://www.datree.io/resources/argocd-best-practices-you-should-know: ai_summary: Datree's policy-as-code guide for Argo CD configurations. Illustrates automatic linting mechanisms inside development environments to filter out schema @@ -227972,6 +241923,7 @@ https://www.datree.io/resources/argocd-best-practices-you-should-know: v2_locations: - argo.md year: N/A + addition_method: manual https://www.datree.io/resources/eks-1-22-upgrade-tutorial: content_hash: cd39e0d621c8e9dc83d2975943e63f33c86f2b6d033337c59ab7f8a257ae54dd health_score: 100.0 @@ -227983,6 +241935,7 @@ https://www.datree.io/resources/eks-1-22-upgrade-tutorial: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.datree.io/resources/git-commit-message: ai_summary: Explains the technical and cultural advantages of maintaining a highly standardized commit history format. It outlines structures like Conventional Commits, @@ -228005,6 +241958,7 @@ https://www.datree.io/resources/git-commit-message: v2_locations: - git.md year: '2021' + addition_method: manual https://www.datree.io/resources/how-to-build-a-helm-plugin-in-minutes: ai_summary: A structured developer guide that walks through the anatomy of Helm's plugin architecture. It provides an actionable walkthrough on packaging custom @@ -228032,6 +241986,7 @@ https://www.datree.io/resources/how-to-build-a-helm-plugin-in-minutes: v2_locations: - helm.md year: N/A + addition_method: manual https://www.datree.io/resources/kubernetes-readiness-and-liveness-probes-best-practices: content_hash: ae0fec6b4079cbcbf6489a0f6b64f7f6061655f8f0cc90002ecc4c9b39915207 health_score: 100.0 @@ -228043,6 +241998,7 @@ https://www.datree.io/resources/kubernetes-readiness-and-liveness-probes-best-pr - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.datree.io/resources/kubernetes-schema-validation: content_hash: 130caa60465ef9fbb30712e570c7b41fc6ace61aedf601378ed5b36810354e0f description: '' @@ -228059,6 +242015,7 @@ https://www.datree.io/resources/kubernetes-schema-validation: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.dbi-services.com/blog/deploying-postgresql-in-minishiftopenshift: content_hash: f18b45c2ffd42358ebda43bb4722153f577d8156d7a80f559a15f18b61838334 health_score: 100.0 @@ -228071,6 +242028,7 @@ https://www.dbi-services.com/blog/deploying-postgresql-in-minishiftopenshift: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.decipherzone.com/blog-detail/kubernetes-vs-docker-swarm: content_hash: 95413c0237e5baf31370164275dcd04530d1f41b984ae1349ce5074034222b0f description: '' @@ -228088,6 +242046,7 @@ https://www.decipherzone.com/blog-detail/kubernetes-vs-docker-swarm: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.deepinstinct.com/2021/07/01/what-makes-powershell-a-challenge-for-cybersecurity-solutions: content_hash: 025bd376e73ab55c02889a83fa86bfab69f4039ac4b2cd3bc8eb9ac3a7253b6b description: '' @@ -228100,6 +242059,7 @@ https://www.deepinstinct.com/2021/07/01/what-makes-powershell-a-challenge-for-cy v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.deepinstinct.com/blog/what-makes-powershell-a-challenge-for-cybersecurity-solutions: content_hash: 344d7411fe345d1ddc87dd0cfc7e3f093e01fbd21bf3a687ca885689d4dc9fdc health_score: 100.0 @@ -228111,6 +242071,7 @@ https://www.deepinstinct.com/blog/what-makes-powershell-a-challenge-for-cybersec - docs/azure.md v2_locations: - azure.md + addition_method: manual https://www.deloitte.com/de/de/services/consulting/services/center-of-excellence-application-modernization.html: content_hash: c19bba423546c6495097bec40d5e4da6b864e63b9fc17d9aed64fd22b50d16f6 health_score: 100.0 @@ -228123,6 +242084,7 @@ https://www.deloitte.com/de/de/services/consulting/services/center-of-excellence - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.deloitte.com/es/es/services/consulting/blogs/todo-tecnologia/fargate-con-eks.html: ai_summary: Un análisis detallado en español elaborado por Deloitte sobre la integración de AWS Fargate como plano de datos sin servidor para clústeres de Amazon EKS. @@ -228145,6 +242107,7 @@ https://www.deloitte.com/es/es/services/consulting/blogs/todo-tecnologia/fargate v2_locations: - aws-serverless.md year: '2021' + addition_method: manual https://www.deloitte.com/es/es/services/consulting/blogs/todo-tecnologia/infrastructure-as-code-iac-con-terraform.html: content_hash: c59a9e3267d3143ff87109d310872dca462a686919d688c5045cb70542468216 health_score: 100.0 @@ -228157,6 +242120,7 @@ https://www.deloitte.com/es/es/services/consulting/blogs/todo-tecnologia/infrast - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.deloitte.com/us/en/insights/industry/government-public-sector-services.html: content_hash: d79877bef58ffb6534f67a0f7a0c5b5d066c72d08ea2598ba75871571d11f89f health_score: 100.0 @@ -228169,6 +242133,7 @@ https://www.deloitte.com/us/en/insights/industry/government-public-sector-servic - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.deloitte.com/us/en/what-we-do/capabilities/cloud-transformation/collections/cloud-podcast.html: content_hash: 67f4da500c9afea845337fe2cdc6d4eacaae5aebbbf610c04112643fabdf0abf health_score: 100.0 @@ -228181,6 +242146,7 @@ https://www.deloitte.com/us/en/what-we-do/capabilities/cloud-transformation/coll - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.designgurus.io/blog/Monolithic-Service-Oriented-Microservice-Architecture: content_hash: e939a04ce0073d466b49762e6285ab59f71f5058c86118a4939c4fd5bb131e08 description: '' @@ -228192,6 +242158,7 @@ https://www.designgurus.io/blog/Monolithic-Service-Oriented-Microservice-Archite v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.designgurus.io/blog/monolithic-service-oriented-microservice-architecture: content_hash: fba36d7ed9d1f455ab7d6fd5ffee0bf901bf23cf3fdccc5e10f7131a41f7ee57 health_score: 100.0 @@ -228203,6 +242170,7 @@ https://www.designgurus.io/blog/monolithic-service-oriented-microservice-archite - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.devbattles.com/en/sand/post-1752-Python_sorting_lists_by_sort__with__in_simple_words: content_hash: N/A health_score: 100.0 @@ -228213,6 +242181,7 @@ https://www.devbattles.com/en/sand/post-1752-Python_sorting_lists_by_sort__with_ - docs/python.md v2_locations: - python.md + addition_method: manual https://www.devbattles.com/en/sand/post-1754-Python_list_Functions_and_Methods_lists: content_hash: N/A health_score: 100.0 @@ -228223,6 +242192,7 @@ https://www.devbattles.com/en/sand/post-1754-Python_list_Functions_and_Methods_l - docs/python.md v2_locations: - python.md + addition_method: manual https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: content_hash: N/A health_score: 100.0 @@ -228233,6 +242203,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: - docs/python.md v2_locations: - python.md + addition_method: manual ? https://www.devclass.com/ci-cd/2020/10/06/open-sauce-rancher-25-puts-new-ui-forward-gets-to-continuously-delivering/1628365 : content_hash: d445dd4fc5ac76dd96205b6358830d278bbf422109714f63aeef3568a5a5372c health_score: 100.0 @@ -228245,6 +242216,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual ? https://www.devclass.com/ci-cd/2021/03/23/git-a-march-on-gitlab-1310-ramps-up-security-adds-support-for-openshift-dora/1619889 : ai_summary: An industry news review covering the key features of the GitLab 13.10 release, showcasing the initial support for native OpenShift deployments, compliance @@ -228267,6 +242239,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: v2_locations: - git.md year: '2021' + addition_method: manual ? https://www.devclass.com/containers/2020/05/04/openshift-44-goes-all-out-on-mixed-workloads-puts-observability-at-devs-fingertips/1625566 : content_hash: 6b6cc3ed78e2dc792923711ebc4c3a3542b6df70a2f6d74d92c3e78fde8e7133 health_score: 100.0 @@ -228279,6 +242252,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://www.devclass.com/containers/2021/01/07/safetyfirst-prometheus-224-finally-features-tls-on-http-serving-endpoints/1626636 : content_hash: 6d00457f6218757c8d647b95a2d59c03403778d030288e5cd19810b416cf205f health_score: 100.0 @@ -228291,6 +242265,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual ? https://www.devclass.com/containers/2021/01/13/docker-its-not-dead-yet-but-theres-a-tendency-to-walk-away-security-report-finds/1620265 : ai_summary: 'Examines industry-wide vulnerability trends and the security-driven migration away from Docker daemons to alternative container runtimes. Contrast: @@ -228316,6 +242291,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: v2_locations: - devsecops.md year: '2021' + addition_method: manual ? https://www.devclass.com/containers/2021/01/26/haproxy-ingress-controller-15-introduces-mtls-support-gives-load-balancing-experts-more-power/1619777 : content_hash: fb28edabdc248958c6f0465291f098196773ee0d0c40f0b5a778e49258301b56 health_score: 100.0 @@ -228328,6 +242304,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual ? https://www.devclass.com/containers/2021/04/09/kubernetes-121-unloads-pod-security-adds-dual-ipv4/ipv6-networking-and-shuts-down-gracefully/1623619 : content_hash: 3eec8d7ba13e9a85f6d81dd372ff236ba44b74c7178580d399a2b1b45f821063 health_score: 100.0 @@ -228340,6 +242317,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual ? https://www.devclass.com/containers/2021/09/02/rancher-presents-first-big-release-after-suse-acquisition-ups-game-on-hosted-cluster-provisioning/1627301 : content_hash: f651159dbf1e7c76df11b5b1bb6a490c95af41fb032beeca3812675f00ec9497 health_score: 100.0 @@ -228352,6 +242330,7 @@ https://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.devclass.com/databases/2021/04/20/apache-kafka-280-previews-life-without-zookeeper/1627009: ai_summary: Analyzes the operational and administrative benefits of ZooKeeper removal. Reviews how KRaft architecture improves cluster limits, simplifies administrator @@ -228373,6 +242352,7 @@ https://www.devclass.com/databases/2021/04/20/apache-kafka-280-previews-life-wit v2_locations: - message-queue.md year: '2021' + addition_method: manual ? https://www.devclass.com/devops/2021/12/09/terraform-11-moves-forward-with-refactoring-helpers-and-native-terraform-cloud-integration/1621944 : content_hash: 143695272bed76d5949030c234fc31675514f7b076d5b0779c35f3fdc436e5bc health_score: 100.0 @@ -228385,6 +242365,7 @@ https://www.devclass.com/databases/2021/04/20/apache-kafka-280-previews-life-wit - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.developer.com/design/event-driven-microservices: content_hash: N/A description: '' @@ -228399,6 +242380,7 @@ https://www.developer.com/design/event-driven-microservices: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.developer.com/design/solving-microservices-anti-patterns: content_hash: N/A description: '' @@ -228413,6 +242395,7 @@ https://www.developer.com/design/solving-microservices-anti-patterns: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.devopsdigest.com: content_hash: 90c8f701cbbbbd54b193d725d6ba26ed237a429b8713775648ca74ff30d43e3a description: '' @@ -228428,6 +242411,7 @@ https://www.devopsdigest.com: v2_locations: - devops.md year: N/A + addition_method: manual https://www.devopsdigest.com/cicd-deployments-how-to-expedite-across-a-kubernetes-environment-with-devops-orchestration: ai_summary: 'Curator Insight: Explains the integration of legacy build architectures with cloud-native Kubernetes deployments. Live Grounding: Focuses on managing @@ -228458,6 +242442,7 @@ https://www.devopsdigest.com/cicd-deployments-how-to-expedite-across-a-kubernete - faq.md - cicd.md year: N/A + addition_method: manual https://www.devopsonline.co.uk/chatops-devops-scrumops-and-5-other-ops-religions: ai_summary: 'Curator Insight: Analyzes various operational methodologies (DevOps, ChatOps, SecOps) as structural team alignments. Live Grounding: Highlights how @@ -228485,6 +242470,7 @@ https://www.devopsonline.co.uk/chatops-devops-scrumops-and-5-other-ops-religions v2_locations: - cicd.md year: N/A + addition_method: manual https://www.devopsonline.co.uk/devops-and-the-emergence-of-testops: description: '' health_score: 80.0 @@ -228499,6 +242485,7 @@ https://www.devopsonline.co.uk/devops-and-the-emergence-of-testops: v2_locations: - testops.md year: N/A + addition_method: manual https://www.devopsonline.co.uk/robotics-and-automation-to-cause-anxiety-for-workers: ai_summary: An industry report investigating the operational and psychological friction associated with automated platforms. Suggests organizational frameworks for leaders @@ -228525,6 +242512,7 @@ https://www.devopsonline.co.uk/robotics-and-automation-to-cause-anxiety-for-work v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.devopsonline.co.uk/the-role-of-automation-in-devops: description: '' health_score: 80.0 @@ -228539,6 +242527,7 @@ https://www.devopsonline.co.uk/the-role-of-automation-in-devops: v2_locations: - devops.md year: N/A + addition_method: manual https://www.devopstoolkitseries.com: content_hash: f75fa514cf2d6eb6f2f9e34911ef4855a67aa5fabeb20911c5fc3c4e50e2d054 description: '' @@ -228555,6 +242544,7 @@ https://www.devopstoolkitseries.com: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.devopszone.info: content_hash: d383c2a92d3f051699e3f24bf9e3e9317ddff2bac3aacd1e7963d8ac1c474dff description: '' @@ -228571,6 +242561,7 @@ https://www.devopszone.info: v2_locations: - devops.md year: N/A + addition_method: manual https://www.devopszone.info/post/an-introduction-to-git-flow-workflow: ai_summary: A basic primer detailing the structure and rules of the Git-flow branching workflow. It walks through the distinct roles of master, develop, feature, hotfix, @@ -228599,6 +242590,7 @@ https://www.devopszone.info/post/an-introduction-to-git-flow-workflow: v2_locations: - git.md year: N/A + addition_method: manual https://www.devopszone.info/post/devsecops-explained: ai_summary: A baseline conceptual overview of DevSecOps pipelines. Explores integrating automated vulnerability scanners, static analysis, and compliance checks inside @@ -228627,6 +242619,7 @@ https://www.devopszone.info/post/devsecops-explained: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.devprojournal.com/technology-trends/kubernetes/containers-kubernetes-and-software-development-in-2021: content_hash: 775e38d99e3fe34e39bf69df5adf7eb3c964fdf801a9bc29a0d6b5f3f46f2faf description: '' @@ -228643,6 +242636,7 @@ https://www.devprojournal.com/technology-trends/kubernetes/containers-kubernetes v2_locations: - introduction.md year: N/A + addition_method: manual https://www.devroom.io/2011/07/05/git-squash-your-latests-commits-into-one: ai_summary: Historic but highly practical post detailing manual command-line execution of Git squash. Despite its age, the fundamental rebase-based approaches covered @@ -228671,6 +242665,7 @@ https://www.devroom.io/2011/07/05/git-squash-your-latests-commits-into-one: v2_locations: - git.md year: N/A + addition_method: manual https://www.devspace.sh: ai_summary: Fast developer-centric CLI tool designed to lower the cloud-native learning curve. Optimizes the inner loop with real-time bidirectional file sync, container @@ -228692,6 +242687,7 @@ https://www.devspace.sh: v2_locations: - kubernetes-based-devel.md year: '2026' + addition_method: manual https://www.devteam.space/blog/10-best-jenkins-plugins-for-devops: content_hash: ef7dda9886707f2e5b68ccdf8de4111f9850673f1344254b33d371ef37fcc8f3 description: '' @@ -228708,6 +242704,7 @@ https://www.devteam.space/blog/10-best-jenkins-plugins-for-devops: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.devzero.io/blog/kubernetes-autoscaling: content_hash: 15668532ba75a49ee20b6511e20a43cdfba40b03eeeb3949e7cfe0a7074f2b3e health_score: 100.0 @@ -228720,6 +242717,7 @@ https://www.devzero.io/blog/kubernetes-autoscaling: - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://www.devzero.io/blog/kubernetes-debugging-tips: content_hash: eef5f046b2d9eb2de95b2e403e731fbffdd725ad7b531c77a76a470dea141dd6 description: '' @@ -228731,6 +242729,7 @@ https://www.devzero.io/blog/kubernetes-debugging-tips: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.dex.dev/dex-videos/development-clusters: content_hash: N/A description: '' @@ -228745,6 +242744,7 @@ https://www.dex.dev/dex-videos/development-clusters: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://www.dex.dev/dex-videos/templating-solutions: content_hash: N/A description: '' @@ -228761,6 +242761,7 @@ https://www.dex.dev/dex-videos/templating-solutions: - kustomize.md - yaml.md year: N/A + addition_method: manual https://www.diagrams.net: content_hash: 571420716ee518b93d7f6ca7b4e7ffa6f3d3779b10cf3b6982361132c14b2ebe description: '' @@ -228772,6 +242773,7 @@ https://www.diagrams.net: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.diagrams.net/blog/drawio-aws-cloudcraft: content_hash: 3dfdcd11f832e7a800d14289d4e0c7ec9465424fc0f1dc612390a7cf72e366ab description: '' @@ -228783,6 +242785,7 @@ https://www.diagrams.net/blog/drawio-aws-cloudcraft: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.diariocordoba.com/cordoba-ciudad/2021/12/26/autonomo-espana-sigue-profesion-riesgo-61023753.html: ai_summary: An analytical interview highlighting the financial and administrative hurdles faced by self-employed professionals in Spain. Discusses systemic issues, @@ -228812,6 +242815,7 @@ https://www.diariocordoba.com/cordoba-ciudad/2021/12/26/autonomo-espana-sigue-pr v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.diffblue.com: content_hash: 1f2fa905dbfe44baff58be763eef1c97894ac1651b8e60afe20667d06db28130 description: '' @@ -228828,6 +242832,7 @@ https://www.diffblue.com: v2_locations: - testops.md year: N/A + addition_method: manual https://www.digitalocean.com: content_hash: f46481a483503d4917a31be26e2e4e5cc20e753984b01ab121a950ddd718797e description: '' @@ -228844,6 +242849,7 @@ https://www.digitalocean.com: v2_locations: - digitalocean.md year: N/A + addition_method: manual https://www.digitalocean.com/blog/kubernetes-for-startups-why-when-and-how-to-adopt: content_hash: 1e5719beb1fc9c9fc436c2b9c6a23109d2aea3a58dce644d042adec3a2b68c53 description: '' @@ -228855,12 +242861,14 @@ https://www.digitalocean.com/blog/kubernetes-for-startups-why-when-and-how-to-ad v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.digitalocean.com/blog/vanilla-kubernetes-vs-managed-kubernetes: content_hash: d2d88011753183cdd2ee842c60bb975720d75b08c2b947bc9caafeb90c79c4fd health_score: 100.0 last_checked: 1779031776.934628 v1_locations: - docs/about.md + addition_method: manual https://www.digitalocean.com/community/books/from-containers-to-kubernetes-with-node-js-ebook: content_hash: 44121f80ae19c151071b529630f1dba82f1dd7b1033d23fca74200ca251b01d4 description: '' @@ -228877,6 +242885,7 @@ https://www.digitalocean.com/community/books/from-containers-to-kubernetes-with- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.digitalocean.com/community/books/understanding-the-dom-document-object-model-ebook: content_hash: dd64ce0189a7f65d807732c11a16fba83da29e2f350c3440d00b80a0af205f89 description: '' @@ -228893,6 +242902,7 @@ https://www.digitalocean.com/community/books/understanding-the-dom-document-obje v2_locations: - dom.md year: N/A + addition_method: manual https://www.digitalocean.com/community/questions/kuberntes-pvc-readwritemany-access-mode-alternative: content_hash: 7dafdc38fa8862677cddf8cdf2309df9033f234c435970fedb63b97b8f09f53f description: '' @@ -228909,6 +242919,7 @@ https://www.digitalocean.com/community/questions/kuberntes-pvc-readwritemany-acc v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tags/docker: content_hash: 2317e4e8ba4deed4b898082f1df606de5fe80955018e62dbf86c624029c834c6 description: '' @@ -228925,6 +242936,7 @@ https://www.digitalocean.com/community/tags/docker: v2_locations: - docker.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tags/python: content_hash: 2317e4e8ba4deed4b898082f1df606de5fe80955018e62dbf86c624029c834c6 description: '' @@ -228941,6 +242953,7 @@ https://www.digitalocean.com/community/tags/python: v2_locations: - python.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tech-talks/automating-gitops-and-continuous-delivery-with-digitalocean-kubernetes: ai_summary: An interactive tutorial showcasing GitOps pipeline construction using Terraform, Helm, and Flux CD on DigitalOcean. Outlines structural separation between @@ -228963,6 +242976,7 @@ https://www.digitalocean.com/community/tech-talks/automating-gitops-and-continuo v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.digitalocean.com/community/tech-talks/building-a-rest-api-with-django-rest-framework: content_hash: b8c1b96ef8ab5a8b0616a8fecda4559d07bbd6309318de478d07886f5300c664 health_score: 100.0 @@ -228974,6 +242988,7 @@ https://www.digitalocean.com/community/tech-talks/building-a-rest-api-with-djang - docs/python.md v2_locations: - python.md + addition_method: manual https://www.digitalocean.com/community/tech_talks/automating-gitops-and-continuous-delivery-with-digitalocean-kubernetes: content_hash: 59cc9a415b65e1e74221197c25f524afb9dc3be62692c03acd91c2d2d734a067 description: '' @@ -228986,6 +243001,7 @@ https://www.digitalocean.com/community/tech_talks/automating-gitops-and-continuo v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tech_talks/building-a-rest-api-with-django-rest-framework: content_hash: ba0bfdb77380ce20039292edbecf507c2a151f4c8300b0cede0133540138d2d2 description: '' @@ -228997,6 +243013,7 @@ https://www.digitalocean.com/community/tech_talks/building-a-rest-api-with-djang v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tools: content_hash: 8153efb5fb331273d1116c5ed3a41ab9581de018ce9478c4b528a4956b381db6 description: '' @@ -229013,6 +243030,7 @@ https://www.digitalocean.com/community/tools: v2_locations: - digitalocean.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tools/nginx: ai_summary: DigitalOcean's visual configuration tool for Nginx. It generates highly secure, production-tested server blocks tailored for modern features like HTTP/2, @@ -229043,6 +243061,7 @@ https://www.digitalocean.com/community/tools/nginx: - web-servers.md - digitalocean.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorial-series/how-to-code-in-python-3: content_hash: 9cf74907e6d6e4644c379812934007e83426c86aefebf60593f8a1adf9eed681 health_score: 100.0 @@ -229054,6 +243073,7 @@ https://www.digitalocean.com/community/tutorial-series/how-to-code-in-python-3: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.digitalocean.com/community/tutorial_series/how-to-code-in-python-3: content_hash: 0cec78e750e4543bf9b456231295cf2a5c90e99d2798222ccf4cc84c5d1a928c description: '' @@ -229065,6 +243085,7 @@ https://www.digitalocean.com/community/tutorial_series/how-to-code-in-python-3: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/deepseek-r1-gpu-droplets: ai_summary: Tactical walkthrough showing how to provision DigitalOcean GPU Droplets to serve DeepSeek-R1. Configures vLLM runtimes, registers systemd units, and establishes @@ -229097,6 +243118,7 @@ https://www.digitalocean.com/community/tutorials/deepseek-r1-gpu-droplets: - digitalocean.md - kubernetes.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-build-a-custom-terraform-module: content_hash: 84f838aa529dc42beb6dba95ab466148357d44d801bb8f556fd913f81bdf47a8 description: '' @@ -229113,6 +243135,7 @@ https://www.digitalocean.com/community/tutorials/how-to-build-a-custom-terraform v2_locations: - terraform.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-create-a-twitterbot-with-python-3-and-the-tweepy-library: content_hash: cf54674c5138c8bb35c22c1e52b1ec05c12dd165bfc9a81e91df12fb36528a00 description: '' @@ -229130,6 +243153,7 @@ https://www.digitalocean.com/community/tutorials/how-to-create-a-twitterbot-with v2_locations: - python.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-debug-node-js-with-the-built-in-debugger-and-chrome-devtools: content_hash: 6da0f97987b388cd3a97989d77eea7101ea67b046db8512deff2f411ba25cb3c description: '' @@ -229147,6 +243171,7 @@ https://www.digitalocean.com/community/tutorials/how-to-debug-node-js-with-the-b v2_locations: - ChromeDevTools.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-deploy-a-scalable-and-secure-django-application-with-kubernetes: content_hash: c9a7745695a4e2332e1bbe959e337a35678a5d9ea5604960969665dcbea69763 description: '' @@ -229164,6 +243189,7 @@ https://www.digitalocean.com/community/tutorials/how-to-deploy-a-scalable-and-se v2_locations: - demos.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-deploy-to-kubernetes-using-argo-cd-and-gitops: ai_summary: An easy-to-follow guide from DigitalOcean explaining the deployment of microservices onto managed Kubernetes environments using Argo CD GitOps models. @@ -229191,6 +243217,7 @@ https://www.digitalocean.com/community/tutorials/how-to-deploy-to-kubernetes-usi v2_locations: - argo.md year: N/A + addition_method: manual ? https://www.digitalocean.com/community/tutorials/how-to-set-up-an-elasticsearch-fluentd-and-kibana-efk-logging-stack-on-kubernetes : ai_summary: A structured, hands-on deployment guide for the classic EFK (Elasticsearch, Fluentd, Kibana) logging stack on Kubernetes. Despite newer logging alternatives, @@ -229220,6 +243247,7 @@ https://www.digitalocean.com/community/tutorials/how-to-deploy-to-kubernetes-usi v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual ? https://www.digitalocean.com/community/tutorials/how-to-speed-up-static-web-pages-with-varnish-cache-server-on-ubuntu-20-04 : content_hash: c55272bbe8096d9eab5d9e0e582e2f168c997c2733360b225b374eda605bb141 description: '' @@ -229237,6 +243265,7 @@ https://www.digitalocean.com/community/tutorials/how-to-deploy-to-kubernetes-usi v2_locations: - caching.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-structure-a-terraform-project: content_hash: 4fbd34db27c90cfab03ea8d80b3b62cc1b376157e100cf54682594791f11cd63 description: '' @@ -229253,6 +243282,7 @@ https://www.digitalocean.com/community/tutorials/how-to-structure-a-terraform-pr v2_locations: - terraform.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs: ai_summary: Curator Insight details leveraging `journalctl` to interact with systemd's unified binary logging database. Live Grounding highlights that understanding @@ -229284,6 +243314,7 @@ https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-a v2_locations: - linux.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-use-the-python-map-function: content_hash: 3c7a5271949daec45bfe51c3fd18243f664e48ffcbf9f7c8a5d65918654b806b description: '' @@ -229300,6 +243331,7 @@ https://www.digitalocean.com/community/tutorials/how-to-use-the-python-map-funct v2_locations: - python.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/how-to-use-where-clauses-in-sql: content_hash: f1d29688388d9d5604b693f0e2afadf78dabe32146fcfe1960a742371967c7ed description: '' @@ -229316,6 +243348,7 @@ https://www.digitalocean.com/community/tutorials/how-to-use-where-clauses-in-sql v2_locations: - databases.md year: N/A + addition_method: manual https://www.digitalocean.com/community/tutorials/maven-commands-options-cheat-sheet: content_hash: 61ff695735962b26cc5db3b8ea9a068743475d65f8ff47fe209efd4f2dd366b6 health_score: 100.0 @@ -229327,6 +243360,7 @@ https://www.digitalocean.com/community/tutorials/maven-commands-options-cheat-sh - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.digitalocean.com/community/tutorials/understanding-data-types-in-javascript: content_hash: 20002fd61349a8e3fdfa2574ceac993257c7bb352f5d910a7cf7d54e3152e4e5 health_score: 100.0 @@ -229334,6 +243368,7 @@ https://www.digitalocean.com/community/tutorials/understanding-data-types-in-jav needs_ai_refresh: true v1_locations: - docs/javascript.md + addition_method: manual https://www.digitalocean.com/docs/app-platform: content_hash: 4be27189ee40809202794969d2283984663c5749fe383a7d87b1a3f3d9b5ef06 description: '' @@ -229345,6 +243380,7 @@ https://www.digitalocean.com/docs/app-platform: v1_locations: - docs/digitalocean.md year: N/A + addition_method: manual https://www.digitalocean.com/docs/kubernetes/how-to/autoscale: content_hash: ed647863b5cccd628154fe3cf51c8fcb273dcd48a2cbbaf29a8db33b523520aa description: '' @@ -229356,6 +243392,7 @@ https://www.digitalocean.com/docs/kubernetes/how-to/autoscale: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.digitalocean.com/pricing: content_hash: 2015b8e7ec0655c03264fb0973ea6907b641918fa6d01f1d5b8718c3a16df465 description: '' @@ -229367,6 +243404,7 @@ https://www.digitalocean.com/pricing: v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://www.digitalocean.com/products/kubernetes: content_hash: 31940624ff3273e1e7cb1020f22f5be7607750575099bcf863b2e6564d5b83d6 description: '' @@ -229387,6 +243425,7 @@ https://www.digitalocean.com/products/kubernetes: - matrix-table.md - public-cloud-solutions.md year: N/A + addition_method: manual https://www.digitalocean.com/resources/articles/kubernetes-for-startups: ai_summary: Business and engineering decision guide analyzing when, why, and how early-stage startups should adopt Kubernetes. Focuses on balancing administrative @@ -229408,6 +243447,7 @@ https://www.digitalocean.com/resources/articles/kubernetes-for-startups: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://www.digitalpeer.com/blog/create-a-gui-application-using-qt-and-python-in-minutes-example-web-browser: content_hash: f1637a968ae2bde3e3009271ff65ec9637333bd3739e94794dd1581658e6a8c6 health_score: 100.0 @@ -229420,6 +243460,7 @@ https://www.digitalpeer.com/blog/create-a-gui-application-using-qt-and-python-in - docs/python.md v2_locations: - python.md + addition_method: manual https://www.dlford.io/ansible-orchestration-how-to-home-lab-part-10: content_hash: 500d3ccd2fc3e3968ac8ac24c70c6ac47de023d62e7f0c2e1f2ef760024004f4 description: '' @@ -229437,6 +243478,7 @@ https://www.dlford.io/ansible-orchestration-how-to-home-lab-part-10: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.docker.com/blog/announcing-the-compose-specification: content_hash: N/A description: '' @@ -229451,6 +243493,7 @@ https://www.docker.com/blog/announcing-the-compose-specification: v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/awesome-compose-app-samples-for-project-dev-kickoff: content_hash: N/A description: '' @@ -229461,6 +243504,7 @@ https://www.docker.com/blog/awesome-compose-app-samples-for-project-dev-kickoff: v1_locations: - docs/other-awesome-lists.md year: N/A + addition_method: manual https://www.docker.com/blog/containerized-python-development-part-1: content_hash: N/A description: '' @@ -229475,6 +243519,7 @@ https://www.docker.com/blog/containerized-python-development-part-1: v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/containerized-python-development-part-2: content_hash: N/A description: '' @@ -229485,6 +243530,7 @@ https://www.docker.com/blog/containerized-python-development-part-2: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.docker.com/blog/containerized-python-development-part-3: content_hash: N/A description: '' @@ -229495,6 +243541,7 @@ https://www.docker.com/blog/containerized-python-development-part-3: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.docker.com/blog/creating-the-best-linux-development-experience-on-windows-wsl-2: content_hash: N/A description: '' @@ -229509,6 +243556,7 @@ https://www.docker.com/blog/creating-the-best-linux-development-experience-on-wi v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/dear-moby-2-kubernetes-in-production: content_hash: N/A description: '' @@ -229523,6 +243571,7 @@ https://www.docker.com/blog/dear-moby-2-kubernetes-in-production: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://www.docker.com/blog/docker-compose-for-amazon-ecs-now-available: content_hash: N/A description: '' @@ -229537,6 +243586,7 @@ https://www.docker.com/blog/docker-compose-for-amazon-ecs-now-available: v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/docker-desktop-wsl-2-backport-update: content_hash: N/A description: '' @@ -229551,6 +243601,7 @@ https://www.docker.com/blog/docker-desktop-wsl-2-backport-update: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://www.docker.com/blog/docker-github-actions: content_hash: N/A description: '' @@ -229565,6 +243616,7 @@ https://www.docker.com/blog/docker-github-actions: v2_locations: - git.md year: N/A + addition_method: manual https://www.docker.com/blog/docker-hardened-images-for-every-developer: content_hash: N/A description: '' @@ -229583,6 +243635,7 @@ https://www.docker.com/blog/docker-hardened-images-for-every-developer: - kubernetes.md - securityascode.md year: N/A + addition_method: manual https://www.docker.com/blog/docker-hub-experimental-cli-tool: content_hash: N/A description: '' @@ -229597,6 +243650,7 @@ https://www.docker.com/blog/docker-hub-experimental-cli-tool: v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/from-docker-straight-to-aws: content_hash: N/A description: '' @@ -229607,6 +243661,7 @@ https://www.docker.com/blog/from-docker-straight-to-aws: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.docker.com/blog/how-to-develop-inside-a-container-using-visual-studio-code-remote-containers: content_hash: N/A description: '' @@ -229622,6 +243677,7 @@ https://www.docker.com/blog/how-to-develop-inside-a-container-using-visual-studi v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.docker.com/blog/how-to-train-and-deploy-a-linear-regression-model-using-pytorch-part-1: content_hash: N/A description: '' @@ -229637,6 +243693,7 @@ https://www.docker.com/blog/how-to-train-and-deploy-a-linear-regression-model-us v2_locations: - python.md year: N/A + addition_method: manual https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image: content_hash: N/A description: '' @@ -229651,6 +243708,7 @@ https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image: v2_locations: - web-servers.md year: N/A + addition_method: manual https://www.docker.com/blog/intro-guide-to-dockerfile-best-practices: content_hash: N/A description: '' @@ -229665,6 +243723,7 @@ https://www.docker.com/blog/intro-guide-to-dockerfile-best-practices: v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation: content_hash: N/A description: '' @@ -229679,6 +243738,7 @@ https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation: v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/reduce-your-image-size-with-the-dive-in-docker-extension: content_hash: N/A description: '' @@ -229693,6 +243753,7 @@ https://www.docker.com/blog/reduce-your-image-size-with-the-dive-in-docker-exten v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/speed-up-your-development-flow-with-these-dockerfile-best-practices: content_hash: N/A description: '' @@ -229707,6 +243768,7 @@ https://www.docker.com/blog/speed-up-your-development-flow-with-these-dockerfile v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/telepresence-for-docker: content_hash: N/A description: '' @@ -229722,6 +243784,7 @@ https://www.docker.com/blog/telepresence-for-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/top-questions-for-getting-started-with-docker: content_hash: N/A description: '' @@ -229736,6 +243799,7 @@ https://www.docker.com/blog/top-questions-for-getting-started-with-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/year-in-review-the-most-viewed-docker-blog-posts-of-2020-part-1: content_hash: N/A description: '' @@ -229751,6 +243815,7 @@ https://www.docker.com/blog/year-in-review-the-most-viewed-docker-blog-posts-of- v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/blog/year-in-review-the-most-viewed-docker-blog-posts-of-2020-part-2: content_hash: N/A description: '' @@ -229767,6 +243832,7 @@ https://www.docker.com/blog/year-in-review-the-most-viewed-docker-blog-posts-of- v2_locations: - docker.md year: N/A + addition_method: manual https://www.docker.com/llm: content_hash: N/A description: '' @@ -229785,6 +243851,7 @@ https://www.docker.com/llm: - docker.md - serverless.md year: N/A + addition_method: manual https://www.docker.com/products/container-runtime: content_hash: N/A description: '' @@ -229799,12 +243866,14 @@ https://www.docker.com/products/container-runtime: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.docker.com/products/telepresence-for-docker: content_hash: N/A health_score: 100.0 last_checked: 1779030563.805121 v1_locations: - docs/docker.md + addition_method: manual https://www.doppler.com/blog/environment-variables-in-python: content_hash: 2736879f4e86108b47ba49e9701b1d7154b7572c711548b163c4b2d9e3a12691 health_score: 100.0 @@ -229817,6 +243886,7 @@ https://www.doppler.com/blog/environment-variables-in-python: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.dotnetcurry.com: content_hash: d19435c6bc61ff0c4b06d0978390fd93313ed165823c58df38704fce891daac6 description: '' @@ -229833,6 +243903,7 @@ https://www.dotnetcurry.com: v2_locations: - azure.md year: N/A + addition_method: manual https://www.dotnetcurry.com/aspnet-core/kubernetes-for-developers: content_hash: b681f3f3f57068ac5b49333e61b1ae23c31c92a407aa5abfae6992ef5325bc22 description: '' @@ -229850,6 +243921,7 @@ https://www.dotnetcurry.com/aspnet-core/kubernetes-for-developers: v2_locations: - dotnet.md year: N/A + addition_method: manual https://www.dotnetcurry.com/devops/workitem-customize-azure-devops-server-2020: content_hash: 37952422634d276d8f22c7e2fd2d38bf13129048e79531913d197ebc4058a8b4 description: '' @@ -229867,6 +243939,7 @@ https://www.dotnetcurry.com/devops/workitem-customize-azure-devops-server-2020: v2_locations: - azure.md year: N/A + addition_method: manual https://www.dotnetcurry.com/microsoft-azure/microservices-architecture: content_hash: 906604062b6244728eab5864663ab2af30dcc28c6c7a51633b45f139d9d81f03 description: '' @@ -229883,6 +243956,7 @@ https://www.dotnetcurry.com/microsoft-azure/microservices-architecture: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.dotnetcurry.com/visualstudio/1322/what-is-visual-studio-team-system-vsts: content_hash: eadd0ec5249fd34b08f34573a3a6eee9b618d0361c0db586a9fa6185c07676af description: '' @@ -229899,6 +243973,7 @@ https://www.dotnetcurry.com/visualstudio/1322/what-is-visual-studio-team-system- v2_locations: - git.md year: N/A + addition_method: manual https://www.dotnettricks.com/learn/docker/kubernetes-vs-docker-analyzing-the-differences: content_hash: c907c82fe02007e97d661cc1abe654dc960c8c8e50922d10641c2a7057eef76f description: '' @@ -229910,6 +243985,7 @@ https://www.dotnettricks.com/learn/docker/kubernetes-vs-docker-analyzing-the-dif v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://www.downloadkubernetes.com: content_hash: 056b2cb5ec115c6efbd14dfed2ca533b4f03bf9185e22f28b634cf49fa4e0473 description: '' @@ -229926,6 +244002,7 @@ https://www.downloadkubernetes.com: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.dqindia.com/secure-cicd-pipeline-tips-experts: ai_summary: 'Aggregates actionable advice for securing pipelines against supply chain compromises and unverified third-party scripts. Contrast: Curator Insight @@ -229955,6 +244032,7 @@ https://www.dqindia.com/secure-cicd-pipeline-tips-experts: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.drawio.com: content_hash: fb7ca6c56c2e809b704301ab7021e8e9a41499dc396c28b2ec15c527f083ce9c health_score: 100.0 @@ -229966,12 +244044,14 @@ https://www.drawio.com: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://www.drawio.com/blog/drawio-aws-cloudcraft: content_hash: 5e2ee3bef6eee815adeb6e92d3526b2e9e870425b639a9630148edbffc9dba14 health_score: 100.0 last_checked: 1779130495.000524 v1_locations: - docs/cloud-arch-diagrams.md + addition_method: manual https://www.drone.io: content_hash: 01f958ca90e77986e71364f4bba8363c4a81378f309b0074d86a957cb9478d41 health_score: 100.0 @@ -229983,6 +244063,7 @@ https://www.drone.io: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.dronov.net/2024/02/22/terraform-the-terrible-en.html: content_hash: 4eb55765a26229ba669c9ea109b758d489529d952f66ab6c5ae859f2495f4785 description: '' @@ -229999,6 +244080,7 @@ https://www.dronov.net/2024/02/22/terraform-the-terrible-en.html: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.drools.org: content_hash: 9ba48c51de8bd97f678635cbf921b1e938226dd658bc4c9124cdf49895811fe6 description: '' @@ -230010,6 +244092,7 @@ https://www.drools.org: v1_locations: - docs/postman.md year: N/A + addition_method: manual https://www.dynatrace.com: content_hash: b52859e7bd26d8eee1fcf3f937d39059139805550fdcecd821e606998ba30a6b description: '' @@ -230022,6 +244105,7 @@ https://www.dynatrace.com: - docs/devops.md - docs/monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/hub/detail/red-hat-openshift: content_hash: 43e6b4f9f86b5b5e7a2eeb8804832f379b1208cb64a17121073b2534bb84f233 health_score: 100.0 @@ -230034,6 +244118,7 @@ https://www.dynatrace.com/hub/detail/red-hat-openshift: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.dynatrace.com/news/blog/4-steps-to-modernize-your-it-service-operations-with-dynatrace: content_hash: 82428f977338d5fa2e067755e0bd558006d07c32427f0707a4f475b63d0887c2 description: '' @@ -230050,6 +244135,7 @@ https://www.dynatrace.com/news/blog/4-steps-to-modernize-your-it-service-operati v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/a-look-behind-the-scenes-of-aws-lambda-and-our-new-lambda-monitoring-extension: content_hash: 5e66c5eb8304231ef069a4cc2210b1420021c1de5eb9f2d3592b4c9038089477 description: '' @@ -230066,6 +244152,7 @@ https://www.dynatrace.com/news/blog/a-look-behind-the-scenes-of-aws-lambda-and-o v2_locations: - monitoring.md year: N/A + addition_method: manual ? https://www.dynatrace.com/news/blog/achieve-faster-time-to-value-by-deploying-thousands-of-oneagents-at-once-with-ansible-preview : content_hash: ffa7fcc4c2c97ca82253bc7b3b42fe68a76378d94de83c0cb3e50592ef11515b description: '' @@ -230082,6 +244169,7 @@ https://www.dynatrace.com/news/blog/a-look-behind-the-scenes-of-aws-lambda-and-o v2_locations: - ansible.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/amazon-cloudwatch-metric-streams-launch-partnership: content_hash: b8026a6c3987466fbeb01c83da5660988332ca108d49dd0d826d5949e6150873 description: '' @@ -230099,6 +244187,7 @@ https://www.dynatrace.com/news/blog/amazon-cloudwatch-metric-streams-launch-part v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/automatic-connection-of-logs-and-traces-accelerates-ai-driven-cloud-analytics: content_hash: 147d35fbb65f42b5219fef270285d0827846908e809ef0f57d0abae094e2ecf5 description: '' @@ -230116,6 +244205,7 @@ https://www.dynatrace.com/news/blog/automatic-connection-of-logs-and-traces-acce v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/devops-metrics-for-success: content_hash: b7d60f4d75cda6747ee1188c898087746a30432a9eb7ca1a94ea879108aa79e9 description: '' @@ -230133,6 +244223,7 @@ https://www.dynatrace.com/news/blog/devops-metrics-for-success: v2_locations: - devops.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/dynatrace-monitoring-for-kubernetes-and-openshift: content_hash: 9ccba9be0fb86b8c9189b79f5a92312ceeb4cdc5ec0e35ac29fb4afce0610099 description: '' @@ -230148,6 +244239,7 @@ https://www.dynatrace.com/news/blog/dynatrace-monitoring-for-kubernetes-and-open v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/guide-to-automated-sre-driven-performance-engineering-analysis: content_hash: e476451f1cdbe929f6e1dec77ce0afe0e349bbadb80a7eb496d3cc6536ff14c0 description: '' @@ -230164,6 +244256,7 @@ https://www.dynatrace.com/news/blog/guide-to-automated-sre-driven-performance-en v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/how-to-collect-prometheus-metrics-in-dynatrace: content_hash: 9d6be588cbfa9694df3c07e4827a6d2098e53983490982f49ea3757651323e83 description: '' @@ -230180,6 +244273,7 @@ https://www.dynatrace.com/news/blog/how-to-collect-prometheus-metrics-in-dynatra v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/how-to-solve-the-challenges-of-multicloud-aws-azure-and-gcp-observability: content_hash: e785013c9edd6bd917ca156cfde26e93d5f11bb10f26ad52bfe15aef364b0907 description: '' @@ -230196,12 +244290,14 @@ https://www.dynatrace.com/news/blog/how-to-solve-the-challenges-of-multicloud-aw v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/introducing-kafka-process-monitoring-beta: content_hash: 22c0c75415f05e2e365cf38172d19b658fd1baa292b503583beab16cc385f86b health_score: 100.0 last_checked: 1779034558.902514 v1_locations: - docs/monitoring.md + addition_method: manual https://www.dynatrace.com/news/blog/kubernetes-vs-docker: content_hash: 6ac51487621b68c583a5559529c6d1b287d392988d3ace990b91672764c4072f description: '' @@ -230218,6 +244314,7 @@ https://www.dynatrace.com/news/blog/kubernetes-vs-docker: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/log4shell-vulnerability-discovery-and-mitigation: ai_summary: Explains how intelligent, AI-driven observability frameworks dynamically trace Log4j runtime instances across multi-cloud topologies. Demonstrates auto-detection @@ -230246,6 +244343,7 @@ https://www.dynatrace.com/news/blog/log4shell-vulnerability-discovery-and-mitiga v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/monitoring-of-kubernetes-infrastructure-for-day-2-operations: content_hash: d80091ce41b70c697837365214e78dd16d9830767df89d94a0fa1dcafa4c1283 description: '' @@ -230257,6 +244355,7 @@ https://www.dynatrace.com/news/blog/monitoring-of-kubernetes-infrastructure-for- v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/new-dynatrace-operator-elevates-cloud-native-observability-for-kubernetes: content_hash: ccba37d4e92fa9424c045e83f72e2a7dc036a815c178f64ae58eb51fa0178678 description: '' @@ -230274,6 +244373,7 @@ https://www.dynatrace.com/news/blog/new-dynatrace-operator-elevates-cloud-native v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/optimizing-jenkins-to-ensure-fast-build-times-with-dynatrace: content_hash: fbd617b2907184407987e4fb73446280fbeea2b68a69af7f35b3bed7fa0d52cc description: '' @@ -230290,6 +244390,7 @@ https://www.dynatrace.com/news/blog/optimizing-jenkins-to-ensure-fast-build-time v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/successful-kubernetes-monitoring-3-pitfalls-to-avoid: content_hash: 13be9e7cb10f887611173207fa17ac6da6bfe09d438340b6cffdc7741db30520 description: '' @@ -230306,6 +244407,7 @@ https://www.dynatrace.com/news/blog/successful-kubernetes-monitoring-3-pitfalls- v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/the-power-of-openshift-the-visibility-of-dynatrace: content_hash: 6e6b006c8ad3ff374bffcd0e2b586e65ac14cfa773fa322a8fb32db18af6d287 description: '' @@ -230317,6 +244419,7 @@ https://www.dynatrace.com/news/blog/the-power-of-openshift-the-visibility-of-dyn v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/what-are-microservices: content_hash: 0c5b775b31d8502e7fd415c0b3c40ea561fade36e3fc26c291ea9bc10e527f02 description: '' @@ -230332,6 +244435,7 @@ https://www.dynatrace.com/news/blog/what-are-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/what-is-container-security: ai_summary: An essential guide to the fundamentals of modern container security systems. Details the isolation boundaries constructed by namespaces and cgroups, @@ -230359,6 +244463,7 @@ https://www.dynatrace.com/news/blog/what-is-container-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/what-is-keptn-how-it-works-and-how-to-get-started: content_hash: cc8299fcce52513daaa3f09f5472e4757dbdb681c49266009aca1c869e989786 health_score: 100.0 @@ -230370,6 +244475,7 @@ https://www.dynatrace.com/news/blog/what-is-keptn-how-it-works-and-how-to-get-st - docs/keptn.md v2_locations: - keptn.md + addition_method: manual https://www.dynatrace.com/news/blog/what-is-kubernetes-2: content_hash: b6aa513cc1db10cac5f76b40565b3521d2217e0bdefceedf1f650dde7f583c93 health_score: 100.0 @@ -230381,6 +244487,7 @@ https://www.dynatrace.com/news/blog/what-is-kubernetes-2: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.dynatrace.com/news/blog/what-is-observability-2: content_hash: 6d05ec69fd99e318b5060f2bbc22f90392373b38eb3ce603579b1eacba8fd0fc description: '' @@ -230397,6 +244504,7 @@ https://www.dynatrace.com/news/blog/what-is-observability-2: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/what-is-openshift-2: content_hash: 37e88677c117c44649424c80639037d4a3abbadc1c59ad215d21ef52c27c6166 health_score: 100.0 @@ -230408,12 +244516,14 @@ https://www.dynatrace.com/news/blog/what-is-openshift-2: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.dynatrace.com/news/blog/what-is-opentelemetry: content_hash: 2f1c7d25bf413fe0e4ed59975c1aa3aa530e5d742e93df1f3962779f880749d0 health_score: 100.0 last_checked: 1779130494.962826 v1_locations: - docs/monitoring.md + addition_method: manual https://www.dynatrace.com/news/blog/what-is-opentelemetry-2: content_hash: c6fb6df528c831204a375f912e85648fe80f3940fceb7130c32a7ddeaf9e958b description: '' @@ -230425,6 +244535,7 @@ https://www.dynatrace.com/news/blog/what-is-opentelemetry-2: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blog/why-conventional-observability-fails-in-kubernetes-environments-a-real-world-use-case: content_hash: e785013c9edd6bd917ca156cfde26e93d5f11bb10f26ad52bfe15aef364b0907 description: '' @@ -230442,6 +244553,7 @@ https://www.dynatrace.com/news/blog/why-conventional-observability-fails-in-kube v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.dynatrace.com/news/blogwhat-is-keptn-how-it-works-and-how-to-get-started: content_hash: 0c97e86a39f7692330f7f474e76b4aea3799b1099c4ab8c3463de73d66babed1 description: '' @@ -230453,6 +244565,7 @@ https://www.dynatrace.com/news/blogwhat-is-keptn-how-it-works-and-how-to-get-sta v1_locations: - docs/keptn.md year: N/A + addition_method: manual https://www.dynatrace.com/news/engineering: ai_summary: 'Curator Insight: Part 1 of Dynatrace''s engineering series focusing on proper RBAC boundary creation. Live Grounding: Explains the exact telemetry @@ -230475,6 +244588,7 @@ https://www.dynatrace.com/news/engineering: v2_locations: - kubernetes-security.md year: '2023' + addition_method: manual https://www.dynatrace.com/news/tag/log4shell: ai_summary: An enterprise observability analysis detailing strategies for runtime Log4Shell discovery. Focuses on leveraging automated deep application instrumentation @@ -230497,6 +244611,7 @@ https://www.dynatrace.com/news/tag/log4shell: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.dynatrace.com/resource-center/log4j-vulnerability: content_hash: 13152ef3e0122f98882a119a498f3235c315c21a9f034f69f095d0ac5e212f35 description: '' @@ -230508,6 +244623,7 @@ https://www.dynatrace.com/resource-center/log4j-vulnerability: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.dynatrace.com/solutions/observability-for-developers: ai_summary: A multi-part guide evaluating local-to-remote Kubernetes developer environments. Offers in-depth technical comparisons between Skaffold, Tilt, and Garden for rapid @@ -230546,11 +244662,13 @@ https://www.dynatrace.com/solutions/observability-for-developers: - kubernetes-based-devel.md - kubernetes-operators-controllers.md year: '2021' + addition_method: manual https://www.dynatrace.com/solutions/observability-for-developers/-development-machines-part-5: health_score: 64.0 last_checked: 1779130494.957667 v1_locations: - docs/kubernetes-based-devel.md + addition_method: manual https://www.dynatrace.com/solutions/observability-for-developers/-part-2: health_score: 64.0 last_checked: 1779130494.940654 @@ -230562,11 +244680,13 @@ https://www.dynatrace.com/solutions/observability-for-developers/-part-2: status: review_required v1_locations: - docs/kubernetes-based-devel.md + addition_method: manual https://www.dynatrace.com/solutions/observability-for-developers/-part-3: health_score: 64.0 last_checked: 1779130494.967235 v1_locations: - docs/kubernetes-based-devel.md + addition_method: manual ? https://www.dynatrace.com/support/help/cloud-platforms/openshift/full-stack/deploy-oneagent-on-openshift-container-platform : content_hash: f6686e0b945d94f02077b6d9b750177ef7c816abee0e605dad98c14108f57154 description: '' @@ -230578,18 +244698,21 @@ https://www.dynatrace.com/solutions/observability-for-developers/-part-3: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual ? https://www.dynatrace.com/support/help/technology-support/application-software/other-technologies/supported-out-of-the-box/activemq : content_hash: f5ba0823c9d9b36d5be29a3845820d35714e37c3e9ea29fbd208961729d9b389 health_score: 100.0 last_checked: 1779031089.649879 v1_locations: - docs/monitoring.md + addition_method: manual ? https://www.dynatrace.com/support/help/technology-support/application-software/other-technologies/supported-out-of-the-box/kafka : content_hash: b32927e8a283e3f885b9506ad747110ab91b5196adc1f30276e535dd1feceb78 health_score: 100.0 last_checked: 1779032236.758877 v1_locations: - docs/monitoring.md + addition_method: manual https://www.dynatrace.com/technologies/openshift-monitoring: content_hash: a3b306ab3686ad52f4a084c8ca5b94124abd792aa78d652d0c4f78dbe57a1ff3 description: '' @@ -230601,6 +244724,7 @@ https://www.dynatrace.com/technologies/openshift-monitoring: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.eclipse.org/jkube: content_hash: 2b425737ec3ecdc20219c4eadd6dbcc2b17995f43c9b33e2972b5ea5d534fa07 description: '' @@ -230614,6 +244738,7 @@ https://www.eclipse.org/jkube: - docs/maven-gradle.md - docs/openshift-pipelines.md year: N/A + addition_method: manual https://www.eclipse.org/jkube/docs/migration-guide: content_hash: ab0e44264afb6a2b0631f1a75837de7b6586b72bf623041db782a86a7214f533 description: '' @@ -230627,12 +244752,14 @@ https://www.eclipse.org/jkube/docs/migration-guide: - docs/kubernetes-client-libraries.md - docs/maven-gradle.md year: N/A + addition_method: manual https://www.eclipse.org/openj9: content_hash: 76e4667d27e422d4ffc423ed21d09add663e3a014bed1c5c982f3722fd83715e health_score: 100.0 last_checked: 1779033914.187164 v1_locations: - docs/java_frameworks.md + addition_method: manual https://www.educative.io/blog/kubernetes-deployments-strategies: content_hash: 27701a8ff4db4711f04afc8497228c56435c4f6c9dc3051383414fa5f69cd9aa description: '' @@ -230649,6 +244776,7 @@ https://www.educative.io/blog/kubernetes-deployments-strategies: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.educative.io/courses/introduction-microservice-principles-concepts: content_hash: d99819dee8a06a6736c3e8a35108d4eab64b18c6caedd689b4d69e1383a09d27 description: '' @@ -230660,6 +244788,7 @@ https://www.educative.io/courses/introduction-microservice-principles-concepts: v1_locations: - docs/elearning.md year: N/A + addition_method: manual https://www.educative.io/courses/learn-kubernetes: content_hash: 9a5fb76f136ffd706a29e5781827e582561e9e3d575434b1d830a4f2408e24ab health_score: 100.0 @@ -230671,6 +244800,7 @@ https://www.educative.io/courses/learn-kubernetes: - docs/kubernetes-tutorials.md v2_locations: - kubernetes-tutorials.md + addition_method: manual https://www.educative.io/courses/learn-kubernetes/pods: health_score: 100.0 last_checked: 1779130494.983568 @@ -230681,6 +244811,7 @@ https://www.educative.io/courses/learn-kubernetes/pods: - docs/kubernetes-tutorials.md v2_locations: - kubernetes-tutorials.md + addition_method: manual https://www.educative.io/courses/the-kubernetes-course: content_hash: fa9199907084e2a2a735ef746c0026445370eb6666946388fa1a3d8b29a2c00a description: '' @@ -230693,6 +244824,7 @@ https://www.educative.io/courses/the-kubernetes-course: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.educative.io/courses/the-kubernetes-course/RMmq5M6Gp8R: content_hash: c745b9cea25504f12537f79420b8cd9d1645e366fedd0507af66b0df47f39bf3 description: '' @@ -230703,6 +244835,7 @@ https://www.educative.io/courses/the-kubernetes-course/RMmq5M6Gp8R: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.edureka.co/blog/cheatsheets/ansible-cheat-sheet-guide: content_hash: f094b2bf0e4480e865e4d3ff6fefcba361044284456a5777ba2a4e6516720c19 description: '' @@ -230719,6 +244852,7 @@ https://www.edureka.co/blog/cheatsheets/ansible-cheat-sheet-guide: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.edureka.co/blog/cheatsheets/jenkins-cheat-sheet: content_hash: 5a936185fb0561b0629c4b9a19de5f278776cd86d76717c23076e513112e16eb description: '' @@ -230735,6 +244869,7 @@ https://www.edureka.co/blog/cheatsheets/jenkins-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.edureka.co/blog/kubernetes-networking: content_hash: 5da4b61ec976fb9f8a1380cbe1caac27a0d2381c0d5a860a934995e5eba6892d description: '' @@ -230752,6 +244887,7 @@ https://www.edureka.co/blog/kubernetes-networking: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.edureka.co/blog/what-is-ansible: content_hash: afcdff1ab2f2210c3c274dfb68d1bc1e1d1bf338cc59a010ec1cfbf38604682c description: '' @@ -230768,6 +244904,7 @@ https://www.edureka.co/blog/what-is-ansible: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.edx.org: ai_summary: An academic and professional MOOC portal delivering university-curated specializations in computer science, distributed algorithms, and database designs. @@ -230795,6 +244932,7 @@ https://www.edx.org: v2_locations: - elearning.md year: N/A + addition_method: manual https://www.edx.org/course/introduction-to-kubernetes: content_hash: 1b5303c7d51b579e03ed92ff8ab39e39ca1d016cad9adb455b43d5f597548189 description: '' @@ -230805,6 +244943,7 @@ https://www.edx.org/course/introduction-to-kubernetes: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.edx.org/learn/kubernetes/the-linux-foundation-introduction-to-kubernetes: content_hash: 30ca34cd9a0e9f4eb0f86c28591dd39f904a1e29a00d2445527b0429131d9194 health_score: 100.0 @@ -230812,6 +244951,7 @@ https://www.edx.org/learn/kubernetes/the-linux-foundation-introduction-to-kubern needs_ai_refresh: true v1_locations: - docs/kubernetes-tutorials.md + addition_method: manual https://www.eficode.com/blog/the-future-of-kubernetes-and-why-developers-should-look-beyond-kubernetes-in-2022: content_hash: 04fb223a1bb13313d15ad053ff34250d59de29cf7ce134c13a5babbbd5032efb description: '' @@ -230830,6 +244970,7 @@ https://www.eficode.com/blog/the-future-of-kubernetes-and-why-developers-should- - introduction.md - index.md year: N/A + addition_method: manual https://www.eksworkshop.com: ai_summary: The absolute premier, hands-on learning resource for Amazon EKS managed and updated by AWS engineers. It takes practitioners from basic cluster installation @@ -230858,6 +244999,7 @@ https://www.eksworkshop.com: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.elastic.co/blog/elastic-and-aws-accelerate-your-cloud-migration-journey: content_hash: e255deed3ec1bf3e9456f0f465bf6e462f1fcf00685eec98c922667bbfeb6c9c description: '' @@ -230874,6 +245016,7 @@ https://www.elastic.co/blog/elastic-and-aws-accelerate-your-cloud-migration-jour v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://www.elastic.co/blog/monitoring-java-applications-and-getting-started-with-the-elastic-apm-java-agent: content_hash: c3495e22ff2aaf683edb9d469ff230e4a49c40bf903be40cb03ed48c9034cb30 description: '' @@ -230891,6 +245034,7 @@ https://www.elastic.co/blog/monitoring-java-applications-and-getting-started-wit v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.elastic.co/blog/using-elastic-apm-java-agent-on-kubernetes-k8s: content_hash: c3495e22ff2aaf683edb9d469ff230e4a49c40bf903be40cb03ed48c9034cb30 description: '' @@ -230902,6 +245046,7 @@ https://www.elastic.co/blog/using-elastic-apm-java-agent-on-kubernetes-k8s: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.elastic.co/docs/solutions/observability/apm: content_hash: fb141ccc6a77408d5965d0ef0d1f14c4689756b22c3e6bafb0655dbbb0aabc08 health_score: 100.0 @@ -230913,6 +245058,7 @@ https://www.elastic.co/docs/solutions/observability/apm: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.elastic.co/es/blog/how-to-configure-elastic-cloud-on-kubernetes-with-saml-and-hot-warm-cold-architecture: ai_summary: A detailed guide on configuring Elastic Cloud on Kubernetes (ECK) featuring single sign-on via SAML and cost-efficient hot-warm-cold storage architectures. @@ -230941,6 +245087,7 @@ https://www.elastic.co/es/blog/how-to-configure-elastic-cloud-on-kubernetes-with v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.elastic.co/guide/en/apm/get-started/current/components.html: content_hash: be0cd5b4d802dc40d5141482807214e1121933f5f73bf44cefc75ea878693c02 description: '' @@ -230952,6 +245099,7 @@ https://www.elastic.co/guide/en/apm/get-started/current/components.html: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.elastic.co/guide/en/kibana/5.6/introduction.html: content_hash: a9e057271faf80644bd94beec92bf18495aeecfc3db50312a2994ec29cf2b7df health_score: 100.0 @@ -230959,6 +245107,7 @@ https://www.elastic.co/guide/en/kibana/5.6/introduction.html: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://www.elastic.co/guide/index.html: content_hash: c48c87cc1c7274df4d47c1f9a2ff9fe945c2717be1b143ca319a1a9ec04006a6 description: '' @@ -230970,6 +245119,7 @@ https://www.elastic.co/guide/index.html: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.elastic.co/kibana: ai_summary: The foundational visualization and management interface for the Elastic Stack. Enables operators to search, index, analyze, and construct real-time security @@ -231000,6 +245150,7 @@ https://www.elastic.co/kibana: - istio.md - monitoring.md year: N/A + addition_method: manual https://www.elastic.co/observability/application-performance-monitoring: content_hash: e5971d25b26b438ba36c2885cb1ad9f9513f94dc3910d9b34c23ee0e2c22b612 health_score: 100.0 @@ -231011,6 +245162,7 @@ https://www.elastic.co/observability/application-performance-monitoring: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.elastic.co/products/apm: content_hash: 8fadd9dcd9c12e249c36f43b5f4922c0aa7abde00550a3b357cc1307d386c90d description: '' @@ -231022,6 +245174,7 @@ https://www.elastic.co/products/apm: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.elastic.co/products/kibana: content_hash: 89406a582a94e4be0821099ca2d8b83060f8e8f4d8df8360be47235aa3e99bd6 description: '' @@ -231033,6 +245186,7 @@ https://www.elastic.co/products/kibana: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.elastic.co/support/matrix: content_hash: 61f018ae766b8e86504a32ac3601599d9221bf7c0a17d4742d949985ede1cacc description: '' @@ -231049,6 +245203,7 @@ https://www.elastic.co/support/matrix: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.elconfidencial.com/alma-corazon-vida/2022-02-14/jefe-trabajo-empleo-quemado-no-puedes_3372444: content_hash: 91a347731a38ee7305efeefe9a9bf4e2847429ae0a59eb0f1eca326993041051 description: '' @@ -231066,6 +245221,7 @@ https://www.elconfidencial.com/alma-corazon-vida/2022-02-14/jefe-trabajo-empleo- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.elconfidencial.com/deportes/tribuna/2022-08-03/alpine-aston-martin-lawrence-stroll-luca-de-meo_3470693: ai_summary: An architectural post-mortem of how leadership ego and poor communications within highly technical, fast-paced environments (Formula 1 teams Alpine and Aston @@ -231089,6 +245245,7 @@ https://www.elconfidencial.com/deportes/tribuna/2022-08-03/alpine-aston-martin-l v2_locations: - recruitment.md year: '2022' + addition_method: manual https://www.elconfidencial.com/espana/2022-03-18/tessa-west-psicologa-capullos-trabajo_3392185: content_hash: 8b3ec8e5fbaec3abc4af3cacc0cd6b983ebd5a97c259688e16ad23c733d8040e description: '' @@ -231106,6 +245263,7 @@ https://www.elconfidencial.com/espana/2022-03-18/tessa-west-psicologa-capullos-t v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.elconfidencial.com/juridico/2021-09-27/negociar-acuerdo-teletrabajo-guia-practica-empresas_3295723: content_hash: 160f521c45fc5297affb20315d5d88d11524ddd6cc6c745269dac509feb75df9 description: '' @@ -231123,6 +245281,7 @@ https://www.elconfidencial.com/juridico/2021-09-27/negociar-acuerdo-teletrabajo- v2_locations: - workfromhome.md year: N/A + addition_method: manual https://www.elconfidencial.com/mundo/2023-03-10/milenializacion-mercado-laboral-israeli-startups_3551800: content_hash: 6b1262225bb82353eee464f8a10d5f6db85c7e1f9e7d6ee256ce710762cdf8ea description: '' @@ -231140,6 +245299,7 @@ https://www.elconfidencial.com/mundo/2023-03-10/milenializacion-mercado-laboral- v2_locations: - hr.md year: N/A + addition_method: manual https://www.elconfidencial.com/tecnologia/2018-05-12/informatico-freelance-carnica-freelancer-yeeply_1562518: ai_summary: Un reportaje de El Confidencial que examina la transición de los profesionales de TI en España desde las consultoras tradicionales ("cárnicas") hacia el trabajo @@ -231169,6 +245329,7 @@ https://www.elconfidencial.com/tecnologia/2018-05-12/informatico-freelance-carni v2_locations: - freelancing.md year: N/A + addition_method: manual ? https://www.elconfidencial.com/tecnologia/2021-12-12/el-futuro-de-internet-ya-esta-aqui-y-se-llama-web3-pero-casi-nadie-sabe-lo-que-es_3339244 : content_hash: c4abbc3d325776b1bd288f73e701ee7b5ecef3b2a56b34a5a58907c22bba5f31 description: '' @@ -231186,6 +245347,7 @@ https://www.elconfidencial.com/tecnologia/2018-05-12/informatico-freelance-carni v2_locations: - web3.md year: N/A + addition_method: manual https://www.elconfidencial.com/tecnologia/ciencia/2022-11-18/carrera-google-meta-revolucionar-biologia_3520865: content_hash: 6b6a8ed9d38454718f4d2923101a5aa4989f38c669b1a54c45d70fc77c9d4bcd description: '' @@ -231203,6 +245365,7 @@ https://www.elconfidencial.com/tecnologia/ciencia/2022-11-18/carrera-google-meta v2_locations: - mlops.md year: N/A + addition_method: manual https://www.elconfidencial.com/tecnologia/tribuna/2021-06-02/talento-informatica-startups-silicon-valley-google_3112087: ai_summary: Investigates the structural challenges and brain drain patterns affecting high-level engineering talent in Spain. Outlines how systemic low compensation, @@ -231226,6 +245389,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2021-06-02/talento-informatica v2_locations: - recruitment.md year: '2021' + addition_method: manual https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecnologia-startups-apps_3373786: content_hash: db6b1c48788f954adb0f6a8b935512023802bb10fbd897170509ff3f03890c19 health_score: 100.0 @@ -231238,6 +245402,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecno - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual ? https://www.eleconomista.es/actualidad/noticias/11361634/08/21/El-acceso-a-financiacion-una-barrera-casi-infranqueable-para-los-autonomos.html : content_hash: N/A description: '' @@ -231253,6 +245418,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecno v2_locations: - freelancing.md year: N/A + addition_method: manual ? https://www.eleconomista.es/economia/noticias/11338080/07/21/Solo-el-13-de-autonomos-en-tarifa-plana-sobrevive-despues-de-24-meses.html : content_hash: N/A description: '' @@ -231268,6 +245434,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecno v2_locations: - freelancing.md year: N/A + addition_method: manual ? https://www.eleconomista.es/economia/noticias/11368404/08/21/Estas-son-las-cuotas-de-los-autonomos-a-la-Seguridad-Social-y-los-derechos-que-garantizan.html : content_hash: N/A description: '' @@ -231283,6 +245450,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecno v2_locations: - freelancing.md year: N/A + addition_method: manual ? https://www.eleconomista.es/economia/noticias/11390425/09/21/Estos-son-los-gastos-de-los-autonomos-que-no-se-pueden-deducir-en-el-IVA.html : content_hash: N/A description: '' @@ -231298,6 +245466,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecno v2_locations: - freelancing.md year: N/A + addition_method: manual ? https://www.eleconomista.es/economia/noticias/11391909/09/21/La-ayuda-del-SEPE-a-los-autonomos-asi-pueden-cobrar-el-paro-a-la-vez-que-trabajan.html : content_hash: N/A description: '' @@ -231313,6 +245482,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecno v2_locations: - freelancing.md year: N/A + addition_method: manual ? https://www.eleconomista.es/motor/noticias/12630740/01/24/giga-press-la-colosal-maquina-de-tesla-que-ha-revolucionado-la-fabricacion-de-coches-electricos.html : content_hash: N/A description: '' @@ -231328,6 +245498,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecno v2_locations: - customer.md year: N/A + addition_method: manual ? https://www.eleconomista.es/status/noticias/10679296/07/20/Como-es-un-mal-jefe-y-que-debe-aprender-para-liderar-mejor-su-empresa-y-ser-feliz.html : content_hash: N/A description: '' @@ -231343,6 +245514,7 @@ https://www.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecno v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.electron.build: content_hash: 274a7234cd5be2170bbb1dbe688fb9801ca913423d250dbe059c26e141043054 description: '' @@ -231354,6 +245526,7 @@ https://www.electron.build: v1_locations: - docs/mkdocs.md year: N/A + addition_method: manual https://www.element7.io/2022/10/a-hidden-gem-two-ways-to-improve-aws-fargate-container-launch-times: ai_summary: An engineering analysis outlining concrete performance optimization models designed to reduce container startup latencies within AWS Fargate environments. @@ -231384,6 +245557,7 @@ https://www.element7.io/2022/10/a-hidden-gem-two-ways-to-improve-aws-fargate-con v2_locations: - aws-serverless.md year: N/A + addition_method: manual ? https://www.elespanol.com/invertia/disruptores-innovadores/innovadores/tecnologicas/20230416/mainframe-repaso-pasado-futuro-tecnologia-resiste-morir/756174490_0.html : content_hash: b5292a9bec49f716f4dbc366038d07a113d060cdb6da907c769b4f1a5d957229 description: '' @@ -231396,6 +245570,7 @@ https://www.element7.io/2022/10/a-hidden-gem-two-ways-to-improve-aws-fargate-con v1_locations: - docs/introduction.md year: N/A + addition_method: manual ? https://www.elespanol.com/invertia/disruptores/grandes-actores/tecnologicas/20230416/mainframe-repaso-pasado-futuro-tecnologia-resiste-morir/756174490_0.html : content_hash: c9164c03ad609f150161dbf8036be8292af4b7a87c4e47273d16d39e745d94a9 health_score: 100.0 @@ -231408,6 +245583,7 @@ https://www.element7.io/2022/10/a-hidden-gem-two-ways-to-improve-aws-fargate-con - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.elespanol.com/reportajes/20211211/tipos-trabajar-sin-desfallecer-consejos-maribel-garben/633687616_0.html: ai_summary: Catalogues standard toxic and unproductive management archetypes and provides actionable coping strategies for technical professionals. Highlights @@ -231437,6 +245613,7 @@ https://www.elespanol.com/reportajes/20211211/tipos-trabajar-sin-desfallecer-con v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.elfinanciero.com.mx/empresas/2021/07/06/tu-jefe-no-siempre-tiene-la-razon-de-que-manera-puedes-contradecirlo: content_hash: 75c072482a7fd64bf16ad8020b816db185859eb4d8fae330ad76c3ef7ddc3bf7 description: '' @@ -231454,6 +245631,7 @@ https://www.elfinanciero.com.mx/empresas/2021/07/06/tu-jefe-no-siempre-tiene-la- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.empathy.co/blog/hat-ci-cd-for-deploying-cloud-native-applications: content_hash: 23e20aa587c8dbc90e9eddee36993010985b849181fba015cff5686d2fef5130 description: '' @@ -231465,6 +245643,7 @@ https://www.empathy.co/blog/hat-ci-cd-for-deploying-cloud-native-applications: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.empowersurvivors.net: ai_summary: Rescued guide detailing the technical orchestration steps of cert-manager and Let's Encrypt certificates mapping over NGINX Ingress controllers for ingress @@ -231489,6 +245668,7 @@ https://www.empowersurvivors.net: - terraform.md - kubernetes-security.md year: '2021' + addition_method: manual https://www.engineeringmanagement.info/2017/02/planning-and-schedule-free-templates.html: content_hash: 502a7b25bacf963eb627046e6947f879b54c0c036a9ebdfb08624b84d789e724 description: '' @@ -231505,6 +245685,7 @@ https://www.engineeringmanagement.info/2017/02/planning-and-schedule-free-templa v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://www.enmilocalfunciona.io/aprende-a-configurar-thanos-usando-docker-compose: content_hash: d6fa078ea7954a163775efed6a82f7ae1e550cba5d95a0eba10706b6cb602c7c health_score: 100.0 @@ -231512,6 +245693,7 @@ https://www.enmilocalfunciona.io/aprende-a-configurar-thanos-usando-docker-compo needs_ai_refresh: true v1_locations: - docs/prometheus.md + addition_method: manual https://www.enmilocalfunciona.io/mostrando-resultados-de-jenkins-en-grafana-mediante-influxdb: content_hash: a0d2fcdb5c076686ced5d0999736491b58d1002cb4cb249ad3abd1ba85f4abaa health_score: 100.0 @@ -231524,6 +245706,7 @@ https://www.enmilocalfunciona.io/mostrando-resultados-de-jenkins-en-grafana-medi - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.enriquedans.com/2023/12/el-desastre-del-software-y-la-automocion.html: content_hash: cbe99c0171b559c9863075248bdd1182e56d291e6dc1e38ca75b3e8cbe51ae62 description: '' @@ -231540,6 +245723,7 @@ https://www.enriquedans.com/2023/12/el-desastre-del-software-y-la-automocion.htm v2_locations: - introduction.md year: N/A + addition_method: manual https://www.enter.co/especiales/dev/herramientas-dev/estos-son-los-10-lenguajes-de-programacion-mas-populares-en-2021: content_hash: b77c562db80dbf10913a47a9cb74ae3431773ea4e8ea4d861653f0a9084b363f description: '' @@ -231556,6 +245740,7 @@ https://www.enter.co/especiales/dev/herramientas-dev/estos-son-los-10-lenguajes- v2_locations: - introduction.md year: N/A + addition_method: manual https://www.enterpriseai.news/2021/01/22/red-hats-disruption-of-centos-unleashes-storm-of-dissent: content_hash: N/A description: '' @@ -231570,6 +245755,7 @@ https://www.enterpriseai.news/2021/01/22/red-hats-disruption-of-centos-unleashes v2_locations: - linux.md year: N/A + addition_method: manual https://www.enterprisetimes.co.uk/2020/07/23/monolithic-versus-microservice-architecture: content_hash: N/A description: '' @@ -231584,6 +245770,7 @@ https://www.enterprisetimes.co.uk/2020/07/23/monolithic-versus-microservice-arch v2_locations: - introduction.md year: N/A + addition_method: manual https://www.entrepreneur.com: content_hash: 94730575901dacb92b2dfa6016b275d05ae5fa13478a73a9ddbb774c3340c539 health_score: 100.0 @@ -231596,6 +245783,7 @@ https://www.entrepreneur.com: - docs/project-management-tools.md v2_locations: - project-management-tools.md + addition_method: manual https://www.entrepreneur.com/article/267642: content_hash: 973ef918541e9e6bcdbc36422cdc2bcc120685c3858b8db2e2e7dffa39ada1de description: '' @@ -231608,6 +245796,7 @@ https://www.entrepreneur.com/article/267642: v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://www.entrepreneur.com/article/356991: content_hash: 51ea2f30f48d504a4d7ec99eba3dba67f77d4c14944290e6a4f8a543c4bab531 description: '' @@ -231620,6 +245809,7 @@ https://www.entrepreneur.com/article/356991: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://www.entrepreneur.com/article/365880: content_hash: 973ef918541e9e6bcdbc36422cdc2bcc120685c3858b8db2e2e7dffa39ada1de description: '' @@ -231631,6 +245821,7 @@ https://www.entrepreneur.com/article/365880: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.env0.com/blog/ansible-vs-terraform-when-to-choose-one-or-use-them-together: content_hash: 5176133c5cb3ca7666bc1d6fc9abbe69c1a14340d8f76f30518246e017f5624e description: '' @@ -231647,6 +245838,7 @@ https://www.env0.com/blog/ansible-vs-terraform-when-to-choose-one-or-use-them-to v2_locations: - iac.md year: N/A + addition_method: manual https://www.env0.com/blog/automated-drift-detection-with-env0: content_hash: c2bb1e4407e5abacbff2ca1111db8e01081875155d80dfa82bf6c40c5d6802b2 description: '' @@ -231663,6 +245855,7 @@ https://www.env0.com/blog/automated-drift-detection-with-env0: v2_locations: - devops.md year: N/A + addition_method: manual https://www.env0.com/blog/how-to-use-terraform-providers: content_hash: 55dbc409d1bad24b0ad583d2e0f49ab9c8668cb07353562c2e88f14d64b96132 description: '' @@ -231679,6 +245872,7 @@ https://www.env0.com/blog/how-to-use-terraform-providers: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.env0.com/blog/were-opensourcing-terratag-to-make-multicloud-resource-tagging-easier: content_hash: 596c2d374403428cabb2878ab2c15bddd60c4ea979fa35b16933c5b2bac6f5d2 description: '' @@ -231696,6 +245890,7 @@ https://www.env0.com/blog/were-opensourcing-terratag-to-make-multicloud-resource v2_locations: - terraform.md year: N/A + addition_method: manual https://www.envoyproxy.io: ai_summary: The home portal of Envoy, the industry-standard L7 proxy designed specifically for cloud-native services. Acts as the data plane engine for most modern service @@ -231728,6 +245923,7 @@ https://www.envoyproxy.io: - istio.md - servicemesh.md year: N/A + addition_method: manual https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol: content_hash: 3fff42561d3a855c6752bedb4c479b43c4086eeb6c281a0516e7a260ccff97a9 description: '' @@ -231744,6 +245940,7 @@ https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.envoyproxy.io/docs/envoy/latest/start/install: ai_summary: Provides official distribution binaries, bootstrap configurations, and installation processes for the Envoy proxy. Serves as the critical starting point @@ -231768,6 +245965,7 @@ https://www.envoyproxy.io/docs/envoy/latest/start/install: v2_locations: - istio.md year: '2025' + addition_method: manual https://www.equalexperts.com/blog/tech-focus/event-driven-architecture-the-good-the-bad-and-the-ugly: content_hash: 3d818278c22d083ec26cb86f7ee74b649118608524bac6417d1f63801a45730a description: '' @@ -231785,6 +245983,7 @@ https://www.equalexperts.com/blog/tech-focus/event-driven-architecture-the-good- v2_locations: - introduction.md year: N/A + addition_method: manual https://www.esquire.com/es/trabajo/a37314227/teletrabajo-volver-oficina: content_hash: 6de809f2fa52a6c60c5ff3e8e09b47a004c86df460f16eff50f340bdd0473456 description: '' @@ -231801,6 +246000,7 @@ https://www.esquire.com/es/trabajo/a37314227/teletrabajo-volver-oficina: v2_locations: - remote-tech-jobs.md year: N/A + addition_method: manual https://www.estrategiadeproducto.com/p/evitar-caer-espiral-de-mierda: content_hash: 792b728d931f1d0e71796178688630ab87b7a6ee0633f58877ad1e474ff833a1 description: '' @@ -231817,6 +246017,7 @@ https://www.estrategiadeproducto.com/p/evitar-caer-espiral-de-mierda: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.estrategiadeproducto.com/p/segunda-mayor-mentira-product-management: content_hash: 660b442a2d77e207ed795cb3843d917bcf286fc3d65b08c3e735b7de889a9947 description: '' @@ -231833,6 +246034,7 @@ https://www.estrategiadeproducto.com/p/segunda-mayor-mentira-product-management: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.europeclouds.com/blog/implementing-aqua-security-to-secure-kubernetes: ai_summary: Details how to configure and run Aqua Security within production Kubernetes orchestrations. Highlights how runtime security enforcers inspect system call @@ -231860,6 +246062,7 @@ https://www.europeclouds.com/blog/implementing-aqua-security-to-secure-kubernete v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.euroresidentes.com/empresa/exito-empresarial/la-intimidacin-verbal-en-la-empresa: content_hash: 8550262067e172a4712b03e5a780d7ef9d97d9155b7272081f4d47f275d08574 description: '' @@ -231876,6 +246079,7 @@ https://www.euroresidentes.com/empresa/exito-empresarial/la-intimidacin-verbal-e v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.eventstore.com/blog/service-oriented-architecture-vs-event-driven-architecture: content_hash: 49dcc9af1be66c9eb1fd49383d6f3da4460ac85919b81fe35e623f7dc0b8b0c5 description: '' @@ -231888,6 +246092,7 @@ https://www.eventstore.com/blog/service-oriented-architecture-vs-event-driven-ar v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.ewsolutions.com/worst-project-management-practices: content_hash: 59009376635f4125b144ff1202badfff84b1bc75525c55aee2000915e114d59a description: '' @@ -231904,6 +246109,7 @@ https://www.ewsolutions.com/worst-project-management-practices: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.eximiaco.tech/en/2020/06/03/3-facts-to-consider-before-adopting-kubernetes: content_hash: N/A description: '' @@ -231918,6 +246124,7 @@ https://www.eximiaco.tech/en/2020/06/03/3-facts-to-consider-before-adopting-kube v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.expansion.com/expansion-empleo/desarrollo-de-carrera/2022/01/28/61f40e29e5fdea61738b45aa.html: ai_summary: Examines the negative organizational impacts of cronyism ('amiguismo') and subjective evaluations within professional environments. Explores how nepotism @@ -231946,6 +246153,7 @@ https://www.expansion.com/expansion-empleo/desarrollo-de-carrera/2022/01/28/61f4 v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.experfy.com/training/courses/effective-jenkins-continuous-delivery-and-continuous-integration: content_hash: c8b66ae1277fb535830047dcb2061cac144abd52f351700466afb109a55fded0 description: '' @@ -231962,6 +246170,7 @@ https://www.experfy.com/training/courses/effective-jenkins-continuous-delivery-a v2_locations: - demos.md year: N/A + addition_method: manual https://www.f5.com/company/blog: content_hash: 2991269421148bec87eefef65209a93daa4fd2976267ac4693efcd8700bb8ac6 health_score: 100.0 @@ -231974,6 +246183,7 @@ https://www.f5.com/company/blog: - docs/aws-monitoring.md v2_locations: - aws-monitoring.md + addition_method: manual https://www.f5.com/products/distributed-cloud-services: ai_summary: F5's integration of Threat Stack technologies into Distributed Cloud Services. Evaluates real-time telemetry from application workloads, user sessions, @@ -231996,6 +246206,7 @@ https://www.f5.com/products/distributed-cloud-services: v2_locations: - devsecops.md year: '2026' + addition_method: manual https://www.f5.com/products/nginx: ai_summary: Nginx is the premier high-performance web server, reverse proxy, and ingress standard globally. Its lightweight event-driven design allows it to process @@ -232022,6 +246233,7 @@ https://www.f5.com/products/nginx: - linux.md - faq.md year: '2026' + addition_method: manual https://www.f5.com/products/nginx/resources/library/complete-nginx-cookbook: health_score: 64.0 last_checked: 1779130495.002727 @@ -232037,6 +246249,7 @@ https://www.f5.com/products/nginx/resources/library/complete-nginx-cookbook: - docs/web-servers.md v2_locations: - web-servers.md + addition_method: manual https://www.facebook.com/pages/BMW-IT-Zentrum/122968844423716: content_hash: N/A description: '' @@ -232053,6 +246266,7 @@ https://www.facebook.com/pages/BMW-IT-Zentrum/122968844423716: v2_locations: - customer.md year: N/A + addition_method: manual https://www.facilcloud.com/noticias/?p=1294&lang=es_ES: content_hash: 1ce7920fe50064d4ff4bc36075b7a9de2fe8f21f5e73d2b7f0e85a572ea1cd02 health_score: 100.0 @@ -232064,6 +246278,7 @@ https://www.facilcloud.com/noticias/?p=1294&lang=es_ES: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.fairwinds.com/blog/3-kubernetes-efficiency-mistakes: content_hash: 977a0c1f811bfd8578f8c891b2a2bed93b868235766bc5fcd104ab8510c6ac7c description: '' @@ -232081,6 +246296,7 @@ https://www.fairwinds.com/blog/3-kubernetes-efficiency-mistakes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/6-kubernetes-reliability-mistakes: content_hash: 07ea391a0f205aea56ff74eabc00aa0df67efdb07e8943bfefe13b056872d37a description: '' @@ -232098,6 +246314,7 @@ https://www.fairwinds.com/blog/6-kubernetes-reliability-mistakes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/configuration-drift-kubernetes: content_hash: eacb738e889103d02cb340bb3e17b3e6a0fe06bd994b77f2740fea72819e1b83 description: '' @@ -232115,12 +246332,14 @@ https://www.fairwinds.com/blog/configuration-drift-kubernetes: v2_locations: - devops.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/fairwinds-polaris-kubernetes-open-source-configuration-validation: content_hash: feb7610a0e2d98192cd96e2a4c3ffed70819ef3e060cb16264c0166b1cd82c50 health_score: 100.0 last_checked: 1779031079.819507 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://www.fairwinds.com/blog/how-to-correctly-set-resource-requests-and-limits: content_hash: b91ee8eb210b783408429dcd4940f9a5976e6310199952f0fcc5b46de0a164ec description: '' @@ -232133,6 +246352,7 @@ https://www.fairwinds.com/blog/how-to-correctly-set-resource-requests-and-limits v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/intro-kubernetes-best-practices: content_hash: feccc14812f7a416e1e7e899cf0168f8a8eee7cc225593735d18b869cb1dcdd2 description: '' @@ -232149,6 +246369,7 @@ https://www.fairwinds.com/blog/intro-kubernetes-best-practices: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/k8s-clinic-how-to-run-kubernetes-securely-and-efficiently: content_hash: 59f7c6c051aefbe08d64da9925ff29fcea2d5fbd7abea4ebb8baa01dc45a8ffa description: '' @@ -232166,6 +246387,7 @@ https://www.fairwinds.com/blog/k8s-clinic-how-to-run-kubernetes-securely-and-eff v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/never-should-you-ever-in-kubernetes-1-do-k8s-the-hard-way: content_hash: abf4e8ae0ec01a97401d003a0db271b6d42032a08d8968ba8a6e7aece0cafa71 description: '' @@ -232184,6 +246406,7 @@ https://www.fairwinds.com/blog/never-should-you-ever-in-kubernetes-1-do-k8s-the- - kubernetes.md - about.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/never-should-you-ever-in-kubernetes-part-2-kubernetes-security-mistakes: content_hash: 2dd20db1be921dd30c6ab2058f2a3260836f7435fe9de30648183d7cbc742e13 description: '' @@ -232201,6 +246424,7 @@ https://www.fairwinds.com/blog/never-should-you-ever-in-kubernetes-part-2-kubern v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/over-provisioned-and-over-permissioned-containers-kubernetes: content_hash: cfd55b6967e57056bda4ffba50c68ebecf6d6f8df6e96fe900c731cb988942b8 description: '' @@ -232217,6 +246441,7 @@ https://www.fairwinds.com/blog/over-provisioned-and-over-permissioned-containers v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/top-12-kubernetes-resources: content_hash: ba28a123f4d057b449a9d327bda4813c146af06d0a66920b8b27db79782ed2fa description: '' @@ -232234,6 +246459,7 @@ https://www.fairwinds.com/blog/top-12-kubernetes-resources: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://www.fairwinds.com/blog/top-5-kubernetes-security-mistakes: ai_summary: Explores the most common security oversights in Kubernetes cluster deployments, such as running containers as root and missing resource limits. Curator insight @@ -232264,6 +246490,7 @@ https://www.fairwinds.com/blog/top-5-kubernetes-security-mistakes: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.fairwinds.com/kubernetes-maturity-model: content_hash: ba8dcb9bf048048ef7571d674edabd2d7f92db3dc0380df368daf9fc0015be26 description: '' @@ -232280,6 +246507,7 @@ https://www.fairwinds.com/kubernetes-maturity-model: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.fastly.com/blog/improve-http-structured-headers: content_hash: 77d34af592e571fbf94f2aef74e7b7270dd17e39f22b21a831a8f39a4332feec description: '' @@ -232296,6 +246524,7 @@ https://www.fastly.com/blog/improve-http-structured-headers: v2_locations: - networking.md year: N/A + addition_method: manual https://www.fierce-network.com/multi-cloud/cloud-9-lunch-ladies-news-wrap-live-cloud-executive-summit: content_hash: e6b460260bd2122d65f4377a76f33525e1cddb9922a302ae8fa9599094a4c73e health_score: 100.0 @@ -232308,6 +246537,7 @@ https://www.fierce-network.com/multi-cloud/cloud-9-lunch-ladies-news-wrap-live-c - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.fierce-network.com/platforms/red-hat-bundles-security-management-into-openshift-plus: content_hash: dcf3c2249e5b71bdf19828eadd8abeb1a5a9e87abc680f62fc509a4d6c2a7fde health_score: 100.0 @@ -232320,6 +246550,7 @@ https://www.fierce-network.com/platforms/red-hat-bundles-security-management-int - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.fiercetelecom.com/platforms/red-hat-bundles-security-management-into-openshift-plus: content_hash: f9a3c627a823ca8f36828c780abebfe002c6975e7222abaea59566112a9c7db5 description: '' @@ -232331,6 +246562,7 @@ https://www.fiercetelecom.com/platforms/red-hat-bundles-security-management-into v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.findmyprofession.com/career-advice/questions-to-ask: ai_summary: A highly comprehensive compendium of evaluation and discovery questions designed for candidate-side interview execution. Empowers candidates to systematically @@ -232360,6 +246592,7 @@ https://www.findmyprofession.com/career-advice/questions-to-ask: v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.finops.org: content_hash: 72dcc49b9f5b321717e9358a014d55d7496e53dac10ea7254129883da1c75661 description: '' @@ -232376,6 +246609,7 @@ https://www.finops.org: v2_locations: - finops.md year: N/A + addition_method: manual https://www.fiverr.com: content_hash: N/A description: '' @@ -232390,6 +246624,7 @@ https://www.fiverr.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.flexera.com/products/flexera-one/container-optimization: ai_summary: Curator Insight outlines workflows for configuring, managing, and tracking Spark applications on Kubernetes. Live Grounding shows Spot's cloud cost-optimization @@ -232412,6 +246647,7 @@ https://www.flexera.com/products/flexera-one/container-optimization: v2_locations: - kubernetes-bigdata.md year: '2023' + addition_method: manual ? https://www.forbes.com/councils/forbestechcouncil/2021/09/03/who-should-own-the-job-of-observability-in-devops/?streamIndex=0 : content_hash: b1e8612dc706d873a5a79a7f3aa3ba91ca45820a899790ea9130561f55bb01a0 health_score: 100.0 @@ -232426,6 +246662,7 @@ https://www.flexera.com/products/flexera-one/container-optimization: v2_locations: - monitoring.md - devops.md + addition_method: manual ? https://www.forbes.com/councils/forbestechcouncil/2023/02/23/how-to-empower-modern-kubernetes-management-with-a-platform-team-model/?streamIndex=0 : content_hash: d08215373b6a59a0199d6292c33642df6ebca9c5863e352cf14b96926f6ba68e health_score: 100.0 @@ -232438,6 +246675,7 @@ https://www.flexera.com/products/flexera-one/container-optimization: - docs/devops.md v2_locations: - devops.md + addition_method: manual ? https://www.forbes.com/councils/forbestechcouncil/2024/03/08/from-data-collection-to-delivering-kpis-a-roadmap-to-a-mature-observability-strategy/?streamIndex=0 : content_hash: 5ae6f8158cc05d1d550f261ac3a8d40e1a2b2173a892c074dca4a3f294292e7a health_score: 100.0 @@ -232450,6 +246688,7 @@ https://www.flexera.com/products/flexera-one/container-optimization: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.forbes.com/sites/adunolaadeshola/2021/04/28/13-signs-youre-selling-yourself-short-in-your-career: content_hash: 41d42dbfdfbcd61c44d85c455ba1fc749ed6505c71385764638130a856bbe92b description: '' @@ -232466,6 +246705,7 @@ https://www.forbes.com/sites/adunolaadeshola/2021/04/28/13-signs-youre-selling-y v2_locations: - introduction.md year: N/A + addition_method: manual https://www.forbes.com/sites/andrewfennell/2021/09/08/what-do-employers-want-to-see-in-your-cv: ai_summary: A corporate advisory article outlining standard recruiter patterns when scanning software engineer resumes. It emphasizes readability, formatting for @@ -232493,6 +246733,7 @@ https://www.forbes.com/sites/andrewfennell/2021/09/08/what-do-employers-want-to- v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.forbes.com/sites/chenxiwang/2020/06/17/devops-drives-pentesting-delivered-as-a-service: ai_summary: This Forbes article explores how continuous deployment velocities are driving the shift toward API-driven Pentesting-as-a-Service (PTaaS). It contrasts @@ -232521,6 +246762,7 @@ https://www.forbes.com/sites/chenxiwang/2020/06/17/devops-drives-pentesting-deli v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.forbes.com/sites/dedehenley/2022/01/30/as-leaders-what-can-we-learn-from-the-great-resignation: ai_summary: Synthesizes major organizational failures exposed by the Great Resignation, detailing actionable leadership modifications. Focuses on moving from top-down @@ -232549,6 +246791,7 @@ https://www.forbes.com/sites/dedehenley/2022/01/30/as-leaders-what-can-we-learn- v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.forbes.com/sites/drsamanthamadhosingh/2023/12/18/4-ways-to-combat-the-social-isolation-of-remote-working: content_hash: 3415b49d233a666cca4816e945e38079d8d8a74962f67716590873b902514b56 description: '' @@ -232565,6 +246808,7 @@ https://www.forbes.com/sites/drsamanthamadhosingh/2023/12/18/4-ways-to-combat-th v2_locations: - remote-tech-jobs.md year: N/A + addition_method: manual https://www.forbes.com/sites/forbestechcouncil/2021/09/03/who-should-own-the-job-of-observability-in-devops: content_hash: 5e55c3f9ca607c0b368279871557fe5c2c0314fc1d0b5fe47b6904931f123307 description: '' @@ -232577,6 +246821,7 @@ https://www.forbes.com/sites/forbestechcouncil/2021/09/03/who-should-own-the-job - docs/devops.md - docs/monitoring.md year: N/A + addition_method: manual ? https://www.forbes.com/sites/forbestechcouncil/2023/02/23/how-to-empower-modern-kubernetes-management-with-a-platform-team-model : content_hash: 7efff39895211cdb94facababadd45b748c075ecd0f2ce74063057dbd3d02b08 description: '' @@ -232589,6 +246834,7 @@ https://www.forbes.com/sites/forbestechcouncil/2021/09/03/who-should-own-the-job v1_locations: - docs/devops.md year: N/A + addition_method: manual ? https://www.forbes.com/sites/forbestechcouncil/2024/03/08/from-data-collection-to-delivering-kpis-a-roadmap-to-a-mature-observability-strategy : content_hash: 07e4a65024722ef6f9ebcadc60531f27eb5d8e627bd04a68625c5f4dd33c7e2f description: '' @@ -232601,6 +246847,7 @@ https://www.forbes.com/sites/forbestechcouncil/2021/09/03/who-should-own-the-job v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.forbes.com/sites/googlecloud/2021/10/27/3-approaches-to-a-better-cloud-migration: content_hash: 8f0dd5dc8b566a66841d615cafde53bd0cb38160c6424b6d6edbf716b50a8898 description: '' @@ -232617,6 +246864,7 @@ https://www.forbes.com/sites/googlecloud/2021/10/27/3-approaches-to-a-better-clo v2_locations: - introduction.md year: N/A + addition_method: manual ? https://www.forbes.com/sites/janakirammsv/2019/04/14/everything-you-want-to-know-about-anthos-googles-hybrid-and-multi-cloud-platform : content_hash: 0b39bfdfce4c0465ddfdaeefa4b57420782eff6f2dc9f0b2183c7daa524a9020 description: '' @@ -232634,6 +246882,7 @@ https://www.forbes.com/sites/googlecloud/2021/10/27/3-approaches-to-a-better-clo v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.forbes.com/sites/janakirammsv/2019/06/28/5-cloud-native-storage-startups-to-watch-out-for-in-2019: content_hash: a52f4558bfd066290b0c4e42b9a696888066c4c7cf0a7a6aaf340b666d3d32d1 description: '' @@ -232650,6 +246899,7 @@ https://www.forbes.com/sites/janakirammsv/2019/06/28/5-cloud-native-storage-star v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.forbes.com/sites/janakirammsv/2021/12/03/aws-reinventa-roundup-of-container-services-announcements: content_hash: 9542bb533d94dea31cb47fc34a59c72443420e8ab9194fde45384a14e6abfdd0 description: '' @@ -232666,6 +246916,7 @@ https://www.forbes.com/sites/janakirammsv/2021/12/03/aws-reinventa-roundup-of-co v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://www.forbes.com/sites/jasonwingard/2021/09/02/the-great-resignation-why-gen-z-is-leaving-the-workforce-in-drovesand-what-to-do-about-it : ai_summary: Analyzes the unique professional expectations and workplace friction points driving rapid turnover among early-career software developers and technical @@ -232695,6 +246946,7 @@ https://www.forbes.com/sites/janakirammsv/2021/12/03/aws-reinventa-roundup-of-co v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://www.forbes.com/sites/markmurphy/2022/03/18/to-avoid-regretting-a-new-job-ask-these-two-questions-during-the-interview : ai_summary: Details two high-impact behavioral discovery questions designed to expose organizational misalignments during technical interviews. Helps technical candidates @@ -232724,6 +246976,7 @@ https://www.forbes.com/sites/janakirammsv/2021/12/03/aws-reinventa-roundup-of-co v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.forbes.com/sites/markmurphy/2023/08/24/hiring-managers-often-lie-to-candidates-heres-how-to-spot-when-they-do: ai_summary: Deconstructs common misrepresentations and non-disclosures used by hiring managers during talent acquisition. Equips engineering candidates with investigative @@ -232753,6 +247006,7 @@ https://www.forbes.com/sites/markmurphy/2023/08/24/hiring-managers-often-lie-to- v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://www.forbes.com/sites/steveandriole/2020/10/01/why-no-one-understands-agile-scrum--devops--why-perfect-technology-abstractions-are-sure-to-fail : content_hash: fa63020ef8bfbaf71a0db57bc61517370651180af1ca9877a23c589ed23b888b description: '' @@ -232770,6 +247024,7 @@ https://www.forbes.com/sites/markmurphy/2023/08/24/hiring-managers-often-lie-to- v2_locations: - devops.md year: N/A + addition_method: manual https://www.forbes.com/sites/stevedenning/2016/09/08/explaining-agile: content_hash: 31b55e1630e14471e19f5394c3424fe26cd151b591387a6d9a3366a60f522ef8 description: '' @@ -232786,6 +247041,7 @@ https://www.forbes.com/sites/stevedenning/2016/09/08/explaining-agile: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.forbes.com/sites/tjmccue/2020/03/13/5-essential-coronavirus-work-from-home-tech-tips: content_hash: 2fca91e12643b2c40a84e5e4163e03f987f604ec9f71c3793bfc5a8118076fd7 description: '' @@ -232802,6 +247058,7 @@ https://www.forbes.com/sites/tjmccue/2020/03/13/5-essential-coronavirus-work-fro v2_locations: - workfromhome.md year: N/A + addition_method: manual https://www.forbes.com/sites/tomtaulli/2021/07/16/devops-what-you-need-to-know: content_hash: 7c085bde8c26d3d378fb3b108e60b099d5f76fdaeb26656e33a538a4c167f9bc description: '' @@ -232818,6 +247075,7 @@ https://www.forbes.com/sites/tomtaulli/2021/07/16/devops-what-you-need-to-know: v2_locations: - devops.md year: N/A + addition_method: manual ? https://www.forbesargentina.com/innovacion/por-nvidia-google-microsoft-apuestan-miles-millones-modelos-llm-ia-generativa-biotecnologia-n49278 : ai_summary: Curator Insight explores the massive financial investments by hyperscalers in deploying Generative AI models within biotechnology and protein folding. Live @@ -232847,6 +247105,7 @@ https://www.forbes.com/sites/tomtaulli/2021/07/16/devops-what-you-need-to-know: v2_locations: - ai.md year: N/A + addition_method: manual https://www.fosstechnix.com/ansible-ad-hoc-commands-with-examples: content_hash: 436d47b44887c13d5e0c18f5ac11897e82d61a134bf87ed512d4786fee3f03f3 description: '' @@ -232863,6 +247122,7 @@ https://www.fosstechnix.com/ansible-ad-hoc-commands-with-examples: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.fosstechnix.com/install-prometheus-and-grafana-on-ubuntu-24-04: content_hash: a8942cace1fb291e713995c2542739891dfe0ebf543c435fe12692de66e320de description: '' @@ -232879,6 +247139,7 @@ https://www.fosstechnix.com/install-prometheus-and-grafana-on-ubuntu-24-04: v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.fosstechnix.com/rolling-out-and-rolling-back-updates-with-zero-downtime-on-kubernetes-cluster: content_hash: 777be5a8d75dd6169bf86cbb24168182ef56f77e1589ca2b942adc47041e7740 description: '' @@ -232896,6 +247157,7 @@ https://www.fosstechnix.com/rolling-out-and-rolling-back-updates-with-zero-downt v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.fosstechnix.com/terraform-cloud-interview-questions-and-answer: ai_summary: Curator Insight covers advanced Terraform Cloud features, Sentinel policies, and VCS run triggers. Live Grounding shows that enterprise environments rely on @@ -232925,6 +247187,7 @@ https://www.fosstechnix.com/terraform-cloud-interview-questions-and-answer: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.fosstechnix.com/validate-jenkinsfile-using-visual-studio-code: content_hash: 925ac0ca2ae7ee384632afc4ec13ea25a8df232735ef507c3404aef2ef8a74ae description: '' @@ -232941,6 +247204,7 @@ https://www.fosstechnix.com/validate-jenkinsfile-using-visual-studio-code: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.fourtheorem.com/blog/monorepo: content_hash: 33ee6fce741150c3af65ec37725c68af1698c87ac2ec398a64618f72d548b586 description: '' @@ -232952,6 +247216,7 @@ https://www.fourtheorem.com/blog/monorepo: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.fpcomplete.com/blog/announcing-amber-ci-secret-tool: content_hash: dd668fccda627c67896d5372e67810d631656c1bb78f8ba1da164746b86fcb7e description: '' @@ -232963,6 +247228,7 @@ https://www.fpcomplete.com/blog/announcing-amber-ci-secret-tool: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/10-vscode-extensions-to-increase-productivity: content_hash: 0d456b97b1799150f0fd11ceb5fd84652e8f49fa39334666eb941bffc35fa5fd description: '' @@ -232979,6 +247245,7 @@ https://www.freecodecamp.org/news/10-vscode-extensions-to-increase-productivity: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b: content_hash: 39a266fcd6ba1a6afe87eb15cf3a87b5027952a0f0f480d3ef18d04f3785deb6 description: '' @@ -232997,6 +247264,7 @@ https://www.freecodecamp.org/news/a-beginner-friendly-introduction-to-containers - docker.md - introduction.md year: N/A + addition_method: manual ? https://www.freecodecamp.org/news/a-beginners-guide-to-docker-how-to-create-a-client-server-side-with-docker-compose-12c8cf0ae0aa : content_hash: cb45d14b14f8308de3775ddd2a916284f384fb74f3819d1d3869cfbb13b251ba description: '' @@ -233014,6 +247282,7 @@ https://www.freecodecamp.org/news/a-beginner-friendly-introduction-to-containers v2_locations: - docker.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/ace-your-deep-learning-job-interview: ai_summary: Curator Insight compiles deep learning interview questions covering neural networks, optimization backpropagation, and loss functions. Live Grounding @@ -233042,6 +247311,7 @@ https://www.freecodecamp.org/news/ace-your-deep-learning-job-interview: v2_locations: - ai.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/apache-kafka-handbook: ai_summary: 'Curator Insight: Comprehensive handbook targeting developers getting started with event streams. Live Grounding: Explains underlying storage patterns, @@ -233071,6 +247341,7 @@ https://www.freecodecamp.org/news/apache-kafka-handbook: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/args-and-kwargs-in-python: content_hash: f76e038190da469551a0aa0483df784649e276267895fe9e3d2671d79a0737c7 description: '' @@ -233087,6 +247358,7 @@ https://www.freecodecamp.org/news/args-and-kwargs-in-python: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/aws-cdk-v2-three-tier-serverless-application: content_hash: 85ccfb8d5fc623f880b9555468f8fcf883c36c908cc13a91af7596c5f8deae92 description: '' @@ -233104,6 +247376,7 @@ https://www.freecodecamp.org/news/aws-cdk-v2-three-tier-serverless-application: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/azure-fundamentals-certification-az-900-exam-course: content_hash: 29c5469aa13d57f14192e326cb4a4869811d73245affb9bf3074fdcb49498852 description: '' @@ -233121,6 +247394,7 @@ https://www.freecodecamp.org/news/azure-fundamentals-certification-az-900-exam-c v2_locations: - azure.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/best-colorful-vscode-extensions-for-productivity: content_hash: 8f2df1e21d7a97e3997e296bc62dbebf9a5e37e323cc2cce5462281e0088cd33 description: '' @@ -233138,6 +247412,7 @@ https://www.freecodecamp.org/news/best-colorful-vscode-extensions-for-productivi v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/build-consume-and-document-a-rest-api: content_hash: efda6482dee4b69c48f6e45c1cfaa217861efe8681d924682f5a57c437562de2 description: '' @@ -233155,6 +247430,7 @@ https://www.freecodecamp.org/news/build-consume-and-document-a-rest-api: v2_locations: - api.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/build-your-first-javascript-github-action: content_hash: 8c5ad1df4e6c20dbf714376415468c7cec9675f01d16ae21e5485537e421890e description: '' @@ -233171,6 +247447,7 @@ https://www.freecodecamp.org/news/build-your-first-javascript-github-action: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/cost-optimization-in-aws: content_hash: 677019f0c71c8f141acc234e7277782f3a612a1965b5357c20f9e9389aff399f description: '' @@ -233187,6 +247464,7 @@ https://www.freecodecamp.org/news/cost-optimization-in-aws: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/create-a-github-template-repository-with-react-vite-and-tailwindcss: ai_summary: Walks through constructing a standardized GitHub Template repository utilizing React, Vite, and TailwindCSS. Demonstrates how to pre-configure linting @@ -233216,6 +247494,7 @@ https://www.freecodecamp.org/news/create-a-github-template-repository-with-react v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/create-a-list-in-python-lists-in-python-syntax: content_hash: 2a337c89f3689479b6ebcbba2e8a74b8038f69b2f64b34ffcceeaa66cd0936c8 description: '' @@ -233232,6 +247511,7 @@ https://www.freecodecamp.org/news/create-a-list-in-python-lists-in-python-syntax v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/create-and-sync-git-and-github-repositories: ai_summary: Basic operational tutorial providing step-by-step procedures to initialize local git folders and bind them safely to freshly instantiated remote repositories. @@ -233259,6 +247539,7 @@ https://www.freecodecamp.org/news/create-and-sync-git-and-github-repositories: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/deep-learning-fundamentals-handbook-start-a-career-in-ai: ai_summary: Curator Insight provides a thorough foundational handbook mapping out practical deep learning math, architectures, and framework usage. Live Grounding @@ -233287,6 +247568,7 @@ https://www.freecodecamp.org/news/deep-learning-fundamentals-handbook-start-a-ca v2_locations: - ai.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/deploy-docker-image-to-kubernetes: content_hash: efe344804e6cb6eae4b3a9f40656c7ef577d5804f4ca81a70e370152e917baa1 description: '' @@ -233303,6 +247585,7 @@ https://www.freecodecamp.org/news/deploy-docker-image-to-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/devops-engineering-course-for-beginners: content_hash: ee952fb410e4d5339b1a8936d9cc5b683910cec5d67ad78e950508cdd07f68b7 description: '' @@ -233319,6 +247602,7 @@ https://www.freecodecamp.org/news/devops-engineering-course-for-beginners: v2_locations: - devops.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/devops-with-gitlab-ci-course: ai_summary: A comprehensive, high-quality free course curated by freeCodeCamp that covers the fundamentals of building end-to-end DevOps workflows using GitLab CI. @@ -233350,6 +247634,7 @@ https://www.freecodecamp.org/news/devops-with-gitlab-ci-course: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/dictionary-comprehension-in-python-explained-with-examples: content_hash: c77404c68190395752549776cba6f67459facb20ead916903a1bbff7b53e6a43 description: '' @@ -233367,6 +247652,7 @@ https://www.freecodecamp.org/news/dictionary-comprehension-in-python-explained-w v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/docker-cache-tutorial: content_hash: be79843e6fce7d381e0758a943020cdfed29feff4eeaa735eefde0255a5e205e description: '' @@ -233384,6 +247670,7 @@ https://www.freecodecamp.org/news/docker-cache-tutorial: v2_locations: - docker.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/documentation-libraries-to-help-you-write-good-docs: ai_summary: 'A curated review comparing several popular documentation frameworks, including Docusaurus, Docsify, MkDocs, and GitBook, assessing their performance, @@ -233415,6 +247702,7 @@ https://www.freecodecamp.org/news/documentation-libraries-to-help-you-write-good v2_locations: - mkdocs.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/else-if-in-python-python-if-statement-example-syntax: content_hash: 3b9a2cf15cec96d8cd2161a37392dda6a4a29b496386f6f10c4062d852c1d431 description: '' @@ -233431,6 +247719,7 @@ https://www.freecodecamp.org/news/else-if-in-python-python-if-statement-example- v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/everything-you-need-to-know-about-python-dictionaries: content_hash: 0bc951595a03d89413f9ec920973d7e3b598586225ef95598934c2eebfb334f7 description: '' @@ -233448,6 +247737,7 @@ https://www.freecodecamp.org/news/everything-you-need-to-know-about-python-dicti v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly: content_hash: e5dce2df96f2326f44a2420bab3b151fbe9140e7d3b942b9174d3b6f934d638e description: '' @@ -233464,6 +247754,7 @@ https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/frontend-vs-backend-whats-the-difference: content_hash: a9167c53257c75b07429e7532a1c555de0525b853ef253a93ac7ee61684d35bf description: '' @@ -233480,6 +247771,7 @@ https://www.freecodecamp.org/news/frontend-vs-backend-whats-the-difference: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/get-started-with-react-for-beginners: content_hash: f7689ceba0b442c71bd36fce6432f5438948270942d8252ee056d90db1a72c6e description: '' @@ -233496,6 +247788,7 @@ https://www.freecodecamp.org/news/get-started-with-react-for-beginners: v2_locations: - react.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-and-github-for-beginners: ai_summary: An educational baseline tutorial outlining local and remote version control patterns using Git and GitHub. Offers structured walkthroughs of staging, @@ -233526,6 +247819,7 @@ https://www.freecodecamp.org/news/git-and-github-for-beginners: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-and-github-workflow-for-open-source: ai_summary: A primer guide addressing social and technical workflow patterns required when contributing to open-source software, from upstream syncs to clean PR communication @@ -233555,6 +247849,7 @@ https://www.freecodecamp.org/news/git-and-github-workflow-for-open-source: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-cheat-sheet: content_hash: 56eec15a4788684f859372e973978b0c9d8b551610a9e20cc18c514018f186e9 description: '' @@ -233571,6 +247866,7 @@ https://www.freecodecamp.org/news/git-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-checkout-remote-branch-tutorial: ai_summary: Tutorial on properly tracking and switching to upstream remote branches in complex collaborative environments. Covers explicit checkout flags, automatic @@ -233599,6 +247895,7 @@ https://www.freecodecamp.org/news/git-checkout-remote-branch-tutorial: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-config-how-to-configure-git-settings: ai_summary: Reviews the global and repository-specific options configurable via 'git config'. Explains auto-correct commands, core editor bindings, line-ending @@ -233628,6 +247925,7 @@ https://www.freecodecamp.org/news/git-config-how-to-configure-git-settings: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-for-professionals: ai_summary: A comprehensive, multi-hour video course covering highly advanced Git patterns, including reflogs, structural rebase workflows, interactive staging, @@ -233658,6 +247956,7 @@ https://www.freecodecamp.org/news/git-for-professionals: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-list-branches-how-to-show-all-remote-and-local-branch-names: ai_summary: Fast-reference syntax guide for filtering and outputting active local and remote branches. Covers command options such as `git branch -a` and `git branch @@ -233687,6 +247986,7 @@ https://www.freecodecamp.org/news/git-list-branches-how-to-show-all-remote-and-l v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-push-to-remote-branch-how-to-push-a-local-branch-to-origin: ai_summary: A comprehensive walkthrough of upstream tracking mechanics and the behavior of the `git push` command flags. Details how the `-u` or `--set-upstream` flags @@ -233717,6 +248017,7 @@ https://www.freecodecamp.org/news/git-push-to-remote-branch-how-to-push-a-local- v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-rebase-handbook: ai_summary: A complete reference text on rebasing mechanics, addressing safety profiles, dynamic branch updates, and upstream rebase scenarios. Walks engineers through @@ -233745,6 +248046,7 @@ https://www.freecodecamp.org/news/git-rebase-handbook: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-squash-commits: ai_summary: Comprehensive hands-on tutorial detailing interactive rebase workflows to squash arbitrary historic commits. It provides clear, step-by-step terminal @@ -233775,6 +248077,7 @@ https://www.freecodecamp.org/news/git-squash-commits: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/git-undo-merge-how-to-revert-the-last-merge-commit-in-git: ai_summary: Detailed, structural exploration on undoing completed branch mergers using 'git revert' with parent pointer options ('-m'). Discusses the architectural @@ -233804,6 +248107,7 @@ https://www.freecodecamp.org/news/git-undo-merge-how-to-revert-the-last-merge-co v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-git-branches-work: ai_summary: Deep dive into the metadata pointer structure of Git branches, contrasting them with physically copied directories. It illustrates how the HEAD pointer is @@ -233832,6 +248136,7 @@ https://www.freecodecamp.org/news/how-git-branches-work: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-build-an-online-banking-system-python-oop-tutorial: content_hash: 87d8a1c0a91abb1e595cf99b0f8d5ad1b10ae199be5fc1399d252387bc0128b4 description: '' @@ -233849,6 +248154,7 @@ https://www.freecodecamp.org/news/how-to-build-an-online-banking-system-python-o v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-create-microservices-with-fastapi: content_hash: b68c928aa6634ead8e73899add58c0f26e906aaad4f7b63480aaf2aa02547334 description: '' @@ -233865,6 +248171,7 @@ https://www.freecodecamp.org/news/how-to-create-microservices-with-fastapi: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-deploy-react-apps-to-production: content_hash: 8aad46901699bf3dfc95807dff930ab276fc2e621d0d8a36c20ff10fc3b9854f description: '' @@ -233882,6 +248189,7 @@ https://www.freecodecamp.org/news/how-to-deploy-react-apps-to-production: v2_locations: - demos.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-dockerize-a-flask-app: content_hash: c3480e2893621bcd1e157df121e455a87be01675360f2b706204809891c108ee description: '' @@ -233898,6 +248206,7 @@ https://www.freecodecamp.org/news/how-to-dockerize-a-flask-app: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-download-kaggle-dataset-to-google-colab: content_hash: c297bc41b851ac444954d63d94efd51d7a9f07a036463b779c9bf1b644daf9be description: '' @@ -233915,6 +248224,7 @@ https://www.freecodecamp.org/news/how-to-download-kaggle-dataset-to-google-colab v2_locations: - mlops.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-fix-merge-conflicts-in-git: ai_summary: Detailed operational breakdown of analyzing and resolving merge conflicts. Discusses parsing conflict markers (`<<<<<<<`, `=======`, `>>>>>>>`), using external @@ -233944,6 +248254,7 @@ https://www.freecodecamp.org/news/how-to-fix-merge-conflicts-in-git: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-fork-a-github-repository: ai_summary: A foundational workflow layout explaining remote forking mechanisms. Helps developers cleanly maintain branch synchronization with upstream repositories @@ -233972,6 +248283,7 @@ https://www.freecodecamp.org/news/how-to-fork-a-github-repository: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-get-ready-for-a-job-in-tech: ai_summary: A pragmatic guide outlining key skill acquisition vectors, portfolio development principles, and networking strategies for aspiring technical practitioners @@ -234000,6 +248312,7 @@ https://www.freecodecamp.org/news/how-to-get-ready-for-a-job-in-tech: v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-get-started-with-pysondb: content_hash: c2b0d9ad684f58b7de833cd7f42dd80020271990810de67e1c90ef717d218ddf description: '' @@ -234016,6 +248329,7 @@ https://www.freecodecamp.org/news/how-to-get-started-with-pysondb: v2_locations: - databases.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-handle-multiple-git-configurations-in-one-machine: ai_summary: A practical guide detailing how to manage split Git configurations (e.g., personal vs. professional identities) on a single workstation. Utilizing Git's @@ -234045,6 +248359,7 @@ https://www.freecodecamp.org/news/how-to-handle-multiple-git-configurations-in-o v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-interact-with-web-services-using-python: content_hash: 09b74cb9a5af9075b4e5c16dbf2518cf28aeb2eadc6b818ab548250efd3d9be9 description: '' @@ -234062,6 +248377,7 @@ https://www.freecodecamp.org/news/how-to-interact-with-web-services-using-python v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-set-up-custom-email: content_hash: 874ad8a8787fac3e9afde966b8b2e6f286dd3143530038ac2aeb8244a954c6c4 description: '' @@ -234078,6 +248394,7 @@ https://www.freecodecamp.org/news/how-to-set-up-custom-email: v2_locations: - cloudflare.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-setup-a-basic-serverless-backend-with-aws-lambda-and-api-gateway: ai_summary: A detailed tutorial tailored to developers looking to deploy their first REST API endpoints using AWS Lambda and Amazon API Gateway. It guides users through @@ -234107,6 +248424,7 @@ https://www.freecodecamp.org/news/how-to-setup-a-basic-serverless-backend-with-a v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-setup-a-ci-cd-pipeline-with-github-actions-and-aws: content_hash: fea70bd5baf71b112ca3c0059ec461274a7715a873bda2b391ed463738bb7dde description: '' @@ -234124,6 +248442,7 @@ https://www.freecodecamp.org/news/how-to-setup-a-ci-cd-pipeline-with-github-acti v2_locations: - demos.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python: content_hash: 0ae959468083e6948e99235da22c76afc7a4e3f3ef8d7536ebf0c35c72043661 description: '' @@ -234141,6 +248460,7 @@ https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-simplify-kubernetes-troubleshooting: content_hash: 9713fe4140ee3abccf888c35b3f0b09cd5e7db6fdb06a8cf81b35911601c5b35 description: '' @@ -234157,6 +248477,7 @@ https://www.freecodecamp.org/news/how-to-simplify-kubernetes-troubleshooting: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-ssh-into-a-docker-container-secure-shell-vs-docker-attach: content_hash: 2f84cf41aa664c08479d2e1dbf4030d13eb93d6bb380c47b003d2402168b2e44 description: '' @@ -234174,6 +248495,7 @@ https://www.freecodecamp.org/news/how-to-ssh-into-a-docker-container-secure-shel v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-use-branches-in-git: ai_summary: An exhaustive reference sheet mapping out every standard Git branching command, from instantiation to tracking and cleanup. Clarifies structural concepts @@ -234203,6 +248525,7 @@ https://www.freecodecamp.org/news/how-to-use-branches-in-git: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-use-markdown-in-vscode: content_hash: 5242bc50724830389fc00c3af890424ccd098e8c53640776d9bbe3eaf224f13d description: '' @@ -234219,6 +248542,7 @@ https://www.freecodecamp.org/news/how-to-use-markdown-in-vscode: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-use-the-dot-github-repository: ai_summary: Explains how to deploy a special organization-level or user-level '.github' workspace. Details how to define unified templates for issues, pull requests, @@ -234247,6 +248571,7 @@ https://www.freecodecamp.org/news/how-to-use-the-dot-github-repository: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-write-clean-code: content_hash: 0fb1fb7ea78586541525d8bf7a1cfd1020843a96df3a9fc2ff7cdf4e68a635b9 description: '' @@ -234264,6 +248589,7 @@ https://www.freecodecamp.org/news/how-to-write-clean-code: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-to-write-commit-messages-maintainers-will-like: ai_summary: A comprehensive developer guide on composing structured and semantic commit messages that ease maintainer review. It contrasts raw commit history with @@ -234294,6 +248620,7 @@ https://www.freecodecamp.org/news/how-to-write-commit-messages-maintainers-will- v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/how-typescript-interfaces-work: content_hash: 3e484dc455425a297640e42baebcfeb8334f9797b6496698273bd236a1bda092 description: '' @@ -234310,6 +248637,7 @@ https://www.freecodecamp.org/news/how-typescript-interfaces-work: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/http-full-course: ai_summary: A comprehensive foundational guide analyzing HTTP request-response lifecycles, network architectures, and client-side browser execution. Highlights modern REST @@ -234338,6 +248666,7 @@ https://www.freecodecamp.org/news/http-full-course: v2_locations: - javascript.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/increase-your-vs-code-productivity: content_hash: 2709dedb791e9478d88c77cc8d495133fd4ce22e99e2d59425d6825839d96f05 description: '' @@ -234354,6 +248683,7 @@ https://www.freecodecamp.org/news/increase-your-vs-code-productivity: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/int-object-is-not-iterable-python-error-solved: content_hash: e5d5d785b1ee39c0408ec6d24afa85a6f0fee75764ee205ab3cccdec57982dc9 health_score: 100.0 @@ -234361,6 +248691,7 @@ https://www.freecodecamp.org/news/int-object-is-not-iterable-python-error-solved needs_ai_refresh: true v1_locations: - docs/python.md + addition_method: manual https://www.freecodecamp.org/news/java-unit-testing: ai_summary: Walkthrough covering JUnit 5 framework testing. Focuses on parameterized tests, Mockito integration, and code coverage reporting in build cycles. @@ -234387,6 +248718,7 @@ https://www.freecodecamp.org/news/java-unit-testing: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/javascript-dom: content_hash: 57a50a6f7bdb6f72edbcdf4a90be8ecd7bb14d3457f6188d186da5d093a0266d description: '' @@ -234404,6 +248736,7 @@ https://www.freecodecamp.org/news/javascript-dom: v2_locations: - dom.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/javascript-dom-build-a-calculator-app: content_hash: 6e20db72e9feb6415af005511645a0d66985bfeebdc546b303f6cb7c8d956cd7 description: '' @@ -234421,6 +248754,7 @@ https://www.freecodecamp.org/news/javascript-dom-build-a-calculator-app: v2_locations: - dom.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/kubernetes-vs-docker-whats-the-difference-explained-with-examples: ai_summary: An educational guide on container systems. Uses practical, clear examples to explain the operational differences between standalone Docker systems and multi-node @@ -234449,6 +248783,7 @@ https://www.freecodecamp.org/news/kubernetes-vs-docker-whats-the-difference-expl v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-algorithms-and-data-structures-in-python: content_hash: 5de246ae555af808809241bd45985353b0d43842c8e98069529dcd90c2f06fb6 description: '' @@ -234465,6 +248800,7 @@ https://www.freecodecamp.org/news/learn-algorithms-and-data-structures-in-python v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-coding-for-everyone-handbook: content_hash: df48fafc9a0010cae13d341589341147cd062ebef0fc78dcb4f1b15742ccdd94 description: '' @@ -234481,6 +248817,7 @@ https://www.freecodecamp.org/news/learn-coding-for-everyone-handbook: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-data-structures-and-algorithms: content_hash: 94cad178abfef5aeba8a4db512849f1eb1309dddd20a12aa159038ca5f35c87c description: '' @@ -234498,6 +248835,7 @@ https://www.freecodecamp.org/news/learn-data-structures-and-algorithms: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-git-basics: ai_summary: An exhaustive, handbook-style tutorial detailing the core patterns of daily Git usage. This resource bridges the gap between basic repository setups @@ -234527,6 +248865,7 @@ https://www.freecodecamp.org/news/learn-git-basics: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-how-to-deploy-12-apps-to-aws-azure-google-cloud: content_hash: 8c258acc02dfd490d47e38fde72c689dc9d4b20d9b36983d01f2daec9677b2de description: '' @@ -234543,6 +248882,7 @@ https://www.freecodecamp.org/news/learn-how-to-deploy-12-apps-to-aws-azure-googl v2_locations: - docker.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-istio-manage-microservices: ai_summary: An extensive, entry-to-expert guide detailing the core pillars of the Istio service mesh. Covers deployment basics, setting up comprehensive traffic @@ -234574,6 +248914,7 @@ https://www.freecodecamp.org/news/learn-istio-manage-microservices: v2_locations: - istio.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-jenkins-by-building-a-ci-cd-pipeline: content_hash: 49847b1e9aead2cd3d1eb0e9cd2ad27736b5a9e119506ce1bc4417c1e8bfdfc9 description: '' @@ -234590,6 +248931,7 @@ https://www.freecodecamp.org/news/learn-jenkins-by-building-a-ci-cd-pipeline: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-kubernetes-and-start-containerizing-your-applications: content_hash: d87296a6dd3271bd8acb9135bf1a19739bf4f5a6d12e587a4ce8a080d028f509 description: '' @@ -234606,6 +248948,7 @@ https://www.freecodecamp.org/news/learn-kubernetes-and-start-containerizing-your v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-machine-learning-and-neural-networks-without-frameworks: content_hash: db145493e27b086da34b97e3e2a86befbc60a5f86248856c3b7fdf67a9169ac7 description: '' @@ -234623,6 +248966,7 @@ https://www.freecodecamp.org/news/learn-machine-learning-and-neural-networks-wit v2_locations: - mlops.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/learn-the-basics-of-java-programming: ai_summary: Beginner-centric handbook focusing on OOP concepts, procedural mechanics, and structural paradigms inside the Java virtual machine environment. @@ -234649,6 +248993,7 @@ https://www.freecodecamp.org/news/learn-the-basics-of-java-programming: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable: content_hash: 7138343a47475b5a208c14cd65b1ba24b0fb3a9dc7966ed029a37f6061c2d0ab description: '' @@ -234666,6 +249011,7 @@ https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-effici v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/markdown-cheat-sheet: content_hash: 90dff71bbe7f076a952010ea394aa700aa334eb2f0ea8d3e9db6185b41248d6d description: '' @@ -234682,6 +249028,7 @@ https://www.freecodecamp.org/news/markdown-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/master-api-testing-with-postman: content_hash: de574da3c76c9e043ede510bbc14c4f92b8fdb2726fd9a45e445feb77abc0fda description: '' @@ -234700,6 +249047,7 @@ https://www.freecodecamp.org/news/master-api-testing-with-postman: - postman.md - demos.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/mlops-course-learn-to-build-machine-learning-production-grade-projects: content_hash: 1b24517248b23f9fc61a8d6fa2b65a7f7bc87660e6fefed87626cb0667f66fd6 description: '' @@ -234717,6 +249065,7 @@ https://www.freecodecamp.org/news/mlops-course-learn-to-build-machine-learning-p v2_locations: - mlops.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/oauth2-resourceserver-with-spring-security: content_hash: 23cd173a552ed01df0d5f6a56e66f3c9b5c7020354b54ab18b1efdf5d5dd1861 description: '' @@ -234734,6 +249083,7 @@ https://www.freecodecamp.org/news/oauth2-resourceserver-with-spring-security: v2_locations: - oauth.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/object-oriented-programming-in-java: ai_summary: Detailed technical book-style guide exploring advanced object-oriented paradigms. Focuses on design patterns, polymorphic interfaces, and encapsulation @@ -234761,6 +249111,7 @@ https://www.freecodecamp.org/news/object-oriented-programming-in-java: v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/practical-git-and-git-workflows: ai_summary: Detailed breakdown of mainstream branching strategies, including Git Flow, GitHub Flow, and trunk-based development. It serves as a practical blueprint @@ -234790,6 +249141,7 @@ https://www.freecodecamp.org/news/practical-git-and-git-workflows: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/public-apis-for-developers: content_hash: ca2dffbe0ba74dd0690c92244b6e61b5999d7323001b98fed69224501972495e description: '' @@ -234806,6 +249158,7 @@ https://www.freecodecamp.org/news/public-apis-for-developers: v2_locations: - api.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/pyscript-python-front-end-framework: content_hash: 8e4690f78bfca66b605af69c25168e96f599fc83d2522c7970afb310f01f0842 description: '' @@ -234822,6 +249175,7 @@ https://www.freecodecamp.org/news/pyscript-python-front-end-framework: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/python-attributes-class-and-instance-attribute-examples: content_hash: 7a2f050e84a3908dc7092a545c4c15bd504f39c0f7722e135065e68f8527b786 description: '' @@ -234838,6 +249192,7 @@ https://www.freecodecamp.org/news/python-attributes-class-and-instance-attribute v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/python-for-loop-for-i-in-range-example: content_hash: 10a8845f64cba940e680a87365cd04dd7c8bce2154abcdf8a982e17d4f45e827 description: '' @@ -234854,6 +249209,7 @@ https://www.freecodecamp.org/news/python-for-loop-for-i-in-range-example: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/python-list-methods-append-vs-extend: content_hash: 07cff3f4ae5d7fda778c5a0d697823d82c666dea8b229f2797984cf0d3d67cbd description: '' @@ -234871,6 +249227,7 @@ https://www.freecodecamp.org/news/python-list-methods-append-vs-extend: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/python-list-remove-how-to-remove-an-item-from-a-list-in-python: content_hash: e5b3898e580ebe271d8d5e9b1a47944d68c9f9ee80574d9bfe837d8add19a0b5 description: '' @@ -234888,6 +249245,7 @@ https://www.freecodecamp.org/news/python-list-remove-how-to-remove-an-item-from- v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/python-map-function-how-to-map-a-list-in-python-3-0-with-example-code: content_hash: c9352f8d4429c714f55df545c33dc46689ff5aca076cbc84352a96c6cf0de1fa description: '' @@ -234905,6 +249263,7 @@ https://www.freecodecamp.org/news/python-map-function-how-to-map-a-list-in-pytho v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/python-set-operations-explained-with-examples: content_hash: 3c7407be87b4c00c82afab032831573067a825021f27212b974e42c59a4d1051 description: '' @@ -234921,6 +249280,7 @@ https://www.freecodecamp.org/news/python-set-operations-explained-with-examples: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/python-string-split-and-join-methods-explained-with-examples: content_hash: a3761b9d2110bdba4d49c3f1756a923661e8bc7592a4a891ea41d10f7ae50336 description: '' @@ -234938,6 +249298,7 @@ https://www.freecodecamp.org/news/python-string-split-and-join-methods-explained v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/rest-api-best-practices-rest-endpoint-design-examples: content_hash: 090c705fc950420bbfa5241072ac9aff6a0c75ce3f984e1f95ef560560baa215 description: '' @@ -234955,6 +249316,7 @@ https://www.freecodecamp.org/news/rest-api-best-practices-rest-endpoint-design-e v2_locations: - api.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api: content_hash: e2b7e050f9913c7c59f3bdce45892e9206280ca216d3de38981440d5e594d1ca description: '' @@ -234972,6 +249334,7 @@ https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-ap v2_locations: - api.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/rsync-examples-rsync-options-and-how-to-copy-files-over-ssh: ai_summary: A thorough manual detailing the versatile file synchronization tool rsync. It presents production-ready syntax examples for local differentials, SSH @@ -235001,6 +249364,7 @@ https://www.freecodecamp.org/news/rsync-examples-rsync-options-and-how-to-copy-f v2_locations: - linux.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/serverless-is-cheaper-not-simpler-a10c4fc30e49: content_hash: b872a7bb2eb3b34f77c17929c96c17c25dcc9feb85311273aad6b0989db9225d description: '' @@ -235017,6 +249381,7 @@ https://www.freecodecamp.org/news/serverless-is-cheaper-not-simpler-a10c4fc30e49 v2_locations: - serverless.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/sql-inner-join-how-to-join-3-tables-in-sql-and-mysql: content_hash: 8416ff008805d08cbfca5a667fe7cab1b02e1cf49ba5b2291fab994c8f5cdcb4 description: '' @@ -235033,6 +249398,7 @@ https://www.freecodecamp.org/news/sql-inner-join-how-to-join-3-tables-in-sql-and v2_locations: - databases.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/sql-join-types-inner-join-vs-outer-join-example: content_hash: 292266d059bce2a47d4c9525ec05e77f17a86c60eab39b2e077b0b1e645e8429 description: '' @@ -235049,6 +249415,7 @@ https://www.freecodecamp.org/news/sql-join-types-inner-join-vs-outer-join-exampl v2_locations: - databases.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/sql-joins-tutorial: content_hash: dff8ed08966767b494251da3ee3e8ef0d43481fbd5eefb7f13576fc4b71db77c description: '' @@ -235066,6 +249433,7 @@ https://www.freecodecamp.org/news/sql-joins-tutorial: v2_locations: - databases.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/tag/aws: content_hash: 30b25004b5bdc7caf71c00aef864dc91da730327b9ae94c53d84b3b65ce8aa3e description: '' @@ -235082,6 +249450,7 @@ https://www.freecodecamp.org/news/tag/aws: v2_locations: - aws.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/tcp-vs-udp: ai_summary: An educational breakdown comparing connection-oriented TCP against connectionless UDP. Analyzes flow control, error checking, packet overhead, and speed characteristics @@ -235111,6 +249480,7 @@ https://www.freecodecamp.org/news/tcp-vs-udp: v2_locations: - linux.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/the-definitive-guide-to-git-merge: ai_summary: Extensive breakdown of Git's integration modes, analyzing fast-forward merges versus three-way merge commits. Explains the structural integrity of merging @@ -235140,6 +249510,7 @@ https://www.freecodecamp.org/news/the-definitive-guide-to-git-merge: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/the-kubernetes-handbook: content_hash: c20b987ee4bab1c2f493795800a1df4e9563e5895c105b12a19848449bc7e4b2 description: '' @@ -235156,6 +249527,7 @@ https://www.freecodecamp.org/news/the-kubernetes-handbook: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/the-linux-commands-handbook: ai_summary: Curator Insight compiles a comprehensive handbook of core Linux commands. Live Grounding highlights its enduring popularity as a foundational learning asset @@ -235184,6 +249556,7 @@ https://www.freecodecamp.org/news/the-linux-commands-handbook: v2_locations: - linux.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/the-nginx-handbook: ai_summary: An extensive manual explaining the underlying mechanics of Nginx. Covers everything from server blocks and upstream definitions to proxy routing rules, @@ -235213,6 +249586,7 @@ https://www.freecodecamp.org/news/the-nginx-handbook: v2_locations: - web-servers.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/the-python-handbook: content_hash: 67f3abe192778e205a425816ad86335b34056dc3ba759aa63de01fa98b88c21c description: '' @@ -235229,6 +249603,7 @@ https://www.freecodecamp.org/news/the-python-handbook: v2_locations: - python.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/the-sql-inner-join-command-example-syntax: content_hash: ba6cd23760250f116fd5bd55e382945eac1f4f8d5fcd9938edac9e11dd649ed3 description: '' @@ -235245,6 +249620,7 @@ https://www.freecodecamp.org/news/the-sql-inner-join-command-example-syntax: v2_locations: - databases.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/undo-git-add-how-to-remove-added-files-in-git: ai_summary: Evaluates the commands required to safely unstage files from the Git index without altering working directory contents. Highlights nuances between @@ -235273,6 +249649,7 @@ https://www.freecodecamp.org/news/undo-git-add-how-to-remove-added-files-in-git: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/use-selenium-to-create-a-web-scraping-bot: content_hash: 6ef4a54731711f9f593c634afa659cd17b441f8a041fd79d3055343bc0d1eb99 description: '' @@ -235289,6 +249666,7 @@ https://www.freecodecamp.org/news/use-selenium-to-create-a-web-scraping-bot: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/vs-code-extensions-to-boost-your-development-productivity: content_hash: 5d79697393168d595f83c2bf05936614d54b63cdcfc7e769407bb3bb3bb57a56 description: '' @@ -235306,6 +249684,7 @@ https://www.freecodecamp.org/news/vs-code-extensions-to-boost-your-development-p v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/vs-code-extensions-to-increase-developer-productivity: content_hash: ee69cc7e60613f466e57581ab5a90199f0b594b689d3aecd506273989c3178be description: '' @@ -235322,6 +249701,7 @@ https://www.freecodecamp.org/news/vs-code-extensions-to-increase-developer-produ v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/web-scraping-google-sheets: content_hash: 045d5e35a814785b34706985c25e641787927b4f664cda955389ea99b9ed11c9 description: '' @@ -235339,6 +249719,7 @@ https://www.freecodecamp.org/news/web-scraping-google-sheets: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/web-storage-api-how-to-store-data-on-the-browser: ai_summary: Deep-dive analysis of persistent browser storage mechanisms focusing on LocalStorage and SessionStorage APIs. Evaluates operational constraints, security @@ -235367,6 +249748,7 @@ https://www.freecodecamp.org/news/web-storage-api-how-to-store-data-on-the-brows v2_locations: - javascript.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engineer-guide: content_hash: b4e0481a83fa06489ea4362b39487f4420692dbbf6d6896691cb00b45bea9606 description: '' @@ -235384,6 +249766,7 @@ https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engi v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-a-helm-chart-tutorial-for-kubernetes-beginners: ai_summary: Comprehensive beginner's tutorial detailing the directory structures and YAML formats of Helm. Offers hands-on exercises for authoring and deploying @@ -235412,6 +249795,7 @@ https://www.freecodecamp.org/news/what-is-a-helm-chart-tutorial-for-kubernetes-b v2_locations: - helm.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-an-api-and-how-to-test-it: content_hash: d234beffe2fb3cb13593b89755cb6d192f926536cb4f6dcfbfd387e4771696fc description: '' @@ -235429,6 +249813,7 @@ https://www.freecodecamp.org/news/what-is-an-api-and-how-to-test-it: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-git-learn-git-version-control: ai_summary: Provides a comprehensive manual on decentralized version control concepts, contrasting centralized models (like SVN) with Git's architecture. It walks through @@ -235458,6 +249843,7 @@ https://www.freecodecamp.org/news/what-is-git-learn-git-version-control: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-github-wiki-and-how-do-you-use-it: ai_summary: This practical guide breaks down the structure and utility of GitHub Wikis for software project documentation. It walks through syntax formatting, @@ -235491,6 +249877,7 @@ https://www.freecodecamp.org/news/what-is-github-wiki-and-how-do-you-use-it: - git.md - developerportals.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-infrastructure-as-code: content_hash: 78980657e3633109690a291f5714d6710cf412655ce718c655d601a0c1e14c90 description: '' @@ -235507,6 +249894,7 @@ https://www.freecodecamp.org/news/what-is-infrastructure-as-code: v2_locations: - iac.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-rest-rest-api-definition-for-beginners: content_hash: 802d13ad63deddb01137d420468ab11ea0e8dd601e5db3f261804109cdc4b77b description: '' @@ -235523,6 +249911,7 @@ https://www.freecodecamp.org/news/what-is-rest-rest-api-definition-for-beginners v2_locations: - api.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-terraform-learn-infrastructure-as-code: content_hash: c8cf842f4077dff5bb680b0acd6062462bcac185dbf720ac7c2cbaa093da7c76 description: '' @@ -235540,6 +249929,7 @@ https://www.freecodecamp.org/news/what-is-terraform-learn-infrastructure-as-code v2_locations: - terraform.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/what-is-trunk-based-development: ai_summary: A clear, educational introduction to the concepts of Trunk-Based Development under a modern software delivery lifecycle. It explains the core benefits of rapid @@ -235568,6 +249958,7 @@ https://www.freecodecamp.org/news/what-is-trunk-based-development: v2_locations: - git.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/whats-the-difference-between-authentication-and-authorisation: ai_summary: Breaks down the core theoretical definitions separating Identity Verification (Authentication) from Access Control Policies (Authorization). Clarifies foundational @@ -235597,6 +249988,7 @@ https://www.freecodecamp.org/news/whats-the-difference-between-authentication-an v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.freecodecamp.org/news/why-you-should-start-using-docker-now: content_hash: 45a0c6795c8ac63fbed666faf09d76ab0092062b8ddb0159439d63fa7ba25be1 description: '' @@ -235613,6 +250005,7 @@ https://www.freecodecamp.org/news/why-you-should-start-using-docker-now: v2_locations: - docker.md year: N/A + addition_method: manual https://www.freelancer.com: content_hash: N/A description: '' @@ -235627,6 +250020,7 @@ https://www.freelancer.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.ft.com/content/08ff1bd0-2e2b-4d20-bb9f-dfe8c5a9807b: content_hash: N/A description: '' @@ -235641,6 +250035,7 @@ https://www.ft.com/content/08ff1bd0-2e2b-4d20-bb9f-dfe8c5a9807b: v2_locations: - hr.md year: N/A + addition_method: manual https://www.fugue.co/blog/5-tips-for-using-the-rego-language-for-open-policy-agent-opa: content_hash: 8f3c719343ece8f0808a3ce6330227164c9c57c996afc10674b560fb01badc7d description: '' @@ -235652,6 +250047,7 @@ https://www.fugue.co/blog/5-tips-for-using-the-rego-language-for-open-policy-age v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://www.fugue.co/blog/securing-a-kubernetes-pod-with-regula-and-open-policy-agent: content_hash: 8f3c719343ece8f0808a3ce6330227164c9c57c996afc10674b560fb01badc7d description: '' @@ -235663,6 +250059,7 @@ https://www.fugue.co/blog/securing-a-kubernetes-pod-with-regula-and-open-policy- v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://www.fugue.co/container-kubernetes: content_hash: 6f1edaa7f2385d9b993e4e608ed7b4f2172fbd3fa95556ff194c4ffa6b534555 description: '' @@ -235674,6 +250071,7 @@ https://www.fugue.co/container-kubernetes: v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://www.fullstackpython.com: content_hash: 5135d84f011881be71c744b174b7d407a27919a3822eb547d2d19d9111925056 health_score: 100.0 @@ -235686,6 +250084,7 @@ https://www.fullstackpython.com: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.fullstackpython.com/best-python-resources.html: content_hash: 77bb4f1d32c69cec96a4539d86a6d62137c13ca935319707558cbc1535d589ec health_score: 100.0 @@ -235693,6 +250092,7 @@ https://www.fullstackpython.com/best-python-resources.html: needs_ai_refresh: true v1_locations: - docs/python.md + addition_method: manual https://www.functionize.com/blog/testers-vs-tdd: content_hash: 1df3cbed3319b2dc628aa9698a0ebe12d15c600ccce9d471e4700819a4aa0600 description: '' @@ -235709,6 +250109,7 @@ https://www.functionize.com/blog/testers-vs-tdd: v2_locations: - testops.md year: N/A + addition_method: manual https://www.fusionlayer.com/products/infinity: content_hash: 08218f0b24a128cd38f10dbdabfeb6b7eec71271b04d80a6523b1858a2b04e03 health_score: 100.0 @@ -235720,6 +250121,7 @@ https://www.fusionlayer.com/products/infinity: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.fusionlayer.com/products/ip-address-management-software-defined-ipam-infinity: content_hash: df7282877fff04b4fe2ec8da9d6e8d5cf8d5cfad55e79f161ec8b95eaf2e386b description: '' @@ -235731,6 +250133,7 @@ https://www.fusionlayer.com/products/ip-address-management-software-defined-ipam v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.fylamynt.com/post/mastering-cloud-automation-in-the-cloud-native-era: content_hash: N/A description: '' @@ -235745,6 +250148,7 @@ https://www.fylamynt.com/post/mastering-cloud-automation-in-the-cloud-native-era v2_locations: - introduction.md year: N/A + addition_method: manual https://www.gaia-x.eu: content_hash: 48c75bd1e7e6e07fd40095e80297d55c82c8a0c2fb88cd8beaaf100617bd5160 description: '' @@ -235756,6 +250160,7 @@ https://www.gaia-x.eu: v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://www.gammaux.com/blog/como-definir-un-minimum-viable-product-mvp: content_hash: 4ec22e1352545c7fbc4677a01143ef6655b36f02a50dcc1114a7ef12c433e136 description: '' @@ -235772,6 +250177,7 @@ https://www.gammaux.com/blog/como-definir-un-minimum-viable-product-mvp: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.gazafatonarioit.com/2020/09/entiende-el-mvp-producto-minimo-viable.html: content_hash: a2cf8dc4a283bce13f48f31b93c94d6af0a38a4da18a0da6f45145e352a6d7f1 health_score: 100.0 @@ -235784,6 +250190,7 @@ https://www.gazafatonarioit.com/2020/09/entiende-el-mvp-producto-minimo-viable.h - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.gcreddy.com/2016/06/domain-knowledge-for-testers.html: content_hash: N/A description: '' @@ -235799,6 +250206,7 @@ https://www.gcreddy.com/2016/06/domain-knowledge-for-testers.html: v2_locations: - testops.md year: N/A + addition_method: manual https://www.gcreddy.com/2021/05/sql-step-by-step-videos.html: content_hash: N/A description: '' @@ -235814,6 +250222,7 @@ https://www.gcreddy.com/2021/05/sql-step-by-step-videos.html: v2_locations: - databases.md year: N/A + addition_method: manual https://www.gcreddy.com/2022/02/sql-interview-questions-and-answers.html: ai_summary: Curator Insight lists core SQL syntax questions involving joins, unions, and schema definitions. Live Grounding verifies that relational database fundamentals @@ -235842,6 +250251,7 @@ https://www.gcreddy.com/2022/02/sql-interview-questions-and-answers.html: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/5-best-java-frameworks-for-microservices: content_hash: f10bd57230463a364307c39c6f880b386be4c44ecddc8fcba1fce8e287b3e8cf description: '' @@ -235853,6 +250263,7 @@ https://www.geeksforgeeks.org/5-best-java-frameworks-for-microservices: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/7-most-in-demand-and-high-paying-programming-jobs: content_hash: 10d710e0c08b541c5d214cb8689db23ef0a89ef6efa5f92ecc038053e2ccdfdc description: '' @@ -235864,6 +250275,7 @@ https://www.geeksforgeeks.org/7-most-in-demand-and-high-paying-programming-jobs: v1_locations: - docs/devel-sites.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/basics-of-soap-simple-object-access-protocol: content_hash: af2ce6f719ebe534a5379f16fb92a41f67b32ee69d212ab51caccddef830224d description: '' @@ -235875,6 +250287,7 @@ https://www.geeksforgeeks.org/basics-of-soap-simple-object-access-protocol: v1_locations: - docs/api.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/best-practices-for-sql-query-optimizations: content_hash: 4cbb898c0365b80b41b0887592cbf899aebd74c11ec530511c2ae451f27aa918 description: '' @@ -235886,6 +250299,7 @@ https://www.geeksforgeeks.org/best-practices-for-sql-query-optimizations: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/best-way-to-master-spring-boot-a-complete-roadmap: content_hash: 715b2ec23cd79c091e926ad9fb4cd1006fc1e39d06950c48f80c79082ce2a56c description: '' @@ -235897,6 +250311,7 @@ https://www.geeksforgeeks.org/best-way-to-master-spring-boot-a-complete-roadmap: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/blogs/7-most-in-demand-and-high-paying-programming-jobs: content_hash: bd17d2eed7f90ea5f2f464af78c94011e23d45454b3fbd430b7750ea473f90a1 health_score: 100.0 @@ -235909,6 +250324,7 @@ https://www.geeksforgeeks.org/blogs/7-most-in-demand-and-high-paying-programming - docs/devel-sites.md v2_locations: - devel-sites.md + addition_method: manual https://www.geeksforgeeks.org/blogs/best-java-frameworks-for-microservices: content_hash: 86f6db343c9968aaff3d1749b166bb0740e7ad472924612f77a5e91b0ceff62f health_score: 100.0 @@ -235921,6 +250337,7 @@ https://www.geeksforgeeks.org/blogs/best-java-frameworks-for-microservices: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://www.geeksforgeeks.org/blogs/microservice-architecture-introduction-challenges-best-practices: content_hash: 73c05096c2e1200b3bc7e14419e8fc340fa68c78d4eea63c1eb6aed047371eee health_score: 100.0 @@ -235932,6 +250349,7 @@ https://www.geeksforgeeks.org/blogs/microservice-architecture-introduction-chall - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.geeksforgeeks.org/blogs/top-10-advance-python-concepts-that-you-must-know: content_hash: f1f606b119cb6fef7a22ca56ea88f6313cbede014c2bfe6856f57841636d0c7b health_score: 100.0 @@ -235944,6 +250362,7 @@ https://www.geeksforgeeks.org/blogs/top-10-advance-python-concepts-that-you-must - docs/python.md v2_locations: - python.md + addition_method: manual https://www.geeksforgeeks.org/cloud-computing/kubernetes-concept-of-containers: content_hash: 772a74789ab8aa4c36a915b777165feb14a3482d7d981ea20fb374f0b4994aa8 health_score: 100.0 @@ -235956,6 +250375,7 @@ https://www.geeksforgeeks.org/cloud-computing/kubernetes-concept-of-containers: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.geeksforgeeks.org/computer-networks/basics-of-soap-simple-object-access-protocol: content_hash: b534caf073b50e47ab6bd3c0f06fcbe2ce2494865595a61afe393cfa099c2a24 health_score: 100.0 @@ -235967,6 +250387,7 @@ https://www.geeksforgeeks.org/computer-networks/basics-of-soap-simple-object-acc - docs/api.md v2_locations: - api.md + addition_method: manual https://www.geeksforgeeks.org/difference-between-rest-api-and-soap-api: content_hash: b7410487ab146e0e200a77b2aba5587c59d2c022b5e3ff7ef1cd32465f447dda description: '' @@ -235978,6 +250399,7 @@ https://www.geeksforgeeks.org/difference-between-rest-api-and-soap-api: v1_locations: - docs/api.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/essential-git-commands: content_hash: 3322184616899de4935c195e7ed1580da91fb3c9284b8ed99127f69c8555bda1 description: '' @@ -235989,6 +250411,7 @@ https://www.geeksforgeeks.org/essential-git-commands: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/git/essential-git-commands: content_hash: de91666840166c338b13722e82870ba1d6c1e02b1395c0f8fb10bd7d208b12f4 health_score: 100.0 @@ -236001,6 +250424,7 @@ https://www.geeksforgeeks.org/git/essential-git-commands: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.geeksforgeeks.org/git/how-to-write-good-commit-messages-in-github: ai_summary: Defines structural best practices for composing collaborative, readable Git commit messages. It introduces standard patterns like the imperative mood, @@ -236024,6 +250448,7 @@ https://www.geeksforgeeks.org/git/how-to-write-good-commit-messages-in-github: v2_locations: - git.md year: '2021' + addition_method: manual https://www.geeksforgeeks.org/how-to-write-good-commit-messages-in-github: content_hash: 10c533d3696d83d8e339426ae2dc2967e5c456923996dc1d356d852df261ec7c description: '' @@ -236035,6 +250460,7 @@ https://www.geeksforgeeks.org/how-to-write-good-commit-messages-in-github: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/javascript/rest-api-architectural-constraints: content_hash: fc85a97746b55ee3ce10951ad8dc1e8ded29dc4fc4297dc8324cb528afefab45 health_score: 100.0 @@ -236046,6 +250472,7 @@ https://www.geeksforgeeks.org/javascript/rest-api-architectural-constraints: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.geeksforgeeks.org/kubernetes-concept-of-containers: content_hash: c4e85025f5d006dcec222d9451cf4c2c3b0a169228a60d7bcbd7ede7d2fcf70f description: '' @@ -236057,6 +250484,7 @@ https://www.geeksforgeeks.org/kubernetes-concept-of-containers: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/microservice-architecture-introduction-challeneges-best-practices: content_hash: 77da2283643744ef519df0659f8efbd05495b7dd31d04026d40a9aa3b2f28894 description: '' @@ -236069,6 +250497,7 @@ https://www.geeksforgeeks.org/microservice-architecture-introduction-challeneges v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/node-js/rest-api-introduction: content_hash: 10ab4e7a13e20e94dfbe5e6938eda81aa0add331deac69484803d74b7caff281 health_score: 100.0 @@ -236080,6 +250509,7 @@ https://www.geeksforgeeks.org/node-js/rest-api-introduction: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.geeksforgeeks.org/rest-api-architectural-constraints: content_hash: 693f22cbf2af95f51337762b57e6aa132296a556619ac1a209f1ff8750d65153 description: '' @@ -236091,6 +250521,7 @@ https://www.geeksforgeeks.org/rest-api-architectural-constraints: v1_locations: - docs/api.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/rest-api-introduction: content_hash: 6805bc707d4b8e075a012e3114318398db69b1d8210131b048395e544036adc2 description: '' @@ -236102,6 +250533,7 @@ https://www.geeksforgeeks.org/rest-api-introduction: v1_locations: - docs/api.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/springboot/best-way-to-master-spring-boot-a-complete-roadmap: content_hash: 5a8b0bb5f6ab504dccb663b52f6da7dc3a69d2f35a030618cf4da7f2eef07938 health_score: 100.0 @@ -236113,6 +250545,7 @@ https://www.geeksforgeeks.org/springboot/best-way-to-master-spring-boot-a-comple - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://www.geeksforgeeks.org/sql/best-practices-for-sql-query-optimizations: content_hash: 7f647494a5c9019dcbe05bc0934d10a9c08970aba28d5722728cd61134037100 health_score: 100.0 @@ -236124,6 +250557,7 @@ https://www.geeksforgeeks.org/sql/best-practices-for-sql-query-optimizations: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.geeksforgeeks.org/top-10-advance-python-concepts-that-you-must-know: content_hash: 2b14c90c45b47a1822db14c7b1ad0d4d47042df543cf22831c5a1561a0b2e2d6 description: '' @@ -236135,6 +250569,7 @@ https://www.geeksforgeeks.org/top-10-advance-python-concepts-that-you-must-know: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.geeksforgeeks.org/websites-apps/difference-between-rest-api-and-soap-api: content_hash: 4ed9fa7f9999412b75bf685f4e83cca00d10a977680a1345c05397a2ac01ba21 health_score: 100.0 @@ -236146,6 +250581,7 @@ https://www.geeksforgeeks.org/websites-apps/difference-between-rest-api-and-soap - docs/api.md v2_locations: - api.md + addition_method: manual ? https://www.genbeta.com/a-fondo/cinco-repositorios-github-buenos-que-imprescindibles-estas-aprendiendo-te-dedicas-a-programar : content_hash: c1e1a1f92a3c75f346fba473aef314117ae3f69227d27611cc7ae3d97775366c description: '' @@ -236158,6 +250594,7 @@ https://www.geeksforgeeks.org/websites-apps/difference-between-rest-api-and-soap v1_locations: - docs/introduction.md year: N/A + addition_method: manual ? https://www.genbeta.com/a-fondo/dar-flexibilidad-obligar-a-desconexion-teletrabajo-claves-para-mejorar-productividad-tu-equipo-trabajo : content_hash: 3ef69c56006705d0c517097446bec8213c85607712f2b3ac7eef5f6679dfba03 description: '' @@ -236175,6 +250612,7 @@ https://www.geeksforgeeks.org/websites-apps/difference-between-rest-api-and-soap v2_locations: - remote-tech-jobs.md year: N/A + addition_method: manual https://www.genbeta.com/a-fondo/era-inteligencia-artificial-microsoft-nuevo-google: ai_summary: Analiza la evolución de Microsoft como líder de la revolución de IA generativa a través de su alianza con OpenAI, contrastándolo con la postura reactiva @@ -236203,6 +250641,7 @@ https://www.genbeta.com/a-fondo/era-inteligencia-artificial-microsoft-nuevo-goog v2_locations: - chatgpt.md year: N/A + addition_method: manual ? https://www.genbeta.com/a-fondo/este-ex-ceo-explica-que-hay-demasiados-empleados-empresas-contratas-a-alguien-primero-que-quiere-contratar : content_hash: 584582da99a15705dbe522ecc0dceaab999b14f94d281ad2cd2b685d178436f8 description: '' @@ -236215,6 +250654,7 @@ https://www.genbeta.com/a-fondo/era-inteligencia-artificial-microsoft-nuevo-goog v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-nivel-experto: content_hash: 876c7672c95078ca9a79e5ec73b830eec4b6bdbfa2740a37b68dc78bf3d989cc description: '' @@ -236227,6 +250667,7 @@ https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-n v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-nivel-experto-1: content_hash: 7e33a280a6e835c9c9858f4d8f9cdf778c4df24bbbae6c6ae4279971780e7c5d health_score: 100.0 @@ -236238,6 +250679,7 @@ https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-n - docs/python.md v2_locations: - python.md + addition_method: manual ? https://www.genbeta.com/actualidad/ex-ceo-origen-tener-gente-que-hace-falta-empresas-contratas-a-alguien-primero-que-hace-contratar-1 : content_hash: d145613fb4779ba01d395a45991af2c64dc3923585eb4bfeaed837b5ae056a37 health_score: 100.0 @@ -236249,6 +250691,7 @@ https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-n - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual ? https://www.genbeta.com/actualidad/internet-esta-llamas-cloudflare-ha-detectado-24-600-ataques-minuto-que-explotaban-vulnerabilidad-log4shell : ai_summary: A Spanish news report capturing the scale of the Log4Shell exploit window based on telemetry from Cloudflare. Examines peak attack volume and the immediate @@ -236277,6 +250720,7 @@ https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-n v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.genbeta.com/actualidad/python-se-convierte-lista-tiobe-lenguaje-popular-red-superando-incluso-a-c: content_hash: a7f24bd817ff41945dc812fb9793e075050ebfa34b38d506501ea76d8401f43e description: '' @@ -236294,6 +250738,7 @@ https://www.genbeta.com/actualidad/python-se-convierte-lista-tiobe-lenguaje-popu v2_locations: - python.md year: N/A + addition_method: manual ? https://www.genbeta.com/actualidad/red-hat-enterprise-linux-lanza-version-a-costo-para-llegar-a-publico-sectores-investigacion-academico : ai_summary: 'Cobertura en español de la estrategia de Red Hat para ofrecer suscripciones RHEL de bajo costo dirigidas a sectores académicos y de investigación científica, @@ -236325,6 +250770,7 @@ https://www.genbeta.com/actualidad/python-se-convierte-lista-tiobe-lenguaje-popu v2_locations: - linux.md year: N/A + addition_method: manual https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se-sabe-que-pasa-se-eliminan-usamos-chats: content_hash: e1d0edd7e8904bdddde9df90b0563b6f726b8320ac5c5a4336ca973377d9b660 description: '' @@ -236342,6 +250788,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual ? https://www.genbeta.com/actualidad/twitter-quiere-contratar-a-ingenieros-microsoft-asi-prueba-que-les-hacen-pasar-antes-nada-incluso-a-senior : ai_summary: Analyzes the high-intensity recruitment and vetting pipelines utilized during hyper-growth phases in massive tech platforms. Evaluates the practical @@ -236371,6 +250818,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://www.genbeta.com/desarrollo/32-000-desarrolladores-responden-plataformas-lenguajes-programacion-javascript-aws-github-windows-usados : content_hash: 86abd880543fbb093eba910c9d3ba5a8c4fd27761b177b24c8657f861dc76ecd description: '' @@ -236388,6 +250836,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- v2_locations: - developerportals.md year: N/A + addition_method: manual ? https://www.genbeta.com/desarrollo/amazon-lanza-codewhisperer-su-propia-alternativa-a-github-copilot-que-no-insertara-codigo-licenciado-avisar : content_hash: 139ba0e517c45df27d03e1a87be5157a770fb709320b52116f5c711760d3baac description: '' @@ -236405,6 +250854,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual ? https://www.genbeta.com/desarrollo/ciberseguridad-llamas-presion-actual-grande-que-mitad-expertos-sufren-ansiedad-quieren-renunciar : ai_summary: Details the critical mental health and burnout crisis unfolding in cybersecurity operations. Analyzes how continuous threat landscapes, understaffing, and relentless @@ -236434,6 +250884,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://www.genbeta.com/desarrollo/cinco-repositorios-github-buenos-que-imprescindibles-estas-aprendiendo-te-dedicas-a-programar-1 : content_hash: 13da3018c57eb87ee4c3cd90b38e4c86ffb68732c992950b326457ccfe10dc8f health_score: 100.0 @@ -236445,6 +250896,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- - docs/introduction.md v2_locations: - introduction.md + addition_method: manual ? https://www.genbeta.com/desarrollo/hace-20-anos-este-correo-jeff-bezos-amazon-cambio-para-siempre-forma-que-programamos-apps : content_hash: 12c2d90b01a5fea9c72da42a8eca4141f77661e27719b14febda1ffee255474f description: '' @@ -236457,6 +250909,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- v1_locations: - docs/api.md year: N/A + addition_method: manual ? https://www.genbeta.com/desarrollo/hace-22-anos-este-correo-jeff-bezos-amazon-cambio-para-siempre-forma-que-programamos-apps : content_hash: af81ea2d98077314c58d01d821cf5b401060c4b28e6df3a680b4efb772e71f98 health_score: 100.0 @@ -236468,6 +250921,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- - docs/api.md v2_locations: - api.md + addition_method: manual ? https://www.genbeta.com/desarrollo/hay-organizaciones-pro-software-libre-abandonando-github-su-uso-comercial-proyectos-open-source-copilot : content_hash: 3640115a44dbd0814705b41799a795e0ff11de3f4b6eb0e0a6ce99804ecd4595 description: '' @@ -236485,6 +250939,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- v2_locations: - git.md year: N/A + addition_method: manual ? https://www.genbeta.com/desarrollo/mitad-programadores-tienen-titulos-universitarios-cada-vez-desarrolladores-aprenden-su-cuenta : ai_summary: Synthesizes industry survey data indicating that less than half of professional software developers hold traditional university degrees in computer science. Highlights @@ -236514,6 +250969,7 @@ https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se- v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.genbeta.com/desarrollo/plastic-scm-mergebot-automatizando-tu-pipeline-desarrollo: content_hash: 40f7d2efd6b6b1664c69e8d293d3540731ad220ba132eca8c9482433f66d755f description: '' @@ -236530,6 +250986,7 @@ https://www.genbeta.com/desarrollo/plastic-scm-mergebot-automatizando-tu-pipelin v2_locations: - git.md year: N/A + addition_method: manual https://www.genbeta.com/desarrollo/software-coches-mercedes-contiene-codigo-abierto-vez-distribuirlo-github-usan-cd: content_hash: c5cb7a0ffa6882a6c6186e0cd34ed0d0197579c0202f58f2b0386170ce73532f description: '' @@ -236547,6 +251004,7 @@ https://www.genbeta.com/desarrollo/software-coches-mercedes-contiene-codigo-abie v2_locations: - customer.md year: N/A + addition_method: manual ? https://www.genbeta.com/desarrollo/visual-studio-code-cuenta-version-web-que-te-permite-mantener-tus-proyectos-tu-disco-duro : content_hash: 46b57f34b19da8453aa3411d82ec47cd3145ce5d9f30524b7c3e9cc03b7a85cc description: '' @@ -236559,6 +251017,7 @@ https://www.genbeta.com/desarrollo/software-coches-mercedes-contiene-codigo-abie v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual ? https://www.genbeta.com/herramientas/busybox-ejecutable-que-agrupa-casi-200-utilidades-gnu-linea-comandos-que-puedes-usar-tambien-windows-android : ai_summary: An introductory article explaining how BusyBox consolidates nearly 200 traditional Unix tools into a single, multi-platform executable. Provides practical @@ -236588,6 +251047,7 @@ https://www.genbeta.com/desarrollo/software-coches-mercedes-contiene-codigo-abie v2_locations: - linux.md year: N/A + addition_method: manual ? https://www.genbeta.com/web/siete-webs-explicadas-a-fondo-donde-encontrar-trabajo-freelance-autonomo-te-niegas-a-volver-a-oficina : ai_summary: Una guía exhaustiva que analiza detalladamente siete plataformas digitales dedicadas a conectar profesionales técnicos independientes con ofertas de trabajo @@ -236617,6 +251077,7 @@ https://www.genbeta.com/desarrollo/software-coches-mercedes-contiene-codigo-abie v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.gentlydownthe.stream: ai_summary: 'Curator Insight: A highly acclaimed visual, interactive introduction to Apache Kafka and stream processing. Live Grounding: Leverages hand-drawn diagrams @@ -236646,6 +251107,7 @@ https://www.gentlydownthe.stream: v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://www.gestoresderiesgo.com/colaboradores/prohibicion-de-utilizar-programas-informaticos-que-permitan-llevar-una-doble-contabilidad-empresarial : content_hash: N/A health_score: 100.0 @@ -236657,6 +251119,7 @@ https://www.gentlydownthe.stream: - docs/freelancing.md v2_locations: - freelancing.md + addition_method: manual https://www.getambassador.io/blog/kubernetes-labels-vs-annotations: content_hash: 58ebedccfbb19f2d3b13281440b513e61047c409d5f0e90eb4a68dbdc3264431 description: '' @@ -236668,6 +251131,7 @@ https://www.getambassador.io/blog/kubernetes-labels-vs-annotations: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.getambassador.io/resources/getting-started-with-kubernetes-for-javascript-developers: content_hash: 58ebedccfbb19f2d3b13281440b513e61047c409d5f0e90eb4a68dbdc3264431 description: '' @@ -236679,6 +251143,7 @@ https://www.getambassador.io/resources/getting-started-with-kubernetes-for-javas v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.getcortexapp.com/post/a-guide-to-the-best-sre-tools: content_hash: 1cb93a654ced3892a1363b887c70157db011daac7bd50dd142971b5e7eed797d description: '' @@ -236690,6 +251155,7 @@ https://www.getcortexapp.com/post/a-guide-to-the-best-sre-tools: v1_locations: - docs/sre.md year: N/A + addition_method: manual https://www.getcortexapp.com/post/why-you-need-a-microservices-catalog-tool: content_hash: bc2338baeb9fdb728c64791e77e0550790c53cc0b53db5c6a2d894775989dcc1 description: '' @@ -236701,6 +251167,7 @@ https://www.getcortexapp.com/post/why-you-need-a-microservices-catalog-tool: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.getenvoy.io: content_hash: caa5f3508196b5e47a624693b80620a226bd14d0537764a9a42164fd89fe7ec8 description: '' @@ -236712,6 +251179,7 @@ https://www.getenvoy.io: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.getmatter.com: content_hash: 29448cce01d25e51c287d62ed73b7eed85e1a3c3833bb6e83d3e6ddcbbb0c96a health_score: 100.0 @@ -236723,6 +251191,7 @@ https://www.getmatter.com: - docs/workfromhome.md v2_locations: - workfromhome.md + addition_method: manual https://www.getport.io: content_hash: 747e86f8f03f548b73f9a871e2c07580b33d7103fb02486474cc4d09060a26e2 description: '' @@ -236734,6 +251203,7 @@ https://www.getport.io: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.getpostman.com: content_hash: 491939ab5da74afe6783597ef9061c23b4b649fe5844c2af8648c2c0356f3383 description: '' @@ -236745,6 +251215,7 @@ https://www.getpostman.com: v1_locations: - docs/postman.md year: N/A + addition_method: manual https://www.getxray.app/blog/7-benefits-of-using-a-test-management-app-vs.-excel: content_hash: f0504d3b1d83109c507be652fb7e91edcb1129c74dc7c22ecc70b1b2cba2f9fe description: '' @@ -236761,6 +251232,7 @@ https://www.getxray.app/blog/7-benefits-of-using-a-test-management-app-vs.-excel v2_locations: - qa.md year: N/A + addition_method: manual https://www.getxray.app/blog/get-started-with-devops-principles-best-practices-and-tips: content_hash: e2cd5d7b20556aa7e95a1d5086b10a2da8dd8d38f9c2d8eb3d700c881c910b64 description: '' @@ -236777,6 +251249,7 @@ https://www.getxray.app/blog/get-started-with-devops-principles-best-practices-a v2_locations: - devops.md year: N/A + addition_method: manual https://www.getxray.app/blog/the-top-5-software-testing-trends-of-2022: content_hash: 38c6513fffae108ef55d84f1e8005878fa60a8835c6011b3558c089feb5e7d60 description: '' @@ -236793,6 +251266,7 @@ https://www.getxray.app/blog/the-top-5-software-testing-trends-of-2022: v2_locations: - qa.md year: N/A + addition_method: manual https://www.giantflyingsaucer.com/blog/?p=5730: content_hash: N/A health_score: 100.0 @@ -236803,6 +251277,7 @@ https://www.giantflyingsaucer.com/blog/?p=5730: - docs/aws-serverless.md v2_locations: - aws-serverless.md + addition_method: manual https://www.giantswarm.io: ai_summary: Portal for Giant Swarm's fully managed enterprise Kubernetes management service. Emphasizes modern platform engineering workflows, governance tooling, @@ -236832,6 +251307,7 @@ https://www.giantswarm.io: - managed-kubernetes-in-public-cloud.md - matrix-table.md year: N/A + addition_method: manual https://www.giantswarm.io/blog/turtles-all-the-way-down-are-still-just-turtles-giant-swarm: ai_summary: Explores Cluster API (CAPI) mechanics and nested control plane virtualization. Reviews how to conceptualize management vs. workload cluster nodes under Cluster-as-a-Resource @@ -236859,6 +251335,7 @@ https://www.giantswarm.io/blog/turtles-all-the-way-down-are-still-just-turtles-g v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.giffgaff.io/tech/resizing-statefulset-persistent-volumes-with-zero-downtime: content_hash: N/A description: '' @@ -236874,6 +251351,7 @@ https://www.giffgaff.io/tech/resizing-statefulset-persistent-volumes-with-zero-d v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.giffgaff.io/tech/using-istio-with-nginx-ingress: content_hash: N/A description: '' @@ -236888,6 +251366,7 @@ https://www.giffgaff.io/tech/using-istio-with-nginx-ingress: v2_locations: - istio.md year: N/A + addition_method: manual https://www.git-tower.com/blog/git-cheat-sheet: content_hash: b04f85589748ef44cc042cfd747b1d5359c39458c03d460c239dda7d19416537 description: '' @@ -236904,6 +251383,7 @@ https://www.git-tower.com/blog/git-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.gitbook.com: ai_summary: 'A collaborative, cloud-hosted documentation platform that simplifies knowledge sharing for technical and non-technical teams alike. Integrates natively @@ -236934,6 +251414,7 @@ https://www.gitbook.com: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://www.githubstatus.com: ai_summary: The official live health status dashboard for GitHub services, offering real-time tracking of API, Git operations, Actions, Packages, and Pages. This @@ -236964,6 +251445,7 @@ https://www.githubstatus.com: v2_locations: - git.md year: N/A + addition_method: manual https://www.githubstatus.com/uptime: ai_summary: The dedicated uptime tracker of the GitHub platform, exposing SLA historical logs and service reliability metrics over rolling cycles. This endpoint is highly @@ -236993,6 +251475,7 @@ https://www.githubstatus.com/uptime: v2_locations: - git.md year: N/A + addition_method: manual https://www.gitkraken.com: content_hash: 2da5be40d3f95bc16f516a3ba19867e819181737183948acd841be13030d6d1a description: '' @@ -237009,6 +251492,7 @@ https://www.gitkraken.com: v2_locations: - git.md year: N/A + addition_method: manual https://www.gitkraken.com/learn/git/branch: ai_summary: Interactive and visual learning guide detailing foundational Git branching architectures. Highlights how graphical user interfaces interact with terminal @@ -237037,6 +251521,7 @@ https://www.gitkraken.com/learn/git/branch: v2_locations: - git.md year: N/A + addition_method: manual https://www.gitkraken.com/learn/git/problems/rename-git-branch: ai_summary: A practical troubleshooting guide for safe local and remote branch renaming. It walks through configuration updates and upstream tracking adjustments to prevent @@ -237065,6 +251550,7 @@ https://www.gitkraken.com/learn/git/problems/rename-git-branch: v2_locations: - git.md year: N/A + addition_method: manual https://www.gitkraken.com/learn/git/tutorials: ai_summary: A highly structured, professional video and article archive managed by the GitKraken engineering team. It targets critical code management themes, @@ -237093,6 +251579,7 @@ https://www.gitkraken.com/learn/git/tutorials: v2_locations: - git.md year: N/A + addition_method: manual https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet: content_hash: 77f43603186e943017297a0d9cdb295270e3686a6f6490cc9ac7fd45c13be07d health_score: 100.0 @@ -237107,6 +251594,7 @@ https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet: v2_locations: - cheatsheets.md - git.md + addition_method: manual https://www.gitkraken.com/reports/devops-report-2020: ai_summary: A highly informative developer sentiment report published by GitKraken, examining tool preference patterns across version control, CI pipeline layers, @@ -237128,6 +251616,7 @@ https://www.gitkraken.com/reports/devops-report-2020: v2_locations: - devops-tools.md year: '2020' + addition_method: manual https://www.gitkraken.com/resources/devops-report-2020: content_hash: 9e066361e24ddd1b7f09276276108c2c371d9102598cc369767ff996604002b7 description: '' @@ -237139,6 +251628,7 @@ https://www.gitkraken.com/resources/devops-report-2020: v1_locations: - docs/devops-tools.md year: N/A + addition_method: manual https://www.gitkraken.com/resources/gitkraken-cheat-sheet: content_hash: 5f95452ee52b7aecb26ac0ba29a751ee05de2c077c5f18b5a28e6cb4250df35b description: '' @@ -237151,6 +251641,7 @@ https://www.gitkraken.com/resources/gitkraken-cheat-sheet: - docs/cheatsheets.md - docs/git.md year: N/A + addition_method: manual https://www.gitops.tech: content_hash: c31f5e7ec5b43e53d4d6f8635165a36b6b4e541e08a642cca557406d7b369daf description: '' @@ -237167,6 +251658,7 @@ https://www.gitops.tech: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.gitpod.io: content_hash: 8ddd7fba1b3a2f333b7c04f86c8cfbd9096daaa3f855fcb62f483f94d573c023 description: '' @@ -237178,6 +251670,7 @@ https://www.gitpod.io: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://www.gitpod.io/blog/openvscode-server-launch: content_hash: 2affb6ae02e6cd83f62144947198e5ae5835049ef0591f85c43e8066900331d3 description: '' @@ -237189,6 +251682,7 @@ https://www.gitpod.io/blog/openvscode-server-launch: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://www.gluster.org: content_hash: 15f934e6ba79ec5af3568b496071e6b37eb15cd1cf1a2f4e8b59f9c92fd2eece health_score: 100.0 @@ -237197,6 +251691,7 @@ https://www.gluster.org: v1_locations: - docs/kubernetes-storage.md - docs/ocp4.md + addition_method: manual https://www.gnu.org/software/parallel: ai_summary: GNU Parallel is a powerful shell tool for executing command-line jobs concurrently across local CPU cores or remote nodes. Essential for accelerating @@ -237223,6 +251718,7 @@ https://www.gnu.org/software/parallel: v2_locations: - linux.md year: N/A + addition_method: manual https://www.gocd.org: content_hash: 64c01bd6bb652f5fadf079c3f83dfef3972900c6ebcea60ae8265b76ae1309bb description: '' @@ -237239,6 +251735,7 @@ https://www.gocd.org: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.goglides.dev/bkpandey/headless-services-in-kubernetes-what-why-and-how-39fl: content_hash: N/A description: '' @@ -237254,6 +251751,7 @@ https://www.goglides.dev/bkpandey/headless-services-in-kubernetes-what-why-and-h v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.google.com/share.google?q=rRH2WBGGgW1LON3N1: content_hash: 2be1dd40345dbfc023621da44e150f570d5cdda17cfa90745744f0a8a6a1352e description: '' @@ -237265,6 +251763,7 @@ https://www.google.com/share.google?q=rRH2WBGGgW1LON3N1: - docs/chatgpt.md - docs/python.md year: N/A + addition_method: manual https://www.granted.dev: content_hash: N/A description: '' @@ -237279,6 +251778,7 @@ https://www.granted.dev: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.greycampus.com: last_checked: 1779388816.902386 status: online @@ -237286,6 +251786,7 @@ https://www.greycampus.com: - '[COMMUNITY-TOOL]' v2_locations: - project-management-methodology.md + addition_method: manual https://www.greycampus.com/blog/agile-and-scrum/agile-vs-scrum-vs-waterfall-vs-kanban: content_hash: 4ab90b60d86cfeeb89cb3cc05d2bb2d585088b680a7397b90ff53f12340e349d description: '' @@ -237297,12 +251798,14 @@ https://www.greycampus.com/blog/agile-and-scrum/agile-vs-scrum-vs-waterfall-vs-k v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.greycampus.com/blog/agile-management/agile-vs-scrum-vs-waterfall-vs-kanban: content_hash: 1fa4601e3677846c2299d951dfd9ed477b2d670bf79ad6dfeba75e437a8825cb health_score: 64.0 last_checked: 1779130495.015914 v1_locations: - docs/project-management-methodology.md + addition_method: manual https://www.groundcover.com/blog/ci-cd-kubernetes: ai_summary: 'Curator Insight: Evaluates the modern, Kubernetes-native shift in build pipelines (Tekton, Argo, Jenkins X). Live Grounding: Outlines how cloud-native @@ -237332,6 +251835,7 @@ https://www.groundcover.com/blog/ci-cd-kubernetes: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.groundcover.com/blog/k8s-container-events: content_hash: 54acb02613e5a39a95dc2c1f8eeec7fb0136e7adbd9e3cc238963816a74646ce description: '' @@ -237349,6 +251853,7 @@ https://www.groundcover.com/blog/k8s-container-events: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.gruntwork.io: content_hash: 9c108ff292f30be0708655592acff5c909af3aa33e5e78c5b4d0c5c9c4df52c1 health_score: 100.0 @@ -237360,6 +251865,7 @@ https://www.gruntwork.io: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.gruntwork.io/blog/a-comprehensive-guide-to-managing-secrets-in-your-terraform-code: content_hash: c38df12c6a446d7f7e4e1ffff53b49e05df4b162e6ad973189fcf22cdde8c00f health_score: 100.0 @@ -237371,6 +251877,7 @@ https://www.gruntwork.io/blog/a-comprehensive-guide-to-managing-secrets-in-your- - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.gruntwork.io/blog/how-to-manage-multiple-environments-with-terraform: content_hash: d510be1e4ab335cf2d7acf046e5dac8cf6fa881bbcdd9602d3928a47deab4f84 health_score: 100.0 @@ -237382,6 +251889,7 @@ https://www.gruntwork.io/blog/how-to-manage-multiple-environments-with-terraform - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.gruntwork.io/blog/how-to-use-terraform-as-a-team: content_hash: 4c022b595f9d3b0efa69987ae7d795d274bdf8d3d908459fd7c700d428a4e68d health_score: 100.0 @@ -237393,6 +251901,7 @@ https://www.gruntwork.io/blog/how-to-use-terraform-as-a-team: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.gruntwork.io/blog/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos: ai_summary: Gruntwork introduces git-xargs, a powerful open-source command-line tool designed to perform bulk edits across multiple GitHub repositories concurrently @@ -237418,6 +251927,7 @@ https://www.gruntwork.io/blog/introducing-git-xargs-an-open-source-tool-to-updat v2_locations: - git.md year: '2021' + addition_method: manual https://www.gruntwork.io/blog/introducing-the-gruntwork-module-service-and-architecture-catalogs: content_hash: 29d86d5287777d1aa5d368e71093e1485b9fb79da78b9bd9c6b884d2f12fc98e health_score: 100.0 @@ -237429,6 +251939,7 @@ https://www.gruntwork.io/blog/introducing-the-gruntwork-module-service-and-archi - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.gruntwork.io/blog/terraform-tips-tricks-loops-if-statements-and-gotchas: content_hash: 174c0c4d1aa120a7e68603c313192c2f37b96ffd10502724b576d95a63c495fc health_score: 100.0 @@ -237440,6 +251951,7 @@ https://www.gruntwork.io/blog/terraform-tips-tricks-loops-if-statements-and-gotc - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.gruntwork.io/blog/why-we-use-terraform-and-not-chef-puppet-ansible-saltstack-or-cloudformation: content_hash: 7ecb4dbdc49149054e0286b020d92bcac42234f308469697daf1114aca878157 health_score: 100.0 @@ -237451,6 +251963,7 @@ https://www.gruntwork.io/blog/why-we-use-terraform-and-not-chef-puppet-ansible-s - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.gslab.com/blogs/performance-testing-with-Apache-JMeter: content_hash: 8d89188feba200ef4ced1e9fdf373c76e99ab1f9b2382bbaa4aba885d0979f89 description: '' @@ -237466,6 +251979,7 @@ https://www.gslab.com/blogs/performance-testing-with-Apache-JMeter: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.guru.com: ai_summary: Long-standing general freelance marketplace connecting businesses with global developers, writers, and administrative specialists. @@ -237492,6 +252006,7 @@ https://www.guru.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.guru99.com: content_hash: N/A description: '' @@ -237506,6 +252021,7 @@ https://www.guru99.com: v2_locations: - elearning.md year: N/A + addition_method: manual https://www.guru99.com/agile-vs-scrum.html: content_hash: N/A description: '' @@ -237520,6 +252036,7 @@ https://www.guru99.com/agile-vs-scrum.html: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.guru99.com/ai-tutorial.html: content_hash: N/A description: '' @@ -237535,6 +252052,7 @@ https://www.guru99.com/ai-tutorial.html: v2_locations: - ai.md year: N/A + addition_method: manual https://www.guru99.com/ansible-interview-questions.html: content_hash: N/A description: '' @@ -237549,6 +252067,7 @@ https://www.guru99.com/ansible-interview-questions.html: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.guru99.com/ci-cd-pipeline.html: content_hash: N/A description: '' @@ -237563,6 +252082,7 @@ https://www.guru99.com/ci-cd-pipeline.html: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.guru99.com/continuous-testing.html: content_hash: N/A description: '' @@ -237578,6 +252098,7 @@ https://www.guru99.com/continuous-testing.html: v2_locations: - testops.md year: N/A + addition_method: manual https://www.guru99.com/devops-lifecycle.html: content_hash: N/A description: '' @@ -237592,6 +252113,7 @@ https://www.guru99.com/devops-lifecycle.html: v2_locations: - devops.md year: N/A + addition_method: manual https://www.guru99.com/devops-tools.html: content_hash: N/A description: '' @@ -237606,6 +252128,7 @@ https://www.guru99.com/devops-tools.html: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://www.guru99.com/jenkins-jmeter-blazemeter.html: content_hash: N/A description: '' @@ -237620,6 +252143,7 @@ https://www.guru99.com/jenkins-jmeter-blazemeter.html: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.guru99.com/mutable-and-immutable-in-python.html: content_hash: N/A description: '' @@ -237634,6 +252158,7 @@ https://www.guru99.com/mutable-and-immutable-in-python.html: v2_locations: - python.md year: N/A + addition_method: manual https://www.guru99.com/soap-simple-object-access-protocol.html: content_hash: N/A description: '' @@ -237649,6 +252174,7 @@ https://www.guru99.com/soap-simple-object-access-protocol.html: v2_locations: - api.md year: N/A + addition_method: manual https://www.guru99.com/test-driven-development.html: content_hash: N/A description: '' @@ -237663,6 +252189,7 @@ https://www.guru99.com/test-driven-development.html: v2_locations: - testops.md year: N/A + addition_method: manual https://www.hablemosdenube.com: content_hash: N/A description: '' @@ -237677,6 +252204,7 @@ https://www.hablemosdenube.com: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.hackerxone.com/2021/07/10/how-install-kubernetes-dashboard-nodeport-linux: ai_summary: Walkthrough covering deployment strategies for exposing administrative dashboards using NodePort, with a focus on quick debugging setups on Linux systems. @@ -237703,6 +252231,7 @@ https://www.hackerxone.com/2021/07/10/how-install-kubernetes-dashboard-nodeport- v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://www.hackerxone.com/2021/07/10/how-manage-single-multiple-kubernetes-clusters-using-kubectl-kubectx-linux: content_hash: 9091aa6705239eac8ba51a40b52c41b34cd9effe6238ed171c873f5dd0f00034 description: '' @@ -237720,6 +252249,7 @@ https://www.hackerxone.com/2021/07/10/how-manage-single-multiple-kubernetes-clus v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://www.hackerxone.com/2021/08/20/13-steps-guide-to-create-kubernetes-cluster-on-amazon-web-serviceaws: ai_summary: A beginner-oriented 13-step guide detailing raw cluster creation steps on AWS. Highly manual instructions compared to standard GitOps-driven IaC flows @@ -237748,6 +252278,7 @@ https://www.hackerxone.com/2021/08/20/13-steps-guide-to-create-kubernetes-cluste v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.hackerxone.com/2021/08/25/steps-to-create-amazon-eks-node-group-on-amazon-web-service-aws: ai_summary: Step-by-step tutorial addressing the deployment of EKS managed node groups via the AWS Console. Describes configuring instance types, scaling limits, @@ -237777,6 +252308,7 @@ https://www.hackerxone.com/2021/08/25/steps-to-create-amazon-eks-node-group-on-a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.hackingarticles.in/powershell-for-pentester-windows-reverse-shell: content_hash: 85a7a699e167495b037c7a12d85a97e4c87ae88cb2c850ef850b4c5cd799a189 description: '' @@ -237793,6 +252325,7 @@ https://www.hackingarticles.in/powershell-for-pentester-windows-reverse-shell: v2_locations: - azure.md year: N/A + addition_method: manual https://www.haproxy.com/blog/announcing-haproxy-kubernetes-ingress-controller-1-5: content_hash: 0e3792cb44141d9fd6257934ece9aa66187959b0c670aab3a039f89840a17d95 description: '' @@ -237809,6 +252342,7 @@ https://www.haproxy.com/blog/announcing-haproxy-kubernetes-ingress-controller-1- v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.haproxy.com/blog/the-haproxy-enterprise-waf: content_hash: fb25478150089794fe2d6f5bb4a7dc3cc18f97a7c13463548613d132d21fea7d description: '' @@ -237825,6 +252359,7 @@ https://www.haproxy.com/blog/the-haproxy-enterprise-waf: v2_locations: - caching.md year: N/A + addition_method: manual https://www.haproxy.org: ai_summary: The official site for HAProxy, the high-performance TCP/HTTP load balancer. Renowned for its extreme efficiency and microsecond-level latency control, HAProxy @@ -237853,6 +252388,7 @@ https://www.haproxy.org: - caching.md - web-servers.md year: '2026' + addition_method: manual https://www.harness.io: content_hash: e4cac72d6619a00178bf523eb04a2b705eee000a243d574c2c3963ea0224d70b health_score: 100.0 @@ -237864,6 +252400,7 @@ https://www.harness.io: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.harness.io/blog: ai_summary: A masterclass resource explaining the evolutionary shift from standard continuous delivery to progressive delivery. Explains integration of automated @@ -237889,6 +252426,7 @@ https://www.harness.io/blog: - terraform.md - helm.md year: '2024' + addition_method: manual https://www.harness.io/blog/automated-devsecops: ai_summary: 'A technical implementation tutorial showing how to chain StackHawk DAST security scans within a Harness automated release pipeline. Contrast: Curator @@ -237913,18 +252451,21 @@ https://www.harness.io/blog/automated-devsecops: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.harness.io/blog/autostopping-rules-kubernetes: content_hash: 8766e0aaa30ac17bea725e865c84cb99dae629ef5a930ab7911df14978712b2e health_score: 100.0 last_checked: 1779130494.969962 v1_locations: - docs/jenkins-alternatives.md + addition_method: manual https://www.harness.io/blog/cd-jenkins-pipelines-harness: content_hash: 3012787c3e665c4a3ef54a736fba095fd24e97fc0cc7cbb15e64ad980bd2d70e health_score: 100.0 last_checked: 1779130495.017388 v1_locations: - docs/jenkins-alternatives.md + addition_method: manual https://www.harness.io/blog/ci-cd-pipeline: ai_summary: 'Curator Insight: Comprehensive guide exploring pipeline components, from source stage to verification loops. Live Grounding: Examines modern orchestration @@ -237948,6 +252489,7 @@ https://www.harness.io/blog/ci-cd-pipeline: v2_locations: - cicd.md year: '2023' + addition_method: manual https://www.harness.io/blog/continuous-delivery/spinnaker-alternatives: content_hash: 59adbb77be5f275ab20e77e1f21dac6405745be1f65f320608403c7a85e118f0 health_score: 64.0 @@ -237958,6 +252500,7 @@ https://www.harness.io/blog/continuous-delivery/spinnaker-alternatives: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.harness.io/blog/continuous-integration-performance-metrics: health_score: 100.0 last_checked: 1779130494.982857 @@ -237968,6 +252511,7 @@ https://www.harness.io/blog/continuous-integration-performance-metrics: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.harness.io/blog/deployment-pipeline-patterns: ai_summary: A curated collection of proven architectural patterns for structuring CI/CD pipelines at scale. Analyzes standard strategies for separating build and @@ -237990,6 +252534,7 @@ https://www.harness.io/blog/deployment-pipeline-patterns: v2_locations: - cicd.md year: '2023' + addition_method: manual https://www.harness.io/blog/gitops-best-practices: content_hash: f7c519e35fafa37e31f6e2c39d4d74f12341c21e7810439f448402a381a728b9 health_score: 100.0 @@ -238001,6 +252546,7 @@ https://www.harness.io/blog/gitops-best-practices: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.harness.io/blog/gitops-repo-structure: content_hash: a1136643cf9cb6f8710b51e23d8a8444b8b145d558ade6f7762971e6de5293ef health_score: 100.0 @@ -238012,6 +252558,7 @@ https://www.harness.io/blog/gitops-repo-structure: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.harness.io/blog/helm-chart-repo: ai_summary: A step-by-step CI/CD tutorial showing how to host a lightweight private Helm chart repository using GitHub Pages and Chart Releaser. It is ideal for teams @@ -238033,6 +252580,7 @@ https://www.harness.io/blog/helm-chart-repo: v2_locations: - helm.md year: '2021' + addition_method: manual https://www.harness.io/blog/helm-vs-kustomize: content_hash: 9326b6fdc262ce6285ba7f51bc88df7c8bd59550c8a12593902d39f2c169c302 health_score: 100.0 @@ -238044,6 +252592,7 @@ https://www.harness.io/blog/helm-vs-kustomize: - docs/kustomize.md v2_locations: - kustomize.md + addition_method: manual https://www.harness.io/blog/kubernetes-ci-cd-best-practices: ai_summary: A comprehensive framework of industry-vetted best practices for implementing Kubernetes CI/CD pipelines. Features essential guidance on configuration separation, @@ -238066,6 +252615,7 @@ https://www.harness.io/blog/kubernetes-ci-cd-best-practices: v2_locations: - cicd.md year: '2023' + addition_method: manual https://www.harness.io/blog/kubernetes-mistakes: content_hash: 4b436654f3bd822cfe14209d666a5665e2a879ab7a4a2594ee4d3f52de85ddbc health_score: 100.0 @@ -238077,6 +252627,7 @@ https://www.harness.io/blog/kubernetes-mistakes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.harness.io/blog/kubernetes-services-explained: content_hash: 9c9a7ff8df907be6c155850acc91729ce7926f8ee04464a89138d7ab661a50bb health_score: 100.0 @@ -238088,6 +252639,7 @@ https://www.harness.io/blog/kubernetes-services-explained: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.harness.io/blog/recommendations-api: content_hash: 5f32e4b0411d10f092ae6d44f5907a48fde7774eb3f1b935849a1dd1f3f0bdf8 health_score: 100.0 @@ -238099,6 +252651,7 @@ https://www.harness.io/blog/recommendations-api: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.harness.io/blog/software-development-life-cycle: ai_summary: 'Curator Insight: Educational exploration of the modern SDLC framework from requirements to deployment. Live Grounding: Maps traditional software lifecycle @@ -238122,6 +252675,7 @@ https://www.harness.io/blog/software-development-life-cycle: v2_locations: - cicd.md year: '2023' + addition_method: manual https://www.harness.io/blog/spinnaker-alternatives: last_checked: 1779388711.271902 status: online @@ -238129,6 +252683,7 @@ https://www.harness.io/blog/spinnaker-alternatives: - '[COMMUNITY-TOOL]' v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.harness.io/blog/streamlining-ci-cd: ai_summary: 'Curator Insight: Analyzes how automated delivery platforms can lower infrastructure footprints during CI/CD execution. Live Grounding: Details techniques @@ -238151,6 +252706,7 @@ https://www.harness.io/blog/streamlining-ci-cd: v2_locations: - cicd.md year: '2022' + addition_method: manual https://www.harness.io/blog/vault-agent-secrets-management: ai_summary: Demonstrates Harness platform integration with Vault Agent. Promotes secure key ingestion during automated CI/CD runs without passing plaintext environmental @@ -238173,6 +252729,7 @@ https://www.harness.io/blog/vault-agent-secrets-management: v2_locations: - devsecops.md year: '2022' + addition_method: manual https://www.harness.io/blog/what-is-cicd-platform-why-should-i-care: ai_summary: 'Curator Insight: Differentiates traditional piecemeal build scripts from integrated delivery platforms. Live Grounding: Explores the business value @@ -238195,6 +252752,7 @@ https://www.harness.io/blog/what-is-cicd-platform-why-should-i-care: v2_locations: - cicd.md year: '2022' + addition_method: manual https://www.harness.io/blog?module-name=Feature+Management+%26+Experimentation: ai_summary: This redirected technical post explores 'Keystone Flags', an architecture designed to minimize toggle pollution across complex codebases. It details how @@ -238217,6 +252775,7 @@ https://www.harness.io/blog?module-name=Feature+Management+%26+Experimentation: v2_locations: - git.md year: '2021' + addition_method: manual https://www.harness.io/harness-devops-academy/progressive-delivery: ai_summary: A comprehensive guide hosted by Harness (following Split.io's integration) that breaks down the mechanics of Progressive Delivery, combining canary deployments, @@ -238239,6 +252798,7 @@ https://www.harness.io/harness-devops-academy/progressive-delivery: v2_locations: - cicd.md year: '2024' + addition_method: manual https://www.harness.io/harness-devops-academy/what-is-continuous-integration-ci: ai_summary: 'Curator Insight: Detailed deep dive into the integration phase of modern software development lifecycles. Live Grounding: Evaluates the importance of fast @@ -238262,6 +252822,7 @@ https://www.harness.io/harness-devops-academy/what-is-continuous-integration-ci: v2_locations: - cicd.md year: '2022' + addition_method: manual https://www.harness.io/products/continuous-delivery: content_hash: 081bd2ac99ba296691e3bdc4d51fdc89d792b610c991fe73b0e3d1dffef8d527 health_score: 100.0 @@ -238275,6 +252836,7 @@ https://www.harness.io/products/continuous-delivery: v2_locations: - jenkins-alternatives.md - demos.md + addition_method: manual https://www.harness.io/products/service-reliability-management: content_hash: 028a0f18a3663f4ae9f847fdbddb29c4f437a9c8c6fc85d01923020754c857c4 health_score: 100.0 @@ -238286,6 +252848,7 @@ https://www.harness.io/products/service-reliability-management: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.hashicorp.com/blog/7-ways-to-optimize-cloud-spend-with-terraform: content_hash: N/A description: '' @@ -238300,6 +252863,7 @@ https://www.hashicorp.com/blog/7-ways-to-optimize-cloud-spend-with-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/a-guide-to-cloud-cost-optimization-with-hashicorp-terraform: content_hash: N/A description: '' @@ -238314,6 +252878,7 @@ https://www.hashicorp.com/blog/a-guide-to-cloud-cost-optimization-with-hashicorp v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/a-kubernetes-user-s-guide-to-hashicorp-nomad-secret-management: content_hash: N/A description: '' @@ -238328,6 +252893,7 @@ https://www.hashicorp.com/blog/a-kubernetes-user-s-guide-to-hashicorp-nomad-secr v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/accelerate-your-terraform-development-with-amazon-codewhisperer: content_hash: N/A description: '' @@ -238344,6 +252910,7 @@ https://www.hashicorp.com/blog/accelerate-your-terraform-development-with-amazon - ai.md - aws-tools-scripts.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/accelerating-ai-adoption-on-azure-with-terraform: content_hash: N/A description: '' @@ -238358,6 +252925,7 @@ https://www.hashicorp.com/blog/accelerating-ai-adoption-on-azure-with-terraform: v2_locations: - ai.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/access-google-cloud-from-hcp-terraform-with-workload-identity: content_hash: N/A description: '' @@ -238372,6 +252940,7 @@ https://www.hashicorp.com/blog/access-google-cloud-from-hcp-terraform-with-workl v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-11-verified-providers-for-terraform: content_hash: N/A description: '' @@ -238386,6 +252955,7 @@ https://www.hashicorp.com/blog/announcing-11-verified-providers-for-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-azure-stack-hub-provider-1-0: content_hash: N/A description: '' @@ -238400,6 +252970,7 @@ https://www.hashicorp.com/blog/announcing-azure-stack-hub-provider-1-0: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-cdk-for-terraform-0-1: content_hash: N/A description: '' @@ -238414,6 +252985,7 @@ https://www.hashicorp.com/blog/announcing-cdk-for-terraform-0-1: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-general-availability-hashicorp-terraform-cloud-operator-for-kubernetes: content_hash: N/A description: '' @@ -238429,6 +253001,7 @@ https://www.hashicorp.com/blog/announcing-general-availability-hashicorp-terrafo v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-hashicorp-terraform-0-15-general-availability: content_hash: N/A description: '' @@ -238443,6 +253016,7 @@ https://www.hashicorp.com/blog/announcing-hashicorp-terraform-0-15-general-avail v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-hashicorp-terraform-1-0-general-availability: content_hash: N/A description: '' @@ -238457,6 +253031,7 @@ https://www.hashicorp.com/blog/announcing-hashicorp-terraform-1-0-general-availa v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-launch-day-support-for-amazon-ecs-anywhere-terraform-aws-provider: content_hash: N/A description: '' @@ -238472,6 +253047,7 @@ https://www.hashicorp.com/blog/announcing-launch-day-support-for-amazon-ecs-anyw v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-support-for-aws-lambda-code-signing-in-the-terraform-aws-provider: content_hash: N/A description: '' @@ -238487,6 +253063,7 @@ https://www.hashicorp.com/blog/announcing-support-for-aws-lambda-code-signing-in v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-terraform-aws-cloud-control-provider-tech-preview: content_hash: N/A description: '' @@ -238501,6 +253078,7 @@ https://www.hashicorp.com/blog/announcing-terraform-aws-cloud-control-provider-t v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository: content_hash: N/A description: '' @@ -238515,6 +253093,7 @@ https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository: v2_locations: - linux.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-the-terraform-visual-studio-code-extension-v2-0-0: content_hash: N/A description: '' @@ -238525,6 +253104,7 @@ https://www.hashicorp.com/blog/announcing-the-terraform-visual-studio-code-exten v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-version-2-0-kubernetes-and-helm-providers-for-hashicorp-terraform: content_hash: N/A description: '' @@ -238540,6 +253120,7 @@ https://www.hashicorp.com/blog/announcing-version-2-0-kubernetes-and-helm-provid v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/announcing-waypoint: content_hash: N/A description: '' @@ -238554,6 +253135,7 @@ https://www.hashicorp.com/blog/announcing-waypoint: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/aws-hashicorp-collaborate-new-terraform-modules: content_hash: N/A description: '' @@ -238568,6 +253150,7 @@ https://www.hashicorp.com/blog/aws-hashicorp-collaborate-new-terraform-modules: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/aws-lambda-extensions-for-hashicorp-vault: content_hash: N/A description: '' @@ -238583,6 +253166,7 @@ https://www.hashicorp.com/blog/aws-lambda-extensions-for-hashicorp-vault: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/beta-support-for-crds-in-the-terraform-provider-for-kubernetes: content_hash: N/A description: '' @@ -238597,6 +253181,7 @@ https://www.hashicorp.com/blog/beta-support-for-crds-in-the-terraform-provider-f v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/build-a-quick-aks-cluster-the-easy-way-with-terraform-cloud: content_hash: N/A description: '' @@ -238612,6 +253197,7 @@ https://www.hashicorp.com/blog/build-a-quick-aks-cluster-the-easy-way-with-terra v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/build-secure-ai-applications-on-azure-with-hashicorp-terraform-and-vault: content_hash: N/A description: '' @@ -238629,6 +253215,7 @@ https://www.hashicorp.com/blog/build-secure-ai-applications-on-azure-with-hashic - azure.md - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/building-a-secure-azure-reference-architecture-with-terraform: content_hash: N/A description: '' @@ -238643,6 +253230,7 @@ https://www.hashicorp.com/blog/building-a-secure-azure-reference-architecture-wi v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/building-azure-resources-with-typescript-using-the-cdk-for-terraform: content_hash: N/A description: '' @@ -238658,6 +253246,7 @@ https://www.hashicorp.com/blog/building-azure-resources-with-typescript-using-th v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/cdk-for-terraform-enabling-python-and-typescript-support: content_hash: N/A description: '' @@ -238672,6 +253261,7 @@ https://www.hashicorp.com/blog/cdk-for-terraform-enabling-python-and-typescript- v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/cdk-for-terraform-now-generally-available: content_hash: N/A description: '' @@ -238686,6 +253276,7 @@ https://www.hashicorp.com/blog/cdk-for-terraform-now-generally-available: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/cisco-citrix-fortinet-among-new-verified-terraform-providers: content_hash: N/A description: '' @@ -238701,6 +253292,7 @@ https://www.hashicorp.com/blog/cisco-citrix-fortinet-among-new-verified-terrafor v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/configuring-azure-application-gateway-with-consul-terraform-sync: content_hash: N/A description: '' @@ -238715,6 +253307,7 @@ https://www.hashicorp.com/blog/configuring-azure-application-gateway-with-consul v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/creating-workspaces-with-the-hashicorp-terraform-operator-for-kubernetes: content_hash: N/A description: '' @@ -238730,6 +253323,7 @@ https://www.hashicorp.com/blog/creating-workspaces-with-the-hashicorp-terraform- v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/custom-variable-validation-in-terraform-0-13: content_hash: N/A description: '' @@ -238744,6 +253338,7 @@ https://www.hashicorp.com/blog/custom-variable-validation-in-terraform-0-13: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/deploy-any-resource-with-the-new-kubernetes-provider-for-hashicorp-terraform: content_hash: N/A description: '' @@ -238758,6 +253353,7 @@ https://www.hashicorp.com/blog/deploy-any-resource-with-the-new-kubernetes-provi v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/deploying-helm-apps-to-kubernetes-with-waypoint-and-gitops: content_hash: N/A description: '' @@ -238772,6 +253368,7 @@ https://www.hashicorp.com/blog/deploying-helm-apps-to-kubernetes-with-waypoint-a v2_locations: - helm.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/disaster-recovery-for-hashicorp-consul-on-kubernetes: content_hash: N/A description: '' @@ -238786,6 +253383,7 @@ https://www.hashicorp.com/blog/disaster-recovery-for-hashicorp-consul-on-kuberne v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/get-started-with-consul-service-mesh-on-kubernetes: content_hash: N/A description: '' @@ -238800,6 +253398,7 @@ https://www.hashicorp.com/blog/get-started-with-consul-service-mesh-on-kubernete v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/getting-started-with-ambassador-and-consul-using-kubernetes-initializer: content_hash: N/A description: '' @@ -238815,6 +253414,7 @@ https://www.hashicorp.com/blog/getting-started-with-ambassador-and-consul-using- v2_locations: - demos.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/getting-started-with-hcp-consul-frequently-asked-questions: content_hash: N/A description: '' @@ -238829,6 +253429,7 @@ https://www.hashicorp.com/blog/getting-started-with-hcp-consul-frequently-asked- v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/getting-started-with-the-helm-and-datadog-terraform-providers: content_hash: N/A description: '' @@ -238844,6 +253445,7 @@ https://www.hashicorp.com/blog/getting-started-with-the-helm-and-datadog-terrafo v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/gke-cluster-setup-with-cdk-for-terraform: content_hash: N/A description: '' @@ -238858,6 +253460,7 @@ https://www.hashicorp.com/blog/gke-cluster-setup-with-cdk-for-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/hashicorp-consul-ingress-gateways-and-l7-traffic-management-in-kubernetes: content_hash: N/A description: '' @@ -238872,6 +253475,7 @@ https://www.hashicorp.com/blog/hashicorp-consul-ingress-gateways-and-l7-traffic- v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/hashicorp-learning-resources-reference-guide: content_hash: N/A description: '' @@ -238890,6 +253494,7 @@ https://www.hashicorp.com/blog/hashicorp-learning-resources-reference-guide: - other-awesome-lists.md - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/hashicorp-teams-with-aws-on-new-control-tower-account-factory-for-terraform: content_hash: N/A description: '' @@ -238907,6 +253512,7 @@ https://www.hashicorp.com/blog/hashicorp-teams-with-aws-on-new-control-tower-acc - aws-security.md - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/hashicorp-vault-use-cases-and-best-practices-on-azure: content_hash: N/A description: '' @@ -238921,6 +253527,7 @@ https://www.hashicorp.com/blog/hashicorp-vault-use-cases-and-best-practices-on-a v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/how-to-integrate-your-application-with-vault-static-secrets: content_hash: N/A description: '' @@ -238935,6 +253542,7 @@ https://www.hashicorp.com/blog/how-to-integrate-your-application-with-vault-stat v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/import-infrastructure-into-terraform: content_hash: N/A description: '' @@ -238949,6 +253557,7 @@ https://www.hashicorp.com/blog/import-infrastructure-into-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/integrating-azure-ad-identity-hashicorp-vault-part-1-application-auth-oidc: content_hash: N/A description: '' @@ -238964,6 +253573,7 @@ https://www.hashicorp.com/blog/integrating-azure-ad-identity-hashicorp-vault-par v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/kubernetes-vault-integration-via-sidecar-agent-injector-vs-csi-provider: content_hash: N/A description: '' @@ -238979,6 +253589,7 @@ https://www.hashicorp.com/blog/kubernetes-vault-integration-via-sidecar-agent-in v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/learn-vault-1-5: content_hash: N/A description: '' @@ -238993,6 +253604,7 @@ https://www.hashicorp.com/blog/learn-vault-1-5: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/manage-active-directory-objects-new-windows-ad-provider-hashicorp-terraform: content_hash: N/A description: '' @@ -239008,6 +253620,7 @@ https://www.hashicorp.com/blog/manage-active-directory-objects-new-windows-ad-pr v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/manage-kubernetes-secrets-for-flux-with-hashicorp-vault: content_hash: N/A description: '' @@ -239022,6 +253635,7 @@ https://www.hashicorp.com/blog/manage-kubernetes-secrets-for-flux-with-hashicorp v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/managing-ssh-access-at-scale-with-hashicorp-vault: content_hash: N/A description: '' @@ -239036,6 +253650,7 @@ https://www.hashicorp.com/blog/managing-ssh-access-at-scale-with-hashicorp-vault v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/monitoring-as-code-with-terraform-cloud-and-checkly: content_hash: N/A description: '' @@ -239050,6 +253665,7 @@ https://www.hashicorp.com/blog/monitoring-as-code-with-terraform-cloud-and-check v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/multi-region-replication-now-available-with-hcp-vault: content_hash: N/A description: '' @@ -239064,6 +253680,7 @@ https://www.hashicorp.com/blog/multi-region-replication-now-available-with-hcp-v v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/new-apply-user-interface-for-terraform-cloud: content_hash: N/A description: '' @@ -239078,6 +253695,7 @@ https://www.hashicorp.com/blog/new-apply-user-interface-for-terraform-cloud: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/new-terraform-tutorials-on-hashicorp-learn: content_hash: N/A description: '' @@ -239092,6 +253710,7 @@ https://www.hashicorp.com/blog/new-terraform-tutorials-on-hashicorp-learn: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/new-terraform-tutorials-on-provisioning-and-managing-kubernetes-clusters: content_hash: N/A description: '' @@ -239107,6 +253726,7 @@ https://www.hashicorp.com/blog/new-terraform-tutorials-on-provisioning-and-manag v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/onboarding-applications-to-vault-using-terraform-a-practical-guide: content_hash: N/A description: '' @@ -239122,6 +253742,7 @@ https://www.hashicorp.com/blog/onboarding-applications-to-vault-using-terraform- v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/refresh-secrets-for-kubernetes-applications-with-vault-agent: content_hash: N/A description: '' @@ -239136,6 +253757,7 @@ https://www.hashicorp.com/blog/refresh-secrets-for-kubernetes-applications-with- v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/retrieve-hashicorp-vault-secrets-with-kubernetes-csi: content_hash: N/A description: '' @@ -239150,6 +253772,7 @@ https://www.hashicorp.com/blog/retrieve-hashicorp-vault-secrets-with-kubernetes- v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/share-modules-across-organizations-terraform-enterprise: content_hash: N/A description: '' @@ -239164,6 +253787,7 @@ https://www.hashicorp.com/blog/share-modules-across-organizations-terraform-ente v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/supporting-the-hashicorp-terraform-extension-for-visual-studio-code: content_hash: N/A description: '' @@ -239179,6 +253803,7 @@ https://www.hashicorp.com/blog/supporting-the-hashicorp-terraform-extension-for- v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-1-8-adds-provider-functions-for-aws-google-cloud-and-kubernetes: content_hash: N/A description: '' @@ -239194,6 +253819,7 @@ https://www.hashicorp.com/blog/terraform-1-8-adds-provider-functions-for-aws-goo v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-adds-support-for-gke-autopilot: content_hash: N/A description: '' @@ -239208,6 +253834,7 @@ https://www.hashicorp.com/blog/terraform-adds-support-for-gke-autopilot: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-aws-cloud-control-api-provider-now-generally-available: content_hash: N/A description: '' @@ -239222,6 +253849,7 @@ https://www.hashicorp.com/blog/terraform-aws-cloud-control-api-provider-now-gene v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-aws-provider-continues-to-expand-coverage: content_hash: N/A description: '' @@ -239236,6 +253864,7 @@ https://www.hashicorp.com/blog/terraform-aws-provider-continues-to-expand-covera v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-azuread-provider-now-supports-microsoft-graph: content_hash: N/A description: '' @@ -239250,6 +253879,7 @@ https://www.hashicorp.com/blog/terraform-azuread-provider-now-supports-microsoft v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-azurerm-3-0-brings-enhanced-azure-function-support: content_hash: N/A description: '' @@ -239264,6 +253894,7 @@ https://www.hashicorp.com/blog/terraform-azurerm-3-0-brings-enhanced-azure-funct v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-cloud-adds-aggregated-vcs-reviews: content_hash: N/A description: '' @@ -239278,6 +253909,7 @@ https://www.hashicorp.com/blog/terraform-cloud-adds-aggregated-vcs-reviews: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-cloud-adds-drift-detection-for-infrastructure-management: content_hash: N/A description: '' @@ -239292,6 +253924,7 @@ https://www.hashicorp.com/blog/terraform-cloud-adds-drift-detection-for-infrastr v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-cloud-no-code-provisioning-is-now-ga-with-new-features: content_hash: N/A description: '' @@ -239306,6 +253939,7 @@ https://www.hashicorp.com/blog/terraform-cloud-no-code-provisioning-is-now-ga-wi v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-cloud-operator-2-3-adds-workspace-run-operations: content_hash: N/A description: '' @@ -239320,6 +253954,7 @@ https://www.hashicorp.com/blog/terraform-cloud-operator-2-3-adds-workspace-run-o v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-cloud-variable-sets-beta-now-available: content_hash: N/A description: '' @@ -239334,6 +253969,7 @@ https://www.hashicorp.com/blog/terraform-cloud-variable-sets-beta-now-available: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-extension-for-vs-code-speeds-up-loading-of-large-workspaces: content_hash: N/A description: '' @@ -239349,6 +253985,7 @@ https://www.hashicorp.com/blog/terraform-extension-for-vs-code-speeds-up-loading v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-mono-repo-vs-multi-repo-the-great-debate: content_hash: N/A description: '' @@ -239363,6 +254000,7 @@ https://www.hashicorp.com/blog/terraform-mono-repo-vs-multi-repo-the-great-debat v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-sensitive-input-variables: content_hash: N/A description: '' @@ -239377,6 +254015,7 @@ https://www.hashicorp.com/blog/terraform-sensitive-input-variables: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/terraform-stacks-explained: content_hash: N/A description: '' @@ -239391,6 +254030,7 @@ https://www.hashicorp.com/blog/terraform-stacks-explained: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/testing-hashicorp-terraform: content_hash: N/A description: '' @@ -239405,6 +254045,7 @@ https://www.hashicorp.com/blog/testing-hashicorp-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/the-state-of-vault-and-kubernetes-and-future-plans: content_hash: N/A description: '' @@ -239419,6 +254060,7 @@ https://www.hashicorp.com/blog/the-state-of-vault-and-kubernetes-and-future-plan v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/tutorial-terraform-outputs: content_hash: N/A description: '' @@ -239433,6 +254075,7 @@ https://www.hashicorp.com/blog/tutorial-terraform-outputs: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/using-template-files-with-hashicorp-packer: content_hash: N/A description: '' @@ -239447,6 +254090,7 @@ https://www.hashicorp.com/blog/using-template-files-with-hashicorp-packer: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/using-waypoint-runners-to-enable-gitops-workflows: content_hash: N/A description: '' @@ -239461,6 +254105,7 @@ https://www.hashicorp.com/blog/using-waypoint-runners-to-enable-gitops-workflows v2_locations: - gitops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/vault-1-11: content_hash: N/A description: '' @@ -239476,6 +254121,7 @@ https://www.hashicorp.com/blog/vault-1-11: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/vault-1-8: content_hash: N/A description: '' @@ -239490,6 +254136,7 @@ https://www.hashicorp.com/blog/vault-1-8: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/vault-github-action: content_hash: N/A description: '' @@ -239505,6 +254152,7 @@ https://www.hashicorp.com/blog/vault-github-action: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/vault-on-the-hashicorp-cloud-platform-ga: content_hash: N/A description: '' @@ -239519,6 +254167,7 @@ https://www.hashicorp.com/blog/vault-on-the-hashicorp-cloud-platform-ga: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/wait-conditions-in-the-kubernetes-provider-for-hashicorp-terraform: content_hash: N/A description: '' @@ -239534,6 +254183,7 @@ https://www.hashicorp.com/blog/wait-conditions-in-the-kubernetes-provider-for-ha v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/why-use-the-vault-agent-for-secrets-management: content_hash: N/A description: '' @@ -239548,6 +254198,7 @@ https://www.hashicorp.com/blog/why-use-the-vault-agent-for-secrets-management: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/blog/writing-terraform-for-unsupported-resources: content_hash: N/A description: '' @@ -239562,6 +254213,7 @@ https://www.hashicorp.com/blog/writing-terraform-for-unsupported-resources: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/en/blog/terraform-provider-for-google-cloud-7-0-is-now-ga: content_hash: N/A description: '' @@ -239580,6 +254232,7 @@ https://www.hashicorp.com/en/blog/terraform-provider-for-google-cloud-7-0-is-now - iac.md - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/infrastructure-cloud: content_hash: N/A description: '' @@ -239594,6 +254247,7 @@ https://www.hashicorp.com/infrastructure-cloud: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/8-best-practices-for-writing-secure-go-code: content_hash: N/A description: '' @@ -239608,6 +254262,7 @@ https://www.hashicorp.com/resources/8-best-practices-for-writing-secure-go-code: v2_locations: - golang.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/best-practices-for-terraform-aws-tags: content_hash: N/A description: '' @@ -239622,6 +254277,7 @@ https://www.hashicorp.com/resources/best-practices-for-terraform-aws-tags: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/building-a-migration-factory-with-terraform-enterprise-at-axa-group: content_hash: N/A description: '' @@ -239636,6 +254292,7 @@ https://www.hashicorp.com/resources/building-a-migration-factory-with-terraform- v2_locations: - customer.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/deploying-managing-minimal-app-kubernetes-cluster-terraform-ansible: content_hash: N/A description: '' @@ -239651,6 +254308,7 @@ https://www.hashicorp.com/resources/deploying-managing-minimal-app-kubernetes-cl v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/how-can-i-prevent-configuration-drift: content_hash: N/A description: '' @@ -239665,6 +254323,7 @@ https://www.hashicorp.com/resources/how-can-i-prevent-configuration-drift: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/how-create-gitops-workflow-terraform-jenkins: content_hash: N/A description: '' @@ -239679,6 +254338,7 @@ https://www.hashicorp.com/resources/how-create-gitops-workflow-terraform-jenkins v2_locations: - gitops.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/kelsey-hightower-fireside-chat-an-unconventional-path-to-it-and-some-life-advice: content_hash: N/A health_score: 100.0 @@ -239689,6 +254349,7 @@ https://www.hashicorp.com/resources/kelsey-hightower-fireside-chat-an-unconventi - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.hashicorp.com/resources/managing-terraform-cloud-with-powershell: content_hash: N/A description: '' @@ -239703,6 +254364,7 @@ https://www.hashicorp.com/resources/managing-terraform-cloud-with-powershell: v2_locations: - azure.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/modern-infrastructure-automation-with-packer-terraform-and-consul: content_hash: N/A description: '' @@ -239718,6 +254380,7 @@ https://www.hashicorp.com/resources/modern-infrastructure-automation-with-packer v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/multi-cloud-devops-at-petronas-with-terraform: content_hash: N/A description: '' @@ -239732,6 +254395,7 @@ https://www.hashicorp.com/resources/multi-cloud-devops-at-petronas-with-terrafor v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/opinionated-terraform-best-practices-and-anti-patterns: content_hash: N/A description: '' @@ -239746,6 +254410,7 @@ https://www.hashicorp.com/resources/opinionated-terraform-best-practices-and-ant v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/securing-infrastructure-in-application-pipelines: content_hash: N/A description: '' @@ -239760,6 +254425,7 @@ https://www.hashicorp.com/resources/securing-infrastructure-in-application-pipel v2_locations: - securityascode.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/serverless-secrets-vault: content_hash: N/A description: '' @@ -239774,6 +254440,7 @@ https://www.hashicorp.com/resources/serverless-secrets-vault: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/terraform-abstraction-tips-just-because-you-can-doesnt-mean-you-should: content_hash: N/A description: '' @@ -239789,6 +254456,7 @@ https://www.hashicorp.com/resources/terraform-abstraction-tips-just-because-you- v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/terraform-aws-cloud-control-provider-under-the-hood: content_hash: N/A description: '' @@ -239803,6 +254471,7 @@ https://www.hashicorp.com/resources/terraform-aws-cloud-control-provider-under-t v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/terraform-plan-interactive-configuration-and-state-visualization-with-rover: content_hash: N/A description: '' @@ -239817,6 +254486,7 @@ https://www.hashicorp.com/resources/terraform-plan-interactive-configuration-and v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/terraform-practices-the-good-the-bad-and-the-ugly: content_hash: N/A description: '' @@ -239831,6 +254501,7 @@ https://www.hashicorp.com/resources/terraform-practices-the-good-the-bad-and-the v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/terraform-what-instacart-learned-managing-over-50-aws-rds-postgresql-instances: content_hash: N/A description: '' @@ -239846,6 +254517,7 @@ https://www.hashicorp.com/resources/terraform-what-instacart-learned-managing-ov v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/testing-infrastructure-as-code-on-localhost: content_hash: N/A description: '' @@ -239860,6 +254532,7 @@ https://www.hashicorp.com/resources/testing-infrastructure-as-code-on-localhost: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/using-the-terraform-aws-cloud-control-provider: content_hash: N/A description: '' @@ -239874,6 +254547,7 @@ https://www.hashicorp.com/resources/using-the-terraform-aws-cloud-control-provid v2_locations: - terraform.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/vault-and-kubernetes-better-together: content_hash: N/A description: '' @@ -239888,6 +254562,7 @@ https://www.hashicorp.com/resources/vault-and-kubernetes-better-together: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.hashicorp.com/resources/why-microservices: content_hash: N/A description: '' @@ -239902,6 +254577,7 @@ https://www.hashicorp.com/resources/why-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.hashicorp.com/solutions/ai-infrastructure-management: content_hash: N/A description: '' @@ -239916,6 +254592,7 @@ https://www.hashicorp.com/solutions/ai-infrastructure-management: v2_locations: - ai.md year: N/A + addition_method: manual https://www.hava.io: content_hash: f3ad13eba086e3ce4ad28ebb2058022a5c0cb62a0654f44e43ad2b938312f8aa description: '' @@ -239932,6 +254609,7 @@ https://www.hava.io: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.hava.io/blog/design-for-failure-lessons-learnt-from-the-sydney-aws-outage: content_hash: 48a0fd2aa878d69dcf6d0920d788dfdde0978613ea783f5bd7ecae5bec397a34 description: '' @@ -239948,6 +254626,7 @@ https://www.hava.io/blog/design-for-failure-lessons-learnt-from-the-sydney-aws-o v2_locations: - aws-backup.md year: N/A + addition_method: manual https://www.hays.es/blog/insights/la-gran-renuncia: ai_summary: Explores the psychological and economic motivators of the 'Great Resignation' from a European talent perspective. Synthesizes survey data from Spanish IT professionals @@ -239976,6 +254655,7 @@ https://www.hays.es/blog/insights/la-gran-renuncia: v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.hcltech.com/blogs/devops-tools-and-technologies-manage-microservices: content_hash: 7903abfe62b18a05153aa8052e40128ff454f01beac6c6ccdb1181fb8b0a3b1e description: '' @@ -239992,6 +254672,7 @@ https://www.hcltech.com/blogs/devops-tools-and-technologies-manage-microservices v2_locations: - introduction.md year: N/A + addition_method: manual https://www.hellobonsai.com: ai_summary: Comprehensive business management suite providing proposal design, contract generation, time tracking, invoicing, and tax forecasting services for global @@ -240019,6 +254700,7 @@ https://www.hellobonsai.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.helpnetsecurity.com/2020/12/14/how-devsecops-developers: ai_summary: 'Analyzes practical methods to make security tools stick with developers by lowering tooling friction and integration overhead. Contrast: Curator Insight @@ -240047,6 +254729,7 @@ https://www.helpnetsecurity.com/2020/12/14/how-devsecops-developers: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.helpnetsecurity.com/2021/05/04/security-kubernetes: ai_summary: 'A security auditing platform review focusing on Kubestriker. @@ -240078,6 +254761,7 @@ https://www.helpnetsecurity.com/2021/05/04/security-kubernetes: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.heroku.com/blog/monolithic-applications-into-services: content_hash: 3b12967d077d4638bc547d32b91eaaceb5855de53d3d10fd5113f83485a9f6d2 health_score: 100.0 @@ -240090,12 +254774,14 @@ https://www.heroku.com/blog/monolithic-applications-into-services: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.hetzner.com/cloud: content_hash: 4f6dc6c174ac6e89843b1443d75f4b38cf85bdfef6c2509ede2736ee6834207c health_score: 100.0 last_checked: 1779031714.959273 v1_locations: - docs/rancher.md + addition_method: manual ? https://www.hibridosyelectricos.com/articulo/actualidad/tesla-recurre-china-calidad-fabricacion-coches-electricos/20221222124048066230.html : content_hash: f5a457b2a8011fd3877c7c36f06d9e986409d3b2046e2cebab13dd6b981cac69 description: '' @@ -240108,6 +254794,7 @@ https://www.hetzner.com/cloud: v1_locations: - docs/customer.md year: N/A + addition_method: manual https://www.hibridosyelectricos.com/coches/tesla-recurre-china-calidad-fabricacion-coches-electricos_66230_102.html: content_hash: f2b01d8ad9f2c8be12ca11b624ea0ab9d1ce927a56cd9b971d02d5fd64f0c010 health_score: 100.0 @@ -240120,6 +254807,7 @@ https://www.hibridosyelectricos.com/coches/tesla-recurre-china-calidad-fabricaci - docs/customer.md v2_locations: - customer.md + addition_method: manual https://www.high-mobility.com: content_hash: be14550a31cf595afc970e2db6b77e2f4ebbe1b0c693a672b139196555c61050 health_score: 100.0 @@ -240131,12 +254819,14 @@ https://www.high-mobility.com: - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://www.high-mobility.com/learn/tutorials/rest: content_hash: 7011ecc22868a17df80c4854f56329407e2fe989184b1608dd55553683a09238 health_score: 64.0 last_checked: 1779130494.995884 v1_locations: - docs/developerportals.md + addition_method: manual https://www.hitch-tls.org: content_hash: 1805fef881f975f6d64c84161d6cc1395b6cfed452456fc59cf780cb6441cda3 health_score: 100.0 @@ -240148,6 +254838,7 @@ https://www.hitch-tls.org: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.honeybadger.io/blog/git-tricks: ai_summary: Highlights ten advanced terminal commands and aliases to streamline git workflows, including stash parsing, custom log formatting, and interactive @@ -240177,6 +254868,7 @@ https://www.honeybadger.io/blog/git-tricks: v2_locations: - git.md year: N/A + addition_method: manual https://www.honeycomb.io: content_hash: d7d97afd0b2bb7b40408ee1ef8d237599e10017f1ad8af7c4cd918d223ec3d12 description: '' @@ -240188,6 +254880,7 @@ https://www.honeycomb.io: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.honeycomb.io/blog/future-ops-platform-engineering: content_hash: 2a21d6b9946cccb47c5c03dcad7fd1a6648441b95dadee6079a99eb313faf2d5 description: '' @@ -240204,6 +254897,7 @@ https://www.honeycomb.io/blog/future-ops-platform-engineering: v2_locations: - devops.md year: N/A + addition_method: manual https://www.hostinger.com/in/tutorials/what-is-docker: content_hash: a1d50a11aff0566801104423510fa406c9b2f80f5ac8ad37c9dc51fa7632c45c health_score: 100.0 @@ -240216,6 +254910,7 @@ https://www.hostinger.com/in/tutorials/what-is-docker: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.hostinger.in/tutorials/what-is-docker: content_hash: a4d94a7d164053fdadf2501aad5ae77da589f2126547f9c0692dcff589b9336e description: '' @@ -240227,6 +254922,7 @@ https://www.hostinger.in/tutorials/what-is-docker: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.howdykloudy.in/blog/implementing-shift-left-for-terraform-an-introductory-guide: content_hash: c371e4a0944c2b48ec510acc6757b9c16735d1890c9547aec0799396f9d62f04 description: '' @@ -240244,6 +254940,7 @@ https://www.howdykloudy.in/blog/implementing-shift-left-for-terraform-an-introdu v2_locations: - terraform.md year: N/A + addition_method: manual https://www.howtoforge.com: ai_summary: A popular, deeply technical repository of user-contributed Linux server setups. It features highly detailed step-by-step instructions for configuring @@ -240271,6 +254968,7 @@ https://www.howtoforge.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.howtoforge.com/create-a-deployment-in-kubernetes: content_hash: 3ec268a23263db88b4b0b3105423d4dc952b092afedd7c02a7c80795d3560bae description: '' @@ -240287,6 +254985,7 @@ https://www.howtoforge.com/create-a-deployment-in-kubernetes: v2_locations: - demos.md year: N/A + addition_method: manual https://www.howtoforge.com/how-to-create-a-kubernetes-cluster-with-the-aws-cli: ai_summary: Manual walkthrough of constructing an EKS cluster directly via AWS CLI commands. It describes basic networking configuration steps and control-plane @@ -240315,6 +255014,7 @@ https://www.howtoforge.com/how-to-create-a-kubernetes-cluster-with-the-aws-cli: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.howtoforge.com/how-to-deploy-your-first-pod-on-a-kubernetes-cluster: content_hash: bc0489ffc5350dddc5204a70eebe8dc739c7595da95351267ddccf4bb5cd6b35 description: '' @@ -240331,6 +255031,7 @@ https://www.howtoforge.com/how-to-deploy-your-first-pod-on-a-kubernetes-cluster: v2_locations: - demos.md year: N/A + addition_method: manual https://www.howtoforge.com/how-to-install-prometheus-on-ubuntu-20-04: content_hash: f0a45a4be8a631a2787670937a73d8dc5b4c62e7ae18456eac911fd10d8bc97b description: '' @@ -240348,6 +255049,7 @@ https://www.howtoforge.com/how-to-install-prometheus-on-ubuntu-20-04: v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.howtoforge.com/kubernetes_network_policy: content_hash: c84e38c81dd7f1e3789eea2ec63165c025d83b1fc31465e4769f62be2cf4819c description: '' @@ -240364,6 +255066,7 @@ https://www.howtoforge.com/kubernetes_network_policy: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.howtoforge.com/multi-container-pods-in-kubernetes: content_hash: 486550963f274258ba2fab059b0b5f9d75a56bbf35c4aaabfb6fe8f86671e6a1 description: '' @@ -240380,6 +255083,7 @@ https://www.howtoforge.com/multi-container-pods-in-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.howtoforge.com/storage-in-kubernetes: content_hash: 04ad1cda6d071354c12afdcbaf5974ac06651e02599b0d0501fd44b1ae8438e7 description: '' @@ -240396,6 +255100,7 @@ https://www.howtoforge.com/storage-in-kubernetes: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.howtogeek.com/devops/getting-started-with-kubectl-to-manage-kubernetes-clusters: content_hash: 5161b4ccacaa46d1271dc2a6176a7c0c0cd833eca2b2e9e39cac8dcf88badbe1 description: '' @@ -240411,6 +255116,7 @@ https://www.howtogeek.com/devops/getting-started-with-kubectl-to-manage-kubernet v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://www.howtogeek.com/devops/how-to-clean-up-old-containers-and-images-in-your-kubernetes-cluster: content_hash: eb93f455b3e48fbaa4887c3f4d12b20f1262c15585f25d4a2c2256a4c17da381 description: '' @@ -240427,6 +255133,7 @@ https://www.howtogeek.com/devops/how-to-clean-up-old-containers-and-images-in-yo v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.howtogeek.com/devops/when-not-to-use-docker-cases-where-containers-dont-help: content_hash: 09fc0e43878700d9063802156b9ce3bd8836521c2cbc3442929add491e017784 description: '' @@ -240443,6 +255150,7 @@ https://www.howtogeek.com/devops/when-not-to-use-docker-cases-where-containers-d v2_locations: - introduction.md year: N/A + addition_method: manual https://www.hugedomains.com/domain_profile.cfm?d=bqstack.com: last_checked: 1779388541.732168 status: online @@ -240450,6 +255158,7 @@ https://www.hugedomains.com/domain_profile.cfm?d=bqstack.com: - '[COMMUNITY-TOOL]' v2_locations: - monitoring.md + addition_method: manual https://www.hugedomains.com/domain_profile.cfm?d=migops.com: last_checked: 1779388521.576658 status: online @@ -240457,6 +255166,7 @@ https://www.hugedomains.com/domain_profile.cfm?d=migops.com: - '[COMMUNITY-TOOL]' v2_locations: - databases.md + addition_method: manual https://www.hyperglance.com: content_hash: cb8b5d34ad4469fe85411ff3e29e694eefe4c02266b3dfca3349228056d6f383 description: '' @@ -240472,6 +255182,7 @@ https://www.hyperglance.com: v2_locations: - cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.ibm.com/cloud: content_hash: 012a3b2ab82f450af32e6de08d032c950e9ee5fa32c82721f218bc383c8beebf description: '' @@ -240483,6 +255194,7 @@ https://www.ibm.com/cloud: v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://www.ibm.com/cloud/architecture/architecture/practices/event-driven-cloud-native-apps-architecture: content_hash: 3e7ea0a1b4e24d2cd2368986d1a1ff5e098b4c2fa2725319715115825f3676cc description: '' @@ -240494,6 +255206,7 @@ https://www.ibm.com/cloud/architecture/architecture/practices/event-driven-cloud v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.ibm.com/cloud/blog/8-kubernetes-tips-and-tricks: content_hash: 149f6a4634a1bba43a5c943d6056d7cf5da8f818c9227ce049ff05ed4bdf1afd description: '' @@ -240505,6 +255218,7 @@ https://www.ibm.com/cloud/blog/8-kubernetes-tips-and-tricks: v1_locations: - docs/kubectl-commands.md year: N/A + addition_method: manual https://www.ibm.com/cloud/blog/migrate-java-microservices-from-spring-to-microprofile-p2: content_hash: 149f6a4634a1bba43a5c943d6056d7cf5da8f818c9227ce049ff05ed4bdf1afd description: '' @@ -240518,6 +255232,7 @@ https://www.ibm.com/cloud/blog/migrate-java-microservices-from-spring-to-micropr v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://www.ibm.com/cloud/blog/multizone-kubernetes-and-vpc-load-balancer-setup: content_hash: 149f6a4634a1bba43a5c943d6056d7cf5da8f818c9227ce049ff05ed4bdf1afd description: '' @@ -240529,6 +255244,7 @@ https://www.ibm.com/cloud/blog/multizone-kubernetes-and-vpc-load-balancer-setup: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.ibm.com/cloud/blog/openshift-vs-kubernetes: content_hash: eab2a82a1c023ddb1b2aa538a7b0495078a6512e2c23113cc00e6801160d3665 description: '' @@ -240540,6 +255256,7 @@ https://www.ibm.com/cloud/blog/openshift-vs-kubernetes: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.ibm.com/cloud/blog/using-fio-to-tell-whether-your-storage-is-fast-enough-for-etcd: content_hash: 149f6a4634a1bba43a5c943d6056d7cf5da8f818c9227ce049ff05ed4bdf1afd description: '' @@ -240551,6 +255268,7 @@ https://www.ibm.com/cloud/blog/using-fio-to-tell-whether-your-storage-is-fast-en v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://www.ibm.com/cloud/cloud-pak-for-management: content_hash: cd17447e9a8faeda78b670883b29fbe3a5eb13492c3268e65627659469fd7722 description: '' @@ -240562,6 +255280,7 @@ https://www.ibm.com/cloud/cloud-pak-for-management: v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://www.ibm.com/cloud/kubernetes-service: content_hash: c29f8b85fd79bc1ef1c630105422f53bbd575cca53aacb7a28d5dc50e08e62bc description: '' @@ -240573,6 +255292,7 @@ https://www.ibm.com/cloud/kubernetes-service: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.ibm.com/cloud/learn/cis-benchmarks: content_hash: b1c2d28c0adc91c38118d4883459faedbf06d9b53fc18c04814a45024d98e472 description: '' @@ -240584,6 +255304,7 @@ https://www.ibm.com/cloud/learn/cis-benchmarks: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.ibm.com/cloud/learn/ipaas: content_hash: b1c2d28c0adc91c38118d4883459faedbf06d9b53fc18c04814a45024d98e472 description: '' @@ -240595,6 +255316,7 @@ https://www.ibm.com/cloud/learn/ipaas: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.ibm.com/cloud/openshift: content_hash: ecbc41d8ceff343cd5712447aaab18e26a7f6467f7c369f11d831bf3f5cc6693 description: '' @@ -240607,6 +255329,7 @@ https://www.ibm.com/cloud/openshift: - docs/ibm_cloud.md - docs/openshift.md year: N/A + addition_method: manual https://www.ibm.com/docs/en: content_hash: e923ae312ca1d2064da1e1db1e963e9810c135f96b5af91226401839d6127a9b health_score: 100.0 @@ -240617,6 +255340,7 @@ https://www.ibm.com/docs/en: - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.ibm.com/docs/en/api-connect: content_hash: 1122b15342b5761c10d05f15196a549ed89093f4a9d2e4b9d1c2f8d73f0c2d75 health_score: 100.0 @@ -240629,6 +255353,7 @@ https://www.ibm.com/docs/en/api-connect: v2_locations: - developerportals.md - ibm_cloud.md + addition_method: manual https://www.ibm.com/docs/en/cloud-paks/cp-management: content_hash: 77c9e99f28cc9da1ebc3c4247a99172f55168a8cea7e0babdf6e442eab6c7518 health_score: 100.0 @@ -240639,6 +255364,7 @@ https://www.ibm.com/docs/en/cloud-paks/cp-management: - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.ibm.com/garage/method/practices/run/gitops: content_hash: 87e6ea730258eb733f475b9fd67053b6c9f1b769e285039fc592fe4942fcd76d description: '' @@ -240655,6 +255381,7 @@ https://www.ibm.com/garage/method/practices/run/gitops: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.ibm.com/it-infrastructure/storage/spectrum: content_hash: 6f16382d6af070ac9fc097a3755bdd66e5a87b043dc88bd1c42ab52316e2a55d description: '' @@ -240667,6 +255394,7 @@ https://www.ibm.com/it-infrastructure/storage/spectrum: - docs/ibm_cloud.md - docs/kubernetes-storage.md year: N/A + addition_method: manual https://www.ibm.com/products/cloud-pak-for-aiops: content_hash: 2aa0ac36cd1e8c3110ab761c4c8320373558ce6aa6631ce1a512d9eaf5785c25 health_score: 100.0 @@ -240679,6 +255407,7 @@ https://www.ibm.com/products/cloud-pak-for-aiops: - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.ibm.com/products/datastax: content_hash: e8fe222415a0ead7f0687bbb469b5b22e9b53d76e6441cf2f8b01fa00937b4f8 health_score: 100.0 @@ -240686,6 +255415,7 @@ https://www.ibm.com/products/datastax: needs_ai_refresh: true v1_locations: - docs/nosql.md + addition_method: manual https://www.ibm.com/products/kubernetes-service: ai_summary: Official enterprise landing portal for IBM Cloud Kubernetes Service (IKS). Highlights its native integration with OpenShift, hardware isolation options, @@ -240707,6 +255437,7 @@ https://www.ibm.com/products/kubernetes-service: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2025' + addition_method: manual https://www.ibm.com/products/openshift: content_hash: dffa67580a585c4493d1264277f9da5f2892f3d7a964aa1977521371bdfac197 health_score: 100.0 @@ -240719,6 +255450,7 @@ https://www.ibm.com/products/openshift: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.ibm.com/solutions: last_checked: 1779388599.186843 status: online @@ -240726,6 +255458,7 @@ https://www.ibm.com/solutions: - '[COMMUNITY-TOOL]' v2_locations: - ibm_cloud.md + addition_method: manual https://www.ibm.com/solutions/cloud: content_hash: e64eebd0994f29742ee160da518555a7dd1f1fb4aeebf1cc7948e51b5c692942 health_score: 100.0 @@ -240738,6 +255471,7 @@ https://www.ibm.com/solutions/cloud: - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.ibm.com/solutions/cloud/openshift: content_hash: 53b761fae87d3ba2e0b38f2d587b8bafbfcac44bd4fbd09ca87a172fa19dafe1 health_score: 64.0 @@ -240748,6 +255482,7 @@ https://www.ibm.com/solutions/cloud/openshift: - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.ibm.com/solutions/storage: health_score: 100.0 last_checked: 1779130494.923145 @@ -240759,6 +255494,7 @@ https://www.ibm.com/solutions/storage: - docs/kubernetes-storage.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.ibm.com/support/knowledgecenter: content_hash: f16bb806f2e06f47cd4db89ca013916a2550979ec77d065a6711cc9af657c2fd description: '' @@ -240770,6 +255506,7 @@ https://www.ibm.com/support/knowledgecenter: v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://www.ibm.com/support/knowledgecenter/SSFC4F: content_hash: f16bb806f2e06f47cd4db89ca013916a2550979ec77d065a6711cc9af657c2fd description: '' @@ -240780,12 +255517,14 @@ https://www.ibm.com/support/knowledgecenter/SSFC4F: v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://www.ibm.com/support/pages/ibm-thread-and-monitor-dump-analyzer-java-tmda: content_hash: 14416d2a04c3797115800dc343d2fe13c1e20f63a4e6f020f59d75e11060f1d1 health_score: 100.0 last_checked: 1779031809.925452 v1_locations: - docs/monitoring.md + addition_method: manual https://www.ibm.com/think: content_hash: ebdab6978b450c8cc10e0cae70b87a50ad88af81917c3edd8031fa79ff475884 health_score: 100.0 @@ -240804,6 +255543,7 @@ https://www.ibm.com/think: - kubernetes-networking.md - kubernetes-storage.md - monitoring.md + addition_method: manual https://www.ibm.com/think/insights/8-kubernetes-tips-and-tricks: health_score: 100.0 last_checked: 1779130494.993633 @@ -240814,6 +255554,7 @@ https://www.ibm.com/think/insights/8-kubernetes-tips-and-tricks: - docs/kubectl-commands.md v2_locations: - kubectl-commands.md + addition_method: manual https://www.ibm.com/think/insights/migrate-java-microservices-from-spring-to-microprofile-p2: health_score: 100.0 last_checked: 1779130494.978195 @@ -240824,6 +255565,7 @@ https://www.ibm.com/think/insights/migrate-java-microservices-from-spring-to-mic - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://www.ibm.com/think/topics/cis-benchmarks: ai_summary: An industry guide explaining CIS Benchmarks, detailing how consensus-driven technical configurations protect applications and systems from cyber threats. @@ -240844,6 +255586,7 @@ https://www.ibm.com/think/topics/cis-benchmarks: v2_locations: - kubernetes-security.md year: '2024' + addition_method: manual https://www.ibm.com/think/topics/cloud-native: ai_summary: Explains core principles of cloud-native architecture, including containerization, microservices, and reactive behaviors. It outlines the foundational tenets necessary @@ -240867,6 +255610,7 @@ https://www.ibm.com/think/topics/cloud-native: v2_locations: - message-queue.md year: '2024' + addition_method: manual https://www.ibm.com/think/topics/ipaas: ai_summary: A strategic and architectural overview of Integration Platform as a Service (iPaaS). It reviews how cloud-native middleware bridges legacy on-premise @@ -240890,6 +255634,7 @@ https://www.ibm.com/think/topics/ipaas: v2_locations: - message-queue.md year: '2024' + addition_method: manual https://www.ibm.com/think/topics/openshift-vs-kubernetes: content_hash: e94155cf280184f7d4596a2b3c66169ed1c51145e59c1338c01e2f24cda6730f health_score: 100.0 @@ -240902,6 +255647,7 @@ https://www.ibm.com/think/topics/openshift-vs-kubernetes: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt: content_hash: f1607a01c83cc77ca189fa2e68910fd3225a5d0d2fc59b9cfa05ad1b72fd7924 description: '' @@ -240916,6 +255662,7 @@ https://www.ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt: v2_locations: - python.md year: N/A + addition_method: manual https://www.igoroseledko.com/awk-sed-snippets-for-sysadmins: ai_summary: A practical compilation of pre-built AWK and sed commands configured for daily system engineering operations. Targets log scrubbing, filtering, and @@ -240944,6 +255691,7 @@ https://www.igoroseledko.com/awk-sed-snippets-for-sysadmins: v2_locations: - linux.md year: N/A + addition_method: manual https://www.igoroseledko.com/aws-cli-cheat-sheet: content_hash: b9f2a467d48a5ca6f9240faedb624d7795a2e7096479c5e45f5000a649cbe82f description: '' @@ -240960,6 +255708,7 @@ https://www.igoroseledko.com/aws-cli-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.igoroseledko.com/bash-and-expect-snippets: content_hash: 6a747c29245d73b7f53ccacd0f1b8a2c827b78669eca381215a1b0751780bb6e description: '' @@ -240977,6 +255726,7 @@ https://www.igoroseledko.com/bash-and-expect-snippets: - architectural-foundations.md - other-awesome-lists.md year: N/A + addition_method: manual https://www.igoroseledko.com/checking-multiple-variables-in-bash: ai_summary: A concise guide highlighting techniques to evaluate multiple variables simultaneously in Bash. It contrasts standard nested conditionals with clean, @@ -241005,6 +255755,7 @@ https://www.igoroseledko.com/checking-multiple-variables-in-bash: v2_locations: - linux.md year: N/A + addition_method: manual https://www.igoroseledko.com/parallel-rsync: ai_summary: An advanced architectural recipe for executing parallelized rsync tasks over multi-core network pipelines. It outlines how to bypass single-thread network @@ -241033,11 +255784,13 @@ https://www.igoroseledko.com/parallel-rsync: v2_locations: - linux.md year: N/A + addition_method: manual https://www.ijug.eu/java-aktuell/das-magazin.html: health_score: 80.0 last_checked: 1779032960.705458 v1_locations: - docs/demos.md + addition_method: manual https://www.imaginarycloud.com/blog/docker-vs-kubernetes: content_hash: e449a735c82739cfff28facf15ea84988bde0ff74b9fc45b95b9646ba0b9d85d description: '' @@ -241054,6 +255807,7 @@ https://www.imaginarycloud.com/blog/docker-vs-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.imaginarycloud.com/blog/grpc-vs-rest: content_hash: 60fb340035684f58f24c9fba03622267f82c73924a522dca392eba9958c41dc2 description: '' @@ -241070,6 +255824,7 @@ https://www.imaginarycloud.com/blog/grpc-vs-rest: v2_locations: - api.md year: N/A + addition_method: manual https://www.imaginarycloud.com/blog/nomad-vs-kubernetes: ai_summary: A comparative analysis between Nomad and Kubernetes across performance, ease of use, security, and community support in modern distributed microservice @@ -241098,6 +255853,7 @@ https://www.imaginarycloud.com/blog/nomad-vs-kubernetes: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://www.imaginarycloud.com/blog/openshift-vs-kubernetes-differences: content_hash: b10c543bdbb85ba3f5cfa35ba20b7b5249bdd7e2eb5f1ad488037397a1bcae46 description: '' @@ -241114,6 +255870,7 @@ https://www.imaginarycloud.com/blog/openshift-vs-kubernetes-differences: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.imaginarycloud.com/blog/podman-vs-docker: content_hash: bae209bc4be6b4c2672cda92ce02bd290748305a536e8dabc82b1e448bafa085 description: '' @@ -241130,6 +255887,7 @@ https://www.imaginarycloud.com/blog/podman-vs-docker: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.immo-pop.com/login: ai_summary: 'Note: This link appears redirected to an unrelated domain (immo-pop.com), signaling a precision failure under Mandate 32. It is flagged for review, while @@ -241151,6 +255909,7 @@ https://www.immo-pop.com/login: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.imperva.com/learn/performance/cdn-caching: content_hash: f1a023aa4f8692a1e2d2738d80f6953642b5836732aa1fde88a4c0d7e40252a0 description: '' @@ -241167,6 +255926,7 @@ https://www.imperva.com/learn/performance/cdn-caching: v2_locations: - caching.md year: N/A + addition_method: manual ? https://www.inc.com/jeff-haden/27-years-ago-steve-jobs-said-best-employees-focus-on-content-not-process-workplace-research-shows-he-was-right.html : content_hash: N/A description: '' @@ -241182,6 +255942,7 @@ https://www.imperva.com/learn/performance/cdn-caching: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.influxdata.com: content_hash: df2162c36b3adf7eab59af68cb2c0dc5af40caa73a646fd0d5308ab0cff101c4 description: '' @@ -241199,6 +255960,7 @@ https://www.influxdata.com: - jenkins.md - prometheus.md year: N/A + addition_method: manual https://www.influxdata.com/blog/building-a-metrics-alerts-as-a-service-maas-monitoring-solution-using-the-influxdb-stack: content_hash: f7e34f1700ce521f0ca66b94940aea54c02ec631d50c17d843dbcfaa0e978a1e description: '' @@ -241216,6 +255978,7 @@ https://www.influxdata.com/blog/building-a-metrics-alerts-as-a-service-maas-moni v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.influxdata.com/blog/expand-kubernetes-monitoring-telegraf-operator: ai_summary: Details using the Telegraf Operator to automatically inject sidecar containers for comprehensive metric harvesting. Grounding shows how it simplifies @@ -241243,6 +256006,7 @@ https://www.influxdata.com/blog/expand-kubernetes-monitoring-telegraf-operator: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.influxdata.com/blog/running-influxdb-2-0-and-telegraf-using-docker: content_hash: bd0d36c010dca0ff38dae083af87ebc7241b3e70a3738c9b11fb97905427a10e description: '' @@ -241259,6 +256023,7 @@ https://www.influxdata.com/blog/running-influxdb-2-0-and-telegraf-using-docker: v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.influxdata.com/blog/three-ways-to-keep-cardinality-under-control-when-using-telegraf: content_hash: 46ebe290bc1bbf3ee68c2d2f8e4ae7fee0abf333a025e38f2f69c8817ab10953 description: '' @@ -241276,6 +256041,7 @@ https://www.influxdata.com/blog/three-ways-to-keep-cardinality-under-control-whe v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.influxdata.com/blog/tldr-influxdb-tech-tips-api-invokable-scripts-influxdb-cloud: content_hash: 8ac84352dc532555115576e77acee4abad16c11d8a2969fbe97f073a43938023 description: '' @@ -241292,6 +256058,7 @@ https://www.influxdata.com/blog/tldr-influxdb-tech-tips-api-invokable-scripts-in v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.influxdata.com/influxdb-templates/jenkins-monitoring: content_hash: df2162c36b3adf7eab59af68cb2c0dc5af40caa73a646fd0d5308ab0cff101c4 description: '' @@ -241303,6 +256070,7 @@ https://www.influxdata.com/influxdb-templates/jenkins-monitoring: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.influxdata.com/integration/kafka-telegraf-integration: content_hash: 86a9df4ff1b4d36b422e85bec2c852b64ecc7652a2ffbe2b22209b3e166fdae1 health_score: 100.0 @@ -241310,6 +256078,7 @@ https://www.influxdata.com/integration/kafka-telegraf-integration: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://www.influxdata.com/products/influxdb-templates: content_hash: df2162c36b3adf7eab59af68cb2c0dc5af40caa73a646fd0d5308ab0cff101c4 description: '' @@ -241321,6 +256090,7 @@ https://www.influxdata.com/products/influxdb-templates: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://www.influxdata.com/time-series-platform/telegraf: content_hash: ebe631f7ac06cdcea03ad400c3a2ad016f342ac84592d52e22ad5b14b44d4f53 description: '' @@ -241339,6 +256109,7 @@ https://www.influxdata.com/time-series-platform/telegraf: - prometheus.md - grafana.md year: N/A + addition_method: manual https://www.infoq.com/articles/DevOps-value-stream: content_hash: e9e417d2a31e5d2323827bd9314272f0c8c35b9ab59c2bd7344be750f88d0cb2 description: '' @@ -241355,6 +256126,7 @@ https://www.infoq.com/articles/DevOps-value-stream: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.infoq.com/articles/Java-PERMGEN-Removed: ai_summary: Deep-dive InfoQ article outlining the removal of the Permanent Generation (PermGen) in favor of Metaspace. Provides precise technical context on tuning @@ -241382,6 +256154,7 @@ https://www.infoq.com/articles/Java-PERMGEN-Removed: v2_locations: - java-and-java-performance-optimization.md year: '2013' + addition_method: manual https://www.infoq.com/articles/Standardized-Specification-Driven-API-Lifecycle: content_hash: 8e3782f908106942d27dac70cd9df90b17564b38b7c9fb2b30aad85f76e66c13 description: '' @@ -241398,6 +256171,7 @@ https://www.infoq.com/articles/Standardized-Specification-Driven-API-Lifecycle: v2_locations: - api.md year: N/A + addition_method: manual https://www.infoq.com/articles/aiops-reliability-engineering: ai_summary: Outlines technical execution patterns for embedding AI telemetry loops within modern SRE frameworks. Focuses on dynamic thresholding, algorithmic anomaly @@ -241425,6 +256199,7 @@ https://www.infoq.com/articles/aiops-reliability-engineering: v2_locations: - ai.md year: N/A + addition_method: manual https://www.infoq.com/articles/ballerina-fullstack-rest-api: content_hash: d4f55fdeecdf9316c0019b6aa1b635d6232aa7b49078f679287c6e5455641471 description: '' @@ -241442,6 +256217,7 @@ https://www.infoq.com/articles/ballerina-fullstack-rest-api: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.infoq.com/articles/better-metrics-team-performance: content_hash: b33707a309c308f6de59b4c649f4617cff5e528206cd5423e39d584f70bf8a56 description: '' @@ -241458,6 +256234,7 @@ https://www.infoq.com/articles/better-metrics-team-performance: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.infoq.com/articles/cloud-native-architecture-adoption-part1: ai_summary: This architectural guide outlines the progressive phases of transitioning from traditional on-premises patterns to highly decoupled, cloud-native deployments. @@ -241489,6 +256266,7 @@ https://www.infoq.com/articles/cloud-native-architecture-adoption-part1: v2_locations: - faq.md year: N/A + addition_method: manual https://www.infoq.com/articles/cloud-native-architecture-adoption-part3: content_hash: eee6aeb29d46d615ec8ea9d2bca4bf0893c764b18b1e698d7981ee1717a1f641 description: '' @@ -241506,6 +256284,7 @@ https://www.infoq.com/articles/cloud-native-architecture-adoption-part3: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.infoq.com/articles/cloud-native-observability: content_hash: 1deb5cad182a090c7f7c1f8e1c545ae854bcf9255f350ebc724be91d94f62653 description: '' @@ -241522,6 +256301,7 @@ https://www.infoq.com/articles/cloud-native-observability: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infoq.com/articles/database-audit-system-kafka: ai_summary: Examines a robust architectural design for database auditing. Uses Maxwell's Daemon to ingest database binlogs, routing changes through Kafka into MongoDB @@ -241550,6 +256330,7 @@ https://www.infoq.com/articles/database-audit-system-kafka: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.infoq.com/articles/devops-not-enough-scaling-tech-driven-organizations: content_hash: cb24bf7a31b1b997de327f8177caba17b51511dd3908533095db651efc93c779 description: '' @@ -241567,6 +256348,7 @@ https://www.infoq.com/articles/devops-not-enough-scaling-tech-driven-organizatio v2_locations: - devops.md year: N/A + addition_method: manual https://www.infoq.com/articles/devops-secure-trends: ai_summary: 'Analyzes nine architectural trends that influenced enterprise DevOps security pipelines. Contrast: Curator Insight identifies early pipeline indicators, @@ -241596,6 +256378,7 @@ https://www.infoq.com/articles/devops-secure-trends: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.infoq.com/articles/devops-shifting-left: content_hash: 8c093ea0a7e166ede96bf10e741a0acdc5413b88fc43e7b0db48fc79d7fd0d89 description: '' @@ -241613,6 +256396,7 @@ https://www.infoq.com/articles/devops-shifting-left: v2_locations: - devops.md year: N/A + addition_method: manual https://www.infoq.com/articles/distributed-systems-kubernetes: content_hash: c38a8347f56e4d8e746a8a9774002545eaee45f8a2f998747e0b5205603457b4 description: '' @@ -241630,6 +256414,7 @@ https://www.infoq.com/articles/distributed-systems-kubernetes: - kubernetes.md - index.md year: N/A + addition_method: manual https://www.infoq.com/articles/event-driven-finding-seams: ai_summary: An InfoQ guide detailing how to use Domain-Driven Design (DDD) to isolate domain boundaries and discover 'seams' within large-scale monoliths. Grounding @@ -241658,6 +256443,7 @@ https://www.infoq.com/articles/event-driven-finding-seams: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.infoq.com/articles/every-devops-team-needs-finops-lead: content_hash: 4a340bdd3058bce75c197fe2966b31ac75299042dfcdc643c97fe3f38ba815f0 description: '' @@ -241674,6 +256460,7 @@ https://www.infoq.com/articles/every-devops-team-needs-finops-lead: v2_locations: - finops.md year: N/A + addition_method: manual https://www.infoq.com/articles/java-virtual-threads: content_hash: 0245a1b0e476975f5a1b9ae53c544ae75707ca92abb786d4e1959af0389d03ef description: '' @@ -241690,6 +256477,7 @@ https://www.infoq.com/articles/java-virtual-threads: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.infoq.com/articles/kubernetes-databases-apache-sharding-sphere: content_hash: 530c1876adf3dcd8cd8b1d0f295c54311acfbf4d6fb252633e97d816ac370f88 description: '' @@ -241707,6 +256495,7 @@ https://www.infoq.com/articles/kubernetes-databases-apache-sharding-sphere: v2_locations: - databases.md year: N/A + addition_method: manual https://www.infoq.com/articles/kubernetes-effect: content_hash: e7c38ac4726bc3b0a994fe14e35ca6475212e9b53d7dc75f5bfcabb98d2472cd description: '' @@ -241723,6 +256512,7 @@ https://www.infoq.com/articles/kubernetes-effect: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infoq.com/articles/kubernetes-operators-in-depth: content_hash: ea0579b2bc5e06a456067c43dd62b5ac8097b9b2004304adc510e440713262f4 description: '' @@ -241739,6 +256529,7 @@ https://www.infoq.com/articles/kubernetes-operators-in-depth: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.infoq.com/articles/kubernetes-stateful-applications: content_hash: 78d73b71be9b48842653e11ea7fe9c016d7f838e6b4eecf909f2155db5a44e1a description: '' @@ -241755,6 +256546,7 @@ https://www.infoq.com/articles/kubernetes-stateful-applications: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.infoq.com/articles/kubernetes-trends-and-challenges: content_hash: 90e667ae5ec5ac36dcdbdb642d6b04d03e9d48685ee51ad366d8d7e40914b980 description: '' @@ -241771,6 +256563,7 @@ https://www.infoq.com/articles/kubernetes-trends-and-challenges: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infoq.com/articles/kubernetes-workloads-serverless-era: content_hash: 5119b9ec0d88e2aa0d17447dd6ec7d201c9bb6feb749c34acd04e2e07da95e96 description: '' @@ -241788,6 +256581,7 @@ https://www.infoq.com/articles/kubernetes-workloads-serverless-era: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infoq.com/articles/lambda-migration-k8s-jobs: content_hash: e5f1eb3fae238b378c50f79c4a7a124caed86610df3b2016897b53b8fbe1ad72 description: '' @@ -241805,6 +256599,7 @@ https://www.infoq.com/articles/lambda-migration-k8s-jobs: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infoq.com/articles/managing-technical-debt-microservices: content_hash: 1e5d9fd0850d7e55d6bd8d9d9cedb6ed95bc1ba989afa7202f86eaea1dfebe4a description: '' @@ -241821,6 +256616,7 @@ https://www.infoq.com/articles/managing-technical-debt-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.infoq.com/articles/microprofile-microservices: content_hash: 1dc93a46ebd772f1977384cae3b2d905ff25090f1ffafd5b57823b8bf61ca641 description: '' @@ -241837,6 +256633,7 @@ https://www.infoq.com/articles/microprofile-microservices: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.infoq.com/articles/microservices-design-ideals: content_hash: 06f4c64c3cc7d9d699487e0f1033eedbce7274f74b519deb9cb09f041668b28f description: '' @@ -241854,6 +256651,7 @@ https://www.infoq.com/articles/microservices-design-ideals: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.infoq.com/articles/microservices-inside-out: ai_summary: This foundational architectural piece by Martin Kleppmann argues for treating database tables as streams of changes rather than static silos. By turning @@ -241886,6 +256684,7 @@ https://www.infoq.com/articles/microservices-inside-out: - message-queue.md - introduction.md year: N/A + addition_method: manual https://www.infoq.com/articles/microservices-seven-fail: content_hash: 602188249419135eb63bd159b6c2edbf0f6ffd55c658fd5cbb1f313c757818ca description: '' @@ -241902,6 +256701,7 @@ https://www.infoq.com/articles/microservices-seven-fail: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.infoq.com/articles/migrating-monoliths-to-microservices-with-decomposition: content_hash: 68031976d5b686c071314e25d378372ba1435478028bdb6d0421f74c0c4a8a71 description: '' @@ -241919,6 +256719,7 @@ https://www.infoq.com/articles/migrating-monoliths-to-microservices-with-decompo v2_locations: - introduction.md year: N/A + addition_method: manual https://www.infoq.com/articles/native-java-quarkus: content_hash: 4bed73af21ba4d5f5b75adab86b956c6ca2989ec63d90517b798c27836dd27a6 description: '' @@ -241935,6 +256736,7 @@ https://www.infoq.com/articles/native-java-quarkus: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.infoq.com/articles/pitfalls-patterns-microservice-dependency-management: ai_summary: 'Curator Insight: Investigates the common pitfalls when managing complex microservice graphs, focusing on circular dependencies and schema version mismatches. @@ -241963,6 +256765,7 @@ https://www.infoq.com/articles/pitfalls-patterns-microservice-dependency-managem v2_locations: - faq.md year: N/A + addition_method: manual https://www.infoq.com/articles/platform-runtime-engineering: content_hash: 7fa3dca3b87c71d9769efe83a5ba4fa15ad5e4ec7b1e7b64b3bfe061d3f4e4fa description: '' @@ -241979,6 +256782,7 @@ https://www.infoq.com/articles/platform-runtime-engineering: v2_locations: - devops.md year: N/A + addition_method: manual https://www.infoq.com/articles/saga-orchestration-outbox: content_hash: 9b9b19d35bba04fef107783946908d1b0ced25733a73bf16bf35e9f44d37284d description: '' @@ -241995,6 +256799,7 @@ https://www.infoq.com/articles/saga-orchestration-outbox: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.infoq.com/articles/securing-docker: content_hash: 71e88accf4a58dc2e650490e8e39da04bfd9c5ef88ebb3b4dc597e26a7960839 description: '' @@ -242011,6 +256816,7 @@ https://www.infoq.com/articles/securing-docker: v2_locations: - docker.md year: N/A + addition_method: manual https://www.infoq.com/articles/serverless-security: ai_summary: 'Investigates application boundaries in FaaS/Serverless paradigms, examining IAM policies and request validation patterns. Contrast: Curator Insight suggests @@ -242040,6 +256846,7 @@ https://www.infoq.com/articles/serverless-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.infoq.com/articles/service-mesh-ultimate-guide: content_hash: 6420032d02951f511ab0a5a734c8fd12d9a72d2c1a3451cdf871fe53ff401e2d description: '' @@ -242056,6 +256863,7 @@ https://www.infoq.com/articles/service-mesh-ultimate-guide: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.infoq.com/articles/service-mesh-ultimate-guide-2e: content_hash: 227de9d45a50261bd46a1e871f1f8228e131377cafc524cece4c8ec70bd65843 description: '' @@ -242068,11 +256876,13 @@ https://www.infoq.com/articles/service-mesh-ultimate-guide-2e: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.infoq.com/articles/service-mesh-ultimate-guide/-2e: health_score: 64.0 last_checked: 1779130495.025395 v1_locations: - docs/servicemesh.md + addition_method: manual https://www.infoq.com/articles/tips-running-scalable-workloads-kubernetes: content_hash: 59e7255e338545fcff5d905f78c8592cb9cab09d08e2ff608ec5d2d698a76be6 description: '' @@ -242089,6 +256899,7 @@ https://www.infoq.com/articles/tips-running-scalable-workloads-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infoq.com/news/2019/01/upbound-crossplane: ai_summary: An analytical article introducing Crossplane's architectural strategy. It outlines the core benefits of moving from static execution runs to active, @@ -242116,6 +256927,7 @@ https://www.infoq.com/news/2019/01/upbound-crossplane: v2_locations: - crossplane.md year: N/A + addition_method: manual https://www.infoq.com/news/2019/04/google-traffic-director: content_hash: 0d7b8dfad1f7f124b06d75121799c6b8b2718b14b9ab7ff7034479122e5f98ca description: '' @@ -242133,6 +256945,7 @@ https://www.infoq.com/news/2019/04/google-traffic-director: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.infoq.com/news/2019/05/kafka-zeebe-streams-workflows: ai_summary: Discusses integrating Apache Kafka's distributed streaming logs with Zeebe's stateful workflow management. Analyzes patterns to maintain reliable, @@ -242161,6 +256974,7 @@ https://www.infoq.com/news/2019/05/kafka-zeebe-streams-workflows: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/02/wksctl-kubernetes-gitops: ai_summary: An InfoQ editorial piece analyzing the operational design of WKSctl. Explores how declarative machine and cluster definitions allowed users to bootstrap @@ -242190,6 +257004,7 @@ https://www.infoq.com/news/2020/02/wksctl-kubernetes-gitops: - kubernetes-on-premise.md - gitops.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/04/terraform-operator-kubernetes: content_hash: 68ebae48ee9b90844384d3679269a11d5874ec42b422405e23b036a9382c0218 description: '' @@ -242207,6 +257022,7 @@ https://www.infoq.com/news/2020/04/terraform-operator-kubernetes: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/06/defense-department-devsecops: ai_summary: 'An architectural case study exploring the US Department of Defense''s massive transition to DevSecOps utilizing Kubernetes and Istio inside air-gapped @@ -242237,6 +257053,7 @@ https://www.infoq.com/news/2020/06/defense-department-devsecops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/07/cdk-terraform: content_hash: 5a881953bbcbd8468af59dcc9e6b5ba46f9094874513630b8a32572aec547299 description: '' @@ -242254,6 +257071,7 @@ https://www.infoq.com/news/2020/07/cdk-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/07/docker-ecs-plugin: content_hash: 9c9511ca2af0064c24e001fa7b343476847932bd9c3e8f3bebed08ebeb59a496 description: '' @@ -242271,6 +257089,7 @@ https://www.infoq.com/news/2020/07/docker-ecs-plugin: v2_locations: - docker.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/08/GitHub-open-api-spec: ai_summary: An InfoQ news analysis covering GitHub's strategic move to open-source its REST API specification using the OpenAPI format. The article highlights how @@ -242301,6 +257120,7 @@ https://www.infoq.com/news/2020/08/GitHub-open-api-spec: v2_locations: - git.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/09/aws-ec2-t4g-instances: content_hash: ea0348bedd651f9c8e69113e0b6a7ee2f9880d8cf94ba82019384baa512a9231 description: '' @@ -242318,6 +257138,7 @@ https://www.infoq.com/news/2020/09/aws-ec2-t4g-instances: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/09/kubernetes-ingress-ga: content_hash: 7e01c2386b6050fbec573240d3b300403084a93d40b452385321fb895c865c6a description: '' @@ -242334,6 +257155,7 @@ https://www.infoq.com/news/2020/09/kubernetes-ingress-ga: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/10/kubernetes-chaos-mesh-ga: content_hash: 3332814e11b641a334e2b2e67efd69588fcef24cd63333cce80ffb60806fad56 description: '' @@ -242351,6 +257173,7 @@ https://www.infoq.com/news/2020/10/kubernetes-chaos-mesh-ga: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/11/2020-devops-report: content_hash: 681a77ab49a54131c5ac428a18b59184dbc6ea123d679fb3da5e5ed8eb67fa21 description: '' @@ -242367,6 +257190,7 @@ https://www.infoq.com/news/2020/11/2020-devops-report: v2_locations: - devops.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/12/data-mesh-architecture: ai_summary: An executive summary analyzing Zhamak Dehghani's foundational Data Mesh concepts. Contemplates the operational and architectural pivot from centralized @@ -242394,6 +257218,7 @@ https://www.infoq.com/news/2020/12/data-mesh-architecture: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.infoq.com/news/2020/12/k0s-kubernetes-distribution: ai_summary: An industry report covering Mirantis' launch of k0s. Details the project's architecture, showing how it solves common challenges like packaging components @@ -242422,6 +257247,7 @@ https://www.infoq.com/news/2020/12/k0s-kubernetes-distribution: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/01/aws-devops-guru: ai_summary: 'Curator Insight: InfoQ coverage detailing the launch of AWS DevOps Guru, an ML-powered monitoring tool. @@ -242451,6 +257277,7 @@ https://www.infoq.com/news/2021/01/aws-devops-guru: v2_locations: - aws-devops.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/01/aws-grafana-prometheus: content_hash: b7f4df31d62cf7a4a3655260dccc24a14cb341e3e9a915039390d19f47a5441e description: '' @@ -242468,6 +257295,7 @@ https://www.infoq.com/news/2021/01/aws-grafana-prometheus: v2_locations: - aws-monitoring.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/01/aws-transfer-ftp-efs: ai_summary: Reports on the strategic integration between AWS Transfer Family (SFTP/FTPS/FTP) and EFS. Enables developers to expose shared file systems securely directly to @@ -242495,6 +257323,7 @@ https://www.infoq.com/news/2021/01/aws-transfer-ftp-efs: v2_locations: - aws-storage.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/01/docker-jfrog-partnership: content_hash: e98c922d9b9445df53c347670c1844a67a490b82dfe532dc9528879fef1f4828 description: '' @@ -242512,6 +257341,7 @@ https://www.infoq.com/news/2021/01/docker-jfrog-partnership: v2_locations: - docker.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/03/aws-efs-one-zone-storage-classes: content_hash: 3789c75685921fe314c8609d12f432965ff7c765ba59c1c1d390792ad2cd47f4 description: '' @@ -242529,6 +257359,7 @@ https://www.infoq.com/news/2021/03/aws-efs-one-zone-storage-classes: v2_locations: - aws-pricing.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/04/aws-ec2-serial-console: content_hash: 5e77527ffdea7b08da9ffe60eba9f74458144e84faae9de1cb45053ac244ea5a description: '' @@ -242546,6 +257377,7 @@ https://www.infoq.com/news/2021/04/aws-ec2-serial-console: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/04/cloudflare-terraform: content_hash: 48d750ab83cbac48cda08c081032536eab7476b60f7dcb9c051c9bb843e2bbe5 description: '' @@ -242562,6 +257394,7 @@ https://www.infoq.com/news/2021/04/cloudflare-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/04/ibm-redhat-openbuilt: content_hash: c621b3bf6e9167581591e5946bf233647a5adbe59f14b857b5f62f69e42d301f description: '' @@ -242579,6 +257412,7 @@ https://www.infoq.com/news/2021/04/ibm-redhat-openbuilt: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/04/red-hat-openshift-aws: content_hash: 1f37c76f6e17e0a8b979910861fd7180f93fdb033b8c022b3e0cd124743e97f0 description: '' @@ -242596,6 +257430,7 @@ https://www.infoq.com/news/2021/04/red-hat-openshift-aws: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/06/step-functions-workflow-studio: content_hash: 6430468b87f6110ef0bb8d091f3c63551a169c5c2af566906a3ba02f65635670 description: '' @@ -242612,6 +257447,7 @@ https://www.infoq.com/news/2021/06/step-functions-workflow-studio: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/08/aws-cloudwatch-alarms: content_hash: af347562b3157dd24e901e1f75506e854c785c362ddcbc0c363e8c816d6935e5 description: '' @@ -242629,6 +257465,7 @@ https://www.infoq.com/news/2021/08/aws-cloudwatch-alarms: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/08/external-IT-providers-devops: content_hash: 87cf4cdb901f29ddd625d143d7cdb806b89876d4ea0d77b947b88ccae88bb85a description: '' @@ -242645,6 +257482,7 @@ https://www.infoq.com/news/2021/08/external-IT-providers-devops: v2_locations: - devops.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/08/google-cloud-cas-ga: content_hash: b4c68f4b761d7830b085b7e07de9f4d530b08fed239931cf07402f96ee85315e description: '' @@ -242662,6 +257500,7 @@ https://www.infoq.com/news/2021/08/google-cloud-cas-ga: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/08/quarkus-2-0-final-release: content_hash: 3e30eda2d854abaf6771c422c757aaa2bed23de7d38f1c9212d558e8041a5d10 description: '' @@ -242679,6 +257518,7 @@ https://www.infoq.com/news/2021/08/quarkus-2-0-final-release: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/09/java17-released: content_hash: a8ad26579a7341947b53e70a5f9215c028882c75534a503070490542b7e5bed9 description: '' @@ -242695,6 +257535,7 @@ https://www.infoq.com/news/2021/09/java17-released: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/09/kubernetes-hardening-guidance: ai_summary: Summarizes key operational pillars of the NSA-CISA Kubernetes hardening guide. Explains the security implications of runtime credentials, etcd access @@ -242722,6 +257563,7 @@ https://www.infoq.com/news/2021/09/kubernetes-hardening-guidance: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/09/kubescape: ai_summary: A developer-focused interview exploring the release of Kubescape. Outlines the technical strategies behind automated cluster auditing and dynamic verification @@ -242750,6 +257592,7 @@ https://www.infoq.com/news/2021/09/kubescape: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/12/amazon-repost-questions-answers: content_hash: ddde8f7ef7f95ea5078008754211fd37bbc3c5ccb026d94625e12c1865b33466 description: '' @@ -242766,6 +257609,7 @@ https://www.infoq.com/news/2021/12/amazon-repost-questions-answers: v2_locations: - aws.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/12/azure-load-testing-preview: ai_summary: High-level overview of Microsoft’s fully-managed Azure Load Testing release. Illustrates how developers can leverage native cloud scaling to validate @@ -242794,6 +257638,7 @@ https://www.infoq.com/news/2021/12/azure-load-testing-preview: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/12/kinesis-data-streams-ondemand: content_hash: 4a2f797740a387c580861854cdda46cbe27dd2dd76db041873a2c97eb2698509 description: '' @@ -242810,6 +257655,7 @@ https://www.infoq.com/news/2021/12/kinesis-data-streams-ondemand: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/12/recap-reinvent-2021: content_hash: 63740b0423bd4416b68252de117e83922b6495ae423c8606cb5d09cdfe69f1d5 description: '' @@ -242826,6 +257672,7 @@ https://www.infoq.com/news/2021/12/recap-reinvent-2021: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/12/remote-first-sre: content_hash: abb9a61b60d9a5320d676a04c156ca5747bb41a0244a698b55e8794960e728bb description: '' @@ -242842,6 +257689,7 @@ https://www.infoq.com/news/2021/12/remote-first-sre: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://www.infoq.com/news/2021/12/spring-boot-2-6: content_hash: 546f8f97d71c4f329fbd6e61783ab4437f2c63abaddd3fc03e988064ff197d16 description: '' @@ -242859,10 +257707,12 @@ https://www.infoq.com/news/2021/12/spring-boot-2-6: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/01/ -cncf-state-of-cloud-native: health_score: 80.0 last_checked: 1779030982.060192 v1_locations: [] + addition_method: manual https://www.infoq.com/news/2022/01/GitHub-devops-mobile-apps: content_hash: 576a3fdde333cae6058fb5982d0f79a41ce10e700b16d0c03ad720610aadd59b description: '' @@ -242879,6 +257729,7 @@ https://www.infoq.com/news/2022/01/GitHub-devops-mobile-apps: v2_locations: - git.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/01/aws-iam-s3-access: content_hash: 1035626c881808af1b14fd5ac38de950afe918bd10da1f0d7867248ae462f52d description: '' @@ -242896,6 +257747,7 @@ https://www.infoq.com/news/2022/01/aws-iam-s3-access: v2_locations: - aws-security.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/01/aws-rds-readable-standby: content_hash: 579e6d1fad8234922f86e4b56cc36cb86f577e6f1c192c6a76dbad14c0a4ee65 description: '' @@ -242913,6 +257765,7 @@ https://www.infoq.com/news/2022/01/aws-rds-readable-standby: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/01/elastic-terraform: content_hash: 775f87125057e6a222052df8beb5815c3922b76aab4824192faab6f8ecff6266 description: '' @@ -242930,6 +257783,7 @@ https://www.infoq.com/news/2022/01/elastic-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/01/karpenter-kubernetes-autoscaler: content_hash: 7e0fb354763fcec94989e77b520f64dfaeba78bb6575e15e67e029ce9668daa8 description: '' @@ -242946,6 +257800,7 @@ https://www.infoq.com/news/2022/01/karpenter-kubernetes-autoscaler: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/01/kubernetes-dockershim-removal: content_hash: a46a26508901e187c1384f0f0ae9c9d90b7e789bd8cbe7973383053219acb8d3 description: '' @@ -242963,6 +257818,7 @@ https://www.infoq.com/news/2022/01/kubernetes-dockershim-removal: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/02/aws-efs-replication: content_hash: b1f1fd463103f115432ec3d5baf766740573043f28f27d2a4be5f83894969706 description: '' @@ -242980,6 +257836,7 @@ https://www.infoq.com/news/2022/02/aws-efs-replication: v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/02/github-codespaces-templates: ai_summary: This technical news article details the introduction of Codespaces templates, designed to optimize boot times and environment reproducibility. By pre-building @@ -243010,6 +257867,7 @@ https://www.infoq.com/news/2022/02/github-codespaces-templates: v2_locations: - git.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/02/google-cloud-deploy: content_hash: 835031c1daaec2e772bc032d75b950f9da794af1c4f13dc890a22285f9d65992 description: '' @@ -243027,6 +257885,7 @@ https://www.infoq.com/news/2022/02/google-cloud-deploy: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/02/grafana-incident-oncall: content_hash: 8d56dfebdf623862f4279562746aabbd9074ffa2f18e4d7afa3a70e1eef1f87b description: '' @@ -243043,6 +257902,7 @@ https://www.infoq.com/news/2022/02/grafana-incident-oncall: v2_locations: - grafana.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/02/terraform-aws-provider-s3: content_hash: d3b8098206992409c564aa274b0d16a96426a17e5beb1aab233d623da4ed9b9c description: '' @@ -243060,6 +257920,7 @@ https://www.infoq.com/news/2022/02/terraform-aws-provider-s3: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/03/nubesgen-azure-infrastructure: content_hash: 6cc7dd72ac2efafc507d23fdfa125dadd7063cef96b7d8ff8c2dd787554d0a4f description: '' @@ -243076,6 +257937,7 @@ https://www.infoq.com/news/2022/03/nubesgen-azure-infrastructure: v2_locations: - azure.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/09/debug-dockerfiles-buildg: content_hash: d0015cf79b365a01e68d8e55191df3d7968d9bfb35b8322e3e7a23f8711c2253 description: '' @@ -243092,6 +257954,7 @@ https://www.infoq.com/news/2022/09/debug-dockerfiles-buildg: v2_locations: - docker.md year: N/A + addition_method: manual https://www.infoq.com/news/2022/09/terraform-simplified-refactoring: content_hash: f29d3a5540cbfa42994af17fc1016ff3dcc051a8f296571e75c2ff03dcdce725 description: '' @@ -243109,6 +257972,7 @@ https://www.infoq.com/news/2022/09/terraform-simplified-refactoring: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infoq.com/news/2023/02/aws-deployment-pipelines: content_hash: 56b58bc27813266c87c26022235abe47eb7dea66d1f5ec48bd823a5feef6d8d8 description: '' @@ -243126,6 +257990,7 @@ https://www.infoq.com/news/2023/02/aws-deployment-pipelines: v2_locations: - aws.md year: N/A + addition_method: manual https://www.infoq.com/news/2023/03/aks-edge-essentials-ga: ai_summary: Outlines Microsoft's strategy for running Kubernetes at the resource-constrained edge via AKS Edge Essentials. Synthesizes early product announcements with actual @@ -243154,6 +258019,7 @@ https://www.infoq.com/news/2023/03/aks-edge-essentials-ga: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.infoq.com/news/2023/03/kwok-kubernetes: content_hash: 31523cf0a8a5bfbac84432eeb71c4d14ef46ff71b8b4ec11a84d193efc3c56e0 description: '' @@ -243170,6 +258036,7 @@ https://www.infoq.com/news/2023/03/kwok-kubernetes: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.infoq.com/news/2023/04/aws-well-architected-framework: ai_summary: An InfoQ editorial piece summarizing key enhancements in AWS's Well-Architected Framework update. It dissects updates across security guidance, reliability structures, @@ -243198,6 +258065,7 @@ https://www.infoq.com/news/2023/04/aws-well-architected-framework: v2_locations: - aws-architecture.md year: N/A + addition_method: manual https://www.infoq.com/news/2023/04/cdk-terraform-convert: content_hash: ad655d3743faa813dc9e1ded873185206f65b4c575a17aceeabb27977b883fd7 description: '' @@ -243215,6 +258083,7 @@ https://www.infoq.com/news/2023/04/cdk-terraform-convert: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infoq.com/news/2023/04/patcher-iac-upgrade: content_hash: 6b930a16ff079606dd63cca3fbecdd4b7ea9e5799317688e3bb69ea9bb99d281 description: '' @@ -243231,6 +258100,7 @@ https://www.infoq.com/news/2023/04/patcher-iac-upgrade: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infoq.com/news/2023/11/azure-well-architected-framework: content_hash: 9a0e610e47978c48b4e90ee9be31889379beb8d6790f3c9c814a4675adeb8a88 health_score: 100.0 @@ -243243,6 +258113,7 @@ https://www.infoq.com/news/2023/11/azure-well-architected-framework: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://www.infoq.com/platformengineering: content_hash: 9cc4a5ae619b601dc39d117428d97bac368ad2677c838cd1f619ab174632c950 description: '' @@ -243259,6 +258130,7 @@ https://www.infoq.com/platformengineering: v2_locations: - devops.md year: N/A + addition_method: manual https://www.infoq.com/podcasts/platform-engineering-teams-10x-better: content_hash: a76c85f6046fcfee3df361844be79174bf76e4320067aff6846f9d7bf7cafa32 description: '' @@ -243275,6 +258147,7 @@ https://www.infoq.com/podcasts/platform-engineering-teams-10x-better: v2_locations: - devops.md year: N/A + addition_method: manual https://www.infoq.com/presentations/5-challenges-mesh: content_hash: 0c47748cf63aff0d790d59fde797968934e5150f39e73f0d791782d04d1befe0 description: '' @@ -243292,6 +258165,7 @@ https://www.infoq.com/presentations/5-challenges-mesh: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.infoq.com/presentations/7-microservices-anti-patterns: content_hash: 8cb36fb6a6583a6ec9089c5c39f55256b72a23e72444ed6841f67c7b677c189f description: '' @@ -243303,6 +258177,7 @@ https://www.infoq.com/presentations/7-microservices-anti-patterns: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.infoq.com/presentations/API-Business-Models: content_hash: 89c4b2d2a83f82b5c632bb56f44c067a176cec8d171b75514b305e972c0d8787 description: '' @@ -243319,6 +258194,7 @@ https://www.infoq.com/presentations/API-Business-Models: v2_locations: - api.md year: N/A + addition_method: manual https://www.infoq.com/presentations/adopting-service-mesh: content_hash: 1886cc3b85a4c3341fc5cb602c3ec38772086a8af6def7ba5da3b867f30a0c15 description: '' @@ -243335,6 +258211,7 @@ https://www.infoq.com/presentations/adopting-service-mesh: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.infoq.com/presentations/api-design-implement-document: content_hash: d78b023bcb5f81f31c5671fb5b7e496bc1aeea98b82d1bfa23f1e017138e125a description: '' @@ -243351,6 +258228,7 @@ https://www.infoq.com/presentations/api-design-implement-document: v2_locations: - api.md year: N/A + addition_method: manual https://www.infoq.com/presentations/fail-cloud-native-migration: content_hash: 6ef61fa9d7dce7de1c1d43db2d9e98e3f397e522266f500de45889480843068b description: '' @@ -243367,6 +258245,7 @@ https://www.infoq.com/presentations/fail-cloud-native-migration: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.infoq.com/presentations/microservices-software-quality: content_hash: 9ca7b1d3adbcf17656b86ad37521a3105c60a9bf2d251c7eb46a497c298611bf description: '' @@ -243383,6 +258262,7 @@ https://www.infoq.com/presentations/microservices-software-quality: v2_locations: - qa.md year: N/A + addition_method: manual https://www.infoq.com/presentations/service-mesh-ebpf: content_hash: 95b240a8bb5f34f56f833499eebc185b90040039bb20b5035ed811ce2b98b61b description: '' @@ -243399,6 +258279,7 @@ https://www.infoq.com/presentations/service-mesh-ebpf: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.infoq.com/presentations/sre-apprentices: ai_summary: This session addresses the cognitive models of system failure, specifically targeting how apprentices and junior SREs can safely learn to analyze complex @@ -243427,6 +258308,7 @@ https://www.infoq.com/presentations/sre-apprentices: v2_locations: - sre.md year: N/A + addition_method: manual https://www.information-age.com/devops-vs-agile-distinguishing-and-combining-the-two-20117: content_hash: 068a614c5be017702b04ecb07ca05966df66220e843f708370e3768e9e349a0e description: '' @@ -243443,6 +258325,7 @@ https://www.information-age.com/devops-vs-agile-distinguishing-and-combining-the v2_locations: - devops.md year: N/A + addition_method: manual https://www.informationweek.com/devops/can-enterprises-benefit-from-adopting-database-devops/a/d-id/1337238: content_hash: ae700c7c52465048cc5ec36cdeb281758376a6c066abfe59d16e21bf83f57571 description: '' @@ -243454,6 +258337,7 @@ https://www.informationweek.com/devops/can-enterprises-benefit-from-adopting-dat v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.informationweek.com/devops/whats-holding-devops-back/a/d-id/1339540: content_hash: 1a312f3898bf7ccfa119cc271d36b6a4b77b1f352f55472a89924cb593eb1614 description: '' @@ -243465,6 +258349,7 @@ https://www.informationweek.com/devops/whats-holding-devops-back/a/d-id/1339540: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.informationweek.com/software-services/devops: health_score: 100.0 last_checked: 1779130495.021158 @@ -243476,6 +258361,7 @@ https://www.informationweek.com/software-services/devops: - docs/devops.md v2_locations: - databases.md + addition_method: manual https://www.infostor.com/backup-and_recovery/quantum-taps-aws-for-cloud-powered-disaster-recovery.html: content_hash: 6970e3ef8de3927b72d96d0e62f57dcc53d1c0eacaeb83e4866e313c9e8f0d2b health_score: 100.0 @@ -243488,6 +258374,7 @@ https://www.infostor.com/backup-and_recovery/quantum-taps-aws-for-cloud-powered- - docs/aws-backup.md v2_locations: - aws-backup.md + addition_method: manual https://www.infoworld.com/article/2254500/serverless-computing-with-aws-lambda.html: ai_summary: A historical baseline tutorial providing a hands-on introduction to creating functions, mapping API endpoints, and evaluating runtime logs. While @@ -243510,6 +258397,7 @@ https://www.infoworld.com/article/2254500/serverless-computing-with-aws-lambda.h v2_locations: - aws-serverless.md year: '2017' + addition_method: manual https://www.infoworld.com/article/2256828/jdk-15-the-new-features-in-java-15.html: content_hash: cd3355863d2541548cb82c168ee5c9a15dc06ec79465027a628556d089f05953 health_score: 100.0 @@ -243522,6 +258410,7 @@ https://www.infoworld.com/article/2256828/jdk-15-the-new-features-in-java-15.htm - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://www.infoworld.com/article/2257118/dockers-compose-specification-is-now-an-open-standard.html: content_hash: 9a4ec08d8af75fb2897c1322468ad59407978495924277920163df0173a28398 health_score: 100.0 @@ -243534,6 +258423,7 @@ https://www.infoworld.com/article/2257118/dockers-compose-specification-is-now-a - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.infoworld.com/article/2258136/10-steps-to-automating-security-in-kubernetes-pipelines.html: ai_summary: Focuses on establishing highly automated security checkpoints across the continuous delivery pipeline. Curator insight lists key automation areas, @@ -243557,6 +258447,7 @@ https://www.infoworld.com/article/2258136/10-steps-to-automating-security-in-kub v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://www.infoworld.com/article/2261454/why-arent-you-using-feature-flags.html: ai_summary: An industry advocacy piece exploring standard friction points holding organizations back from adopting feature management platforms. Highlights the @@ -243579,6 +258470,7 @@ https://www.infoworld.com/article/2261454/why-arent-you-using-feature-flags.html v2_locations: - git.md year: '2021' + addition_method: manual https://www.infoworld.com/article/2261531/red-hats-crime-against-centos.html: ai_summary: 'An analytical article discussing the intense industry backlash and architectural implications of Red Hat''s decision to shift CentOS from a downstream @@ -243602,6 +258494,7 @@ https://www.infoworld.com/article/2261531/red-hats-crime-against-centos.html: v2_locations: - linux.md year: '2023' + addition_method: manual https://www.infoworld.com/article/2261795/building-microservices-give-dapr-a-try.html: content_hash: b3c7fd947c2af95c3e7e33effdd773d61e5f965604406aa8eaa320609f029fe2 health_score: 100.0 @@ -243614,6 +258507,7 @@ https://www.infoworld.com/article/2261795/building-microservices-give-dapr-a-try - docs/serverless.md v2_locations: - serverless.md + addition_method: manual https://www.infoworld.com/article/2261975/when-kubernetes-is-not-the-solution.html: ai_summary: Highlights use-cases and scenarios where Kubernetes acts as an anti-pattern. Outlines operational over-engineering, hidden resource consumption, and networking @@ -243635,6 +258529,7 @@ https://www.infoworld.com/article/2261975/when-kubernetes-is-not-the-solution.ht v2_locations: - kubernetes-alternatives.md year: '2021' + addition_method: manual https://www.infoworld.com/article/2263821/5-devops-practices-to-improve-application-reliability.html: content_hash: a4a8f21fbc202bea3bcd8300efb07bb5ea50e11ec2080b76026e4176e803790a health_score: 100.0 @@ -243647,6 +258542,7 @@ https://www.infoworld.com/article/2263821/5-devops-practices-to-improve-applicat - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.infoworld.com/article/2264177/the-decline-of-heroku.html: content_hash: 152f3fe263e3ef0704b795c60ab1820c95916a9b4dfe41192ae73ead6f557caf health_score: 100.0 @@ -243659,6 +258555,7 @@ https://www.infoworld.com/article/2264177/the-decline-of-heroku.html: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.infoworld.com/article/2264256/6-reasons-to-switch-to-managed-kubernetes.html: ai_summary: Explores key drivers for offloading Kubernetes cluster administration to managed services. Examines control-plane management, security patching, and @@ -243680,6 +258577,7 @@ https://www.infoworld.com/article/2264256/6-reasons-to-switch-to-managed-kuberne v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.infoworld.com/article/2264392/no-one-wants-to-manage-kubernetes-anymore.html: content_hash: e89501f16fababa01cfa78a726cda2e83c9ce1722d08c638c8ad6e64b431590d health_score: 100.0 @@ -243692,6 +258590,7 @@ https://www.infoworld.com/article/2264392/no-one-wants-to-manage-kubernetes-anym - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.infoworld.com/article/2264771/3-cloud-architecture-mistakes-we-all-make-but-shouldnt.html: content_hash: 8cf6f47a9d583a8e90397d04fdd53fe531b14b275e73ed93e117143d479c3937 health_score: 100.0 @@ -243704,6 +258603,7 @@ https://www.infoworld.com/article/2264771/3-cloud-architecture-mistakes-we-all-m - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.infoworld.com/article/2265016/15-tools-that-make-kubernetes-easier.html: content_hash: c02c8eca0bd629a6a4692ce4fa52d45fc3924f3a5e4c83de463a695cbd8e835c health_score: 100.0 @@ -243716,6 +258616,7 @@ https://www.infoworld.com/article/2265016/15-tools-that-make-kubernetes-easier.h - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.infoworld.com/article/2265488/how-kubernetes-works.html: content_hash: f3da28e09c6f333b1177874ddb8e7897d1e55368959cb2f55df3f11bf95594bc health_score: 100.0 @@ -243728,6 +258629,7 @@ https://www.infoworld.com/article/2265488/how-kubernetes-works.html: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.infoworld.com/article/2266054/6-kubernetes-distributions-leading-the-container-revolution.html: ai_summary: Reviews the leading container platforms guiding the market shift towards hybrid and multi-cloud Kubernetes orchestration. Evaluates enterprise-grade capabilities @@ -243752,6 +258654,7 @@ https://www.infoworld.com/article/2266054/6-kubernetes-distributions-leading-the v2_locations: - kubernetes-on-premise.md year: '2022' + addition_method: manual https://www.infoworld.com/article/2267127/how-to-use-the-python-for-loop.html: content_hash: c8703ed1de451eb3ce532b7977327d4b07a642c8886c359203ba22b19882793b health_score: 100.0 @@ -243764,6 +258667,7 @@ https://www.infoworld.com/article/2267127/how-to-use-the-python-for-loop.html: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html: ai_summary: 'Curator Insight: Broad industry-focused definition of CI/CD pipeline automation and toolchains. Live Grounding: Explores the evolutionary shift from @@ -243787,6 +258691,7 @@ https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-an v2_locations: - cicd.md year: '2023' + addition_method: manual https://www.infoworld.com/article/2269272/how-docker-broke-in-half.html: content_hash: 59190e03ae6246373bcaa86454cc2d08462b33ab930ce3b78b788d9735232656 health_score: 100.0 @@ -243799,6 +258704,7 @@ https://www.infoworld.com/article/2269272/how-docker-broke-in-half.html: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.infoworld.com/article/2269961/kubernetes-object-storage-best-practices.html: content_hash: 272a19a487763b28bc63fb1b2699acf53a340853fa5c6d0aab2e3892e05ddb14 health_score: 100.0 @@ -243811,6 +258717,7 @@ https://www.infoworld.com/article/2269961/kubernetes-object-storage-best-practic - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://www.infoworld.com/article/2270388/continuous-integration-with-docker-and-jenkins.html: content_hash: 62c1f1db3f56e977f4b93288ae1d5d97544c4b47a8a2b75ea18d63833948538b health_score: 100.0 @@ -243823,6 +258730,7 @@ https://www.infoworld.com/article/2270388/continuous-integration-with-docker-and - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.infoworld.com/article/2270518/5-devops-use-cases-for-developing-with-feature-flags.html: ai_summary: Highlights five key operational DevOps patterns enabled by feature flag deployment. Explains concrete use cases, including system dark launching, canary @@ -243845,6 +258753,7 @@ https://www.infoworld.com/article/2270518/5-devops-use-cases-for-developing-with v2_locations: - git.md year: '2021' + addition_method: manual https://www.infoworld.com/article/2270578/the-red-method-a-new-strategy-for-monitoring-microservices.html: content_hash: 1b2873744be011fa7a616b8b8fad53e6e641993ef650d71801e597876ea8453d health_score: 100.0 @@ -243857,6 +258766,7 @@ https://www.infoworld.com/article/2270578/the-red-method-a-new-strategy-for-moni - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.infoworld.com/article/2270714/complexity-is-killing-software-developers.html: content_hash: e7ef22215c32a9b79f1e9f461bbaccec8fdd0b08a3bd169515619c4cc17f9fdf health_score: 100.0 @@ -243871,6 +258781,7 @@ https://www.infoworld.com/article/2270714/complexity-is-killing-software-develop v2_locations: - devel-sites.md - introduction.md + addition_method: manual https://www.infoworld.com/article/2270808/github-introduces-code-review-controls.html: ai_summary: This InfoWorld article highlights GitHub's enhancement of its governance capabilities through advanced code review controls, ensuring compliance policies @@ -243895,6 +258806,7 @@ https://www.infoworld.com/article/2270808/github-introduces-code-review-controls v2_locations: - git.md year: '2022' + addition_method: manual https://www.infoworld.com/article/2270814/docker-really-did-change-the-world.html: content_hash: b65ebceeb0df96926eaa033bdba23c05a037e9921cec992b8db400fdd252e4b3 health_score: 100.0 @@ -243907,6 +258819,7 @@ https://www.infoworld.com/article/2270814/docker-really-did-change-the-world.htm - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.infoworld.com/article/2270825/the-race-to-secure-kubernetes-at-runtime.html: ai_summary: Explores the rapid evolution of security technologies focusing on runtime detection and container-level process isolation. Curator insight details the industry @@ -243930,6 +258843,7 @@ https://www.infoworld.com/article/2270825/the-race-to-secure-kubernetes-at-runti v2_locations: - kubernetes-security.md year: '2022' + addition_method: manual https://www.infoworld.com/article/2270941/google-cloud-appsheet-review-no-code-with-extras.html: content_hash: e6971530f9f0841881cc7723d039588899c45dd55e69f8879b96f9fb6107d706 health_score: 100.0 @@ -243942,6 +258856,7 @@ https://www.infoworld.com/article/2270941/google-cloud-appsheet-review-no-code-w - docs/GoogleCloudPlatform.md v2_locations: - GoogleCloudPlatform.md + addition_method: manual https://www.infoworld.com/article/2271333/securing-the-kubernetes-software-supply-chain.html: ai_summary: Introduces Ratify, an open-source verification engine designed to validate container image signatures and bills of materials (SBOMs) prior to deployment. @@ -243967,6 +258882,7 @@ https://www.infoworld.com/article/2271333/securing-the-kubernetes-software-suppl v2_locations: - kubernetes-security.md year: '2022' + addition_method: manual https://www.infoworld.com/article/2271482/kubernetes-up-serverless-down-report.html: content_hash: dc98dc8f06ab3e516a5eafd0ae874b9c97daa87181feacfe654445ffd1bf8eae health_score: 100.0 @@ -243979,6 +258895,7 @@ https://www.infoworld.com/article/2271482/kubernetes-up-serverless-down-report.h - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.infoworld.com/article/2334477/cncf-survey-managed-kubernetes-becomes-the-norm.html: ai_summary: Reviews CNCF annual survey results showing massive adoption of managed Kubernetes over self-hosted alternatives, mapping out industrial patterns in enterprise @@ -244000,6 +258917,7 @@ https://www.infoworld.com/article/2334477/cncf-survey-managed-kubernetes-becomes v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual ? https://www.infoworld.com/article/2334525/how-to-protect-your-kubernetes-infrastructure-from-the-argo-cd-vulnerability.html : ai_summary: 'Curator Insight: Actionable playbook detailing operational steps to patch and mitigate the path traversal vulnerability in enterprise clusters. Live @@ -244024,12 +258942,14 @@ https://www.infoworld.com/article/2334477/cncf-survey-managed-kubernetes-becomes v2_locations: - argo.md year: '2022' + addition_method: manual https://www.infoworld.com/article/2334635/the-biggest-obstacle-to-cloud-is-people.html: content_hash: b4a9cba79b84a2295cf495a5061d9d7499e65be594afddec7c148c6b3b473af0 health_score: 100.0 last_checked: 1779130495.005633 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://www.infoworld.com/article/2334689/beyond-sql-8-new-languages-for-data-querying.html: content_hash: e533b9ec4b52be7fb82644b308ae5ff7ee2b83b0c5cca34aabcb08b9af07e7cc health_score: 100.0 @@ -244042,6 +258962,7 @@ https://www.infoworld.com/article/2334689/beyond-sql-8-new-languages-for-data-qu - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.infoworld.com/article/2334697/what-is-git-version-control-for-collaborative-programming.html: ai_summary: Evaluates Git's positioning and dominance in modern enterprise architectures. Examines internal object tracking mechanics, repository distributed layouts, and @@ -244064,6 +258985,7 @@ https://www.infoworld.com/article/2334697/what-is-git-version-control-for-collab v2_locations: - git.md year: '2021' + addition_method: manual https://www.infoworld.com/article/2335001/why-we-need-both-cloud-architects-and-cloud-engineers.html: content_hash: 9200fb3cdf4f5d266206b9706011dc7b8f6e78d3643f6eb39f8a2238fcfc507f health_score: 100.0 @@ -244076,6 +258998,7 @@ https://www.infoworld.com/article/2335001/why-we-need-both-cloud-architects-and- - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.infoworld.com/article/2335723/why-mercedes-benz-runs-on-900-kubernetes-clusters.html: content_hash: e6688e78824a16c2955d3cb58044dd877bd00f1481d41a277d474cef683300be health_score: 100.0 @@ -244088,6 +259011,7 @@ https://www.infoworld.com/article/2335723/why-mercedes-benz-runs-on-900-kubernet - docs/customer.md v2_locations: - customer.md + addition_method: manual https://www.infoworld.com/article/2336728/5-best-practices-for-securing-cicd-pipelines.html: ai_summary: Industry playbook highlighting optimal architectural security boundaries in modern delivery environments. Emphasizes secrets lifecycle management, dependency @@ -244109,6 +259033,7 @@ https://www.infoworld.com/article/2336728/5-best-practices-for-securing-cicd-pip v2_locations: - ai.md year: '2024' + addition_method: manual https://www.infoworld.com/article/2336757/16-open-source-projects-transforming-ai-and-machine-learning.html: content_hash: 4c0530a5f5443f86b44371af2b35181621b03af62204d140701df985931661a3 health_score: 100.0 @@ -244121,6 +259046,7 @@ https://www.infoworld.com/article/2336757/16-open-source-projects-transforming-a - docs/mlops.md v2_locations: - mlops.md + addition_method: manual https://www.infoworld.com/article/2336761/are-we-experiencing-cloudflation.html: content_hash: 730fd2b0bf9033298bef328f64df64144ac6a77b83c1858b9033828dfcc55412 health_score: 100.0 @@ -244133,6 +259059,7 @@ https://www.infoworld.com/article/2336761/are-we-experiencing-cloudflation.html: - docs/finops.md v2_locations: - finops.md + addition_method: manual https://www.infoworld.com/article/2337192/sysdigs-new-cost-advisor-aims-to-cut-kubernetes-costs.html: content_hash: 6767e1b1ecc28c02442794e5421ca3b28981091905f5d41d0937eb57f6f4b45b health_score: 100.0 @@ -244145,12 +259072,14 @@ https://www.infoworld.com/article/2337192/sysdigs-new-cost-advisor-aims-to-cut-k - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.infoworld.com/article/2337301/cloud-architects-are-afraid-of-automation.html: content_hash: 3b933ba163b5fb417a961d52a725d9d85e6752b128c7100bf26514247606fb77 health_score: 100.0 last_checked: 1779130495.010746 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://www.infoworld.com/article/2337368/how-to-beat-the-kubernetes-skills-shortage.html: content_hash: 0961aa9fba4cc6685f2bb8533e385eb7a9bb6dd65871ee064170bb8bdc850878 health_score: 100.0 @@ -244163,6 +259092,7 @@ https://www.infoworld.com/article/2337368/how-to-beat-the-kubernetes-skills-shor - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.infoworld.com/article/2337405/github-codespaces-freely-available-to-all-github-users.html: content_hash: d5e08242f5fee6baf3f7309a7e9b1ecc88e3aa60409d60da844d92b6fe96a045 health_score: 100.0 @@ -244170,6 +259100,7 @@ https://www.infoworld.com/article/2337405/github-codespaces-freely-available-to- needs_ai_refresh: true v1_locations: - docs/git.md + addition_method: manual https://www.infoworld.com/article/2337529/aws-lambda-kickstarts-java-functions.html: ai_summary: High-level coverage of AWS Lambda SnapStart integration for JVM applications, analyzing its capability to reduce initialization overhead. It discusses application @@ -244192,6 +259123,7 @@ https://www.infoworld.com/article/2337529/aws-lambda-kickstarts-java-functions.h v2_locations: - aws-serverless.md year: '2022' + addition_method: manual https://www.infoworld.com/article/2337651/what-to-do-when-your-devops-team-is-downsized.html: content_hash: 24d472c58d040a240d2f2ee716316349a5c62b35406457dab852369682488f33 health_score: 100.0 @@ -244204,6 +259136,7 @@ https://www.infoworld.com/article/2337651/what-to-do-when-your-devops-team-is-do - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.infoworld.com/article/2337918/getting-started-with-azure-openai.html: content_hash: 96cf71b4753d29f52432911c15266742bf76fe2562d5df847a3738f070805cbb health_score: 100.0 @@ -244216,6 +259149,7 @@ https://www.infoworld.com/article/2337918/getting-started-with-azure-openai.html - docs/azure.md v2_locations: - azure.md + addition_method: manual https://www.infoworld.com/article/2337920/how-multicloud-changes-devops.html: content_hash: 43b96a4cf0e19c4725fc8b716397f3db382ed5e67c2890a867c4a63160c95ceb health_score: 100.0 @@ -244228,6 +259162,7 @@ https://www.infoworld.com/article/2337920/how-multicloud-changes-devops.html: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.infoworld.com/article/2338012/when-finops-costs-you-more-in-the-end.html: content_hash: e635f2a11567d3e0d766a2debf8cecac346032a119643929ced590d752229aec health_score: 100.0 @@ -244240,6 +259175,7 @@ https://www.infoworld.com/article/2338012/when-finops-costs-you-more-in-the-end. - docs/finops.md v2_locations: - finops.md + addition_method: manual https://www.infoworld.com/article/2338245/5-priorities-that-cut-cloud-costs-and-improve-it-ops.html: content_hash: 0e207bc7ded931d0421a1c695fc9b807d13c2c52e4654e3cad879ecb2f3bc8f7 health_score: 100.0 @@ -244252,6 +259188,7 @@ https://www.infoworld.com/article/2338245/5-priorities-that-cut-cloud-costs-and- - docs/iac.md v2_locations: - iac.md + addition_method: manual https://www.infoworld.com/article/2338303/5-steps-to-bringing-kubernetes-costs-in-line.html: content_hash: 529fae100d5d0d4b0b8c5118d875b03c1c761a224e4a8a6e910f969308e484e6 health_score: 100.0 @@ -244264,6 +259201,7 @@ https://www.infoworld.com/article/2338303/5-steps-to-bringing-kubernetes-costs-i - docs/finops.md v2_locations: - finops.md + addition_method: manual https://www.infoworld.com/article/2338356/amazon-s-quiet-open-source-revolution.html: content_hash: aa6e3b60794c8f46567b0df7ba3115b217f88843fb76b1311f5e75b0ad328b25 health_score: 100.0 @@ -244276,6 +259214,7 @@ https://www.infoworld.com/article/2338356/amazon-s-quiet-open-source-revolution. - docs/aws.md v2_locations: - aws.md + addition_method: manual https://www.infoworld.com/article/2338392/why-platform-engineering.html: content_hash: 9922a2f31681c589c41bd0adbed3acc74959f54fcd9f35db21095432c050d455 health_score: 100.0 @@ -244288,6 +259227,7 @@ https://www.infoworld.com/article/2338392/why-platform-engineering.html: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.infoworld.com/article/2338428/kubernetes-cost-management-for-the-real-world.html: ai_summary: Explores pragmatic methodologies for managing and forecasting costs inside Kubernetes. Contrasts standard manual scaling limits with automated tools @@ -244310,6 +259250,7 @@ https://www.infoworld.com/article/2338428/kubernetes-cost-management-for-the-rea - finops.md - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://www.infoworld.com/article/2338474/kubernetes-costs-less-but-less-than-what.html: content_hash: c4feee000a650af910dbcd73a9493ebfcc198ba28b8e3e5879ed1c62dc2d6621 health_score: 100.0 @@ -244322,6 +259263,7 @@ https://www.infoworld.com/article/2338474/kubernetes-costs-less-but-less-than-wh - docs/finops.md v2_locations: - finops.md + addition_method: manual https://www.infoworld.com/article/2338860/you-cant-run-away-from-technical-debt.html: content_hash: 8abe83f4a6274bda0fed74364ba4c07fc664d54f95d717c2962a42a6c175038a health_score: 100.0 @@ -244334,6 +259276,7 @@ https://www.infoworld.com/article/2338860/you-cant-run-away-from-technical-debt. - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.infoworld.com/article/3210726/serverless-computing-with-aws-lambda.html: content_hash: ea798a514ffc5e19ee8e90d26382ae79baaef5f02e93eb68d45d81b3553bd3be description: '' @@ -244345,6 +259288,7 @@ https://www.infoworld.com/article/3210726/serverless-computing-with-aws-lambda.h v1_locations: - docs/aws-serverless.md year: N/A + addition_method: manual https://www.infoworld.com/article/3265059/6-kubernetes-distributions-leading-the-container-revolution.html: content_hash: 9a3e1f8157b7342e0fb46ea35907ec9450e3607d4fb2a968b125ffe3a1040d41 description: '' @@ -244356,6 +259300,7 @@ https://www.infoworld.com/article/3265059/6-kubernetes-distributions-leading-the v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html: content_hash: 13a3dcafd3b236ee3ec4554c1ff5d40950f3b36d9068bc46c77c2d217d90ade4 description: '' @@ -244368,6 +259313,7 @@ https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-an v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://www.infoworld.com/article/3488817/15-tools-that-make-kubernetes-easier.html: content_hash: ae5fad76680de7714ddb9551e1bd772b723616c24415d68294b6c9826a293b52 description: '' @@ -244379,6 +259325,7 @@ https://www.infoworld.com/article/3488817/15-tools-that-make-kubernetes-easier.h v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.infoworld.com/article/3534133/jdk-15-the-new-features-in-java-15.html: content_hash: d887682ce1dcffa07ba46a11093b773916ddeb21e412795deb2fbce61f8d6591 description: '' @@ -244390,6 +259337,7 @@ https://www.infoworld.com/article/3534133/jdk-15-the-new-features-in-java-15.htm v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://www.infoworld.com/article/3536573/dockers-compose-specification-is-now-an-open-standard.html: content_hash: 415989d419fc2aef34f22a100b557f1d65c38b25d8ce578900016f378a86d5df description: '' @@ -244401,6 +259349,7 @@ https://www.infoworld.com/article/3536573/dockers-compose-specification-is-now-a v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.infoworld.com/article/3545337/10-steps-to-automating-security-in-kubernetes-pipelines.html: content_hash: 84b35e47d7429acceb8f41c3ec15e7202f6eb78222dfdaa85a13f6301ae6d90e description: '' @@ -244412,6 +259361,7 @@ https://www.infoworld.com/article/3545337/10-steps-to-automating-security-in-kub v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.infoworld.com/article/3600150/why-arent-you-using-feature-flags.amp.html: content_hash: fb90d27db3c9baf7b08b1cc9b9deae4acda11f01b208af18eb6043f24fb8258f description: '' @@ -244423,6 +259373,7 @@ https://www.infoworld.com/article/3600150/why-arent-you-using-feature-flags.amp. v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.infoworld.com/article/3601202/red-hats-crime-against-centos.html: content_hash: be63965fc16a3be88ca4ef5d282f0654404cdd7153f0b6934148a3470fe7236c description: '' @@ -244434,6 +259385,7 @@ https://www.infoworld.com/article/3601202/red-hats-crime-against-centos.html: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.infoworld.com/article/3604010/building-microservices-give-dapr-a-try.html: content_hash: 190e1ea692e4c24fe4b0702b7aca3fd36af253efb9610c54569c3bb244d4890f description: '' @@ -244445,6 +259397,7 @@ https://www.infoworld.com/article/3604010/building-microservices-give-dapr-a-try v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://www.infoworld.com/article/3604652/when-kubernetes-is-not-the-solution.html: content_hash: e39e3b65216884a2a7d66da577822b6fcea78624e4c5a51e2c39c0c484c786de description: '' @@ -244456,6 +259409,7 @@ https://www.infoworld.com/article/3604652/when-kubernetes-is-not-the-solution.ht v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://www.infoworld.com/article/3613155/5-devops-practices-to-improve-application-reliability.html: content_hash: 646123d6c40f417a03673ca2c583ddc856cd428ef1e7523109692b5158a0cff4 description: '' @@ -244467,6 +259421,7 @@ https://www.infoworld.com/article/3613155/5-devops-practices-to-improve-applicat v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.infoworld.com/article/3614210/the-decline-of-heroku.html: content_hash: 2fb0af40aa5e0ba47882b24788dba7cb1c5447781e0acb725020bb933e066a80 description: '' @@ -244478,6 +259433,7 @@ https://www.infoworld.com/article/3614210/the-decline-of-heroku.html: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.infoworld.com/article/3614605/6-reasons-to-switch-to-managed-kubernetes.html: content_hash: 9b44d5f9e6c52ec9f144edb02805387289f525c6563124a877ff25f8f8df1154 description: '' @@ -244489,6 +259445,7 @@ https://www.infoworld.com/article/3614605/6-reasons-to-switch-to-managed-kuberne v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.infoworld.com/article/3614850/no-one-wants-to-manage-kubernetes-anymore.html: content_hash: bd748603b991863cd90d7e102098973354595522547dde285d4bb82595a1a24c description: '' @@ -244500,6 +259457,7 @@ https://www.infoworld.com/article/3614850/no-one-wants-to-manage-kubernetes-anym v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.infoworld.com/article/3616211/3-cloud-architecture-mistakes-we-all-make-but-shouldnt.html: content_hash: 2d40e072e1fa5452a52ae012a1d0f6c5965987aea49315f2bd7f921da459b9b8 description: '' @@ -244511,6 +259469,7 @@ https://www.infoworld.com/article/3616211/3-cloud-architecture-mistakes-we-all-m v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.infoworld.com/article/3617008/how-kubernetes-works.html: content_hash: e2a8825e77ff5a7176b548e0182725efa90229077f4e0e1451808fb0b1752dc6 description: '' @@ -244522,6 +259481,7 @@ https://www.infoworld.com/article/3617008/how-kubernetes-works.html: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.infoworld.com/article/3623689/how-to-use-the-python-for-loop.html: content_hash: 94d016d8f7c2628ca1374de2a5c60c26a231b20e505e7e4687a6fda3892f8cc6 description: '' @@ -244533,6 +259493,7 @@ https://www.infoworld.com/article/3623689/how-to-use-the-python-for-loop.html: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.infoworld.com/article/3632142/how-docker-broke-in-half.html: content_hash: a4439dbf4ff2ea9f7c3cb472f58be61fa666f2e083dc3141dee37e6ff794f7e4 description: '' @@ -244544,6 +259505,7 @@ https://www.infoworld.com/article/3632142/how-docker-broke-in-half.html: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.infoworld.com/article/3635148/kubernetes-object-storage-best-practices.html: content_hash: c9ca29533ed782a5d13970ce1aa5952bf61df9a61b98c64cd4c71e07366f4833 description: '' @@ -244555,6 +259517,7 @@ https://www.infoworld.com/article/3635148/kubernetes-object-storage-best-practic v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://www.infoworld.com/article/3637829/continuous-integration-with-docker-and-jenkins.html: content_hash: 30a1e3d46d793ab51953eb1e55254eece5abb7b1c3000b16787c9fe3541ce0cf description: '' @@ -244566,6 +259529,7 @@ https://www.infoworld.com/article/3637829/continuous-integration-with-docker-and v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.infoworld.com/article/3638153/5-devops-use-cases-for-developing-with-feature-flags.html: content_hash: d660e4e2a15cafc17e39731f2d23b22e48fdaaa012c4f966a85703e95ed27fb1 description: '' @@ -244577,6 +259541,7 @@ https://www.infoworld.com/article/3638153/5-devops-use-cases-for-developing-with v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.infoworld.com/article/3638693/the-red-method-a-new-strategy-for-monitoring-microservices.html: content_hash: 51751c50fee829da3500cef2efdf2fde876d082d0abf71ff9ca87b1a1a11ce1e description: '' @@ -244588,6 +259553,7 @@ https://www.infoworld.com/article/3638693/the-red-method-a-new-strategy-for-moni v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.infoworld.com/article/3639050/complexity-is-killing-software-developers.html: content_hash: 7fe123b780a261dd56643ec86c64c64cd9dd3e1878baa38841aed662270fe0b1 description: '' @@ -244600,6 +259566,7 @@ https://www.infoworld.com/article/3639050/complexity-is-killing-software-develop - docs/devel-sites.md - docs/introduction.md year: N/A + addition_method: manual https://www.infoworld.com/article/3639588/github-introduces-code-review-controls.html: content_hash: 9db2644fe7caad3a7e38d5f12f98b510630e41fdfd0a1b464209d0d3eacacd8e description: '' @@ -244611,6 +259578,7 @@ https://www.infoworld.com/article/3639588/github-introduces-code-review-controls v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.infoworld.com/article/3639596/docker-really-did-change-the-world.html: content_hash: 790610f38b5da28c30c1d1cf81a2ec1ec35628bcd9c00c86ed4e7846cd088638 description: '' @@ -244622,6 +259590,7 @@ https://www.infoworld.com/article/3639596/docker-really-did-change-the-world.htm v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.infoworld.com/article/3639829/the-race-to-secure-kubernetes-at-runtime.html: content_hash: dd942fca211f6165d923edbd8473f8065eb8234da3d3a2f4982a1ba274b2a95d description: '' @@ -244633,6 +259602,7 @@ https://www.infoworld.com/article/3639829/the-race-to-secure-kubernetes-at-runti v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.infoworld.com/article/3640975/google-cloud-appsheet-review-no-code-with-extras.html: content_hash: 9076ab4e40651c24078c2d8dfc2ad77de228ebf984fe85b491235d7261b47fc7 description: '' @@ -244644,6 +259614,7 @@ https://www.infoworld.com/article/3640975/google-cloud-appsheet-review-no-code-w v1_locations: - docs/GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.infoworld.com/article/3644808/securing-the-kubernetes-software-supply-chain.html: content_hash: 71256dfb183cda774dcf57b588cd331e66c340fb7b7277beb04838607114fcfc description: '' @@ -244656,6 +259627,7 @@ https://www.infoworld.com/article/3644808/securing-the-kubernetes-software-suppl v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.infoworld.com/article/3645374/kubernetes-up-serverless-down-report.html: content_hash: a03e32d78e9f4a8dc9a88150ac75a3484de933a2138605733c4dbb79b85ff47f description: '' @@ -244668,6 +259640,7 @@ https://www.infoworld.com/article/3645374/kubernetes-up-serverless-down-report.h v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.infoworld.com/article/3649710/cncf-survey-managed-kubernetes-becomes-the-norm.html: content_hash: 4254fea038f0a489bc399fd80ab225e8dd770fde04e72852c3e0b65b5bb2a4d8 description: '' @@ -244679,6 +259652,7 @@ https://www.infoworld.com/article/3649710/cncf-survey-managed-kubernetes-becomes v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://www.infoworld.com/article/3650659/how-to-protect-your-kubernetes-infrastructure-from-the-argo-cd-vulnerability.html : content_hash: 00f53d3d7d3036cbab193e93fb464620730088d506c856ffcd694839df3f47bf description: '' @@ -244691,6 +259665,7 @@ https://www.infoworld.com/article/3649710/cncf-survey-managed-kubernetes-becomes v1_locations: - docs/argo.md year: N/A + addition_method: manual https://www.infoworld.com/article/3653371/the-biggest-obstacle-to-cloud-is-people.html: content_hash: e0dc18357938f069a616a94390a4e42c0066976a7723c6241647548e22999f9f description: '' @@ -244700,6 +259675,7 @@ https://www.infoworld.com/article/3653371/the-biggest-obstacle-to-cloud-is-peopl title: 'infoworld.com: The biggest obstacle to cloud is people' v1_locations: [] year: N/A + addition_method: manual https://www.infoworld.com/article/3654909/beyond-sql-8-new-languages-for-data-querying.html: content_hash: 326d8ab27dd79d82bcaefa51e8cf8f084f3fe7523624fdbdeb2e7500c43a1f6b description: '' @@ -244711,6 +259687,7 @@ https://www.infoworld.com/article/3654909/beyond-sql-8-new-languages-for-data-qu v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.infoworld.com/article/3654955/what-is-git-version-control-for-collaborative-programming.html: content_hash: b1ce3b8795dd00c6ff5d7cfce53209ef5a677c9f838bc0468ca0e8ab7d35cb77 description: '' @@ -244722,6 +259699,7 @@ https://www.infoworld.com/article/3654955/what-is-git-version-control-for-collab v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.infoworld.com/article/3664052/why-mercedes-benz-runs-on-900-kubernetes-clusters.html: content_hash: 67c825b6f9400e7efae4d04c0e14aa0e5b3061c830a2f2ab689804f9d7bac8b8 description: '' @@ -244733,6 +259711,7 @@ https://www.infoworld.com/article/3664052/why-mercedes-benz-runs-on-900-kubernet v1_locations: - docs/customer.md year: N/A + addition_method: manual https://www.infoworld.com/article/3673891/5-best-practices-for-securing-cicd-pipelines.html: content_hash: 4c1fe5f5a4d50ec410b11752e1ac9d8614b813d7e9a23790720430b677eeffbc description: '' @@ -244744,6 +259723,7 @@ https://www.infoworld.com/article/3673891/5-best-practices-for-securing-cicd-pip v1_locations: - docs/ai.md year: N/A + addition_method: manual https://www.infoworld.com/article/3673976/13-open-source-projects-transforming-ai-and-machine-learning.html: content_hash: 654d3dfd0650bab454878a7bd4081b8b3ef8f9709a5c708ea836e6143523c255 description: '' @@ -244755,6 +259735,7 @@ https://www.infoworld.com/article/3673976/13-open-source-projects-transforming-a v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://www.infoworld.com/article/3674048/are-we-experiencing-cloudflation.html: content_hash: 88b6098b50c140c4020997afc27d94c8d142c056b6be647296836ad2c8285b42 description: '' @@ -244766,6 +259747,7 @@ https://www.infoworld.com/article/3674048/are-we-experiencing-cloudflation.html: v1_locations: - docs/finops.md year: N/A + addition_method: manual https://www.infoworld.com/article/3677851/sysdigs-new-cost-advisor-aims-to-cut-kubernetes-costs.html: content_hash: 0c695ab066fb9e77e55fa1c5bb8c50b9d74f96c46c6010d9c1f95f663fbe5b2c description: '' @@ -244777,6 +259759,7 @@ https://www.infoworld.com/article/3677851/sysdigs-new-cost-advisor-aims-to-cut-k v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.infoworld.com/article/3679250/cloud-architects-are-afraid-of-automation.html: content_hash: c17dd53e34c1321f14170f1b38382ac595cd6b1ba72b53ab4e819157aa09a6d3 description: '' @@ -244786,6 +259769,7 @@ https://www.infoworld.com/article/3679250/cloud-architects-are-afraid-of-automat title: 'infoworld.com: Cloud architects are afraid of automation' v1_locations: [] year: N/A + addition_method: manual https://www.infoworld.com/article/3679749/how-to-beat-the-kubernetes-skills-shortage.html: content_hash: 87d1ad70a87543d58df5721f6c5948f109f6d02a8b1b5a4cff3461bda2c54bde description: '' @@ -244797,6 +259781,7 @@ https://www.infoworld.com/article/3679749/how-to-beat-the-kubernetes-skills-shor v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.infoworld.com/article/3679948/github-codespaces-freely-available-to-all-github-users.html: content_hash: e7f76b9b6b436994cb4a659fe401fa53f8c31200e59177aa9a273d4eb3e105bd description: '' @@ -244807,6 +259792,7 @@ https://www.infoworld.com/article/3679948/github-codespaces-freely-available-to- v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.infoworld.com/article/3681549/aws-lambda-kickstarts-java-functions.html: content_hash: 0edc3d4880ca401648c89f44abafc2a5987295e54af89847bc963bc066a10fcf description: '' @@ -244818,6 +259804,7 @@ https://www.infoworld.com/article/3681549/aws-lambda-kickstarts-java-functions.h v1_locations: - docs/aws-serverless.md year: N/A + addition_method: manual https://www.infoworld.com/article/3682654/what-to-do-when-your-devops-team-is-downsized.html: content_hash: 95d3f324d2547e313356fdd4f301a13a1403a2e2536a25e2ffbf68e7251c914d description: '' @@ -244829,6 +259816,7 @@ https://www.infoworld.com/article/3682654/what-to-do-when-your-devops-team-is-do v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.infoworld.com/article/3686694/getting-started-with-azure-openai.html: content_hash: d716e496c7ba2db9bac33c353edfd6873f6d931ae89ad86b449b6ee16061d7d1 description: '' @@ -244840,6 +259828,7 @@ https://www.infoworld.com/article/3686694/getting-started-with-azure-openai.html v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.infoworld.com/article/3686695/how-multicloud-changes-devops.html: content_hash: 6eda33888d84ce25ce93a5a9ed53b924d3536a8e32bc9fbcd1fe82e4c7103220 description: '' @@ -244851,6 +259840,7 @@ https://www.infoworld.com/article/3686695/how-multicloud-changes-devops.html: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.infoworld.com/article/3688332/when-finops-costs-you-more-in-the-end.html: content_hash: f518f4890f1468d4a8454eacb10e095ec9474227f6cf5792a7cec256a392b530 description: '' @@ -244862,6 +259852,7 @@ https://www.infoworld.com/article/3688332/when-finops-costs-you-more-in-the-end. v1_locations: - docs/finops.md year: N/A + addition_method: manual https://www.infoworld.com/article/3692296/5-priorities-that-cut-cloud-costs-and-improve-it-ops.html: content_hash: 0fab1e194a2d5e0b26a2788b4eb53461aa5eccfb5eb387e6a15f2a5b14218871 description: '' @@ -244873,6 +259864,7 @@ https://www.infoworld.com/article/3692296/5-priorities-that-cut-cloud-costs-and- v1_locations: - docs/iac.md year: N/A + addition_method: manual https://www.infoworld.com/article/3693050/5-steps-to-bringing-kubernetes-costs-in-line.html: content_hash: 09fcf78b74618797ffdddcc17ba44adcc8dbdc34da2e5d2307d86b3d6b00086e description: '' @@ -244884,6 +259876,7 @@ https://www.infoworld.com/article/3693050/5-steps-to-bringing-kubernetes-costs-i v1_locations: - docs/finops.md year: N/A + addition_method: manual https://www.infoworld.com/article/3694090/amazon-s-quiet-open-source-revolution.html: content_hash: 87e142856fe862ee950138ebe1e5e6db7ad0329d7696a4bddd44269ba18d1deb description: '' @@ -244895,6 +259888,7 @@ https://www.infoworld.com/article/3694090/amazon-s-quiet-open-source-revolution. v1_locations: - docs/aws.md year: N/A + addition_method: manual https://www.infoworld.com/article/3694869/why-platform-engineering.html: content_hash: 704193b5818c066b0eeed8e8b82e44a3171479a59c0b4925260a0af5bb04502f description: '' @@ -244906,6 +259900,7 @@ https://www.infoworld.com/article/3694869/why-platform-engineering.html: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.infoworld.com/article/3695569/kubernetes-cost-management-for-the-real-world.html: content_hash: 4f1a53efc9156952873242bc60d9f1ca9f06446c3be6eeebc500ec72bf03525f description: '' @@ -244918,6 +259913,7 @@ https://www.infoworld.com/article/3695569/kubernetes-cost-management-for-the-rea - docs/finops.md - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.infoworld.com/article/3696277/kubernetes-costs-less-but-less-than-what.html: content_hash: 1d2488cbed7916e53658ceaa9917776819ca5292cd78cb46bb570810b0c6a16a description: '' @@ -244929,6 +259925,7 @@ https://www.infoworld.com/article/3696277/kubernetes-costs-less-but-less-than-wh v1_locations: - docs/finops.md year: N/A + addition_method: manual https://www.infoworld.com/article/3704233/you-cant-run-away-from-technical-debt.html: content_hash: b2011f4d7ab2fe01fc9d964d7213e6bb7ec4e37a1b36083e55efa82e42af418a description: '' @@ -244940,6 +259937,7 @@ https://www.infoworld.com/article/3704233/you-cant-run-away-from-technical-debt. v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.infoworld.com/article/3707989/why-we-need-both-cloud-architects-and-cloud-engineers.html: content_hash: 3aad801fa04352d504663c158c4e34342e8755ff53c843351332fab92d4e6bd1 description: '' @@ -244951,6 +259949,7 @@ https://www.infoworld.com/article/3707989/why-we-need-both-cloud-architects-and- v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/3-autoscaling-projects-optimising-kubernetes-costs: content_hash: 246174014096a0cc110e2949873da71901d21bfaab2a039feec8be96105f81d7 description: '' @@ -244967,6 +259966,7 @@ https://www.infracloud.io/blogs/3-autoscaling-projects-optimising-kubernetes-cos v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/auto-generate-terraform-configuration-files: content_hash: 3372680132fa4f350fe3add6bcedfb4631e48b0b73a2d4fd7739f1640efdaf07 description: '' @@ -244983,6 +259983,7 @@ https://www.infracloud.io/blogs/auto-generate-terraform-configuration-files: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/avoiding-kubernetes-cluster-outages-synthetic-monitoring: content_hash: f070199f99dd54ade565cdbcc2da11145e16dc16ba5b3e10e1d121af5df3b7d3 description: '' @@ -244999,6 +260000,7 @@ https://www.infracloud.io/blogs/avoiding-kubernetes-cluster-outages-synthetic-mo v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/blue-green-deployments-dns-routing: ai_summary: 'Curator Insight: Highly technical tutorial showcasing Blue-Green deployment strategies relying on external DNS routing configurations rather than standard @@ -245027,6 +260029,7 @@ https://www.infracloud.io/blogs/blue-green-deployments-dns-routing: v2_locations: - argo.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/enforcing-image-trust-docker-containers-notary: ai_summary: A detailed engineering walkthrough illustrating the configuration of Docker Content Trust using Notary. It reviews the lifecycle of cryptographic signing @@ -245055,6 +260058,7 @@ https://www.infracloud.io/blogs/enforcing-image-trust-docker-containers-notary: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/grafana-loki-log-monitoring-alerting: content_hash: b96ed5cf98ae6d9da637a0dd4fa644b0289f7011d53e145620d4e8f983b37160 description: '' @@ -245071,6 +260075,7 @@ https://www.infracloud.io/blogs/grafana-loki-log-monitoring-alerting: v2_locations: - grafana.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/jenkins-freestyle-pipeline-migration: content_hash: 7da024f3fd7bb11b4bf576a6eeefc2740cc577d7e3660d5dc87565ca7b8eea22 description: '' @@ -245087,6 +260092,7 @@ https://www.infracloud.io/blogs/jenkins-freestyle-pipeline-migration: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/kubernetes-autoscaling-custom-metrics: content_hash: 0b196859d4fb14b0f28bf0cfc93832f14c56637545826b22756e3c446f960683 description: '' @@ -245103,6 +260109,7 @@ https://www.infracloud.io/blogs/kubernetes-autoscaling-custom-metrics: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/kubernetes-cost-reporting-using-kubecost: content_hash: 6e13e365e1ce8d59c2eaab912e11f4d473afbf0f51cfcab26109dcf2554b4b21 description: '' @@ -245119,6 +260126,7 @@ https://www.infracloud.io/blogs/kubernetes-cost-reporting-using-kubecost: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/kubernetes-pod-security-policies-opa: ai_summary: Addresses the transition from obsolete Kubernetes Pod Security Policies (PSPs) to Open Policy Agent (OPA) Gatekeeper. Explores how to leverage declarative @@ -245141,6 +260149,7 @@ https://www.infracloud.io/blogs/kubernetes-pod-security-policies-opa: - securityascode.md - devsecops.md year: '2021' + addition_method: manual https://www.infracloud.io/blogs/linking-traces-continuous-profiling-pyroscope: ai_summary: Explores the technical union of distributed tracing and continuous profiling using Pyroscope. Explains how linking execution traces directly with CPU and memory @@ -245172,6 +260181,7 @@ https://www.infracloud.io/blogs/linking-traces-continuous-profiling-pyroscope: v2_locations: - istio.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/machine-learning-orchestration-kubernetes-kubeflow: content_hash: d9fdc534e9f1413ae4a5a064c2f872ccdc1e267aeecd162b62c68b6ca353fbe7 description: '' @@ -245188,6 +260198,7 @@ https://www.infracloud.io/blogs/machine-learning-orchestration-kubernetes-kubefl v2_locations: - mlops.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/monitoring-kubernetes-cert-manager-certificates: ai_summary: A practical guide for integrating cert-manager with BotKube. Shows how to set up active Slack or Teams alerts that notify platform engineers when TLS @@ -245215,6 +260226,7 @@ https://www.infracloud.io/blogs/monitoring-kubernetes-cert-manager-certificates: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/multi-tenancy-kubernetes: content_hash: 6e3bd1cee0f645fe36eeb722f031604ffc2e47479c3754ddcf77dc2665145625 description: '' @@ -245231,6 +260243,7 @@ https://www.infracloud.io/blogs/multi-tenancy-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/multi-tenancy-monitoring-thanos-receiver: content_hash: 740c9956e0aa7ebb354aed8844ec3742eebe59e472037f8731837443a3024e02 description: '' @@ -245243,6 +260256,7 @@ https://www.infracloud.io/blogs/multi-tenancy-monitoring-thanos-receiver: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/multicluster-gitops-argocd: content_hash: eedade9c49b00af67295932c1691497e7e744fc5bd671e3204798933c92e93ee description: '' @@ -245259,6 +260273,7 @@ https://www.infracloud.io/blogs/multicluster-gitops-argocd: v2_locations: - demos.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/prevent-secret-leaks-in-repositories: ai_summary: An in-depth guide assessing tools and engineering paradigms designed to detect and block credentials before they are committed to source control repository @@ -245288,6 +260303,7 @@ https://www.infracloud.io/blogs/prevent-secret-leaks-in-repositories: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-blue-green-deployment: ai_summary: 'Curator Insight: Conceptual and step-by-step technical guide for configuring high-performance Blue-Green deployments with Argo Rollouts. Live Grounding: Explores @@ -245316,6 +260332,7 @@ https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-blue-green-de v2_locations: - argo.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-canary-deployment: ai_summary: 'Curator Insight: Comprehensive guide analyzing step-based canary traffic weight shifting with Argo Rollouts. Live Grounding: Explains the integration of @@ -245344,6 +260361,7 @@ https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-canary-deploy v2_locations: - argo.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/prometheus-architecture-metrics-use-cases: content_hash: ff875f7251366109b6d8f32788f380e459bc400ab89832823cd8ea2c6c063997 description: '' @@ -245360,6 +260378,7 @@ https://www.infracloud.io/blogs/prometheus-architecture-metrics-use-cases: v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/prometheus-operator-helm-guide: content_hash: ff86bbf964bccc4cabaff23236e943ba2881829ff86aceb8e0e00d82b4e72a4d description: '' @@ -245371,6 +260390,7 @@ https://www.infracloud.io/blogs/prometheus-operator-helm-guide: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/promql-prometheus-guide: content_hash: 118ba140fab830efb19240d90b730f493d0084f25e8443d133305fb422cddef8 description: '' @@ -245383,6 +260403,7 @@ https://www.infracloud.io/blogs/promql-prometheus-guide: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/protecting-kubernetes-applications-with-kanister: content_hash: 7a3014adaabeb382a488532cb37895a9d1e419464384a1f960ada5d2d73d9b82 description: '' @@ -245399,6 +260420,7 @@ https://www.infracloud.io/blogs/protecting-kubernetes-applications-with-kanister v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/role-based-access-kubernetes: ai_summary: A deep dive tutorial explaining Role-Based Access Control (RBAC) configurations, highlighting how to design custom Roles, ClusterRoles, and user bindings. @@ -245426,6 +260448,7 @@ https://www.infracloud.io/blogs/role-based-access-kubernetes: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/secure-containers-cosign-distroless-images: ai_summary: This architectural guide demonstrates combining Cosign signature verification with Google's Distroless container images. By eliminating the shell and package @@ -245454,6 +260477,7 @@ https://www.infracloud.io/blogs/secure-containers-cosign-distroless-images: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/securing-kubernetes-cluster-kubescape-kubebench: content_hash: 33e582063a51aacc5367de444840efaa2da5e3fa7a1cb58574abc4487a629d22 description: '' @@ -245470,6 +260494,7 @@ https://www.infracloud.io/blogs/securing-kubernetes-cluster-kubescape-kubebench: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/securing-kubernetes-secrets-conjur: ai_summary: Technical breakdown of installing CyberArk Conjur into a K8s namespace and fetching values securely within target applications. Discusses identity bootstrapping. @@ -245496,6 +260521,7 @@ https://www.infracloud.io/blogs/securing-kubernetes-secrets-conjur: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/skaffold-usecases: ai_summary: Explains practical implementation tactics and use cases for Skaffold. Demonstrates how to design reproducible container builds and configure deployment @@ -245523,6 +260549,7 @@ https://www.infracloud.io/blogs/skaffold-usecases: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/sre-best-practices: ai_summary: This architectural guide details actionable workflows for modern SRE execution, covering service level indicator definition, runbook automation, and @@ -245552,6 +260579,7 @@ https://www.infracloud.io/blogs/sre-best-practices: v2_locations: - sre.md year: N/A + addition_method: manual https://www.infracloud.io/blogs/top-10-things-for-container-security: ai_summary: Distills container host and lifecycle protection down to ten baseline imperatives. Focuses on minimizing base OS profiles, enforcing container runtime @@ -245580,6 +260608,7 @@ https://www.infracloud.io/blogs/top-10-things-for-container-security: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.infracloud.io/kubernetes-pod-security-policies-opa: content_hash: c546a730104039ce99bf605980df45a27099d19f74209990ed7d372806284765 description: '' @@ -245592,6 +260621,7 @@ https://www.infracloud.io/kubernetes-pod-security-policies-opa: - docs/devsecops.md - docs/securityascode.md year: N/A + addition_method: manual https://www.inkoop.io/blog/how-to-get-azure-api-credentials: content_hash: N/A description: '' @@ -245606,6 +260636,7 @@ https://www.inkoop.io/blog/how-to-get-azure-api-credentials: v2_locations: - azure.md year: N/A + addition_method: manual https://www.innoq.com/en/blog/2020/04/scraping-docker-swarm-service-instances-with-prometheus: content_hash: d5259c975fffc702fe7689cc76bb2878391aaeed55e7ab0a6bb0de6dd608b6cf health_score: 100.0 @@ -245618,6 +260649,7 @@ https://www.innoq.com/en/blog/2020/04/scraping-docker-swarm-service-instances-wi - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://www.innoq.com/en/blog/scraping-docker-swarm-service-instances-with-prometheus: content_hash: 7e446ef137e35305ff05ea0e8f773352d214ec0e593e15db833c66bba6b54e60 description: '' @@ -245629,6 +260661,7 @@ https://www.innoq.com/en/blog/scraping-docker-swarm-service-instances-with-prome v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://www.inovex.de/blog/containers-docker-containerd-nabla-kata-firecracker: content_hash: e22b03c5d520dad8525d40d61e4e11816b26fd7e76a5964680baec7f840b69d7 description: '' @@ -245641,6 +260674,7 @@ https://www.inovex.de/blog/containers-docker-containerd-nabla-kata-firecracker: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.inovex.de/blog/spinnaker-vs-argo-cd-vs-tekton-vs-jenkins-x: content_hash: 9bba57f15e9d87ebc648f99f626326b50053a5a36ccf39ca9c6ab861fccfa1af description: '' @@ -245653,6 +260687,7 @@ https://www.inovex.de/blog/spinnaker-vs-argo-cd-vs-tekton-vs-jenkins-x: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.inovex.de/de/blog/containers-docker-containerd-nabla-kata-firecracker: content_hash: 670f426e4664f486bdde3b2ed62f668ad9ee8e8ddcac348c52bf8b4a62e0c8d5 health_score: 100.0 @@ -245665,6 +260700,7 @@ https://www.inovex.de/de/blog/containers-docker-containerd-nabla-kata-firecracke - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.inovex.de/de/blog/spinnaker-vs-argo-cd-vs-tekton-vs-jenkins-x: content_hash: dffa20ed5c8d8bc309fa8fd14e7bba022e454a32418bd6a9020b63882f4efb2e health_score: 100.0 @@ -245677,6 +260713,7 @@ https://www.inovex.de/de/blog/spinnaker-vs-argo-cd-vs-tekton-vs-jenkins-x: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.instaclustr.com/apache-kafka-architecture: content_hash: N/A description: '' @@ -245691,6 +260728,7 @@ https://www.instaclustr.com/apache-kafka-architecture: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.instana.com/blog/cf-the-hidden-cost-of-observability-data-volume: content_hash: ae848332220a7f13b3bb5bf9177251897429480d122b6af35ecc0b0d63ac8708 description: '' @@ -245702,6 +260740,7 @@ https://www.instana.com/blog/cf-the-hidden-cost-of-observability-data-volume: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.instana.com/blog/monitoring-jenkins-using-instana: content_hash: ae848332220a7f13b3bb5bf9177251897429480d122b6af35ecc0b0d63ac8708 description: '' @@ -245713,6 +260752,7 @@ https://www.instana.com/blog/monitoring-jenkins-using-instana: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.instapaper.com: content_hash: 6f734cab8a99b9686106307771a1372ebe3edacea03bfa416d3b857363248a66 description: '' @@ -245729,6 +260769,7 @@ https://www.instapaper.com: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://www.intel.com/content/www/us/en/homepage.html: last_checked: 1779388698.324365 status: online @@ -245736,6 +260777,7 @@ https://www.intel.com/content/www/us/en/homepage.html: - '[COMMUNITY-TOOL]' v2_locations: - kubernetes.md + addition_method: manual https://www.interviewbit.com/ansible-interview-questions: ai_summary: Curator Insight outlines key Ansible questions covering playbooks, handlers, and inventory structures. Live Grounding highlights Ansible's de-facto role in @@ -245763,6 +260805,7 @@ https://www.interviewbit.com/ansible-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.interviewbit.com/aws-interview-questions: ai_summary: Curator Insight compiles high-frequency AWS technical inquiries on IAM, EC2, and VPC configurations. Live Grounding confirms that security posture and @@ -245790,6 +260833,7 @@ https://www.interviewbit.com/aws-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.interviewbit.com/terraform-interview-questions: ai_summary: Curator Insight targets key Terraform operations, state files, and workspace structures. Live Grounding confirms Terraform's persistent dominance as the standard @@ -245817,6 +260861,7 @@ https://www.interviewbit.com/terraform-interview-questions: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.intezer.com/blog/container-security/new-attacks-on-kubernetes-via-misconfigured-argo-workflows: content_hash: 823e4a26c20cc22b3916498f90219f2b8a7b97aa8bc8f7d4eb6d2f9b35fd1009 description: '' @@ -245828,6 +260873,7 @@ https://www.intezer.com/blog/container-security/new-attacks-on-kubernetes-via-mi v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.invensislearning.com/blog/devops-vs-devsecops: ai_summary: 'Distinguishes the exact operational and architectural boundaries separating classic DevOps from modern DevSecOps. Contrast: Curator Insight details simple @@ -245857,6 +260903,7 @@ https://www.invensislearning.com/blog/devops-vs-devsecops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.invensislearning.com/blog/infrastructure-as-a-code-tutorial: content_hash: dea53822b58c51d06203be035c76ee8090e8ea170abc7805977961b3f621c6ab description: '' @@ -245874,6 +260921,7 @@ https://www.invensislearning.com/blog/infrastructure-as-a-code-tutorial: v2_locations: - iac.md year: N/A + addition_method: manual https://www.investopedia.com/amazon-web-services-outage-causes-chaos-5212233: content_hash: N/A description: '' @@ -245888,6 +260936,7 @@ https://www.investopedia.com/amazon-web-services-outage-causes-chaos-5212233: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.iomesh.com: content_hash: 0ad61bb9e3ce20a68ba6470393ef70b79059aa11bc554126eba4d901a564f58d description: '' @@ -245904,6 +260953,7 @@ https://www.iomesh.com: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.iomesh.com/blog/announcing_iomesh_preview: content_hash: f72fdd5b07ca4c7d79bc5d14e38d66c3ed59f573e48c06c6f4a50dcf7d4e46bd description: '' @@ -245921,6 +260971,7 @@ https://www.iomesh.com/blog/announcing_iomesh_preview: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.ireviews.com/the-top-60-remote-work-websites-for-new-opportunities-in-2022: content_hash: abd62de1d215913fc0ffae466bd41588d1d6a98656415a40f4f49b5c90ee4492 description: '' @@ -245937,6 +260988,7 @@ https://www.ireviews.com/the-top-60-remote-work-websites-for-new-opportunities-i v2_locations: - remote-tech-jobs.md year: N/A + addition_method: manual https://www.isic-archive.com: content_hash: 8777b41f7c622c6d3ab617056f402d9223f1b59337ecf602aeed40a4b55b96a8 description: '' @@ -245953,6 +261005,7 @@ https://www.isic-archive.com: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.ismiletechnologies.com/devsecops/secure-devops-kit-azureazsk: content_hash: 5917fa524c8ad43e41bde835288a8a4bac9ba1119a36e0d584ec391dc45fdf9b description: '' @@ -245964,6 +261017,7 @@ https://www.ismiletechnologies.com/devsecops/secure-devops-kit-azureazsk: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.itbusinessedge.com/security/okta-vs-azure-ad: content_hash: N/A description: '' @@ -245978,12 +261032,14 @@ https://www.itbusinessedge.com/security/okta-vs-azure-ad: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.itcentralstation.com/categories/application-performance-management-apm: content_hash: a8cd27593c2f5d528071a2246296711055da016d3b17070fa1d98411e214ddd0 health_score: 100.0 last_checked: 1779030579.301664 v1_locations: - docs/monitoring.md + addition_method: manual https://www.itcentralstation.com/categories/java-frameworks: content_hash: 96937b70a161fe905d2107ce45c53ebe93678638ff723b13c8c46eacd3c54cc5 description: '' @@ -245995,6 +261051,7 @@ https://www.itcentralstation.com/categories/java-frameworks: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/04/kubernetes-101-changing-pods-label-on.html: content_hash: N/A description: '' @@ -246009,6 +261066,7 @@ https://www.ithands-on.com/2021/04/kubernetes-101-changing-pods-label-on.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/04/kubernetes-101-external-services.html: content_hash: N/A description: '' @@ -246024,6 +261082,7 @@ https://www.ithands-on.com/2021/04/kubernetes-101-external-services.html: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/05/kubernetes-101-deployment-replicasets.html: content_hash: N/A description: '' @@ -246039,6 +261098,7 @@ https://www.ithands-on.com/2021/05/kubernetes-101-deployment-replicasets.html: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/05/kubernetes-101-kubectl-communication.html: content_hash: N/A description: '' @@ -246054,6 +261114,7 @@ https://www.ithands-on.com/2021/05/kubernetes-101-kubectl-communication.html: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/05/kubernetes-101-overview-of-statefulsets.html: content_hash: N/A description: '' @@ -246064,6 +261125,7 @@ https://www.ithands-on.com/2021/05/kubernetes-101-overview-of-statefulsets.html: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/05/kubernetes-101-performing-tasks-in.html: content_hash: N/A description: '' @@ -246078,6 +261140,7 @@ https://www.ithands-on.com/2021/05/kubernetes-101-performing-tasks-in.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/05/kubernetes-101-resource-quotas.html: content_hash: N/A description: '' @@ -246089,6 +261152,7 @@ https://www.ithands-on.com/2021/05/kubernetes-101-resource-quotas.html: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/06/kubernetes-101-deployments-and-rolling.html: content_hash: N/A description: '' @@ -246100,6 +261164,7 @@ https://www.ithands-on.com/2021/06/kubernetes-101-deployments-and-rolling.html: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/06/kubernetes-101-externalname-service.html: content_hash: N/A description: '' @@ -246110,6 +261175,7 @@ https://www.ithands-on.com/2021/06/kubernetes-101-externalname-service.html: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/07/kubernetes-101-extending-containers.html: content_hash: N/A description: '' @@ -246125,6 +261191,7 @@ https://www.ithands-on.com/2021/07/kubernetes-101-extending-containers.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/09/kubernetes-101-changing-service-type.html: content_hash: N/A description: '' @@ -246139,6 +261206,7 @@ https://www.ithands-on.com/2021/09/kubernetes-101-changing-service-type.html: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.ithands-on.com/2021/10/kubernetes-101-switching-namespaces.html: content_hash: N/A description: '' @@ -246153,6 +261221,7 @@ https://www.ithands-on.com/2021/10/kubernetes-101-switching-namespaces.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.itproportal.com/features/how-to-implement-devops-successfully-in-2021: description: '' health_score: 80.0 @@ -246172,6 +261241,7 @@ https://www.itproportal.com/features/how-to-implement-devops-successfully-in-202 v2_locations: - devops.md year: N/A + addition_method: manual https://www.itproportal.com/features/stop-messing-up-with-cicd-vs-devops-and-learn-the-difference-finally: description: '' health_score: 80.0 @@ -246192,6 +261262,7 @@ https://www.itproportal.com/features/stop-messing-up-with-cicd-vs-devops-and-lea v2_locations: - devops.md year: N/A + addition_method: manual https://www.itprotoday.com/containers/whos-winning-container-software-market: content_hash: fd029ade5043eeea757aa3f35069ce25f59bd46b00f29596ee43446cb9db3172 description: '' @@ -246205,6 +261276,7 @@ https://www.itprotoday.com/containers/whos-winning-container-software-market: - docs/kubernetes-on-premise.md - docs/matrix-table.md year: N/A + addition_method: manual https://www.itprotoday.com/devops-and-software-development/devops-model-killing-developer-word-no: content_hash: fd029ade5043eeea757aa3f35069ce25f59bd46b00f29596ee43446cb9db3172 description: '' @@ -246216,6 +261288,7 @@ https://www.itprotoday.com/devops-and-software-development/devops-model-killing- v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.itprotoday.com/devops-and-software-development/who-needs-open-policy-agent: content_hash: fd029ade5043eeea757aa3f35069ce25f59bd46b00f29596ee43446cb9db3172 description: '' @@ -246227,6 +261300,7 @@ https://www.itprotoday.com/devops-and-software-development/who-needs-open-policy v1_locations: - docs/securityascode.md year: N/A + addition_method: manual https://www.itprotoday.com/devops/google-dora-report-details-best-practices-speed-devops: content_hash: fd029ade5043eeea757aa3f35069ce25f59bd46b00f29596ee43446cb9db3172 description: '' @@ -246238,6 +261312,7 @@ https://www.itprotoday.com/devops/google-dora-report-details-best-practices-spee v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.itprotoday.com/hybrid-cloud-and-multicloud/4-alternatives-kubernetes-container-orchestrator: content_hash: fd029ade5043eeea757aa3f35069ce25f59bd46b00f29596ee43446cb9db3172 description: '' @@ -246249,6 +261324,7 @@ https://www.itprotoday.com/hybrid-cloud-and-multicloud/4-alternatives-kubernetes v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://www.itprotoday.com/it-operations/docker-still-worth-learning-it-operations-teams-probably-not: content_hash: fd029ade5043eeea757aa3f35069ce25f59bd46b00f29596ee43446cb9db3172 description: '' @@ -246261,6 +261337,7 @@ https://www.itprotoday.com/it-operations/docker-still-worth-learning-it-operatio v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.itprotoday.com/linux/openshift-48-red-hat-seeks-expand-workload-possibilities: content_hash: fd029ade5043eeea757aa3f35069ce25f59bd46b00f29596ee43446cb9db3172 description: '' @@ -246272,6 +261349,7 @@ https://www.itprotoday.com/linux/openshift-48-red-hat-seeks-expand-workload-poss v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.itprotoday.com/testing-and-quality-assurance/why-site-reliability-engineering-key-modern-devops: content_hash: fd029ade5043eeea757aa3f35069ce25f59bd46b00f29596ee43446cb9db3172 description: '' @@ -246283,6 +261361,7 @@ https://www.itprotoday.com/testing-and-quality-assurance/why-site-reliability-en v1_locations: - docs/sre.md year: N/A + addition_method: manual https://www.ituser.es/opinion/2020/07/las-principales-habilidades-que-un-arquitecto-cloud-necesita-para-triunfar: content_hash: 0a60c672113bea3125ce16ee49e840f2f548c4d41f8107c3238ba2692b719a32 description: '' @@ -246300,6 +261379,7 @@ https://www.ituser.es/opinion/2020/07/las-principales-habilidades-que-un-arquite v2_locations: - introduction.md year: N/A + addition_method: manual https://www.itwonderlab.com/en/ansible-kubernetes-vagrant-tutorial: content_hash: N/A description: '' @@ -246315,6 +261395,7 @@ https://www.itwonderlab.com/en/ansible-kubernetes-vagrant-tutorial: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.jaegertracing.io: ai_summary: The official gateway for Jaeger, a CNCF-graduated distributed tracing platform. Essential for microservice architectures to monitor transactions, perform @@ -246349,6 +261430,7 @@ https://www.jaegertracing.io: - monitoring.md - ocp4.md year: N/A + addition_method: manual https://www.jamesmichaelhickey.com/microservices-architecture: ai_summary: 'Curator Insight: Evaluates the operational trade-offs of microservices and explains how to design modular frontend systems (Micro Frontends) to prevent @@ -246378,6 +261460,7 @@ https://www.jamesmichaelhickey.com/microservices-architecture: v2_locations: - faq.md year: N/A + addition_method: manual https://www.jaumepujolcapllonch.com/la-matriz-raci-y-la-asignacion-de-responsabilidades: content_hash: 887180e9e6cc7e7851fb9c10d139a155087db59698091bf6ec21dcbaa2cc3aee description: '' @@ -246394,6 +261477,7 @@ https://www.jaumepujolcapllonch.com/la-matriz-raci-y-la-asignacion-de-responsabi v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.java-success.com/01b-%e2%99%a6-40-java-web-services-basics-interview-qas-q07-q12: content_hash: 41642317049af1417a51d6cc6c4a78b4ace5b0ffac5f5482877c1ab37f136742 description: '' @@ -246405,6 +261489,7 @@ https://www.java-success.com/01b-%e2%99%a6-40-java-web-services-basics-interview v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://www.java-success.com/debugging-java-thread-safety-multi-threading-concurrency-issues: content_hash: c59cbd514b2a2a8285badbcd37b473c5bc5cc12cd5a19b1b2114375a13f379b7 description: '' @@ -246421,6 +261506,7 @@ https://www.java-success.com/debugging-java-thread-safety-multi-threading-concur v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.java-success.com/java-garbage-collection-interview-questions-and-answers: ai_summary: Curator Insight lists Java JVM garbage collection algorithms and troubleshooting methods. Live Grounding confirms that modern JVM optimizations, like ZGC, are @@ -246450,6 +261536,7 @@ https://www.java-success.com/java-garbage-collection-interview-questions-and-ans v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.java-success.com/microservices-interview-questions: content_hash: 0c1f863b22a0239e0b709b8e9ace020745dd25c90541879081ae46e9d6ae2612 health_score: 100.0 @@ -246462,6 +261549,7 @@ https://www.java-success.com/microservices-interview-questions: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://www.java-success.com/writing-low-latency-applications-in-java: ai_summary: Curator Insight highlights Java low-latency design, targeting memory structures and thread scheduling. Live Grounding indicates that microsecond execution @@ -246491,6 +261579,7 @@ https://www.java-success.com/writing-low-latency-applications-in-java: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.java67.com/2016/05/how-to-use-multiple-threads-in-java.html: content_hash: dff4d9d003816a76c63039c246430905b54fd19e615b77febebbd9a19500965e description: '' @@ -246508,6 +261597,7 @@ https://www.java67.com/2016/05/how-to-use-multiple-threads-in-java.html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.java67.com/2018/11/top-10-spring-framework-annotations-for-java-developers.html: content_hash: ce36c63dd60f950f9a24883bbc09b22afb0bd5b690434630078e41af125242fc description: '' @@ -246525,6 +261615,7 @@ https://www.java67.com/2018/11/top-10-spring-framework-annotations-for-java-deve v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.java67.com/2021/02/microservices-interview-questions-answers-java-spring.html: ai_summary: Curator Insight presents Spring Boot and Spring Cloud interview questions focusing on service discovery and gateway design. Live Grounding confirms that @@ -246555,6 +261646,7 @@ https://www.java67.com/2021/02/microservices-interview-questions-answers-java-sp v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.java67.com/2021/10/how-to-set-logging-level-in-spring-boot-.html: content_hash: de55e899545691e12210f94f1856dd1e38058c55323cc58c969c2ccc8d91530e description: '' @@ -246572,6 +261664,7 @@ https://www.java67.com/2021/10/how-to-set-logging-level-in-spring-boot-.html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.java67.com/2022/07/10-best-free-git-courses-and-tutorials.html: ai_summary: Curated inventory containing free educational tracks and online bootcamps for learning fundamental Git operations. Covers platforms ranging from YouTube @@ -246601,6 +261694,7 @@ https://www.java67.com/2022/07/10-best-free-git-courses-and-tutorials.html: v2_locations: - git.md year: N/A + addition_method: manual https://www.javaadvent.com/2021/12/you-need-more-than-containers-a-short-history-of-the-mess-were-in.html: content_hash: 68abe55c9044d85ca42882a80fcefd6d791b4ffaa502cc60f5e1f864b0fc8227 description: '' @@ -246618,6 +261712,7 @@ https://www.javaadvent.com/2021/12/you-need-more-than-containers-a-short-history v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.javacodegeeks.com/2014/12/on-heap-vs-off-heap-memory-usage.html: content_hash: N/A health_score: 100.0 @@ -246628,6 +261723,7 @@ https://www.javacodegeeks.com/2014/12/on-heap-vs-off-heap-memory-usage.html: - docs/java-and-java-performance-optimization.md v2_locations: - java-and-java-performance-optimization.md + addition_method: manual https://www.javacodegeeks.com/2015/09/mongodb-a-scalable-nosql-db.html: content_hash: N/A health_score: 100.0 @@ -246638,6 +261734,7 @@ https://www.javacodegeeks.com/2015/09/mongodb-a-scalable-nosql-db.html: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.javacodegeeks.com/2015/10/nosql-vs-sql.html: content_hash: N/A health_score: 100.0 @@ -246648,6 +261745,7 @@ https://www.javacodegeeks.com/2015/10/nosql-vs-sql.html: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.javacodegeeks.com/2019/02/spring-framework-architecture.html: content_hash: N/A description: '' @@ -246662,6 +261760,7 @@ https://www.javacodegeeks.com/2019/02/spring-framework-architecture.html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.javacodegeeks.com/2021/08/the-case-against-ci-cd.html: content_hash: N/A description: '' @@ -246676,6 +261775,7 @@ https://www.javacodegeeks.com/2021/08/the-case-against-ci-cd.html: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.javacodegeeks.com/2023/03/infrastructure-as-code-best-tools-for-2023-included.html: content_hash: N/A description: '' @@ -246690,6 +261790,7 @@ https://www.javacodegeeks.com/2023/03/infrastructure-as-code-best-tools-for-2023 v2_locations: - iac.md year: N/A + addition_method: manual https://www.javaguides.net/2018/06/maven-cheat-sheet.html: content_hash: 719eed825857984ece3db64e96e23d29ba59896d49d5a459fca7426f33c9b2b5 description: '' @@ -246706,6 +261807,7 @@ https://www.javaguides.net/2018/06/maven-cheat-sheet.html: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.javaguides.net/2018/10/java-main-method-interview-questions-with-answers.html: ai_summary: Curator Insight analyzes Java main method syntax, execution, and class loading mechanisms. Live Grounding shows that foundational class-loading theory @@ -246735,6 +261837,7 @@ https://www.javaguides.net/2018/10/java-main-method-interview-questions-with-ans v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.javaguides.net/2022/07/event-driven-microservices-using-spring-boot-and-apache-kafka.html?spref=tw: content_hash: f26b0687b1753b4838a0bac8905e956aa25121da12fe391f1f9600b99020781a description: '' @@ -246751,6 +261854,7 @@ https://www.javaguides.net/2022/07/event-driven-microservices-using-spring-boot- v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.javaguides.net/2022/10/spring-boot-microservices-spring-cloud-api-gateway.html: content_hash: 4e6bb7128c466ee435640cc40963ee76e8afb8b48c22f5eecd5a6e3a0f4afb48 description: '' @@ -246767,6 +261871,7 @@ https://www.javaguides.net/2022/10/spring-boot-microservices-spring-cloud-api-ga v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.javaguides.net/2023/03/spring-boot-3-rest-api-documentation.html: content_hash: 0f0f7bd4ce14114e6af6b6dec111df6af0dcf66695fb630eb7e58be690ffd3c0 description: '' @@ -246783,6 +261888,7 @@ https://www.javaguides.net/2023/03/spring-boot-3-rest-api-documentation.html: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.javamonamour.org/2018/11/java-showsettings.html: content_hash: 9750ca0c5bd6b4b4fd0b44820d0cd04a2de74e83355368399592eb8d43e0206c health_score: 100.0 @@ -246790,6 +261896,7 @@ https://www.javamonamour.org/2018/11/java-showsettings.html: needs_ai_refresh: true v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://www.jbang.dev: ai_summary: A CLI tool allowing Java developers to run single-file source code programs as executable scripts, handling dependency fetching on-the-fly without heavy project @@ -246818,6 +261925,7 @@ https://www.jbang.dev: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://www.jeffgeerling.com/blog/2018/testing-your-ansible-roles-molecule: content_hash: eb746e16a73fda7fdcd004c2a48648855b89300eaf57e3d6a487a60e26728a85 description: '' @@ -246834,6 +261942,7 @@ https://www.jeffgeerling.com/blog/2018/testing-your-ansible-roles-molecule: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.jeffgeerling.com/blog/2020/everyone-might-be-cluster-admin-your-kubernetes-cluster: ai_summary: Jeff Geerling discusses the severe security implications of misconfigured RBAC (Role-Based Access Control) in Kubernetes. He highlights how default installations @@ -246862,6 +261971,7 @@ https://www.jeffgeerling.com/blog/2020/everyone-might-be-cluster-admin-your-kube v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.jenkins.io: content_hash: 77958e189c5ea2c73eae5f9a39766bf2fca026e20ed4fb38f45a32f73c7f68b7 description: '' @@ -246879,6 +261989,7 @@ https://www.jenkins.io: - jenkins.md - ansible.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2016/11/21/gc-tuning: ai_summary: Landmark analytical study detailing optimized GC settings for massive scale Jenkins controller instances. Discusses keeping response times low under @@ -246902,6 +262013,7 @@ https://www.jenkins.io/blog/2016/11/21/gc-tuning: - jenkins.md - java-and-java-performance-optimization.md year: '2016' + addition_method: manual https://www.jenkins.io/blog/2017/09/25/declarative-1: content_hash: 231273371c479130fd7e809b1e01832d20d94d60bb00c1f09cd6b67fdbaefb26 description: '' @@ -246918,6 +262030,7 @@ https://www.jenkins.io/blog/2017/09/25/declarative-1: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries: content_hash: 7ab530dca35981531af6056a171cc8ac5c8ca94340fabadea00ef9eba4b92f6e description: '' @@ -246935,6 +262048,7 @@ https://www.jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2018/08/31/shifting-gears: content_hash: ab6f500953763707470b77a70503e276ed81951542b7fdf2dad8c64f3d222417 description: '' @@ -246951,6 +262065,7 @@ https://www.jenkins.io/blog/2018/08/31/shifting-gears: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2019/11/22/welcome-to-the-matrix: content_hash: 8adfae1372398086ae2dfa03d77d2c3255a51ff25b5220f89e717f7c32e7d446 health_score: 100.0 @@ -246962,6 +262077,7 @@ https://www.jenkins.io/blog/2019/11/22/welcome-to-the-matrix: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.jenkins.io/blog/2020/01/08/atlassians-new-bitbucket-server-integration-for-jenkins: content_hash: 962a4e94ec4e19c6c438dd2da52f3b19cb1b3373392cb257b0e75c648493193d health_score: 100.0 @@ -246973,6 +262089,7 @@ https://www.jenkins.io/blog/2020/01/08/atlassians-new-bitbucket-server-integrati - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.jenkins.io/blog/2020/02/02/web-socket: content_hash: 9ceb81862fc308d9046816c545c7bab4c5120a5514a4fd8444623fc1080c9836 health_score: 100.0 @@ -246984,6 +262101,7 @@ https://www.jenkins.io/blog/2020/02/02/web-socket: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.jenkins.io/blog/2020/05/06/docker-agent-image-renaming: content_hash: 9dae40fe430c2f4af3381ce66f93a539736d13b1779badf2b06834ad9a334624 description: '' @@ -247001,6 +262119,7 @@ https://www.jenkins.io/blog/2020/05/06/docker-agent-image-renaming: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/05/11/docker-windows-agents: content_hash: a734725e7ef8e89ec214574770db16af635648fed0a189457979d7ec0a85a3cf description: '' @@ -247017,6 +262136,7 @@ https://www.jenkins.io/blog/2020/05/11/docker-windows-agents: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/05/25/read-only-jenkins-announcement: content_hash: b3abece4c976363d0dc306544ab32fc8b17f2c5e52ce5cab46d46568dd21de8b description: '' @@ -247033,6 +262153,7 @@ https://www.jenkins.io/blog/2020/05/25/read-only-jenkins-announcement: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/06/18/terminology-update: content_hash: 58f6b330767375b1973736405b5bb5212cbf95c38d5f9f023a0aaf9eb8904c8e description: '' @@ -247049,6 +262170,7 @@ https://www.jenkins.io/blog/2020/06/18/terminology-update: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/06/27/external-fingerprint-storage: content_hash: ef2cb10ee53b48a80edba895056ba4ccb953cd3cb27017c7eec38e706cbc5123 description: '' @@ -247065,6 +262187,7 @@ https://www.jenkins.io/blog/2020/06/27/external-fingerprint-storage: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/07/09/git-performance-improvement-phase1: content_hash: 5e350bbf1b2bcf6444580edbae2cf41c2d4759be08e9c0853012c0d38223835c description: '' @@ -247076,6 +262199,7 @@ https://www.jenkins.io/blog/2020/07/09/git-performance-improvement-phase1: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/07/29/git-performance-improvement-phase2: content_hash: b27e7438c3ea8d6d863817166f721818bba3db51fcd83bb032f85ac1c3b4a4af description: '' @@ -247087,6 +262211,7 @@ https://www.jenkins.io/blog/2020/07/29/git-performance-improvement-phase2: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/08/29/git-performance-improvement-phase3: content_hash: 5f8baeeba9cee368cf79854c760da6616e954e10d00e23fb6cadf84cea4b6415 description: '' @@ -247098,6 +262223,7 @@ https://www.jenkins.io/blog/2020/08/29/git-performance-improvement-phase3: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/10/21/a-sustainable-pattern-with-shared-library: content_hash: 17857c4028b8f5f17f4c87ea83c9d537653b7a46add75da10bb8d29790edaf90 description: '' @@ -247114,6 +262240,7 @@ https://www.jenkins.io/blog/2020/10/21/a-sustainable-pattern-with-shared-library v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2020/11/05/installing-jenkins-on-kubernetes: content_hash: 3bb3e3c06b19e101ea2fea6f41873b05182ed31c6ad8951570aaff2b638a0293 description: '' @@ -247131,6 +262258,7 @@ https://www.jenkins.io/blog/2020/11/05/installing-jenkins-on-kubernetes: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2021/02/08/docker-base-os-upgrade: content_hash: 12b7d48919644efd5daa88f49f3c2a396ede08f033229931c208cc031feaed5a description: '' @@ -247147,6 +262275,7 @@ https://www.jenkins.io/blog/2021/02/08/docker-base-os-upgrade: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2021/04/15/jenkins-operator-sub-project: content_hash: 2860d5f171fe4b0749670cf75a3fdfb5bcb880f09980f124af04bcf5639253dc description: '' @@ -247163,6 +262292,7 @@ https://www.jenkins.io/blog/2021/04/15/jenkins-operator-sub-project: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2021/04/21/tekton-plugin: content_hash: 4bbf464df46842bf904ced9fadc42729c0860df37eb68c4c4a8fed9be69811cf description: '' @@ -247181,6 +262311,7 @@ https://www.jenkins.io/blog/2021/04/21/tekton-plugin: - jenkins.md - tekton.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2021/07/27/git-credentials-binding-phase-1: content_hash: c9d4d304d19555aacb5f3c599282a1f52f38bda33c2ef22b45ff2a28eb2c0b8f description: '' @@ -247198,6 +262329,7 @@ https://www.jenkins.io/blog/2021/07/27/git-credentials-binding-phase-1: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2021/08/17/docker-images-use-jdk-11-by-default: content_hash: 08dbd40191784854dc666b4b805d3eb49488df2320a78cae5634c1d23d335bd8 description: '' @@ -247214,6 +262346,7 @@ https://www.jenkins.io/blog/2021/08/17/docker-images-use-jdk-11-by-default: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2021/08/23/jenkins-operator-security-work-report: content_hash: fcbf416e2e787fd2033bbd980b7f70bc49ba3fe0208862fbba9a067de3fbc020 description: '' @@ -247230,6 +262363,7 @@ https://www.jenkins.io/blog/2021/08/23/jenkins-operator-security-work-report: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2021/12/22/deprecated-ruby-runtime: content_hash: e7558b642714cade33f2a62215464dc73c9e1deeaaeb0269771618a69865213c description: '' @@ -247246,6 +262380,7 @@ https://www.jenkins.io/blog/2021/12/22/deprecated-ruby-runtime: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/blog/2023/10/31/marc-s-napkin-upgrade-guide: ai_summary: A highly practical, pragmatic guide from a core Jenkins maintainer outlining safe upgrade strategies for Jenkins controllers and its complex plugin ecosystem. @@ -247278,6 +262413,7 @@ https://www.jenkins.io/blog/2023/10/31/marc-s-napkin-upgrade-guide: - kubernetes-tutorials.md - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/administration/requirements/jenkins-on-java-11: ai_summary: Administrative guide addressing the platform transition of the Jenkins controller from obsolete Java 8 engines to modern Java 11 runtime profiles. @@ -247306,6 +262442,7 @@ https://www.jenkins.io/doc/administration/requirements/jenkins-on-java-11: - java-and-java-performance-optimization.md - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/book/blueocean/getting-started: content_hash: 598b5d2549b11608b714ee0642d572ac56119064ec67a1bd3fadd8539f4c48bb description: '' @@ -247322,6 +262459,7 @@ https://www.jenkins.io/doc/book/blueocean/getting-started: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/book/installing/kubernetes: content_hash: 7ed53ec266b91742b425b92792ac910a25e3ebab95d5c44cb3fef5f55505b292 description: '' @@ -247338,6 +262476,7 @@ https://www.jenkins.io/doc/book/installing/kubernetes: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/book/managing/cli: content_hash: d968dd19f8c08aaf80fbd46dd91a191703a5ad29e57a557f8f081e0b44705e97 description: '' @@ -247358,6 +262497,7 @@ https://www.jenkins.io/doc/book/managing/cli: - about.md - demos.md year: N/A + addition_method: manual https://www.jenkins.io/doc/book/pipeline: content_hash: b515f37aef22a438d17bf84bb780a9c2845414d9c88c06fc875897572bd34fdb description: '' @@ -247373,6 +262513,7 @@ https://www.jenkins.io/doc/book/pipeline: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/book/pipeline/development: content_hash: bc42748be4848d149f0cb50d06b0e8d38d3433294356de5835240af8af93e60c description: '' @@ -247388,6 +262529,7 @@ https://www.jenkins.io/doc/book/pipeline/development: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/book/pipeline/jenkinsfile: content_hash: 22f05e30ffd88cec53424a97573d6dd82965bd964f8eca13f71eabeb79cf71ee health_score: 100.0 @@ -247399,12 +262541,14 @@ https://www.jenkins.io/doc/book/pipeline/jenkinsfile: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.jenkins.io/doc/book/pipeline/multibranch: content_hash: ae6861d6ef158cbcf5c862bd75524f21135c100df1032f19b0716a8ddd11c11e health_score: 100.0 last_checked: 1779030848.652916 v1_locations: - docs/jenkins.md + addition_method: manual https://www.jenkins.io/doc/book/pipeline/shared-libraries: content_hash: 31ef0427925ccf670bd3646941ea72eac2e4fb33e4c0d2545e626f911d213702 description: '' @@ -247421,6 +262565,7 @@ https://www.jenkins.io/doc/book/pipeline/shared-libraries: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/book/pipeline/syntax: ai_summary: Authoritative documentation explaining scripted and declarative Jenkins pipeline configuration syntaxes. Breaks down flow control structures, declarative @@ -247451,12 +262596,14 @@ https://www.jenkins.io/doc/book/pipeline/syntax: - jenkins.md - openshift-pipelines.md year: N/A + addition_method: manual https://www.jenkins.io/doc/book/using/remote-access-api: content_hash: b4806f42d793d5b0bfd787a08e5fb40964e408972969e57d415f9acf0bd2d147 health_score: 100.0 last_checked: 1779031825.090465 v1_locations: - docs/about.md + addition_method: manual https://www.jenkins.io/doc/developer/plugin-development: content_hash: 65762a0fda602ea73c1ba67ca5859a166f36a8199ef940caa814331588269c36 description: '' @@ -247473,6 +262620,7 @@ https://www.jenkins.io/doc/developer/plugin-development: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/developer/plugin-development/dependency-management: content_hash: 7df97db16298349167abd4b5ce18eb3dfb0278da414a355f575486a6543d5348 description: '' @@ -247488,6 +262636,7 @@ https://www.jenkins.io/doc/developer/plugin-development/dependency-management: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step: content_hash: 9d43e6dc2a1d11e8048fcc6ca988766d8f98c534fcda61b0297fc3662f3f928c description: '' @@ -247504,6 +262653,7 @@ https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/events/online-hackfest/2020-uiux: content_hash: 90a8e17e08c8e66a5a26394951eda2d7d460c0d3fdf51dfce9771d3df35c1735 description: '' @@ -247523,6 +262673,7 @@ https://www.jenkins.io/events/online-hackfest/2020-uiux: - jenkins.md - demos.md year: N/A + addition_method: manual https://www.jenkins.io/projects/gsoc/2021/projects/remoting-monitoring: content_hash: 9d315ae550b6c416ab790badedd2f13425629527c9b22cdf033802f4f6d30ac0 description: '' @@ -247539,6 +262690,7 @@ https://www.jenkins.io/projects/gsoc/2021/projects/remoting-monitoring: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/projects/jcasc: content_hash: 6a80f96b7c98b2f1ffb64a8db68781e17069b7060a0cfe9ed602f4dbfc0c4645 description: '' @@ -247557,6 +262709,7 @@ https://www.jenkins.io/projects/jcasc: - jenkins.md - about.md year: N/A + addition_method: manual https://www.jenkins.io/sigs/cloud-native: content_hash: b1c5c8a9f0dc8682042d02010daa108d5710f3cde9123074374678f5d0c2e6e4 description: '' @@ -247573,6 +262726,7 @@ https://www.jenkins.io/sigs/cloud-native: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/sigs/platform: content_hash: 21daeb0b627ef17fe17e4c70ac0129c394e34f9b84e654681f2178e2221fc029 description: '' @@ -247589,6 +262743,7 @@ https://www.jenkins.io/sigs/platform: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jenkins.io/solutions/pipeline: content_hash: f3c1c8d569acd5f2a4e642e6545a7016e42dafc95fa804be5b142c54c67205ae description: '' @@ -247605,6 +262760,7 @@ https://www.jenkins.io/solutions/pipeline: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.jetbrains.com/fleet: content_hash: 0a62055a7189e5ad58cefeac49e516801222aa042c7e21e478abfe0ca0978c6d description: '' @@ -247621,6 +262777,7 @@ https://www.jetbrains.com/fleet: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.jetbrains.com/help/idea/maven-support.html: ai_summary: Comprehensive reference guide for managing, importing, and debugging Apache Maven projects within JetBrains IntelliJ IDEA. Covers multi-module project @@ -247650,6 +262807,7 @@ https://www.jetbrains.com/help/idea/maven-support.html: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://www.jetbrains.com/help/teamcity/storing-project-settings-in-version-control.html: content_hash: 111e3eb4db4f12d123a6a55faa5135d3542ada04abd7e3db15a3a2706acb37e9 description: '' @@ -247666,6 +262824,7 @@ https://www.jetbrains.com/help/teamcity/storing-project-settings-in-version-cont v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.jetbrains.com/teamcity: content_hash: 045da79f702ebbf8581ce089167fdefd4b52d9349a4c396004b433a4bad536fc description: '' @@ -247682,6 +262841,7 @@ https://www.jetbrains.com/teamcity: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.jetstack.io/blog/cert-manager-gateway-api-traefik-guide: content_hash: e0194872029ad15d89c885f2d17b11deec720e5cedd8cc7c53177a0cf2245564 description: '' @@ -247694,6 +262854,7 @@ https://www.jetstack.io/blog/cert-manager-gateway-api-traefik-guide: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.jetstack.io/blog/cert-manager-istio-integration: content_hash: e0194872029ad15d89c885f2d17b11deec720e5cedd8cc7c53177a0cf2245564 description: '' @@ -247705,6 +262866,7 @@ https://www.jetstack.io/blog/cert-manager-istio-integration: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories: content_hash: 3c334d5320e44ff111609e97f2d1bb75da83b7cccf4cd9d6c10bc9abbac73aa4 description: '' @@ -247715,6 +262877,7 @@ https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositorie v1_locations: - docs/registries.md year: N/A + addition_method: manual https://www.jhipster.tech: ai_summary: JHipster is a premier development platform to quickly generate, develop, and deploy modern web applications and microservice architectures. It automates @@ -247742,6 +262905,7 @@ https://www.jhipster.tech: v2_locations: - scaffolding.md year: N/A + addition_method: manual https://www.jimangel.io/posts/nvidia-rtx-gpu-kubernetes-setup: content_hash: 58985efaddc6beea60463bf39dc8bcebf2a33c1454928b32913cacd5899f710a description: '' @@ -247758,6 +262922,7 @@ https://www.jimangel.io/posts/nvidia-rtx-gpu-kubernetes-setup: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.jimangel.io/posts/self-updating-gitops: content_hash: bc450f0cc78dce7ff70ec101b13c0ccfe98a6725da668c3af265d501dd227a8e health_score: 100.0 @@ -247769,6 +262934,7 @@ https://www.jimangel.io/posts/self-updating-gitops: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.jitendrazaa.com/blog/java/create-soap-message-using-java: content_hash: 816df781e0e1364c0ceb037431c79bc1b8080832eec1caaae036560df5aa0230 health_score: 100.0 @@ -247781,6 +262947,7 @@ https://www.jitendrazaa.com/blog/java/create-soap-message-using-java: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.journaldev.com/33645/maven-commands-options-cheat-sheet: content_hash: 79957063fe9de1e5d0aead4cc2646b803727fa5d2d108fa4f1263611b7a86431 description: '' @@ -247792,12 +262959,14 @@ https://www.journaldev.com/33645/maven-commands-options-cheat-sheet: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://www.journaldunet.com/web-tech/cloud/1492047-comment-kubernetes-perce-les-frontieres-du-cloud: content_hash: 0bf95aec70b29cf943f2cb7f1d76746d7af9d8e39953d5ea1c4f5c9773f0cf7d health_score: 100.0 last_checked: 1779033329.448183 v1_locations: - docs/kubernetes.md + addition_method: manual https://www.jrebel.com/blog/git-cheat-sheet: content_hash: N/A description: '' @@ -247812,6 +262981,7 @@ https://www.jrebel.com/blog/git-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.jrebel.com/blog/maven-cheat-sheet: content_hash: N/A description: '' @@ -247826,6 +262996,7 @@ https://www.jrebel.com/blog/maven-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.jrebel.com/blog/top-10-jenkins-plugins-and-features: content_hash: N/A description: '' @@ -247840,6 +263011,7 @@ https://www.jrebel.com/blog/top-10-jenkins-plugins-and-features: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.json.org/json-en.html: ai_summary: The authoritative portal detailing the RFC 8259 JSON serialization standard. Features base specifications, language mappings, and grammar definitions critical @@ -247868,6 +263040,7 @@ https://www.json.org/json-en.html: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://www.juanonlab.com/blog/es/dashboards-de-kibana: content_hash: N/A description: '' @@ -247882,6 +263055,7 @@ https://www.juanonlab.com/blog/es/dashboards-de-kibana: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.justingarrison.com/blog/2021-07-11-github-url-hacks: content_hash: 8019755987c3c4c444862a977b02e1ad44abb712884387c4a751ef9a165b08cb description: '' @@ -247893,6 +263067,7 @@ https://www.justingarrison.com/blog/2021-07-11-github-url-hacks: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://www.justinpolidori.it/posts/20220116_sign_images_with_cosign_and_verify_with_gatekeeper: content_hash: N/A description: '' @@ -247907,6 +263082,7 @@ https://www.justinpolidori.it/posts/20220116_sign_images_with_cosign_and_verify_ v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.justinpolidori.it/posts/20220611_vcluster_auth: content_hash: N/A description: '' @@ -247922,6 +263098,7 @@ https://www.justinpolidori.it/posts/20220611_vcluster_auth: v2_locations: - rancher.md year: N/A + addition_method: manual https://www.k8gb.io: content_hash: bcf21be7427446d887632bceeed8604d755c7bc49c4a6e841709cab0b85f6af0 description: '' @@ -247940,6 +263117,7 @@ https://www.k8gb.io: - kubernetes-networking.md - kubernetes-tools.md year: N/A + addition_method: manual https://www.k8sref.io: content_hash: N/A description: '' @@ -247956,6 +263134,7 @@ https://www.k8sref.io: - cheatsheets.md - kubernetes.md year: N/A + addition_method: manual https://www.kaggle.com/competitions: content_hash: 8de4817900531ed293e66df15143c6f602564a9a7e39628e97970e4ee564bf87 description: '' @@ -247972,6 +263151,7 @@ https://www.kaggle.com/competitions: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.kaggle.com/datasets/rkiattisak/sports-car-prices-dataset: content_hash: 8de4817900531ed293e66df15143c6f602564a9a7e39628e97970e4ee564bf87 description: '' @@ -247988,6 +263168,7 @@ https://www.kaggle.com/datasets/rkiattisak/sports-car-prices-dataset: v2_locations: - mlops.md year: N/A + addition_method: manual ? https://www.kai-waehner.de/blog/2020/06/09/apache-kafka-versus-apache-pulsar-event-streaming-comparison-features-myths-explored : ai_summary: A detailed technical breakdown comparing Apache Kafka and Apache Pulsar. Evaluates performance benchmarks, architecture complexities, replication topologies, @@ -248016,6 +263197,7 @@ https://www.kaggle.com/datasets/rkiattisak/sports-car-prices-dataset: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.kai-waehner.de/blog/2021/03/10/apache-kafka-app-modernization-legacy-hybrid-cloud-native-architecture: ai_summary: Examines legacy migration models utilizing Apache Kafka as an integration buffer. Discusses streaming events between on-prem mainframe systems and agile @@ -248044,6 +263226,7 @@ https://www.kai-waehner.de/blog/2021/03/10/apache-kafka-app-modernization-legacy v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.kai-waehner.de/blog/2021/03/15/apache-kafka-mqtt-sparkplug-iot-blog-series-part-1-of-5-overview-comparison: ai_summary: A systematic deep dive comparing MQTT brokers to Kafka. Reviews how to build end-to-end telemetry systems, deploying MQTT at the edge for lightweight @@ -248071,6 +263254,7 @@ https://www.kai-waehner.de/blog/2021/03/15/apache-kafka-mqtt-sparkplug-iot-blog- v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.kai-waehner.de/blog/2022/01/04/when-not-to-use-apache-kafka: ai_summary: 'Curator Insight: Essential architectural review pointing out Kafka anti-patterns. Live Grounding: Evaluates hard constraints of Kafka, comparing @@ -248099,6 +263283,7 @@ https://www.kai-waehner.de/blog/2022/01/04/when-not-to-use-apache-kafka: v2_locations: - message-queue.md year: N/A + addition_method: manual ? https://www.kai-waehner.de/blog/2022/01/28/when-to-use-apache-camel-vs-apache-kafka-for-etl-application-integration-event-streaming : ai_summary: Examines the complementarity and core differences between Apache Camel (an integration framework implementing Enterprise Integration Patterns) and Apache @@ -248128,6 +263313,7 @@ https://www.kai-waehner.de/blog/2022/01/04/when-not-to-use-apache-kafka: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.kai-waehner.de/blog/2022/05/12/comparison-jms-api-message-broker-mq-vs-apache-kafka: ai_summary: Details the technical tradeoffs, design limitations, and complementary features of JMS broker specifications versus Apache Kafka. It assists system engineers @@ -248157,6 +263343,7 @@ https://www.kai-waehner.de/blog/2022/05/12/comparison-jms-api-message-broker-mq- v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.kamilgrzybek.com/blog/posts/modular-monolith-primer: content_hash: ddbe70f44f67ed39a971d80d481ad4921e91fdcc327b594e6eee295695a42a66 health_score: 100.0 @@ -248168,6 +263355,7 @@ https://www.kamilgrzybek.com/blog/posts/modular-monolith-primer: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.kamilgrzybek.com/design/modular-monolith-primer: content_hash: 20c18f9c8648af9693fc4ef41cb739f6e65c6468af14ef6400c0961d8171e438 description: '' @@ -248179,12 +263367,14 @@ https://www.kamilgrzybek.com/design/modular-monolith-primer: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.kanister.io: content_hash: 7f299c7a843596c28008318f7278ba72f239509982be2e93cbda49d20d242fee health_score: 100.0 last_checked: 1779130494.933897 v1_locations: - docs/kubernetes-backup-migrations.md + addition_method: manual https://www.kasten.io: content_hash: 0569e579bbbc818d77cc8f188548c39d40855e908378a2625088196fe9f34e26 description: '' @@ -248196,6 +263386,7 @@ https://www.kasten.io: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.kasten.io/kubernetes/resources/books/kubernetes-backup-and-dr-for-dummies: content_hash: d2bc9b0a36cc413edab1e4d0813d8166c371e8b23e4e10843a6ad26da6b969cc description: '' @@ -248207,6 +263398,7 @@ https://www.kasten.io/kubernetes/resources/books/kubernetes-backup-and-dr-for-du v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.katacoda.com: ai_summary: Formerly the premier interactive browser-based terminal platform for testing and learning Kubernetes, Docker, and Linux configuration on-demand. Live @@ -248239,6 +263431,7 @@ https://www.katacoda.com: - openshift.md - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.kateyes.co.uk: content_hash: 4c4792f842d0b1eb9a41bec3ddb871d3093e445897441d6eadc1411c7f7cc1d7 description: '' @@ -248254,6 +263447,7 @@ https://www.kateyes.co.uk: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.kdnuggets.com/2020/07/deploy-machine-learning-pipeline-aws-fargate.html: ai_summary: A detailed walk-through detailing how to package, deploy, and execute a Python-based machine learning inference pipeline as a containerized service @@ -248283,6 +263477,7 @@ https://www.kdnuggets.com/2020/07/deploy-machine-learning-pipeline-aws-fargate.h v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://www.kdnuggets.com/2021/02/deploy-flask-api-kubernetes-connect-micro-services.html: content_hash: ba621d739485a739e124651c8d4575b3738a996a2bcbbd985d09f6f27f2409cd description: '' @@ -248300,6 +263495,7 @@ https://www.kdnuggets.com/2021/02/deploy-flask-api-kubernetes-connect-micro-serv v2_locations: - python.md year: N/A + addition_method: manual https://www.kdnuggets.com/2021/09/build-database-using-python.html: content_hash: ad777e77c8c535d2159466bcbc1e1f10530f081d06a537ebfcc57ea856baa739 description: '' @@ -248316,6 +263512,7 @@ https://www.kdnuggets.com/2021/09/build-database-using-python.html: v2_locations: - python.md year: N/A + addition_method: manual https://www.kdnuggets.com/2022/02/complete-collection-data-science-cheat-sheets-part-1.html: content_hash: 81329c7fc61b0f62da36d705fdbcffdd3adac932b03b60bd8c7d12498eda6a52 description: '' @@ -248333,6 +263530,7 @@ https://www.kdnuggets.com/2022/02/complete-collection-data-science-cheat-sheets- v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.kdnuggets.com/2022/02/complete-collection-data-science-cheat-sheets-part-2.html: content_hash: ffd93e10c5761e4e234e9dea35ca407562ea9bb38657a3c19a12197013a6f93f description: '' @@ -248350,6 +263548,7 @@ https://www.kdnuggets.com/2022/02/complete-collection-data-science-cheat-sheets- v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.kedify.io/blog-posts/prometheus-and-kubernetes-horizontal-pod-autoscaler-dont-talk-keda-does: content_hash: 6a5e9c2c0229a4f17f12d7d4c8d442e239f588a7595b0a0c345aea6faac14be9 description: '' @@ -248362,6 +263561,7 @@ https://www.kedify.io/blog-posts/prometheus-and-kubernetes-horizontal-pod-autosc v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.kedify.io/resources/blog/prometheus-and-kubernetes-horizontal-pod-autoscaler-dont-talk-keda-does: content_hash: 31ca0498d5f36cc1f3a315c37522dd97da07b91f4dad3d4786d3e6134ce304c0 health_score: 100.0 @@ -248374,6 +263574,7 @@ https://www.kedify.io/resources/blog/prometheus-and-kubernetes-horizontal-pod-au - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://www.keptn.sh: content_hash: 9477bda98666b2af191b0c19be02d45bd8507e08b7fc5200316530582f7cd9fa description: '' @@ -248385,6 +263586,7 @@ https://www.keptn.sh: v1_locations: - docs/keptn.md year: N/A + addition_method: manual ? https://www.kevinrchant.com/2021/09/14/t-sql-tuesday-142-introducing-my-azure-devops-templates-for-data-platform-deployments : content_hash: 89a1c268d199527aa9505a68ba209441fc92da68773520a6a98cf89ccca83ec1 description: '' @@ -248397,6 +263599,7 @@ https://www.keptn.sh: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.kevinrchant.com/2021/09/16/increase-in-demand-for-data-platform-automation: content_hash: 9b5203cf53459440a130587e5d46729d7fcaa1be2dbd8f15d02fbad8a6cdae45 description: '' @@ -248413,6 +263616,7 @@ https://www.kevinrchant.com/2021/09/16/increase-in-demand-for-data-platform-auto v2_locations: - azure.md year: N/A + addition_method: manual https://www.keycloak.org: ai_summary: Keycloak is an enterprise-grade open-source identity and access management solution supporting OpenID Connect, OAuth 2.0, and SAML 2.0. It offers single @@ -248441,6 +263645,7 @@ https://www.keycloak.org: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.khanacademy.org: ai_summary: An elite, non-profit academic platform delivering foundational instruction across core sciences and introductory algorithms. Essential for computer science @@ -248468,6 +263673,7 @@ https://www.khanacademy.org: v2_locations: - elearning.md year: N/A + addition_method: manual https://www.kiali.io: content_hash: 9582ab3a0a0e5183c976919470e482b57b2913e2d532eb45e0d8109a070dd269 description: '' @@ -248479,6 +263685,7 @@ https://www.kiali.io: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.kie.org: content_hash: 16242b6f913556ba65b73fc1e8332a4f61d88af87adab213d136d6222eba0941 health_score: 100.0 @@ -248490,6 +263697,7 @@ https://www.kie.org: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://www.kite.com: content_hash: bf3841db325d22611269c3e46761d26b9a568edc24c5f5c549fc1449b0fbf6bd description: '' @@ -248501,6 +263709,7 @@ https://www.kite.com: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.kitploit.com/2021/12/mesh-kridik-open-source-security.html: content_hash: a8e93b71700fdb2c085ee2c69466a835ff6c1ee43d1c20e1e7568738db5b0263 description: '' @@ -248512,6 +263721,7 @@ https://www.kitploit.com/2021/12/mesh-kridik-open-source-security.html: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.konveyor.io: content_hash: 0d5c99ff16beef0fc62bf09fe36f224c11e645ac4d96b780c941a939dbabcc16 description: '' @@ -248524,6 +263734,7 @@ https://www.konveyor.io: - docs/kubernetes-backup-migrations.md - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.koyeb.com/blog/service-mesh-and-microservices-improving-network-management-and-observability: content_hash: 834905439ac403ff4aa074531a253fbb5c973f7a52afec4471c2ea071e0887eb description: '' @@ -248541,6 +263752,7 @@ https://www.koyeb.com/blog/service-mesh-and-microservices-improving-network-mana v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.kpi.org/KPI-Basics: content_hash: f511af359ab17527a207963b7b129c0d91d9798c32d8df247f533f461e42f5a7 health_score: 100.0 @@ -248555,6 +263767,7 @@ https://www.kpi.org/KPI-Basics: v2_locations: - monitoring.md - kubernetes-operators-controllers.md + addition_method: manual https://www.krakend.io: content_hash: 6a3e3068c86c08f220df43dbf789565b092df8329805695baeb5140c5df80fd8 description: '' @@ -248571,6 +263784,7 @@ https://www.krakend.io: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.krakend.io/blog/krakend-framework-joins-the-linux-foundation: content_hash: 944b4d5d87689852c4a7c592f25a4d8b421acc43773f806e3803054018fa0372 description: '' @@ -248587,6 +263801,7 @@ https://www.krakend.io/blog/krakend-framework-joins-the-linux-foundation: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.kristhecodingunicorn.com/post/aks-oauth2-proxy-with-nginx-ingress-controller: ai_summary: An in-depth configuration guide targeting NGINX Ingress controller annotations and OAuth2 Proxy settings. Synthesizes ingress routing flows with OpenID Connect @@ -248617,6 +263832,7 @@ https://www.kristhecodingunicorn.com/post/aks-oauth2-proxy-with-nginx-ingress-co v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.kristhecodingunicorn.com/post/k8s_nginx_oauth: ai_summary: Step-by-step implementation of OAuth 2.0 authentication offloaded to the AKS ingress layer. Contrasts standard microservice authentication overhead @@ -248641,6 +263857,7 @@ https://www.kristhecodingunicorn.com/post/k8s_nginx_oauth: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://www.ktail.de: content_hash: N/A description: '' @@ -248655,6 +263872,7 @@ https://www.ktail.de: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.kube-router.io: content_hash: 5158583dee0426aca4d744b49ae5da3153121d613f2bb316e4bcb1d2eef4c917 description: '' @@ -248666,6 +263884,7 @@ https://www.kube-router.io: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.kubecost.com: content_hash: N/A description: '' @@ -248680,6 +263899,7 @@ https://www.kubecost.com: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.kubeflow.org: content_hash: 3ffb24e661e1c72a546f20b2e2ed81961d65034b61f9199b8b7bcf821a00e644 description: '' @@ -248698,6 +263918,7 @@ https://www.kubeflow.org: - mlops.md - jenkins-alternatives.md year: N/A + addition_method: manual https://www.kubenatives.com/p/the-hidden-cpu-throttling-crisis: ai_summary: An in-depth analysis exposing the silent threat of CPU throttling inside Kubernetes clusters caused by rigid CFS quota management. Demonstrates how microservices @@ -248729,6 +263950,7 @@ https://www.kubenatives.com/p/the-hidden-cpu-throttling-crisis: - kubernetes-troubleshooting.md - monitoring.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/a-framework-for-kubernetes-incident-response: content_hash: 1936f227f4dddbb4398eaf0eaaf7eac148377326b2640a861b27929a3a732331 description: '' @@ -248745,6 +263967,7 @@ https://www.kubermatic.com/blog/a-framework-for-kubernetes-incident-response: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/bringing-your-vms-to-kubernetes-with-kubevirt: content_hash: e7c5a7d03a3166d46140f4c0a62f23ffce61aea0c3aec1bf8aa03ef19b577ae7 description: '' @@ -248761,6 +263984,7 @@ https://www.kubermatic.com/blog/bringing-your-vms-to-kubernetes-with-kubevirt: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/keeping-the-state-of-apps-1-introduction-to-volume-and-volumemounts: content_hash: eff48ec9b70508779dd7649fbf9a7bfbe602503037e2e133b1b01961a9aa4ab0 description: '' @@ -248778,6 +264002,7 @@ https://www.kubermatic.com/blog/keeping-the-state-of-apps-1-introduction-to-volu v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/keeping-the-state-of-apps-5: content_hash: 09bb2c6e02380b71aa18ab03e108bb5516a9c932cc71db9a255d16a57849f4ec description: '' @@ -248789,6 +264014,7 @@ https://www.kubermatic.com/blog/keeping-the-state-of-apps-5: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/keeping-the-state-of-apps-5-introduction-to-storage-classes: content_hash: b4576d46073e3bf7ed8d7df4e4213d1b3678986d9d3072770a9ae76960885e5e description: '' @@ -248805,6 +264031,7 @@ https://www.kubermatic.com/blog/keeping-the-state-of-apps-5-introduction-to-stor v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/keeping-the-state-of-apps-6-introduction-to-statefulsets: content_hash: 80357a9a862cdeee5895f9dc17956d95f7318a6b31a2555eecd2d14c2534b88b health_score: 100.0 @@ -248816,6 +264043,7 @@ https://www.kubermatic.com/blog/keeping-the-state-of-apps-6-introduction-to-stat - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.kubermatic.com/blog/keeping-the-state-of-apps-part-2-introduction-to-secrets: ai_summary: Introduces key concepts of stateful configuration security. Analyzes how secrets are handled internally by API controllers and mounted securely on @@ -248843,6 +264071,7 @@ https://www.kubermatic.com/blog/keeping-the-state-of-apps-part-2-introduction-to v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/keeping-the-state-of-apps-part-3-introduction-to-configmaps: content_hash: 73ffda9116e1abcb88e1869c2747bc90d635b295db53f0b6e50d6480aaec6376 description: '' @@ -248860,6 +264089,7 @@ https://www.kubermatic.com/blog/keeping-the-state-of-apps-part-3-introduction-to v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/the-complete-guide-to-kubernetes-metrics: ai_summary: A complete manual detailing metrics collection pathways in Kubernetes. Explores how the metrics pipeline aggregates metrics from cAdvisor, Kubelet, and @@ -248888,6 +264118,7 @@ https://www.kubermatic.com/blog/the-complete-guide-to-kubernetes-metrics: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/using-open-policy-agent-with-kubermatic: content_hash: e19d5a2b2d02ac8637c6a38de6cb1a030e942fb055abbcff71882d7ca0ca4764 description: '' @@ -248904,6 +264135,7 @@ https://www.kubermatic.com/blog/using-open-policy-agent-with-kubermatic: v2_locations: - securityascode.md year: N/A + addition_method: manual https://www.kubermatic.com/blog/why-implementing-kubernetes-operators-is-a-good-idea: content_hash: 22bd370781c98f00c60359675dc5c85504c558c59e2ca7b8f6e21c59ede7d528 description: '' @@ -248920,6 +264152,7 @@ https://www.kubermatic.com/blog/why-implementing-kubernetes-operators-is-a-good- v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.kubermatic.com/categories/kubernetes: content_hash: 7b6376dfafd624771d3a6f028acb59536f7b642c2d6ae42f7be5832d4658c393 description: '' @@ -248931,6 +264164,7 @@ https://www.kubermatic.com/categories/kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.kubermatic.com/resources/the-ultimate-checklist-for-running-kubernetes-in-production: content_hash: ba786ac50dc87dc7ce0c3dad97b661441fd421494506d34649df65644e5d2ef3 description: '' @@ -248947,6 +264181,7 @@ https://www.kubermatic.com/resources/the-ultimate-checklist-for-running-kubernet v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.kubermatic.com/tags/kubernetes: content_hash: 112b0ad5a5b6de78279e2b31757c3ecb87cef30211d4b9e8aa01d0733af9f832 health_score: 100.0 @@ -248958,6 +264193,7 @@ https://www.kubermatic.com/tags/kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.kubernetes.dev/docs/guide/github-workflow: ai_summary: Official guide explaining the massive, highly automated collaborative workflow used to orchestrate upstream Kubernetes contributions. Covers the intricate @@ -248986,6 +264222,7 @@ https://www.kubernetes.dev/docs/guide/github-workflow: v2_locations: - git.md year: N/A + addition_method: manual https://www.kubestack.com: content_hash: 98b692c25a84bcad851e11f84788d55dd4e06cd4743eb06d8bd08ed6b04e6987 description: '' @@ -249004,18 +264241,21 @@ https://www.kubestack.com: - gitops.md - terraform.md year: N/A + addition_method: manual https://www.kubestack.com/framework/documentation: content_hash: 563c221625415c5f9a29244f8e050dea00439ee53d5f150da35a35372b195ffa health_score: 100.0 last_checked: 1779031622.889468 v1_locations: - docs/gitops.md + addition_method: manual https://www.kubestack.com/framework/documentation/tutorial-build-local-lab: content_hash: 91d9e9c4eb35a5ad24db9beabde87e6db387175145be57748d6fba6ceeee8dd2 health_score: 100.0 last_checked: 1779029310.21337 v1_locations: - docs/gitops.md + addition_method: manual https://www.kubetools.io/kubernetes/kopylot-an-ai-powered-kubernetes-assistant-for-devops-developers: content_hash: 3080ed75412b97f6743b9495078cfe2e8107928c3b2bfdae3469d1fed214e8fd description: '' @@ -249027,6 +264267,7 @@ https://www.kubetools.io/kubernetes/kopylot-an-ai-powered-kubernetes-assistant-f v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual ? https://www.kubetools.io/kubernetes/mastering-kubernetes-debugging-and-troubleshooting-with-kubeshark-real-time-visibility-query-language-service-map-and-integrations : content_hash: b24b0d740acb97366262ea73dd2f5ddc417578a3032d833dfe2a777e6e95aa8c description: '' @@ -249038,6 +264279,7 @@ https://www.kubetools.io/kubernetes/kopylot-an-ai-powered-kubernetes-assistant-f v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.kubetools.io/kubernetes/why-k9s-should-be-your-go-to-tool-for-kubernetes-management: content_hash: fb7fdbc71cb810ad04a33002e32adda0f4310c2c1d48e57a031b8c7bf620173e description: '' @@ -249049,6 +264291,7 @@ https://www.kubetools.io/kubernetes/why-k9s-should-be-your-go-to-tool-for-kubern v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.kubeval.com: content_hash: f0f2c176a236b6caabf9ab83f726d97912c7fa94699240b11b40dbf6dc1c437b description: '' @@ -249060,6 +264303,7 @@ https://www.kubeval.com: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://www.kubewarden.io/blog/2022/10/env-var-secrets: ai_summary: Demonstrates how to use Kubewarden admission policies to dynamically intercept and prevent container deployments containing plaintext secrets or API @@ -249089,6 +264333,7 @@ https://www.kubewarden.io/blog/2022/10/env-var-secrets: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.kurrent.io/blog/service-oriented-architecture-vs-event-driven-architecture: content_hash: 72d1ecda136b2ef31a4ef76810b267d831ad00e9fe893e497dddb61fe91ee0b0 health_score: 100.0 @@ -249100,6 +264345,7 @@ https://www.kurrent.io/blog/service-oriented-architecture-vs-event-driven-archit - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.kylezsembery.com/persistent-storage-kubernetes: content_hash: 2f0993e1cd1e8d3ada8a6bda0847180d3f83c042aa5f333b9c176a3915282b3b description: '' @@ -249115,6 +264361,7 @@ https://www.kylezsembery.com/persistent-storage-kubernetes: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/27-best-practices-selenium-test-automation: content_hash: 14847b96baf29b4dc5725045e804a08d657f6d0797213193fc6a907585b0d706 description: '' @@ -249126,6 +264373,7 @@ https://www.lambdatest.com/blog/27-best-practices-selenium-test-automation: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/49-common-selenium-exceptions-automation-testing: content_hash: 8c6f90fdb44ec2d3e9cf6c9401cac285640279a6c83156adb80ae116dcb16ba7 description: '' @@ -249137,6 +264385,7 @@ https://www.lambdatest.com/blog/49-common-selenium-exceptions-automation-testing v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/automated-web-bot-with-selenium-python: content_hash: 99032b99e62b4105027d658a7965b399fbfc005b39a3d57d1cef6fda014b93bc description: '' @@ -249148,12 +264397,14 @@ https://www.lambdatest.com/blog/automated-web-bot-with-selenium-python: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/automation-testing-with-selenium-javascript: content_hash: 0cd47b5bb2d043a05f4f5af68efc3acc652e462dfd45c0593951137c51ddca69 health_score: 100.0 last_checked: 1779029561.311699 v1_locations: - docs/test-automation-frameworks.md + addition_method: manual https://www.lambdatest.com/blog/bamboo-vs-jenkins-showdown-of-ci-cd-tools: content_hash: 1584a4e7496758b3a3a20b13f72a80f46c6f186f60adbbb64cfc03ec88ab5422 description: '' @@ -249165,6 +264416,7 @@ https://www.lambdatest.com/blog/bamboo-vs-jenkins-showdown-of-ci-cd-tools: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/best-jenkins-alternatives: content_hash: 1f7cf43498d6ae4cb3cc27e6b8bdff3f3ba669e20a9a9a070611f61796757687 description: '' @@ -249176,6 +264428,7 @@ https://www.lambdatest.com/blog/best-jenkins-alternatives: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/build-ci-cd-pipeline-in-azure-devops: content_hash: 4c2d69cfa39944db6e6936fcf422de4f335d057b8431fef1f065391675f9fde2 description: '' @@ -249187,6 +264440,7 @@ https://www.lambdatest.com/blog/build-ci-cd-pipeline-in-azure-devops: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/build-your-first-ci-cd-pipeline-with-travis-ci: content_hash: 7aecc114cc62a3c01fefb016e87da8bf68b77e52b5c076f5fc5ba8227ea43c38 description: '' @@ -249198,6 +264452,7 @@ https://www.lambdatest.com/blog/build-your-first-ci-cd-pipeline-with-travis-ci: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/cicd-pipeline-challenges: content_hash: 75f683f4a7751f0a3a7b05ae1df99221ad30e2a5ed013a62eb310b0904a1dfa2 description: '' @@ -249209,6 +264464,7 @@ https://www.lambdatest.com/blog/cicd-pipeline-challenges: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/circleci-vs-gitlab: content_hash: 569a7d4f8785f20182547a8f8ab57296eb80702ef6a2d1faa64d44b8f622652a description: '' @@ -249220,6 +264476,7 @@ https://www.lambdatest.com/blog/circleci-vs-gitlab: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/complete-guide-to-access-forms-in-selenium-with-java: content_hash: 92ca679ca3f3646cf2719d45f8d40f8f67f5112f6a6b3e471fab5b394f181867 description: '' @@ -249231,6 +264488,7 @@ https://www.lambdatest.com/blog/complete-guide-to-access-forms-in-selenium-with- v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/cucumber-with-jenkins-integration: content_hash: 223fc8616d08deeac90ae314181f4fe9ee3e52919d9ebf21a703132932f90d25 description: '' @@ -249242,6 +264500,7 @@ https://www.lambdatest.com/blog/cucumber-with-jenkins-integration: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/cypress-vs-selenium-comparison: content_hash: b1e0a296086d33e3ef3709564bb09b4021c0092d1b84ff887f6e665fe67b4ce0 description: '' @@ -249253,6 +264512,7 @@ https://www.lambdatest.com/blog/cypress-vs-selenium-comparison: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/debunking-selenium-testing-myths: content_hash: 204d50e20ae3c511ec6a7e249ee763feb6d92cca18fdf911364f64a68da7f992 description: '' @@ -249264,12 +264524,14 @@ https://www.lambdatest.com/blog/debunking-selenium-testing-myths: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/execute-junit4-tests-with-junit5: content_hash: b0c4966e3b01a9b86b9d7e5b7723b62a3435b0b0f0c48c7bb5c21a685bd35c98 health_score: 100.0 last_checked: 1779030558.68054 v1_locations: - docs/test-automation-frameworks.md + addition_method: manual https://www.lambdatest.com/blog/how-to-create-jenkins-multibranch-pipeline: content_hash: 68d53eaa6d07fa50a74585d5e9c5911e07631a0a64c3b69119e61aa275fca591 description: '' @@ -249281,12 +264543,14 @@ https://www.lambdatest.com/blog/how-to-create-jenkins-multibranch-pipeline: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/how-to-read-configuration-files-in-python-using-selenium: content_hash: bb9947813581f54f501f3b0d362167a137f2307dc6659c33449c01b81be20a1d health_score: 100.0 last_checked: 1779032462.19778 v1_locations: - docs/test-automation-frameworks.md + addition_method: manual https://www.lambdatest.com/blog/how-to-setup-cicd-pipeline-with-bamboo-for-php-projects: content_hash: 6b79ab1b80d4eae44150a9d373128515de42e7f0cb5485401b0813e428c546ea description: '' @@ -249298,6 +264562,7 @@ https://www.lambdatest.com/blog/how-to-setup-cicd-pipeline-with-bamboo-for-php-p v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/how-to-setup-continuous-integration-with-git-jenkins: content_hash: 630094b1c0b6cd19dbf6ded8358879face7884fb10ebf973d70db113e5d5331a description: '' @@ -249309,12 +264574,14 @@ https://www.lambdatest.com/blog/how-to-setup-continuous-integration-with-git-jen v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/jenkins-declarative-pipeline-examples: content_hash: d44d4875bca6c2b2667c832c3cbef58786f425a53b962cfd440507377b06ae7a health_score: 100.0 last_checked: 1779032213.382873 v1_locations: - docs/demos.md + addition_method: manual https://www.lambdatest.com/blog/jenkins-pipeline-tutorial: content_hash: 817e911653804ba574ff359540f1eb1473e80e6af6481ebde29c38e3572aac78 description: '' @@ -249328,6 +264595,7 @@ https://www.lambdatest.com/blog/jenkins-pipeline-tutorial: - docs/demos.md - docs/jenkins.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/jenkins-vs-travis-vs-bamboo-vs-teamcity: content_hash: 7ee743ece3d9e534103446f74e3574e1f1201a420c3a8a618030ea9982e7e508 description: '' @@ -249339,6 +264607,7 @@ https://www.lambdatest.com/blog/jenkins-vs-travis-vs-bamboo-vs-teamcity: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/junit5-extensions: content_hash: 30f705d732938d9354cf8ae4f682bcf55c4399ed93b1a612d907b1422bf2188b description: '' @@ -249349,6 +264618,7 @@ https://www.lambdatest.com/blog/junit5-extensions: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/modifying-http-request-headers-in-java-using-selenium-webdriver: content_hash: dd58df9a587dc4cc45075abf1a7c258d0ff8cd2f5e93d740d40d7e47718e95fe description: '' @@ -249361,6 +264631,7 @@ https://www.lambdatest.com/blog/modifying-http-request-headers-in-java-using-sel v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/run-selenium-tests-in-docker: content_hash: bf307d2d1d80ca9c9ddf1fe40c1dd0a1617e69270fc019f13070916543e00e67 description: '' @@ -249372,6 +264643,7 @@ https://www.lambdatest.com/blog/run-selenium-tests-in-docker: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/scroll-a-webpage-in-selenium-using-java: content_hash: c599a73376fadc642ae64f45bc1e1b31541c8686d47a65ac9cdf8ee65b228896 description: '' @@ -249383,6 +264655,7 @@ https://www.lambdatest.com/blog/scroll-a-webpage-in-selenium-using-java: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/selenium-automation-testing: content_hash: 885bc63a078e6020662b3b3e340a858c3a5c0d7fd513542458fe2ee155c99020 description: '' @@ -249395,6 +264668,7 @@ https://www.lambdatest.com/blog/selenium-automation-testing: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/selenium-github-actions-example: content_hash: 9b6e7067116404cf6447df0e563647ffd788d9eefb3dbcf6a88f1c6fd5f7fd13 description: '' @@ -249406,6 +264680,7 @@ https://www.lambdatest.com/blog/selenium-github-actions-example: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/selenium-ide-what-is-it-why-is-it-must-for-every-qa: content_hash: af1b709eab396b690faa55d2336dab9af93bf300befe02cde753d7126a254b45 description: '' @@ -249417,6 +264692,7 @@ https://www.lambdatest.com/blog/selenium-ide-what-is-it-why-is-it-must-for-every v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/selenium-java-tutorial-how-to-test-login-process: content_hash: 2d5312728850b3e44167b530d7b2c1bd801cbdcf42e3902b60a5f6d2b1894617 description: '' @@ -249428,6 +264704,7 @@ https://www.lambdatest.com/blog/selenium-java-tutorial-how-to-test-login-process v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/selenium-maven-jenkins-integration: content_hash: edb39815160b45f9a43cdafb9c4d74b476a58600a0c1948dc680cc1ce0cbe6f7 description: '' @@ -249439,6 +264716,7 @@ https://www.lambdatest.com/blog/selenium-maven-jenkins-integration: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/selenium-python-cheat-sheet: content_hash: 07710eb0caeb3f157b2dece7d2917cf6f282b137e14286d5e710fdc518d55772 description: '' @@ -249450,6 +264728,7 @@ https://www.lambdatest.com/blog/selenium-python-cheat-sheet: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/set-jenkins-pipeline-environment-variables-list: content_hash: f3f55fe2252f2151013a81630d06c03de50dd9430cc011936961e8767e7aaae4 description: '' @@ -249461,6 +264740,7 @@ https://www.lambdatest.com/blog/set-jenkins-pipeline-environment-variables-list: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/teamcity-vs-jenkins-picking-the-right-ci-cd-tool: content_hash: 36caabebad7ead8f02bffd143e41a38f7ec5f51f2554a97703bda03f5dc9b1cf description: '' @@ -249472,6 +264752,7 @@ https://www.lambdatest.com/blog/teamcity-vs-jenkins-picking-the-right-ci-cd-tool v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/testng-vs-junit-which-testing-framework-should-you-choose: content_hash: 3b1daaf7bb880dbc1d032d6f80b8562033ba04bec1976a38ee19b1faf0e6ec5b description: '' @@ -249483,6 +264764,7 @@ https://www.lambdatest.com/blog/testng-vs-junit-which-testing-framework-should-y v1_locations: - docs/qa.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/top-automation-testing-trends-2021: content_hash: 144b96063df655b97445169183781db48a81d3897dddf2124fd84c50310ebe7d description: '' @@ -249494,6 +264776,7 @@ https://www.lambdatest.com/blog/top-automation-testing-trends-2021: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/upgrade-from-selenium3-to-selenium4: content_hash: 13b5c068e1f6ad3056fbbf2e54a632d0785a1077cc9c82826724d4a46f0967ee description: '' @@ -249505,6 +264788,7 @@ https://www.lambdatest.com/blog/upgrade-from-selenium3-to-selenium4: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/use-gitlab-ci-to-run-test-locally: content_hash: bda7a69a57de5f272391c74a6e10678bc800ab9503a35e186596691592493502 description: '' @@ -249516,6 +264800,7 @@ https://www.lambdatest.com/blog/use-gitlab-ci-to-run-test-locally: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/use-jenkins-shared-libraries-in-a-jenkins-pipeline: content_hash: e876fba1f6a36e7b584a4eed077c29a2fe63a5849bc260c1d61069ebbb201d5e description: '' @@ -249527,6 +264812,7 @@ https://www.lambdatest.com/blog/use-jenkins-shared-libraries-in-a-jenkins-pipeli v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/what-is-deprecated-in-selenium4: content_hash: 9c328d0f3335ef86d814f4be830eca1d887a1e0038fa61485255ced72139ed8b description: '' @@ -249539,6 +264825,7 @@ https://www.lambdatest.com/blog/what-is-deprecated-in-selenium4: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/what-is-jenkins: content_hash: fe271c39e88f9afeab30284cff9a7a3810a8f88a9447fc2fd7fb5aaaecf47a82 description: '' @@ -249550,6 +264837,7 @@ https://www.lambdatest.com/blog/what-is-jenkins: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/why-selenium-grid-is-ideal-for-automated-browser-testing: content_hash: afeda1ccc3013aeaf219b2a50661b41ea93fdb352d2f31817549210cd55aa660 description: '' @@ -249561,6 +264849,7 @@ https://www.lambdatest.com/blog/why-selenium-grid-is-ideal-for-automated-browser v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/blog/why-you-need-build-automation-tools-for-selenium-automation-testing: content_hash: 64b40dfe866dfc86816d65bf0da1e844f86d670238bc59dd3dc9e5679c461bf2 description: '' @@ -249573,6 +264862,7 @@ https://www.lambdatest.com/blog/why-you-need-build-automation-tools-for-selenium v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/learning-hub/jenkins: content_hash: 28871a02b3e2548416b29ecf3fb457d3e11d87b4528161ae110c7b96c29cc437 description: '' @@ -249584,6 +264874,7 @@ https://www.lambdatest.com/learning-hub/jenkins: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.lambdatest.com/learning-hub/python-tutorial: content_hash: 7c95a5cf311ad04beadade74b62c08c300c33c3c5b8ca91f47baee44b95806f2 description: '' @@ -249595,6 +264886,7 @@ https://www.lambdatest.com/learning-hub/python-tutorial: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/learning-hub/selenium-4: content_hash: 8e8c10b9cab34cbf8cf4baa0c459f910c34a22a37b57f121f53322eb83f3fec1 description: '' @@ -249606,6 +264898,7 @@ https://www.lambdatest.com/learning-hub/selenium-4: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/learning-hub/selenium-locators: content_hash: a99a2986949e34d047069a22c3e413cfc3717e4d451460551a71a40027dfe16a description: '' @@ -249617,6 +264910,7 @@ https://www.lambdatest.com/learning-hub/selenium-locators: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lambdatest.com/selenium: content_hash: 321bfa6d8014eced51431f7d6e40c9ab72fb54e5fe1d0f7165bfe81ba3726c45 description: '' @@ -249628,6 +264922,7 @@ https://www.lambdatest.com/selenium: v1_locations: - docs/test-automation-frameworks.md year: N/A + addition_method: manual https://www.lastweekinaws.com/blog/17-more-ways-to-run-containers-on-aws: content_hash: 61a5673c15bd504211a78b14cb3078ec767ca1a987887d4c119aed2eeaf453b4 description: '' @@ -249644,6 +264939,7 @@ https://www.lastweekinaws.com/blog/17-more-ways-to-run-containers-on-aws: v2_locations: - aws.md year: N/A + addition_method: manual https://www.lastweekinaws.com/blog/reader-mailbag-is-ecs-deprecated: content_hash: c74bbdf293419249ae3f436ef5fa38c231865b3d85af5bffeab3343cee9f6615 description: '' @@ -249660,6 +264956,7 @@ https://www.lastweekinaws.com/blog/reader-mailbag-is-ecs-deprecated: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.lavanguardia.com/economia/20201014/484036217179/transformacion-digital-empresas-foncillas-pf-video-seo-lv.html: content_hash: c8f917650c1395cab1f2d2041c9fbfb615712f9bff4e89267338b1ac838c5e9e description: '' @@ -249676,6 +264973,7 @@ https://www.lavanguardia.com/economia/20201014/484036217179/transformacion-digit v2_locations: - introduction.md year: N/A + addition_method: manual https://www.lavanguardia.com/economia/20220223/8075492/liderazgo-empresa-jefes-empleados-cercania-decisiones.html: content_hash: c6f6635d3bd41aa9a0328cc28a947700bc81d22269ae82ce31ad84d22b7ee170 description: '' @@ -249693,6 +264991,7 @@ https://www.lavanguardia.com/economia/20220223/8075492/liderazgo-empresa-jefes-e v2_locations: - project-management-methodology.md year: N/A + addition_method: manual ? https://www.lavanguardia.com/economia/20230414/8895371/ingeniero-machine-learning-e-ingeniero-datos-profesiones-emergentes-mas-demandadas-espana.html : ai_summary: Market research report exploring the explosive demand for Machine Learning Engineers and Data Engineers within the Spanish technology sector. It provides @@ -249722,6 +265021,7 @@ https://www.lavanguardia.com/economia/20220223/8075492/liderazgo-empresa-jefes-e v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.lavanguardia.com/vivo/20211113/7856878/cualidades-mas-valoran-empleados-jefe-pmv.html: content_hash: 6656b612c751c45a8facabedb51fd0888e8409c0e6c94226db41f40452bead37 description: '' @@ -249738,6 +265038,7 @@ https://www.lavanguardia.com/vivo/20211113/7856878/cualidades-mas-valoran-emplea v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.lavanguardia.com/vivo/psicologia/20220225/8079133/trabajo-laboral-jefe-talento-trabajadores-nbs.html: ai_summary: Delineates behavioral markers of toxic managers who systematically drive away high-performing software engineering and product talent. Focuses on the psychology @@ -249767,6 +265068,7 @@ https://www.lavanguardia.com/vivo/psicologia/20220225/8079133/trabajo-laboral-je v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.learncloudnative.com/blog/2020-09-30-sidecar-container: content_hash: 900bcce208d5a03edcbf1c9419e74d371c2b58d50a851f73e82dd168bbab0d5b description: '' @@ -249783,6 +265085,7 @@ https://www.learncloudnative.com/blog/2020-09-30-sidecar-container: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.learncloudnative.com/blog/2020-10-07-network-policies: content_hash: 5504ac956db73bd5f3d3e1c0edebf5bdb9a521e29772377d8c2bc68f8cc9578a description: '' @@ -249799,6 +265102,7 @@ https://www.learncloudnative.com/blog/2020-10-07-network-policies: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.learncloudnative.com/newsletter: content_hash: 909d200a42915e807f4cb761264cbf01116effe515328118c8e8daac774f1500 health_score: 100.0 @@ -249806,6 +265110,7 @@ https://www.learncloudnative.com/newsletter: needs_ai_refresh: true v1_locations: - docs/kubernetes-newsletters.md + addition_method: manual https://www.learnfree.org/en: ai_summary: A fundamental learning portal designed for absolute beginners to build basic digital literacy and standard productivity skills. Sits outside core cloud-native @@ -249827,6 +265132,7 @@ https://www.learnfree.org/en: v2_locations: - elearning.md year: '2024' + addition_method: manual https://www.learnitguide.net: ai_summary: A systematic, text-based documentation portal offering modular training on enterprise Linux administration, automation, bash script configurations, and @@ -249856,6 +265162,7 @@ https://www.learnitguide.net: - linux.md - elearning.md year: N/A + addition_method: manual https://www.learnitguide.net/2023/04/how-to-check-memory-usage-of-pod-in.html: content_hash: dca7a84be730dee841ff9258c766344f5b410910ad22e69cd1636bd6fd9cbcef description: '' @@ -249872,6 +265179,7 @@ https://www.learnitguide.net/2023/04/how-to-check-memory-usage-of-pod-in.html: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.learnitguide.net/2023/04/how-to-create-configmap-from-properties.html: content_hash: 6d085777d8535c1da4f104fa3ed9480e480935274cf1f9813b0fed37e9c335f1 description: '' @@ -249889,6 +265197,7 @@ https://www.learnitguide.net/2023/04/how-to-create-configmap-from-properties.htm v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://www.learnitguide.net/2023/04/how-to-troubleshoot-kubernetes-pods.html: content_hash: b600ad37460f47e85225011bdca8d51263c94203d736efe07df0fea7f692ca34 description: '' @@ -249905,6 +265214,7 @@ https://www.learnitguide.net/2023/04/how-to-troubleshoot-kubernetes-pods.html: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.learnitguide.net/2023/05/kubevious-powerful-kubernetes-dashboard.html: content_hash: a2c591ef1e35086e578cf78e807a027ae364c4a30ce4d14801a6166a85ea7be2 description: '' @@ -249916,6 +265226,7 @@ https://www.learnitguide.net/2023/05/kubevious-powerful-kubernetes-dashboard.htm v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.learnpython.org: content_hash: d95866ec4888c35ba6a71787b3e38dc65d5f934712a0a3f08702f75ee347212f health_score: 100.0 @@ -249928,6 +265239,7 @@ https://www.learnpython.org: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.learnsteps.com/advanced-kubernetes-what-exactly-are-kubernetes-operators: content_hash: N/A description: '' @@ -249943,6 +265255,7 @@ https://www.learnsteps.com/advanced-kubernetes-what-exactly-are-kubernetes-opera v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.learnsteps.com/basics-on-kubernetes-what-exactly-is-a-deployment: content_hash: N/A description: '' @@ -249958,6 +265271,7 @@ https://www.learnsteps.com/basics-on-kubernetes-what-exactly-is-a-deployment: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.learnsteps.com/basics-on-kubernetes-what-exactly-is-a-replicaset: content_hash: N/A description: '' @@ -249973,6 +265287,7 @@ https://www.learnsteps.com/basics-on-kubernetes-what-exactly-is-a-replicaset: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.learnsteps.com/devops-interview-question-how-will-you-set-up-a-ci-cd-pipeline: content_hash: N/A description: '' @@ -249989,6 +265304,7 @@ https://www.learnsteps.com/devops-interview-question-how-will-you-set-up-a-ci-cd v2_locations: - devops.md year: N/A + addition_method: manual https://www.learnsteps.com/devops-interview-questions-how-will-you-design-your-cloud-vpc-and-subnets: ai_summary: Curator Insight examines VPC design, public and private subnet mapping, and routing infrastructure. Live Grounding confirms that secure network isolation @@ -250020,6 +265336,7 @@ https://www.learnsteps.com/devops-interview-questions-how-will-you-design-your-c - interview-questions.md - devops.md year: N/A + addition_method: manual https://www.learnsteps.com/devops-interview-questions-how-will-you-scale-your-current-ci-cd-pipeline: ai_summary: Curator Insight addresses the scaling of continuous integration and continuous delivery pipelines. Live Grounding shows that parallel agent execution @@ -250049,6 +265366,7 @@ https://www.learnsteps.com/devops-interview-questions-how-will-you-scale-your-cu v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.learnsteps.com/devops-interview-questions-important-python-questions: ai_summary: A curated technical questionnaire focusing on critical Python behaviors, automation mechanisms, and data parsing. Tailored specifically for validating @@ -250075,6 +265393,7 @@ https://www.learnsteps.com/devops-interview-questions-important-python-questions v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.learnsteps.com/devops-interview-questions-what-do-you-know-about-proc-filesystem-in-linux: ai_summary: Curator Insight reviews Linux `/proc` virtual filesystem and its role in monitoring system attributes. Live Grounding shows that understanding system @@ -250104,6 +265423,7 @@ https://www.learnsteps.com/devops-interview-questions-what-do-you-know-about-pro v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.learnsteps.com/difference-between-minor-page-faults-vs-major-page-faults: ai_summary: Clearly details the distinction between minor and major page faults in virtual memory architectures. Explains how major faults trigger disk I/O, impacting @@ -250131,6 +265451,7 @@ https://www.learnsteps.com/difference-between-minor-page-faults-vs-major-page-fa v2_locations: - linux.md year: N/A + addition_method: manual https://www.learnsteps.com/how-exactly-kube-proxy-works-basics-on-kubernetes: content_hash: N/A description: '' @@ -250146,6 +265467,7 @@ https://www.learnsteps.com/how-exactly-kube-proxy-works-basics-on-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.learnsteps.com/how-kubernetes-works-on-a-reconciler-pattern: content_hash: N/A description: '' @@ -250161,6 +265483,7 @@ https://www.learnsteps.com/how-kubernetes-works-on-a-reconciler-pattern: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.learnsteps.com/kaniko-and-how-you-can-build-images-on-kubernetes-using-kaniko: content_hash: N/A description: '' @@ -250177,6 +265500,7 @@ https://www.learnsteps.com/kaniko-and-how-you-can-build-images-on-kubernetes-usi v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.learnsteps.com/kubernetes-what-to-learn-from-a-long-term-perspective: content_hash: N/A description: '' @@ -250192,6 +265516,7 @@ https://www.learnsteps.com/kubernetes-what-to-learn-from-a-long-term-perspective v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.learnsteps.com/logging-infrastructure-system-design: content_hash: N/A description: '' @@ -250207,6 +265532,7 @@ https://www.learnsteps.com/logging-infrastructure-system-design: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.learnsteps.com/monitoring-infrastructure-system-design: content_hash: N/A description: '' @@ -250224,6 +265550,7 @@ https://www.learnsteps.com/monitoring-infrastructure-system-design: - monitoring.md - prometheus.md year: N/A + addition_method: manual https://www.learnsteps.com/tag/basics-on-kubernetes: content_hash: N/A description: '' @@ -250239,6 +265566,7 @@ https://www.learnsteps.com/tag/basics-on-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.learnsteps.com/what-is-a-control-plane-what-do-people-mean-by-this-basics-on-kubernetes: content_hash: N/A description: '' @@ -250254,6 +265582,7 @@ https://www.learnsteps.com/what-is-a-control-plane-what-do-people-mean-by-this-b v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.learnsteps.com/what-is-a-service-mesh-is-it-born-with-kubernetes: content_hash: N/A description: '' @@ -250269,6 +265598,7 @@ https://www.learnsteps.com/what-is-a-service-mesh-is-it-born-with-kubernetes: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.learnsteps.com/what-is-kubelet-and-what-it-does-basics-on-kubernetes: content_hash: N/A description: '' @@ -250284,6 +265614,7 @@ https://www.learnsteps.com/what-is-kubelet-and-what-it-does-basics-on-kubernetes v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.letsdevops.net/post/letsdevops-introduction-to-azure-devops-for-beginners: content_hash: 10e2d0cd8114e63ce580baecb97959e6cc941fcf5bf922b0f811f6de0c341701 description: '' @@ -250301,6 +265632,7 @@ https://www.letsdevops.net/post/letsdevops-introduction-to-azure-devops-for-begi v2_locations: - azure.md year: N/A + addition_method: manual https://www.liatrio.ai/resources/blog: content_hash: 8bf7963ba696c1e401e6b665b591f3a605cb2bda466db198219c294582410e07 health_score: 100.0 @@ -250312,6 +265644,7 @@ https://www.liatrio.ai/resources/blog: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.liatrio.com/blog/building-with-docker-using-jenkins-pipelines: content_hash: 1c96252f77cf3bcf758a51e501d057f6d3d507b98c614ab4c96bdaeac93864f1 description: '' @@ -250323,6 +265656,7 @@ https://www.liatrio.com/blog/building-with-docker-using-jenkins-pipelines: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.lightbend.com/white-papers-and-reports/java-ee-to-cloud-native-modernization: content_hash: 9845ee62a18e84eaac90c4c402918214db48ace9a7f827d6b52fcd300261ab73 description: '' @@ -250335,6 +265669,7 @@ https://www.lightbend.com/white-papers-and-reports/java-ee-to-cloud-native-moder v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.lightbitslabs.com/product: content_hash: N/A description: '' @@ -250349,12 +265684,14 @@ https://www.lightbitslabs.com/product: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.linkedin.com/company/learnk8s: content_hash: a69e23f595ca9dd5da6245919e3140d1c772166dde210d7ac3122d7e8d0acb06 health_score: 100.0 last_checked: 1779034134.975616 v1_locations: - docs/matrix-table.md + addition_method: manual https://www.linkedin.com/feed/update/urn:li:activity:6459657167300583424: content_hash: b1fd9d17ceebdc4088b5c8544a9ca42e87224391ab7d9e6bb579a9a6911bdc52 health_score: 100.0 @@ -250362,6 +265699,7 @@ https://www.linkedin.com/feed/update/urn:li:activity:6459657167300583424: needs_ai_refresh: true v1_locations: - docs/introduction.md + addition_method: manual https://www.linkedin.com/feed/update/urn:li:activity:6923979009311559680: content_hash: c15d3b3ebcf798499f3ab8ac418c64f2be2b4912e0a28dcca985945726575682 health_score: 100.0 @@ -250369,6 +265707,7 @@ https://www.linkedin.com/feed/update/urn:li:activity:6923979009311559680: needs_ai_refresh: true v1_locations: - docs/mlops.md + addition_method: manual https://www.linkedin.com/groups/49531/49531-6092152919937794052: content_hash: 5701daa2baf2d38f04dfc5e44514ed9092516bc34e5749f26ca849e85b40a190 description: '' @@ -250384,6 +265723,7 @@ https://www.linkedin.com/groups/49531/49531-6092152919937794052: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://www.linkedin.com/groups/49531/49531-6093375473969090562: content_hash: f4ce08b7c0c05390430e180acf74abaf826dbdc09cbc93c6d67f8af5a88959a9 description: '' @@ -250400,6 +265740,7 @@ https://www.linkedin.com/groups/49531/49531-6093375473969090562: v2_locations: - aws-backup.md year: N/A + addition_method: manual https://www.linkedin.com/learning/?trk=lynda_redirect_learning: ai_summary: LinkedIn Learning (formerly Lynda.com) enterprise library covering software development, DevOps fundamentals, and system administration. Useful for general @@ -250421,6 +265762,7 @@ https://www.linkedin.com/learning/?trk=lynda_redirect_learning: v2_locations: - elearning.md year: '2026' + addition_method: manual https://www.linkedin.com/newsletters/6962087231775772672: content_hash: 16224d709b36e650f3f796688a2b31663f3f27a427eace1cd3855840593d8f60 health_score: 100.0 @@ -250433,6 +265775,7 @@ https://www.linkedin.com/newsletters/6962087231775772672: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://www.linkedin.com/pulse/alternative-kubernetes-docker-swarm-marcel-koert: ai_summary: Details how Docker Swarm acts as an active, highly efficient alternative to Kubernetes for resource-constrained microservices, lowering overhead and operating @@ -250460,6 +265803,7 @@ https://www.linkedin.com/pulse/alternative-kubernetes-docker-swarm-marcel-koert: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/amazon-eks-distro-eks-d-kubernetes-distribution-used-gokul-chandra: ai_summary: An analysis of Amazon EKS Distro (EKS-D), a reliable, upstream-aligned Kubernetes distribution managed and secured by AWS. The post describes its role @@ -250491,6 +265835,7 @@ https://www.linkedin.com/pulse/amazon-eks-distro-eks-d-kubernetes-distribution-u v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/ansible-what-marcel-koert: content_hash: 7ba41b795ddddb5a93a61f74e39d08e392576c1bdfb822bc9e55f97a89a174ab description: '' @@ -250507,6 +265852,7 @@ https://www.linkedin.com/pulse/ansible-what-marcel-koert: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/api-testing-postman-build-dynamic-test-suite-michael-montgomery: content_hash: 2ec085093fe8e1df5e72a38ecbfbac0e48d509632768d90dbac5a64bc4676f7f description: '' @@ -250523,6 +265869,7 @@ https://www.linkedin.com/pulse/api-testing-postman-build-dynamic-test-suite-mich v2_locations: - postman.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/api-testing-postman-michael-montgomery: content_hash: df76b354bb0ee307359654794f7fb255c8c6c51e8abce9bedeab9ccb252bcf9c description: '' @@ -250539,6 +265886,7 @@ https://www.linkedin.com/pulse/api-testing-postman-michael-montgomery: v2_locations: - postman.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/automatizaci%C3%B3n-de-procesos-con-prometheus-grafana-y-v%C3%ADctor-vela-l%C3%B3pez-1e: content_hash: 0823bb558a838bdb557aa73c31faf468c6ede39510708337b1b68e7799b26f7a description: '' @@ -250550,6 +265898,7 @@ https://www.linkedin.com/pulse/automatizaci%C3%B3n-de-procesos-con-prometheus-gr v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/avoid-kubernetes-anti-patterns-pavan-belagatti: content_hash: c6ce21af9b7d89f504b1af0ccc25422b69d07b9ab64ab05cce3884fd29b99c2e description: '' @@ -250566,6 +265915,7 @@ https://www.linkedin.com/pulse/avoid-kubernetes-anti-patterns-pavan-belagatti: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/azure-networking-filiz-akkaya-wqcuc: content_hash: 0823bb558a838bdb557aa73c31faf468c6ede39510708337b1b68e7799b26f7a description: '' @@ -250577,6 +265927,7 @@ https://www.linkedin.com/pulse/azure-networking-filiz-akkaya-wqcuc: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/bmw-takes-digital-innovation-fast-lane-red-hat-openshift-mendus: content_hash: ddc91487e28551248b5498332648e602543c887449c8cd9a947cce8c2e2fa979 description: '' @@ -250594,6 +265945,7 @@ https://www.linkedin.com/pulse/bmw-takes-digital-innovation-fast-lane-red-hat-op v2_locations: - customer.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/caf-vs-waf-which-framework-use-your-cloud-migration-gregor-wohlfarter-hko0f: content_hash: 6a45596b3568dbe4c189dfd258dfe4ad082ad0c09d39dbec922bfecd54be81b8 description: '' @@ -250610,6 +265962,7 @@ https://www.linkedin.com/pulse/caf-vs-waf-which-framework-use-your-cloud-migrati v2_locations: - azure.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/command-query-responsibility-segregation-cqrs-hybrid-cloud-mark-ubhfc: content_hash: 0823bb558a838bdb557aa73c31faf468c6ede39510708337b1b68e7799b26f7a description: '' @@ -250622,6 +265975,7 @@ https://www.linkedin.com/pulse/command-query-responsibility-segregation-cqrs-hyb v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/complete-cicd-solution-ms-aks-using-azure-devops-argocd-singh: content_hash: 09921de37aceeec3ca852375847ebe77642524be7fab1771b3dd832720090b9b description: '' @@ -250639,6 +265993,7 @@ https://www.linkedin.com/pulse/complete-cicd-solution-ms-aks-using-azure-devops- v2_locations: - azure.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/complexities-aws-security-groups-cloud-world-ashish-kar: content_hash: 4369f170a6c880a4ac9b44e055f28fa74a3a721e9f45267e7a6188a0277b08bb description: '' @@ -250655,6 +266010,7 @@ https://www.linkedin.com/pulse/complexities-aws-security-groups-cloud-world-ashi v2_locations: - aws-security.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/cpu-limits-kubernetes-why-your-pod-idle-still-deep-dive-lazarev-k3m7f: ai_summary: A deep analysis of the Linux kernel's Completely Fair Scheduler (CFS) quotas and how they cause Kubernetes pod throttling despite low resource utilization. @@ -250687,6 +266043,7 @@ https://www.linkedin.com/pulse/cpu-limits-kubernetes-why-your-pod-idle-still-dee - linux.md - kubernetes-monitoring.md year: '2024' + addition_method: manual https://www.linkedin.com/pulse/credentials-problem-using-azure-managed-identity-dimitar-iliev--wzzaf: content_hash: 5ecee3499d8c8d0b66e3fbf286b089399ea6bc8ef2fd317b5777774dfa7e4c6b description: '' @@ -250703,6 +266060,7 @@ https://www.linkedin.com/pulse/credentials-problem-using-azure-managed-identity- v2_locations: - azure.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/day-01-kubernetes-understanding-architecture-anup-ghattikar: content_hash: fc596798105664e0375764fc5ca9876fcd88ac3ec9e0de45c8a6ed25d6d2c698 description: '' @@ -250720,6 +266078,7 @@ https://www.linkedin.com/pulse/day-01-kubernetes-understanding-architecture-anup v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/dear-google-my-data-has-left-your-building-zakir-khan: ai_summary: An opinion piece detailing data sovereign issues, egress economics, and compliance frameworks when utilizing public clouds like Google Cloud. Serves @@ -250747,6 +266106,7 @@ https://www.linkedin.com/pulse/dear-google-my-data-has-left-your-building-zakir- v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/deploying-microsoft-sentinel-via-arm-template-vs-debac-manikandan-ychnc: content_hash: 06efee1a65ffbe1c1064a76af097d1c67456750b9fb970eec66af641d267925a description: '' @@ -250763,6 +266123,7 @@ https://www.linkedin.com/pulse/deploying-microsoft-sentinel-via-arm-template-vs- v2_locations: - terraform.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/devops-just-system-administration-repackaged-gianluca-mascolo: content_hash: 8865b7e653adbe28cd7e89e95d3cc070754c341bc0fe9edbe6c8951946c8b749 description: '' @@ -250779,6 +266140,7 @@ https://www.linkedin.com/pulse/devops-just-system-administration-repackaged-gian v2_locations: - devops.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/devops-vs-site-reliability-engineering-sean-washington: ai_summary: An analytical overview detailing the distinct career paths, everyday duties, and engineering goals that separate cloud systems administrators from @@ -250806,6 +266168,7 @@ https://www.linkedin.com/pulse/devops-vs-site-reliability-engineering-sean-washi v2_locations: - sre.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/difference-between-executor-executorservice-executors-omar-ismail: ai_summary: Clarifies functional differences in the Java Concurrency Framework interface hierarchy. Highlights thread pooling strategies and execution submission lifecycles. @@ -250833,6 +266196,7 @@ https://www.linkedin.com/pulse/difference-between-executor-executorservice-execu v2_locations: - java-and-java-performance-optimization.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/docker-series-swarm-lionel-gurret: ai_summary: A technical tutorial focusing on Docker Swarm's features, including native swarm routing meshes, ingress control, overlay networking, and secret storage @@ -250860,6 +266224,7 @@ https://www.linkedin.com/pulse/docker-series-swarm-lionel-gurret: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/enabling-cicd-boost-devops-pavan-belagatti: ai_summary: 'Curator Insight: Discusses the cultural mindset shifts necessary to successfully execute technical CI/CD platforms. Live Grounding: Emphasizes treating @@ -250888,6 +266253,7 @@ https://www.linkedin.com/pulse/enabling-cicd-boost-devops-pavan-belagatti: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/exporting-importing-variables-between-bicep-files-freek-berson-n0ske: content_hash: 9b34a1a177d392379d4f042dface3ba088b7304de72a9b823bc4d3b3d45f39b0 description: '' @@ -250905,6 +266271,7 @@ https://www.linkedin.com/pulse/exporting-importing-variables-between-bicep-files v2_locations: - azure.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/france-european-el-dorado-freelancing-quentin-debavelaere: ai_summary: An industry overview assessing the structural growth, corporate tax frameworks, and regulatory shifts in the French freelance market. The analysis @@ -250934,6 +266301,7 @@ https://www.linkedin.com/pulse/france-european-el-dorado-freelancing-quentin-deb v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/gcp-advanced-terraform-interactive-learning-challeng-kaan-turgut-guipc: content_hash: 896091f0aa211adfe2556b4aacb7c35dc2f4f051fed351f6094cbf81f1dfad7c description: '' @@ -250950,6 +266318,7 @@ https://www.linkedin.com/pulse/gcp-advanced-terraform-interactive-learning-chall v2_locations: - terraform.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/gitops-vs-devops-pavan-belagatti: content_hash: 10e8585784ee80b6c721ae4590cb09206a412048f6b1e3918574ce06e325d0b3 description: '' @@ -250966,6 +266335,7 @@ https://www.linkedin.com/pulse/gitops-vs-devops-pavan-belagatti: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/how-bmw-uses-redhat-openshift-bobby-singh: content_hash: d83f6bc3ce55d3cdcc175e3dbcf82f534bdbecab8bd8f4cd5d2bcdc66c885b2f description: '' @@ -250982,6 +266352,7 @@ https://www.linkedin.com/pulse/how-bmw-uses-redhat-openshift-bobby-singh: v2_locations: - customer.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/how-estimate-cloud-costs-terraform-azure-aws-gcp-etc-via-kaan-turgut-msexc: content_hash: 7a23b6d554c857f0f86dc29f848f11d6659d531e02e8230f15a54e61f8d1375c description: '' @@ -250999,6 +266370,7 @@ https://www.linkedin.com/pulse/how-estimate-cloud-costs-terraform-azure-aws-gcp- v2_locations: - terraform.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/how-evolve-from-rdbms-nosql-sql-jim-scott: content_hash: e1f85aa02a1a25c3bd3580ca247a83fe02e2211eda0f06f950006f6f725f20fc description: '' @@ -251015,6 +266387,7 @@ https://www.linkedin.com/pulse/how-evolve-from-rdbms-nosql-sql-jim-scott: v2_locations: - nosql.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/how-move-from-wait-batch-processing-culture-get-now-tomsen-bukovec: ai_summary: Discusses the cultural and systemic paradigm shift required for enterprises moving from batch scheduling to real-time event-driven insights. It touches on @@ -251045,6 +266418,7 @@ https://www.linkedin.com/pulse/how-move-from-wait-batch-processing-culture-get-n v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/how-visualize-your-aws-account-cloud9-wong-chun-yin-cyrus-%E9%BB%83%E4%BF%8A%E5%BD%A5-: content_hash: 3bb349df56a5fa23cb069df9ea36b947bad3241186b267d1bc4f2f1aa4fef0dc description: '' @@ -251056,6 +266430,7 @@ https://www.linkedin.com/pulse/how-visualize-your-aws-account-cloud9-wong-chun-y v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/how-write-yaml-file-kubernetes-megha-s-k: ai_summary: A foundational article discussing the anatomy of Kubernetes YAML manifests. Designed for beginner systems architects, it defines basic apiVersion, kind, metadata, @@ -251085,6 +266460,7 @@ https://www.linkedin.com/pulse/how-write-yaml-file-kubernetes-megha-s-k: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/importance-api-automation-testing-manish-saini: content_hash: 3cdd48296a861d1bbe55d23b1d37935f756d685133d0d958bfb51fd87b063ba6 description: '' @@ -251101,6 +266477,7 @@ https://www.linkedin.com/pulse/importance-api-automation-testing-manish-saini: v2_locations: - qa.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/infracost-terraform-prs-making-cost-awareness-martin-jackson-a6sge: ai_summary: Highlights how integrating Infracost into Terraform pull request workflows drives continuous cost awareness and optimization directly at the developer level. @@ -251132,6 +266509,7 @@ https://www.linkedin.com/pulse/infracost-terraform-prs-making-cost-awareness-mar - cicd.md - finops.md year: '2024' + addition_method: manual https://www.linkedin.com/pulse/jenkins-server-setup-dynamic-worker-nodes-shishir-khandelwal: content_hash: a3c9573ca48c22631c348d6119b17f03f80c4b4ea29c3fc895cedf2986f08392 description: '' @@ -251148,6 +266526,7 @@ https://www.linkedin.com/pulse/jenkins-server-setup-dynamic-worker-nodes-shishir v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/kaka-cluster-setup-kubernetes-avinash-kumar-chandran: ai_summary: 'Curator Insight: Step-by-step technical guide for provisioning Kafka on Kubernetes using direct manifests. Live Grounding: Covers statefulsets, headless @@ -251177,6 +266556,7 @@ https://www.linkedin.com/pulse/kaka-cluster-setup-kubernetes-avinash-kumar-chand v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/kubernetes-ephemeral-containers-bibin-wilson: content_hash: 35b09e53a5bfca379d8527649d4849900d7a883dc20c50df16e54e055e540996 description: '' @@ -251193,6 +266573,7 @@ https://www.linkedin.com/pulse/kubernetes-ephemeral-containers-bibin-wilson: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/listado-de-todos-los-servicios-amazon-web-services-daniel-pe%25C3%25B1a-silva: content_hash: a9650baed588c40b417dc42c15c13cec86581f8891c42c132a091579031bc23f description: '' @@ -251210,6 +266591,7 @@ https://www.linkedin.com/pulse/listado-de-todos-los-servicios-amazon-web-service v2_locations: - aws.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/look-before-you-leap-sarah-robb-o-hagan: ai_summary: Provides a structured framework for evaluating critical career moves during high-volatility job market cycles. Explores risk assessment methodologies @@ -251238,6 +266620,7 @@ https://www.linkedin.com/pulse/look-before-you-leap-sarah-robb-o-hagan: v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/microservices-testable-isolation-chris-richardson: content_hash: 4aaa0f365bb4be5a0d661c819131d84085ea6bd293e4ce50a81400b5b74e229a description: '' @@ -251254,6 +266637,7 @@ https://www.linkedin.com/pulse/microservices-testable-isolation-chris-richardson v2_locations: - qa.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/passed-aws-certified-solutions-architect-level-harshit-agarwal: content_hash: 0823bb558a838bdb557aa73c31faf468c6ede39510708337b1b68e7799b26f7a description: '' @@ -251265,6 +266649,7 @@ https://www.linkedin.com/pulse/passed-aws-certified-solutions-architect-level-ha v1_locations: - docs/aws-training.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/selenium-4-grid-integration-kubernetes-rishi-khanna: content_hash: e30fc7b2da50106e377e6defdcf39361e57c5d945f543165d5db406dafe229ba description: '' @@ -251281,6 +266666,7 @@ https://www.linkedin.com/pulse/selenium-4-grid-integration-kubernetes-rishi-khan v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/sharing-my-top-10-resources-use-while-preparing-aws-exams-semaan: ai_summary: A consolidated study guide from LinkedIn detailing critical certification preparation materials, dynamic simulator suites, and core architectural whitepapers. @@ -251308,6 +266694,7 @@ https://www.linkedin.com/pulse/sharing-my-top-10-resources-use-while-preparing-a v2_locations: - aws-training.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/so-you-think-youre-associate-level-solutions-adrian-cantrill: content_hash: af8b6b316c92dfc4ba534b6da49b9b6290a0728a78acdcc77ecdc0d2ec95c65b description: '' @@ -251319,6 +266706,7 @@ https://www.linkedin.com/pulse/so-you-think-youre-associate-level-solutions-adri v1_locations: - docs/aws-training.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/sre-key-insights-done-right-way-shankar-muniyappa: ai_summary: A tactical blog post detailing common pitfalls in enterprise SRE implementation, warning against rebranded ops ticket siloes that lack architectural power. @@ -251345,6 +266733,7 @@ https://www.linkedin.com/pulse/sre-key-insights-done-right-way-shankar-muniyappa v2_locations: - sre.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/test-automation-how-build-cicd-pipeline-using-pytest-nir-tal: content_hash: 9efc64b611dd45b3f10f3b4ebfb2d5a77ad5d9c3356ce946b937ebf705d959bb description: '' @@ -251362,6 +266751,7 @@ https://www.linkedin.com/pulse/test-automation-how-build-cicd-pipeline-using-pyt v2_locations: - demos.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/testops-speed-devops-chaitanya-jawale: content_hash: 0823bb558a838bdb557aa73c31faf468c6ede39510708337b1b68e7799b26f7a description: '' @@ -251374,6 +266764,7 @@ https://www.linkedin.com/pulse/testops-speed-devops-chaitanya-jawale: v1_locations: - docs/testops.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/top-10-skills-devops-engineer-should-possess-saurabh-badhwar: content_hash: 6fb45d4bfefb9a723fbb788c207e2975a6878b58c9256918738b87a0f3a081f2 description: '' @@ -251390,6 +266781,7 @@ https://www.linkedin.com/pulse/top-10-skills-devops-engineer-should-possess-saur v2_locations: - devops.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/tuning-grafana-jmeter-dashboards-ezhil-arasu: ai_summary: A specialized optimization guide detailing Grafana and JMeter integration. Focuses on pipeline configurations, exporting live telemetry to InfluxDB, and @@ -251417,6 +266809,7 @@ https://www.linkedin.com/pulse/tuning-grafana-jmeter-dashboards-ezhil-arasu: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/ultimate-guide-azure-cloud-adoption-framework-gregor-wohlfarter-hb4sf: content_hash: d82e3e0d988b80a0d5f58ca28881cfade62622e43afeffa2d8f6dbb5fb8e6e85 description: '' @@ -251433,6 +266826,7 @@ https://www.linkedin.com/pulse/ultimate-guide-azure-cloud-adoption-framework-gre v2_locations: - azure.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/what-kubernetes-persistent-volumes-gyan-prakash-1f: content_hash: 5eabef82ddde8c102d7f09042072e9e333e360c3ecafefa198490b03105ecb6d description: '' @@ -251449,6 +266843,7 @@ https://www.linkedin.com/pulse/what-kubernetes-persistent-volumes-gyan-prakash-1 v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/whos-who-azure-configuration-management-landscape-mark-tinderholt-nm7ve: content_hash: 0823bb558a838bdb557aa73c31faf468c6ede39510708337b1b68e7799b26f7a description: '' @@ -251461,6 +266856,7 @@ https://www.linkedin.com/pulse/whos-who-azure-configuration-management-landscape v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.linkedin.com/pulse/wth-gitops-pavan-belagatti: content_hash: 3df75d80a504f5f6d3cafa9759af7ebc85eb0daa2765a4edf4e8d30e6d93ccad description: '' @@ -251477,6 +266873,7 @@ https://www.linkedin.com/pulse/wth-gitops-pavan-belagatti: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.linkedin.com/top-content/?trk=article_not_found: ai_summary: Analyses secure integration patterns for private Azure DevOps environments. Offers standard reference controls for isolating source code hosting, managing @@ -251512,6 +266909,7 @@ https://www.linkedin.com/top-content/?trk=article_not_found: - azure.md - cicd.md year: N/A + addition_method: manual https://www.linkedin.com/top-content/career: ai_summary: A DevSecOps assessment explaining key patterns for hardening Kubernetes namespaces. Reviews best practices for securing configuration secrets, configuring @@ -251544,6 +266942,7 @@ https://www.linkedin.com/top-content/career: - devsecops.md - project-management-methodology.md year: N/A + addition_method: manual https://www.linode.com: content_hash: N/A description: '' @@ -251553,12 +266952,14 @@ https://www.linode.com: title: Linode v1_locations: [] year: N/A + addition_method: manual https://www.linode.com/blog/kubernetes/scaling-kubernetes-to-zero-and-back: content_hash: N/A health_score: 100.0 last_checked: 1779034355.380822 v1_locations: - docs/kubernetes-autoscaling.md + addition_method: manual https://www.linode.com/content/terraforming-kubernetes-series-introduction-episode-1-6-with-justin-mitchel: content_hash: N/A description: '' @@ -251573,6 +266974,7 @@ https://www.linode.com/content/terraforming-kubernetes-series-introduction-episo v2_locations: - terraform.md year: N/A + addition_method: manual https://www.linode.com/docs/guides/using-octant-with-kubernetes-a-tutorial: ai_summary: Detailed historical tutorial demonstrating how to install and leverage Octant to inspect, edit, and troubleshoot nested resources in running clusters. @@ -251598,6 +267000,7 @@ https://www.linode.com/docs/guides/using-octant-with-kubernetes-a-tutorial: v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://www.linode.com/products/kubernetes: content_hash: N/A description: '' @@ -251614,6 +267017,7 @@ https://www.linode.com/products/kubernetes: - managed-kubernetes-in-public-cloud.md - matrix-table.md year: N/A + addition_method: manual https://www.linux-tutorial.info: ai_summary: An online reference guide dedicated to foundational Linux core concepts, system structures, and file hierarchy trees, acting primarily as a legacy training @@ -251640,6 +267044,7 @@ https://www.linux-tutorial.info: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linux.com: content_hash: N/A description: '' @@ -251654,6 +267059,7 @@ https://www.linux.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linux.com/audience/devops/getting-started-kubernetes-easy-minikube: content_hash: N/A description: '' @@ -251664,6 +267070,7 @@ https://www.linux.com/audience/devops/getting-started-kubernetes-easy-minikube: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://www.linuxadictos.com: ai_summary: A comprehensive Spanish news and curation hub compiling tutorials, kernel release summaries, and open-source software updates. [SPANISH CONTENT] @@ -251689,6 +267096,7 @@ https://www.linuxadictos.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxadictos.com/docker-presenta-nuevas-capacidades-para-desarrolladores.html: content_hash: 5c0672e0d1657ad94aff6cc90299697613600d89a0d6765c7c48b24a775f35cb description: '' @@ -251705,6 +267113,7 @@ https://www.linuxadictos.com/docker-presenta-nuevas-capacidades-para-desarrollad v2_locations: - docker.md year: N/A + addition_method: manual https://www.linuxadvise.com/amp/helmfile-next-level-to-manage-your-helm-charts: content_hash: N/A description: '' @@ -251719,6 +267128,7 @@ https://www.linuxadvise.com/amp/helmfile-next-level-to-manage-your-helm-charts: v2_locations: - helm.md year: N/A + addition_method: manual https://www.linuxadvise.com/post/kubernetes-config-maps: content_hash: N/A description: '' @@ -251733,6 +267143,7 @@ https://www.linuxadvise.com/post/kubernetes-config-maps: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxadvise.com/post/kubernetes-daemon-sets: content_hash: N/A description: '' @@ -251747,6 +267158,7 @@ https://www.linuxadvise.com/post/kubernetes-daemon-sets: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxadvise.com/post/kubernetes-node-affinity: content_hash: N/A description: '' @@ -251761,6 +267173,7 @@ https://www.linuxadvise.com/post/kubernetes-node-affinity: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxadvise.com/post/kubernetes-node-selectors: content_hash: N/A description: '' @@ -251775,6 +267188,7 @@ https://www.linuxadvise.com/post/kubernetes-node-selectors: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxadvise.com/post/kubernetes-pod-security-policy: content_hash: N/A description: '' @@ -251789,6 +267203,7 @@ https://www.linuxadvise.com/post/kubernetes-pod-security-policy: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxadvise.com/post/kubernetes-rolling-updates-and-rollbacks: content_hash: N/A description: '' @@ -251803,6 +267218,7 @@ https://www.linuxadvise.com/post/kubernetes-rolling-updates-and-rollbacks: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxadvise.com/post/kubernetes-secrets: content_hash: N/A description: '' @@ -251817,6 +267233,7 @@ https://www.linuxadvise.com/post/kubernetes-secrets: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxadvise.com/post/kubernetes-static-pods: content_hash: N/A description: '' @@ -251831,6 +267248,7 @@ https://www.linuxadvise.com/post/kubernetes-static-pods: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxfoundation.org: ai_summary: The preeminent global non-profit organization coordinating the development and licensing of the Linux kernel, Kubernetes, and open-source infrastructure @@ -251858,6 +267276,7 @@ https://www.linuxfoundation.org: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxhomenetworking.com: ai_summary: A legacy Linux networking wiki containing detailed routing, switching, and firewall configuration templates. While valuable for fundamental network theory, @@ -251884,6 +267303,7 @@ https://www.linuxhomenetworking.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxjournal.com/content/aws-ec2-vpc-cli: content_hash: 4905c0ed9d99b9a20db25387faf2dff958f1b8d4dab71c352166dafb34ea11aa health_score: 100.0 @@ -251896,6 +267316,7 @@ https://www.linuxjournal.com/content/aws-ec2-vpc-cli: - docs/aws-networking.md v2_locations: - aws-networking.md + addition_method: manual https://www.linuxlinks.com: ai_summary: An organized directory of Linux applications, compiling thousands of categories, reviews, and alternatives to help engineers identify optimal software @@ -251922,6 +267343,7 @@ https://www.linuxlinks.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxnix.com: content_hash: N/A description: '' @@ -251936,6 +267358,7 @@ https://www.linuxnix.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxshelltips.com/difference-between-and-in-bash: ai_summary: Clearly contrasts variable expansions (`${}`) with command substitutions (`$()`) within Bash. Identifies key differences in evaluation mechanics, execution @@ -251963,6 +267386,7 @@ https://www.linuxshelltips.com/difference-between-and-in-bash: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxshelltips.com/kill-linux-process-with-port: ai_summary: Curator Insight demonstrates how to identify and terminate processes running on specific network ports. Live Grounding stresses the real-world value @@ -251992,6 +267416,7 @@ https://www.linuxshelltips.com/kill-linux-process-with-port: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxshelltips.com/netcat-linux-port-scanning: ai_summary: Curator Insight details how to use Netcat (`nc`) as a rapid, lightweight port scanner. Live Grounding shows that while specialized scanners like `nmap` @@ -252020,6 +267445,7 @@ https://www.linuxshelltips.com/netcat-linux-port-scanning: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxsysadmins.com/install-ansible-awx-on-kubernetes: content_hash: 6c225d8c2c07be56dbc5e42c9ff1034824d9fa0de6317356c7b369a98992442d description: '' @@ -252036,6 +267462,7 @@ https://www.linuxsysadmins.com/install-ansible-awx-on-kubernetes: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.linuxtechi.com/how-to-use-loops-in-ansible-playbook: content_hash: 2aaadec5c45347a3969bd1f74e91a62ef7eab16e02d0dee8e46e75963ae08c01 description: '' @@ -252052,6 +267479,7 @@ https://www.linuxtechi.com/how-to-use-loops-in-ansible-playbook: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.linuxtechi.com/setup-private-docker-registry-kubernetes: content_hash: 879ee9187d3e1c5a79faeb65a288b5b38eceb4952b98f293603661330bdea73b description: '' @@ -252068,6 +267496,7 @@ https://www.linuxtechi.com/setup-private-docker-registry-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.linuxteck.com: ai_summary: An active educational platform specializing in Linux tutorials, command syntax cheatsheets, network administration guides, and security configurations @@ -252095,6 +267524,7 @@ https://www.linuxteck.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxteck.com/13-top-command-in-linux: ai_summary: Curator Insight covers the default standard interactive process monitor `top`. Live Grounding demonstrates how learning standard `top` interactive keys @@ -252125,6 +267555,7 @@ https://www.linuxteck.com/13-top-command-in-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxteck.com/basic-cat-command-in-linux-with-examples: ai_summary: Curator Insight details standard use cases of the `cat` utility for viewing and appending text. Live Grounding highlights that while modern terminal @@ -252154,6 +267585,7 @@ https://www.linuxteck.com/basic-cat-command-in-linux-with-examples: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxteck.com/basic-ssh-client-commands-in-linux: ai_summary: A practical operational overview of fundamental SSH commands essential for junior system administrators. It details port specification, remote command @@ -252181,6 +267613,7 @@ https://www.linuxteck.com/basic-ssh-client-commands-in-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxteck.com/basic-useful-firewall-cmd-commands-in-linux: ai_summary: A practical walkthrough of firewalld configurations using the firewall-cmd CLI. Covers zone management, permanent versus runtime rule definitions, and service-based @@ -252208,6 +267641,7 @@ https://www.linuxteck.com/basic-useful-firewall-cmd-commands-in-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxteck.com/curl-command-in-linux-with-examples: ai_summary: Curator Insight offers 15 highly useful curl commands for server network diagnostics. Live Grounding corroborates that curl remains the absolute backbone @@ -252237,6 +267671,7 @@ https://www.linuxteck.com/curl-command-in-linux-with-examples: v2_locations: - linux.md year: N/A + addition_method: manual https://www.linuxtoday.com: content_hash: N/A health_score: 100.0 @@ -252247,11 +267682,13 @@ https://www.linuxtoday.com: - docs/linux.md v2_locations: - linux.md + addition_method: manual https://www.liquibase.com/community/liquibase-vs-flyway: health_score: 64.0 last_checked: 1779130494.929946 v1_locations: - docs/liquibase.md + addition_method: manual https://www.liquibase.org: ai_summary: A leading open-source database schema migration tool that enables teams to track, version, and deploy database changes. It abstracts SQL schemas into @@ -252279,6 +267716,7 @@ https://www.liquibase.org: v2_locations: - liquibase.md year: '2026' + addition_method: manual https://www.liquibase.org/liquibase-vs-flyway: content_hash: c72d01bd37049a43c57ec5e460680392d3eff76eaee94c1769d973e590645da1 description: '' @@ -252290,6 +267728,7 @@ https://www.liquibase.org/liquibase-vs-flyway: v1_locations: - docs/liquibase.md year: N/A + addition_method: manual https://www.localstack.cloud: content_hash: 451506b6122414c0bae23e8f068337822b6c9517721a48c6c2a850a849104a0a health_score: 100.0 @@ -252302,6 +267741,7 @@ https://www.localstack.cloud: - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://www.logicworks.net/blog/2016/01/aws-lambda-echo-cloud-automation: ai_summary: An early exploration of using AWS Lambda alongside smart devices like Amazon Echo to spearhead voice-activated infrastructure automation tasks. The @@ -252331,6 +267771,7 @@ https://www.logicworks.net/blog/2016/01/aws-lambda-echo-cloud-automation: v2_locations: - aws-serverless.md year: '2016' + addition_method: manual https://www.lucidchart.com: content_hash: 8e182121ace1acd6dd166852149c50921d695e35e1c3c588d5842ff1696b5863 description: '' @@ -252342,6 +267783,7 @@ https://www.lucidchart.com: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.lucidchart.com/blog/agile-vs-waterfall-vs-kanban-vs-scrum: content_hash: 078237a51c6db96434b6d4bdc8c5d057cc7dd6a9bf48a686066fab910eb22207 description: '' @@ -252353,6 +267795,7 @@ https://www.lucidchart.com/blog/agile-vs-waterfall-vs-kanban-vs-scrum: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.lucidchart.com/pages: content_hash: cb418b5a3f36b5775feb940183fbba5e9be47ddd11eac0e04eb3841cab774025 health_score: 100.0 @@ -252365,6 +267808,7 @@ https://www.lucidchart.com/pages: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://www.lucidchart.com/pages/integrations/aws-architecture-import: content_hash: 5366dccdb0f3c23e2601c8a0d856c130593b93c41cf00d03005a063e713969e1 description: '' @@ -252376,6 +267820,7 @@ https://www.lucidchart.com/pages/integrations/aws-architecture-import: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.lynda.com: content_hash: 25d0e8cb0e8f799fbc7a3aa026e73659eaa76bb5cfb28e7a7a1b99251ed2c911 description: '' @@ -252387,6 +267832,7 @@ https://www.lynda.com: v1_locations: - docs/elearning.md year: N/A + addition_method: manual https://www.m3db.io: content_hash: 9972362e6778051fa04d79dbbbc7f796fbb23eafcb04e9cc76e61260ced7f7e5 description: '' @@ -252398,6 +267844,7 @@ https://www.m3db.io: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://www.macchaffee.com/blog/2022/k8s-secrets: ai_summary: Offers an alternative perspective arguing that built-in Kubernetes secrets are adequate for standard environments when combined with strong RBAC and locked-down @@ -252425,6 +267872,7 @@ https://www.macchaffee.com/blog/2022/k8s-secrets: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.macchaffee.com/blog/2022/psp-deprecation: content_hash: 8a045468ea5c5535df1910250b26e49c65971d8e7227853ba1d22d53f56fdd1a description: '' @@ -252441,12 +267889,14 @@ https://www.macchaffee.com/blog/2022/psp-deprecation: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://www.magalix.com: content_hash: N/A health_score: 100.0 last_checked: 1779033936.999116 v1_locations: - docs/securityascode.md + addition_method: manual https://www.magalix.com/blog/best-practices-and-tools-for-monitoring-your-kubernetes-cluster: content_hash: N/A description: '' @@ -252461,6 +267911,7 @@ https://www.magalix.com/blog/best-practices-and-tools-for-monitoring-your-kubern v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.magalix.com/blog/create-a-ci/cd-pipeline-with-kubernetes-and-jenkins: content_hash: N/A description: '' @@ -252476,6 +267927,7 @@ https://www.magalix.com/blog/create-a-ci/cd-pipeline-with-kubernetes-and-jenkins v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.magalix.com/blog/creating-custom-kubernetes-operators: content_hash: N/A description: '' @@ -252490,6 +267942,7 @@ https://www.magalix.com/blog/creating-custom-kubernetes-operators: v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.magalix.com/blog/deploying-kubernetes-cluster-with-eks: content_hash: N/A description: '' @@ -252504,6 +267957,7 @@ https://www.magalix.com/blog/deploying-kubernetes-cluster-with-eks: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.magalix.com/blog/getting-started-with-istio-overview-and-installation: content_hash: N/A description: '' @@ -252518,6 +267972,7 @@ https://www.magalix.com/blog/getting-started-with-istio-overview-and-installatio v2_locations: - istio.md year: N/A + addition_method: manual https://www.magalix.com/blog/how-to-integrate-opa-into-your-kubernetes-cluster-using-kube-mgmt: content_hash: N/A description: '' @@ -252532,6 +267987,7 @@ https://www.magalix.com/blog/how-to-integrate-opa-into-your-kubernetes-cluster-u v2_locations: - demos.md year: N/A + addition_method: manual https://www.magalix.com/blog/implementing-faas-in-kubernetes-using-kubeless: content_hash: N/A description: '' @@ -252546,6 +268002,7 @@ https://www.magalix.com/blog/implementing-faas-in-kubernetes-using-kubeless: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.magalix.com/blog/influencing-kubernetes-scheduler-decisions: content_hash: N/A description: '' @@ -252560,6 +268017,7 @@ https://www.magalix.com/blog/influencing-kubernetes-scheduler-decisions: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.magalix.com/blog/integrating-open-policy-agent-opa-with-kubernetes-a-deep-dive-tutorial: content_hash: N/A description: '' @@ -252574,6 +268032,7 @@ https://www.magalix.com/blog/integrating-open-policy-agent-opa-with-kubernetes-a v2_locations: - securityascode.md year: N/A + addition_method: manual https://www.magalix.com/blog/kubernetes-101-concepts-and-why-it-matters: content_hash: N/A description: '' @@ -252588,6 +268047,7 @@ https://www.magalix.com/blog/kubernetes-101-concepts-and-why-it-matters: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.magalix.com/blog/kubernetes-and-database: content_hash: N/A description: '' @@ -252602,6 +268062,7 @@ https://www.magalix.com/blog/kubernetes-and-database: v2_locations: - databases.md year: N/A + addition_method: manual https://www.magalix.com/blog/kubernetes-authentication: content_hash: N/A description: '' @@ -252616,6 +268077,7 @@ https://www.magalix.com/blog/kubernetes-authentication: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.magalix.com/blog/kubernetes-authorization: content_hash: N/A description: '' @@ -252630,6 +268092,7 @@ https://www.magalix.com/blog/kubernetes-authorization: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.magalix.com/blog/kubernetes-patterns-capacity-planning: content_hash: N/A description: '' @@ -252644,6 +268107,7 @@ https://www.magalix.com/blog/kubernetes-patterns-capacity-planning: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.magalix.com/blog/kubernetes-patterns-the-service-discovery-pattern: content_hash: N/A description: '' @@ -252658,6 +268122,7 @@ https://www.magalix.com/blog/kubernetes-patterns-the-service-discovery-pattern: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.magalix.com/blog/monitor-kuberentes-cluster-to-manage-large-scale-projects: content_hash: N/A description: '' @@ -252672,6 +268137,7 @@ https://www.magalix.com/blog/monitor-kuberentes-cluster-to-manage-large-scale-pr v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.magalix.com/blog/monitoring-of-kubernetes-cluster-through-prometheus-and-grafana: content_hash: N/A description: '' @@ -252689,6 +268155,7 @@ https://www.magalix.com/blog/monitoring-of-kubernetes-cluster-through-prometheus - grafana.md - monitoring.md year: N/A + addition_method: manual https://www.magalix.com/blog/team-productivity-1: content_hash: N/A description: '' @@ -252703,6 +268170,7 @@ https://www.magalix.com/blog/team-productivity-1: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.magalix.com/blog/the-best-kubernetes-tutorials: content_hash: N/A description: '' @@ -252717,6 +268185,7 @@ https://www.magalix.com/blog/the-best-kubernetes-tutorials: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.magalix.com/blog/top-8-kubernetes-security-best-practices: content_hash: N/A description: '' @@ -252731,6 +268200,7 @@ https://www.magalix.com/blog/top-8-kubernetes-security-best-practices: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.magalix.com/blog/what-is-gitops: content_hash: N/A description: '' @@ -252745,6 +268215,7 @@ https://www.magalix.com/blog/what-is-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.magalix.com/blog/what-you-should-know-about-kubernetes-1.20: content_hash: N/A description: '' @@ -252759,6 +268230,7 @@ https://www.magalix.com/blog/what-you-should-know-about-kubernetes-1.20: v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://www.magalix.com/blog/working-with-istio-track-your-services-with-kiali: content_hash: N/A description: '' @@ -252773,6 +268245,7 @@ https://www.magalix.com/blog/working-with-istio-track-your-services-with-kiali: v2_locations: - istio.md year: N/A + addition_method: manual https://www.magalix.com/kubernetes-application-patterns-e-book-download: content_hash: N/A description: '' @@ -252787,6 +268260,7 @@ https://www.magalix.com/kubernetes-application-patterns-e-book-download: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.makeuseof.com/best-centos-alternatives: ai_summary: 'An evaluation of top enterprise-ready Linux distributions that emerged or expanded to fill the void left by CentOS, detailing AlmaLinux, Rocky Linux, @@ -252817,6 +268291,7 @@ https://www.makeuseof.com/best-centos-alternatives: v2_locations: - linux.md year: N/A + addition_method: manual https://www.makeuseof.com/best-cli-tools-to-monitor-linux-performance-terminal: ai_summary: Curator Insight compiles the 6 best CLI performance monitoring systems. Live Grounding highlights how modern terminal engines (like `btop` or `glances`) @@ -252845,6 +268320,7 @@ https://www.makeuseof.com/best-cli-tools-to-monitor-linux-performance-terminal: v2_locations: - linux.md year: N/A + addition_method: manual https://www.makeuseof.com/best-open-source-project-management-software: content_hash: 3bc873a6f6d40582470efae9d8c09df27b31a53259606e83e82b30c2291c8b12 description: '' @@ -252860,6 +268336,7 @@ https://www.makeuseof.com/best-open-source-project-management-software: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://www.makeuseof.com/best-open-source-webinar-software: content_hash: c6decf46b276571ce5b0280e5700ac24410ec0b55af5ec8283fb58f2b0c54c80 description: '' @@ -252875,6 +268352,7 @@ https://www.makeuseof.com/best-open-source-webinar-software: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.makeuseof.com/best-red-hat-based-linux-distros: ai_summary: 'A broad evaluation of the RHEL-based ecosystem, surveying major operating systems built on Red Hat''s codebase and explaining how package management (RPM/DNF) @@ -252905,6 +268383,7 @@ https://www.makeuseof.com/best-red-hat-based-linux-distros: v2_locations: - linux.md year: N/A + addition_method: manual https://www.makeuseof.com/kubernetes-or-docker: content_hash: 22f42b8bb33f319bc02902722788bdb60a72afcfa6b0e4f340344d15fd1f9b4b description: '' @@ -252920,6 +268399,7 @@ https://www.makeuseof.com/kubernetes-or-docker: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.makeuseof.com/python-developer-tools: content_hash: 7de39ef6b6d0457e1aed0b5e010b33bb587c3b7d05cdfcf1117f4aae222a1cc7 description: '' @@ -252935,6 +268415,7 @@ https://www.makeuseof.com/python-developer-tools: v2_locations: - python.md year: N/A + addition_method: manual https://www.makeuseof.com/python-for-beginners: content_hash: 5a33a78e6b98b26d83f43ff2d642cee1b43fd7b2a68c5118235be9da4a3f926f description: '' @@ -252950,6 +268431,7 @@ https://www.makeuseof.com/python-for-beginners: v2_locations: - python.md year: N/A + addition_method: manual https://www.makeuseof.com/useful-python-one-liners-you-must-know: content_hash: ecb8c7c1d1e6daa782c65dde6dcc441ebce6e3b4f9ab1bc309a913c47578bb23 description: '' @@ -252965,6 +268447,7 @@ https://www.makeuseof.com/useful-python-one-liners-you-must-know: v2_locations: - python.md year: N/A + addition_method: manual https://www.malt.com: content_hash: N/A description: '' @@ -252979,6 +268462,7 @@ https://www.malt.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.mandiant.com/resources/azure-run-command-dummies: content_hash: af360a0d4a3840887a67981ed0b92263ae009611b8031884bcb768b543dab054 description: '' @@ -252990,6 +268474,7 @@ https://www.mandiant.com/resources/azure-run-command-dummies: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.manifests.io/kubernetes/1.28: content_hash: N/A description: '' @@ -253000,6 +268485,7 @@ https://www.manifests.io/kubernetes/1.28: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://www.manning.com/books/openshift-in-action: content_hash: 5b2463d860e4bded36d1357bb2f91aeb4a1f55e96a18a500326bdee56883f3af description: '' @@ -253016,6 +268502,7 @@ https://www.manning.com/books/openshift-in-action: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.manning.com/books/pipeline-as-code: content_hash: 14920097c3cdb907d1260f634f54e1fb0d0639a469e912b3343cf1c7fb3f0594 description: '' @@ -253032,6 +268519,7 @@ https://www.manning.com/books/pipeline-as-code: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.maquinasvirtuales.eu/docker-swarm-instalar-ansible-awx: content_hash: 11fed1ed6fc34df3fcb328943d8a7bb5865d24465a75f272ab6c27ab268d2f22 description: '' @@ -253048,6 +268536,7 @@ https://www.maquinasvirtuales.eu/docker-swarm-instalar-ansible-awx: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.marcobehler.com/guides/a-guide-to-java-versions-and-features: content_hash: d5038b78ef2ff5f427657377c0bd77408adde4386d0dc46c3dfd370280bb4ac9 description: '' @@ -253064,6 +268553,7 @@ https://www.marcobehler.com/guides/a-guide-to-java-versions-and-features: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.marinamele.com/taskbuster-django-tutorial: content_hash: 970c2a176611dba2b27882af4caa9738589d53d6d28061fd81d982644244cad1 health_score: 100.0 @@ -253076,6 +268566,7 @@ https://www.marinamele.com/taskbuster-django-tutorial: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.mariocortes.net/la-crisis-de-seniority: content_hash: f353d08e6cfbd4b2793f46a4acf3861725d96756c747f963aea7d471274375af description: '' @@ -253092,6 +268583,7 @@ https://www.mariocortes.net/la-crisis-de-seniority: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.markdownguide.org: ai_summary: 'An exhaustive reference guide covering the syntax, best practices, and extended features of the Markdown markup language. It provides clear examples @@ -253125,6 +268617,7 @@ https://www.markdownguide.org: - mkdocs.md - cheatsheets.md year: N/A + addition_method: manual https://www.markdownguide.org/cheat-sheet: content_hash: 7805cf7ff9cb237aec1954483697e81ec5ce2540ca7151a68916f944cfae4629 description: '' @@ -253136,6 +268629,7 @@ https://www.markdownguide.org/cheat-sheet: - docs/cheatsheets.md - docs/mkdocs.md year: N/A + addition_method: manual https://www.mastertheboss.com/jboss-frameworks/spring/deploy-your-springboot-applications-on-openshift: content_hash: N/A health_score: 100.0 @@ -253146,6 +268640,7 @@ https://www.mastertheboss.com/jboss-frameworks/spring/deploy-your-springboot-app - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.mastertheboss.com/soa-cloud/openshift/clustering-wildfly-on-openshift-using-wildfly-operator: content_hash: N/A health_score: 100.0 @@ -253156,6 +268651,7 @@ https://www.mastertheboss.com/soa-cloud/openshift/clustering-wildfly-on-openshif - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.mastertheboss.com/soa-cloud/openshift/java-ee-example-application-on-openshift: content_hash: N/A health_score: 100.0 @@ -253166,6 +268662,7 @@ https://www.mastertheboss.com/soa-cloud/openshift/java-ee-example-application-on - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.mastertheboss.com/soa-cloud/openshift/openshift-cheatsheet: content_hash: N/A health_score: 100.0 @@ -253176,6 +268673,7 @@ https://www.mastertheboss.com/soa-cloud/openshift/openshift-cheatsheet: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.mastertheboss.com/soa-cloud/openshift/running-microprofile-applications-on-openshift: content_hash: N/A health_score: 100.0 @@ -253186,6 +268684,7 @@ https://www.mastertheboss.com/soa-cloud/openshift/running-microprofile-applicati - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.mastertheboss.com/soa-cloud/openshift/thorntail-on-openshift: content_hash: N/A health_score: 100.0 @@ -253196,6 +268695,7 @@ https://www.mastertheboss.com/soa-cloud/openshift/thorntail-on-openshift: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.mastertheboss.com/soa-cloud/openshift/using-wildfly-on-openshift: content_hash: N/A health_score: 100.0 @@ -253206,6 +268706,7 @@ https://www.mastertheboss.com/soa-cloud/openshift/using-wildfly-on-openshift: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.mcpbundles.com: ai_summary: 'Curator Insight: Visual directory cataloging compatible Model Context Protocol bundles. @@ -253229,6 +268730,7 @@ https://www.mcpbundles.com: v2_locations: - ai-agents-mcp.md year: '2024' + addition_method: manual https://www.medianova.com/en-blog/service-mesh-vs-api-gateway: content_hash: 3eaf091f8a331930346c18d3083b685919295868e444c4725ff76c3cdfae4530 description: '' @@ -253240,6 +268742,7 @@ https://www.medianova.com/en-blog/service-mesh-vs-api-gateway: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.medianova.com/service-mesh-vs-api-gateway: content_hash: 69e3650358a8ce156ea31c34829074dcfcf6757b290568a64f94c12ef15bcbdc health_score: 100.0 @@ -253251,6 +268754,7 @@ https://www.medianova.com/service-mesh-vs-api-gateway: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://www.meet-in.es/para-liderar-a-largo-plazo-hay-que-ser-buena-persona: ai_summary: Advocates for high-integrity, empathetic leadership frameworks as the ultimate driver of long-term organizational health and retention. Challenges mercenary @@ -253279,6 +268783,7 @@ https://www.meet-in.es/para-liderar-a-largo-plazo-hay-que-ser-buena-persona: v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.meetup.com/Jenkins-online-meetup/events/270600737: content_hash: 086059fed23bfe6bde5b79b4cb74d922a7ed6df0212db91ce99ac51e71c1f878 description: '' @@ -253289,6 +268794,7 @@ https://www.meetup.com/Jenkins-online-meetup/events/270600737: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.meetup.com/Jenkins-online-meetup/events/270630108: content_hash: 996507cf4a5c76f369870f3d53b5aef77456f06255dbb09e74750ac4e972ed38 description: '' @@ -253299,6 +268805,7 @@ https://www.meetup.com/Jenkins-online-meetup/events/270630108: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.meetup.com/Jenkins-online-meetup/events/270861119: content_hash: f816b0322ea63f7601d010069a7aa2361178fc3e9d267a867b7a1f70dd374c6a description: '' @@ -253309,6 +268816,7 @@ https://www.meetup.com/Jenkins-online-meetup/events/270861119: v1_locations: - docs/keptn.md year: N/A + addition_method: manual https://www.meetup.com/es-es/jenkins-online-meetup/events/276135789: content_hash: 7f480582b2f4a97c2e1c2505268333648cc0f72101507cbc5a1a7ea3a25d532e health_score: 100.0 @@ -253321,6 +268829,7 @@ https://www.meetup.com/es-es/jenkins-online-meetup/events/276135789: - docs/qa.md v2_locations: - qa.md + addition_method: manual https://www.meetup.com/es/Jenkins-online-meetup/events/276135789: content_hash: 6003dee25b3ef1437a029acc2928cc75d83833c45f63a84d2b46acb1dc845ca3 description: '' @@ -253332,6 +268841,7 @@ https://www.meetup.com/es/Jenkins-online-meetup/events/276135789: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://www.meetup.com/jenkins-online-meetup/events/270600737: content_hash: 05998e0dba638f25fca7aac2466fa361b076e1738d8e542ba9ba48fdd4d273fc health_score: 100.0 @@ -253344,6 +268854,7 @@ https://www.meetup.com/jenkins-online-meetup/events/270600737: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.meetup.com/jenkins-online-meetup/events/270630108: content_hash: 78a453f37024f1b5212f82cef80d514658ee58d4293f8b91cb043ac5ae4fd238 health_score: 100.0 @@ -253356,6 +268867,7 @@ https://www.meetup.com/jenkins-online-meetup/events/270630108: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.meetup.com/jenkins-online-meetup/events/270861119: content_hash: 2faf17dbdc22416b0a087cbd0ee0754170459a9a819c3ae58ffc126de9912ece health_score: 100.0 @@ -253368,6 +268880,7 @@ https://www.meetup.com/jenkins-online-meetup/events/270861119: - docs/keptn.md v2_locations: - keptn.md + addition_method: manual https://www.mergecrush.com: content_hash: f94929b292eb59713ed13f1fdc409ec56fb4e3e2f653112c9ce19112aa234c5b description: '' @@ -253383,12 +268896,14 @@ https://www.mergecrush.com: v2_locations: - git.md year: N/A + addition_method: manual https://www.merikan.com/2019/04/jvm-in-a-container: content_hash: 114781a2d3955cefbb1cd7ed0d43ee5800d49ac6719fd74eff23611d855fcc57 health_score: 100.0 last_checked: 1779130495.020009 v1_locations: - docs/jvm-parameters-matrix-table.md + addition_method: manual https://www.metabob.com: content_hash: 463116b6456ee11ffeacb50d399c66f9e7219e9402125245bfe70d59f813600e description: '' @@ -253400,6 +268915,7 @@ https://www.metabob.com: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://www.micahlerner.com/2022/07/24/automatic-reliability-testing-for-cluster-management-controllers.html: content_hash: d80998407e516c469d7ed83c18d3115eab811197d746a11c4a754a45657e9993 description: '' @@ -253416,6 +268932,7 @@ https://www.micahlerner.com/2022/07/24/automatic-reliability-testing-for-cluster v2_locations: - introduction.md year: N/A + addition_method: manual https://www.microsoft.com/en-us/research/blog/biomedical-research-platform-terra-now-available-on-microsoft-azure: content_hash: 47dd4cf87161d42937b2e12d2ac288a9647939e2d28bb15a2d348e0882baf553 description: '' @@ -253432,6 +268949,7 @@ https://www.microsoft.com/en-us/research/blog/biomedical-research-platform-terra v2_locations: - azure.md year: N/A + addition_method: manual https://www.microsoft.com/en-us/research/project/medical-image-analysis: content_hash: 52852ba3216630106feb3c4388dcda0ee82fe0a508b53f72ebea5adee94bfa64 description: '' @@ -253447,6 +268965,7 @@ https://www.microsoft.com/en-us/research/project/medical-image-analysis: v2_locations: - azure.md year: N/A + addition_method: manual https://www.microsoft.com/en-us/security/blog/2023/04/06/devops-threat-matrix: content_hash: 2bc293aeb605622a920ef89ce0f17fcc7f939705e7f743808485a6164479bb97 description: '' @@ -253462,6 +268981,7 @@ https://www.microsoft.com/en-us/security/blog/2023/04/06/devops-threat-matrix: v2_locations: - devops.md year: N/A + addition_method: manual https://www.microsoft.com/en-us/security/business/ai-machine-learning/microsoft-security-copilot: ai_summary: An advanced AI-powered SecOps assistant integrating large language models with enterprise threat intelligence arrays. Speeds up security response tasks @@ -253488,6 +269008,7 @@ https://www.microsoft.com/en-us/security/business/ai-machine-learning/microsoft- v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://www.microsoft.com/insidetrack/blog/revolutionizing-our-arm-template-deployment-at-microsoft-with-shift-from-json-to-bicep : content_hash: 8ce9da6bf6efb05ada8471d0d5a8afaddd96f2d020968783a6c2d6078a5ffe8e description: '' @@ -253504,6 +269025,7 @@ https://www.microsoft.com/en-us/security/business/ai-machine-learning/microsoft- v2_locations: - azure.md year: N/A + addition_method: manual https://www.microsoft.com/microsoft-365/microsoft-teams/group-chat-software: content_hash: fc6fdba319a20be5be11aacda62152577d4afa8f67e9bfdbce5ec2d53fd40697 description: '' @@ -253519,6 +269041,7 @@ https://www.microsoft.com/microsoft-365/microsoft-teams/group-chat-software: v2_locations: - workfromhome.md year: N/A + addition_method: manual https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes: ai_summary: 'Microsoft''s foundational threat matrix for Kubernetes, modeled on the MITRE ATT&CK framework. @@ -253550,6 +269073,7 @@ https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual ? https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes : ai_summary: Microsoft's revised Kubernetes Threat Matrix update, detailing newly discovered tactics like credential access via cloud metadata service endpoints @@ -253578,6 +269102,7 @@ https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.middlewareinventory.com/blog/ansible-aws_s3-example: content_hash: 19c04487554773b9708f55520022a4978168a9f220af3ae1e6016806b64dc144 description: '' @@ -253595,6 +269120,7 @@ https://www.middlewareinventory.com/blog/ansible-aws_s3-example: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.middlewareinventory.com/blog/ansible-dict: content_hash: cfbac6e19f550838c89d86f964dd35712c12a7ca4f35156ab92c9a2f54867dbe description: '' @@ -253612,6 +269138,7 @@ https://www.middlewareinventory.com/blog/ansible-dict: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.middlewareinventory.com/blog/ansible-list-examples-how-to-create-and-append-items-to-list: content_hash: 16d3c6cf79eebdbd4a15da3d953d722c4dfaf4eeb47eebb6dc62d25998d1c609 description: '' @@ -253629,6 +269156,7 @@ https://www.middlewareinventory.com/blog/ansible-list-examples-how-to-create-and v2_locations: - ansible.md year: N/A + addition_method: manual https://www.middlewareinventory.com/blog/ansible-playbook-example: content_hash: 85daf3901bc1848fdd95378d1c704ae495e99defcf94e6697fa1fd7952436233 description: '' @@ -253646,6 +269174,7 @@ https://www.middlewareinventory.com/blog/ansible-playbook-example: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.middlewareinventory.com/blog/cpu-memory-usage-nodes-k8s: ai_summary: A clear, task-focused tutorial demonstrating how to query cluster performance metrics directly using the `kubectl top` command. Explains metrics-server requirements @@ -253675,6 +269204,7 @@ https://www.middlewareinventory.com/blog/cpu-memory-usage-nodes-k8s: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.middlewareinventory.com/blog/terraform-create-multiple-ec2-different-config: content_hash: 82a3d62615848cca0e251b4e1b82dd1e96919f78c41900a2a082f69bd66bd4b7 description: '' @@ -253692,6 +269222,7 @@ https://www.middlewareinventory.com/blog/terraform-create-multiple-ec2-different v2_locations: - demos.md year: N/A + addition_method: manual https://www.middlewareinventory.com/blog/terraform-for-each-examples: content_hash: 38e159957d15db665c7821d6e9c9aab33baed000703c54ee810b368d32c29d6d description: '' @@ -253709,6 +269240,7 @@ https://www.middlewareinventory.com/blog/terraform-for-each-examples: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.middlewareinventory.com/blog/terraform-import-securitygroup-aws: content_hash: fd7086bdfa866e6c8cc872d789ca78d67c366d721e4e8c986c31e1032a61d7bb description: '' @@ -253726,6 +269258,7 @@ https://www.middlewareinventory.com/blog/terraform-import-securitygroup-aws: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.migops.com/blog/2021/04/09/pgbackrest-the-best-postgres-backup-tool-with-a-very-active-community: description: '' health_score: 80.0 @@ -253741,6 +269274,7 @@ https://www.migops.com/blog/2021/04/09/pgbackrest-the-best-postgres-backup-tool- v2_locations: - databases.md year: N/A + addition_method: manual https://www.migops.com/blog/2021/11/26/is-aurora-postgresql-really-faster-and-cheaper-than-rds-postgresql-benchmarking: ai_summary: Curator Insight provides an empirical benchmarking study comparing Aurora PostgreSQL with standard RDS PostgreSQL. Live Grounding highlights that the performance @@ -253770,11 +269304,13 @@ https://www.migops.com/blog/2021/11/26/is-aurora-postgresql-really-faster-and-ch v2_locations: - aws-databases.md year: N/A + addition_method: manual https://www.migops.com/blog/pgbackrest-the-best-postgres-backup-tool-with-a-very-active-community: health_score: 64.0 last_checked: 1779130494.94698 v1_locations: - docs/databases.md + addition_method: manual https://www.min.io: content_hash: fb9d91ec1455378daeea684a4d9202d1921706ff8c81a036261ed51e91b98d1b health_score: 100.0 @@ -253786,6 +269322,7 @@ https://www.min.io: - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://www.min.io/blog: content_hash: 3d5437fec2ee99271b6b5671cde0f75a2fd0a36897365d1783bddbc3b80f6755 health_score: 100.0 @@ -253801,6 +269338,7 @@ https://www.min.io/blog: - kubernetes.md - introduction.md - kubernetes-storage.md + addition_method: manual https://www.min.io/blog/certificate-based-authentication-with-s3: ai_summary: Explains how to implement robust Mutual TLS (mTLS) and client certificate-based authentication with MinIO. Outlines secure key exchanges and architectural mapping @@ -253822,6 +269360,7 @@ https://www.min.io/blog/certificate-based-authentication-with-s3: v2_locations: - aws-storage.md year: '2022' + addition_method: manual https://www.mindtheproduct.com/what-the-hell-are-ci-cd-and-devops-a-cheatsheet-for-the-rest-of-us: ai_summary: 'Curator Insight: Bridges the gap between technical release pipelines and business product cycles. Live Grounding: Emphasizes how feature flagging and @@ -253855,6 +269394,7 @@ https://www.mindtheproduct.com/what-the-hell-are-ci-cd-and-devops-a-cheatsheet-f - cicd.md - devops.md year: N/A + addition_method: manual https://www.mirantis.com/blog/how-install-kubernetes-kubeadm: ai_summary: A simplified deployment checklist for running containerized workloads on Kubernetes via kubeadm. Demonstrates manual package installation, initialization @@ -253884,6 +269424,7 @@ https://www.mirantis.com/blog/how-install-kubernetes-kubeadm: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.mirantis.com/blog/introduction-to-istio-ingress-the-easy-way-to-manage-incoming-kubernetes-app-traffic: ai_summary: An introduction to configuring incoming traffic paths through the Istio Ingress Gateway. Shows how routing configurations, mutual TLS controls, and access @@ -253913,6 +269454,7 @@ https://www.mirantis.com/blog/introduction-to-istio-ingress-the-easy-way-to-mana v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.mirantis.com/blog/introduction-to-kustomize-part-1-creating-a-kubernetes-app-out-of-multiple-pieces: content_hash: c0f6da823158e482b1d56909022dda5fa6e419ed6b24397a83d760595ee369eb description: '' @@ -253930,6 +269472,7 @@ https://www.mirantis.com/blog/introduction-to-kustomize-part-1-creating-a-kubern v2_locations: - kustomize.md year: N/A + addition_method: manual https://www.mirantis.com/blog/introduction-to-yaml-creating-a-kubernetes-deployment: content_hash: af08712a34e19e9c3e8e466962b6d17ca34380d11ffb0ba5f4f90c0a95ffc41c description: '' @@ -253946,6 +269489,7 @@ https://www.mirantis.com/blog/introduction-to-yaml-creating-a-kubernetes-deploym v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.mirantis.com/blog/kubernetes-cheat-sheet: content_hash: d2c7022519d7dddf950edbe5b14cede7bd751f48384fe5be52f3ec3730ecdc6e description: '' @@ -253962,6 +269506,7 @@ https://www.mirantis.com/blog/kubernetes-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.mirantis.com/blog/your-app-deserves-more-than-kubernetes-ingress-kubernetes-ingress-vs-istio-gateway-webinar: content_hash: 62e8da80106634e4c7eed5e4aed398c4292e3c73e8bd3a65adb04d83497c910e health_score: 100.0 @@ -253969,6 +269514,7 @@ https://www.mirantis.com/blog/your-app-deserves-more-than-kubernetes-ingress-kub needs_ai_refresh: true v1_locations: - docs/istio.md + addition_method: manual https://www.mirantis.com/software/docker/docker-enterprise: content_hash: 6dfc071794b7c0702e8c435b441a660c1ec56d90f301b8ed5e5d21ef8da0b176 description: '' @@ -253986,6 +269532,7 @@ https://www.mirantis.com/software/docker/docker-enterprise: - docs/kubernetes-on-premise.md - docs/matrix-table.md year: N/A + addition_method: manual https://www.mkdocs.org: ai_summary: 'A fast, simple, and highly customizable static site generator geared towards building project documentation. Written in Python and configured with @@ -254016,6 +269563,7 @@ https://www.mkdocs.org: v2_locations: - mkdocs.md year: N/A + addition_method: manual ? https://www.moesif.com/blog/technical/api-gateways/How-to-Choose-The-Right-API-Gateway-For-Your-Platform-Comparison-Of-Kong-Tyk-Apigee-And-Alternatives : content_hash: 6fc5e8c9b1c445e4ff6c9acb0c084bbc4bb0ade4d76afa7f0c1bdca562008186 description: '' @@ -254033,6 +269581,7 @@ https://www.mkdocs.org: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.mongodb.com/blog/post/daa-s-with-mongo-db-and-confluent: content_hash: 5067c4a42d929254c3a437a67d61817b35bb30940637df0087888b3401f3eda0 description: '' @@ -254044,6 +269593,7 @@ https://www.mongodb.com/blog/post/daa-s-with-mongo-db-and-confluent: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.mongodb.com/blog/post/introducing-mongodb-for-vs-code: content_hash: 6233cb633ede3f12b55b2973541ccc0810096f3c963b85e4ef9242343b65506e description: '' @@ -254054,12 +269604,14 @@ https://www.mongodb.com/blog/post/introducing-mongodb-for-vs-code: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://www.mongodb.com/company/blog/product-release-announcements/introducing-mongodb-for-vs-code: content_hash: a67fb9a7f3156ce9066bd7cc2fc67b3e9df37fce5729767c76619577b032df94 health_score: 100.0 last_checked: 1779130494.933619 v1_locations: - docs/visual-studio.md + addition_method: manual https://www.mongodb.com/company/blog/technical/daa-s-with-mongo-db-and-confluent: ai_summary: An architecture case study exploring how to design a modern Data-as-a-Service (DaaS) paradigm using MongoDB and Confluent. Focuses on real-time CDC synchronization @@ -254082,6 +269634,7 @@ https://www.mongodb.com/company/blog/technical/daa-s-with-mongo-db-and-confluent v2_locations: - message-queue.md year: '2020' + addition_method: manual https://www.mongodb.com/docs: content_hash: 4a8d680e4f47a8bc5f3f057d113eed71f1f51d3a94c94fd4e94835387805d95f health_score: 100.0 @@ -254093,6 +269646,7 @@ https://www.mongodb.com/docs: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.mongodb.com/docs/manual/security: content_hash: d0d3e40dde2c5a651e97cd2536ec4218b1ca7412c3fb238c0ba9269f76b7159c health_score: 100.0 @@ -254104,6 +269658,7 @@ https://www.mongodb.com/docs/manual/security: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.mongodb.com/kubernetes: content_hash: 91b14939009353199741c76b63d513cce5b9de3642501618d89d410d081763f3 description: '' @@ -254115,6 +269670,7 @@ https://www.mongodb.com/kubernetes: v1_locations: - docs/nosql.md year: N/A + addition_method: manual https://www.mongodb.com/products/integrations/kubernetes: content_hash: ef302b8e596334ce5081bf6b86e47f91ff31d868cdf354e1fd33de49631bb748 health_score: 100.0 @@ -254126,6 +269682,7 @@ https://www.mongodb.com/products/integrations/kubernetes: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.morling.dev/blog/introducing-jfrunit-1-0-0-alpha1: content_hash: 3fdafa5c722e4b52acb34491f2362f096e662bfaafb88c82e2aa2377baa13aa7 description: '' @@ -254142,6 +269699,7 @@ https://www.morling.dev/blog/introducing-jfrunit-1-0-0-alpha1: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.morling.dev/blog/single-message-transforms-swiss-army-knife-of-kafka-connect: ai_summary: An deep-dive breakdown of Single Message Transformations (SMTs) within Kafka Connect. Shows how to filter, modify, anonymize, and restructure record @@ -254169,6 +269727,7 @@ https://www.morling.dev/blog/single-message-transforms-swiss-army-knife-of-kafka v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.mssqltips.com/sqlservertip/7094/azure-data-factory-vs-ssis-similarities-differences: content_hash: N/A description: '' @@ -254185,6 +269744,7 @@ https://www.mssqltips.com/sqlservertip/7094/azure-data-factory-vs-ssis-similarit v2_locations: - azure.md year: N/A + addition_method: manual https://www.mssqltips.com/sqlservertip/7188/powershell-if-if-else-switch-examples: content_hash: N/A description: '' @@ -254199,6 +269759,7 @@ https://www.mssqltips.com/sqlservertip/7188/powershell-if-if-else-switch-example v2_locations: - azure.md year: N/A + addition_method: manual https://www.mulesoft.com: ai_summary: The industry-standard enterprise integration platform (Anypoint Platform) providing high-density API management, ESB capabilities, and iPaaS routing. Mulesoft @@ -254228,6 +269789,7 @@ https://www.mulesoft.com: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.mulesoft.com/api/rest/what-is-rest-api: content_hash: 6e367b46bf81bf36c321d7638c0eaee334993edcbbbea28ee132608ffdc5297a health_score: 100.0 @@ -254239,6 +269801,7 @@ https://www.mulesoft.com/api/rest/what-is-rest-api: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.mulesoft.com/platform/api/manager: content_hash: f96a7ec41d72ff474c3cabd36387fdc7de0d42227e6e59598c2efdce818893e1 description: '' @@ -254255,6 +269818,7 @@ https://www.mulesoft.com/platform/api/manager: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.mulesoft.com/resources/api/restful-api: content_hash: eb418f0e2a4aadd325d9dd1dbc2eb065e7ea9558ef0554092b93f3c008339ac5 description: '' @@ -254266,6 +269830,7 @@ https://www.mulesoft.com/resources/api/restful-api: v1_locations: - docs/api.md year: N/A + addition_method: manual https://www.mux.com: content_hash: 3e1817113fb92e2ac3c06acdcaf62ea15f7ce2759a565ccb79c03c4e1818fc25 health_score: 100.0 @@ -254277,6 +269842,7 @@ https://www.mux.com: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.muycomputer.com/2021/06/03/winget-1-0-paquetes-windows-10: content_hash: db64bd5407ab19acd700aaedebcc227b84aba0df5e2cd87f179217a8b04fd218 description: '' @@ -254294,6 +269860,7 @@ https://www.muycomputer.com/2021/06/03/winget-1-0-paquetes-windows-10: v2_locations: - azure.md year: N/A + addition_method: manual https://www.muycomputerpro.com/2024/01/12/ingenieria-de-plataformas-de-devops-la-nueva-generacion-de-devops: content_hash: 748e6319945b1e224d452c0afd07fb72adce956f4a59a53da1e829ef83d019d9 description: '' @@ -254311,6 +269878,7 @@ https://www.muycomputerpro.com/2024/01/12/ingenieria-de-plataformas-de-devops-la v2_locations: - devops.md year: N/A + addition_method: manual https://www.muylinux.com: ai_summary: A highly active Spanish-language media site focusing on desktop Linux distributions, core open-source community movements, and user-facing utilities. @@ -254337,6 +269905,7 @@ https://www.muylinux.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.mypythonquiz.com: ai_summary: An interactive web-based Python practice quiz designed for continuous integration testing validation. Useful for engineering screening and assessing @@ -254363,6 +269932,7 @@ https://www.mypythonquiz.com: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.mytechramblings.com/posts/gitops-with-azure-devops-helm-acr-flux-and-k8s: content_hash: e8659ac071c08f9d512e1ca9266c09ca4f1e7f38b80ea1e12c48bad9fe4c5748 description: '' @@ -254380,6 +269950,7 @@ https://www.mytechramblings.com/posts/gitops-with-azure-devops-helm-acr-flux-and v2_locations: - demos.md year: N/A + addition_method: manual https://www.n-ix.com/reduce-technical-debt: content_hash: 014dd821a92c83eb58a743e13261dd4ab7e5539a919ca5a541bcb14106bee48d description: '' @@ -254396,6 +269967,7 @@ https://www.n-ix.com/reduce-technical-debt: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.namecheap.com/blog/visualize-your-deployment-status-with-jenkins: content_hash: N/A description: '' @@ -254406,6 +269978,7 @@ https://www.namecheap.com/blog/visualize-your-deployment-status-with-jenkins: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.nathannellans.com/post/app-registration-enterprise-apps-part-2: content_hash: 8e2abfe794ba69d3c41f46b65e284df1febdbec24c3529826c2d30f80d1f94ca description: '' @@ -254418,6 +269991,7 @@ https://www.nathannellans.com/post/app-registration-enterprise-apps-part-2: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.nathannellans.com/post/app-registrations-enterprise-apps-and-service-principals: content_hash: 6dfc50e5d5c1b8b13fb4e5be57c32cd3737c775dc8eba00f4e57cc0728c98c49 description: '' @@ -254435,6 +270009,7 @@ https://www.nathannellans.com/post/app-registrations-enterprise-apps-and-service v2_locations: - azure.md year: N/A + addition_method: manual https://www.nathannellans.com/post/azure-application-gateway-part-1: content_hash: 3355e87941b55c891d8a5bd17607d5ba65cc0640ac352d2321e2a6d34a6329ef description: '' @@ -254451,6 +270026,7 @@ https://www.nathannellans.com/post/azure-application-gateway-part-1: v2_locations: - azure.md year: N/A + addition_method: manual https://www.nature.com/articles/d43747-023-00028-w: content_hash: 8cc6987bd494e83b03e82db5a92f875f5f7e47662e00a52d731974b190f2b5d4 description: '' @@ -254468,6 +270044,7 @@ https://www.nature.com/articles/d43747-023-00028-w: v2_locations: - customer.md year: N/A + addition_method: manual https://www.ncsc.gov.uk/blog-post/introducing-scanning-made-easy: content_hash: dbe063b202f831dd807632ee5a90e232284b3f0b67ee5ad8512c5b10ec9b370e description: '' @@ -254478,12 +270055,14 @@ https://www.ncsc.gov.uk/blog-post/introducing-scanning-made-easy: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.ncsc.gov.uk/information/page-removed: content_hash: 3ac81f2c390fb1467826d731890c4b71c3313dee99b41859e5ba8bce8f8d1c10 health_score: 100.0 last_checked: 1779130494.93393 v1_locations: - docs/devsecops.md + addition_method: manual https://www.nczonline.net/blog/2011/11/29/how-content-delivery-networks-cdns-work: content_hash: 6f7257cb06df44549080a61b4dc29cc9adf59ee8b7bc165dcd04a799c6c868df description: '' @@ -254495,6 +270074,7 @@ https://www.nczonline.net/blog/2011/11/29/how-content-delivery-networks-cdns-wor v1_locations: - docs/caching.md year: N/A + addition_method: manual https://www.neowin.net/news/exploring-the-lack-of-security-in-a-typical-docker-and-kubernets-installation: content_hash: N/A description: '' @@ -254509,6 +270089,7 @@ https://www.neowin.net/news/exploring-the-lack-of-security-in-a-typical-docker-a v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.netdata.cloud/blog/kubernetes-throttling-doesnt-have-to-suck-let-us-help: content_hash: fa5955c803e8f806422cc0d94d0c8bbc6c8a738b3c475a9dad0fd43e605be7c3 description: '' @@ -254526,6 +270107,7 @@ https://www.netdata.cloud/blog/kubernetes-throttling-doesnt-have-to-suck-let-us- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.netdesignarena.com/index.php/2020/04/15/new-blog-series-aws-cloud-networking-zero-to-hero: content_hash: 2caad6004c36a37878888e3c50e5180fad931460af0a197c758927c95f8e8632 health_score: 100.0 @@ -254537,6 +270119,7 @@ https://www.netdesignarena.com/index.php/2020/04/15/new-blog-series-aws-cloud-ne - docs/aws-networking.md v2_locations: - aws-networking.md + addition_method: manual https://www.networkmanagementsoftware.com/google-cloud-platform-gcp-networking-fundamentals: content_hash: d4627970faddc9dcfcd2517a3edd29ad6ca5fe808cd393eedb0c9132d83a96da description: '' @@ -254554,6 +270137,7 @@ https://www.networkmanagementsoftware.com/google-cloud-platform-gcp-networking-f v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.nextgov.com/ideas/2023/11/why-smart-multicloud-policies-are-golden-ticket-modernizing-it-infrastructure/392232: content_hash: c24f85a07597f83c18a93f6286efe9474825363b31e76318f74561f54ae7b059 description: '' @@ -254571,6 +270155,7 @@ https://www.nextgov.com/ideas/2023/11/why-smart-multicloud-policies-are-golden-t v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.nextplatform.com/2018/10/15/red-hat-flexes-coreos-muscle-in-openshift-kubernetes-platform: content_hash: ff1414119a4b91eb1d93178e5d3821c170d3c45018b60d5f6610805129bd4c59 description: '' @@ -254582,6 +270167,7 @@ https://www.nextplatform.com/2018/10/15/red-hat-flexes-coreos-muscle-in-openshif v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.nextplatform.com/2021/08/02/kubernetes-expands-from-containers-to-infrastructure-management: content_hash: 456093bf35fc94eef001cf8277bf3f807c5696e18bf64a3a59f1b55249706580 description: '' @@ -254595,6 +270181,7 @@ https://www.nextplatform.com/2021/08/02/kubernetes-expands-from-containers-to-in - docs/about.md - docs/kubernetes.md year: N/A + addition_method: manual https://www.nextplatform.com/2024/03/04/kubernetes-clusters-have-massive-overprovisioning-of-compute-and-memory: content_hash: e4d4eb9b97460f207bb52035cf233b1fa2d556a469120542cdb9076adf34290b description: '' @@ -254607,6 +270194,7 @@ https://www.nextplatform.com/2024/03/04/kubernetes-clusters-have-massive-overpro v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.nextplatform.com/cloud/2018/10/15/red-hat-flexes-coreos-muscle-in-openshift-kubernetes-platform/1631979: content_hash: fe5207f1d00f4f2435ad4814a5dd6726a7000a8fc27123d3a569af7418a2cdf2 health_score: 100.0 @@ -254619,6 +270207,7 @@ https://www.nextplatform.com/cloud/2018/10/15/red-hat-flexes-coreos-muscle-in-op - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://www.nextplatform.com/cloud/2024/03/04/kubernetes-clusters-have-massive-overprovisioning-of-compute-and-memory/1658269 : content_hash: f7398ef5508a51539cea8799422ee7bbdeedc5b1b1231f1f5d9e570a820f9cfd health_score: 100.0 @@ -254631,6 +270220,7 @@ https://www.nextplatform.com/cloud/2018/10/15/red-hat-flexes-coreos-muscle-in-op - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.nextplatform.com/store/2021/08/02/kubernetes-expands-from-containers-to-infrastructure-management/1654000: content_hash: e43aec4f9e7f72dae8d1610a6ee071e1a516eac0b222d59d16c29ec4931313bd health_score: 100.0 @@ -254645,6 +270235,7 @@ https://www.nextplatform.com/store/2021/08/02/kubernetes-expands-from-containers v2_locations: - kubernetes.md - about.md + addition_method: manual https://www.nginx.com: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254656,6 +270247,7 @@ https://www.nginx.com: v1_locations: - docs/web-servers.md year: N/A + addition_method: manual https://www.nginx.com/blog/announcing-nginx-core-collection-ansible: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254667,6 +270259,7 @@ https://www.nginx.com/blog/announcing-nginx-core-collection-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.nginx.com/blog/automating-multi-cluster-dns-with-nginx-ingress-controller: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254678,6 +270271,7 @@ https://www.nginx.com/blog/automating-multi-cluster-dns-with-nginx-ingress-contr v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.nginx.com/blog/best-practices-for-configuring-microservices-apps: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254689,6 +270283,7 @@ https://www.nginx.com/blog/best-practices-for-configuring-microservices-apps: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.nginx.com/blog/deploying-nginx-ingress-controller-on-amazon-eks-how-we-tested: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254700,6 +270295,7 @@ https://www.nginx.com/blog/deploying-nginx-ingress-controller-on-amazon-eks-how- v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.nginx.com/blog/deploying-nginx-plus-as-an-api-gateway-part-1: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254711,6 +270307,7 @@ https://www.nginx.com/blog/deploying-nginx-plus-as-an-api-gateway-part-1: v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.nginx.com/blog/event-driven-data-management-microservices: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254722,6 +270319,7 @@ https://www.nginx.com/blog/event-driven-data-management-microservices: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.nginx.com/blog/guide-to-choosing-ingress-controller-part-4-nginx-ingress-controller-options: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254734,6 +270332,7 @@ https://www.nginx.com/blog/guide-to-choosing-ingress-controller-part-4-nginx-ing v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.nginx.com/blog/how-to-choose-a-service-mesh: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254745,6 +270344,7 @@ https://www.nginx.com/blog/how-to-choose-a-service-mesh: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.nginx.com/blog/how-to-simplify-kubernetes-ingress-egress-traffic-management: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254756,6 +270356,7 @@ https://www.nginx.com/blog/how-to-simplify-kubernetes-ingress-egress-traffic-man v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.nginx.com/blog/introducing-nginx-service-mesh: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254767,6 +270368,7 @@ https://www.nginx.com/blog/introducing-nginx-service-mesh: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.nginx.com/blog/introduction-to-microservices: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254778,6 +270380,7 @@ https://www.nginx.com/blog/introduction-to-microservices: v1_locations: - docs/faq.md year: N/A + addition_method: manual https://www.nginx.com/blog/kubernetes-networking-101: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254789,6 +270392,7 @@ https://www.nginx.com/blog/kubernetes-networking-101: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.nginx.com/blog/mtls-architecture-nginx-service-mesh: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254800,6 +270404,7 @@ https://www.nginx.com/blog/mtls-architecture-nginx-service-mesh: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.nginx.com/blog/reduce-complexity-with-production-grade-kubernetes: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254811,6 +270416,7 @@ https://www.nginx.com/blog/reduce-complexity-with-production-grade-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.nginx.com/blog/reducing-kubernetes-costs-70-percent-in-cloud-nginx-opsani-prometheus: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254823,6 +270429,7 @@ https://www.nginx.com/blog/reducing-kubernetes-costs-70-percent-in-cloud-nginx-o v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with-nginx: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254834,6 +270441,7 @@ https://www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with v1_locations: - docs/registries.md year: N/A + addition_method: manual https://www.nginx.com/blog/what-are-namespaces-cgroups-how-do-they-work: content_hash: 60771bd2707db349d4db9935a4634f0a458099edba6ab07541c37b43181630fb description: '' @@ -254845,6 +270453,7 @@ https://www.nginx.com/blog/what-are-namespaces-cgroups-how-do-they-work: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.nginx.com/resources/library/complete-nginx-cookbook: content_hash: 3e31a47c9ecb8033ca6baf64c9db4be070cb5f4825584aae03ef9bb02d6040fe description: '' @@ -254856,6 +270465,7 @@ https://www.nginx.com/resources/library/complete-nginx-cookbook: v1_locations: - docs/web-servers.md year: N/A + addition_method: manual https://www.nichesoftware.co.nz/2021/05/29/promotion-driven-development.html: content_hash: 0bc7811916dc8b3c14b697949f9ffdb73103d8b391c5a7dd5fab91568ccee85e health_score: 100.0 @@ -254868,12 +270478,14 @@ https://www.nichesoftware.co.nz/2021/05/29/promotion-driven-development.html: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.nightfall.ai/blog/atlassian-cloud-hipaa-compliant: content_hash: 3734f30e82ec8e8d1f45d8d61554c819bbb4488beac14444c81b5ae24240cbdd health_score: 100.0 last_checked: 1779130494.955689 v1_locations: - docs/project-management-tools.md + addition_method: manual https://www.nilebits.com/blog/2024/07/terraform-drift-detection: content_hash: ccd8a6db7414acce1baeeac6ce508258efcf16944505e8276d1dc6471c890225 description: '' @@ -254890,6 +270502,7 @@ https://www.nilebits.com/blog/2024/07/terraform-drift-detection: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.noidea.dog/glue: content_hash: f67474eca2296e72d13c4b8432c22821d5b91f37292fd58bf9eb6beca8e8253e health_score: 100.0 @@ -254902,6 +270515,7 @@ https://www.noidea.dog/glue: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.nomadproject.io/docs/nomad-vs-kubernetes/alternative: content_hash: fe87c2c280bbd57f8e2ee66a0e590441b3c3f59efb42374714e9b2d789d567fd description: '' @@ -254913,6 +270527,7 @@ https://www.nomadproject.io/docs/nomad-vs-kubernetes/alternative: v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://www.nomadproject.io/intro/vs/kubernetes: content_hash: fe87c2c280bbd57f8e2ee66a0e590441b3c3f59efb42374714e9b2d789d567fd description: '' @@ -254924,6 +270539,7 @@ https://www.nomadproject.io/intro/vs/kubernetes: v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://www.noobaa.io: content_hash: c50bc0e6d10a67e4f883eacb9fa25c6c1f1ba9bbf98b0c161ddd39114bc4d837 description: '' @@ -254935,6 +270551,7 @@ https://www.noobaa.io: - docs/kubernetes-storage.md - docs/ocp4.md year: N/A + addition_method: manual https://www.notia.ai/articles/building-an-authenticated-python-cli: content_hash: N/A description: '' @@ -254950,6 +270567,7 @@ https://www.notia.ai/articles/building-an-authenticated-python-cli: v2_locations: - python.md year: N/A + addition_method: manual https://www.noticiastrabajo.es/como-deben-autonomos-retrasar-pago-intereses-creditos-ico: content_hash: f96c8f289ada51d9bd48b3c5ee46986ca58d804752b8b7641734c9efe852f420 description: '' @@ -254962,6 +270580,7 @@ https://www.noticiastrabajo.es/como-deben-autonomos-retrasar-pago-intereses-cred v1_locations: - docs/freelancing.md year: N/A + addition_method: manual https://www.npmjs.com: content_hash: N/A description: '' @@ -254976,6 +270595,7 @@ https://www.npmjs.com: v2_locations: - javascript.md year: N/A + addition_method: manual https://www.npmjs.com/package/lambda-load-test: content_hash: N/A description: '' @@ -254990,6 +270610,7 @@ https://www.npmjs.com/package/lambda-load-test: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://www.nrmitchi.com/2020/10/one-simple-trick-for-building-images-faster: content_hash: cf51f7d2776cd65a7c59241fe245302619c80ded7f3bf303e4a9314728738dec health_score: 100.0 @@ -255002,6 +270623,7 @@ https://www.nrmitchi.com/2020/10/one-simple-trick-for-building-images-faster: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.nslookup.io/learning/the-life-of-a-dns-query-in-kubernetes: content_hash: b6eb932619ec8163576b4c2547e9ea8b98881735268ac71bf2989d2bca500f6a description: '' @@ -255018,6 +270640,7 @@ https://www.nslookup.io/learning/the-life-of-a-dns-query-in-kubernetes: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.ntop.org: ai_summary: A high-performance network traffic monitoring tool that visualizes network usage in real-time. Features deep packet inspection (DPI) via nDPI, supports NetFlow/IPFIX @@ -255044,6 +270667,7 @@ https://www.ntop.org: v2_locations: - linux.md year: '2026' + addition_method: manual https://www.nuodb.com: content_hash: 466af846661543f326a22530da9e0ec0782a561cd81765df01849d4d484bdc6a health_score: 100.0 @@ -255056,6 +270680,7 @@ https://www.nuodb.com: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.nuodb.com/blog/replication-is-it-easy: content_hash: 466af846661543f326a22530da9e0ec0782a561cd81765df01849d4d484bdc6a health_score: 100.0 @@ -255068,6 +270693,7 @@ https://www.nuodb.com/blog/replication-is-it-easy: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.nylas.com/blog/performance: content_hash: 9e1427c45d693786e1faa3734febd90637632e06dbe56ee1167359ab8ceb3585 health_score: 100.0 @@ -255080,6 +270706,7 @@ https://www.nylas.com/blog/performance: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.okd.io: content_hash: 21ac64dffc8e4a900b69b2fc742a40e8f19e6f78467bae59138bd5a8eaf0ae52 description: '' @@ -255093,11 +270720,13 @@ https://www.okd.io: - docs/ocp4.md - docs/openshift.md year: N/A + addition_method: manual https://www.okd.io/minishift: health_score: 80.0 last_checked: 1779030322.868253 v1_locations: - docs/openshift.md + addition_method: manual https://www.okteto.com/blog/kubernetes-architecture: content_hash: 916d1a6213d62741ea6a3c77ed9b5331aa3569eefdc6abde1322c930c3df8b21 health_score: 100.0 @@ -255109,6 +270738,7 @@ https://www.okteto.com/blog/kubernetes-architecture: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.okteto.com/blog/kubernetes-basics: ai_summary: An educational guide series covering foundational cloud-native patterns for developers. Details how to simplify cluster interaction and setup stable developer @@ -255130,6 +270760,7 @@ https://www.okteto.com/blog/kubernetes-basics: v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://www.okteto.com/blog/preview-environments-for-kubernetes: content_hash: 2da1ff8ac1f02dd4b196be09c4871bacd78f6690755572761afd435bcfa86c72 health_score: 100.0 @@ -255141,6 +270772,7 @@ https://www.okteto.com/blog/preview-environments-for-kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.okteto.com/blog/what-is-kubernetes-architecture: content_hash: c6ea20edea979c6d585000ec8847eab53b6575b681d736b537af91c89094f992 description: '' @@ -255152,6 +270784,7 @@ https://www.okteto.com/blog/what-is-kubernetes-architecture: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.omgubuntu.co.uk/2020/06/microsoft-wsl-install-command: content_hash: 6305adbe7c16f45f89c646fc1732183d208d4b4eb8982bdf11f82060a71ff9ca description: '' @@ -255168,6 +270801,7 @@ https://www.omgubuntu.co.uk/2020/06/microsoft-wsl-install-command: v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://www.oncehub.com: content_hash: 8e1c0dac84b806ad3be34db6c42981e757540ae1329212955948a6a46b26520e health_score: 100.0 @@ -255179,6 +270813,7 @@ https://www.oncehub.com: - docs/appointment-scheduling.md v2_locations: - appointment-scheduling.md + addition_method: manual https://www.oncehub.com/scheduleonce: content_hash: c87768ee1c50883d3f20cac4f4e70a980423fded588424675e3be61e7234781b description: '' @@ -255190,6 +270825,7 @@ https://www.oncehub.com/scheduleonce: v1_locations: - docs/appointment-scheduling.md year: N/A + addition_method: manual https://www.ondat.io/blog/stateful-apps-in-kubernetes-are-a-big-deal: content_hash: N/A description: '' @@ -255204,6 +270840,7 @@ https://www.ondat.io/blog/stateful-apps-in-kubernetes-are-a-big-deal: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.ondat.io/discoblocks: content_hash: N/A description: '' @@ -255218,6 +270855,7 @@ https://www.ondat.io/discoblocks: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.opcito.com/blogs/a-guide-to-mastering-autoscaling-in-kubernetes-with-keda: content_hash: 7d29d673efb1c13b33e943e4bd13d18f49249981c218fc97eb40296310559289 health_score: 100.0 @@ -255229,6 +270867,7 @@ https://www.opcito.com/blogs/a-guide-to-mastering-autoscaling-in-kubernetes-with - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://www.opcito.com/blogs/testops-how-to-automate-your-software-pipeline-at-the-speed-of-devops: content_hash: 8a0b4e1d187c31c8d2f16c57d2bcd77a101c40247b529d7c5b036b199e465690 description: '' @@ -255246,6 +270885,7 @@ https://www.opcito.com/blogs/testops-how-to-automate-your-software-pipeline-at-t v2_locations: - testops.md year: N/A + addition_method: manual https://www.open-rpc.org: content_hash: 0c743d4821194b11035e7a4cd01fb7f9b672be8d5974963994df987294923215 health_score: 100.0 @@ -255257,6 +270897,7 @@ https://www.open-rpc.org: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.openapis.org: content_hash: N/A description: '' @@ -255271,6 +270912,7 @@ https://www.openapis.org: v2_locations: - api.md year: N/A + addition_method: manual https://www.openapis.org/faq: content_hash: N/A description: '' @@ -255285,6 +270927,7 @@ https://www.openapis.org/faq: v2_locations: - api.md year: N/A + addition_method: manual https://www.openbankingtracker.com: content_hash: da610588ff8acfd4bdefbe1d4aeaf5d139758ec680108b53a7d538e42f086105 description: '' @@ -255301,6 +270944,7 @@ https://www.openbankingtracker.com: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.opencontainers.org: content_hash: 1799453ded469616722928badf24ba3efa63b7bc072c0921a977ef7e2439fcc3 description: '' @@ -255312,6 +270956,7 @@ https://www.opencontainers.org: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.opencoreventures.com/blog/hashicorp-switching-to-bsl-shows-a-need-for-open-charter-companies: content_hash: 1d4597acb407f0f77bb6dcb89016018cec701b5db515ab642fcc745ff8d0dbfb health_score: 100.0 @@ -255323,6 +270968,7 @@ https://www.opencoreventures.com/blog/hashicorp-switching-to-bsl-shows-a-need-fo - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.openfaas.com: content_hash: 70b3736ea0408835d4461b3bf7ed9b7cd72ed0def16976f7861530c599b57774 description: '' @@ -255339,6 +270985,7 @@ https://www.openfaas.com: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.openfaas.com/blog/kim: content_hash: 0f3402cf9beea799d03473fdf2fcea5815f6def41179fb3e07d8b7757606d88d description: '' @@ -255356,6 +271003,7 @@ https://www.openfaas.com/blog/kim: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.opengroup.org: content_hash: ef931e0ade40028c22596e5f990923876b22bced0b8042bafce48518ca41eee3 description: '' @@ -255366,11 +271014,13 @@ https://www.opengroup.org: title: 'The Open Group: Making Standards Work' v1_locations: [] year: N/A + addition_method: manual https://www.opengroup.org/togaf: content_hash: fa0897f768dadbb8ca875ce42222b9fc521e8fd1010f0710892025644c03a673 health_score: 100.0 last_checked: 1779033570.279423 v1_locations: [] + addition_method: manual https://www.openliberty.io: content_hash: b15917055113c919d793405429d53c6efdece22e0a37165ccf8efae5bd13952f description: '' @@ -255382,6 +271032,7 @@ https://www.openliberty.io: v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://www.openlogic.com/blog/how-visualize-prometheus-data-grafana: content_hash: N/A description: '' @@ -255398,6 +271049,7 @@ https://www.openlogic.com/blog/how-visualize-prometheus-data-grafana: - grafana.md - prometheus.md year: N/A + addition_method: manual https://www.openlogic.com/blog/prometheus-java-monitoring-and-gathering-data: content_hash: N/A description: '' @@ -255413,6 +271065,7 @@ https://www.openlogic.com/blog/prometheus-java-monitoring-and-gathering-data: v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.openpolicyagent.org: content_hash: 7bb2a392c0f5c7d4f1dc0b607f81d4a647e0dc26adf5d6cde679142134fc38f8 description: '' @@ -255429,6 +271082,7 @@ https://www.openpolicyagent.org: v2_locations: - securityascode.md year: N/A + addition_method: manual https://www.openproject.org: content_hash: af6fa6ff2eb2a37fbd8c220c8f7ed292faa1c52c7e35ff0ad011eaa8e2f73d51 description: '' @@ -255445,6 +271099,7 @@ https://www.openproject.org: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://www.openproject.org/blog/create-configure-manage-projects-openproject: content_hash: 628a48ae04ea18db3f382ae1d01c7c6cdee74d7b7107729c8164bd0aa893e876 health_score: 100.0 @@ -255456,6 +271111,7 @@ https://www.openproject.org/blog/create-configure-manage-projects-openproject: - docs/project-management-tools.md v2_locations: - project-management-tools.md + addition_method: manual https://www.openproject.org/create-configure-manage-projects-openproject: content_hash: 6a1359b4cd8985e3dd67aca41d2d343c42838adc8f8d3b229706ca4d2a1acebb description: '' @@ -255468,6 +271124,7 @@ https://www.openproject.org/create-configure-manage-projects-openproject: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://www.openshift.com: content_hash: 6e0200d0b18c6244f741adf057afcffe282367ad85374596f9b52f24f184cdc2 description: '' @@ -255480,6 +271137,7 @@ https://www.openshift.com: - docs/ocp4.md - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/blog: content_hash: fe3b00fc9855e8f639ff3144a9426dbe138a0fc8ac6c3d5d5c1f62df62660602 description: '' @@ -255491,6 +271149,7 @@ https://www.openshift.com/blog: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/blog/18333-2: content_hash: 53d500c817d5d73be815f5eb9ff0408ea0b6373f25f25e32215fce76aa256413 description: '' @@ -255502,6 +271161,7 @@ https://www.openshift.com/blog/18333-2: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://www.openshift.com/blog/7-best-practices-for-writing-kubernetes-operators-an-sre-perspective: content_hash: cfba48c9f8a1b67a524b2c6b06890b96f48e46147c773bea04555dc914f14fdd description: '' @@ -255514,6 +271174,7 @@ https://www.openshift.com/blog/7-best-practices-for-writing-kubernetes-operators v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.openshift.com/blog/8-answers-to-7-openshift-questions: content_hash: 1291f19a2c49b414bf27891c2bd96edde133210ba6337ee8ccfae8b028433c8d description: '' @@ -255525,6 +271186,7 @@ https://www.openshift.com/blog/8-answers-to-7-openshift-questions: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/a-brief-introduction-to-red-hat-advanced-cluster-security-for-kubernetes: content_hash: 4b6b9f4d7b02407b77dc72ec4e75c2140efcbedfdf7b778758b5ece5476a227e description: '' @@ -255537,6 +271199,7 @@ https://www.openshift.com/blog/a-brief-introduction-to-red-hat-advanced-cluster- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/accessing-external-services-using-egress-router: content_hash: 51ec17d2e5dd203bbe9e7aaf1053007026eefc5c1e144ad82031dfc5b3f307f2 description: '' @@ -255548,6 +271211,7 @@ https://www.openshift.com/blog/accessing-external-services-using-egress-router: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/blog/announcing-openshift-gitops: content_hash: 32deec573fad360d059933d07fdfd45a247e336fe890380e40e8e77fc3200101 description: '' @@ -255559,6 +271223,7 @@ https://www.openshift.com/blog/announcing-openshift-gitops: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.openshift.com/blog/ansible-and-openshift-connecting-for-success: content_hash: 7d8325160e7fe85c2dfa2bcbcf6b2f28e6fd86af51c6de52f3f8cccc00b9c65b description: '' @@ -255570,6 +271235,7 @@ https://www.openshift.com/blog/ansible-and-openshift-connecting-for-success: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.openshift.com/blog/applications-here-applications-there-part-3-application-migration: content_hash: 877628590e8627aa04bd44a761ea03acb82760ebbc4e4c2523fada56b95db44b description: '' @@ -255583,6 +271249,7 @@ https://www.openshift.com/blog/applications-here-applications-there-part-3-appli - docs/demos.md - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-authentication-and-authorization: content_hash: 4449cc96b537296f041231a616018de87f0c73198db036804747ee6272e55108 description: '' @@ -255594,6 +271261,7 @@ https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-authentication v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-day-2-operations-part-1: content_hash: 40c74cc266d4a910d8de8c082ed0c7ac0f00945e7f749cbe82789c584931f6cb description: '' @@ -255604,6 +271272,7 @@ https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-day-2-operatio v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-day-2-operations-part-2: content_hash: f44a8d3101f3fa7b33113747756e106a4428c5ec08125a8dc879c84d26271042 description: '' @@ -255614,12 +271283,14 @@ https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-day-2-operatio v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/build-kubernetes-operators-from-helm-charts-in-5-steps: content_hash: 8b14f83da1f148f3fda09f670a572428f2a1b5b2299e6a9b2dae9e0b9af862df health_score: 100.0 last_checked: 1779033697.475689 v1_locations: - docs/ocp4.md + addition_method: manual https://www.openshift.com/blog/build-your-kubernetes-operator-with-the-right-tool: content_hash: 7d3b988c171672e7428716ffc9041a2418fec7bf142e846bca190063634a8158 description: '' @@ -255631,6 +271302,7 @@ https://www.openshift.com/blog/build-your-kubernetes-operator-with-the-right-too v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.openshift.com/blog/building-declarative-pipelines-openshift-dsl-plugin: content_hash: f155c99e3a0fe00c26ae7b23af7bf83c7b8502dd1ccd8816889c8e6f9adedcbc description: '' @@ -255643,6 +271315,7 @@ https://www.openshift.com/blog/building-declarative-pipelines-openshift-dsl-plug - docs/jenkins.md - docs/openshift-pipelines.md year: N/A + addition_method: manual https://www.openshift.com/blog/building-openshift-pipelines-with-gitlab: content_hash: c5617e60f2a94ff5f0c68c368e1a8c2f46c69411aacd33dcb89ea075e5273d7e description: '' @@ -255654,6 +271327,7 @@ https://www.openshift.com/blog/building-openshift-pipelines-with-gitlab: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.openshift.com/blog/cloud-devops-with-openshift-and-jfrog: content_hash: 06512cf9036be6f21863121a0246001475ff5658b60450b2abd0249dd99c42a7 description: '' @@ -255665,6 +271339,7 @@ https://www.openshift.com/blog/cloud-devops-with-openshift-and-jfrog: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://www.openshift.com/blog/cloud-native-ci-cd-with-openshift-pipelines: content_hash: 66015a0026f92adabf79475854c7c2f09f5b136dc1c40c7ff6e9d0244797ca14 description: '' @@ -255676,6 +271351,7 @@ https://www.openshift.com/blog/cloud-native-ci-cd-with-openshift-pipelines: v1_locations: - docs/openshift-pipelines.md year: N/A + addition_method: manual https://www.openshift.com/blog/control-regional-access-to-your-service-on-openshift-running-on-aws: content_hash: c982e8cc1478198ed9020b98f7b738de0e0739c5283a119cf744e71fb0dc4b0d description: '' @@ -255688,6 +271364,7 @@ https://www.openshift.com/blog/control-regional-access-to-your-service-on-opensh v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/customizing-virtual-machine-templates-in-openshift-1: content_hash: 33ad128040170e1f58dc92f4cf6c0e172c28d4494f2d510f67dc2b1917b46772 description: '' @@ -255699,6 +271376,7 @@ https://www.openshift.com/blog/customizing-virtual-machine-templates-in-openshif v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/debugging-java-applications-on-openshift-kubernetes: content_hash: dda7ec361766f5f9f97c0a7b67370743ca08bf6ebd9d59b5c046e9646466dfaa description: '' @@ -255710,6 +271388,7 @@ https://www.openshift.com/blog/debugging-java-applications-on-openshift-kubernet v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.openshift.com/blog/demystifying-multus: content_hash: 401399fa2875f023fc0eb8d462ec579c3924039a4886f2d7c33b719d2276f0a9 description: '' @@ -255721,6 +271400,7 @@ https://www.openshift.com/blog/demystifying-multus: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/deploy-a-multi-master-okd-4.5-cluster-using-a-single-command-in-30-minutes: content_hash: 46f7211dfd1f01b9a4ff2f4e9a8dd62be644c0d16f5cfa90e506d51243a30d8f description: '' @@ -255733,6 +271413,7 @@ https://www.openshift.com/blog/deploy-a-multi-master-okd-4.5-cluster-using-a-sin v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/deploying-openshift-4.4-to-vmware-vsphere-7: content_hash: a5f9ef707dfe0bc46bfeb6e6876dd254f77c8b982e09d08d4d7049343363f542 description: '' @@ -255744,6 +271425,7 @@ https://www.openshift.com/blog/deploying-openshift-4.4-to-vmware-vsphere-7: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/blog/deploying-openshift-applications-multiple-datacenters: content_hash: 18a8a6d03720ce0b46b5d1daa7f4e8df0a6f5f94930bca833169dd614b5da75b description: '' @@ -255756,6 +271438,7 @@ https://www.openshift.com/blog/deploying-openshift-applications-multiple-datacen v1_locations: - docs/openshift-pipelines.md year: N/A + addition_method: manual https://www.openshift.com/blog/deploying-to-openshift-using-github-actions: content_hash: 1d694d2c296f278457aeb4d65331ee346ec23bcb357f8335bda3314e9998524b description: '' @@ -255767,6 +271450,7 @@ https://www.openshift.com/blog/deploying-to-openshift-using-github-actions: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.openshift.com/blog/descheduler-ga-in-openshift-4.7: content_hash: 341dcb99bf8c14187bc677e37f2e383cf1b60ec60043b7b518fa5e1fd823a9c7 description: '' @@ -255778,12 +271462,14 @@ https://www.openshift.com/blog/descheduler-ga-in-openshift-4.7: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/enhanced-openshift-jboss-amq-container-image-for-production: content_hash: af01bfe58548848ed1de95ed4eb25e79aa5e5598a076f2f94833a517e39f4502 health_score: 100.0 last_checked: 1779033480.068193 v1_locations: - docs/monitoring.md + addition_method: manual https://www.openshift.com/blog/enterprise-kubernetes-with-openshift-part-one: content_hash: ddcd8a23b9589a51653e5a21228df9b4f132b15ab5acd23c00b681e598598f7c description: '' @@ -255796,6 +271482,7 @@ https://www.openshift.com/blog/enterprise-kubernetes-with-openshift-part-one: - docs/container-managers.md - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/from-code-to-production-with-gitops: content_hash: 901a3855bc8804e39d7b1e0d1ccb8c79e1f588a85e1905200ef338edac4f849c description: '' @@ -255808,6 +271495,7 @@ https://www.openshift.com/blog/from-code-to-production-with-gitops: - docs/gitops.md - docs/ocp3.md year: N/A + addition_method: manual https://www.openshift.com/blog/from-ops-to-sre-evolution-of-the-openshift-dedicated-team: content_hash: 506d329d169c4d7496da69e1b916caed3eff9b19d60c623e61e5ce887c1037e3 description: '' @@ -255819,6 +271507,7 @@ https://www.openshift.com/blog/from-ops-to-sre-evolution-of-the-openshift-dedica v1_locations: - docs/sre.md year: N/A + addition_method: manual https://www.openshift.com/blog/fully-automated-openshift-deployments-with-vmware-vsphere: content_hash: c370ee14aca1846e1ad1fd22b1468b7b5693c33de66e6de971b64cdad948913e description: '' @@ -255830,6 +271519,7 @@ https://www.openshift.com/blog/fully-automated-openshift-deployments-with-vmware v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/geographically-distributed-stateful-workloads-part-3-keycloak: content_hash: dd4a4b4c8e84a545a3c861cf040a8570fde972e178c09bb238e11c8e30442f82 description: '' @@ -255841,6 +271531,7 @@ https://www.openshift.com/blog/geographically-distributed-stateful-workloads-par v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.openshift.com/blog/getting-started-with-applicationsets: content_hash: 14b83639355e26c9f143c05004db45de0770c0b316e37fb799750235a5b9ed76 description: '' @@ -255852,6 +271543,7 @@ https://www.openshift.com/blog/getting-started-with-applicationsets: v1_locations: - docs/argo.md year: N/A + addition_method: manual https://www.openshift.com/blog/gitops-secret-management: content_hash: c2bebec634d575617dc7fec6179f0fa07fb304c3db92950dec1b1b6a3a482de6 description: '' @@ -255864,6 +271556,7 @@ https://www.openshift.com/blog/gitops-secret-management: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.openshift.com/blog/gitops-using-red-hat-openshift-pipelines-tekton-and-red-hat-advanced-cluster-management: content_hash: 02f85da1f735f398f8ed00434066d6475ca417a937e309b30b24b9c8b7d84e17 description: '' @@ -255876,6 +271569,7 @@ https://www.openshift.com/blog/gitops-using-red-hat-openshift-pipelines-tekton-a v1_locations: - docs/demos.md year: N/A + addition_method: manual ? https://www.openshift.com/blog/gitops-using-red-hat-openshift-pipelines-tekton-and-red-hat-advanced-cluster-management-to-deploy-on-multiple-clusters : content_hash: 70635867331c21b6d4698c1c0e44ac199f2eeaafd589f93a72c44d7e01876fe6 description: '' @@ -255888,6 +271582,7 @@ https://www.openshift.com/blog/gitops-using-red-hat-openshift-pipelines-tekton-a v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.openshift.com/blog/global-load-balancer-for-openshift-clusters-an-operator-based-approach: content_hash: 201056947f1c828f7a770526042658b12740c7479293fac0dd1ffeb755062909 description: '' @@ -255900,6 +271595,7 @@ https://www.openshift.com/blog/global-load-balancer-for-openshift-clusters-an-op v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/grpc-or-http/2-ingress-connectivity-in-openshift: content_hash: d729100f972f4287d722e7384f73ce4736439ce67812090f6d2dfd5c66e93881 description: '' @@ -255911,6 +271607,7 @@ https://www.openshift.com/blog/grpc-or-http/2-ingress-connectivity-in-openshift: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.openshift.com/blog/guide-to-openshift-pipelines-part-1-introducing-openshift-pipelines: content_hash: df9c2112ed047bfec9b02b3d8724b75cd0b95f968c528c19e85629878e89fdca description: '' @@ -255923,6 +271620,7 @@ https://www.openshift.com/blog/guide-to-openshift-pipelines-part-1-introducing-o v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.openshift.com/blog/how-to-configure-ldap-sync-with-cronjobs-in-openshift: content_hash: a1565adb6cddc966791a732eba164fd9d4485a556a4476abfa6d2d73b0afc8a1 description: '' @@ -255934,6 +271632,7 @@ https://www.openshift.com/blog/how-to-configure-ldap-sync-with-cronjobs-in-opens v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/how-to-enable-static-egress-ip-in-ocp: content_hash: 5b14318eb7048cac0f11b0530ef6689be2460bdaf8459bf40897264aa78097c2 description: '' @@ -255945,6 +271644,7 @@ https://www.openshift.com/blog/how-to-enable-static-egress-ip-in-ocp: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/blog/how-to-monitoring-openshift-4.x-with-zabbix-using-prometheus-part-2: content_hash: 4cedf2bb923f6c6334acc8b86523d1fe2665e3ae209423690bdee6c0ab0c00e9 description: '' @@ -255957,6 +271657,7 @@ https://www.openshift.com/blog/how-to-monitoring-openshift-4.x-with-zabbix-using v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.openshift.com/blog/how-to-offer-service-running-on-openshift-on-aws-to-other-aws-vpcs-privately: content_hash: 7b035a43b18fe0158e71dfe4bacfad9ccd87ad64500d14c75824d8d766045682 description: '' @@ -255969,6 +271670,7 @@ https://www.openshift.com/blog/how-to-offer-service-running-on-openshift-on-aws- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/how-to-orchestrate-data-pipelines-with-applications-deployed-on-openshift: content_hash: 048894c65c79517ad5804b730bbb473a47961edd50bf78948e1258ce8447539b description: '' @@ -255981,6 +271683,7 @@ https://www.openshift.com/blog/how-to-orchestrate-data-pipelines-with-applicatio v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.openshift.com/blog/how-to-use-hashicorp-vault-and-argo-cd-for-gitops-on-openshift: content_hash: e48f9a693283f1f9fcb819222986b6fb6581d64991d45800ce0eb557868b1284 description: '' @@ -255992,6 +271695,7 @@ https://www.openshift.com/blog/how-to-use-hashicorp-vault-and-argo-cd-for-gitops v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.openshift.com/blog/ibm-and-red-hat-bring-openshift-to-ibm-z-and-linuxone: content_hash: 2114cd0598a484bb83d9cc2ea70abe62dc4bc5f8fcf3432e654ed30ac84c8fc0 description: '' @@ -256003,6 +271707,7 @@ https://www.openshift.com/blog/ibm-and-red-hat-bring-openshift-to-ibm-z-and-linu v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://www.openshift.com/blog/improved-tooling-and-best-practices-to-help-you-migrate-to-openshift-4: content_hash: 2de448a6a799b7715c336f44c3d214b76303a6263388e9ac0669ca666cd65bbc description: '' @@ -256014,6 +271719,7 @@ https://www.openshift.com/blog/improved-tooling-and-best-practices-to-help-you-m v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/installing-ocp-in-a-mainframe-z-series: content_hash: f09b27120feba6df6e30afff2a7c84df9bf75d4789884c71c696547744a1eda5 description: '' @@ -256025,6 +271731,7 @@ https://www.openshift.com/blog/installing-ocp-in-a-mainframe-z-series: v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://www.openshift.com/blog/introducing-azure-red-hat-openshift-on-openshift-4: content_hash: cfe71fe9f5482f3f20c3f6e867e3cf285011320289bf72f58bd2e9a882b94561 description: '' @@ -256036,6 +271743,7 @@ https://www.openshift.com/blog/introducing-azure-red-hat-openshift-on-openshift- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/introducing-kube-burner-a-tool-to-burn-down-kubernetes-and-openshift: content_hash: 4610431463bf0105737ceb5844bb8898f830b713b80149f43c9e400738a9678d description: '' @@ -256048,12 +271756,14 @@ https://www.openshift.com/blog/introducing-kube-burner-a-tool-to-burn-down-kuber v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.openshift.com/blog/introducing-nginx-and-nginx-plus-routers-for-openshift: content_hash: 046b548ddf1b9ea334e5657f8a5d8f06e0298a09bac7c2d66d8f4dfe6be6e3d9 health_score: 100.0 last_checked: 1779031032.040988 v1_locations: - docs/ocp4.md + addition_method: manual https://www.openshift.com/blog/introducing-openshift-service-mesh-2.0: content_hash: 5f91e8c97fe4789b4e8e00975e86aa280692173e0ba9337d432114f9d81fab5b description: '' @@ -256065,6 +271775,7 @@ https://www.openshift.com/blog/introducing-openshift-service-mesh-2.0: v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.openshift.com/blog/introducing-red-hat-openshift-service-on-aws: content_hash: 43a986d355a15d78f197233b53e6fcce78679ad88f9fd5ffa5e10982ea5dad69 description: '' @@ -256076,6 +271787,7 @@ https://www.openshift.com/blog/introducing-red-hat-openshift-service-on-aws: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/blog/introducing-the-quarkus-helm-chart: content_hash: 31cfde9c1d31e9d8056f74598328ff7e112efa52db4caa9d26f32a470879713c description: '' @@ -256087,6 +271799,7 @@ https://www.openshift.com/blog/introducing-the-quarkus-helm-chart: v1_locations: - docs/helm.md year: N/A + addition_method: manual https://www.openshift.com/blog/introduction-to-kraken-a-chaos-tool-for-openshift/kubernetes: content_hash: 9e70db495a14ef3500a8dc40ce8ed972e4b70affbd0d0312625364d942dcc08e description: '' @@ -256098,6 +271811,7 @@ https://www.openshift.com/blog/introduction-to-kraken-a-chaos-tool-for-openshift v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://www.openshift.com/blog/is-your-operator-air-gap-friendly: content_hash: 04bd8fbb9195f7594f7bf2939be0e37abb637d17b0051439fdce4ea80f2421c7 description: '' @@ -256109,6 +271823,7 @@ https://www.openshift.com/blog/is-your-operator-air-gap-friendly: v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.openshift.com/blog/jenkins-pipelines: content_hash: df8a729b78f268917bf2a858715092f8bf7950200bda029abc669f7d5103d496 description: '' @@ -256120,6 +271835,7 @@ https://www.openshift.com/blog/jenkins-pipelines: v1_locations: - docs/openshift-pipelines.md year: N/A + addition_method: manual ? https://www.openshift.com/blog/k8s-integrity-shield-tech-preview-protecting-the-integrity-of-kubernetes-resources-with-signature : content_hash: 2e900288cf03c4dceb4170d9d729cd16c61517189fef44d34c82d03e011d944c description: '' @@ -256132,6 +271848,7 @@ https://www.openshift.com/blog/jenkins-pipelines: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.openshift.com/blog/keep-your-applications-secure-with-automatic-rebuilds: content_hash: 272749d767d79809c6cd02fd115307889f38955457687bafcdcd6cfb4f7c5a1a description: '' @@ -256144,6 +271861,7 @@ https://www.openshift.com/blog/keep-your-applications-secure-with-automatic-rebu - docs/ocp4.md - docs/registries.md year: N/A + addition_method: manual https://www.openshift.com/blog/kubernetes-1.21-grows-innovative-new-features: content_hash: f57025183b2b9d5e5dc528d4b7f75f07672d17ed06b0a91c02421b650a52c46d description: '' @@ -256155,6 +271873,7 @@ https://www.openshift.com/blog/kubernetes-1.21-grows-innovative-new-features: v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://www.openshift.com/blog/kubernetes-ingress-vs-openshift-route: content_hash: 6ba0ecf393d97cbf0f4a78f42a31355275317adb6d8f358b5dd633242956a429 description: '' @@ -256166,6 +271885,7 @@ https://www.openshift.com/blog/kubernetes-ingress-vs-openshift-route: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/blog/kubernetes-is-removing-docker-support-kubernetes-is-not-removing-docker-support: content_hash: 0a94b94971963699af968b3ab2ca2351f268d4113afe78a305a34e4c62fcd9c7 description: '' @@ -256178,6 +271898,7 @@ https://www.openshift.com/blog/kubernetes-is-removing-docker-support-kubernetes- v1_locations: - docs/kubernetes-releases.md year: N/A + addition_method: manual https://www.openshift.com/blog/leveraging-the-crunchy-postgresql: content_hash: 925eb4cd18a3dc64206273aecc2acb2b2a7c09f03677b57bcb416e9b06f8d7f2 description: '' @@ -256189,6 +271910,7 @@ https://www.openshift.com/blog/leveraging-the-crunchy-postgresql: v1_locations: - docs/crunchydata.md year: N/A + addition_method: manual https://www.openshift.com/blog/metrics-driven-pod-constraints: content_hash: 0a662313b706b0db0a0d9de6e68359f9965638852dabfec409e2fc972ce949f9 description: '' @@ -256200,6 +271922,7 @@ https://www.openshift.com/blog/metrics-driven-pod-constraints: v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://www.openshift.com/blog/metro-area-openshift-stretch-cluster-how-to-survive-an-outage-and-live-to-tell-about-it: content_hash: 69be44ca940de07f3b3c9a4407897b0aeb82adf6d463a1a864c66c88f0dbce3c description: '' @@ -256211,6 +271934,7 @@ https://www.openshift.com/blog/metro-area-openshift-stretch-cluster-how-to-survi v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://www.openshift.com/blog/modern-application-development-with-kong-konnect-enterprise-and-red-hat-openshift: content_hash: 88e397d3690e9afccdcbcf484199bdc1c2816b423b01d50a3fa0622e61bcac3c description: '' @@ -256223,6 +271947,7 @@ https://www.openshift.com/blog/modern-application-development-with-kong-konnect- v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.openshift.com/blog/monitoring-infrastructure-openshift-4.x-using-zabbix-operator: content_hash: 7b797b937e6db80a3393bded93ae24731ab99fd7708b19461509928c81ccf6f0 description: '' @@ -256234,6 +271959,7 @@ https://www.openshift.com/blog/monitoring-infrastructure-openshift-4.x-using-zab v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.openshift.com/blog/monitoring-services-like-an-sre-in-openshift-servicemesh: content_hash: a62456311a164aa37fe37dce86cf29a60ef33257d98c1111f65d0fb6f0560b67 description: '' @@ -256245,6 +271971,7 @@ https://www.openshift.com/blog/monitoring-services-like-an-sre-in-openshift-serv v1_locations: - docs/demos.md year: N/A + addition_method: manual ? https://www.openshift.com/blog/monitoring-services-like-an-sre-in-openshift-servicemesh-part-2-collecting-standard-metrics-3 : content_hash: 2c10c48b25c03feed384245ab2d9a64cf505172a4adfabed509a0d2a1f4409a2 description: '' @@ -256257,6 +271984,7 @@ https://www.openshift.com/blog/monitoring-services-like-an-sre-in-openshift-serv v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.openshift.com/blog/nested-openshift-using-openshift-virtualization: content_hash: 311de8c3f50f666513801fc86231ae30b6d1ea36d321199df0f954a97ad5fe5c description: '' @@ -256268,6 +271996,7 @@ https://www.openshift.com/blog/nested-openshift-using-openshift-virtualization: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/network-policies-controlling-cross-project-communication-on-openshift: content_hash: 6da324dcde9d8125e6661db743d26ba25ae5cbbe794f1ae86b9f069f91aca4f3 description: '' @@ -256280,6 +272009,7 @@ https://www.openshift.com/blog/network-policies-controlling-cross-project-commun v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.openshift.com/blog/networkpolicies-and-microsegmentation: content_hash: 0db7c2a94fce7a1df4c723bdd14bf0092555255dc990d68ec4c0961fa09ababb description: '' @@ -256291,6 +272021,7 @@ https://www.openshift.com/blog/networkpolicies-and-microsegmentation: v1_locations: - docs/openshift.md year: N/A + addition_method: manual ? https://www.openshift.com/blog/ocp-disaster-recovery-part-3-recovering-an-openshift-4-ipi-cluster-with-the-loss-of-two-master-nodes : content_hash: b4552fe8e6725393e8e877fe4c44c1fea547c18b876906ed3fa32bf3bab8ee55 description: '' @@ -256303,6 +272034,7 @@ https://www.openshift.com/blog/networkpolicies-and-microsegmentation: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-4-image-builds: content_hash: d03f73ff596318210ff4c34fb2fadadbef6382904312f0ff8070e287133b75ef description: '' @@ -256314,6 +272046,7 @@ https://www.openshift.com/blog/openshift-4-image-builds: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-4.5-node-improvements: content_hash: 5090e6279fafe37a48bb898df7b0e4e31bd0fe9a6b26f7ec92f8791332c0c9d1 description: '' @@ -256325,6 +272058,7 @@ https://www.openshift.com/blog/openshift-4.5-node-improvements: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-and-network-security-zones-coexistence-approaches: content_hash: 9f161c0cbefe6c6cdae67be6897b6f6a98849f689a2e8cd0e1064d13ed53bce6 description: '' @@ -256336,6 +272070,7 @@ https://www.openshift.com/blog/openshift-and-network-security-zones-coexistence- v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-architectures-for-the-edge-with-openshift-4.6: content_hash: 3095088cd6c2065a3bd6bd69067ff7cb70b47bc8cd4b0dc1f279e6e319b7d752 description: '' @@ -256347,6 +272082,7 @@ https://www.openshift.com/blog/openshift-architectures-for-the-edge-with-openshi v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-authentication-integration-with-argocd: content_hash: e3cd8b0cf801676c7c037b83a373e698c4054914d849b7242e1f298dd3d2d50f description: '' @@ -256358,12 +272094,14 @@ https://www.openshift.com/blog/openshift-authentication-integration-with-argocd: v1_locations: - docs/argo.md year: N/A + addition_method: manual ? https://www.openshift.com/blog/openshift-commons-briefing-k8gb-kubernetes-global-balancer-with-yuri-tsarev-absa-and-paul-morie-red-hat : content_hash: b4bc1fd934f2c7e9dd07f01911aee03310b41d340548801cc08a0fae57a08f94 health_score: 100.0 last_checked: 1779033140.973721 v1_locations: - docs/kubernetes-networking.md + addition_method: manual https://www.openshift.com/blog/openshift-databases-and-you-when-to-put-containerized-database-workloads-on-openshift: content_hash: 2b8807cbc40eb4f0cc73eb9075eb5b0157117bc9444bea8e5913032da0b7c3f5 description: '' @@ -256376,6 +272114,7 @@ https://www.openshift.com/blog/openshift-databases-and-you-when-to-put-container v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-end-to-end-cluster-customization: content_hash: 2432c7a76162f80deeb17aa43c397342e5146aa980cb09761e78ed6754989bde description: '' @@ -256388,6 +272127,7 @@ https://www.openshift.com/blog/openshift-end-to-end-cluster-customization: - docs/devops.md - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-end-to-end-core-services: content_hash: 4d4c85b81c9458efb5d91e59f6812da5244ac63385f806ca5d76513660436fe5 description: '' @@ -256399,6 +272139,7 @@ https://www.openshift.com/blog/openshift-end-to-end-core-services: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-end-to-end-plan-and-deploy: content_hash: f77047f1f8303f7f2d28d2c391bacdab1622f5236d1b526e1535bbd99c9910bb description: '' @@ -256410,6 +272151,7 @@ https://www.openshift.com/blog/openshift-end-to-end-plan-and-deploy: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-on-arm-developer-preview-now-available-for-aws: content_hash: 1817e556c8d3d752e82f5c3e72ebbed8392558aa140099a39b07e82ff4ca09a8 description: '' @@ -256421,6 +272163,7 @@ https://www.openshift.com/blog/openshift-on-arm-developer-preview-now-available- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual ? https://www.openshift.com/blog/openshift-pipelines-advanced-triggers-part-1-triggering-different-project-builds-in-the-same-repository : content_hash: f7339e122ffe0d6338cb355743e17810d2d7e52b106f93ed79061eddf32f7744 description: '' @@ -256433,6 +272176,7 @@ https://www.openshift.com/blog/openshift-on-arm-developer-preview-now-available- v1_locations: - docs/openshift-pipelines.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-pipelines-and-openshift-gitops-are-now-generally-available: content_hash: d2456cb8028fcaae9fe1d967615a516f9bb50972c7a8d1d13d4287923527d9f0 description: '' @@ -256445,6 +272189,7 @@ https://www.openshift.com/blog/openshift-pipelines-and-openshift-gitops-are-now- v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-pipelines-jenkins-blue-ocean: content_hash: 2ee94915417fd0722a571f8be103630d1d8055c294a3438c62eefb2431eb21e5 description: '' @@ -256457,6 +272202,7 @@ https://www.openshift.com/blog/openshift-pipelines-jenkins-blue-ocean: - docs/demos.md - docs/openshift-pipelines.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-security-best-practices-for-kubernetes-cluster-design: content_hash: 372317bd69386f3430e9bc940564f83547b224e66b8969abce36dcda6d50c39a description: '' @@ -256469,6 +272215,7 @@ https://www.openshift.com/blog/openshift-security-best-practices-for-kubernetes- v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/openshift-upi-using-static-ips: content_hash: ece0bb26b37b9b65fa7838a36e6ed1b0487a81c31cc41dbb24471ddc85dc561c description: '' @@ -256480,6 +272227,7 @@ https://www.openshift.com/blog/openshift-upi-using-static-ips: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/operator-based-calico-cni-plug-in-is-supported-on-openshift-4: content_hash: c08fbc619d8218d617d6d695662c70bbeca47af717b17f045376171a0333074c description: '' @@ -256491,6 +272239,7 @@ https://www.openshift.com/blog/operator-based-calico-cni-plug-in-is-supported-on v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/our-favorite-things-from-gitops-con-at-kubecon-eu: content_hash: 2c15efdc952f5c052e9ddbc82c04a120c32e436c6917f713de423d476c8e73b1 description: '' @@ -256502,6 +272251,7 @@ https://www.openshift.com/blog/our-favorite-things-from-gitops-con-at-kubecon-eu v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.openshift.com/blog/promoting-container-images-between-registries-with-skopeo: content_hash: 75cb215c3aa583c32e7ce70b612236c8a8176a3f6d07a0de311668d2c44f755e description: '' @@ -256513,6 +272263,7 @@ https://www.openshift.com/blog/promoting-container-images-between-registries-wit v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.openshift.com/blog/recap-okd-4-testing-and-deployment-workshop-videos-and-additional-resources: content_hash: fee35acf155a01819d5a45c9348fc915f33c50e3c99b4e0d3769986b8a085e20 health_score: 100.0 @@ -256520,6 +272271,7 @@ https://www.openshift.com/blog/recap-okd-4-testing-and-deployment-workshop-video status: online v1_locations: - docs/demos.md + addition_method: manual https://www.openshift.com/blog/red-hat-openshift-4.7-is-now-available: content_hash: c6f3e1d2627fac2fe7df8d06c0923560a160dba1d0806207f304559d06413c6d description: '' @@ -256531,6 +272283,7 @@ https://www.openshift.com/blog/red-hat-openshift-4.7-is-now-available: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/red-hat-openshift-installation-process-experiences-on-ibm-z-linuxone: content_hash: 2ef532ba6a277b749d82fc22dbe84087fd2c77a64a9fcc4d45567998ec827b59 description: '' @@ -256542,6 +272295,7 @@ https://www.openshift.com/blog/red-hat-openshift-installation-process-experience v1_locations: - docs/ibm_cloud.md year: N/A + addition_method: manual https://www.openshift.com/blog/signing-and-verifying-container-images: content_hash: 555ce390b7f66dca0733e5d16c357cf75887a2ad75b41b52012977b3bc288f74 description: '' @@ -256553,6 +272307,7 @@ https://www.openshift.com/blog/signing-and-verifying-container-images: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.openshift.com/blog/simple-canary-deployments-using-kubernetes-statefulsets-on-openshift: content_hash: f20214c43b49abda059e660f8343e6da1982b27ef186d5f4a321e419a810e6bc description: '' @@ -256565,6 +272320,7 @@ https://www.openshift.com/blog/simple-canary-deployments-using-kubernetes-statef v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.openshift.com/blog/sizing-applications-in-kubernetes: content_hash: 2c70c5a4d6f5b349f837d27ee0cccb57c261335c79908fbae1d10c2fd4a5e044 description: '' @@ -256576,6 +272332,7 @@ https://www.openshift.com/blog/sizing-applications-in-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.openshift.com/blog/sso-integration-for-the-openshift-gitops-operator: content_hash: 85cf96e8e2342a7525b61b52fdff207f5619df5a2842328d82c175f31c5a03be description: '' @@ -256587,6 +272344,7 @@ https://www.openshift.com/blog/sso-integration-for-the-openshift-gitops-operator v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.openshift.com/blog/state-of-openshift-container-storage-eran-tamir-and-duncan-hardie-red-hat: content_hash: d7673e3bb4f9faca9b7de6e260bd38ca4b8c63464d0fb8f4f8bd975e5154e7bb description: '' @@ -256599,6 +272357,7 @@ https://www.openshift.com/blog/state-of-openshift-container-storage-eran-tamir-a - docs/kubernetes-storage.md - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/stateful-workloads-and-the-two-data-center-conundrum: content_hash: 8d2d682cec3235b0bdfa9b6b7c4e38cae8f03e7557c8c3cb82b72d897a2a303d description: '' @@ -256610,6 +272369,7 @@ https://www.openshift.com/blog/stateful-workloads-and-the-two-data-center-conund v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://www.openshift.com/blog/strategies-for-moving-.net-workloads-to-openshift-container-platform: content_hash: 6c6b86fd4af57a8e8b103df6ada22e3705f0100770c5ce29ef579c0b70784a76 description: '' @@ -256622,6 +272382,7 @@ https://www.openshift.com/blog/strategies-for-moving-.net-workloads-to-openshift v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/the-hidden-dangers-of-terminating-namespaces: content_hash: bee95f98ae9b2aadd267586725c45cfb9a9005300b7ae3fa614939f815e965f1 description: '' @@ -256633,6 +272394,7 @@ https://www.openshift.com/blog/the-hidden-dangers-of-terminating-namespaces: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.openshift.com/blog/topology-aware-scheduling-in-kubernetes-part-1-the-high-level-business-case: content_hash: 9526dd8349b8dcddcd78147cb36d2bd7fc37cbc5ad6dca5eef936de41be98884 description: '' @@ -256645,6 +272407,7 @@ https://www.openshift.com/blog/topology-aware-scheduling-in-kubernetes-part-1-th v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.openshift.com/blog/topology-awareness-in-kubernetes-part-2-dont-we-already-have-a-topology-manager: content_hash: 3573a50ff3b720f56e50a0ee6745dc542dd003a093d0ce71f0ba82bf295d5845 description: '' @@ -256656,6 +272419,7 @@ https://www.openshift.com/blog/topology-awareness-in-kubernetes-part-2-dont-we-a v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.openshift.com/blog/using-openshift-pipelines-to-automate-red-hat-advanced-cluster-security-for-kubernetes: content_hash: 9340ad4a40a75d285ea388d02da83f0c2a2853d1ea989303a6f0da3b32eddb1c description: '' @@ -256668,6 +272432,7 @@ https://www.openshift.com/blog/using-openshift-pipelines-to-automate-red-hat-adv v1_locations: - docs/openshift-pipelines.md year: N/A + addition_method: manual ? https://www.openshift.com/blog/using-vpc-peering-to-connect-an-openshift-service-on-an-aws-rosa-cluster-to-an-amazon-rds-mysql-database-in-a-different-vpc : content_hash: 9c7d330168ea65643ba110589e033c2d478a280f2a9cc3024294f25f69ea80e2 description: '' @@ -256680,6 +272445,7 @@ https://www.openshift.com/blog/using-openshift-pipelines-to-automate-red-hat-adv v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/visual-web-terminal-a-turbocharged-command-line-for-kubernetes-and-openshift: content_hash: 934fcecb0dfc246f50828a41edf9e4320da7cbe8137bff41430b0cb955376e5c description: '' @@ -256692,6 +272458,7 @@ https://www.openshift.com/blog/visual-web-terminal-a-turbocharged-command-line-f v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://www.openshift.com/blog/why-and-when-you-need-to-consider-openshift-serverless: content_hash: 9b150c5d85e07fc0130098f83a95129c5cdb8458f29177bd6fa5eaded7981e18 description: '' @@ -256703,6 +272470,7 @@ https://www.openshift.com/blog/why-and-when-you-need-to-consider-openshift-serve v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://www.openshift.com/blog/workload-support-for-red-hat-openshift-matures-across-the-industry: content_hash: 86213dee3335e4c15312fecd9917decc2d03788e27997e9321a93b03158f0c0c description: '' @@ -256715,6 +272483,7 @@ https://www.openshift.com/blog/workload-support-for-red-hat-openshift-matures-ac v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/blog/writing-customized-reports-using-metering-operator: content_hash: d1d47b04a4658d4753fd1553d78e684997447a318f3224cec62168d4083df968 description: '' @@ -256726,6 +272495,7 @@ https://www.openshift.com/blog/writing-customized-reports-using-metering-operato v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.openshift.com/devops-with-openshift: content_hash: 3081c1fe08a7dfade84cec32c3e37c447fac4b6c4062a0fe0e9e4d932558eb22 description: '' @@ -256736,6 +272506,7 @@ https://www.openshift.com/devops-with-openshift: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/for-developers: content_hash: dd5d47c8abc7b4050fd52064c5f2fc7a8a26ff3461e1ba68561e8a4c6a05a58e description: '' @@ -256746,6 +272517,7 @@ https://www.openshift.com/for-developers: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/learn/topics/gitops: content_hash: e44dc36e333b176473136ac5ee9b492a09cc920f4bdc77f39b1dd6e9c63ea30d description: '' @@ -256757,6 +272529,7 @@ https://www.openshift.com/learn/topics/gitops: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.openshift.com/learn/topics/operators: content_hash: 57635abb8bd884b4fa7cdb8001bbc89bb3f6fecb8b9469bbf97deeafc1e10b6d description: '' @@ -256768,6 +272541,7 @@ https://www.openshift.com/learn/topics/operators: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/learn/topics/pipelines: content_hash: 0ae24e874bccb6e6a54f3c826d3ec61e4fb4a0666ea5f015f1031ebaefd42a29 description: '' @@ -256779,6 +272553,7 @@ https://www.openshift.com/learn/topics/pipelines: v1_locations: - docs/tekton.md year: N/A + addition_method: manual https://www.openshift.com/learn/topics/serverless: content_hash: f5a4e64da2dd2fc9d00d399aa0a830db8046f0ae3a5e9296f9f21eb54d9ca0ad description: '' @@ -256791,6 +272566,7 @@ https://www.openshift.com/learn/topics/serverless: - docs/ocp4.md - docs/serverless.md year: N/A + addition_method: manual https://www.openshift.com/products/amazon-openshift/faq: content_hash: 1fa491ba2ff1ca75e134bbb9950c9a3bd814a897215f7d63e1b24e4fd12d55a0 description: '' @@ -256802,6 +272578,7 @@ https://www.openshift.com/products/amazon-openshift/faq: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/products/azure-openshift: content_hash: 5597c91ac146a5534036646e8763c802581ed0c1b4d707d4b9a278ba6800abb1 description: '' @@ -256813,6 +272590,7 @@ https://www.openshift.com/products/azure-openshift: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/products/container-storage: content_hash: 8b6ab2b3f82018ff939617c580d840b14244594de646b661dd86bf6ffe03d0bf description: '' @@ -256824,6 +272602,7 @@ https://www.openshift.com/products/container-storage: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/products/dedicated: content_hash: 5ee3b6e8b20348bc11296664ef0683d9abd29a36c0475b78252821dbd9f2fdb3 description: '' @@ -256835,6 +272614,7 @@ https://www.openshift.com/products/dedicated: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/products/online: content_hash: 6e0200d0b18c6244f741adf057afcffe282367ad85374596f9b52f24f184cdc2 description: '' @@ -256846,6 +272626,7 @@ https://www.openshift.com/products/online: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.openshift.com/products/platform-plus: content_hash: 1fda2cc748676e1956e360287943dcaf4a7b231c398714ae28f4ff9a78fff2c1 description: '' @@ -256857,6 +272638,7 @@ https://www.openshift.com/products/platform-plus: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.openshift.com/products/pricing: content_hash: b98ed1981f7a6681d9721ecd628a881846d748df16eb39a27d4712299f6d5706 description: '' @@ -256868,6 +272650,7 @@ https://www.openshift.com/products/pricing: v1_locations: - docs/public-cloud-solutions.md year: N/A + addition_method: manual https://www.openshift.com/products/quay: content_hash: 27b475eb5311bb6cc14594de31047b6ed11318fbcb574bf79993881be5aaf20c description: '' @@ -256880,6 +272663,7 @@ https://www.openshift.com/products/quay: - docs/ocp4.md - docs/registries.md year: N/A + addition_method: manual https://www.opensourceforu.com/2021/12/kubernetes-adoption-widespread-for-big-data-survey/?amp: ai_summary: 'Curator Insight: Survey results discussing the widespread adoption of Kubernetes scheduling for big data workloads. @@ -256910,6 +272694,7 @@ https://www.opensourceforu.com/2021/12/kubernetes-adoption-widespread-for-big-da v2_locations: - kubernetes-bigdata.md year: N/A + addition_method: manual https://www.opensourceforu.com/2023/10/embracing-progressive-delivery-in-kubernetes-with-gitops: content_hash: 086d36d6caf2a8935dbfa5d7e707f41473346952680e704b57e3b8204aa82f96 description: '' @@ -256926,6 +272711,7 @@ https://www.opensourceforu.com/2023/10/embracing-progressive-delivery-in-kuberne v2_locations: - gitops.md year: N/A + addition_method: manual https://www.opensourcerers.org/2021/02/01/how-to-go-from-docker-to-kubernetes-the-right-way: content_hash: 5701059009e043d77f50aa2edfcd92a95d1ce277f83ee6d156f6f142ac99d47f description: '' @@ -256941,6 +272727,7 @@ https://www.opensourcerers.org/2021/02/01/how-to-go-from-docker-to-kubernetes-th v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.opsmx.com/blog/blue-green-deployment: ai_summary: Explains the fundamental architecture of Blue-Green deployment models, evaluating how this strategy minimizes downtime and mitigates risks during production @@ -256969,6 +272756,7 @@ https://www.opsmx.com/blog/blue-green-deployment: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.opsmx.com/blog/deploy-spinnaker-cd-pipelines-in-kubernetes: content_hash: f16dbdf8edd939d8705f4c2cab14139e6aa1b7bfc37211c21374b695038d4cdb description: '' @@ -256985,6 +272773,7 @@ https://www.opsmx.com/blog/deploy-spinnaker-cd-pipelines-in-kubernetes: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.opsmx.com/blog/what-is-a-ci-cd-pipeline: ai_summary: 'Curator Insight: Breaks down the structural steps required to transition code from git to cloud environments. Live Grounding: Outlines specific components @@ -257013,6 +272802,7 @@ https://www.opsmx.com/blog/what-is-a-ci-cd-pipeline: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.opsmx.com/blog/what-is-chaos-engineering: content_hash: 445ce7bcf8be29b610f766e511b09e54dbd4a39a38531c54f7d02449355f9569 description: '' @@ -257029,6 +272819,7 @@ https://www.opsmx.com/blog/what-is-chaos-engineering: v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://www.opsview.com/product/system-monitoring/application/jenkins-monitoring: content_hash: 72d77629101b71609f6ba2cb7b125994af72b1ea8b8e21f0f097b193199af094 description: '' @@ -257040,6 +272831,7 @@ https://www.opsview.com/product/system-monitoring/application/jenkins-monitoring v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.optisolbusiness.com/insight/8-core-components-of-microservice-architecture: content_hash: 6ac141c033485bbaf7226bd95b3726e147829eeabeffd7f8b53537379bbfb526 description: '' @@ -257055,6 +272847,7 @@ https://www.optisolbusiness.com/insight/8-core-components-of-microservice-archit v2_locations: - introduction.md year: N/A + addition_method: manual https://www.optisolbusiness.com/insight/implementing-microservices-architecture-in-aks: ai_summary: Introduction to shifting monolithic platforms to decentralized microservices topologies within AKS. Highlights container separation, database patterns, API @@ -257082,6 +272875,7 @@ https://www.optisolbusiness.com/insight/implementing-microservices-architecture- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.oracle.com/cloud/cloud-native/kubernetes-engine: content_hash: a594d9f85d0661a7b29ac0d9edbb49244bc80342fdd9dab288523a16f714ce93 health_score: 100.0 @@ -257089,18 +272883,21 @@ https://www.oracle.com/cloud/cloud-native/kubernetes-engine: needs_ai_refresh: true v1_locations: - docs/matrix-table.md + addition_method: manual https://www.oracle.com/cloud/compute/container-engine-kubernetes.html: content_hash: b5a8d26567c4a853369c0650012ddf196618c414c8472dca5dc5880d937526f1 health_score: 100.0 last_checked: 1779029590.554753 v1_locations: - docs/matrix-table.md + addition_method: manual https://www.oracle.com/java/technologies/java-ee-glance.html: content_hash: cd76abe66528b4206afcf1cdebe12cd17d4f3bcc0dcfebab0d6e7194cd673225 health_score: 100.0 last_checked: 1779032833.042674 v1_locations: - docs/java_frameworks.md + addition_method: manual https://www.oracle.com/java/technologies/java-se-glance.html: content_hash: d4ae73f8cfb063166b003ad0db2cf5dae90e8cbde55a0cc204e4744dc83bfd07 health_score: 100.0 @@ -257113,6 +272910,7 @@ https://www.oracle.com/java/technologies/java-se-glance.html: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://www.oracle.com/java/technologies/javase/javamanagement.html: content_hash: 1b70ca05884f2f4ea505e82d66d35bf733801e866617f5f3583d36275a722c34 health_score: 100.0 @@ -257120,6 +272918,7 @@ https://www.oracle.com/java/technologies/javase/javamanagement.html: needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://www.oracle.com/technetwork/java/javase/overview/index.html: content_hash: 11d4e5747140695f67e3b734f6ee864a92d113c2225647f371882ec0a89db96a description: '' @@ -257131,6 +272930,7 @@ https://www.oracle.com/technetwork/java/javase/overview/index.html: v1_locations: - docs/java_frameworks.md year: N/A + addition_method: manual https://www.oraclejavamagazine-digital.com/javamagazine_twitter/20151112?pg=43: content_hash: N/A health_score: 100.0 @@ -257141,6 +272941,7 @@ https://www.oraclejavamagazine-digital.com/javamagazine_twitter/20151112?pg=43: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.orchest.io: content_hash: f9bfd3e7f7fc1d830bc04786be45a9fe28af69200690ac144b8c663386a278e8 description: '' @@ -257152,6 +272953,7 @@ https://www.orchest.io: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.oreilly.com/learning/pivot-tables: content_hash: 4a8e8a455bb8e315313d2db8af4232b9d8e6c73b34ce3874e1d7eaa07975659c description: '' @@ -257167,6 +272969,7 @@ https://www.oreilly.com/learning/pivot-tables: v2_locations: - python.md year: N/A + addition_method: manual https://www.oreilly.com/radar/the-world-beyond-batch-streaming-101: content_hash: 8ddeb4ae8946c19b6906cd24bebad60c3f16bad0ba78f09987e8322e0cd76bd4 health_score: 100.0 @@ -257174,6 +272977,7 @@ https://www.oreilly.com/radar/the-world-beyond-batch-streaming-101: v1_locations: - docs/message-queue.md - docs/other-awesome-lists.md + addition_method: manual https://www.oscarblancarteblog.com/2018/06/25/creando-un-api-rest-en-java-parte-1: content_hash: N/A description: '' @@ -257189,6 +272993,7 @@ https://www.oscarblancarteblog.com/2018/06/25/creando-un-api-rest-en-java-parte- v2_locations: - api.md year: N/A + addition_method: manual https://www.osohq.com/post/microservices-authorization-patterns: ai_summary: A deep architectural deep-dive analyzing patterns for deploying authorization policies in distributed systems. Evaluates centralized vs decentralized policy @@ -257218,6 +273023,7 @@ https://www.osohq.com/post/microservices-authorization-patterns: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.overops.com/blog/strangler-pattern-how-to-keep-sane-with-legacy-monolith-applications: content_hash: 25b6cb0a3d732fe9d2d839c83b66da321dc577555d1eb57aa0d46a99ff77c486 description: '' @@ -257230,6 +273036,7 @@ https://www.overops.com/blog/strangler-pattern-how-to-keep-sane-with-legacy-mono v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.ovh.com/blog/getting-external-traffic-into-kubernetes-clusterip-nodeport-loadbalancer-and-ingress: content_hash: ab75354d83549b2e7c97ac01a784b2967be8a3f84d8bb2c16a339b28e7b25ad5 description: '' @@ -257242,6 +273049,7 @@ https://www.ovh.com/blog/getting-external-traffic-into-kubernetes-clusterip-node v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.p3r.one/delete-terminating-namespace: content_hash: N/A description: '' @@ -257256,6 +273064,7 @@ https://www.p3r.one/delete-terminating-namespace: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.packer.io/docs/index.html: content_hash: 636fccf54020c486b56e93562c17b639c0053e63b6338782dd33e04842a4ca7e description: '' @@ -257267,6 +273076,7 @@ https://www.packer.io/docs/index.html: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.packet.com/resources/guides/kubernetes-cluster-autoscaler-on-packet: content_hash: N/A description: '' @@ -257281,6 +273091,7 @@ https://www.packet.com/resources/guides/kubernetes-cluster-autoscaler-on-packet: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.packetcoders.io/the-beginners-guide-to-the-ansible-inventory: content_hash: 3d6f76be689de64f386937aea2b541a9a9a7a1130f5d6c7b0b084bfa26534a01 description: '' @@ -257301,6 +273112,7 @@ https://www.packetcoders.io/the-beginners-guide-to-the-ansible-inventory: - iac.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.packetswitch.co.uk/terraform-is-good-but-i-like-pulumi: content_hash: e07a94eded85ddfc4745ff4bd3cd09434b80ba8021cae78be9dc17a880165c8e description: '' @@ -257317,6 +273129,7 @@ https://www.packetswitch.co.uk/terraform-is-good-but-i-like-pulumi: v2_locations: - pulumi.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/efs-provisioner-kubernetes: content_hash: 8f481794f56a687f509260d6aeaec3cbd2674a1d56704c441762b40f8c3c8166 description: '' @@ -257328,6 +273141,7 @@ https://www.padok.fr/en/blog/efs-provisioner-kubernetes: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/finops-cloud: content_hash: f4b3665f005183e1b02d3801f75ca718a5441daaa85ddb1fd3ff501829c0f9ac description: '' @@ -257339,6 +273153,7 @@ https://www.padok.fr/en/blog/finops-cloud: v1_locations: - docs/finops.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/kubeadm-kubernetes-cluster: ai_summary: An architectural walk-through showing how to configure a multi-node bare-metal Kubernetes cluster from scratch using kubeadm. Highlights operational @@ -257366,6 +273181,7 @@ https://www.padok.fr/en/blog/kubeadm-kubernetes-cluster: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/kubectl-plugins: content_hash: 2cbe8fdde3ed41c856d09ba9ccf708b060d4505331c707c93f28483e6b52717c description: '' @@ -257377,6 +273193,7 @@ https://www.padok.fr/en/blog/kubectl-plugins: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/kubernetes-architecture-clusters: content_hash: d5ca82143fe06ce71bbd743dc473b4d1a4adfdcdd606e3282917e33df18db35f description: '' @@ -257389,6 +273206,7 @@ https://www.padok.fr/en/blog/kubernetes-architecture-clusters: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/kubernetes-productivity-tips: content_hash: fb3cc6d0f4ae96907940fb40cd0e1c1baa76c360ab25cf070ed17988cef8363b description: '' @@ -257400,6 +273218,7 @@ https://www.padok.fr/en/blog/kubernetes-productivity-tips: v1_locations: - docs/kubectl-commands.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/kubernetes-secrets: content_hash: 321bf7dc72761938ff09274d46999376f5442bfbd320969df46d9a03ab79ac38 description: '' @@ -257416,6 +273235,7 @@ https://www.padok.fr/en/blog/kubernetes-secrets: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/minikube-kubeadm-kind-k3s: content_hash: e3850711a6ebfe201974b43bd41d203d9d23d1bb020220e8af16b0193d0713b2 description: '' @@ -257427,6 +273247,7 @@ https://www.padok.fr/en/blog/minikube-kubeadm-kind-k3s: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://www.padok.fr/en/blog/templating-openshift-helm-templates: content_hash: 7f637c4c269904ec61cd9bee5e3abedf822d8a9f0b636a55c5b0afc980c2ab54 description: '' @@ -257439,6 +273260,7 @@ https://www.padok.fr/en/blog/templating-openshift-helm-templates: v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://www.paepper.com/blog/posts/how-to-properly-manage-ssh-keys-for-server-access: ai_summary: 'A clear architectural overview detailing best practices for generating, rotating, and managing SSH keys. Discusses ED25519 vs RSA, key expiration policies, @@ -257470,6 +273292,7 @@ https://www.paepper.com/blog/posts/how-to-properly-manage-ssh-keys-for-server-ac v2_locations: - linux.md year: N/A + addition_method: manual https://www.pakdailytimes.com/2022/12/tcp-packets-traffic-visualization-for.html: content_hash: N/A description: '' @@ -257485,6 +273308,7 @@ https://www.pakdailytimes.com/2022/12/tcp-packets-traffic-visualization-for.html v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.paloaltonetworks.com/blog/2020/10/cloud-iam-misconfiguration-risks: content_hash: 7f0027e6e01cbd26838254da847706c7df81a2ee944474ef7bd893463b72dfe3 health_score: 100.0 @@ -257496,6 +273320,7 @@ https://www.paloaltonetworks.com/blog/2020/10/cloud-iam-misconfiguration-risks: - docs/devsecops.md v2_locations: - devsecops.md + addition_method: manual https://www.paloaltonetworks.com/prisma/cloud: ai_summary: Palo Alto's comprehensive Cloud Native Security Platform (formerly Twistlock), combining CSPM, CWPP, and CI/CD security validation. Integrates vulnerability @@ -257519,6 +273344,7 @@ https://www.paloaltonetworks.com/prisma/cloud: v2_locations: - devsecops.md year: '2026' + addition_method: manual https://www.papertrail.com/blog/quick-and-easy-way-to-implement-kubernetes-logging: ai_summary: Provides an entry-level walkthrough on configuring Kubernetes container logging to stream directly to SolarWinds Papertrail. Ideal for small-scale projects @@ -257547,6 +273373,7 @@ https://www.papertrail.com/blog/quick-and-easy-way-to-implement-kubernetes-loggi v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.paradigm.net.co: content_hash: b2edd80c26790a28be9101b1ef1446a7383ded0d0f8bab7e7f783df95dc944d7 description: '' @@ -257563,6 +273390,7 @@ https://www.paradigm.net.co: v2_locations: - dotnet.md year: N/A + addition_method: manual https://www.paralus.io: ai_summary: 'Curator Insight: Open-source access management tool providing centralized RBAC controls for multi-cluster environments. Live Grounding: Integrates seamlessly @@ -257591,6 +273419,7 @@ https://www.paralus.io: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.patreon.com/climagic: content_hash: N/A description: '' @@ -257605,6 +273434,7 @@ https://www.patreon.com/climagic: v2_locations: - linux.md year: N/A + addition_method: manual https://www.patrickkoch.dev/posts/post_31: content_hash: f5545a7e0fd0d38c5d7c4c1812bca3f9793b7217177856e8b8785374fe4e43f6 description: '' @@ -257622,6 +273452,7 @@ https://www.patrickkoch.dev/posts/post_31: v2_locations: - demos.md year: N/A + addition_method: manual https://www.payara.fish: content_hash: 87322dcd1559ab59f1ea33673831be47e1d78714c6e3e03eb9f66248778d30f7 description: '' @@ -257634,6 +273465,7 @@ https://www.payara.fish: - docs/java_app_servers.md - docs/java_frameworks.md year: N/A + addition_method: manual https://www.paystream.co.uk/helphub/umbrella/getting-started/what-is-an-umbrella-company: ai_summary: Explanatory guide detailing the operation, tax withholding, statutory benefits, and compliance duties of UK-based umbrella payroll companies for contractors. @@ -257654,6 +273486,7 @@ https://www.paystream.co.uk/helphub/umbrella/getting-started/what-is-an-umbrella v2_locations: - freelancing.md year: '2021' + addition_method: manual https://www.paystream.co.uk/umbrella/what-is-an-umbrella-company: content_hash: ec9bbf5f36cfde6f33cf0f81fd07de3a91ef1acb60c985b9301ce1a6c107c4da description: '' @@ -257665,6 +273498,7 @@ https://www.paystream.co.uk/umbrella/what-is-an-umbrella-company: v1_locations: - docs/freelancing.md year: N/A + addition_method: manual https://www.peerspot.com/categories/application-performance-monitoring-apm-and-observability: content_hash: dee92bbbc005d1da3795a49eb09b31b2a67a6bba895356b3bb7305184f94d174 health_score: 100.0 @@ -257672,6 +273506,7 @@ https://www.peerspot.com/categories/application-performance-monitoring-apm-and-o needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://www.peerspot.com/categories/java-frameworks: content_hash: c68bab69750c3dd8692336365b87d787a8a62b36e84a978b3f315be9cb216da3 health_score: 100.0 @@ -257684,6 +273519,7 @@ https://www.peerspot.com/categories/java-frameworks: - docs/java_frameworks.md v2_locations: - java_frameworks.md + addition_method: manual https://www.pement.org/awk/awk1line.txt: ai_summary: A classic, time-tested collection of concise AWK scripts designed for system administration and text munging. This repository of snippets serves as @@ -257712,6 +273548,7 @@ https://www.pement.org/awk/awk1line.txt: v2_locations: - linux.md year: '2003' + addition_method: manual https://www.pement.org/sed/sed1line.txt: ai_summary: A legendary, high-density reference sheet compiling over 100 functional sed one-liners. Highly valuable for rapid text formatting, substitution, and line @@ -257740,6 +273577,7 @@ https://www.pement.org/sed/sed1line.txt: v2_locations: - linux.md year: '2005' + addition_method: manual https://www.peopleperhour.com: ai_summary: UK-based platform focusing on micro-jobs and freelance contracts across technical, design, marketing, and copywriting disciplines. @@ -257765,6 +273603,7 @@ https://www.peopleperhour.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.percona.com/blog/2019/05/24/an-overview-of-sharding-in-postgresql-and-how-it-relates-to-mongodbs: content_hash: 1d2e8e1fdea402080dec178923e103987be9a6be58357922bf2f615d3e48991e description: '' @@ -257777,6 +273616,7 @@ https://www.percona.com/blog/2019/05/24/an-overview-of-sharding-in-postgresql-an v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.percona.com/blog/2019/08/02/out-of-memory-killer-or-savior: content_hash: 927f0610e0f19637ac61f38c17a2d983031163eea9170e39bb8f89a0f24b85db description: '' @@ -257788,6 +273628,7 @@ https://www.percona.com/blog/2019/08/02/out-of-memory-killer-or-savior: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.percona.com/blog/2019/11/22/designing-grafana-dashboards: content_hash: 2f2dca2364a0a32df06c3153b3bf194c0b3fbde0dee864775137dd6aa335c221 description: '' @@ -257799,6 +273640,7 @@ https://www.percona.com/blog/2019/11/22/designing-grafana-dashboards: v1_locations: - docs/grafana.md year: N/A + addition_method: manual https://www.percona.com/blog/2019/12/19/the-benefits-of-amazon-rds-for-mysql: content_hash: 4ca8381c64a3be280db89aa6d203279c074d09ff9d226e33f1fcc2f05a6e9647 description: '' @@ -257810,6 +273652,7 @@ https://www.percona.com/blog/2019/12/19/the-benefits-of-amazon-rds-for-mysql: v1_locations: - docs/aws-databases.md year: N/A + addition_method: manual https://www.percona.com/blog/2020/06/26/mysql-101-how-to-find-and-tune-a-slow-sql-query: content_hash: 3cbdc3808d9e1b71c52345119894fe31b3a316a5da251c3afe43460b151c02a6 description: '' @@ -257821,6 +273664,7 @@ https://www.percona.com/blog/2020/06/26/mysql-101-how-to-find-and-tune-a-slow-sq v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.percona.com/blog/2020/06/30/mysql-101-parameters-to-tune-for-mysql-performance: content_hash: d3969a726112864214bec1af1f908283e6a05d439c6b48bf283d55dcb1c50a58 description: '' @@ -257832,6 +273676,7 @@ https://www.percona.com/blog/2020/06/30/mysql-101-parameters-to-tune-for-mysql-p v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.percona.com/blog/2020/09/11/how-much-memory-does-the-process-really-take-on-linux: content_hash: 437d2ff2e29ce8820b571ba7cf03e3af9d8e4fe99b826a8b4ce78193312ef133 description: '' @@ -257843,6 +273688,7 @@ https://www.percona.com/blog/2020/09/11/how-much-memory-does-the-process-really- v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.percona.com/blog/2020/10/22/using-volume-snapshot-clone-in-kubernetes: content_hash: 3e3ed422a47c5e8f0dff685e2bc74b80f0d5992e07b1079e0a0951c7c1c6b2dc description: '' @@ -257855,6 +273701,7 @@ https://www.percona.com/blog/2020/10/22/using-volume-snapshot-clone-in-kubernete v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.percona.com/blog/2021/02/08/dbaas-on-kubernetes-under-the-hood: content_hash: 8775ba1a5466563f7ecd40477464c167a002046c66f2a0867c69a17b54158ab9 description: '' @@ -257866,6 +273713,7 @@ https://www.percona.com/blog/2021/02/08/dbaas-on-kubernetes-under-the-hood: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.percona.com/blog/2021/03/22/storing-kubernetes-operator-for-percona-server-for-mongodb-secrets-in-github: content_hash: 1184bee67596a83702077f2db3703c6bcf7827bd43602afa94770a8ffacab425 description: '' @@ -257878,6 +273726,7 @@ https://www.percona.com/blog/2021/03/22/storing-kubernetes-operator-for-percona- v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.percona.com/blog/2021/06/23/autoscaling-databases-in-kubernetes-for-mongodb-mysql-and-postgresql: content_hash: d1faa9232bfc4f382f57d893998bc6fde1d569ad4acc81380f32181f4ae0af15 description: '' @@ -257890,6 +273739,7 @@ https://www.percona.com/blog/2021/06/23/autoscaling-databases-in-kubernetes-for- v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.percona.com/blog/2021/06/23/mysql-on-kubernetes-with-gitops: content_hash: a691dbd9023fc4197a8099448d4111d6c09874e479505e3e8b20afe7618d8c75 description: '' @@ -257901,6 +273751,7 @@ https://www.percona.com/blog/2021/06/23/mysql-on-kubernetes-with-gitops: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.percona.com/blog/an-overview-of-sharding-in-postgresql-and-how-it-relates-to-mongodbs: content_hash: c050a2aa10b19a5d8388cdd8f1180a5025883e787ac7681bbccf3e6a556f4056 health_score: 100.0 @@ -257913,6 +273764,7 @@ https://www.percona.com/blog/an-overview-of-sharding-in-postgresql-and-how-it-re - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.percona.com/blog/autoscaling-databases-in-kubernetes-for-mongodb-mysql-and-postgresql: content_hash: e3c53d02ab740dea78f1634d3d432927009f7a841e9fe2d2b8a3ea69df12aca3 health_score: 100.0 @@ -257925,6 +273777,7 @@ https://www.percona.com/blog/autoscaling-databases-in-kubernetes-for-mongodb-mys - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.percona.com/blog/dbaas-on-kubernetes-under-the-hood: content_hash: a62e1edfc611e462aca16a5cf17a4a1945f251a50beae0811cc9a3b36c400bd5 health_score: 100.0 @@ -257937,6 +273790,7 @@ https://www.percona.com/blog/dbaas-on-kubernetes-under-the-hood: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.percona.com/blog/designing-grafana-dashboards: content_hash: b550be818fb9fca4a17e7a946fc143e40a1313a94a9931f1d194a67d2b012d68 health_score: 100.0 @@ -257949,6 +273803,7 @@ https://www.percona.com/blog/designing-grafana-dashboards: - docs/grafana.md v2_locations: - grafana.md + addition_method: manual https://www.percona.com/blog/how-much-memory-does-the-process-really-take-on-linux: ai_summary: A stellar breakdown of Linux memory accounting models, explaining the critical differences between VSS, RSS, PSS, and USS. Crucial reference for troubleshooting @@ -257971,6 +273826,7 @@ https://www.percona.com/blog/how-much-memory-does-the-process-really-take-on-lin v2_locations: - linux.md year: '2020' + addition_method: manual https://www.percona.com/blog/migrating-postgresql-to-kubernetes: content_hash: da709f2180530375fc9169c23d7c01be6f5178db7ecef85a0fa56cb78213d8d1 description: '' @@ -257987,6 +273843,7 @@ https://www.percona.com/blog/migrating-postgresql-to-kubernetes: v2_locations: - databases.md year: N/A + addition_method: manual https://www.percona.com/blog/migration-of-a-mysql-database-to-a-kubernetes-cluster-using-asynchronous-replication: content_hash: 6ff3d1ae9725b6834660ebefc60dd2dc2c5a64b145f3e88df6d78fc7f51bf400 description: '' @@ -258004,6 +273861,7 @@ https://www.percona.com/blog/migration-of-a-mysql-database-to-a-kubernetes-clust v2_locations: - databases.md year: N/A + addition_method: manual https://www.percona.com/blog/mysql-101-how-to-find-and-tune-a-slow-sql-query: content_hash: 9c268653c6f201ae999368d64671bdf6ca8a7be53d87d38aa44a1181464510fb health_score: 100.0 @@ -258016,6 +273874,7 @@ https://www.percona.com/blog/mysql-101-how-to-find-and-tune-a-slow-sql-query: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.percona.com/blog/mysql-101-parameters-to-tune-for-mysql-performance: content_hash: e9e6f05d80293a8f60507f3698e2f0c6485350e3fd22e4a94ee4595d40539ff5 health_score: 100.0 @@ -258028,6 +273887,7 @@ https://www.percona.com/blog/mysql-101-parameters-to-tune-for-mysql-performance: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.percona.com/blog/mysql-on-kubernetes-with-gitops: content_hash: 2dc821a1d4c7b6b1692b16ea5da671aa4f2b6be2b95df96728a8103c89e0be6a health_score: 100.0 @@ -258040,6 +273900,7 @@ https://www.percona.com/blog/mysql-on-kubernetes-with-gitops: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.percona.com/blog/out-of-memory-killer-or-savior: content_hash: 5aa10a5525d741de70c8ff112e1cd01ed693eb753d95d8f9ab78547eb32a9701 health_score: 100.0 @@ -258052,6 +273913,7 @@ https://www.percona.com/blog/out-of-memory-killer-or-savior: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.percona.com/blog/performance-of-various-ebs-storage-types-in-aws: ai_summary: An in-depth performance analysis of EBS volume classes (gp2, gp3, io2, etc.) when hosting database engines. Contains IOPS benchmarking, throughput limits, @@ -258079,6 +273941,7 @@ https://www.percona.com/blog/performance-of-various-ebs-storage-types-in-aws: v2_locations: - aws-storage.md year: N/A + addition_method: manual https://www.percona.com/blog/postgresql-14-database-monitoring-and-logging-enhancements: content_hash: 6741fe719281d0dfa9cc0087fd58316c0d893267859fa189f93dff10e06c4a88 description: '' @@ -258095,6 +273958,7 @@ https://www.percona.com/blog/postgresql-14-database-monitoring-and-logging-enhan v2_locations: - databases.md year: N/A + addition_method: manual https://www.percona.com/blog/should-i-create-an-index-on-foreign-keys-in-postgresql: content_hash: b84ebbd8664fc061e834e422d6b58a863348dd955bd8b45cdad4d9331562c4a2 description: '' @@ -258111,6 +273975,7 @@ https://www.percona.com/blog/should-i-create-an-index-on-foreign-keys-in-postgre v2_locations: - databases.md year: N/A + addition_method: manual https://www.percona.com/blog/storing-kubernetes-operator-for-percona-server-for-mongodb-secrets-in-github: content_hash: 5d9d927a4454f7e74b18b16c8fe4f8468d504bb52adc40d8e75a86e7af0edf92 health_score: 100.0 @@ -258123,6 +273988,7 @@ https://www.percona.com/blog/storing-kubernetes-operator-for-percona-server-for- - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.percona.com/blog/the-benefits-of-amazon-rds-for-mysql: ai_summary: Curator Insight emphasizes Percona's neutral evaluation of the trade-offs of hosting MySQL on Amazon RDS. Live Grounding confirms the study analyzes management @@ -258146,6 +274012,7 @@ https://www.percona.com/blog/the-benefits-of-amazon-rds-for-mysql: v2_locations: - aws-databases.md year: '2021' + addition_method: manual https://www.percona.com/blog/using-volume-snapshot-clone-in-kubernetes: content_hash: ea62c6ac54cd607e897cfe46a2b2f91a07226561b63de37d75e8b7cf4087458e health_score: 100.0 @@ -258158,6 +274025,7 @@ https://www.percona.com/blog/using-volume-snapshot-clone-in-kubernetes: - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://www.percona.com/community-blog/2020/10/01/database-schema-management-via-liquibase: ai_summary: A technical blog post by Percona illustrating step-by-step database schema version control using Liquibase. It highlights integration patterns with @@ -258185,6 +274053,7 @@ https://www.percona.com/community-blog/2020/10/01/database-schema-management-via v2_locations: - liquibase.md year: N/A + addition_method: manual https://www.percona.com/doc/kubernetes-operator-for-pxc/index.html: content_hash: 3fd43de075bbccc98595954eea6b7956469dd9c9d5af2da88d8016348f9f7bca description: '' @@ -258196,6 +274065,7 @@ https://www.percona.com/doc/kubernetes-operator-for-pxc/index.html: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.phillipsj.net/posts/dynamically-loaded-terraform-providers: content_hash: 4eade2d2d40c9b2d7610ab64ce4dd0f721bc2b7c040feb8b385ce28c1320fb03 description: '' @@ -258212,6 +274082,7 @@ https://www.phillipsj.net/posts/dynamically-loaded-terraform-providers: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.pingcap.com/blog/chaos-mesh-action-integrate-chaos-engineering-into-your-ci: content_hash: ba5db19727406476a9923ade8020adcfb6bf282cc8e8e9843070743573129137 health_score: 100.0 @@ -258224,6 +274095,7 @@ https://www.pingcap.com/blog/chaos-mesh-action-integrate-chaos-engineering-into- - docs/chaos-engineering.md v2_locations: - chaos-engineering.md + addition_method: manual https://www.pionative.com/post/6-important-things-you-need-to-run-kubernetes-in-production: content_hash: c8b23568145f558a6ac3da86709f96d11b967683c43aa5159b184683ec2f12b8 description: '' @@ -258235,6 +274107,7 @@ https://www.pionative.com/post/6-important-things-you-need-to-run-kubernetes-in- v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.pixelbeat.org/cmdline.html: content_hash: 4ada664271a6fa369946f456b6a3d0a96a9c776210762bd9682d82fe5029fe68 health_score: 100.0 @@ -258247,6 +274120,7 @@ https://www.pixelbeat.org/cmdline.html: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.pixelstech.net/article/1604225312-Update-&-Delete-Kubernetes-resources-in-one-line-command: content_hash: N/A description: '' @@ -258261,6 +274135,7 @@ https://www.pixelstech.net/article/1604225312-Update-&-Delete-Kubernetes-reso v2_locations: - kubectl-commands.md year: N/A + addition_method: manual https://www.pixelstech.net/article/1606901393-Build-a-Kubectl-Plugin-from-Scratch: content_hash: N/A description: '' @@ -258275,6 +274150,7 @@ https://www.pixelstech.net/article/1606901393-Build-a-Kubectl-Plugin-from-Scratc v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.plasticscm.com: content_hash: 86983bdb3f322762affcb32dfdf53b35a753e4453022f12ec5b03603ba604470 description: '' @@ -258291,6 +274167,7 @@ https://www.plasticscm.com: v2_locations: - git.md year: N/A + addition_method: manual https://www.plural.sh: content_hash: 8852ba53ce975d9c546ffec40d1950cda4ea22cc48bb1166dfce89a08e105183 description: '' @@ -258307,6 +274184,7 @@ https://www.plural.sh: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.pluralsight.com: last_checked: 1779388542.326713 status: online @@ -258314,6 +274192,7 @@ https://www.pluralsight.com: - '[COMMUNITY-TOOL]' v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://www.pluralsight.com/cloud-guru: ai_summary: A premier enterprise learning platform specialized in modern cloud-native system training. Delivers deep hands-on sandbox labs, certification preparation @@ -258337,6 +274216,7 @@ https://www.pluralsight.com/cloud-guru: - aws-training.md - docker.md year: '2021' + addition_method: manual https://www.pluralsight.com/courses/getting-started-kubernetes: content_hash: ecda809710b055971273d80033222039d39299cbb7eaa51b5f82a66571ce9c1a health_score: 100.0 @@ -258349,6 +274229,7 @@ https://www.pluralsight.com/courses/getting-started-kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.pluralsight.com/resources/blog/business-and-leadership/public-cloud-vs-private-cloud-whats-the-difference: content_hash: 12b3a1e340391e5f0376b703466157c6753e482a5dc1328547dddf752a68f97b health_score: 100.0 @@ -258361,6 +274242,7 @@ https://www.pluralsight.com/resources/blog/business-and-leadership/public-cloud- - docs/introduction.md v2_locations: - introduction.md + addition_method: manual ? https://www.pluralsight.com/resources/blog/business-and-leadership/sharing-data-in-the-cloud-four-patterns-everyone-should-know : content_hash: 44b954393340bac476bcb2475ba08709471eddfdc24bca570892c14755f039f5 health_score: 100.0 @@ -258373,6 +274255,7 @@ https://www.pluralsight.com/resources/blog/business-and-leadership/public-cloud- - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.pluralsight.com/resources/blog/business-and-leadership/what-is-lift-and-shift-cloud-migration: ai_summary: A foundational architectural guide exploring the mechanics, trade-offs, and risk profiles associated with the 'lift-and-shift' (rehosting) cloud migration @@ -258397,6 +274280,7 @@ https://www.pluralsight.com/resources/blog/business-and-leadership/what-is-lift- v2_locations: - faq.md year: '2021' + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/10-fun-hands-on-projects-to-learn-aws: ai_summary: Suggests 10 hands-on AWS training projects designed for cloud engineers. Covers deploying static architectures under HTTPS, building simple serverless @@ -258418,6 +274302,7 @@ https://www.pluralsight.com/resources/blog/cloud/10-fun-hands-on-projects-to-lea v2_locations: - aws-training.md year: '2021' + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/12-aws-config-rules-that-every-account-should-have: content_hash: 3c511f177ae777568a5288b576d69eaf8152ac48918d00dbbe2672c59615c929 health_score: 100.0 @@ -258430,6 +274315,7 @@ https://www.pluralsight.com/resources/blog/cloud/12-aws-config-rules-that-every- - docs/aws.md v2_locations: - aws.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/3-ways-to-practice-migrating-workloads-to-the-cloud: content_hash: da9e10726ec8068f833fae199bfe936def3313bc07b212517466a792a8d207d7 health_score: 100.0 @@ -258442,6 +274328,7 @@ https://www.pluralsight.com/resources/blog/cloud/3-ways-to-practice-migrating-wo - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/5-reasons-to-not-move-to-devops: content_hash: 5cbc7075c44b8cdfdb6cb28a76ffaeda3890b50d1f63cda04a67fd5c75ed4d17 health_score: 100.0 @@ -258454,6 +274341,7 @@ https://www.pluralsight.com/resources/blog/cloud/5-reasons-to-not-move-to-devops - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/5-things-we-love-about-terraform: content_hash: c27d1b19e7f07f24a0756400b3b6b66f8bcb1c1063b8c1ba75ac6e513dbd31e0 health_score: 100.0 @@ -258466,6 +274354,7 @@ https://www.pluralsight.com/resources/blog/cloud/5-things-we-love-about-terrafor - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/adopting-gitops-for-kubernetes-on-aws: content_hash: 5a4747bc759547faa76b0ce1f72408ed70aaaf19dab5a234e21b174c7dc9cb8d health_score: 100.0 @@ -258478,6 +274367,7 @@ https://www.pluralsight.com/resources/blog/cloud/adopting-gitops-for-kubernetes- - docs/flux.md v2_locations: - flux.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/aks-vs-eks-vs-gke-managed-kubernetes-services-compared: ai_summary: Compares EKS, GKE, and AKS across performance, simplicity, and pricing benchmarks to help users choose a provider depending on their existing cloud footprint. @@ -258498,6 +274388,7 @@ https://www.pluralsight.com/resources/blog/cloud/aks-vs-eks-vs-gke-managed-kuber v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/ansible-vs-puppet-which-is-right-for-you: content_hash: 525e5089e07776e07740653ae6fd9b47b3d2ac55551155368752f26324df0672 health_score: 100.0 @@ -258510,6 +274401,7 @@ https://www.pluralsight.com/resources/blog/cloud/ansible-vs-puppet-which-is-righ - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/aws-adds-to-the-no-code-pile-is-it-the-end-of-the-engineer: ai_summary: Analyzes the release of AWS Honeycode and dissects whether the rise of visual application editors signals the replacement of traditional software @@ -258531,6 +274423,7 @@ https://www.pluralsight.com/resources/blog/cloud/aws-adds-to-the-no-code-pile-is v2_locations: - lowcode-nocode.md year: '2020' + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/azure-devops-vs-github-comparing-microsofts-devops-twins: content_hash: 5020b784238f448d3656288d8d0113a35739d9e3a15f9cdf4dbb3b81b5ecf3ca health_score: 100.0 @@ -258543,6 +274436,7 @@ https://www.pluralsight.com/resources/blog/cloud/azure-devops-vs-github-comparin - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/blockchain-cloud-comparison-what-is-blockchain-as-a-service-baas: content_hash: 6fdf1bf8825464bda78912fa9a8d44fdebd2eca68b695e88e5220c857e313627 health_score: 100.0 @@ -258555,6 +274449,7 @@ https://www.pluralsight.com/resources/blog/cloud/blockchain-cloud-comparison-wha - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/cloud-apps-secure-by-design: ai_summary: Promotes the transition from reactive vulnerability patching to proactive, Secure-by-Design software development lifecycles. Identifies common cloud security @@ -258579,6 +274474,7 @@ https://www.pluralsight.com/resources/blog/cloud/cloud-apps-secure-by-design: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/cloud-developer-tooling-compared-aws-vs-azure-vs-gcp: content_hash: 63ae4236e6909189478164a0c5bf1245c7f358a3c218a0bd511030a71c4e27b9 health_score: 100.0 @@ -258591,6 +274487,7 @@ https://www.pluralsight.com/resources/blog/cloud/cloud-developer-tooling-compare - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/cloud-security-comparison-aws-vs-azure-vs-gcp: content_hash: 274d4755f560c7e5c83238e732c72712b496eac2f51c036c3e3c74924372a974 health_score: 100.0 @@ -258603,6 +274500,7 @@ https://www.pluralsight.com/resources/blog/cloud/cloud-security-comparison-aws-v - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/containers-vs-serverless-which-is-right-for-you: content_hash: fd071eca84c42714c9e18a3f269fa870e4a4d486745ffa345ed2b33517458b31 health_score: 100.0 @@ -258615,6 +274513,7 @@ https://www.pluralsight.com/resources/blog/cloud/containers-vs-serverless-which- - docs/serverless.md v2_locations: - serverless.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/docker-copy-vs-add-whats-the-difference: content_hash: 8bdf478026c6faad03390b04cfaa9bd25063a9dc17c419d0c94dbeba50498e4d health_score: 100.0 @@ -258627,6 +274526,7 @@ https://www.pluralsight.com/resources/blog/cloud/docker-copy-vs-add-whats-the-di - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/getting-started-with-the-elastic-stack: content_hash: c1a6c40fdb71a72a5fb8812d560b9b713795612883989913a724bbb3101942aa health_score: 100.0 @@ -258639,6 +274539,7 @@ https://www.pluralsight.com/resources/blog/cloud/getting-started-with-the-elasti - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/gke-ludicrous-speed-gke-image-streaming-speeds-up-container-starts: ai_summary: Evaluates GKE Image Streaming capabilities, which substantially reduce pod startup latencies by decoupling container initiation from full image caching. @@ -258662,6 +274563,7 @@ https://www.pluralsight.com/resources/blog/cloud/gke-ludicrous-speed-gke-image-s v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/how-to-audit-and-secure-an-aws-account: content_hash: cd4785215962b9b0d36c657bed89e65c8aec1bd6d39bcc3771cb22db7721381d health_score: 100.0 @@ -258674,6 +274576,7 @@ https://www.pluralsight.com/resources/blog/cloud/how-to-audit-and-secure-an-aws- - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/how-to-troubleshoot-5-common-terraform-errors: content_hash: 244e6faade0104b4e240d83b9bead5cb1fa8b4a9cfabdfac32e174b53a96e941 health_score: 100.0 @@ -258686,6 +274589,7 @@ https://www.pluralsight.com/resources/blog/cloud/how-to-troubleshoot-5-common-te - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/how-to-use-github-actions-to-automate-terraform: content_hash: 38e80035d47cb21a3811b1c5c901703ba0dcf74c6debd35801de52f4a4c0b415 health_score: 100.0 @@ -258698,6 +274602,7 @@ https://www.pluralsight.com/resources/blog/cloud/how-to-use-github-actions-to-au - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/how-to-use-terraform-inputs-and-outputs: content_hash: 2fd19070e061b59f7469fe7e3cd213ae305ee1a3074daecdc88563e79a4ed2be health_score: 100.0 @@ -258710,6 +274615,7 @@ https://www.pluralsight.com/resources/blog/cloud/how-to-use-terraform-inputs-and - docs/terraform.md v2_locations: - terraform.md + addition_method: manual ? https://www.pluralsight.com/resources/blog/cloud/one-shell-to-rule-them-all-5-reasons-to-use-powershell-for-cloud-management : content_hash: ba65a870b9c82fed519b205b93fececc1e3007e9aad775422db5f9cf8173b4df health_score: 100.0 @@ -258722,6 +274628,7 @@ https://www.pluralsight.com/resources/blog/cloud/how-to-use-terraform-inputs-and - docs/azure.md v2_locations: - azure.md + addition_method: manual ? https://www.pluralsight.com/resources/blog/cloud/s3-glacier-instant-retrieval-deep-dive-which-s3-storage-class-is-right-for-me : ai_summary: A deep dive into S3 Glacier Instant Retrieval, analyzing costs and access latency. Explains the strategic sweet spot of the tier for archival data that @@ -258744,6 +274651,7 @@ https://www.pluralsight.com/resources/blog/cloud/how-to-use-terraform-inputs-and v2_locations: - aws-storage.md year: '2021' + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/securing-your-multi-cloud-terraform-pipelines-with-policy-as-code: content_hash: 58a7a5da8cb0d7a1460f835491838037919dd2d1722ac75f514fdf7f0a65a132 health_score: 100.0 @@ -258756,6 +274664,7 @@ https://www.pluralsight.com/resources/blog/cloud/securing-your-multi-cloud-terra - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/storage-showdown-aws-vs-azure-vs-gcp-cloud-comparison: content_hash: 06e4b0eacab9f38ece6ab52d81f5752262614f9d7ea8287c6aba1e255dac0576 health_score: 100.0 @@ -258768,6 +274677,7 @@ https://www.pluralsight.com/resources/blog/cloud/storage-showdown-aws-vs-azure-v - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/the-cloud-dictionary-of-pain-five-of-awss-toughest-cloud-topics: content_hash: 39e381a370de9d265ec7439d5ad0f1012977a2070389da3c5120b23ec4148b0e health_score: 100.0 @@ -258780,6 +274690,7 @@ https://www.pluralsight.com/resources/blog/cloud/the-cloud-dictionary-of-pain-fi - docs/aws.md v2_locations: - aws.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/the-top-cloud-diagramming-tools-ranked: content_hash: 0daec8c49637c7f0f840609e28125d3ebb2c0c4d779d1ebf18069f17dbb5b85f health_score: 100.0 @@ -258792,6 +274703,7 @@ https://www.pluralsight.com/resources/blog/cloud/the-top-cloud-diagramming-tools - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/the-ultimate-terraform-cheatsheet: content_hash: 73260422173e09eca26f4d7ae280af954450254b4ab50f1fc11ea3f8c5493090 health_score: 100.0 @@ -258804,6 +274716,7 @@ https://www.pluralsight.com/resources/blog/cloud/the-ultimate-terraform-cheatshe - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/twelve-factor-apps-in-kubernetes: content_hash: e3344b1920b5d99be2ddb5e1d8984ec823cf50a4f28c7e512d18a1a46c030f5c health_score: 100.0 @@ -258816,6 +274729,7 @@ https://www.pluralsight.com/resources/blog/cloud/twelve-factor-apps-in-kubernete - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/what-does-the-terraform-1-0-release-mean-for-you: content_hash: 145cdab8c4dfedfb79713029407319f0758f025f11b8171116ecf1a421871834 health_score: 100.0 @@ -258828,6 +274742,7 @@ https://www.pluralsight.com/resources/blog/cloud/what-does-the-terraform-1-0-rel - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/whats-new-with-kubernetes-1-22: content_hash: 640a1b816b471ab2619747a154f3741b79524078a0aafbd763a4ca2cece08ee2 health_score: 100.0 @@ -258840,6 +274755,7 @@ https://www.pluralsight.com/resources/blog/cloud/whats-new-with-kubernetes-1-22: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/which-kubernetes-distribution-is-right-for-you: ai_summary: A strategic comparison of various Kubernetes distributions across managed cloud services, enterprise-on-prem deployments, and lightweight edge environments. @@ -258863,6 +274779,7 @@ https://www.pluralsight.com/resources/blog/cloud/which-kubernetes-distribution-i v2_locations: - kubernetes-on-premise.md year: '2021' + addition_method: manual https://www.pluralsight.com/resources/blog/cloud/why-learn-multiple-cloud-platforms: content_hash: 84d853c93ef05288640d686ed0f2a10d8dbf5644b4913950937bed4012a0ac4f health_score: 100.0 @@ -258875,6 +274792,7 @@ https://www.pluralsight.com/resources/blog/cloud/why-learn-multiple-cloud-platfo - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://www.plutora.com/ci-cd-tools/artifacts-management-tools: ai_summary: An analytical review of leading artifact and package management systems in enterprise software pipelines. Compares industry platforms (such as JFrog Artifactory, @@ -258902,6 +274820,7 @@ https://www.plutora.com/ci-cd-tools/artifacts-management-tools: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.pmease.com: ai_summary: A commercial continuous integration and release management system offering robust build configuration inheritance, graphical pipeline design, and extensive @@ -258934,6 +274853,7 @@ https://www.pmease.com: - kubernetes-tools.md - cicd.md year: N/A + addition_method: manual https://www.polyglotdeveloper.com/cheatsheet/2015-01-08-Gradle-cheatsheet: content_hash: N/A description: '' @@ -258948,6 +274868,7 @@ https://www.polyglotdeveloper.com/cheatsheet/2015-01-08-Gradle-cheatsheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.popsci.com/diy/use-markdown-google: ai_summary: 'A workflow guide explaining how to leverage Google Docs'' integrated Markdown parsing engine to boost document draft speeds and establish seamless @@ -258979,6 +274900,7 @@ https://www.popsci.com/diy/use-markdown-google: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://www.port.io: content_hash: cf504b80c2e486c16c907a11176d8c8376b73f9f8a32a832c5a636253cb9412c health_score: 100.0 @@ -258990,6 +274912,7 @@ https://www.port.io: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.portafolio.co/tendencias/claves-para-liderar-equipos-de-teletrabajo-y-no-fracasar-en-el-intento-556586: content_hash: 45d46571856deb2f6f9e259aad856cc0da138e20908f1cd1ac8a641b53983581 description: '' @@ -259007,6 +274930,7 @@ https://www.portafolio.co/tendencias/claves-para-liderar-equipos-de-teletrabajo- v2_locations: - workfromhome.md year: N/A + addition_method: manual https://www.portainer.io: ai_summary: A robust administrative dashboard that simplifies the visual management of Docker Swarm, Kubernetes, and local container environments. Ideal for dev teams @@ -259036,6 +274960,7 @@ https://www.portainer.io: - kubernetes-alternatives.md - docker.md year: N/A + addition_method: manual https://www.portainer.io/blog/docker-swarm-vs-kubernetes: ai_summary: An operational review comparing Kubernetes, Docker Swarm, and HashiCorp Nomad, exploring how deployment scale and team size should guide platform decisions. @@ -259057,6 +274982,7 @@ https://www.portainer.io/blog/docker-swarm-vs-kubernetes: v2_locations: - kubernetes-alternatives.md year: '2022' + addition_method: manual https://www.portainer.io/blog/orchestrator-wars-continue: content_hash: a8f909d8e47ef1b86f3d1d729272079f7ff471f45b4e86f017f37cc344751c2d description: '' @@ -259069,6 +274995,7 @@ https://www.portainer.io/blog/orchestrator-wars-continue: v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://www.portainer.io/install: content_hash: 3596f058b6c1db72551c10a2502a8be0bdb4731c4de3193f0e99fb19f64c10e2 health_score: 100.0 @@ -259080,6 +275007,7 @@ https://www.portainer.io/install: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.portainer.io/products/community-edition: content_hash: 08087573ac02ba92240fc5b1e6b42378b3cac3b380368c37f45b27d4639d81fd description: '' @@ -259091,6 +275019,7 @@ https://www.portainer.io/products/community-edition: v1_locations: - docs/docker.md year: N/A + addition_method: manual ? https://www.postgresql.org/about/news/crunchy-postgresql-operator-45-enhanced-monitoring-custom-annotations-postgresql-13-2086 : content_hash: 8e18350dd81b7b5d9364ff5e40fe3a0d2949d8330fb1dd7af40f4394e99d299c description: '' @@ -259113,6 +275042,7 @@ https://www.portainer.io/products/community-edition: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.postman.com: content_hash: 491939ab5da74afe6783597ef9061c23b4b649fe5844c2af8648c2c0356f3383 health_score: 100.0 @@ -259126,6 +275056,7 @@ https://www.postman.com: v2_locations: - postman.md - about.md + addition_method: manual https://www.postman.com/api-platform/api-versioning: content_hash: 8b86e5e316c3fc28136b322421cf10970949b5e22e1ebe7dfe124553698f11a5 description: '' @@ -259142,6 +275073,7 @@ https://www.postman.com/api-platform/api-versioning: v2_locations: - api.md year: N/A + addition_method: manual https://www.postman.com/pynt-io/workspace/pynt/overview: content_hash: 213985e12832da8db677c8b4efe14a40f06d23892d3bf2db509dd57ea49044cc description: '' @@ -259158,6 +275090,7 @@ https://www.postman.com/pynt-io/workspace/pynt/overview: v2_locations: - postman.md year: N/A + addition_method: manual https://www.postman.com/resources/infographics/api-survey-2019: content_hash: c3e3ab4eb372278fe939aa1c8b6b5bdf923e96c4a6d293953c2e3d293faa784e description: '' @@ -259169,6 +275102,7 @@ https://www.postman.com/resources/infographics/api-survey-2019: v1_locations: - docs/api.md year: N/A + addition_method: manual https://www.postman.com/state-of-the-api/2019: content_hash: 45c9576f652ef26542bf1cf1c65cb5bdf465164d02f6b8db88229feb32d6c03d health_score: 100.0 @@ -259181,6 +275115,7 @@ https://www.postman.com/state-of-the-api/2019: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.postman.com/what-is-an-api: content_hash: 3564baf98f29f7cf39664b83401972d50324937d89a511a5fea1819aac4d82da description: '' @@ -259197,6 +275132,7 @@ https://www.postman.com/what-is-an-api: v2_locations: - api.md year: N/A + addition_method: manual https://www.powershellgallery.com: content_hash: 0d03a482b3672c48c2fb2db62cbea5e2de8d5d34c82b01d796e95f01423565b6 description: '' @@ -259213,6 +275149,7 @@ https://www.powershellgallery.com: v2_locations: - azure.md year: N/A + addition_method: manual https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo: content_hash: 5be84c018cac8adc06d7860b4b1c7060888f9650036d4984ad299ea989e8778b description: '' @@ -259223,6 +275160,7 @@ https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo/1.1.0: content_hash: f156a70bfb6f1b0a8e1f555c2794f72280627606d4af252bf14237432a5651be health_score: 100.0 @@ -259234,6 +275172,7 @@ https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo/1.1.0: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://www.previous.cloudbees.com/blog/cloudbees-core-configuration-code-preview: content_hash: N/A description: '' @@ -259248,12 +275187,14 @@ https://www.previous.cloudbees.com/blog/cloudbees-core-configuration-code-previe v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.previous.cloudbees.com/press/cloudbees-acquires-rollout-adding-feature-flag-system: content_hash: N/A health_score: 100.0 last_checked: 1779030868.167392 v1_locations: - docs/jenkins.md + addition_method: manual ? https://www.previous.cloudbees.com/press/cloudbees-integrates-software-delivery-management-platform-google-cloud-build-and-tekton-break : content_hash: N/A description: '' @@ -259269,6 +275210,7 @@ https://www.previous.cloudbees.com/press/cloudbees-acquires-rollout-adding-featu v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.previous.cloudbees.com/press/cloudbees-releases-another-industry-first-feature-flagging-premise-use: content_hash: N/A description: '' @@ -259286,6 +275228,7 @@ https://www.previous.cloudbees.com/press/cloudbees-releases-another-industry-fir - git.md - jenkins.md year: N/A + addition_method: manual ? https://www.primevideotech.com/video-streaming/scaling-up-the-prime-video-audio-video-monitoring-service-and-reducing-costs-by-90 : content_hash: f4d52988290c0f3d99c1714bd15dc30ac61ad6e5244c8a501d6893096da59753 description: '' @@ -259298,6 +275241,7 @@ https://www.previous.cloudbees.com/press/cloudbees-releases-another-industry-fir v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.prisma.io/blog/vscode-extension-prisma-rust-webassembly: content_hash: e83a5b0af908809c2c55866617b3adee15a50deccbee9f7f2ed0ca755c396e9a description: '' @@ -259315,6 +275259,7 @@ https://www.prisma.io/blog/vscode-extension-prisma-rust-webassembly: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.programmableweb.com: content_hash: N/A description: '' @@ -259329,6 +275274,7 @@ https://www.programmableweb.com: v2_locations: - api.md year: N/A + addition_method: manual https://www.programmersought.com/article/1858176023: ai_summary: In-depth guide constructing custom Maven Archetypes. Enables enterprise platform teams to build validated, pre-configured bootstrap microservice templates. @@ -259355,6 +275301,7 @@ https://www.programmersought.com/article/1858176023: v2_locations: - maven-gradle.md year: '2020' + addition_method: manual https://www.project-a.vc/perspectives: ai_summary: Outlines pipeline setup using GitHub Actions to deploy application loads onto GKE. Focuses on setting up Google Workload Identity Federation to secure @@ -259377,12 +275324,14 @@ https://www.project-a.vc/perspectives: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2023' + addition_method: manual https://www.project-open.com: content_hash: be44edacf482f6062cb12cb835f568706b3d4c4403267956f2b6644d5ee4b65b health_score: 100.0 last_checked: 1779030172.760261 v1_locations: - docs/project-management-tools.md + addition_method: manual https://www.project-piper.io: content_hash: 6abadb75504027b8038578a13521e11e4fcd2e590d5de93db6070dde25803a45 health_score: 100.0 @@ -259395,6 +275344,7 @@ https://www.project-piper.io: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.projectcalico.org: content_hash: N/A description: '' @@ -259411,6 +275361,7 @@ https://www.projectcalico.org: - devsecops.md - kubernetes-networking.md year: N/A + addition_method: manual https://www.projectcalico.org/advertising-kubernetes-service-ips-with-calico-and-bgp: content_hash: N/A description: '' @@ -259425,6 +275376,7 @@ https://www.projectcalico.org/advertising-kubernetes-service-ips-with-calico-and v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.projectcalico.org/using-kubernetes-to-orchestrate-vms: content_hash: N/A description: '' @@ -259439,6 +275391,7 @@ https://www.projectcalico.org/using-kubernetes-to-orchestrate-vms: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.projectquay.io: content_hash: ea78da31e0eda10808e597ec871a0b95f276978ce5f498e0c18818610b16558e description: '' @@ -259457,6 +275410,7 @@ https://www.projectquay.io: - ocp4.md - registries.md year: N/A + addition_method: manual https://www.prskavec.net/post/grafana-jsonnet: content_hash: 4561a33515cc65de8b02697623527c2f21493ae7b7d4778aaf620119cd5c085c description: '' @@ -259473,6 +275427,7 @@ https://www.prskavec.net/post/grafana-jsonnet: v2_locations: - grafana.md year: N/A + addition_method: manual https://www.pulumi.com: content_hash: 1243cbfffb55839930724302597f224d52c690af406bd26f6daeda01aa48f6f2 description: '' @@ -259489,6 +275444,7 @@ https://www.pulumi.com: v2_locations: - pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/blog/from-terraform-to-infrastructure-as-software: content_hash: 452248fe98c52c852b7227060e58aaf90f0a039e8bc036e320c920adf6ec2d62 description: '' @@ -259505,6 +275461,7 @@ https://www.pulumi.com/blog/from-terraform-to-infrastructure-as-software: v2_locations: - pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/blog/kubernetes-fundamentals-part-one: content_hash: 473d22de1b878f7fd10ed84f33d8bbd32d38eac1bee12f46a3f209cdc579d520 description: '' @@ -259521,6 +275478,7 @@ https://www.pulumi.com/blog/kubernetes-fundamentals-part-one: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.pulumi.com/blog/observability-with-infrastructure-as-code: content_hash: adfc13e51d749405873c734ab82d3ba9685c75ffb47f8ec4e8d3ceb3b094967e description: '' @@ -259537,6 +275495,7 @@ https://www.pulumi.com/blog/observability-with-infrastructure-as-code: v2_locations: - pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/blog/pulumi-3-0: content_hash: de31e79238a82c340eaea95bd397101e092309efac4d745ece92aa848c994e2a description: '' @@ -259553,6 +275512,7 @@ https://www.pulumi.com/blog/pulumi-3-0: v2_locations: - pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/blog/pulumi-rest-api: content_hash: 2b726cd7c8ab723d2dc4027fc3fa7a6561c6dc84fb959fbc9a506fc230f6d7b5 description: '' @@ -259569,6 +275529,7 @@ https://www.pulumi.com/blog/pulumi-rest-api: v2_locations: - pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/docs/get-started/kubernetes: content_hash: 1a0af5f69d1df49b56807271c6a691ba81f63c93ad495c52d925ae54c2e377f2 description: '' @@ -259579,6 +275540,7 @@ https://www.pulumi.com/docs/get-started/kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.pulumi.com/docs/guides/adopting/from_kubernetes: content_hash: 6f983a73bee2672693f6a743b21e6d319592846c60f2ec3ca5aa8c61a95d23e5 description: '' @@ -259590,6 +275552,7 @@ https://www.pulumi.com/docs/guides/adopting/from_kubernetes: v1_locations: - docs/pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/docs/iac/comparisons/terraform: content_hash: c4343273eb3acdee29478d1a2407691b6b704a72bab1e754692909af5c644fb2 health_score: 100.0 @@ -259602,6 +275565,7 @@ https://www.pulumi.com/docs/iac/comparisons/terraform: - docs/pulumi.md v2_locations: - pulumi.md + addition_method: manual https://www.pulumi.com/docs/iac/get-started/kubernetes: content_hash: 820e72ec8cb5202346081625b45599af331b63d389742c851c99e220a3d52e63 health_score: 100.0 @@ -259609,6 +275573,7 @@ https://www.pulumi.com/docs/iac/get-started/kubernetes: needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://www.pulumi.com/docs/iac/guides/migration/migrating-to-pulumi/from-kubernetes: content_hash: b5867ae0f86e1796e542816fb0f16fbb23673ec46acda861b114532e127fc3bf health_score: 100.0 @@ -259621,6 +275586,7 @@ https://www.pulumi.com/docs/iac/guides/migration/migrating-to-pulumi/from-kubern - docs/pulumi.md v2_locations: - pulumi.md + addition_method: manual https://www.pulumi.com/docs/intro/cloud-providers: content_hash: 5a1c04028be0a5354a02d5499685c52e3934a4bf09c9b2ce4076e135276f517f description: '' @@ -259632,6 +275598,7 @@ https://www.pulumi.com/docs/intro/cloud-providers: v1_locations: - docs/pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/docs/intro/vs/terraform: content_hash: 625b3fcb9c325825abb05977bca67bf15a46d7af136451a648e106e4bf1bc786 description: '' @@ -259643,6 +275610,7 @@ https://www.pulumi.com/docs/intro/vs/terraform: v1_locations: - docs/pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/registry: content_hash: d6b7409250e659b0b52dbebda1e13573cac567b81f2364627cb726b779aaeee9 health_score: 100.0 @@ -259655,6 +275623,7 @@ https://www.pulumi.com/registry: - docs/pulumi.md v2_locations: - pulumi.md + addition_method: manual https://www.pulumi.com/registry/packages/aws/how-to-guides/ecs-fargate: content_hash: 4e4cd5753b3fc5dd1e61a5e5ae0b8b2c9a462e4be8f150a5c7d5f3fce7c6c7d4 description: '' @@ -259671,6 +275640,7 @@ https://www.pulumi.com/registry/packages/aws/how-to-guides/ecs-fargate: v2_locations: - pulumi.md year: N/A + addition_method: manual https://www.pulumi.com/tf2pulumi: content_hash: e118277ece2395640a7f60f20617aeea5ec4d788ca913e21fa9bf30bb1f386df description: '' @@ -259687,6 +275657,7 @@ https://www.pulumi.com/tf2pulumi: v2_locations: - pulumi.md year: N/A + addition_method: manual https://www.pyinstaller.org: content_hash: 1ea4987781409b6c37b31c5a165d9c49843bc7e6faf748e34fe6d01bef26907c health_score: 100.0 @@ -259699,6 +275670,7 @@ https://www.pyinstaller.org: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.pymesyautonomos.com/management/esta-trabajando-empleado-realmente-su-casa: content_hash: 624cc35ce3908c9388657af57e6673aec84baf2780a6373819ad7e07343fd111 description: '' @@ -259715,6 +275687,7 @@ https://www.pymesyautonomos.com/management/esta-trabajando-empleado-realmente-su v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.pyvideo.org/video/3509/tdd-with-django-from-scratch-a-beginners-intro: content_hash: N/A health_score: 100.0 @@ -259726,6 +275699,7 @@ https://www.pyvideo.org/video/3509/tdd-with-django-from-scratch-a-beginners-intr - docs/python.md v2_locations: - python.md + addition_method: manual https://www.qovery.com/docs/getting-started/introduction: content_hash: c7ec650eabc0ad648f8f4e4faf2d75e471dd4c11e6dfb3dd6bf94f11b860b325 health_score: 100.0 @@ -259738,6 +275712,7 @@ https://www.qovery.com/docs/getting-started/introduction: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.quandarycg.com/everything-you-need-to-know-about-integrations: ai_summary: 'A comprehensive architectural primer outlining the foundational concepts of Enterprise Application Integration (EAI) and Integration Platform as a Service @@ -259767,6 +275742,7 @@ https://www.quandarycg.com/everything-you-need-to-know-about-integrations: v2_locations: - message-queue.md year: '2023' + addition_method: manual https://www.quora.com/What-is-trunk-based-development: content_hash: N/A description: '' @@ -259781,6 +275757,7 @@ https://www.quora.com/What-is-trunk-based-development: v2_locations: - git.md year: N/A + addition_method: manual https://www.quora.com/Whats-the-difference-between-Apache-Camel-and-Kafka: content_hash: N/A description: '' @@ -259795,6 +275772,7 @@ https://www.quora.com/Whats-the-difference-between-Apache-Camel-and-Kafka: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.qwinix.io/blog-what-is-kubernetes: description: '' health_score: 80.0 @@ -259809,6 +275787,7 @@ https://www.qwinix.io/blog-what-is-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.r-bloggers.com/2021/05/dockerizing-shiny-applications: content_hash: 044f43f229f27a920ee8d2ebecdae9344bec85cabae3fb605ee76c7465c1fd8c description: '' @@ -259825,6 +275804,7 @@ https://www.r-bloggers.com/2021/05/dockerizing-shiny-applications: v2_locations: - docker.md year: N/A + addition_method: manual https://www.r-bloggers.com/2021/10/git-moving-from-master-to-main: ai_summary: A technical walkthrough detailing how to transition primary branch names from 'master' to 'main' in both local configuration and upstream remotes. Outlines @@ -259854,6 +275834,7 @@ https://www.r-bloggers.com/2021/10/git-moving-from-master-to-main: v2_locations: - git.md year: N/A + addition_method: manual https://www.r-bloggers.com/2022/02/how-to-use-r-markdown-part-one: ai_summary: 'An introductory tutorial on R Markdown, illustrating how to combine executable R code blocks with narrative text to generate reproducible, high-quality @@ -259885,6 +275866,7 @@ https://www.r-bloggers.com/2022/02/how-to-use-r-markdown-part-one: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application: ai_summary: Introduces RabbitMQ Streams, a high-throughput, log-append-only streaming protocol introduced in RabbitMQ 3.9. It compares RabbitMQ Streams' sub-millisecond @@ -259907,6 +275889,7 @@ https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.rackspace.com/cloud/kubernetes: content_hash: 71b5fe37ff3b2339874bc407f19d1c767929babf57576f5892c4cde219d85670 health_score: 100.0 @@ -259918,6 +275901,7 @@ https://www.rackspace.com/cloud/kubernetes: - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://www.rackspace.com/managed-kubernetes: content_hash: 2074e2a1a4a46ae796f551b33b5aab615f1778177c4c085aa6da77a7c89dc524 description: '' @@ -259933,6 +275917,7 @@ https://www.rackspace.com/managed-kubernetes: v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.rancher.com: content_hash: 3d972c6f4a0722f442fdc28de7d1a8164309742f5ecafb8885c9a0cfda712091 health_score: 100.0 @@ -259944,6 +275929,7 @@ https://www.rancher.com: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.rancher.com/community: content_hash: 3718ed8f9111defa01bac0bbcc260415af978e5a5f7e5dc33b2bce49278cd609 health_score: 100.0 @@ -259959,6 +275945,7 @@ https://www.rancher.com/community: - kubernetes-tools.md - kubernetes.md - rancher.md + addition_method: manual https://www.rancher.com/docs/rancher/v2.x/en: content_hash: 691845bfed4388106d174b940172dfc2f25bc9597509f90c2fbdb797ccd4ab5d health_score: 100.0 @@ -259970,6 +275957,7 @@ https://www.rancher.com/docs/rancher/v2.x/en: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.rancher.com/docs/rancher/v2.x/en/faq/networking/cni-providers: content_hash: c9a10a1a6da570d25aa1d03877a09a9e74913a14d2850cafffe6a88d83af33f6 health_score: 100.0 @@ -259981,6 +275969,7 @@ https://www.rancher.com/docs/rancher/v2.x/en/faq/networking/cni-providers: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.rancher.com/products/secure-kubernetes-distribution: content_hash: 926ffe177c30a0a870a87f05cd652f4d4385edccb4c05c4d4ec708c74bbfa18c health_score: 100.0 @@ -259993,6 +275982,7 @@ https://www.rancher.com/products/secure-kubernetes-distribution: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.ravirajag.dev/blog/mlops-summary: content_hash: N/A description: '' @@ -260007,6 +275997,7 @@ https://www.ravirajag.dev/blog/mlops-summary: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.readysetcloud.io/blog/allen.helton/how-to-design-serverless-apps-that-scale-the-perfect-amount: content_hash: 0ff8a8e77f304d2e7e736b638893626844c8e0c667afbfb46af5b52f9f9ab49d description: '' @@ -260024,6 +276015,7 @@ https://www.readysetcloud.io/blog/allen.helton/how-to-design-serverless-apps-tha v2_locations: - serverless.md year: N/A + addition_method: manual https://www.rebelscrum.site/post/characteristics-of-a-great-product-owner: content_hash: 53a94e29f027abbee435137ef01e89d479c12a5ca8a52063dcf9c721c0f681e3 description: '' @@ -260040,6 +276032,7 @@ https://www.rebelscrum.site/post/characteristics-of-a-great-product-owner: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.red-gate.com/blog/automated-production-deployments-are-not-the-key-to-devops-performance: content_hash: 5f6b19cf4f8b02eac2d6860ff67395f98705ecfcc43f9702eef6421257cce33e description: '' @@ -260057,6 +276050,7 @@ https://www.red-gate.com/blog/automated-production-deployments-are-not-the-key-t v2_locations: - devops.md year: N/A + addition_method: manual https://www.red-gate.com/products/flyway/community: content_hash: 473b5e3cf0ef710d37518edcdc61317645a5a7cedde020cdaa3fec96b2568bc4 health_score: 84.0 @@ -260073,6 +276067,7 @@ https://www.red-gate.com/products/flyway/community: - docs/liquibase.md v2_locations: - liquibase.md + addition_method: manual ? https://www.red-gate.com/simple-talk/databases/sql-server/performance-sql-server/designing-highly-scalable-database-architectures : content_hash: 80764bb61b6af98ae66b59ce92bf53fa665355955b5e9d0d07b8e4de7a6bf67a description: '' @@ -260089,6 +276084,7 @@ https://www.red-gate.com/products/flyway/community: v2_locations: - databases.md year: N/A + addition_method: manual https://www.red-gate.com/simple-talk/development/dotnet-development/script-loading-between-http1-1-and-http2: content_hash: 0ca19d62da54f6fb3bb1bde9ce05e2441ab7a2015485734e337bb9563082161d health_score: 100.0 @@ -260101,6 +276097,7 @@ https://www.red-gate.com/simple-talk/development/dotnet-development/script-loadi - docs/networking.md v2_locations: - networking.md + addition_method: manual https://www.redbooks.ibm.com/abstracts/redp5565.html: content_hash: fb5203c856a92ed050296644d4376d08545b66c766e220a519ec01a3db8e40ec health_score: 100.0 @@ -260115,6 +276112,7 @@ https://www.redbooks.ibm.com/abstracts/redp5565.html: v2_locations: - ibm_cloud.md - kubernetes-storage.md + addition_method: manual https://www.reddit.com/r/AZURE: content_hash: N/A description: '' @@ -260129,6 +276127,7 @@ https://www.reddit.com/r/AZURE: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/ExperiencedDevs/comments/pw6vuv/promotion_driven_development: content_hash: N/A description: '' @@ -260145,6 +276144,7 @@ https://www.reddit.com/r/ExperiencedDevs/comments/pw6vuv/promotion_driven_develo - about.md - project-management-methodology.md year: N/A + addition_method: manual https://www.reddit.com/r/PowerShell/comments/flzsx5/powershell_core_yaml_support: content_hash: N/A description: '' @@ -260159,6 +276159,7 @@ https://www.reddit.com/r/PowerShell/comments/flzsx5/powershell_core_yaml_support v2_locations: - azure.md year: N/A + addition_method: manual https://www.reddit.com/r/ProgrammerHumor/comments/1tbzih8/techcompaniescuttingdevsforai: content_hash: N/A description: '' @@ -260177,6 +276178,7 @@ https://www.reddit.com/r/ProgrammerHumor/comments/1tbzih8/techcompaniescuttingde - chatgpt.md - recruitment.md year: N/A + addition_method: manual https://www.reddit.com/r/Python: content_hash: N/A description: '' @@ -260191,6 +276193,7 @@ https://www.reddit.com/r/Python: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/Python/comments/3yg2u4/modules_every_python_developer_should_know: content_hash: N/A description: '' @@ -260205,6 +276208,7 @@ https://www.reddit.com/r/Python/comments/3yg2u4/modules_every_python_developer_s v2_locations: - python.md year: N/A + addition_method: manual https://www.reddit.com/r/Python/comments/3yjlim/my_thoughts_about_moving_from_python_27_to_python: content_hash: N/A description: '' @@ -260219,6 +276223,7 @@ https://www.reddit.com/r/Python/comments/3yjlim/my_thoughts_about_moving_from_py v2_locations: - python.md year: N/A + addition_method: manual https://www.reddit.com/r/Python/comments/3ylxmk/why_python: content_hash: N/A description: '' @@ -260233,6 +276238,7 @@ https://www.reddit.com/r/Python/comments/3ylxmk/why_python: v2_locations: - python.md year: N/A + addition_method: manual https://www.reddit.com/r/Python/comments/3zl3g4/ship_better_python_using_feature_flags: content_hash: N/A description: '' @@ -260247,6 +276253,7 @@ https://www.reddit.com/r/Python/comments/3zl3g4/ship_better_python_using_feature v2_locations: - python.md year: N/A + addition_method: manual https://www.reddit.com/r/QualityAssurance: content_hash: N/A description: '' @@ -260261,6 +276268,7 @@ https://www.reddit.com/r/QualityAssurance: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/Terraform: content_hash: N/A description: '' @@ -260275,6 +276283,7 @@ https://www.reddit.com/r/Terraform: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/Terraform/comments/19arrun/comment/kinusdl: content_hash: N/A description: '' @@ -260290,6 +276299,7 @@ https://www.reddit.com/r/Terraform/comments/19arrun/comment/kinusdl: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.reddit.com/r/Terraform/comments/1l7my1x/where_is_ai_still_completely_useless_for: content_hash: N/A description: '' @@ -260306,6 +276316,7 @@ https://www.reddit.com/r/Terraform/comments/1l7my1x/where_is_ai_still_completely - ai.md - chatgpt.md year: N/A + addition_method: manual https://www.reddit.com/r/Terraform/comments/h0tdq3/automate_infrastructure_deployments_on_microsoft: content_hash: N/A description: '' @@ -260321,6 +276332,7 @@ https://www.reddit.com/r/Terraform/comments/h0tdq3/automate_infrastructure_deplo v2_locations: - demos.md year: N/A + addition_method: manual https://www.reddit.com/r/Traefik: content_hash: N/A description: '' @@ -260335,6 +276347,7 @@ https://www.reddit.com/r/Traefik: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/ansible: content_hash: N/A description: '' @@ -260349,6 +276362,7 @@ https://www.reddit.com/r/ansible: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/aws: content_hash: N/A description: '' @@ -260363,6 +276377,7 @@ https://www.reddit.com/r/aws: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/azuredevops: content_hash: N/A description: '' @@ -260377,6 +276392,7 @@ https://www.reddit.com/r/azuredevops: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/bashonubuntuonwindows: content_hash: N/A description: '' @@ -260391,6 +276407,7 @@ https://www.reddit.com/r/bashonubuntuonwindows: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/cloudcomputing: content_hash: N/A description: '' @@ -260405,6 +276422,7 @@ https://www.reddit.com/r/cloudcomputing: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/devops: content_hash: N/A description: '' @@ -260421,6 +276439,7 @@ https://www.reddit.com/r/devops: - devops.md - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/devops/comments/xj1jxg/internal_developer_platforms_what_toolchain_would: content_hash: N/A description: '' @@ -260432,6 +276451,7 @@ https://www.reddit.com/r/devops/comments/xj1jxg/internal_developer_platforms_wha v1_locations: - docs/newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/digital_ocean: content_hash: N/A description: '' @@ -260446,6 +276466,7 @@ https://www.reddit.com/r/digital_ocean: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/digitalocean: content_hash: N/A description: '' @@ -260460,6 +276481,7 @@ https://www.reddit.com/r/digitalocean: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/git: content_hash: N/A description: '' @@ -260474,6 +276496,7 @@ https://www.reddit.com/r/git: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/golang/comments/jnv4bd/what_is_the_best_microservice_framework_in_go: content_hash: N/A description: '' @@ -260488,6 +276511,7 @@ https://www.reddit.com/r/golang/comments/jnv4bd/what_is_the_best_microservice_fr v2_locations: - golang.md year: N/A + addition_method: manual https://www.reddit.com/r/googlecloud: content_hash: N/A description: '' @@ -260502,6 +276526,7 @@ https://www.reddit.com/r/googlecloud: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/gradle: content_hash: N/A description: '' @@ -260516,6 +276541,7 @@ https://www.reddit.com/r/gradle: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/haproxy: content_hash: N/A description: '' @@ -260530,6 +276556,7 @@ https://www.reddit.com/r/haproxy: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/istio: content_hash: N/A description: '' @@ -260544,6 +276571,7 @@ https://www.reddit.com/r/istio: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/java: content_hash: N/A description: '' @@ -260560,6 +276588,7 @@ https://www.reddit.com/r/java: - java_frameworks.md - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/jenkinsci: content_hash: N/A description: '' @@ -260576,6 +276605,7 @@ https://www.reddit.com/r/jenkinsci: - jenkins.md - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/jenkinsci/comments/ctirsc/building_docker_images_when_running_jenkins_in: content_hash: N/A description: '' @@ -260590,6 +276620,7 @@ https://www.reddit.com/r/jenkinsci/comments/ctirsc/building_docker_images_when_r v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.reddit.com/r/jmeter: content_hash: N/A description: '' @@ -260604,6 +276635,7 @@ https://www.reddit.com/r/jmeter: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/kubernetes: content_hash: N/A description: '' @@ -260620,6 +276652,7 @@ https://www.reddit.com/r/kubernetes: - kubernetes.md - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/kubernetes/comments/9d8on5/whats_the_best_proper_way_of_running_a_database: content_hash: N/A description: '' @@ -260635,6 +276668,7 @@ https://www.reddit.com/r/kubernetes/comments/9d8on5/whats_the_best_proper_way_of v2_locations: - databases.md year: N/A + addition_method: manual https://www.reddit.com/r/kubernetes/comments/9qxeuw/openshift_vs_pks_vs_rancher: content_hash: N/A description: '' @@ -260645,6 +276679,7 @@ https://www.reddit.com/r/kubernetes/comments/9qxeuw/openshift_vs_pks_vs_rancher: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.reddit.com/r/kubernetes/comments/gt3uvg/how_to_quarantine_pods: content_hash: N/A description: '' @@ -260659,6 +276694,7 @@ https://www.reddit.com/r/kubernetes/comments/gt3uvg/how_to_quarantine_pods: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.reddit.com/r/kubernetes/comments/r4q1ec/ckad_free_materials: content_hash: N/A description: '' @@ -260673,6 +276709,7 @@ https://www.reddit.com/r/kubernetes/comments/r4q1ec/ckad_free_materials: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.reddit.com/r/learnpython: content_hash: N/A description: '' @@ -260687,6 +276724,7 @@ https://www.reddit.com/r/learnpython: v2_locations: - python.md year: N/A + addition_method: manual https://www.reddit.com/r/learnpython/comments/3r2hsq/python_cheat_sheet: content_hash: N/A description: '' @@ -260697,6 +276735,7 @@ https://www.reddit.com/r/learnpython/comments/3r2hsq/python_cheat_sheet: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.reddit.com/r/learnpython/comments/3zl0p6/real_examples_of_unit_testing: content_hash: N/A description: '' @@ -260711,6 +276750,7 @@ https://www.reddit.com/r/learnpython/comments/3zl0p6/real_examples_of_unit_testi v2_locations: - python.md year: N/A + addition_method: manual https://www.reddit.com/r/learnpython/comments/40rieo/functions_vs_classes: content_hash: N/A description: '' @@ -260725,6 +276765,7 @@ https://www.reddit.com/r/learnpython/comments/40rieo/functions_vs_classes: v2_locations: - python.md year: N/A + addition_method: manual https://www.reddit.com/r/learnpython/comments/418z8b/multiprocessing_vs_threading: content_hash: N/A description: '' @@ -260739,6 +276780,7 @@ https://www.reddit.com/r/learnpython/comments/418z8b/multiprocessing_vs_threadin v2_locations: - python.md year: N/A + addition_method: manual https://www.reddit.com/r/linuxadmin: content_hash: N/A description: '' @@ -260753,6 +276795,7 @@ https://www.reddit.com/r/linuxadmin: v2_locations: - linux.md year: N/A + addition_method: manual https://www.reddit.com/r/maven: content_hash: N/A description: '' @@ -260767,6 +276810,7 @@ https://www.reddit.com/r/maven: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/openshift: content_hash: N/A description: '' @@ -260783,6 +276827,7 @@ https://www.reddit.com/r/openshift: - newsfeeds.md - openshift.md year: N/A + addition_method: manual https://www.reddit.com/r/openshift/comments/e1j5qzrbac_for_container_access_to_destroy_other: content_hash: N/A description: '' @@ -260797,6 +276842,7 @@ https://www.reddit.com/r/openshift/comments/e1j5qzrbac_for_container_access_to_d v2_locations: - chaos-engineering.md year: N/A + addition_method: manual https://www.reddit.com/r/openshift/comments/e1kw48/openshift_42_vsphere_install: content_hash: N/A description: '' @@ -260811,6 +276857,7 @@ https://www.reddit.com/r/openshift/comments/e1kw48/openshift_42_vsphere_install: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.reddit.com/r/postgres: content_hash: N/A description: '' @@ -260825,6 +276872,7 @@ https://www.reddit.com/r/postgres: v2_locations: - newsfeeds.md year: N/A + addition_method: manual https://www.reddit.com/r/redhat: content_hash: N/A description: '' @@ -260841,6 +276889,7 @@ https://www.reddit.com/r/redhat: - newsfeeds.md - openshift.md year: N/A + addition_method: manual https://www.redeszone.net/noticias/seguridad/configurar-mal-nube-vulnerabilidades: ai_summary: 'Analiza cómo la mala configuración de la nube es el principal vector de vulnerabilidades en entornos de producción. Contrast: El análisis original @@ -260870,6 +276919,7 @@ https://www.redeszone.net/noticias/seguridad/configurar-mal-nube-vulnerabilidade v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.redeszone.net/tutoriales/servidores/diferencias-proxy-vs-proxy-inverso: ai_summary: An in-depth article in Spanish comparing forward proxies and reverse proxies. Explains client protection vs. backend load balancing, SSL termination, @@ -260897,11 +276947,13 @@ https://www.redeszone.net/tutoriales/servidores/diferencias-proxy-vs-proxy-inver v2_locations: - linux.md year: N/A + addition_method: manual https://www.redhat.com/architect/12-factor-app: content_hash: 0d5e60a60ba0a7ea53672ff7d54fe474303e2b21280692fbf48a55ba8fa4d8fd health_score: 100.0 last_checked: 1779033100.955423 v1_locations: [] + addition_method: manual https://www.redhat.com/architect/3-gitops-rules-architecture: content_hash: 871965be6a91dccb825b035cc606ce1dff4d0d439ac8b79e28283999d61ba472 description: '' @@ -260913,6 +276965,7 @@ https://www.redhat.com/architect/3-gitops-rules-architecture: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.redhat.com/architect/apache-kafka-EDA-performance: content_hash: 6ce8f39e7f845bf8ef5b16c0e0a610c1664a71ab025c30c15726f7133fb5319a description: '' @@ -260924,6 +276977,7 @@ https://www.redhat.com/architect/apache-kafka-EDA-performance: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.redhat.com/architect/apis-soap-rest-graphql-grpc: content_hash: a9fe1e8181e14020e4ff26a9945f115c7d965efcc8eff9118a2b7a326336b85d description: '' @@ -260936,6 +276990,7 @@ https://www.redhat.com/architect/apis-soap-rest-graphql-grpc: v1_locations: - docs/api.md year: N/A + addition_method: manual https://www.redhat.com/architect/architecture-decision-records: content_hash: a76beba4c35963ca9af067652ad95670939a495e6fd04fa3efef103fb6369cb6 description: '' @@ -260948,6 +277003,7 @@ https://www.redhat.com/architect/architecture-decision-records: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.redhat.com/architect/best-microservices-2021: content_hash: 17b15810b5fa5be150b72e926595556f05b8f9fe90e50ca0e53f1a352856eb91 description: '' @@ -260959,6 +277015,7 @@ https://www.redhat.com/architect/best-microservices-2021: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.redhat.com/architect/design-enterprise-architecture-diagrams: content_hash: 1da56e67a85ec66b76a790def9edd89cb5d43cd0d25fa32af8bd9c54102947a4 description: '' @@ -260971,6 +277028,7 @@ https://www.redhat.com/architect/design-enterprise-architecture-diagrams: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.redhat.com/architect/devsecops-enterprise-architecture: content_hash: 83f596053df8661d58e537d2639f7aa75c44b86424b888b9a0b5d8b0140e0379 description: '' @@ -260982,6 +277040,7 @@ https://www.redhat.com/architect/devsecops-enterprise-architecture: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.redhat.com/architect/diagramming-tools-cloud-infrastructure: content_hash: 559a0124ea5cf68eee8d90fd7589ebb1efc71ab24feee07a2adf4ce5a37794e8 description: '' @@ -260993,6 +277052,7 @@ https://www.redhat.com/architect/diagramming-tools-cloud-infrastructure: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.redhat.com/architect/diagramming-tools-network-architecture: content_hash: 362ac55c19e7af3f2469434a8d1013af938dc2d104fc8f9933630f49633fe345 description: '' @@ -261004,6 +277064,7 @@ https://www.redhat.com/architect/diagramming-tools-network-architecture: v1_locations: - docs/cloud-arch-diagrams.md year: N/A + addition_method: manual https://www.redhat.com/architect/event-driven-architecture-essentials: content_hash: 1607b73421d2fae5d695dabc012960114d05d1d0260edac8c0db0a8206cb7b05 description: '' @@ -261016,6 +277077,7 @@ https://www.redhat.com/architect/event-driven-architecture-essentials: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.redhat.com/architect/from-sysadmin-to-architect: content_hash: 34a40232af6a2786bc6993262c3c2c6e53710c53b55ef45e91ca490392eb5744 description: '' @@ -261027,6 +277089,7 @@ https://www.redhat.com/architect/from-sysadmin-to-architect: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.redhat.com/architect/gitops-implementation-patterns: content_hash: 0fa6c35999807914d54295f9d0f47be5f02ba187fe3f0523923f22b0094835a2 description: '' @@ -261038,6 +277101,7 @@ https://www.redhat.com/architect/gitops-implementation-patterns: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.redhat.com/architect/hybrid-cloud-management-tools: content_hash: 2f12f5aa42f337be3c85af225d874c30bb76b4080ff4a000850c9bc0050baa3e description: '' @@ -261049,6 +277113,7 @@ https://www.redhat.com/architect/hybrid-cloud-management-tools: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.redhat.com/architect/illustrated-guide-gitops: content_hash: 424e8834e134ca3ae4450c88cd72b5b705600a8fd29304982d5643e545b93949 description: '' @@ -261060,6 +277125,7 @@ https://www.redhat.com/architect/illustrated-guide-gitops: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.redhat.com/architect/kubernetes-hierarchical-namespaces: content_hash: 592520e6ebff32d144183a83d75821ef55f14ba8ff9f8f5340a08152a03e9e87 description: '' @@ -261072,6 +277138,7 @@ https://www.redhat.com/architect/kubernetes-hierarchical-namespaces: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.redhat.com/architect/managed-kubernetes: content_hash: 3e81549299b8ae98e8f26f119370bbf7c9b8395fd0cb6df9bd40194411f101ed description: '' @@ -261083,6 +277150,7 @@ https://www.redhat.com/architect/managed-kubernetes: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.redhat.com/architect/multi-cluster-kubernetes-architecture: content_hash: 81ae29d29efed8df52d196a47498bd7eb4c40da92c7314af56d129ec764eee72 description: '' @@ -261095,6 +277163,7 @@ https://www.redhat.com/architect/multi-cluster-kubernetes-architecture: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.redhat.com/architect/openshift-4-migration: content_hash: 3c61b1899a1c7b5dfd9186cf8a0b8cc43e86df31d807dc5b31bfa052485fd932 description: '' @@ -261106,6 +277175,7 @@ https://www.redhat.com/architect/openshift-4-migration: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.redhat.com/architect/pull-push-provisioning-cicd: content_hash: 2f633e5b5c64d39eb59b80c6519978f55ebc72d07ec8015f6c48ed8f46d69dc9 description: '' @@ -261118,6 +277188,7 @@ https://www.redhat.com/architect/pull-push-provisioning-cicd: v1_locations: - docs/iac.md year: N/A + addition_method: manual https://www.redhat.com/architect/schema-registry: content_hash: 494897d104ca5303e02d21b360658241bb18be871f7ab12c64c645415d6ceb99 description: '' @@ -261129,6 +277200,7 @@ https://www.redhat.com/architect/schema-registry: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.redhat.com/architect/tackle-application-modernization: content_hash: 8e81b681986ac385d255d93fda516ac44560372193adeb479872ef913d2aa8ac description: '' @@ -261140,6 +277212,7 @@ https://www.redhat.com/architect/tackle-application-modernization: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.redhat.com/architect/understanding-gitops: content_hash: 5527c039c82a821b32fd3c0e96e9973f35acde437cadf85daa87b9b829a33a57 description: '' @@ -261151,6 +277224,7 @@ https://www.redhat.com/architect/understanding-gitops: v1_locations: - docs/gitops.md year: N/A + addition_method: manual ? https://www.redhat.com/en/about/press-releases/amazon-and-red-hat-announce-general-availability-red-hat-openshift-service-aws-rosa : content_hash: 76b9385d380553c608492a708ded52a156a0293bd6579c144af9f6a675a56006 description: '' @@ -261168,6 +277242,7 @@ https://www.redhat.com/architect/understanding-gitops: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.redhat.com/en/about/press-releases/red-hat-acquire-kubernetes-native-security-leader-stackrox: ai_summary: Press announcement detailing Red Hat's strategic acquisition of StackRox to reinforce OpenShift's out-of-the-box Kubernetes-native security. The synthesis @@ -261196,6 +277271,7 @@ https://www.redhat.com/en/about/press-releases/red-hat-acquire-kubernetes-native v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://www.redhat.com/en/about/press-releases/red-hat-and-github-collaborate-expand-developer-experience-red-hat-openshift-github-actions : content_hash: 491ecbe582d576e8e060002602fa63bffd0dda8ca550ef974c31e8385b82029d description: '' @@ -261215,6 +277291,7 @@ https://www.redhat.com/en/about/press-releases/red-hat-acquire-kubernetes-native - git.md - jenkins-alternatives.md year: N/A + addition_method: manual ? https://www.redhat.com/en/about/press-releases/red-hat-ansible-automation-platform-2-drives-cloud-native-automation-and-helps-developers-become-automators : content_hash: bd762c52b633b453487549c9053fea5004320066d46981feed16d76e6ff3565b description: '' @@ -261232,6 +277309,7 @@ https://www.redhat.com/en/about/press-releases/red-hat-acquire-kubernetes-native v2_locations: - ansible.md year: N/A + addition_method: manual ? https://www.redhat.com/en/about/press-releases/red-hat-ansible-automation-platform-enhancements-and-new-certified-ansible-content-collections-refine-automation-experience-drive-business-imperatives : content_hash: 5eadc3ad7dc9012e8f733509e017587b2031de7d6388a2a72991638cdaa07aaa description: '' @@ -261250,6 +277328,7 @@ https://www.redhat.com/en/about/press-releases/red-hat-acquire-kubernetes-native v2_locations: - ansible.md year: N/A + addition_method: manual https://www.redhat.com/en/about/press-releases/red-hat-brings-industry-leading-ansible-automation-platform-microsoft-azure: content_hash: ef76258ac99f2be525e30b5b04fbaeca2f64e94694d8e0ee1c88fe6c0f55913d description: '' @@ -261267,6 +277346,7 @@ https://www.redhat.com/en/about/press-releases/red-hat-brings-industry-leading-a v2_locations: - ansible.md year: N/A + addition_method: manual https://www.redhat.com/en/about/press-releases/red-hat-brings-red-hat-universal-base-image-docker-hub: content_hash: fb09a707952e4e23b140d24f392d2d49bcdf28018944675c2381791cb792e921 description: '' @@ -261283,6 +277363,7 @@ https://www.redhat.com/en/about/press-releases/red-hat-brings-red-hat-universal- v2_locations: - docker.md year: N/A + addition_method: manual https://www.redhat.com/en/about/press-releases/red-hat-makes-devops-reality-openshift-gitops-and-openshift-pipelines: content_hash: 6e14a9b26310a6d8bbe4954b1f197e4a31d0c9cac378a861820ad95a3fda9543 description: '' @@ -261300,6 +277381,7 @@ https://www.redhat.com/en/about/press-releases/red-hat-makes-devops-reality-open v2_locations: - gitops.md year: N/A + addition_method: manual https://www.redhat.com/en/about/videos/acm-ansible-integration-overview: content_hash: 59061a10347fc75bd5fa2369b54127132ffad40c32c587deecce26d77991ff96 description: '' @@ -261315,6 +277397,7 @@ https://www.redhat.com/en/about/videos/acm-ansible-integration-overview: v2_locations: - demos.md year: N/A + addition_method: manual https://www.redhat.com/en/about/videos/getting-started-openshift-4-security: content_hash: 59061a10347fc75bd5fa2369b54127132ffad40c32c587deecce26d77991ff96 description: '' @@ -261331,12 +277414,14 @@ https://www.redhat.com/en/about/videos/getting-started-openshift-4-security: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.redhat.com/en/about/videos/openshift-backup-and-recovery-kasten-k10: content_hash: c8453e47c8696eeffcad8e71f74f67b2e4b078350379b4d3e0286a80990a876f health_score: 64.0 last_checked: 1779130494.928622 v1_locations: - docs/kubernetes-backup-migrations.md + addition_method: manual https://www.redhat.com/en/ansible-collaborative: content_hash: c577dbb1a0208c91c76a5635389fbbbc07b3168d31063e50f313e02e029bf509 health_score: 100.0 @@ -261348,6 +277433,7 @@ https://www.redhat.com/en/ansible-collaborative: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog: last_checked: 1779388612.79414 status: online @@ -261357,6 +277443,7 @@ https://www.redhat.com/en/blog: - kubernetes-backup-migrations.md - ocp4.md - demos.md + addition_method: manual https://www.redhat.com/en/blog/11-manager-considerations: content_hash: 13cb72b8e114393e0501597b039b3a8f603e5de870aa10ae0156f1b6269f4bc3 health_score: 100.0 @@ -261369,6 +277456,7 @@ https://www.redhat.com/en/blog/11-manager-considerations: - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.redhat.com/en/blog/18333-2: ai_summary: An architectural guide detailing integrations between JFrog Artifactory and Red Hat OpenShift, showing how to coordinate secure, automated image promotion @@ -261390,6 +277478,7 @@ https://www.redhat.com/en/blog/18333-2: v2_locations: - registries.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/3-gitops-rules-architecture: content_hash: c68046a20c3eedf5f9f35b306f82a21bab6850116b2f74cec3b4f59a5e7456c7 health_score: 100.0 @@ -261402,6 +277491,7 @@ https://www.redhat.com/en/blog/3-gitops-rules-architecture: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.redhat.com/en/blog/5-linux-commands: ai_summary: Curator Insight reviews five modern command-line utilities to elevate terminal productivity. Live Grounding emphasizes Red Hat's focus on modernization, @@ -261424,6 +277514,7 @@ https://www.redhat.com/en/blog/5-linux-commands: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/5-questions-interview: ai_summary: A curated set of high-level assessment questions designed for system administration interviews. Focuses on gauging real-world troubleshooting approaches @@ -261446,6 +277537,7 @@ https://www.redhat.com/en/blog/5-questions-interview: v2_locations: - linux.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/5-rsync-tips: ai_summary: An enterprise compilation of specialized rsync techniques. It teaches dry-runs, automatic bandwidth throttling, and remote link preservation to minimize @@ -261467,6 +277559,7 @@ https://www.redhat.com/en/blog/5-rsync-tips: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/500_pods_per_node: content_hash: f7f84a3185bf38a1e49f178e4e16a5c897060a10c7e07b105d228d479b031f37 health_score: 100.0 @@ -261479,6 +277572,7 @@ https://www.redhat.com/en/blog/500_pods_per_node: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/6-code-pushes-aap: content_hash: fcd79d36394cabfb3dd2006134aad51cd5d6e82e55110ae6508bb6b5bb405325 health_score: 100.0 @@ -261491,6 +277585,7 @@ https://www.redhat.com/en/blog/6-code-pushes-aap: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/6-openssl-commands: ai_summary: A highly practical Red Hat SysAdmin overview of foundational OpenSSL diagnostics. It covers RSA and ECC key pair generation, CSR signing, certificate @@ -261512,6 +277607,7 @@ https://www.redhat.com/en/blog/6-openssl-commands: v2_locations: - linux.md year: '2022' + addition_method: manual https://www.redhat.com/en/blog/7-best-practices-for-writing-kubernetes-operators-an-sre-perspective: content_hash: a7c4bc460675935d272bb14ca8ab288789097d1a38ded028d350e3d21a762101 health_score: 100.0 @@ -261524,6 +277620,7 @@ https://www.redhat.com/en/blog/7-best-practices-for-writing-kubernetes-operators - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://www.redhat.com/en/blog/DNS-name-resolution-troubleshooting-tools: ai_summary: Curator Insight introduces 4 robust commands (dig, host, nslookup, and resolvectl) for debugging DNS name resolution issues. Live Grounding validates @@ -261549,6 +277646,7 @@ https://www.redhat.com/en/blog/DNS-name-resolution-troubleshooting-tools: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/a-guide-to-ingress-controllers-in-openshift: content_hash: eaf6483a7c83a4a6076b719cf36f007f288a208144e12e9bb48566e53a990a04 health_score: 100.0 @@ -261561,6 +277659,7 @@ https://www.redhat.com/en/blog/a-guide-to-ingress-controllers-in-openshift: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/a-guide-to-secrets-management-with-gitops-and-kubernetes: ai_summary: An architectural review of credentials handling within declarative GitOps systems. Evaluates and compares Sealed Secrets with dynamic external resolution @@ -261583,6 +277682,7 @@ https://www.redhat.com/en/blog/a-guide-to-secrets-management-with-gitops-and-kub v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/advanced-network-customizations-for-openshift-install: content_hash: c7035f1d0aa541e47bdd6f890e52790d5f4580bf7cc702280d150b0cdbec567e health_score: 100.0 @@ -261595,6 +277695,7 @@ https://www.redhat.com/en/blog/advanced-network-customizations-for-openshift-ins - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/announcing-bring-your-own-host-support-for-windows-nodes-to-red-hat-openshift: content_hash: 0f77ed71ebe221e2e3969b16c443badd00a592cc1538108e71833e96ee02a4ff health_score: 100.0 @@ -261606,6 +277707,7 @@ https://www.redhat.com/en/blog/announcing-bring-your-own-host-support-for-window - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/announcing-openshift-gitops: content_hash: c26d435439980c887693c44c025dfa38fe87dbec038bc7499a30803373edbe77 health_score: 100.0 @@ -261618,6 +277720,7 @@ https://www.redhat.com/en/blog/announcing-openshift-gitops: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual ? https://www.redhat.com/en/blog/announcing-the-red-hat-enterprise-linux-certified-ansible-collection?sc_cid=7015Y000003t7aWQAQ : content_hash: 4fef4e47d2bf70c7202e2a3b1e986631346e26fd2183596c8cfd5665c9152b3c health_score: 100.0 @@ -261630,6 +277733,7 @@ https://www.redhat.com/en/blog/announcing-openshift-gitops: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-ad-hoc-commands: content_hash: 66dba98e523924568a77eb465ab5c6482d23fa9e12389eeffb34e50dc66a780b health_score: 100.0 @@ -261642,6 +277746,7 @@ https://www.redhat.com/en/blog/ansible-ad-hoc-commands: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-and-openshift-connecting-for-success: content_hash: 4165b0abcabd8cecde68bc45b6419b9ca37a2d61e9126e60f3549619ca010410 health_score: 100.0 @@ -261654,6 +277759,7 @@ https://www.redhat.com/en/blog/ansible-and-openshift-connecting-for-success: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-create-users-csv: content_hash: f4d2eccf05d5b6a89f3e308da7d9b75dfb2d7c622da2298795ffba4c44f5e9c8 health_score: 100.0 @@ -261666,6 +277772,7 @@ https://www.redhat.com/en/blog/ansible-create-users-csv: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-dynamic-inventories: content_hash: fc822fef9c3dcdacbcfc0213f60ecab8c15cf53d187fa7d3ad5a0a4c3663d21e health_score: 100.0 @@ -261678,6 +277785,7 @@ https://www.redhat.com/en/blog/ansible-dynamic-inventories: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-dynamic-inventory-python: content_hash: eefd81bd06b44179fbd5a7b3dacb08aaa97978df1e4a8d70308a8d22dddffbfd health_score: 100.0 @@ -261690,6 +277798,7 @@ https://www.redhat.com/en/blog/ansible-dynamic-inventory-python: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-lists-dictionaries-yaml: content_hash: 9ba32bd9606e2b87ff03358edd8b25703c4add035985bca9dc10003f093a8a88 health_score: 100.0 @@ -261702,6 +277811,7 @@ https://www.redhat.com/en/blog/ansible-lists-dictionaries-yaml: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-network-resource-modules-deep-dive-on-return-values?sc_cid=7015Y000003t7aWQAQ: content_hash: 4a9008d967c387a279b68f6d1915bab7727f12904505b68d4ce718ef2732f4d5 health_score: 100.0 @@ -261714,6 +277824,7 @@ https://www.redhat.com/en/blog/ansible-network-resource-modules-deep-dive-on-ret - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-plugin-inventory-files: content_hash: bbb5eb7df820ef2f0667160e7aba252082a9d41511225662aa8857f0aaa8c33c health_score: 100.0 @@ -261726,6 +277837,7 @@ https://www.redhat.com/en/blog/ansible-plugin-inventory-files: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-quick-start: content_hash: 20974850608c99ca7d4bcd1eb21f02c6ce48fcda202c0a2bb4fd633716696eca health_score: 100.0 @@ -261738,6 +277850,7 @@ https://www.redhat.com/en/blog/ansible-quick-start: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-system-role: content_hash: 6ae069a1fceedd2354f75c9273fcd629eeefabac88f0dc61ba1495e2c7f0b72b health_score: 100.0 @@ -261750,6 +277863,7 @@ https://www.redhat.com/en/blog/ansible-system-role: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-templates-configuration: content_hash: dc1afab802073ef9e8f0e541e69dc433f85e8671db54b50c69c5186c6ec203a8 health_score: 100.0 @@ -261762,6 +277876,7 @@ https://www.redhat.com/en/blog/ansible-templates-configuration: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansible-web-endpoints: content_hash: 38665145b56dd9392a43bcca5b7afbcb5d1b45cd1a4e2a3cbbd0a8e167dd643e health_score: 100.0 @@ -261774,6 +277889,7 @@ https://www.redhat.com/en/blog/ansible-web-endpoints: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/ansiblefest-sysadmins: content_hash: 59875ead7e8fbbf98b426e35655618311159ca7d14711fc7b923c76fb16613a3 health_score: 100.0 @@ -261786,6 +277902,7 @@ https://www.redhat.com/en/blog/ansiblefest-sysadmins: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/apache-kafka-EDA-performance: ai_summary: 'Curator Insight: Analysis of leveraging Kafka''s performance characteristics within complex corporate environments. Live Grounding: Covers tuning throughput @@ -261809,6 +277926,7 @@ https://www.redhat.com/en/blog/apache-kafka-EDA-performance: v2_locations: - message-queue.md year: '2022' + addition_method: manual https://www.redhat.com/en/blog/apis-soap-rest-graphql-grpc: content_hash: c1fc53434f8cd43a82def90612fea17c49c0f1fd2e6cccae667e4f9834c434c3 health_score: 100.0 @@ -261821,6 +277939,7 @@ https://www.redhat.com/en/blog/apis-soap-rest-graphql-grpc: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.redhat.com/en/blog/application-management-in-kubernetes-environments-with-helm-charts-and-kubernetes-operators: ai_summary: Architectural discussion comparing Helm package templates with Kubernetes Operators. Outlines when to use Helm for Day 1 installs versus Operators for stateful @@ -261844,6 +277963,7 @@ https://www.redhat.com/en/blog/application-management-in-kubernetes-environments v2_locations: - helm.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/applications-here-applications-there-part-3-application-migration: content_hash: 172b92f138f77e08620d72f9b9092828aa54ff8b16acd19b6cf82b66b6b01967 health_score: 100.0 @@ -261858,6 +277978,7 @@ https://www.redhat.com/en/blog/applications-here-applications-there-part-3-appli v2_locations: - ocp4.md - demos.md + addition_method: manual https://www.redhat.com/en/blog/architecture-decision-records: content_hash: 17424d5b397c890549c7fbea8d3b93a56bbca0891f571795af29789a7cab7633 health_score: 100.0 @@ -261870,6 +277991,7 @@ https://www.redhat.com/en/blog/architecture-decision-records: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.redhat.com/en/blog/ask-an-openshift-admin-office-hour-day-2-operations-part-1: content_hash: 89bd691375bf8c5ac557e2d12018b8bc6036ec2fd6b1361545829e37299c2e12 health_score: 100.0 @@ -261877,6 +277999,7 @@ https://www.redhat.com/en/blog/ask-an-openshift-admin-office-hour-day-2-operatio needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/blog/ask-an-openshift-admin-office-hour-day-2-operations-part-2: content_hash: bea98be8b11d57faca6b52e8fe9ded9800c15345749e7fd658acf4ec4f183f6f health_score: 100.0 @@ -261884,6 +278007,7 @@ https://www.redhat.com/en/blog/ask-an-openshift-admin-office-hour-day-2-operatio needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/blog/automate-podman-ansible: content_hash: d664ccfe5ddcc93990082b4c58b11914a4bc9f0789deb3ae891b67589664c4e2 health_score: 100.0 @@ -261896,6 +278020,7 @@ https://www.redhat.com/en/blog/automate-podman-ansible: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/automate-reboot-ansible: content_hash: d14269d7eb5c348e524770e6dff984e41a4d34d084de55fabdd0eea0732fb4c4 health_score: 100.0 @@ -261908,6 +278033,7 @@ https://www.redhat.com/en/blog/automate-reboot-ansible: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/automate-your-security-practices-and-policies-on-openshift-with-kyverno: content_hash: 749b437121b3977c12ac540d4366f3cb1a58a93f896a7e0bfb33df00c3a45e09 health_score: 100.0 @@ -261920,6 +278046,7 @@ https://www.redhat.com/en/blog/automate-your-security-practices-and-policies-on- - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://www.redhat.com/en/blog/automating-red-hat-satellite-with-ansible?sc_cid=7015Y000003t7aWQAQ: content_hash: d395bb52b1252a079444326d64af97a773730272d073bebfa47b0f6209c44b53 health_score: 100.0 @@ -261932,6 +278059,7 @@ https://www.redhat.com/en/blog/automating-red-hat-satellite-with-ansible?sc_cid= - docs/ansible.md v2_locations: - ansible.md + addition_method: manual ? https://www.redhat.com/en/blog/automating-security-with-cyberark-and-red-hat-ansible-automation-platform?sc_cid=7015Y000003t7aWQAQ : ai_summary: Deep-dive on workflow security, combining CyberArk vaulting features with Ansible infrastructure orchestration. Addresses regulatory and internal auditing @@ -261954,12 +278082,14 @@ https://www.redhat.com/en/blog/automating-red-hat-satellite-with-ansible?sc_cid= v2_locations: - devsecops.md year: '2022' + addition_method: manual https://www.redhat.com/en/blog/automation-architects: content_hash: a5758f5648c10373327bc8d6df347246c73cf404c027562a5363ca2444726bef health_score: 100.0 last_checked: 1779130494.998313 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://www.redhat.com/en/blog/automation-combat-increased-workload: content_hash: 3259338eb8fd68aeacb93242e384bac7432808267cb12691d8eb338a613de77d health_score: 100.0 @@ -261972,6 +278102,7 @@ https://www.redhat.com/en/blog/automation-combat-increased-workload: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.redhat.com/en/blog/automation-first-mentality: ai_summary: 'Provides strategies to build an automation-first culture to improve software security, pipeline reliability, and scalability. Contrast: Curator Insight @@ -261995,6 +278126,7 @@ https://www.redhat.com/en/blog/automation-first-mentality: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/aws-and-red-hat-quickstart-workshop: content_hash: 318c52c49b3fad85bbdf86890a9696732d1cd1f9a9b273065e1a17d398de8e45 health_score: 100.0 @@ -262009,6 +278141,7 @@ https://www.redhat.com/en/blog/aws-and-red-hat-quickstart-workshop: v2_locations: - openshift.md - demos.md + addition_method: manual https://www.redhat.com/en/blog/based-validated-network-content?sc_cid=7015Y000003t7aWQAQ: content_hash: 061e2aadd4af4c6a6ce6a85935af948428e6d0b9a4f26f8c753e8ad530c0b2fe health_score: 100.0 @@ -262021,6 +278154,7 @@ https://www.redhat.com/en/blog/based-validated-network-content?sc_cid=7015Y00000 - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/be-careful-when-pulling-images-short-name: content_hash: e766c6559e53331aa84ca271e675462fa7075314b1d420b3c642174dc5be435e description: '' @@ -262037,6 +278171,7 @@ https://www.redhat.com/en/blog/be-careful-when-pulling-images-short-name: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/best-microservices-2021: content_hash: 8ea7414f16557674b6206b30d5037ff57c05243d5bce54456fc656c74565fbcf health_score: 100.0 @@ -262049,6 +278184,7 @@ https://www.redhat.com/en/blog/best-microservices-2021: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.redhat.com/en/blog/build-VM-fast-ansible: content_hash: 17bf66995b1c02fa00b5644468d55a7bcf05d3ed461a27923afa526bc738ea95 health_score: 100.0 @@ -262061,6 +278197,7 @@ https://www.redhat.com/en/blog/build-VM-fast-ansible: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/build-kubernetes-operators-from-helm-charts-in-5-steps: content_hash: dd0a9f3345befce514c305d9cc0149cd7ef0c44678aa2546857d06a7a24e7d0b health_score: 100.0 @@ -262068,6 +278205,7 @@ https://www.redhat.com/en/blog/build-kubernetes-operators-from-helm-charts-in-5- needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/blog/build-your-kubernetes-operator-with-the-right-tool: content_hash: 08eb51645d9e90d73a595f6b09450bc33e89077dc31e0a655983b58642aa9c47 health_score: 100.0 @@ -262080,6 +278218,7 @@ https://www.redhat.com/en/blog/build-your-kubernetes-operator-with-the-right-too - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://www.redhat.com/en/blog/building-declarative-pipelines-openshift-dsl-plugin: ai_summary: Details strategies to compile reliable, declarative Jenkins pipelines utilizing OpenShift DSL plugins. Discusses native methods to trigger S2I builds, @@ -262102,6 +278241,7 @@ https://www.redhat.com/en/blog/building-declarative-pipelines-openshift-dsl-plug - jenkins.md - openshift-pipelines.md year: '2018' + addition_method: manual https://www.redhat.com/en/blog/building-openshift-pipelines-with-gitlab: content_hash: 101f6e1faf273063805cace78ce4cc8e0b82ec871b376d7dcc0ccd5cf01ea34d health_score: 100.0 @@ -262114,6 +278254,7 @@ https://www.redhat.com/en/blog/building-openshift-pipelines-with-gitlab: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/channel/hybrid-cloud-infrastructure: content_hash: 14e71075cd0da4d18304516429f4f1d150bf9b97f78bd41f15cc3c508bfd7ce9 health_score: 100.0 @@ -262128,11 +278269,13 @@ https://www.redhat.com/en/blog/channel/hybrid-cloud-infrastructure: v2_locations: - openshift.md - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/channel/hybrid-cloud-infrastructure/accessing-external-services-using-egress-router: health_score: 64.0 last_checked: 1779130495.026836 v1_locations: - docs/openshift.md + addition_method: manual https://www.redhat.com/en/blog/channel/hybrid-cloud-infrastructure/networkpolicies-and-microsegmentation: health_score: 64.0 last_checked: 1779130494.971855 @@ -262142,6 +278285,7 @@ https://www.redhat.com/en/blog/channel/hybrid-cloud-infrastructure/networkpolici - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/channel/open-source-communities: ai_summary: Red Hat's experimental analysis testing generative AI capability against Ansible Playbook authoring constraints. Highlights current logical gaps and structural @@ -262165,6 +278309,7 @@ https://www.redhat.com/en/blog/channel/open-source-communities: - ansible.md - chatgpt.md year: '2023' + addition_method: manual https://www.redhat.com/en/blog/chaos-engineering-with-litmuschaos: content_hash: 4e99fbd5182b466ad4715d232c8b533d2fe09deeeb66b015a50e9f32365c9385 health_score: 100.0 @@ -262172,6 +278317,7 @@ https://www.redhat.com/en/blog/chaos-engineering-with-litmuschaos: needs_ai_refresh: true v1_locations: - docs/chaos-engineering.md + addition_method: manual https://www.redhat.com/en/blog/check-out-our-new-look: content_hash: 5f2d23f5418c70dd44dc3aeaae4078f53f7935b90fd8de0e2561c3ea5342032b health_score: 100.0 @@ -262184,6 +278330,7 @@ https://www.redhat.com/en/blog/check-out-our-new-look: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/cloud-devops-with-openshift-and-jfrog: ai_summary: A case study looking at OpenShift and JFrog Artifactory integrations. It details how teams establish secure, auditable image management pipelines across @@ -262206,6 +278353,7 @@ https://www.redhat.com/en/blog/cloud-devops-with-openshift-and-jfrog: - jenkins-alternatives.md - registries.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/cloud-native-business-automation-kogito: content_hash: 5745425287ff9c13704b5c3138b5d614a6bcf7f5ad21674dcfba82627d3e8d26 description: '' @@ -262222,6 +278370,7 @@ https://www.redhat.com/en/blog/cloud-native-business-automation-kogito: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/cloud-native-ci-cd-with-openshift-pipelines: ai_summary: 'Curator Insight: An official Red Hat announcement outlining OpenShift Pipelines, the managed implementation of Tekton. @@ -262247,6 +278396,7 @@ https://www.redhat.com/en/blog/cloud-native-ci-cd-with-openshift-pipelines: - tekton.md - openshift-pipelines.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/compose-kubernetes-podman: content_hash: d361deb33ca1c63e063005f0e843f723258906e2df37a25a37d280f41590ab9f health_score: 100.0 @@ -262259,6 +278409,7 @@ https://www.redhat.com/en/blog/compose-kubernetes-podman: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/configure-gmail-using-ansible: content_hash: 4415b662eb7836ba4f656044975b00d0f18219a0fecf68489d6ffda26055012f health_score: 100.0 @@ -262271,6 +278422,7 @@ https://www.redhat.com/en/blog/configure-gmail-using-ansible: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/configure-ssh-keygen: ai_summary: A hands-on walk-through of modern ssh-keygen configurations, outlining RSA, ECDSA, and Ed25519 signature algorithm trade-offs. It shows how to safely @@ -262293,6 +278445,7 @@ https://www.redhat.com/en/blog/configure-ssh-keygen: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/configure-the-openshift-image-registry-backed-by-openshift-container-storage: content_hash: 07e73e219cb03ca933ccfed11055d62b8c137a41eac1c4577d17a64104784a42 health_score: 100.0 @@ -262305,6 +278458,7 @@ https://www.redhat.com/en/blog/configure-the-openshift-image-registry-backed-by- - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/container-information-podman: content_hash: 5698f52d6c4b16a5705f6658238661f108b9d45409a7250d4be88a202e8c7e09 health_score: 100.0 @@ -262317,6 +278471,7 @@ https://www.redhat.com/en/blog/container-information-podman: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/container-security-seccomp: ai_summary: An authoritative Red Hat review explaining system-call level security using seccomp. Addresses custom policy writing to prevent runtime container compromise @@ -262338,6 +278493,7 @@ https://www.redhat.com/en/blog/container-security-seccomp: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/containerizing-applications: content_hash: 7823f61d0a98d35840064d39204e63627338c1e138bee5da4e604036bb1750cf health_score: 100.0 @@ -262350,6 +278506,7 @@ https://www.redhat.com/en/blog/containerizing-applications: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.redhat.com/en/blog/create-containers-podman-quickly: content_hash: e1e3e2859b54429852315da8dd5547d8ee158fcf88b7074e23ec0fd7acc09bae health_score: 100.0 @@ -262362,6 +278519,7 @@ https://www.redhat.com/en/blog/create-containers-podman-quickly: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/creating-custom-rules-for-ansible-lint: content_hash: 2535dea41cd05a0bfe70e5e1b01553dae02a43ed4a4f08b5a53c18169a27a127 health_score: 100.0 @@ -262374,6 +278532,7 @@ https://www.redhat.com/en/blog/creating-custom-rules-for-ansible-lint: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/curl-hack-httpie: ai_summary: A developer comparison highlighting HTTPie as an expressive, human-friendly command-line alternative to curl. It illustrates dynamic coloring, direct JSON @@ -262395,6 +278554,7 @@ https://www.redhat.com/en/blog/curl-hack-httpie: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/customize-vm-cloud-images-guestfish: ai_summary: A comprehensive technical guide demonstrating how to use guestfish to inject files, modify configurations, and customize virtual machine disk images. @@ -262418,6 +278578,7 @@ https://www.redhat.com/en/blog/customize-vm-cloud-images-guestfish: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/customizing-virtual-machine-templates-in-openshift-1: content_hash: 6677f748ddca34ba89462cd1cd2289500cdeb697f44c698ff04ada0a8d8e7483 health_score: 100.0 @@ -262430,6 +278591,7 @@ https://www.redhat.com/en/blog/customizing-virtual-machine-templates-in-openshif - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/data-text-files: ai_summary: A practical tutorial from Red Hat explaining different loop patterns for reading and parsing file contents in Bash. Discusses performance implications @@ -262452,6 +278614,7 @@ https://www.redhat.com/en/blog/data-text-files: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/datacenter-edge-open-hybrid-cloud-vision-red-hat-ansible-automation-platform-2: content_hash: 4c7767184757ae92b7f16f689f84b439e0ce88743ace1345d4553fd134671813 description: '' @@ -262469,6 +278632,7 @@ https://www.redhat.com/en/blog/datacenter-edge-open-hybrid-cloud-vision-red-hat- v2_locations: - ansible.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/debugging-java-applications-on-openshift-kubernetes: ai_summary: Walkthrough covering remote JVM agent connection attachment procedures targeting pods deployed within secured target Kubernetes namespaces. @@ -262490,6 +278654,7 @@ https://www.redhat.com/en/blog/debugging-java-applications-on-openshift-kubernet - monitoring.md - java-and-java-performance-optimization.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/demystifying-ansible-sysadmins: content_hash: d13f4b13d5c65dd0643ce3f225cc040d81ee4aab7640642c1f7cabd77c3193a9 health_score: 100.0 @@ -262502,6 +278667,7 @@ https://www.redhat.com/en/blog/demystifying-ansible-sysadmins: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/demystifying-multus: content_hash: 4efff685c2e337aea8a3f2a76f5dec84e0ee2598b1088b23303572311442ec1a health_score: 100.0 @@ -262514,6 +278680,7 @@ https://www.redhat.com/en/blog/demystifying-multus: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/deploying-jenkins-on-openshift-part-1: ai_summary: Explores the baseline deployment strategy for standing up Jenkins nodes within OpenShift namespaces. Deeply reviews network configurations, service accounts, @@ -262535,6 +278702,7 @@ https://www.redhat.com/en/blog/deploying-jenkins-on-openshift-part-1: v2_locations: - openshift-pipelines.md year: '2018' + addition_method: manual https://www.redhat.com/en/blog/deploying-openshift-4.4-to-vmware-vsphere-7: content_hash: 3088b18fd198e2e74e0b7f50aa956eeffeb847a30a64412980ca8af5fb1d9fdf health_score: 100.0 @@ -262547,6 +278715,7 @@ https://www.redhat.com/en/blog/deploying-openshift-4.4-to-vmware-vsphere-7: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/deploying-openshift-applications-multiple-datacenters: ai_summary: Provides high-level operational advice for utilizing Jenkins pipelines to orchestrate, sync, and validate application deployments across disparate, multi-region @@ -262569,6 +278738,7 @@ https://www.redhat.com/en/blog/deploying-openshift-applications-multiple-datacen v2_locations: - openshift-pipelines.md year: '2018' + addition_method: manual https://www.redhat.com/en/blog/deploying-to-openshift-using-github-actions: content_hash: e657ba90a5e4f6c12332ee861802b63e0b19b5bc265821380417190226f538c5 health_score: 100.0 @@ -262581,6 +278751,7 @@ https://www.redhat.com/en/blog/deploying-to-openshift-using-github-actions: - docs/git.md v2_locations: - git.md + addition_method: manual https://www.redhat.com/en/blog/descheduler-ga-in-openshift-4.7: content_hash: 3f86ea029b6ca6fde6aaf2f176b95d9276333234f2fb6a3ca1fb5033592ff77d health_score: 100.0 @@ -262593,6 +278764,7 @@ https://www.redhat.com/en/blog/descheduler-ga-in-openshift-4.7: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/design-enterprise-architecture-diagrams: content_hash: 187d2be82174951f7595ab557de95c0f75be2189e9248393491be3f5a60b790a health_score: 100.0 @@ -262605,6 +278777,7 @@ https://www.redhat.com/en/blog/design-enterprise-architecture-diagrams: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://www.redhat.com/en/blog/developing-ansible-role: content_hash: 38f27b90b0ebc37125cebace0c51131c36bdca31474711f67392185237075c8d health_score: 100.0 @@ -262617,6 +278790,7 @@ https://www.redhat.com/en/blog/developing-ansible-role: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/devsecops-enterprise-architecture: ai_summary: 'Offers an architectural guide to scaling security across thousands of containerized workflows and corporate teams. Contrast: Curator Insight targets @@ -262640,6 +278814,7 @@ https://www.redhat.com/en/blog/devsecops-enterprise-architecture: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/diagramming-tools-cloud-infrastructure: content_hash: 78f905f507468bf3c678cf145a81f6ff4789ec6c1c2b5f0771e7817f48354cf3 health_score: 100.0 @@ -262652,6 +278827,7 @@ https://www.redhat.com/en/blog/diagramming-tools-cloud-infrastructure: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://www.redhat.com/en/blog/diagramming-tools-network-architecture: content_hash: 85ea02d32b375c788e9cef48243fefddd5421a129796880022f7d196ad6bb26d health_score: 100.0 @@ -262664,6 +278840,7 @@ https://www.redhat.com/en/blog/diagramming-tools-network-architecture: - docs/cloud-arch-diagrams.md v2_locations: - cloud-arch-diagrams.md + addition_method: manual https://www.redhat.com/en/blog/edit-text-bash-command: ai_summary: Demonstrates how to use standard CLI commands (specifically `sed` and `find`) to batch-replace strings across deep file structures. Focuses on safe @@ -262686,6 +278863,7 @@ https://www.redhat.com/en/blog/edit-text-bash-command: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/enabling-openshift-4-clusters-to-stop-and-resume-cluster-vms: content_hash: e99ab56a18d15fbbb77d6a02bb1f058232ad6b03cbfd56253988007691e5f47c health_score: 100.0 @@ -262698,6 +278876,7 @@ https://www.redhat.com/en/blog/enabling-openshift-4-clusters-to-stop-and-resume- - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/enhanced-openshift-jboss-amq-container-image-for-production: content_hash: 8ee9e22beed3be4625bbe0f3f664c832b04cce75f70fbccb95f7ea365596735a health_score: 100.0 @@ -262705,6 +278884,7 @@ https://www.redhat.com/en/blog/enhanced-openshift-jboss-amq-container-image-for- needs_ai_refresh: true v1_locations: - docs/monitoring.md + addition_method: manual https://www.redhat.com/en/blog/enterprise-kubernetes-with-openshift-part-one: content_hash: 6327dfab4ea8d6d02b4b859c594b814865539b9af58963c759b000b24023fc2f health_score: 100.0 @@ -262718,6 +278898,7 @@ https://www.redhat.com/en/blog/enterprise-kubernetes-with-openshift-part-one: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/event-driven-architecture-essentials: ai_summary: A deep dive by Red Hat explaining how event-driven designs foster agility, decoupling, and high horizontal scalability. It discusses integration paths with @@ -262741,6 +278922,7 @@ https://www.redhat.com/en/blog/event-driven-architecture-essentials: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/extra-variables-ansible-playbook: content_hash: 1c3a9a3b0ecc57fe3351bd5a4487d81573dc951c186942da609876938e541786 health_score: 100.0 @@ -262753,6 +278935,7 @@ https://www.redhat.com/en/blog/extra-variables-ansible-playbook: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/fast-vs-easy-benchmarking-ansible-operators-for-kubernetes?sc_cid=7015Y000003t7aWQAQ: content_hash: 963383035903654492ff0abdb22d8f93758319d246f21e9fa92be93c3558cfce health_score: 100.0 @@ -262765,6 +278948,7 @@ https://www.redhat.com/en/blog/fast-vs-easy-benchmarking-ansible-operators-for-k - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/faster-ansible-playbook-execution: content_hash: d0e1ede4553cb2324f440d892a274435d4acd4234907f24cc539bcbdcb5eff84 health_score: 100.0 @@ -262777,6 +278961,7 @@ https://www.redhat.com/en/blog/faster-ansible-playbook-execution: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/find-non-expiring-passwords: ai_summary: A Red Hat system administration guide that implements a tailored Bash script to parse user account states. Useful for continuous compliance loops and @@ -262800,6 +278985,7 @@ https://www.redhat.com/en/blog/find-non-expiring-passwords: v2_locations: - linux.md year: '2022' + addition_method: manual https://www.redhat.com/en/blog/fine-grained-policy-enforcement-in-openshift-with-open-policy-agent: content_hash: c4d922b39abc46343e07e22c22bca3476a4bbdc730db25becaa90abc3e29cae8 health_score: 100.0 @@ -262812,6 +278998,7 @@ https://www.redhat.com/en/blog/fine-grained-policy-enforcement-in-openshift-with - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://www.redhat.com/en/blog/five-network-commands: ai_summary: 'Explains five critical native diagnostic utilities for debugging connectivity issues on modern Linux: ip, ping, traceroute, ss, and dig. Outlines the operational @@ -262833,6 +279020,7 @@ https://www.redhat.com/en/blog/five-network-commands: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/from-code-to-production-with-gitops: content_hash: 315c24daca8c48e599fe370729b4e6f69e048222173dc3edbd0d4ba8ec5dcb96 health_score: 100.0 @@ -262847,6 +279035,7 @@ https://www.redhat.com/en/blog/from-code-to-production-with-gitops: v2_locations: - ocp3.md - gitops.md + addition_method: manual https://www.redhat.com/en/blog/from-ops-to-sre-evolution-of-the-openshift-dedicated-team: ai_summary: An enterprise case study detailing how Red Hat transitioned its OpenShift Dedicated operations team to a modern SRE model, showing concrete scaling metrics. @@ -262867,6 +279056,7 @@ https://www.redhat.com/en/blog/from-ops-to-sre-evolution-of-the-openshift-dedica v2_locations: - sre.md year: '2023' + addition_method: manual https://www.redhat.com/en/blog/from-sysadmin-to-architect: content_hash: 36d621032f43aff49470db8d49255a590800b8909e476dbd5c7c8367fbb9519e health_score: 100.0 @@ -262879,6 +279069,7 @@ https://www.redhat.com/en/blog/from-sysadmin-to-architect: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.redhat.com/en/blog/from-templates-to-openshift-helm-charts: content_hash: ea3609ff2bf2a530c10830950780bbb4d175725cfae8105542f61d7f7856ffb8 health_score: 100.0 @@ -262891,6 +279082,7 @@ https://www.redhat.com/en/blog/from-templates-to-openshift-helm-charts: - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://www.redhat.com/en/blog/fully-automated-management-of-egress-ips-with-the-egressip-ipam-operator: content_hash: e7454933f4cf658e41768e8cfd65b8c855b21c355f604cccf07dc44beef24300 health_score: 100.0 @@ -262903,6 +279095,7 @@ https://www.redhat.com/en/blog/fully-automated-management-of-egress-ips-with-the - docs/openshift.md v2_locations: - openshift.md + addition_method: manual ? https://www.redhat.com/en/blog/generally-available-today-red-hat-openshift-container-platform-311-ready-power-enterprise-kubernetes-deployments : content_hash: 04528b1c6d81c3f9fbb7566bfa051467f619fa5a84eeab16edc311ee63ce2a5c description: '' @@ -262920,6 +279113,7 @@ https://www.redhat.com/en/blog/fully-automated-management-of-egress-ips-with-the v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/geographically-distributed-stateful-workloads-part-3-keycloak: ai_summary: Part of Red Hat's multi-region series, this architectural blueprint discusses geographically distributed stateful workloads, focusing on multi-site @@ -262942,6 +279136,7 @@ https://www.redhat.com/en/blog/geographically-distributed-stateful-workloads-par v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/getting-started-in-openshift: content_hash: 3ce4a0c720f9196369715f1af6b03041c66096339afd70307a4c73c934ae2a70 health_score: 100.0 @@ -262954,6 +279149,7 @@ https://www.redhat.com/en/blog/getting-started-in-openshift: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/getting-started-jboss: content_hash: 707c2857aae5b455fa8bb8b0d3fc4625983c5fec3a19a36811104225b3f92199 health_score: 100.0 @@ -262966,6 +279162,7 @@ https://www.redhat.com/en/blog/getting-started-jboss: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/getting-started-running-spark-workloads-on-openshift: ai_summary: 'Curator Insight: Practical guide detailing setup steps for hosting Spark data processors on OpenShift Platform. @@ -262989,6 +279186,7 @@ https://www.redhat.com/en/blog/getting-started-running-spark-workloads-on-opensh v2_locations: - kubernetes-bigdata.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/getting-started-with-applicationsets: ai_summary: Introductory guide to Argo CD ApplicationSets. It demonstrates how to templating multi-cluster deployments, generating child resources programmatically @@ -263011,6 +279209,7 @@ https://www.redhat.com/en/blog/getting-started-with-applicationsets: v2_locations: - argo.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/getting-started-with-kubevirt: content_hash: 77a33ccb166af99316a7c5d003a2bd1bd5f1dbf793590796109acc4607411200 health_score: 100.0 @@ -263023,6 +279222,7 @@ https://www.redhat.com/en/blog/getting-started-with-kubevirt: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/gitops-implementation-patterns: content_hash: 1fa6fb56f1879f95f9e642d71213ea84c04d652469a5fb6fc031427fe45cbe05 health_score: 100.0 @@ -263035,6 +279235,7 @@ https://www.redhat.com/en/blog/gitops-implementation-patterns: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.redhat.com/en/blog/gitops-secret-management: ai_summary: 'Compares two distinct GitOps approaches: Sealed Secrets (one-way asymmetric client-side encryption) and External Secrets (pulling secrets dynamically via @@ -263061,6 +279262,7 @@ https://www.redhat.com/en/blog/gitops-secret-management: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/gitops-using-red-hat-openshift-pipelines-tekton-and-red-hat-advanced-cluster-management: content_hash: 0932dd3c3198ee8c6b7166d303da2fdf337677ba479bfaea33a33c8145727e37 health_score: 100.0 @@ -263073,6 +279275,7 @@ https://www.redhat.com/en/blog/gitops-using-red-hat-openshift-pipelines-tekton-a - docs/demos.md v2_locations: - demos.md + addition_method: manual ? https://www.redhat.com/en/blog/gitops-using-red-hat-openshift-pipelines-tekton-and-red-hat-advanced-cluster-management-to-deploy-on-multiple-clusters : content_hash: 9648c76d037ddfdda0ec3e46dd9f8b23db91ca31b997a77dedbec1d43673aae9 health_score: 100.0 @@ -263085,6 +279288,7 @@ https://www.redhat.com/en/blog/gitops-using-red-hat-openshift-pipelines-tekton-a - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/global-load-balancer-approaches: content_hash: c1d3e071b476966e3264fa9c6428c4c8eff189c00fb33d60bb03c9e5a686fd12 health_score: 100.0 @@ -263097,6 +279301,7 @@ https://www.redhat.com/en/blog/global-load-balancer-approaches: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.redhat.com/en/blog/global-load-balancer-for-openshift-clusters-an-operator-based-approach: content_hash: 06901f5e5fb9a8c3190d75234880fd5139fad691a113442cb742376554cf8c01 health_score: 100.0 @@ -263109,6 +279314,7 @@ https://www.redhat.com/en/blog/global-load-balancer-for-openshift-clusters-an-op - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/grpc-or-http/2-ingress-connectivity-in-openshift: content_hash: db7e66256070b1ecafe7b7fc9ec10c09d6f09321e705b55cd24221c1e95e142e health_score: 100.0 @@ -263121,6 +279327,7 @@ https://www.redhat.com/en/blog/grpc-or-http/2-ingress-connectivity-in-openshift: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.redhat.com/en/blog/guide-to-installing-an-okd-4-4-cluster-on-your-home-lab: content_hash: 11fb2f1749c46250ad9d41599411f622cb98d03a6a6eab9c015af7e57a47ae40 health_score: 100.0 @@ -263133,6 +279340,7 @@ https://www.redhat.com/en/blog/guide-to-installing-an-okd-4-4-cluster-on-your-ho - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/guide-to-openshift-pipelines-part-1-introducing-openshift-pipelines: content_hash: 248f3e7698417943d4c1736fb8ec807d946056d2601177a063c2a96a400f1f06 health_score: 100.0 @@ -263145,6 +279353,7 @@ https://www.redhat.com/en/blog/guide-to-openshift-pipelines-part-1-introducing-o - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/history-and-future-openjdk: content_hash: 86a838eb20634af4663d4713ebf7cd20b3ba1bded6edc9cd002f504e4e9030f5 description: '' @@ -263161,6 +279370,7 @@ https://www.redhat.com/en/blog/history-and-future-openjdk: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/how-full-is-my-cluster-part-5-a-capacity-management-dashboard: last_checked: 1779388553.106697 status: online @@ -263168,6 +279378,7 @@ https://www.redhat.com/en/blog/how-full-is-my-cluster-part-5-a-capacity-manageme - '[COMMUNITY-TOOL]' v2_locations: - ocp3.md + addition_method: manual https://www.redhat.com/en/blog/how-gather-and-display-metrics-red-hat-openshift: content_hash: d23d24b47cf8087b73e7334472f286587158b7416f9665b5c4b836c0204677e7 description: '' @@ -263185,6 +279396,7 @@ https://www.redhat.com/en/blog/how-gather-and-display-metrics-red-hat-openshift: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/how-start-ansible: content_hash: ffa92bc3cc5ef4f7d171f23cc2c7787503d9f6d40e8b60e3deda0f36bb16ed3b health_score: 100.0 @@ -263197,6 +279409,7 @@ https://www.redhat.com/en/blog/how-start-ansible: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual ? https://www.redhat.com/en/blog/how-to-build-a-disconnected-openshift-cluster-with-mirror-registries-on-rhel-coreos-using-podman-and-systemd : content_hash: 0c5dc49f14f6b1f9bcdbc54f6a2037b5e6d27c1a89d888ddf2755ab0699d12d2 health_score: 100.0 @@ -263209,6 +279422,7 @@ https://www.redhat.com/en/blog/how-start-ansible: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/how-to-enable-static-egress-ip-in-ocp: content_hash: 29066bcde2ca79161ca546b9ad14ee329c2bf63f9f8d1d7164f136df062d97e9 health_score: 100.0 @@ -263221,6 +279435,7 @@ https://www.redhat.com/en/blog/how-to-enable-static-egress-ip-in-ocp: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/how-to-modernize-virtualized-workloads: content_hash: 7ab68efe2e3bf75dcc23d6aa33004d4f72af6a5bb3aa2bfc2efc0bb4010dec97 health_score: 100.0 @@ -263233,6 +279448,7 @@ https://www.redhat.com/en/blog/how-to-modernize-virtualized-workloads: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.redhat.com/en/blog/how-to-monitoring-openshift-4.x-with-zabbix-using-prometheus-part-2: content_hash: c4c53ea401b26a1dcdf38dc212f18440a3d68f6bb51e46753435b1d7bf028032 health_score: 100.0 @@ -263244,6 +279460,7 @@ https://www.redhat.com/en/blog/how-to-monitoring-openshift-4.x-with-zabbix-using - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual ? https://www.redhat.com/en/blog/how-to-observe-your-clusters-with-red-hat-advanced-cluster-management-customize-the-grafana-dashboard : content_hash: 8b4711623b57089fc237bf9128c4e6a6c9872a958b4950015700156e03c6ff0c health_score: 100.0 @@ -263256,6 +279473,7 @@ https://www.redhat.com/en/blog/how-to-monitoring-openshift-4.x-with-zabbix-using - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/how-to-offer-service-running-on-openshift-on-aws-to-other-aws-vpcs-privately: content_hash: f111c5d5b3846fb16360aeab060b5f7c52e7b0c9bb31a352f183ba1d05a0e939 health_score: 100.0 @@ -263268,6 +279486,7 @@ https://www.redhat.com/en/blog/how-to-offer-service-running-on-openshift-on-aws- - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/how-to-orchestrate-data-pipelines-with-applications-deployed-on-openshift: ai_summary: Demonstrates deployment patterns for co-locating high-throughput data processing pipelines (Argo, Apache Spark, Strimzi) directly alongside backend @@ -263290,6 +279509,7 @@ https://www.redhat.com/en/blog/how-to-orchestrate-data-pipelines-with-applicatio v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/how-to-use-argocd-deployments-with-github-tokens: ai_summary: Presents security best practices for token management between GitHub and Argo CD deployments, ensuring repository integrations minimize vector attacks. @@ -263311,6 +279531,7 @@ https://www.redhat.com/en/blog/how-to-use-argocd-deployments-with-github-tokens: v2_locations: - argo.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/how-to-use-hashicorp-vault-and-argo-cd-for-gitops-on-openshift: content_hash: 0aab51dba7c57b98b691d82e831a80ee74fadda94b3df8940bca99d00fa94127 health_score: 100.0 @@ -263323,6 +279544,7 @@ https://www.redhat.com/en/blog/how-to-use-hashicorp-vault-and-argo-cd-for-gitops - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/hybrid-cloud-management-tools: content_hash: ef99cce55c39e9ee42f82849dfd4b652925d3b77a653e82d6c37b70ac6c4734f health_score: 100.0 @@ -263335,6 +279557,7 @@ https://www.redhat.com/en/blog/hybrid-cloud-management-tools: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.redhat.com/en/blog/ibm-and-red-hat-bring-openshift-to-ibm-z-and-linuxone: content_hash: 2e63182c0161091401726da6ce71d0b4fc1dcc1c11f50feb02789420ce2efb19 health_score: 100.0 @@ -263347,6 +279570,7 @@ https://www.redhat.com/en/blog/ibm-and-red-hat-bring-openshift-to-ibm-z-and-linu - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.redhat.com/en/blog/illustrated-guide-gitops: content_hash: d5d7f8c317a27247769f8aaaf6eaa684cb1a6c528210319dadbec9552754a325 health_score: 100.0 @@ -263359,6 +279583,7 @@ https://www.redhat.com/en/blog/illustrated-guide-gitops: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.redhat.com/en/blog/improved-tooling-and-best-practices-to-help-you-migrate-to-openshift-4: content_hash: 4f0bcabfb652d818008f17fbe9587849d17192c1c0c1f32702e526bae1affe5b health_score: 100.0 @@ -263371,6 +279596,7 @@ https://www.redhat.com/en/blog/improved-tooling-and-best-practices-to-help-you-m - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/improving-jenkins-performance-on-openshift-part-2: ai_summary: Focuses on maximizing execution speed, tuning garbage collection, allocating resource requests and limits, and resolving scaling bottlenecks in OpenShift Jenkins @@ -263392,6 +279618,7 @@ https://www.redhat.com/en/blog/improving-jenkins-performance-on-openshift-part-2 v2_locations: - openshift-pipelines.md year: '2018' + addition_method: manual https://www.redhat.com/en/blog/install-ansible-way: content_hash: 43cec45cf103c38c9dd4dec748a88a6ba0b435171ffa908d7edf8355f464f5b2 health_score: 100.0 @@ -263404,6 +279631,7 @@ https://www.redhat.com/en/blog/install-ansible-way: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/installing-ocp-in-a-mainframe-z-series: content_hash: 142f92b15064775ead909d695abddb435e834813d8dc92c949c4c3a6d771cd70 health_score: 100.0 @@ -263416,6 +279644,7 @@ https://www.redhat.com/en/blog/installing-ocp-in-a-mainframe-z-series: - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.redhat.com/en/blog/installing-okd-3-10-on-a-single-host: content_hash: 04ff896fe6dfb7e3a65b14ee50c66195c29d9cfe1476f257fd9c9be7f2e003c7 health_score: 100.0 @@ -263428,6 +279657,7 @@ https://www.redhat.com/en/blog/installing-okd-3-10-on-a-single-host: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/introducing-kube-burner-a-tool-to-burn-down-kubernetes-and-openshift: content_hash: db06a693720910366d4974cbe2f3e01739620a99dcd7fb6c075668e9f827a49a health_score: 100.0 @@ -263440,6 +279670,7 @@ https://www.redhat.com/en/blog/introducing-kube-burner-a-tool-to-burn-down-kuber - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.redhat.com/en/blog/introducing-nginx-and-nginx-plus-routers-for-openshift: content_hash: 79126b3d65504d4003f2efd8e441b66f329d31d5eb886f342dab1c6c5a80a329 health_score: 100.0 @@ -263447,6 +279678,7 @@ https://www.redhat.com/en/blog/introducing-nginx-and-nginx-plus-routers-for-open needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/blog/introducing-openshift-service-mesh-2.0: content_hash: 36097aa6944647287b3de0e78a4dbb9a4bddeb47a2f04e52e2ff098afb199ba3 health_score: 100.0 @@ -263459,6 +279691,7 @@ https://www.redhat.com/en/blog/introducing-openshift-service-mesh-2.0: - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://www.redhat.com/en/blog/introducing-operator-framework-building-apps-kubernetes: content_hash: 138534bbdb86504d29b6148d1b402a989d9db450b779b02309c5df3a466d4bbc health_score: 100.0 @@ -263466,6 +279699,7 @@ https://www.redhat.com/en/blog/introducing-operator-framework-building-apps-kube needs_ai_refresh: true v1_locations: - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/blog/introducing-red-hat-openshift-4: content_hash: 8cc4c7103c94b6659987a03a420f81c660a4bf5658e13e2e10556e246ec07305 health_score: 100.0 @@ -263478,6 +279712,7 @@ https://www.redhat.com/en/blog/introducing-red-hat-openshift-4: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/introducing-red-hat-openshift-4-3-to-enhance-kubernetes-security: content_hash: 42d5856ae520c19de723bad53e949113c394e805944fc2bef0c47ecb4208f661 health_score: 100.0 @@ -263490,6 +279725,7 @@ https://www.redhat.com/en/blog/introducing-red-hat-openshift-4-3-to-enhance-kube - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/introducing-red-hat-openshift-data-science: content_hash: acabce1139efab7a1d40d82111cbfc5383710e209a2638b364a855c234918065 description: '' @@ -263506,6 +279742,7 @@ https://www.redhat.com/en/blog/introducing-red-hat-openshift-data-science: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/introducing-red-hat-openshift-service-on-aws: content_hash: 853d7b6db8189e9584d648abd66591ad3d0b36882d482216e3558bf03c4c5304 health_score: 100.0 @@ -263518,6 +279755,7 @@ https://www.redhat.com/en/blog/introducing-red-hat-openshift-service-on-aws: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/introducing-red-hat-quay: content_hash: 29957dc030561d8ce7148bc5c6466c28bc041092973b5b1590dadc9009e8c61b health_score: 100.0 @@ -263530,6 +279768,7 @@ https://www.redhat.com/en/blog/introducing-red-hat-quay: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/introducing-red-hat-quay-3-registry-your-linux-and-windows-containers: ai_summary: Official release documentation for Red Hat Quay 3.0. It highlights architectural additions including Windows Container support, a revamped UI, and improved multi-tenant @@ -263557,6 +279796,7 @@ https://www.redhat.com/en/blog/introducing-red-hat-quay-3-registry-your-linux-an v2_locations: - registries.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image: content_hash: 7f1ab4e90acf5f178c08c0c10e2eecc4a65b7160ce8e748326d77d3f9ff8e2a5 description: '' @@ -263573,6 +279813,7 @@ https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/introducing-red-hat-vulnerability-scanner-certification: ai_summary: Introduces Red Hat's framework for validating enterprise vulnerability scanner engines. Ensures that security scanning software integrated into Red Hat @@ -263600,6 +279841,7 @@ https://www.redhat.com/en/blog/introducing-red-hat-vulnerability-scanner-certifi v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/introducing-the-quarkus-helm-chart: ai_summary: A Red Hat announcement showcasing the specialized Helm chart for Quarkus Java microservices. It explores how this chart streamlines the build-to-deploy @@ -263621,6 +279863,7 @@ https://www.redhat.com/en/blog/introducing-the-quarkus-helm-chart: v2_locations: - helm.md year: '2022' + addition_method: manual https://www.redhat.com/en/blog/introduction-rhel-system-roles: content_hash: 68e19d76021dd6eb8df7c2f51baf01761c66156e3ef11f625dbf52dd29fdb8a0 description: '' @@ -263637,6 +279880,7 @@ https://www.redhat.com/en/blog/introduction-rhel-system-roles: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/introduction-to-kraken-a-chaos-tool-for-openshift/kubernetes: content_hash: 7018c5332195578bf56cf785b8ace239889b340b89176442d2c149b54cc0c71f health_score: 100.0 @@ -263649,6 +279893,7 @@ https://www.redhat.com/en/blog/introduction-to-kraken-a-chaos-tool-for-openshift - docs/chaos-engineering.md v2_locations: - chaos-engineering.md + addition_method: manual https://www.redhat.com/en/blog/is-your-operator-air-gap-friendly: content_hash: 787314ccc2af95d859c7700710565f665564c411f13aaa35a0238f08c8cc72e1 health_score: 100.0 @@ -263661,6 +279906,7 @@ https://www.redhat.com/en/blog/is-your-operator-air-gap-friendly: - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://www.redhat.com/en/blog/it-automation-book: content_hash: 622dd388d4e4582ae72d6bc81e87ddf6776813dc72340dd673096152e451d40e health_score: 100.0 @@ -263673,6 +279919,7 @@ https://www.redhat.com/en/blog/it-automation-book: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.redhat.com/en/blog/it-automation-training: content_hash: 04db35124dc547562112dd220fe21947bbed9c5081636dcee9e9d54c0a927f73 health_score: 100.0 @@ -263685,6 +279932,7 @@ https://www.redhat.com/en/blog/it-automation-training: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.redhat.com/en/blog/jenkins-pipelines: ai_summary: 'Curator Insight: A high-level exploratory blog explaining the integration benefits of Jenkins Pipelines inside OpenShift namespaces. @@ -263708,6 +279956,7 @@ https://www.redhat.com/en/blog/jenkins-pipelines: v2_locations: - openshift-pipelines.md year: '2019' + addition_method: manual ? https://www.redhat.com/en/blog/k8s-integrity-shield-tech-preview-protecting-the-integrity-of-kubernetes-resources-with-signature : content_hash: e19d5e07cf6f21e2ad781c3ab342bb1fd5620c41a298451508820fb0756681cb health_score: 100.0 @@ -263720,6 +279969,7 @@ https://www.redhat.com/en/blog/jenkins-pipelines: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/keep-your-applications-secure-with-automatic-rebuilds: ai_summary: An engineering deep-dive into configuring automatic application rebuilds in Red Hat OpenShift. It describes the design patterns where security patches @@ -263742,6 +279992,7 @@ https://www.redhat.com/en/blog/keep-your-applications-secure-with-automatic-rebu - ocp4.md - registries.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/kubernetes-1.21-grows-innovative-new-features: content_hash: 0d6e5144d14a18af08ddb450e27f5190f696fe9bc9d389bce7cebe8bd5a531c0 health_score: 100.0 @@ -263754,6 +280005,7 @@ https://www.redhat.com/en/blog/kubernetes-1.21-grows-innovative-new-features: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.redhat.com/en/blog/kubernetes-basics-sysadmins: content_hash: 854b96011d6697d9738798510fb8cdcde6ea62f8af5522a55fad4d3230d3228b health_score: 100.0 @@ -263766,6 +280018,7 @@ https://www.redhat.com/en/blog/kubernetes-basics-sysadmins: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/kubernetes-cluster-laptop: content_hash: be4fe20dfb57d91faf57ffc02fb950104e68de7a20fc3f4390e8f5926e0e4aba health_score: 100.0 @@ -263778,6 +280031,7 @@ https://www.redhat.com/en/blog/kubernetes-cluster-laptop: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/kubernetes-components: content_hash: a5a9f27744cb27ef231f4baa358a19c2a4f017b1067d37482215621d3df5e6d0 health_score: 100.0 @@ -263790,6 +280044,7 @@ https://www.redhat.com/en/blog/kubernetes-components: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/kubernetes-hierarchical-namespaces: content_hash: 87339c19cae3d6f169cd43a84e1b09bf99a31ff5ef85b33ab9e470e2e2fdb433 health_score: 100.0 @@ -263802,6 +280057,7 @@ https://www.redhat.com/en/blog/kubernetes-hierarchical-namespaces: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/kubernetes-ingress-vs-openshift-route: content_hash: 297385c9e1b256ae891332f63cd0842e84a97373a97bf4f86ce6083169bcda72 health_score: 100.0 @@ -263814,6 +280070,7 @@ https://www.redhat.com/en/blog/kubernetes-ingress-vs-openshift-route: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/kubernetes-is-removing-docker-support-kubernetes-is-not-removing-docker-support: content_hash: 4fa61df1c21e7a08e73a098cf22d465dcfaa019a7174e86a61e65c5b185bfb72 health_score: 100.0 @@ -263826,6 +280083,7 @@ https://www.redhat.com/en/blog/kubernetes-is-removing-docker-support-kubernetes- - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.redhat.com/en/blog/kubernetes-meets-event-driven-ansible: content_hash: 3c6285a5c60757cf2e0412cb65839975b5c3e001a577ad25aaebe7e0f05ac3dc health_score: 100.0 @@ -263838,6 +280096,7 @@ https://www.redhat.com/en/blog/kubernetes-meets-event-driven-ansible: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/kubernetes-pods-life: content_hash: eb120476a7d430eaa008e197cd30a5bed86b288d8e90453953eb1ffbf9602797 health_score: 100.0 @@ -263850,6 +280109,7 @@ https://www.redhat.com/en/blog/kubernetes-pods-life: - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://www.redhat.com/en/blog/kubespray-deploy-kubernetes: ai_summary: An introductory conceptual article published on Red Hat's blog explaining how Kubespray leverages Ansible to deploy and manage cluster lifecycles. Discusses @@ -263872,6 +280132,7 @@ https://www.redhat.com/en/blog/kubespray-deploy-kubernetes: v2_locations: - kubernetes-on-premise.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/lets-monitor-edge-computing-networks-rhel: content_hash: 6c8e6767b713546477c21ae1c399494ac25368a5b7730745af6ae91f62e77d38 description: '' @@ -263888,6 +280149,7 @@ https://www.redhat.com/en/blog/lets-monitor-edge-computing-networks-rhel: v2_locations: - edge-computing.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/leveraging-the-crunchy-postgresql: content_hash: 44d9dc5b0c4bee3e15fb9dd93917cdd67301b52385fc2c4c0eb8159abba97ca7 health_score: 100.0 @@ -263900,6 +280162,7 @@ https://www.redhat.com/en/blog/leveraging-the-crunchy-postgresql: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.redhat.com/en/blog/linux-commands-manage-groups: ai_summary: Curator Insight outlines essential CLI group administration methods. Live Grounding reinforces that secure host configurations require rigid, automated @@ -263923,6 +280186,7 @@ https://www.redhat.com/en/blog/linux-commands-manage-groups: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/linux-pid-namespaces: ai_summary: An elegant, system-level explanation of PID namespaces from Red Hat engineers. Demonstrates how host process identifiers map down into isolated container @@ -263945,6 +280209,7 @@ https://www.redhat.com/en/blog/linux-pid-namespaces: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/linux-security-usability: ai_summary: Discusses balancing secure Linux kernel configurations with everyday developer usability. Explores SELinux execution modes, capabilities manipulation, @@ -263966,6 +280231,7 @@ https://www.redhat.com/en/blog/linux-security-usability: v2_locations: - devsecops.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/log4shell-practical-mitigations-and-impact-analysis: ai_summary: An extensive Red Hat guide analyzing the architecture of Log4Shell exploits. Details mitigations within Red Hat Enterprise Linux and OpenShift environments, @@ -263988,6 +280254,7 @@ https://www.redhat.com/en/blog/log4shell-practical-mitigations-and-impact-analys v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/managed-kubernetes-architects: ai_summary: Strategic overview from Red Hat outlining what technical architects must consider regarding portability, vendor lock-in, and operational boundaries @@ -264009,6 +280276,7 @@ https://www.redhat.com/en/blog/managed-kubernetes-architects: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/meet-single-node-openshift-our-smallest-openshift-footprint-edge-architectures: content_hash: 1f3cc597a6fcb914e8f80c2dcfddcccb64b4a19ba4acb63c609e8ed233599ba7 description: '' @@ -264026,6 +280294,7 @@ https://www.redhat.com/en/blog/meet-single-node-openshift-our-smallest-openshift v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/metrics-driven-pod-constraints: content_hash: 75a0a90185f7583719d53c9b5caa529ef85d89ecc0cb54fd5d61dab6d2faeb4e health_score: 100.0 @@ -264038,6 +280307,7 @@ https://www.redhat.com/en/blog/metrics-driven-pod-constraints: - docs/grafana.md v2_locations: - grafana.md + addition_method: manual https://www.redhat.com/en/blog/metro-area-openshift-stretch-cluster-how-to-survive-an-outage-and-live-to-tell-about-it: content_hash: 446ed38bb66e658899a1dd98cc87aa16f5312296ce5ce5dc35256d137cdf6d11 health_score: 100.0 @@ -264050,6 +280320,7 @@ https://www.redhat.com/en/blog/metro-area-openshift-stretch-cluster-how-to-survi - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://www.redhat.com/en/blog/migrating-your-applications-to-openshift-4: content_hash: c51449f797c95747a35a84a94a46d643e9e4f261a22ef7e3b4b94c4db76f380e health_score: 100.0 @@ -264062,6 +280333,7 @@ https://www.redhat.com/en/blog/migrating-your-applications-to-openshift-4: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/modern-application-development-with-kong-konnect-enterprise-and-red-hat-openshift: content_hash: 36ad9128b44c74b05c4e0f061f5d0ac193ac8abfdefcb6a9c930e68c2e0461ec health_score: 100.0 @@ -264074,6 +280346,7 @@ https://www.redhat.com/en/blog/modern-application-development-with-kong-konnect- - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://www.redhat.com/en/blog/monitoring-apache-airflow-using-prometheus: ai_summary: A technical tutorial on integrating Apache Airflow orchestration endpoints with Prometheus. Illustrates how to pull scheduler workloads, active runner pools, @@ -264102,6 +280375,7 @@ https://www.redhat.com/en/blog/monitoring-apache-airflow-using-prometheus: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/monitoring-infrastructure-openshift-4.x-using-zabbix-operator: content_hash: c70063ca56fec88bcc830b0ba823dfddf8c39274726713c4903c78cdd12d225d health_score: 100.0 @@ -264113,6 +280387,7 @@ https://www.redhat.com/en/blog/monitoring-infrastructure-openshift-4.x-using-zab - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.redhat.com/en/blog/monitoring-services-like-an-sre-in-openshift-servicemesh: content_hash: 1cdc8f41f808665b2cc0c64be2dd64a666c6483e6f187430297690d0d3fb7afa health_score: 100.0 @@ -264125,6 +280400,7 @@ https://www.redhat.com/en/blog/monitoring-services-like-an-sre-in-openshift-serv - docs/demos.md v2_locations: - demos.md + addition_method: manual ? https://www.redhat.com/en/blog/monitoring-services-like-an-sre-in-openshift-servicemesh-part-2-collecting-standard-metrics-3 : ai_summary: An SRE guide on collecting service mesh metrics within OpenShift, showing how to capture telemetry signals across complex distributed setups. @@ -264146,6 +280422,7 @@ https://www.redhat.com/en/blog/monitoring-services-like-an-sre-in-openshift-serv v2_locations: - istio.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/mssql-linux-easy: content_hash: 76f27cfd2ea50ea32c2dfc14d1ee85d4964842f2de909fb79c15e25d8cc99834 health_score: 100.0 @@ -264158,6 +280435,7 @@ https://www.redhat.com/en/blog/mssql-linux-easy: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/multi-cluster-kubernetes-architecture: content_hash: c7ac5bdcdbfe657b808ea09e467bd8e14cc0c92fa37aa53703df913df23229a7 health_score: 100.0 @@ -264170,6 +280448,7 @@ https://www.redhat.com/en/blog/multi-cluster-kubernetes-architecture: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/network-policies-controlling-cross-project-communication-on-openshift: content_hash: d2f0cdd8de000aca30383904f7c5823b50a12b201b2099d5eeb2b585f22bef4e health_score: 100.0 @@ -264182,6 +280461,7 @@ https://www.redhat.com/en/blog/network-policies-controlling-cross-project-commun - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.redhat.com/en/blog/network-traffic-control-containers-red-hat-openshift: content_hash: 3d6c68504a06f0f73eaf3d5d16a6c32098323e1d48654795dc6e11fdc87f698d description: '' @@ -264201,12 +280481,14 @@ https://www.redhat.com/en/blog/network-traffic-control-containers-red-hat-opensh - ocp4.md - openshift.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/new-kubernetes-operatorhub-red-hat-openshift-enable-hybrid-cloud-flexibility-enterprises: content_hash: 69b4194669483e26685c43b980ec37f4e3c29c1db6c4b07f666d5afeea9da6e6 health_score: 100.0 last_checked: 1779033640.205424 v1_locations: - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/blog/new-podman-secrets-command: content_hash: 6f691f380134d39a7bee41e04feb258309851ad6574ec83b436a03532a378f59 health_score: 100.0 @@ -264219,6 +280501,7 @@ https://www.redhat.com/en/blog/new-podman-secrets-command: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/nmap-scripting-engine: ai_summary: Curator Insight introduces the advanced capabilities of the Nmap Scripting Engine (NSE) for automating network tests. Live Grounding highlights its continuous @@ -264242,6 +280525,7 @@ https://www.redhat.com/en/blog/nmap-scripting-engine: v2_locations: - linux.md year: '2021' + addition_method: manual ? https://www.redhat.com/en/blog/ocp-disaster-recovery-part-3-recovering-an-openshift-4-ipi-cluster-with-the-loss-of-two-master-nodes : content_hash: efe7b9de17543660a6506f6472a92e7aaff963e305d3b61b7d1b3cf827324b08 health_score: 100.0 @@ -264254,6 +280538,7 @@ https://www.redhat.com/en/blog/nmap-scripting-engine: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/one-line-linux-commands: ai_summary: Curator Insight lists 20 high-value shell one-liners for quick system manipulation. Live Grounding reinforces that mastering shell pipeline compounding @@ -264276,6 +280561,7 @@ https://www.redhat.com/en/blog/one-line-linux-commands: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/openshift-4-2-vsphere-install-quickstart: content_hash: ec3d6feb149176148bd89892f96b6cba46bf87dc9d4d96a2d8f548ab290854b7 health_score: 100.0 @@ -264287,6 +280573,7 @@ https://www.redhat.com/en/blog/openshift-4-2-vsphere-install-quickstart: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/openshift-4-2-vsphere-install-with-static-ips: content_hash: d589d0924a10453993d313aea6db059816b5a8922fdfe4b6f8df2d944c601056 health_score: 100.0 @@ -264299,6 +280586,7 @@ https://www.redhat.com/en/blog/openshift-4-2-vsphere-install-with-static-ips: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/openshift-4-image-builds: content_hash: 8ff8adcdc3560d876b53408299fe86821d7e40bbec61af60d85d7366b8f74c5a health_score: 100.0 @@ -264311,6 +280599,7 @@ https://www.redhat.com/en/blog/openshift-4-image-builds: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-4-migration: content_hash: 2a137b01f3ff6e12d6dfa78d86a0e1fc7189b9a3f49ba6a28aecce52dc486f8b health_score: 100.0 @@ -264323,6 +280612,7 @@ https://www.redhat.com/en/blog/openshift-4-migration: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-4.5-node-improvements: content_hash: 1662f45ea5d6fdf5534c1cd0e99de067f4f65624399ec8e57a7a0474ab2eb437 health_score: 100.0 @@ -264335,6 +280625,7 @@ https://www.redhat.com/en/blog/openshift-4.5-node-improvements: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-and-network-security-zones-coexistence-approaches: content_hash: bcad78df2b2324923d5182ab470b0865f03975e526e2ed25c601f1881088e4f4 health_score: 100.0 @@ -264349,6 +280640,7 @@ https://www.redhat.com/en/blog/openshift-and-network-security-zones-coexistence- v2_locations: - ocp4.md - openshift.md + addition_method: manual https://www.redhat.com/en/blog/openshift-architectures-for-the-edge-with-openshift-4.6: content_hash: 2326adf17b24e059375b40447a3abb5509cd1e0fd797077da5fa6fc36888d02a health_score: 100.0 @@ -264361,6 +280653,7 @@ https://www.redhat.com/en/blog/openshift-architectures-for-the-edge-with-openshi - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-authentication-integration-with-argocd: ai_summary: Highlights secure integration of OpenShift OAuth mechanisms with Argo CD. Allows platform engineers to enforce central enterprise identities and granular @@ -264383,6 +280676,7 @@ https://www.redhat.com/en/blog/openshift-authentication-integration-with-argocd: v2_locations: - argo.md year: '2021' + addition_method: manual ? https://www.redhat.com/en/blog/openshift-commons-briefing-database-disaster-recovery-made-easy-with-annette-clewett-red-hat-and-andrew-lecuyer-crunchy-data : content_hash: 104ff782e86e8ad5a22fb5590d2384cc6a6319c2f3e607270e1b23984a8be4f5 health_score: 100.0 @@ -264395,6 +280689,7 @@ https://www.redhat.com/en/blog/openshift-authentication-integration-with-argocd: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.redhat.com/en/blog/openshift-databases-and-you-when-to-put-containerized-database-workloads-on-openshift: content_hash: 406d02ede1661af9fd533360c6cfcb08f3feed8dbac2e88e611b7b3d16ffcc78 health_score: 100.0 @@ -264407,6 +280702,7 @@ https://www.redhat.com/en/blog/openshift-databases-and-you-when-to-put-container - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.redhat.com/en/blog/openshift-ecosystem-api-management-on-red-hat-openshift-with-3scale: content_hash: feadf4c88633560a6002d0ef3baa386d3c6d86b9ac9921c81302c4cd7e08c6df health_score: 100.0 @@ -264419,6 +280715,7 @@ https://www.redhat.com/en/blog/openshift-ecosystem-api-management-on-red-hat-ope - docs/developerportals.md v2_locations: - developerportals.md + addition_method: manual https://www.redhat.com/en/blog/openshift-end-to-end-cluster-customization: content_hash: 2e165d3819d280f95378d4adf2b105b8312bb2914ea7f9ec887db082d185bc20 health_score: 100.0 @@ -264432,6 +280729,7 @@ https://www.redhat.com/en/blog/openshift-end-to-end-cluster-customization: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-end-to-end-core-services: content_hash: 316809a129c6020426d75cb7c148c113daceefba8f9509fc7910246abeda7204 health_score: 100.0 @@ -264444,6 +280742,7 @@ https://www.redhat.com/en/blog/openshift-end-to-end-core-services: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-end-to-end-plan-and-deploy: content_hash: ce9899904922e0054d6e0bdd1cedd8b09a2270559667cace8e520b96d732167b health_score: 100.0 @@ -264456,6 +280755,7 @@ https://www.redhat.com/en/blog/openshift-end-to-end-plan-and-deploy: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-on-arm-developer-preview-now-available-for-aws: content_hash: caa76e05bcf576296ee81d62c207190e7d9faa6d5dff5c7cd40bce2b4beab861 health_score: 100.0 @@ -264468,6 +280768,7 @@ https://www.redhat.com/en/blog/openshift-on-arm-developer-preview-now-available- - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://www.redhat.com/en/blog/openshift-pipelines-advanced-triggers-part-1-triggering-different-project-builds-in-the-same-repository : ai_summary: 'Curator Insight: Deep-dive blog on designing advanced Tekton triggers for complex repository topologies. @@ -264492,6 +280793,7 @@ https://www.redhat.com/en/blog/openshift-on-arm-developer-preview-now-available- v2_locations: - openshift-pipelines.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/openshift-pipelines-and-openshift-gitops-are-now-generally-available: content_hash: b5b87d8d70c4bc501433838712406bcec2ea7adb8b222dcd14e472710f2fd201 health_score: 100.0 @@ -264504,6 +280806,7 @@ https://www.redhat.com/en/blog/openshift-pipelines-and-openshift-gitops-are-now- - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.redhat.com/en/blog/openshift-pipelines-jenkins-blue-ocean: ai_summary: Combines OpenShift Orchestration APIs with Jenkins Blue Ocean to manage continuous delivery pipelines visually. Promotes clear state-tracking, modular @@ -264526,6 +280829,7 @@ https://www.redhat.com/en/blog/openshift-pipelines-jenkins-blue-ocean: - demos.md - openshift-pipelines.md year: '2018' + addition_method: manual https://www.redhat.com/en/blog/openshift-sandboxed-containers-101: content_hash: 91a1bbbf8bf01b037af5c69d22b0c473f2dc4a2b43fb8ec9cba19c14ce83cb7c health_score: 100.0 @@ -264538,6 +280842,7 @@ https://www.redhat.com/en/blog/openshift-sandboxed-containers-101: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-sandboxed-containers-operator-from-zero-to-hero-the-hard-way: content_hash: f187630b97b633da6976a281d4780daceff4cf392232f519a1e563858fb3d248 health_score: 100.0 @@ -264550,6 +280855,7 @@ https://www.redhat.com/en/blog/openshift-sandboxed-containers-operator-from-zero - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-topology-view-milestone-towards-better-developer-experience: content_hash: ed3600c47b29ed14bcd2efa11bac677fa08cd2ecf41f50a6f3b90a6691958a67 description: '' @@ -264566,6 +280872,7 @@ https://www.redhat.com/en/blog/openshift-topology-view-milestone-towards-better- v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/openshift-upi-using-static-ips: content_hash: 81264a45e57921bdf64cec1af8ca5f6fb648814aefa8ccdd798f1d7c1a2d3b7e health_score: 100.0 @@ -264578,6 +280885,7 @@ https://www.redhat.com/en/blog/openshift-upi-using-static-ips: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/openshift-virtualization-on-amazon-web-services: content_hash: f2f493803f7731af26dc469f8eb4e05489dd54db34d59998f942fc05302d2f0e health_score: 100.0 @@ -264590,6 +280898,7 @@ https://www.redhat.com/en/blog/openshift-virtualization-on-amazon-web-services: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/our-favorite-things-from-gitops-con-at-kubecon-eu: content_hash: 311b6fb0e3354b8482a7acf1d8df54bcff1b7dd8fa82a5edb7f82f73b84a1433 health_score: 100.0 @@ -264602,6 +280911,7 @@ https://www.redhat.com/en/blog/our-favorite-things-from-gitops-con-at-kubecon-eu - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.redhat.com/en/blog/packaging-applications-python: content_hash: adf536288af224635c90326cfea5e93e1cff80211dd90f8a6a153f9317d2906a health_score: 100.0 @@ -264614,6 +280924,7 @@ https://www.redhat.com/en/blog/packaging-applications-python: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.redhat.com/en/blog/performance-metrics-apm-spring-boot-microservices-openshift: ai_summary: Comprehensive integration guide explaining how to hook up Spring Boot Prometheus metrics directly into automated OpenShift cluster telemetry layers. @@ -264635,6 +280946,7 @@ https://www.redhat.com/en/blog/performance-metrics-apm-spring-boot-microservices v2_locations: - java-and-java-performance-optimization.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/pid-namespace: content_hash: 21db07e434b7318a4148f1f760b6b71f431ea843d77c37ec0c6e641245ea17aa health_score: 100.0 @@ -264647,6 +280959,7 @@ https://www.redhat.com/en/blog/pid-namespace: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/podman-auto-updates-rollbacks: content_hash: 61f0cd58da88608c5216ecad001420273feebf23b56f8c6337c02f8298b1db6e health_score: 100.0 @@ -264659,6 +280972,7 @@ https://www.redhat.com/en/blog/podman-auto-updates-rollbacks: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/podman-clients-macos-windows: content_hash: 0fa89d51fc905c71cb0a3b2ac6cc829df5f88ee8f175585fda1107b43e984285 health_score: 100.0 @@ -264671,6 +280985,7 @@ https://www.redhat.com/en/blog/podman-clients-macos-windows: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/podman-docker-compose: content_hash: db390a989704cffcfd3fce676b8f8ed85623e09a6b15864331000d474bb07e59 health_score: 100.0 @@ -264683,6 +280998,7 @@ https://www.redhat.com/en/blog/podman-docker-compose: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/podman-features-1: content_hash: e1de756631ab4cc56dd2608b9cf2b92ef5b2a11579f98a53f9149c081b6a9889 health_score: 100.0 @@ -264695,6 +281011,7 @@ https://www.redhat.com/en/blog/podman-features-1: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/podman-play-kube-updates: content_hash: ac10f5ffaab8606698d3cf858390d739420dc0dff259e3cd12734d4100199355 health_score: 100.0 @@ -264707,6 +281024,7 @@ https://www.redhat.com/en/blog/podman-play-kube-updates: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/privileged-flag-container-engines: content_hash: 6aebb26521e98ade6ff69c0232b395973837781d535263055864f862b20da8bf health_score: 100.0 @@ -264719,6 +281037,7 @@ https://www.redhat.com/en/blog/privileged-flag-container-engines: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/promoting-container-images-between-registries-with-skopeo: content_hash: f5a184e455a75655f5a24ea056936fce3cf151f1e5ded5ab414fccc2d333dce8 health_score: 100.0 @@ -264731,6 +281050,7 @@ https://www.redhat.com/en/blog/promoting-container-images-between-registries-wit - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/providing-terraform-with-that-ansible-magic: content_hash: e8b060dd7347b9f10eb0b3c3a3d270c7dafced77851304d4f39e536f003a7fc7 health_score: 100.0 @@ -264743,6 +281063,7 @@ https://www.redhat.com/en/blog/providing-terraform-with-that-ansible-magic: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.redhat.com/en/blog/pull-push-provisioning-cicd: content_hash: d1c265b925fe14077bc973c2da1acf35d0707899d7548225551f5cf76ef595e8 health_score: 100.0 @@ -264755,6 +281076,7 @@ https://www.redhat.com/en/blog/pull-push-provisioning-cicd: - docs/iac.md v2_locations: - iac.md + addition_method: manual https://www.redhat.com/en/blog/python-venv-ansible: content_hash: eb2ca3c761f2d0df5c0da0d93020cf0def0007d3ad722d812a549313167ae2bd health_score: 100.0 @@ -264767,6 +281089,7 @@ https://www.redhat.com/en/blog/python-venv-ansible: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/quadlet-podman: content_hash: 7673042c302f15ec36ae9333475b9663fcef00d18b1015d43bd64ccc2c536430 health_score: 100.0 @@ -264779,6 +281102,7 @@ https://www.redhat.com/en/blog/quadlet-podman: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/query-rpm-database-python: content_hash: 2468d3dbaa384224c17609929d704259f3e3da1bca8f710b01addf1da04804c9 health_score: 100.0 @@ -264791,6 +281115,7 @@ https://www.redhat.com/en/blog/query-rpm-database-python: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.redhat.com/en/blog/recap-okd-4-testing-and-deployment-workshop-videos-and-additional-resources: content_hash: 7a48c2e78c3e67b492f9cd1deace6bc022473986cabb2b987bf47a986d0248c7 health_score: 100.0 @@ -264803,6 +281128,7 @@ https://www.redhat.com/en/blog/recap-okd-4-testing-and-deployment-workshop-video - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/recursive-vim-macros: ai_summary: 'A specialized tutorial detailing the construction and execution of recursive Vim macros to automate complex, repetitive text editing workflows across @@ -264829,6 +281155,7 @@ https://www.redhat.com/en/blog/recursive-vim-macros: v2_locations: - linux.md year: '2023' + addition_method: manual https://www.redhat.com/en/blog/red-hat-automation-glossary: content_hash: fe614fca762dc76ebb6289cb7dfe7e29a17fd164c41f8abe0615acd6ae0c60a7 description: '' @@ -264848,6 +281175,7 @@ https://www.redhat.com/en/blog/red-hat-automation-glossary: - index.md - introduction.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/red-hat-container-community-of-practice-operators: content_hash: 46d8b03917b3ba35a904440fca617035d968c2aba939bc49773c3187b14633c7 health_score: 100.0 @@ -264860,6 +281188,7 @@ https://www.redhat.com/en/blog/red-hat-container-community-of-practice-operators - docs/kubernetes-operators-controllers.md v2_locations: - kubernetes-operators-controllers.md + addition_method: manual https://www.redhat.com/en/blog/red-hat-drives-future-java-cloud-native-container-first-quarkus: content_hash: 7027464e831f7dc1a737cf07379181487ebc23c5626396e8d27631cfbc1fc6de description: '' @@ -264877,6 +281206,7 @@ https://www.redhat.com/en/blog/red-hat-drives-future-java-cloud-native-container v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/red-hat-introduces-open-source-project-quay-container-registry: ai_summary: A historical press release from Red Hat explaining the architectural transition and open-sourcing of Project Quay, detailing its integration into standard @@ -264906,6 +281236,7 @@ https://www.redhat.com/en/blog/red-hat-introduces-open-source-project-quay-conta - registries.md - ocp4.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/red-hat-openshift-4.7-is-now-available: content_hash: b4858a689d0a2cd867a4bdb809bad2001b6153b4996b7737602f35db8997dc7f health_score: 100.0 @@ -264918,6 +281249,7 @@ https://www.redhat.com/en/blog/red-hat-openshift-4.7-is-now-available: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/red-hat-openshift-4.8-is-now-generally-available: content_hash: 7269c352d58bf0c99a42dae698b9920e7108f9adb53caf291abda3c6790cb80f health_score: 100.0 @@ -264930,6 +281262,7 @@ https://www.redhat.com/en/blog/red-hat-openshift-4.8-is-now-generally-available: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/red-hat-openshift-4.9-is-now-generally-available: content_hash: 15d2c36c4c9ca14fa38f539d887dc33366a2ba8c2f9de4a10db28a365e409496 health_score: 100.0 @@ -264942,6 +281275,7 @@ https://www.redhat.com/en/blog/red-hat-openshift-4.9-is-now-generally-available: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/red-hat-openshift-certification-extends-support-kubernetes-native-technologies-helm: ai_summary: Red Hat blog announcing extended, first-class Helm integration in OpenShift. Discusses Console-level management of Helm charts, ensuring enterprise-compliant @@ -264970,6 +281304,7 @@ https://www.redhat.com/en/blog/red-hat-openshift-certification-extends-support-k v2_locations: - helm.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/red-hat-openshift-dedicated-price-reduction: content_hash: b0767e3785373b12dc805d44ed2c516783f3fb830476f4bdc9d123d136efb0d9 description: '' @@ -264987,6 +281322,7 @@ https://www.redhat.com/en/blog/red-hat-openshift-dedicated-price-reduction: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/red-hat-openshift-installation-process-experiences-on-ibm-z-linuxone: content_hash: b6eac4191a7fbf8c6a5b8d7fa9c3234e7f62007b53611e81901d02ec2dfe09ce health_score: 100.0 @@ -264999,6 +281335,7 @@ https://www.redhat.com/en/blog/red-hat-openshift-installation-process-experience - docs/ibm_cloud.md v2_locations: - ibm_cloud.md + addition_method: manual https://www.redhat.com/en/blog/red-hat-openshift-service-aws-hosted-control-planes-now-available: content_hash: 7613e2699246c6702800fe7f53fda43f7290b18d42dfe389cfcc9c62e10573fd description: '' @@ -265016,6 +281353,7 @@ https://www.redhat.com/en/blog/red-hat-openshift-service-aws-hosted-control-plan v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/red-hat-openshift-service-mesh-is-now-available-what-you-should-know: ai_summary: Announces OpenShift Service Mesh, bringing together Istio, Kiali, and Jaeger to provide an integrated, preconfigured microservices security and monitoring @@ -265039,6 +281377,7 @@ https://www.redhat.com/en/blog/red-hat-openshift-service-mesh-is-now-available-w - ocp4.md - istio.md year: '2019' + addition_method: manual https://www.redhat.com/en/blog/redefining-possibilities-it-automation-across-your-ecosystem-red-hat-partners: content_hash: 68a7b655a90e409a985017b4041cc91acab99ae915b26f692fad9c2f0d63593e description: '' @@ -265056,6 +281395,7 @@ https://www.redhat.com/en/blog/redefining-possibilities-it-automation-across-you v2_locations: - ansible.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/remote-debugging-java-applications-openshift: content_hash: 17d981e31616c3276004d270b259bb14b5844cb891db39213c30c8c28ecb692d health_score: 100.0 @@ -265068,6 +281408,7 @@ https://www.redhat.com/en/blog/remote-debugging-java-applications-openshift: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.redhat.com/en/blog/renewed-thrill-ansible: content_hash: 23af71f58036776570eee917bddc4c6b079c5c6ee189cebc3c0483054b1b18f9 health_score: 100.0 @@ -265080,6 +281421,7 @@ https://www.redhat.com/en/blog/renewed-thrill-ansible: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/replace-docker-podman-mac-revisited: content_hash: c3a52f03e9d961437a2f328ed52126fd3f6ac959ed28b89b0fdbf76acef28448 health_score: 100.0 @@ -265092,6 +281434,7 @@ https://www.redhat.com/en/blog/replace-docker-podman-mac-revisited: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/replace-docker-podman-macos: content_hash: 69b0b1334bd0c403cdbb989ea44e025819ec6ff4d4cd55630ad1eb818e17b7c7 health_score: 100.0 @@ -265104,6 +281447,7 @@ https://www.redhat.com/en/blog/replace-docker-podman-macos: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/reverse-proxy-ansible: content_hash: dc6c073214479ce5d3faf928970425dec2c97195a4e3a9d638604263efa67a62 health_score: 100.0 @@ -265116,6 +281460,7 @@ https://www.redhat.com/en/blog/reverse-proxy-ansible: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/rook-ceph-storage-operator-now-operatorhubio: content_hash: f26e971c1e658702a0fc51c28febae29ede437cc83642b86ba386e05e05c84be health_score: 100.0 @@ -265123,6 +281468,7 @@ https://www.redhat.com/en/blog/rook-ceph-storage-operator-now-operatorhubio: v1_locations: - docs/kubernetes-storage.md - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/blog/rootless-podman-nfs: content_hash: 27ac87de6f8c2aaafed780724af5e86cd24f4bbda5e5049e1f244be22d64d5f0 health_score: 100.0 @@ -265135,6 +281481,7 @@ https://www.redhat.com/en/blog/rootless-podman-nfs: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/sandboxed-containers-operator-from-zero-to-hero-the-hard-way-part-2: content_hash: 0282c326165a659b437baeabb3ea3312ce1c1f94f02521e9532cc0c738a55059 health_score: 100.0 @@ -265147,6 +281494,7 @@ https://www.redhat.com/en/blog/sandboxed-containers-operator-from-zero-to-hero-t - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual ? https://www.redhat.com/en/blog/scale-your-application-containers-on-red-hat-openshift-service-on-aws-rosa-clusters-using-amazon-efs-storage : content_hash: 5761581bc99f359698c1c75c9203d74d17ed54d3562a0d4060324b025015fccb health_score: 100.0 @@ -265158,6 +281506,7 @@ https://www.redhat.com/en/blog/sandboxed-containers-operator-from-zero-to-hero-t - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/scaling-java-containers: ai_summary: Explores container resource limit considerations for Java workloads. Details memory calculation adjustments (Heap vs Non-Heap) to prevent OOMKills. @@ -265178,6 +281527,7 @@ https://www.redhat.com/en/blog/scaling-java-containers: v2_locations: - java-and-java-performance-optimization.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/schema-registry: ai_summary: Analyzes the operational role of schema registries in maintaining system stability. Highlights how decoupled producers and consumers leverage registries @@ -265200,6 +281550,7 @@ https://www.redhat.com/en/blog/schema-registry: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/signing-and-verifying-container-images: ai_summary: Examines methodologies for cryptographic validation of container image signatures before registry dispatch. Focuses on using automated key management @@ -265222,6 +281573,7 @@ https://www.redhat.com/en/blog/signing-and-verifying-container-images: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/simple-canary-deployments-using-kubernetes-statefulsets-on-openshift: content_hash: aa6eae8d1717e5a0f4ef9a749305cb97de2c9bc4be301cfedc41a8653a0f03a2 health_score: 100.0 @@ -265234,6 +281586,7 @@ https://www.redhat.com/en/blog/simple-canary-deployments-using-kubernetes-statef - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/simplifying-database-cloud-service-access: content_hash: f09d59a1b21ef94b31215f869a30e4a4bf4c398571e7f7057b1ec318d7f5c992 health_score: 100.0 @@ -265246,6 +281599,7 @@ https://www.redhat.com/en/blog/simplifying-database-cloud-service-access: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.redhat.com/en/blog/simplifying-openshift-case-information-gathering-workflow-must-gather-operator: content_hash: 9b2dbcea5e54252e592bf2d5a6b4b0be54ad569dcb46012b2a60ebbbdc741c14 health_score: 100.0 @@ -265258,6 +281612,7 @@ https://www.redhat.com/en/blog/simplifying-openshift-case-information-gathering- - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://www.redhat.com/en/blog/simplifying-secrets-management-with-cyberark-and-red-hat-ansible-automation-platform?sc_cid=7015Y000003t7aWQAQ : ai_summary: Demonstrates how Ansible Playbooks natively resolve access tokens and host credentials dynamically from CyberArk Conjur Secrets Manager, preventing @@ -265280,6 +281635,7 @@ https://www.redhat.com/en/blog/simplifying-openshift-case-information-gathering- v2_locations: - devsecops.md year: '2022' + addition_method: manual https://www.redhat.com/en/blog/sizing-applications-in-kubernetes: content_hash: 2cb3b443aaa2831bf14719f5225df77ee71279d4d82c818a953cd92dbdcb2c77 health_score: 100.0 @@ -265292,6 +281648,7 @@ https://www.redhat.com/en/blog/sizing-applications-in-kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/software-packages-ansible: content_hash: 5454a52b7dd422adb0f57e48b2e6ad43a54b630cecac792a482f68cdc9edae83 health_score: 100.0 @@ -265304,6 +281661,7 @@ https://www.redhat.com/en/blog/software-packages-ansible: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/sso-integration-for-the-openshift-gitops-operator: content_hash: 59bc13cd36077b423f2bfbc23004baaf5fe9188f49ae4bb148a54046c1398ce5 health_score: 100.0 @@ -265316,6 +281674,7 @@ https://www.redhat.com/en/blog/sso-integration-for-the-openshift-gitops-operator - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/start-learning-kubernetes: content_hash: e8fed618071d5d7a051e39bc1e42652f5987f3a49bcafa81275e03c9e4d6c670 health_score: 100.0 @@ -265328,6 +281687,7 @@ https://www.redhat.com/en/blog/start-learning-kubernetes: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/state-kubernetes-security: ai_summary: This Red Hat analysis outlines prevalent vulnerabilities, configuration errors, and runtime threats observed in enterprise container environments. Curator @@ -265357,6 +281717,7 @@ https://www.redhat.com/en/blog/state-kubernetes-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/state-of-openshift-container-storage-eran-tamir-and-duncan-hardie-red-hat: content_hash: 0cb954c021dae2c2b1807469afa06577ca6c907706ab08eb6d03d09ac7693a06 health_score: 100.0 @@ -265371,6 +281732,7 @@ https://www.redhat.com/en/blog/state-of-openshift-container-storage-eran-tamir-a v2_locations: - ocp4.md - kubernetes-storage.md + addition_method: manual https://www.redhat.com/en/blog/stateful-workloads-and-the-two-data-center-conundrum: content_hash: d218d55c7a654e34ca34d29e77ff682be24c471e60a0ef2cf3c20b5e3f4a2a30 health_score: 100.0 @@ -265383,6 +281745,7 @@ https://www.redhat.com/en/blog/stateful-workloads-and-the-two-data-center-conund - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://www.redhat.com/en/blog/strategies-for-moving-.net-workloads-to-openshift-container-platform: content_hash: fb8e5ed5363d5408ff594c76d1e15462a3b049e021e7275885ea9b9ceb174110 health_score: 100.0 @@ -265395,6 +281758,7 @@ https://www.redhat.com/en/blog/strategies-for-moving-.net-workloads-to-openshift - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/sysadmin-essentials-networking-basics: ai_summary: Introductory article outlining critical IP routing, DNS resolution, and interface configurations required for Linux system administration. Discusses @@ -265416,6 +281780,7 @@ https://www.redhat.com/en/blog/sysadmin-essentials-networking-basics: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/tackle-application-modernization: content_hash: 58ddef0d2f81f76eaad2b73e12337d0cea15a9acc7f4cbf69af0ea9957cd3a51 health_score: 100.0 @@ -265428,6 +281793,7 @@ https://www.redhat.com/en/blog/tackle-application-modernization: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.redhat.com/en/blog/tcpdump-part-one: ai_summary: A diagnostic guide to filtering options within tcpdump to capture specific network traffic. Details how to filter by host, port, protocol, and interface @@ -265449,6 +281815,7 @@ https://www.redhat.com/en/blog/tcpdump-part-one: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/tech-preview-get-visibility-into-your-openshift-costs-across-your-hybrid-infrastructure: content_hash: 9b82aa6438abb9af45cc5e2aaccc5fef128a3c83a6e7d3f92c53c1c6973ce4f2 health_score: 100.0 @@ -265461,6 +281828,7 @@ https://www.redhat.com/en/blog/tech-preview-get-visibility-into-your-openshift-c - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/the-hidden-dangers-of-terminating-namespaces: content_hash: 30a86dfa4a9c83831ecc7b471badf50b4afc8d0ebb7f08560f8b86cb6a9a6c5a health_score: 100.0 @@ -265473,6 +281841,7 @@ https://www.redhat.com/en/blog/the-hidden-dangers-of-terminating-namespaces: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/top-10-ansible-blogs-2022?sc_cid=7015Y000003t7aWQAQ: content_hash: 0233d83910bd391c9e155e84d9f7aa7064591b24bd7a6174d7813e56ef37fc7b health_score: 100.0 @@ -265485,11 +281854,13 @@ https://www.redhat.com/en/blog/top-10-ansible-blogs-2022?sc_cid=7015Y000003t7aWQ - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/top-10-most-used-open-practice-library-concepts: content_hash: 24fb881ee828db51375e68baa86dadb7005fa73e5aa85cef2c485113e31c6fda health_score: 100.0 last_checked: 1779031927.937366 v1_locations: [] + addition_method: manual https://www.redhat.com/en/blog/top-kubernetes-operators-advancing-across-the-operator-capability-model: content_hash: 993e2fa33896f5740e0146e0a62eb6d1cf8279c1fdcc18cd36090b1e7e536c01 health_score: 100.0 @@ -265502,6 +281873,7 @@ https://www.redhat.com/en/blog/top-kubernetes-operators-advancing-across-the-ope - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/top-open-source-kubernetes-security-tools-of-2021: ai_summary: A strategic overview of outstanding open-source Kubernetes protection mechanisms. Summarizes and contrasts the deployment use-cases for prominent systems @@ -265524,6 +281896,7 @@ https://www.redhat.com/en/blog/top-open-source-kubernetes-security-tools-of-2021 - devsecops.md - kubernetes-security.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/topology-aware-scheduling-in-kubernetes-part-1-the-high-level-business-case: content_hash: baa58398dd81a48528ab8e6a434834f7756a4385f728a2209e526171027ddd07 health_score: 100.0 @@ -265536,6 +281909,7 @@ https://www.redhat.com/en/blog/topology-aware-scheduling-in-kubernetes-part-1-th - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/topology-awareness-in-kubernetes-part-2-dont-we-already-have-a-topology-manager: content_hash: 67573f3327fc67330d03721fba95d241a29ef7c41adf99cc5330860f895764b2 health_score: 100.0 @@ -265543,6 +281917,7 @@ https://www.redhat.com/en/blog/topology-awareness-in-kubernetes-part-2-dont-we-a needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://www.redhat.com/en/blog/troubleshoot-ansible-playbooks: content_hash: cccc2f49c52111164215aeb7b6b745442ca88345edd5520e804e247ac01b2571 health_score: 100.0 @@ -265555,6 +281930,7 @@ https://www.redhat.com/en/blog/troubleshoot-ansible-playbooks: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/troubleshooting-openshift-network-performance-with-a-netperf-daemonset: content_hash: 772403cbe3285258ffa46fd40433223e42a1dac1b53530f5f3027f4408c31b81 health_score: 100.0 @@ -265567,6 +281943,7 @@ https://www.redhat.com/en/blog/troubleshooting-openshift-network-performance-wit - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/blog/understanding-gitops: content_hash: 7d1d2df13aa70d73d36e2f3275928efef0d2ae12efaf22a8669e394b93bc6c17 health_score: 100.0 @@ -265579,6 +281956,7 @@ https://www.redhat.com/en/blog/understanding-gitops: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.redhat.com/en/blog/understanding-service-accounts-sccs: content_hash: 9e2ffee4111cb1de8b710408611a969a05d7b7a2ea2f816181e6ea6dbf5c3619 health_score: 100.0 @@ -265591,6 +281969,7 @@ https://www.redhat.com/en/blog/understanding-service-accounts-sccs: - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.redhat.com/en/blog/understanding-yaml-ansible: ai_summary: Curator Insight provides deep-dive patterns for writing production-grade YAML configurations customized for Red Hat Ansible automation. Live Grounding @@ -265615,6 +281994,7 @@ https://www.redhat.com/en/blog/understanding-yaml-ansible: v2_locations: - yaml.md year: '2020' + addition_method: manual https://www.redhat.com/en/blog/using-asciinema: ai_summary: A Red Hat operational guide to asciinema, showing how to capture high-fidelity terminal interactions. It demonstrates sharing copy-pasteable CLI walkthroughs @@ -265637,6 +282017,7 @@ https://www.redhat.com/en/blog/using-asciinema: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/using-container-technology-make-trusted-pipeline: ai_summary: Evaluates strategies for building rootless, secure continuous integration pipelines using Red Hat's Podman. Contrasts Podman's daemonless security with @@ -265667,6 +282048,7 @@ https://www.redhat.com/en/blog/using-container-technology-make-trusted-pipeline: - devsecops.md - container-managers.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/using-openshift-3-on-your-local-environment: content_hash: 78b0ba6fe452dc28db2c6d60c2a21a7b0825f2ab8f7918d91258e4703fe50774 health_score: 100.0 @@ -265679,6 +282061,7 @@ https://www.redhat.com/en/blog/using-openshift-3-on-your-local-environment: - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://www.redhat.com/en/blog/using-openshift-pipelines-to-automate-red-hat-advanced-cluster-security-for-kubernetes: ai_summary: Outlines deployment strategies of Red Hat Advanced Cluster Security (RHACS) directly into Tekton-based OpenShift Pipelines. Demonstrates early container @@ -265701,6 +282084,7 @@ https://www.redhat.com/en/blog/using-openshift-pipelines-to-automate-red-hat-adv v2_locations: - openshift-pipelines.md year: '2021' + addition_method: manual ? https://www.redhat.com/en/blog/using-vpc-peering-to-connect-an-openshift-service-on-an-aws-rosa-cluster-to-an-amazon-rds-mysql-database-in-a-different-vpc : content_hash: 07e09a6b08180969b9411cc34eebd390ad3601ae4540a376fb49e0a0040338a8 health_score: 100.0 @@ -265713,6 +282097,7 @@ https://www.redhat.com/en/blog/using-openshift-pipelines-to-automate-red-hat-adv - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/blog/velero-backup-and-restore-of-an-application-using-gp2-storageclass-on-rosa: content_hash: 2b0550aab77392410b47e4ef17f6fc9c268ecadcc40e29668a6869c85fbf8c6b health_score: 100.0 @@ -265725,6 +282110,7 @@ https://www.redhat.com/en/blog/velero-backup-and-restore-of-an-application-using - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://www.redhat.com/en/blog/vim-commands: ai_summary: An authoritative training manual by Red Hat for developers and sysadmins looking to master vim. It reviews navigation tricks, buffer registers, and search-and-replace @@ -265747,6 +282133,7 @@ https://www.redhat.com/en/blog/vim-commands: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog/virtual-machines-as-code-with-openshift-gitops-and-openshift-virtualization: content_hash: de0e54465535d61aa2697159c5c8d0b135ae15acaa6ac75a8dbe09e00516d14f health_score: 100.0 @@ -265759,6 +282146,7 @@ https://www.redhat.com/en/blog/virtual-machines-as-code-with-openshift-gitops-an - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/visual-web-terminal-a-turbocharged-command-line-for-kubernetes-and-openshift: content_hash: 6c73e0aa7096e0205ce2389ee8665dea0b4c242d398396827dc293b52ad81786 health_score: 100.0 @@ -265771,6 +282159,7 @@ https://www.redhat.com/en/blog/visual-web-terminal-a-turbocharged-command-line-f - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://www.redhat.com/en/blog/whats-new-in-ansible-automation-platform-2-automation-controller?sc_cid=7015Y000003t7aWQAQ: content_hash: 15dadecc89f6b78542810c4d8b3ee8fcca306a55c9f74e011017339ee06d3af5 health_score: 100.0 @@ -265783,6 +282172,7 @@ https://www.redhat.com/en/blog/whats-new-in-ansible-automation-platform-2-automa - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/blog/why-and-when-you-need-to-consider-openshift-serverless: content_hash: 2f79d91bca04e91c3853c9792e902a8d4c2ce1850c898f286593b581adf86299 health_score: 100.0 @@ -265795,6 +282185,7 @@ https://www.redhat.com/en/blog/why-and-when-you-need-to-consider-openshift-serve - docs/serverless.md v2_locations: - serverless.md + addition_method: manual https://www.redhat.com/en/blog/why-red-hat-investing-cri-o-and-podman: content_hash: 49eddf55ba13b93dbc8b2cf8befe5d3f469163bacfe85523d0c194123847596d health_score: 100.0 @@ -265807,6 +282198,7 @@ https://www.redhat.com/en/blog/why-red-hat-investing-cri-o-and-podman: - docs/container-managers.md v2_locations: - container-managers.md + addition_method: manual https://www.redhat.com/en/blog/why-you-should-be-using-multi-category-security-your-linux-containers: ai_summary: A deep technical analysis of Multi-Category Security (MCS) in Linux containers managed by SELinux. Explains how kernel-level category labels prevent @@ -265836,6 +282228,7 @@ https://www.redhat.com/en/blog/why-you-should-be-using-multi-category-security-y v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/world-domination-cgroups-part-8-down-and-dirty-cgroup-v2: ai_summary: An elite technical exploration of Linux control groups (cgroups v2) system architecture. It outlines how cgroups control memory, IO, and CPU isolation, @@ -265865,6 +282258,7 @@ https://www.redhat.com/en/blog/world-domination-cgroups-part-8-down-and-dirty-cg v2_locations: - linux.md year: N/A + addition_method: manual https://www.redhat.com/en/blog/writing-customized-reports-using-metering-operator: content_hash: fe495f078cdba2e4104d8fe1d402e05490a67430ab6c3e07a7ebdf46473a67ea health_score: 100.0 @@ -265877,6 +282271,7 @@ https://www.redhat.com/en/blog/writing-customized-reports-using-metering-operato - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.redhat.com/en/blog/yaml-beginners: ai_summary: Curator Insight outlines foundational YAML parsing structures and common formatting pitfalls for system administrators. Live Grounding emphasizes the extreme @@ -265899,6 +282294,7 @@ https://www.redhat.com/en/blog/yaml-beginners: v2_locations: - yaml.md year: '2021' + addition_method: manual https://www.redhat.com/en/blog?f[0]=taxonomy_blog_post_category_tid:107161&f[1]=taxonomy_topic_tid:75521: content_hash: a1d207ebd34f5020548ec7c126333cd6e4b8e2972923e205dc42623b468d52e5 health_score: 100.0 @@ -265911,6 +282307,7 @@ https://www.redhat.com/en/blog?f[0]=taxonomy_blog_post_category_tid:107161&f[1]= - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://www.redhat.com/en/engage/ansible-automation-platform-beginners-guide-ebook: content_hash: 4f35f21db4ae19b7b5145f9bb0eef3a9a3e51d0e906aece430d76b849f047a47 health_score: 100.0 @@ -265923,6 +282320,7 @@ https://www.redhat.com/en/engage/ansible-automation-platform-beginners-guide-ebo - docs/ansible.md v2_locations: - ansible.md + addition_method: manual ? https://www.redhat.com/en/engage/automated-enterprise-e-book?sc_cid=7013a0000034fMwAAI&dclid=COKjiau-upQDFXLuKAUdouAGMQ&gad_source=7 : content_hash: 6b668dc8416c34407848954263402d444993724639af0f4f3c5c27b442ed5ac1 health_score: 100.0 @@ -265935,6 +282333,7 @@ https://www.redhat.com/en/engage/ansible-automation-platform-beginners-guide-ebo - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/engage/automated-enterprise-ebook-20171107: content_hash: 95ee8f9ec0777b310def9dcf65e675c8432bb47034da7703c5612db7d768d71b description: '' @@ -265946,11 +282345,13 @@ https://www.redhat.com/en/engage/automated-enterprise-ebook-20171107: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/en/engage/kubernetes-containers-architecture-s-201910240918: health_score: 80.0 last_checked: 1779030986.814474 v1_locations: - docs/kubernetes.md + addition_method: manual https://www.redhat.com/en/engage/open-practice-library-ebook: content_hash: 5e8bf7d4a1c85ff2114214210d97cb11b6387080aa8dd04d745685444afe69a2 description: '' @@ -265967,6 +282368,7 @@ https://www.redhat.com/en/engage/open-practice-library-ebook: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.redhat.com/en/livestreaming: content_hash: 099aab0b80d62215aac8f2a001d08c492dbb74f3f0aedf77163037096af7b1fe health_score: 100.0 @@ -265979,6 +282381,7 @@ https://www.redhat.com/en/livestreaming: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/products/application-foundations: ai_summary: Red Hat's enterprise-grade, distributed integration platform, heavily utilizing Apache Camel, ActiveMQ, and CXF. It provides a highly stable middleware @@ -266001,6 +282404,7 @@ https://www.redhat.com/en/products/application-foundations: v2_locations: - message-queue.md year: '2025' + addition_method: manual https://www.redhat.com/en/products/trials?products=hybrid-cloud: content_hash: c3c4d7971647d33cb586810ad8086b34e067024b9738762ffd6af586b663604f health_score: 100.0 @@ -266013,6 +282417,7 @@ https://www.redhat.com/en/products/trials?products=hybrid-cloud: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/resources: content_hash: 8ecbf2175ca387e615895f6ec7b611e5866f8dce7555a9a616c1774b7cfdcae7 health_score: 100.0 @@ -266025,6 +282430,7 @@ https://www.redhat.com/en/resources: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/resources/openshift-subscription-sizing-guide-detail: content_hash: 9700a8a5aa1e5d21bda06ceadd0a1cae119e64713e25dff4fdab86ae0bc7565b description: '' @@ -266037,6 +282443,7 @@ https://www.redhat.com/en/resources/openshift-subscription-sizing-guide-detail: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.redhat.com/en/resources/oreilly-kubernetes-operators-automation-ebook: content_hash: 79efb2e4cc907c540eab57226abafc30d3a39310a48a086a19c51c33115f3fae description: '' @@ -266054,6 +282461,7 @@ https://www.redhat.com/en/resources/oreilly-kubernetes-operators-automation-eboo v2_locations: - openshift.md year: N/A + addition_method: manual https://www.redhat.com/en/resources/self-managed-openshift-subscription-guide: content_hash: 2ab99a89cae5268ed049f2fcff8faba516f9307bbad1d1806138234c9cdfea9b health_score: 100.0 @@ -266066,6 +282474,7 @@ https://www.redhat.com/en/resources/self-managed-openshift-subscription-guide: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/services/training/au094-ansible-essentials-simplicity-automation-technical-overview: content_hash: 3b648bb1db330ff8226d961e57e0867511a01443004a14ba2cc4a6fd0382688a health_score: 100.0 @@ -266078,6 +282487,7 @@ https://www.redhat.com/en/services/training/au094-ansible-essentials-simplicity- - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/services/training/do007-ansible-essentials-simplicity-automation-technical-overview: content_hash: 82e3d22fc63363816d3f5b0f7771daa47969e48d99ea7a76434e3600467efefb description: '' @@ -266090,6 +282500,7 @@ https://www.redhat.com/en/services/training/do007-ansible-essentials-simplicity- v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/en/solutions/devsecops-approach: ai_summary: 'Presents Red Hat''s modular framework for deploying, managing, and automating DevSecOps within enterprise clouds. Contrast: Curator Insight shows @@ -266113,6 +282524,7 @@ https://www.redhat.com/en/solutions/devsecops-approach: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.redhat.com/en/solutions/edge-computing-approach?sc_cid=7013a000002w1CwAAI: content_hash: 6b7eb0d09287c57a49fb742cab9f9ce1f404734127756e677a637f33d718dcac health_score: 100.0 @@ -266125,6 +282537,7 @@ https://www.redhat.com/en/solutions/edge-computing-approach?sc_cid=7013a000002w1 - docs/edge-computing.md v2_locations: - edge-computing.md + addition_method: manual https://www.redhat.com/en/solutions/kubernetes-approach: content_hash: 10d462ed0c35de204b3c02dbe8dec9153d599d5620febed7926f2d01aa7893e1 health_score: 100.0 @@ -266137,6 +282550,7 @@ https://www.redhat.com/en/solutions/kubernetes-approach: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/success-stories/the-volkswagen-group: content_hash: db9845006f342b9f0e7d94bb1c33fecaf1de8e8a41362f8444a2d48944c2de8a description: '' @@ -266153,6 +282567,7 @@ https://www.redhat.com/en/success-stories/the-volkswagen-group: v2_locations: - customer.md year: N/A + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift: content_hash: 6b44f601de02e162a0eb88ebb8002c43ed64beba0a596419d1fcbb293c53f758 health_score: 100.0 @@ -266166,6 +282581,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift: v2_locations: - openshift.md - ocp4.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift-data-foundation: content_hash: f9263b6f741b46340c0e4de71bed2eeb0b6614a039b66e63154f870e81626e6e health_score: 100.0 @@ -266178,6 +282594,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift-data-foundation - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/advanced-cluster-security-kubernetes: ai_summary: Red Hat Advanced Cluster Security (formerly StackRox) provides Kubernetes-native guardrails to secure application life cycles across build, deploy, and runtime @@ -266201,6 +282618,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/advanced-cluste v2_locations: - devsecops.md year: '2026' + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/aws: content_hash: 6c5361dac310caced9cc25922d9a1315c409aa67132139c2c317f08a929f952d health_score: 100.0 @@ -266213,6 +282631,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/aws: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/azure: content_hash: 5f17addaff5cf28cc035bd943fc3c6974daff79dfa25826571a9662bc5749104 health_score: 100.0 @@ -266224,6 +282643,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/azure: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/8-answers-to-7-openshift-questions: health_score: 64.0 last_checked: 1779130494.974677 @@ -266235,6 +282655,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/8-answers- status: review_required v1_locations: - docs/ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/a-brief-introduction-to-red-hat-advanced-cluster-security-for-kubernetes : health_score: 64.0 last_checked: 1779130495.029638 @@ -266244,11 +282665,13 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/8-answers- - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/ask-an-openshift-admin-office-hour-authentication-and-authorization : health_score: 64.0 last_checked: 1779130494.94234 v1_locations: - docs/ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/control-regional-access-to-your-service-on-openshift-running-on-aws : health_score: 64.0 last_checked: 1779130494.979034 @@ -266258,16 +282681,19 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/8-answers- - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/deploy-a-multi-master-okd-4.5-cluster-using-a-single-command-in-30-minutes : health_score: 64.0 last_checked: 1779130494.954427 v1_locations: - docs/ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/fully-automated-openshift-deployments-with-vmware-vsphere : health_score: 64.0 last_checked: 1779130494.974553 v1_locations: - docs/ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/how-to-configure-ldap-sync-with-cronjobs-in-openshift : health_score: 64.0 last_checked: 1779130494.945914 @@ -266283,6 +282709,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/8-answers- - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/introducing-azure-red-hat-openshift-on-openshift-4: health_score: 64.0 last_checked: 1779130494.94307 @@ -266294,6 +282721,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/introducin status: review_required v1_locations: - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/nested-openshift-using-openshift-virtualization: health_score: 64.0 last_checked: 1779130494.930289 @@ -266303,6 +282731,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/nested-ope - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/openshift-security-best-practices-for-kubernetes-cluster-design : health_score: 64.0 last_checked: 1779130495.02894 @@ -266314,6 +282743,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/nested-ope status: review_required v1_locations: - docs/ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/operator-based-calico-cni-plug-in-is-supported-on-openshift-4 : health_score: 64.0 last_checked: 1779130494.96192 @@ -266329,6 +282759,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/nested-ope - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual ? https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/workload-support-for-red-hat-openshift-matures-across-the-industry : health_score: 64.0 last_checked: 1779130495.019251 @@ -266338,6 +282769,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/blog/nested-ope - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/dedicated: content_hash: e99d4df8998b7912283341bf4a48d708df59241f6b627e4c0690f2baf75f48d7 health_score: 100.0 @@ -266349,6 +282781,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/dedicated: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/for-developers: health_score: 64.0 last_checked: 1779130495.0134 @@ -266358,11 +282791,13 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/for-developers: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/learn/topics/serverless: health_score: 64.0 last_checked: 1779130495.028608 v1_locations: - docs/ocp4.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/platform-plus: content_hash: 1fda2cc748676e1956e360287943dcaf4a7b231c398714ae28f4ff9a78fff2c1 description: '' @@ -266379,6 +282814,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/platform-plus: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/pricing: content_hash: b0a024240dee478ec52332e7a4c1dc8f6f639158fc28f26a64cc7fbc8f9194c6 health_score: 100.0 @@ -266391,11 +282827,13 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/pricing: - docs/public-cloud-solutions.md v2_locations: - public-cloud-solutions.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/products/online: health_score: 64.0 last_checked: 1779130494.950875 v1_locations: - docs/openshift.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/serverless: content_hash: 4de81f0baad368f2766e47c42038b33059bf1ea71d8b21d6b7200fa34ee5e3f2 health_score: 100.0 @@ -266408,6 +282846,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/serverless: - docs/serverless.md v2_locations: - serverless.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/try-it: content_hash: 3317129a103401f3e4b94d27714c7532e434652d9d976547d8c4fec1b5aa2495 health_score: 100.0 @@ -266424,6 +282863,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/try-it: - ocp4.md - matrix-table.md - openshift.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/openshift/what-are-openshift-operators: content_hash: 10dfb085d8bb32acc29f16bae6108155108fe90c14431d14eae0f5345faf47ae health_score: 100.0 @@ -266436,6 +282876,7 @@ https://www.redhat.com/en/technologies/cloud-computing/openshift/what-are-opensh - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.redhat.com/en/technologies/cloud-computing/quay: ai_summary: An official overview of Red Hat Quay subscription models, outlining security policies, vulnerability scanning integrations, and platform scaling mechanisms @@ -266458,6 +282899,7 @@ https://www.redhat.com/en/technologies/cloud-computing/quay: - ocp4.md - registries.md year: '2022' + addition_method: manual https://www.redhat.com/en/technologies/jboss-middleware/3scale: content_hash: 80ae86e55627e9f43b166209edfc360e5c1e9e7f0f8eac77133eba6a2d8c1875 description: '' @@ -266474,6 +282916,7 @@ https://www.redhat.com/en/technologies/jboss-middleware/3scale: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.redhat.com/en/technologies/jboss-middleware/amq: ai_summary: Official product home of Red Hat AMQ, an enterprise-grade messaging suite. Delivers highly-available JMS, AMQP, and MQTT engines along with robust @@ -266502,6 +282945,7 @@ https://www.redhat.com/en/technologies/jboss-middleware/amq: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.redhat.com/en/technologies/jboss-middleware/data-grid: content_hash: bf405ad2b7c16dbfabff7c6280e3dcc461a5ee3be7e57e52519ce1608d855006 description: '' @@ -266518,6 +282962,7 @@ https://www.redhat.com/en/technologies/jboss-middleware/data-grid: v2_locations: - caching.md year: N/A + addition_method: manual https://www.redhat.com/en/technologies/jboss-middleware/fuse: content_hash: ae380e55f8994c9e534090354164b8cccc04bc6e4129c3497ccf5c1825534e36 description: '' @@ -266529,12 +282974,14 @@ https://www.redhat.com/en/technologies/jboss-middleware/fuse: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux: content_hash: 3ea4e797707b3f0e391e6684412021164c7a63e516dc35a8526044dd95dcbaa3 health_score: 100.0 last_checked: 1779029704.374106 v1_locations: - docs/registries.md + addition_method: manual https://www.redhat.com/en/technologies/management/advanced-cluster-management: content_hash: 4db9a0d48338c2527e49e2ba8d8c47077fc3069952d3ee16360b006d3e01f086 description: '' @@ -266553,6 +283000,7 @@ https://www.redhat.com/en/technologies/management/advanced-cluster-management: - ocp4.md - ibm_cloud.md year: N/A + addition_method: manual https://www.redhat.com/en/technologies/management/ansible/ai-automation: content_hash: 139e07e75d78d9bc0c0c5db61f4c6191f2bff0ea1b5df84db62a23acf5b8aac3 health_score: 100.0 @@ -266565,6 +283013,7 @@ https://www.redhat.com/en/technologies/management/ansible/ai-automation: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/technologies/management/ansible/ansible-lightspeed: content_hash: 979112cf75f6f8b668cbe7b737b69b7f2aab48d3bd47931c682fab0614029591 description: '' @@ -266576,6 +283025,7 @@ https://www.redhat.com/en/technologies/management/ansible/ansible-lightspeed: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/en/technologies/management/ansible/application-delivery?sc_cid=7015Y000003t7aWQAQ: content_hash: 8777acc60831f56406d9529d233384648bf47b9b53f2c684a69f1a9aaffe8aea health_score: 100.0 @@ -266587,6 +283037,7 @@ https://www.redhat.com/en/technologies/management/ansible/application-delivery?s - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/technologies/management/ansible/automation-coding-assistant: content_hash: 5092e071b2060eaebb1c624e543bb0aa91598ceafb5d8cf5fe6b0a0beb029210 health_score: 100.0 @@ -266599,6 +283050,7 @@ https://www.redhat.com/en/technologies/management/ansible/automation-coding-assi - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/technologies/management/ansible/automation-controller?sc_cid=7015Y000003t7aWQAQ: content_hash: 8be0f4335d21339012cab62c203173d39ba952188c1d592d2e59f4a0dd0d5861 health_score: 100.0 @@ -266610,6 +283062,7 @@ https://www.redhat.com/en/technologies/management/ansible/automation-controller? - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/technologies/management/ansible?sc_cid=7015Y000003t7aWQAQ: content_hash: 133d22dcd89b60081955bc59b7951cef2ec4fae4f20648674a72feabd6dc75e5 health_score: 100.0 @@ -266622,6 +283075,7 @@ https://www.redhat.com/en/technologies/management/ansible?sc_cid=7015Y000003t7aW - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.redhat.com/en/topics/cloud-native-apps/what-is-faas: content_hash: 2ab4442dbb7ec013784a23a04bffc206511e2c19ff7378ef273206f77d60b769 description: '' @@ -266638,6 +283092,7 @@ https://www.redhat.com/en/topics/cloud-native-apps/what-is-faas: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.redhat.com/en/topics/containers/kubernetes-approach: content_hash: 5d4a41fcc24c57404232e9ea5fc3a62d756eca057d6afb376edee5d65f50ed50 description: '' @@ -266649,6 +283104,7 @@ https://www.redhat.com/en/topics/containers/kubernetes-approach: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.redhat.com/en/topics/containers/kubernetes-security: ai_summary: 'Curator Insight: Fundamental 101 guide compiling standard security paradigms and vectors. Live Grounding: Maintained by Red Hat; compiles 29 production-validated @@ -266671,6 +283127,7 @@ https://www.redhat.com/en/topics/containers/kubernetes-security: v2_locations: - kubernetes-security.md year: '2024' + addition_method: manual https://www.redhat.com/en/topics/devops: content_hash: dd7cd2e30fb62d3f15a47dfe967fc3bc28517ede513a4ee824e240988cc1b69c description: '' @@ -266687,6 +283144,7 @@ https://www.redhat.com/en/topics/devops: v2_locations: - devops.md year: N/A + addition_method: manual https://www.redhat.com/en/topics/devops/what-cicd-pipeline: content_hash: fbafd2c747433026816531a50bcebccb154f55d5f7c8f1dee5c72919127e3c1f health_score: 100.0 @@ -266699,6 +283157,7 @@ https://www.redhat.com/en/topics/devops/what-cicd-pipeline: - docs/tekton.md v2_locations: - tekton.md + addition_method: manual https://www.redhat.com/en/topics/devops/what-is-gitops: content_hash: a830711eaf9b79d5cb0747f5a3e90dd6471bb99ff08d33244d715b62cb556ac4 health_score: 100.0 @@ -266711,6 +283170,7 @@ https://www.redhat.com/en/topics/devops/what-is-gitops: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.redhat.com/en/topics/edge-computing/approach: content_hash: 53f66d482157d2f2ff6b305f7473cecc8c36601cfde71968daf3b2eaee2f2899 description: '' @@ -266722,6 +283182,7 @@ https://www.redhat.com/en/topics/edge-computing/approach: v1_locations: - docs/edge-computing.md year: N/A + addition_method: manual https://www.redhat.com/en/topics/microservices/what-is-knative: content_hash: 059ece23a7fb11753980303142499fba591518b632b42754da2c88c694306a07 description: '' @@ -266740,6 +283201,7 @@ https://www.redhat.com/en/topics/microservices/what-is-knative: - ocp4.md - serverless.md year: N/A + addition_method: manual https://www.redhat.com/en/topics/microservices/why-choose-red-hat-microservices: content_hash: 264b1eca0ac91cd8227b52a9f674762eec78da62363fae7f6db2f17e08aa5f3b description: '' @@ -266756,6 +283218,7 @@ https://www.redhat.com/en/topics/microservices/why-choose-red-hat-microservices: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.redhat.com/en/topics/security/devsecops/approach: content_hash: d0e3129d940753fe5aae6e71bd1831a633f8776c304c3c0d7b598b40f247cd82 description: '' @@ -266767,6 +283230,7 @@ https://www.redhat.com/en/topics/security/devsecops/approach: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual ? https://www.redhat.com/es/about/press-releases/red-hat-openshift-container-platform-takes-digital-innovation-fast-lane-major-european-automaker : content_hash: a5320caa2803d50a6ddc2aa0c37d9605c66925b07fd1090a473604e076d7c06a description: '' @@ -266784,6 +283248,7 @@ https://www.redhat.com/en/topics/security/devsecops/approach: v2_locations: - customer.md year: N/A + addition_method: manual https://www.redhat.com/es/about/videos/ansible-automate-microsoft-azure: content_hash: 1ab0e57ca01079e61c222d07290959034b31a67691bf1fe6aa5119bb67a84b1c description: '' @@ -266799,6 +283264,7 @@ https://www.redhat.com/es/about/videos/ansible-automate-microsoft-azure: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.redhat.com/es/about/videos/openshift-backup-and-cluster-failover-triliovault: content_hash: 1ab0e57ca01079e61c222d07290959034b31a67691bf1fe6aa5119bb67a84b1c description: '' @@ -266815,6 +283281,7 @@ https://www.redhat.com/es/about/videos/openshift-backup-and-cluster-failover-tri v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.redhat.com/es/about/videos/openshift-backup-and-recovery-kasten-k10: content_hash: 1ab0e57ca01079e61c222d07290959034b31a67691bf1fe6aa5119bb67a84b1c description: '' @@ -266826,6 +283293,7 @@ https://www.redhat.com/es/about/videos/openshift-backup-and-recovery-kasten-k10: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.redhat.com/es/topics/devops: content_hash: 49c336b6d73422b3851808de8c26f792345535ae6b602c24cd8f37f218bc15ec description: '' @@ -266842,6 +283310,7 @@ https://www.redhat.com/es/topics/devops: v2_locations: - devops.md year: N/A + addition_method: manual https://www.redhat.com/rhdc/managed-files/cl-state-kubernetes-security-report-ebook-f29117-202106-en.pdf: ai_summary: An extensive ebook documenting industry security adoption rates, primary concerns, and threat behaviors in Spring 2021. Curator insight highlights that @@ -266871,6 +283340,7 @@ https://www.redhat.com/rhdc/managed-files/cl-state-kubernetes-security-report-eb v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/11-manager-considerations: content_hash: 2a152854454a186fcca9c85a5d6c8600aeb7c21d4de114f4beaa9acc5fe3510d description: '' @@ -266883,6 +283353,7 @@ https://www.redhat.com/sysadmin/11-manager-considerations: v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/5-linux-commands: content_hash: 00f612f8d0780a3c7832229ecdc76a95b460afe325b6cdb5564ed33cebf41fc3 description: '' @@ -266894,6 +283365,7 @@ https://www.redhat.com/sysadmin/5-linux-commands: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/5-questions-interview: content_hash: 836ec385d8ea021c4d908c06718db98efcd70fae69ea10d0bbcb99d674411d29 description: '' @@ -266905,6 +283377,7 @@ https://www.redhat.com/sysadmin/5-questions-interview: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/5-rsync-tips: content_hash: 5bac3f5291b0eb62f9b32f0713e7cefd9035a833d281810dbc2ca25c62354b40 description: '' @@ -266916,6 +283389,7 @@ https://www.redhat.com/sysadmin/5-rsync-tips: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/6-code-pushes-aap: content_hash: e6a5a70d33f4b338823da8998a0964d0431fed2b43ff01b1f56f30abcee463f5 description: '' @@ -266928,6 +283402,7 @@ https://www.redhat.com/sysadmin/6-code-pushes-aap: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/6-openssl-commands: content_hash: 55d94c98b364cc882da497b923896096afd2d2b9064980f28b45a15f3a905ae0 description: '' @@ -266939,6 +283414,7 @@ https://www.redhat.com/sysadmin/6-openssl-commands: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/DNS-name-resolution-troubleshooting-tools: content_hash: 84aa0e84a55d59977c360f2c717d889cba2b77f1d5760b6c18954217dd771019 description: '' @@ -266950,6 +283426,7 @@ https://www.redhat.com/sysadmin/DNS-name-resolution-troubleshooting-tools: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-ad-hoc-commands: content_hash: a60ca89753abcfcfc5d12ea91024172a8b9c6c43660c136b5e9f1bcf6dcdbeea description: '' @@ -266961,6 +283438,7 @@ https://www.redhat.com/sysadmin/ansible-ad-hoc-commands: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-create-users-csv: content_hash: 185f78235b0fff305f637223ec9a0c76a4800e0b4b3616902ccb84d488b84226 description: '' @@ -266972,6 +283450,7 @@ https://www.redhat.com/sysadmin/ansible-create-users-csv: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-dynamic-inventories: content_hash: 56caa4b97f2c8dc2076a4532dfef9bd1fbefb207404839a176f30fa3de2c17c8 description: '' @@ -266983,6 +283462,7 @@ https://www.redhat.com/sysadmin/ansible-dynamic-inventories: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python: content_hash: 344271044b2cfff21725230d7173d9f02dd24a212373378cb9066fe4586da0dd description: '' @@ -266994,6 +283474,7 @@ https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-lists-dictionaries-yaml: content_hash: 9969184fc8d5ca34caca8ece6a878ae8e1af72e88460b6394332afc4863fd22d description: '' @@ -267006,6 +283487,7 @@ https://www.redhat.com/sysadmin/ansible-lists-dictionaries-yaml: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-plugin-inventory-files: content_hash: 43b221872ff5339ecd8aa846d6a841b67b4fa2efa995ec16177c26a4e059c9ad description: '' @@ -267017,6 +283499,7 @@ https://www.redhat.com/sysadmin/ansible-plugin-inventory-files: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-quick-start: content_hash: 02d3b17b1229c726fe18fa45bab63025da3da12809072b02a8b3ef7eef391ec0 description: '' @@ -267028,6 +283511,7 @@ https://www.redhat.com/sysadmin/ansible-quick-start: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-system-role: content_hash: fbfab02664a3ecf2baa0cabadb91aaaf8b48da12913d26a7d746331d060bc37d description: '' @@ -267040,6 +283524,7 @@ https://www.redhat.com/sysadmin/ansible-system-role: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-templates-configuration: content_hash: 68fac8489d87e6baf42cb8811336cc4a34f288d841defa02dd08dea9314ef156 description: '' @@ -267051,6 +283536,7 @@ https://www.redhat.com/sysadmin/ansible-templates-configuration: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansible-web-endpoints: content_hash: 42a0b804103a5055fa59d2b1193ed2e80eeede158e3596389619c910844f979a description: '' @@ -267062,6 +283548,7 @@ https://www.redhat.com/sysadmin/ansible-web-endpoints: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/ansiblefest-sysadmins: content_hash: 57507a4c073ed75bbe1d0e0eb12b220d96e2e7075d80548bc66c0046a546f39a description: '' @@ -267073,6 +283560,7 @@ https://www.redhat.com/sysadmin/ansiblefest-sysadmins: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/automate-podman-ansible: content_hash: aa9f0e677f2c0393e0c2f2400f7bf8dc0162b4bd92670bdc7759b532a1c0c8ad description: '' @@ -267085,6 +283573,7 @@ https://www.redhat.com/sysadmin/automate-podman-ansible: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/automate-reboot-ansible: content_hash: ec9984bd4b946d969b2c96ac64fe7beebb214ef52dbe93d5e98a356dca294eb7 description: '' @@ -267096,6 +283585,7 @@ https://www.redhat.com/sysadmin/automate-reboot-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/automation-architects: content_hash: 9abdfe179a8061349db6dc969eccc8417e7e46e1432d21e2912f5fd903cd9459 description: '' @@ -267105,6 +283595,7 @@ https://www.redhat.com/sysadmin/automation-architects: title: The rise of the automation architect v1_locations: [] year: N/A + addition_method: manual https://www.redhat.com/sysadmin/automation-combat-increased-workload: content_hash: 87c37f173e142b2ba2c378e435a2ad06d7599103bd06e7c4255d65e18ba7be91 description: '' @@ -267116,6 +283607,7 @@ https://www.redhat.com/sysadmin/automation-combat-increased-workload: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/automation-first-mentality: content_hash: 7fc5e5e92aff1d4d706e588338111268bf72830a929b0c9615d0bd6abdd78d99 description: '' @@ -267127,6 +283619,7 @@ https://www.redhat.com/sysadmin/automation-first-mentality: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/build-VM-fast-ansible: content_hash: 616970afad38fd4417eb741a6a30abcf5fbe2e5ead0b97d7b6f1a0621e20b7d8 description: '' @@ -267137,6 +283630,7 @@ https://www.redhat.com/sysadmin/build-VM-fast-ansible: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/compose-kubernetes-podman: content_hash: 8b1cc6cfd5c4f46890131a06cec4a48b545a475a3541fc5afa81907107d9af33 description: '' @@ -267148,6 +283642,7 @@ https://www.redhat.com/sysadmin/compose-kubernetes-podman: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/configure-gmail-using-ansible: content_hash: a64865602b5ff4f6665cbb60387e70c6518ec8f41e1784e2345934cd8c40c506 description: '' @@ -267159,6 +283654,7 @@ https://www.redhat.com/sysadmin/configure-gmail-using-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/configure-ssh-keygen: content_hash: dce790a32dd26e9b8045c42d029b5ad301630e7ad45d9854ad76c04996f48c49 description: '' @@ -267171,6 +283667,7 @@ https://www.redhat.com/sysadmin/configure-ssh-keygen: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/container-information-podman: content_hash: cf856f2c1912d8d93972cb81edb49aabaa0ea83a852e4cc5173823dae9056469 description: '' @@ -267182,6 +283679,7 @@ https://www.redhat.com/sysadmin/container-information-podman: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/container-security-seccomp: content_hash: 01760ad2a21d18b7a3f3ecdc002b9485f29d35b8771bc194500a89246ecdc2bf description: '' @@ -267193,6 +283691,7 @@ https://www.redhat.com/sysadmin/container-security-seccomp: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/containerizing-applications: content_hash: 8cd759ad1004d4ff9e41817662134493e7b1c5c89abf8a8b60c6823a3d2f06e5 description: '' @@ -267204,6 +283703,7 @@ https://www.redhat.com/sysadmin/containerizing-applications: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/create-containers-podman-quickly: content_hash: a13054424d21f7f15bf59258137c15f34a066f7de4aef01286cb6a2c34524d4c description: '' @@ -267216,6 +283716,7 @@ https://www.redhat.com/sysadmin/create-containers-podman-quickly: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/curl-hack-httpie: content_hash: 2745fe537404f6f52984c859eef546b619f24ecf687211ad9069d8405ac00ebd description: '' @@ -267227,6 +283728,7 @@ https://www.redhat.com/sysadmin/curl-hack-httpie: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/customize-vm-cloud-images-guestfish: content_hash: 94cb01c99305340d145f58155fe88813b16278a345fceacdd8aed3f569a811d0 description: '' @@ -267238,6 +283740,7 @@ https://www.redhat.com/sysadmin/customize-vm-cloud-images-guestfish: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/data-text-files: content_hash: 99a74057c6842647ab1249c5015cc8017f517d45867408185b38f3ad813fae7d description: '' @@ -267249,6 +283752,7 @@ https://www.redhat.com/sysadmin/data-text-files: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/demystifying-ansible-sysadmins: content_hash: 067fb4ff6049a53c41ed68d20020c9949bbfbd382479ed339226f334bd51a1fa description: '' @@ -267260,6 +283764,7 @@ https://www.redhat.com/sysadmin/demystifying-ansible-sysadmins: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/developing-ansible-role: content_hash: d679847319ea911f7bee9a13f7e3560f70763af83f5348e606330cf9a05b7842 description: '' @@ -267271,6 +283776,7 @@ https://www.redhat.com/sysadmin/developing-ansible-role: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/edit-text-bash-command: content_hash: 359d57d640af45f8433862631e157799a952ce51b23b2c626de750ef22f54f4c description: '' @@ -267282,6 +283788,7 @@ https://www.redhat.com/sysadmin/edit-text-bash-command: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/extra-variables-ansible-playbook: content_hash: 1218d96e8baf1fedad6bfd7cead7828ead1c1a55938255b60736de73baedb07c description: '' @@ -267293,6 +283800,7 @@ https://www.redhat.com/sysadmin/extra-variables-ansible-playbook: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/faster-ansible-playbook-execution: content_hash: b6fc726443df6c3ceb787f2e1337b41fcd3e98bccc61adc6527e8041299a0635 description: '' @@ -267304,6 +283812,7 @@ https://www.redhat.com/sysadmin/faster-ansible-playbook-execution: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/find-non-expiring-passwords: content_hash: f4f7b7e4d1b0d035b96374eb5fb5a1465134ff8c9c1530c9f3bcf0e9a5dafccf description: '' @@ -267316,6 +283825,7 @@ https://www.redhat.com/sysadmin/find-non-expiring-passwords: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/five-network-commands: content_hash: 8b3847b4eb8246ad7d55278ccc0a93895e5de32bb91bc0183ff1542c78407d2a description: '' @@ -267327,6 +283837,7 @@ https://www.redhat.com/sysadmin/five-network-commands: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/getting-started-jboss: content_hash: e0172cfdffd481e02dc6757a0de24b4325e54038418e6c7a2955ef20247eb493 description: '' @@ -267338,6 +283849,7 @@ https://www.redhat.com/sysadmin/getting-started-jboss: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/how-start-ansible: content_hash: d9a198e34137a5c3642c6e7c77e3c43cd7f7654af2becbd53ad108c83e6674e6 description: '' @@ -267350,6 +283862,7 @@ https://www.redhat.com/sysadmin/how-start-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/install-ansible-way: content_hash: c43499aff7767364147fa4d27c54a9a4d67078367282f49825ef0df1be92c63c description: '' @@ -267361,6 +283874,7 @@ https://www.redhat.com/sysadmin/install-ansible-way: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/it-automation-book: content_hash: 765b5c4b703c1fdda44ef75c559a9e076d61e45e4c593731b2ea447530254837 description: '' @@ -267373,6 +283887,7 @@ https://www.redhat.com/sysadmin/it-automation-book: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/it-automation-training: content_hash: 57208bc6a0aa397671f1b050f47b5c2e6d27dd38d1e5b2013205f4197f6f7a53 description: '' @@ -267384,6 +283899,7 @@ https://www.redhat.com/sysadmin/it-automation-training: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/kubernetes-basics-sysadmins: content_hash: 852d8899f27ca9c370fc8e134384d300bdbb6c1f39331ca74b11070bc370f31e description: '' @@ -267395,6 +283911,7 @@ https://www.redhat.com/sysadmin/kubernetes-basics-sysadmins: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/kubernetes-cluster-laptop: content_hash: 060383fa5520bae2ae8162886cb9fd1ced44983882501b47fabf16311e0405a8 description: '' @@ -267406,6 +283923,7 @@ https://www.redhat.com/sysadmin/kubernetes-cluster-laptop: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/kubernetes-components: content_hash: 489beeb1ea67bcb38b5bbe07c9b304e05b29c58f2d89e44487a3f06da9d5964e description: '' @@ -267418,6 +283936,7 @@ https://www.redhat.com/sysadmin/kubernetes-components: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/kubespray-deploy-kubernetes: content_hash: 6060212a990ab5d1b5beb51a1ef8d7566a338e2cec265c0a93391dad20fb0fa0 description: '' @@ -267429,6 +283948,7 @@ https://www.redhat.com/sysadmin/kubespray-deploy-kubernetes: v1_locations: - docs/kubernetes-on-premise.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/linux-commands-manage-groups: content_hash: 5edef78e0f2199b9518bf7a9247d9c66226c2e4c3d92081921c3651a1fbf1ad1 description: '' @@ -267441,6 +283961,7 @@ https://www.redhat.com/sysadmin/linux-commands-manage-groups: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/linux-pid-namespaces: content_hash: 5e45726bdf388336748df40e1b38cc921dc5445fa30985d9521e3907a7a42b01 description: '' @@ -267452,6 +283973,7 @@ https://www.redhat.com/sysadmin/linux-pid-namespaces: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/linux-security-usability: content_hash: 9dc1b9f76b974783e02277b4dbe88dbda22b5b1cc66adf609790395fad318892 description: '' @@ -267463,6 +283985,7 @@ https://www.redhat.com/sysadmin/linux-security-usability: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/mssql-linux-easy: content_hash: 1641fc4355da9f9d85b15efce5e63cdfae703430217b177323a9ca37b37c1dbb description: '' @@ -267475,6 +283998,7 @@ https://www.redhat.com/sysadmin/mssql-linux-easy: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/new-podman-secrets-command: content_hash: 2177a62e970fd969fd09ea487a5877ebb881a465b043c5051801db7e796ed4dd description: '' @@ -267486,6 +284010,7 @@ https://www.redhat.com/sysadmin/new-podman-secrets-command: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/nmap-scripting-engine: content_hash: 407fea1e4979c689b6ec7886be3b085d9d0da51f4475ba0bb799ac1c6dbc5e02 description: '' @@ -267497,6 +284022,7 @@ https://www.redhat.com/sysadmin/nmap-scripting-engine: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/one-line-linux-commands: content_hash: dd86350bc609178adc8f85899e4fb084865012d4265f6d3d25ede730a15c346c description: '' @@ -267508,6 +284034,7 @@ https://www.redhat.com/sysadmin/one-line-linux-commands: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/packaging-applications-python: content_hash: 266318a9943d67815c393284f8b1307cf0d803c86f09798b26d9fee86cad603b description: '' @@ -267519,6 +284046,7 @@ https://www.redhat.com/sysadmin/packaging-applications-python: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/pid-namespace: content_hash: f1418e109d49ff509836d83a1889d52f38f1dfe681294896013f77ea3f2fafc6 description: '' @@ -267530,6 +284058,7 @@ https://www.redhat.com/sysadmin/pid-namespace: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/podman-auto-updates-rollbacks: content_hash: 83efc443ea02c290d5e5fcd2e9a0d0388148309def9516d185e6372638ea6a0c description: '' @@ -267541,6 +284070,7 @@ https://www.redhat.com/sysadmin/podman-auto-updates-rollbacks: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/podman-clients-macos-windows: content_hash: 3d3a4c1a9531ef680f64561e0d83440a8b026745e226ff79f7ff6c2efe760bea description: '' @@ -267552,6 +284082,7 @@ https://www.redhat.com/sysadmin/podman-clients-macos-windows: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/podman-docker-compose: content_hash: 7400d9d68b90b8e44501587b2d0ced6fafb842bb4e6982922c64e8221b79ff05 description: '' @@ -267563,6 +284094,7 @@ https://www.redhat.com/sysadmin/podman-docker-compose: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/podman-features-1: content_hash: 42f9e161a7704c0174c3e23c4b6bd91de7643eae9cf8c86c667dfdf83db02982 description: '' @@ -267574,6 +284106,7 @@ https://www.redhat.com/sysadmin/podman-features-1: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/podman-play-kube-updates: content_hash: 13e0d4a4eff4a1e60f4d22cfa12fe1ae6fdbc9c424dd6617ff15cda64418fb11 description: '' @@ -267585,6 +284118,7 @@ https://www.redhat.com/sysadmin/podman-play-kube-updates: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/privileged-flag-container-engines: content_hash: 02a031619035586986c71cffe10ce8194579d19ffc4e1aef7fedf35a2d1133d5 description: '' @@ -267596,6 +284130,7 @@ https://www.redhat.com/sysadmin/privileged-flag-container-engines: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/python-venv-ansible: content_hash: d08532119e41de98ce988ce62674650b4b101188030eddf16887eb75946b5111 description: '' @@ -267607,6 +284142,7 @@ https://www.redhat.com/sysadmin/python-venv-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/quadlet-podman: content_hash: aff12bb1ef15b81d1d6dfc788dd5e0721051ee95a9905437de0f9de9a244c7e2 description: '' @@ -267618,6 +284154,7 @@ https://www.redhat.com/sysadmin/quadlet-podman: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/query-rpm-database-python: content_hash: 97599d1bc908fad681b3534e8a58a7aae4434911774c5e1bc8fce29130937c9d description: '' @@ -267630,6 +284167,7 @@ https://www.redhat.com/sysadmin/query-rpm-database-python: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/recursive-vim-macros: content_hash: cf37f5013c9e7948948e30e4dc4bca2a0f2fb0b839a5d2449b8643a08a4ca933 description: '' @@ -267642,6 +284180,7 @@ https://www.redhat.com/sysadmin/recursive-vim-macros: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/renewed-thrill-ansible: content_hash: 406c45dcf015818013503d9b20d12242c1f766f8c6adddf086f88e6fe65b8c3d description: '' @@ -267653,6 +284192,7 @@ https://www.redhat.com/sysadmin/renewed-thrill-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/replace-docker-podman-mac-revisited: content_hash: f27a606e3b4271bcb13c0fad610e4c683117a083996111f0f2ccc127eda623ef description: '' @@ -267664,6 +284204,7 @@ https://www.redhat.com/sysadmin/replace-docker-podman-mac-revisited: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/replace-docker-podman-macos: content_hash: 4b6d56194a79ad290065212de75611b91d53074cd6bdf7bdbe246febf4af2225 description: '' @@ -267675,6 +284216,7 @@ https://www.redhat.com/sysadmin/replace-docker-podman-macos: v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/reverse-proxy-ansible: content_hash: ba50e9593ce80f94429c1028507ef0af7fd34bf11df032213fcc83596016e2db description: '' @@ -267686,6 +284228,7 @@ https://www.redhat.com/sysadmin/reverse-proxy-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/rootless-podman-nfs: content_hash: df4b714c1d903b4777c677a9ac307705389651e332d31e6dfd61235ab5b99fc6 description: '' @@ -267697,6 +284240,7 @@ https://www.redhat.com/sysadmin/rootless-podman-nfs: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/software-packages-ansible: content_hash: 396fe4c3906ca93e27cfa617a8250b07243f8969308fb271fc267690712d9adb description: '' @@ -267708,6 +284252,7 @@ https://www.redhat.com/sysadmin/software-packages-ansible: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/start-learning-kubernetes: content_hash: d7ffeea68bee28b2d45a620e9a6594199dc1d4ceaee08543f4ec1f28a6d77815 description: '' @@ -267719,6 +284264,7 @@ https://www.redhat.com/sysadmin/start-learning-kubernetes: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/sysadmin-essentials-networking-basics: content_hash: bc534ed771d377a4b72f12266778d5f46436049cfb4bbe563f69868405a12174 description: '' @@ -267730,6 +284276,7 @@ https://www.redhat.com/sysadmin/sysadmin-essentials-networking-basics: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/tcpdump-part-one: content_hash: c97dfc80951394aa890a3caf34a45b827abe4e93730f4d46c8884e4dda9f4cd5 description: '' @@ -267741,6 +284288,7 @@ https://www.redhat.com/sysadmin/tcpdump-part-one: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/troubleshoot-ansible-playbooks: content_hash: 8955798a8637e4a3bf769e2e7389a394940a007ac4f127597e795b1267b0e193 description: '' @@ -267752,6 +284300,7 @@ https://www.redhat.com/sysadmin/troubleshoot-ansible-playbooks: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/understanding-yaml-ansible: content_hash: 44533daac61abf96fd981215c52ceefe153dd1170361335e38845ec44fe951ec description: '' @@ -267764,6 +284313,7 @@ https://www.redhat.com/sysadmin/understanding-yaml-ansible: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/using-asciinema: content_hash: b3f21549e425cb4a23725c20f060eb34039d03b264d981229b39fb9bf446a484 description: '' @@ -267775,6 +284325,7 @@ https://www.redhat.com/sysadmin/using-asciinema: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/vim-commands: content_hash: 61a92fb234933a0ae224fe1b737d33faeec458e06109c5b3eb51934d9603a7dd description: '' @@ -267786,6 +284337,7 @@ https://www.redhat.com/sysadmin/vim-commands: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.redhat.com/sysadmin/yaml-beginners: content_hash: 8fb8738158681442249e4af8a93f70a81a5056d5a13f86799d1ae91bc2874bf5 description: '' @@ -267797,6 +284349,7 @@ https://www.redhat.com/sysadmin/yaml-beginners: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://www.redpanda.com: ai_summary: An ultra-fast, C++ based, Seastar engine implementation of Kafka API protocols. Redpanda acts as a direct, lightweight replacement for Apache Kafka @@ -267820,6 +284373,7 @@ https://www.redpanda.com: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://www.redpanda.com/blog/bsl-source-available-license: ai_summary: The official blog post detailing Redpanda's pivot to the Business Source License (BSL). It provides a high-level corporate and architectural perspective @@ -267842,6 +284396,7 @@ https://www.redpanda.com/blog/bsl-source-available-license: v2_locations: - message-queue.md year: '2021' + addition_method: manual https://www.redpanda.com/blog/open-source: content_hash: 846802d8e782e21c5769978c1de5ba77006e7830ed4d611782427d7ccdfd491a health_score: 84.0 @@ -267852,6 +284407,7 @@ https://www.redpanda.com/blog/open-source: - docs/message-queue.md v2_locations: - message-queue.md + addition_method: manual https://www.reduxio.com: content_hash: N/A description: '' @@ -267867,6 +284423,7 @@ https://www.reduxio.com: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual https://www.rejupillai.com/index.php/2021/03/06/configure-tls-on-gke-ingress-for-free-with-lets-encrypt: content_hash: 750351750b8626ef302496ec087129654973ec922d93183a68f788489052659d description: '' @@ -267878,6 +284435,7 @@ https://www.rejupillai.com/index.php/2021/03/06/configure-tls-on-gke-ingress-for v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.replex.io: content_hash: 95f45d9574d10ed0de3cf783974c9cd1638a31a47c9b8bf1ffe6a83a336174e2 description: '' @@ -267889,6 +284447,7 @@ https://www.replex.io: v1_locations: - docs/finops.md year: N/A + addition_method: manual https://www.replex.io/blog/an-introduction-to-kubernetes-finops: content_hash: 95f45d9574d10ed0de3cf783974c9cd1638a31a47c9b8bf1ffe6a83a336174e2 description: '' @@ -267900,6 +284459,7 @@ https://www.replex.io/blog/an-introduction-to-kubernetes-finops: v1_locations: - docs/finops.md year: N/A + addition_method: manual https://www.replex.io/blog/kubernetes-in-production-best-practices-for-cluster-autoscaler-hpa-and-vpa: content_hash: 95f45d9574d10ed0de3cf783974c9cd1638a31a47c9b8bf1ffe6a83a336174e2 description: '' @@ -267912,6 +284472,7 @@ https://www.replex.io/blog/kubernetes-in-production-best-practices-for-cluster-a v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.reply.com/solidsoft-reply/en/content/webservices-soap-and-rest-a-simple-introduction: content_hash: b88f1a1c9b0ae18fe66738cb90fdb3b529c036cbee8a4f4d57f5a3853971eec4 description: '' @@ -267927,6 +284488,7 @@ https://www.reply.com/solidsoft-reply/en/content/webservices-soap-and-rest-a-sim v2_locations: - api.md year: N/A + addition_method: manual https://www.rethinkagile.org/post/5-reasons-why-agile-is-better-than-waterfall: content_hash: N/A description: '' @@ -267941,6 +284503,7 @@ https://www.rethinkagile.org/post/5-reasons-why-agile-is-better-than-waterfall: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.returngis.net: content_hash: 3ba3afbb35484048126268d001ffba24fc4a8313aa91af3226b4926144d5a7cc description: '' @@ -267957,6 +284520,7 @@ https://www.returngis.net: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.returngis.net/2020/02/pruebas-de-vida-de-nuestros-contenedores-en-kubernetes: content_hash: ce8d586c214a26943691f8320b28585aceae4ad21ea10b415ffa270335397476 description: '' @@ -267973,6 +284537,7 @@ https://www.returngis.net/2020/02/pruebas-de-vida-de-nuestros-contenedores-en-ku v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.returngis.net/2020/06/organizar-los-pods-en-kubernetes-usando-taints-y-tolerations: content_hash: 02b7e72a4683e384c4cfb1591e3ce01fe8e84dd7b5216116fc292180a1ba340b description: '' @@ -267989,6 +284554,7 @@ https://www.returngis.net/2020/06/organizar-los-pods-en-kubernetes-usando-taints v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.returngis.net/2020/07/escalado-vertical-de-tus-pods-en-kubernetes: content_hash: 6582ac395e93be6ad9caade9b515df678736fbb84536c40cf404f45c0ec07245 description: '' @@ -268005,6 +284571,7 @@ https://www.returngis.net/2020/07/escalado-vertical-de-tus-pods-en-kubernetes: v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.returngis.net/2021/06/replicacion-de-blobs-entre-dos-cuentas-de-azure-storage-en-dos-tenants-diferentes: content_hash: 1ababd815b48641128dbcc2bcd2a497f46e17aaef6ff4f943730b0ae560a3918 description: '' @@ -268022,6 +284589,7 @@ https://www.returngis.net/2021/06/replicacion-de-blobs-entre-dos-cuentas-de-azur v2_locations: - azure.md year: N/A + addition_method: manual https://www.returngis.net/2021/08/acceder-a-un-app-service-con-private-endpoint-desde-otra-vnet: content_hash: f74612dd8974a70bfd2ab3c05d6c18dc13ce56c1148fa6698f006ca5bd558d80 description: '' @@ -268039,6 +284607,7 @@ https://www.returngis.net/2021/08/acceder-a-un-app-service-con-private-endpoint- v2_locations: - azure.md year: N/A + addition_method: manual https://www.returngis.net/2021/08/crea-hosts-de-docker-con-docker-machine-en-microsoft-azure: content_hash: 346c4733f59720fd36089cf928de129ce31e6c8a68d40232999badd241bf2cc7 description: '' @@ -268055,6 +284624,7 @@ https://www.returngis.net/2021/08/crea-hosts-de-docker-con-docker-machine-en-mic v2_locations: - docker.md year: N/A + addition_method: manual https://www.returngis.net/2021/08/explorar-graficamente-el-contenido-de-un-volumen-de-docker: content_hash: 85d180c5d43dbce61b26ecf61c45b70b1826b1d1d665bca5bfac383ef938686a description: '' @@ -268071,6 +284641,7 @@ https://www.returngis.net/2021/08/explorar-graficamente-el-contenido-de-un-volum v2_locations: - docker.md year: N/A + addition_method: manual https://www.returngis.net/2021/08/gestionar-recursos-de-kubernetes-con-python: content_hash: b28f65f128499b80ec8ceded5ac5121aca7e822f7b547bf3c1c3c76dc9b8f4d2 description: '' @@ -268087,6 +284658,7 @@ https://www.returngis.net/2021/08/gestionar-recursos-de-kubernetes-con-python: v2_locations: - python.md year: N/A + addition_method: manual https://www.returngis.net/2021/08/reduce-el-tamano-de-tus-imagenes-con-dockerfiles-multi-stage: content_hash: 0b1c609fcfbaa0dad22d9dc5562c4e9cdbc08e7b58ba343ac18930a9eecf307a description: '' @@ -268103,6 +284675,7 @@ https://www.returngis.net/2021/08/reduce-el-tamano-de-tus-imagenes-con-dockerfil v2_locations: - docker.md year: N/A + addition_method: manual https://www.returngis.net/2021/09/buscar-vulnerabilidades-en-imagenes-de-docker-con-snyk: ai_summary: Un tutorial detallado que demuestra la integración del motor de escaneo Snyk para auditar y descubrir vulnerabilidades en imágenes de contenedores Docker. @@ -268132,6 +284705,7 @@ https://www.returngis.net/2021/09/buscar-vulnerabilidades-en-imagenes-de-docker- v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.returngis.net/2021/11/azure-application-gateway-con-waf-y-wildcard-nginx-controller-para-aks: ai_summary: 'Detalla la implementación híbrida de un Application Gateway frontal con reglas WAF junto a un controlador Nginx Ingress interno en AKS. Ideal para @@ -268164,6 +284738,7 @@ https://www.returngis.net/2021/11/azure-application-gateway-con-waf-y-wildcard-n v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.returngis.net/2021/11/migrar-un-repositorio-de-un-bitbucket-server-local-a-github: ai_summary: Esta guía técnica detalla el proceso paso a paso para migrar repositorios desde un servidor BitBucket local hacia GitHub de manera segura. El autor describe @@ -268195,6 +284770,7 @@ https://www.returngis.net/2021/11/migrar-un-repositorio-de-un-bitbucket-server-l v2_locations: - git.md year: N/A + addition_method: manual https://www.returngis.net/2022/04/desescalar-nodos-de-aks-apagando-las-maquinas-en-lugar-de-eliminarlas: ai_summary: Technical guide explaining how to scale down AKS node pools by deallocating (stopping) virtual machines rather than deleting them, preserving their state @@ -268223,6 +284799,7 @@ https://www.returngis.net/2022/04/desescalar-nodos-de-aks-apagando-las-maquinas- v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.returngis.net/2022/05/configurar-mas-de-un-application-gateway-con-agic-para-aks: ai_summary: 'Explica la configuración avanzada de múltiples instancias de Azure Application Gateway mediante AGIC para segmentar tráfico en AKS. Detalla técnicas @@ -268254,6 +284831,7 @@ https://www.returngis.net/2022/05/configurar-mas-de-un-application-gateway-con-a v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://www.returngis.net/2023/04/invitar-a-usuarios-externos-a-un-tenant-de-azure-ad-a-traves-de-microsoft-graph-y-azure-cli : content_hash: 561e049725769bac65add7ea14a98c4485e20ecba9a847580f0038464800e732 description: '' @@ -268271,6 +284849,7 @@ https://www.returngis.net/2022/05/configurar-mas-de-un-application-gateway-con-a v2_locations: - azure.md year: N/A + addition_method: manual https://www.returngis.net/2023/04/monitorizar-aplicacion-java-con-spring-boot-con-azure-application-insights: content_hash: 6997e7b4a2682a48c0a1c81c8fd1f5daa205e76b579fec3369a62d1b78705a77 description: '' @@ -268288,6 +284867,7 @@ https://www.returngis.net/2023/04/monitorizar-aplicacion-java-con-spring-boot-co v2_locations: - azure.md year: N/A + addition_method: manual https://www.returngis.net/2023/05/desplegar-agic-en-aks-utilizando-workload-identity: ai_summary: 'Guía práctica para migrar el controlador de entrada AGIC de AKS hacia Azure AD Workload Identity. Reemplaza el uso inseguro de secretos persistentes @@ -268319,6 +284899,7 @@ https://www.returngis.net/2023/05/desplegar-agic-en-aks-utilizando-workload-iden v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.returngis.net/2023/05/exponer-apis-en-aks-a-traves-de-azure-api-management: ai_summary: 'Muestra cómo establecer de manera segura una capa de Azure API Management (APIM) delante de un clúster de AKS. Aborda la comunicación de red privada, el @@ -268350,6 +284931,7 @@ https://www.returngis.net/2023/05/exponer-apis-en-aks-a-traves-de-azure-api-mana v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.returngis.net/2025/02/como-instalar-java-23-en-una-pipeline-de-azure-devops: ai_summary: A technical guide written in Spanish demonstrating how to dynamically configure, install, and leverage the Java 23 SDK runtime inside Azure DevOps build @@ -268383,6 +284965,7 @@ https://www.returngis.net/2025/02/como-instalar-java-23-en-una-pipeline-de-azure - java_app_servers.md - azure.md year: N/A + addition_method: manual https://www.returngis.net/2025/02/dependabot-updates-en-azure-devops: ai_summary: A practical guide explaining the installation and automated orchestration of Dependabot-style dependency scanning and automated PR version updates within @@ -268414,6 +284997,7 @@ https://www.returngis.net/2025/02/dependabot-updates-en-azure-devops: - kubernetes.md - azure.md year: N/A + addition_method: manual ? https://www.reuters.com/article/us-ibm-divestiture/ibm-to-break-up-109-year-old-company-to-focus-on-cloud-growth-idUSKBN26T1TZ : content_hash: N/A description: '' @@ -268429,6 +285013,7 @@ https://www.returngis.net/2025/02/dependabot-updates-en-azure-devops: v2_locations: - ibm_cloud.md year: N/A + addition_method: manual https://www.revenuecat.com/blog/engineering/replicating-a-postgresql-cluster-to-redshift: ai_summary: Curator Insight presents RevenueCat's engineering experience replicating high-throughput transactional Postgres databases into AWS Redshift. Live Grounding @@ -268452,6 +285037,7 @@ https://www.revenuecat.com/blog/engineering/replicating-a-postgresql-cluster-to- v2_locations: - aws-databases.md year: '2020' + addition_method: manual https://www.revenuecat.com/blog/replicating-a-postgresql-cluster-to-redshift: content_hash: 07e47084b744cd02817de2f7a666ae03ebff46db63a3d32911f22f154cf41f94 description: '' @@ -268463,6 +285049,7 @@ https://www.revenuecat.com/blog/replicating-a-postgresql-cluster-to-redshift: v1_locations: - docs/aws-databases.md year: N/A + addition_method: manual https://www.revistacloudcomputing.com/2020/09/los-mejores-proveedores-de-kubernetes: content_hash: 6b545f61d7675935df3b4a2b9f2631f618bd420557cc9484757c4e5123563b40 description: '' @@ -268479,6 +285066,7 @@ https://www.revistacloudcomputing.com/2020/09/los-mejores-proveedores-de-kuberne v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.rexegg.com/regex-tricks.php: ai_summary: A deep dive into non-standard regex constructs, efficiency shortcuts, and engine-specific quirks. Useful for developers trying to optimize text extraction @@ -268501,6 +285089,7 @@ https://www.rexegg.com/regex-tricks.php: v2_locations: - linux.md year: '2023' + addition_method: manual https://www.ringcentral.co.uk/gb/en/blog/definitions/cloud-management: content_hash: 6f8c1c1ec790849b4aeb943a2d7ca47319c5b5a3485e8bd8f2c84012fdc78032 description: '' @@ -268512,6 +285101,7 @@ https://www.ringcentral.co.uk/gb/en/blog/definitions/cloud-management: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.ringcentral.co.uk/gb/en/blog/definitions/software-as-a-service-saas: content_hash: c6d6ce7d02faf9de5870a656377aa71947e9aa33b4d8876658d5c7b604f7342f description: '' @@ -268523,6 +285113,7 @@ https://www.ringcentral.co.uk/gb/en/blog/definitions/software-as-a-service-saas: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.ringcentral.com/gb/en/blog/definitions/cloud-management: content_hash: 262c16456409a51330255580987c97630110aa25711bbd5cc59d88beb5fc0f79 health_score: 100.0 @@ -268534,6 +285125,7 @@ https://www.ringcentral.com/gb/en/blog/definitions/cloud-management: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.ringcentral.com/gb/en/blog/definitions/software-as-a-service-saas: content_hash: 59b1c1535903a930c34671970963d62dcc022211693de0414fd9822fd9d4bbc1 health_score: 100.0 @@ -268545,6 +285137,7 @@ https://www.ringcentral.com/gb/en/blog/definitions/software-as-a-service-saas: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.rocket.chat: content_hash: ef8df1b549dc666558ab1f9ec550767143c2a23ae6398821be2cb536e37fa262 health_score: 100.0 @@ -268557,6 +285150,7 @@ https://www.rocket.chat: - docs/workfromhome.md v2_locations: - workfromhome.md + addition_method: manual https://www.rogerperkin.co.uk/network-automation/pyats/pyats-genie-tutorial: content_hash: d4e3b40cfbfad5530431f2c90a7f678e791ebda23de8acd7f689968d5faeba80 description: '' @@ -268573,6 +285167,7 @@ https://www.rogerperkin.co.uk/network-automation/pyats/pyats-genie-tutorial: v2_locations: - python.md year: N/A + addition_method: manual https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021: content_hash: 42598778be454cc3bb225cb84cc5dc44af3399365fa69b86b873bb8cc6944fb3 description: '' @@ -268585,6 +285180,7 @@ https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-development-machines-part-5: content_hash: 42598778be454cc3bb225cb84cc5dc44af3399365fa69b86b873bb8cc6944fb3 description: '' @@ -268596,6 +285192,7 @@ https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-developmen v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-2: content_hash: 42598778be454cc3bb225cb84cc5dc44af3399365fa69b86b873bb8cc6944fb3 description: '' @@ -268607,6 +285204,7 @@ https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-2: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-3: content_hash: 42598778be454cc3bb225cb84cc5dc44af3399365fa69b86b873bb8cc6944fb3 description: '' @@ -268618,6 +285216,7 @@ https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-3: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-4: content_hash: 42598778be454cc3bb225cb84cc5dc44af3399365fa69b86b873bb8cc6944fb3 description: '' @@ -268629,6 +285228,7 @@ https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-4: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://www.rookout.com/blog/how-real-time-debugging-improves-reliability: content_hash: 42598778be454cc3bb225cb84cc5dc44af3399365fa69b86b873bb8cc6944fb3 description: '' @@ -268640,6 +285240,7 @@ https://www.rookout.com/blog/how-real-time-debugging-improves-reliability: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://www.rookout.com/blog/kubernetes-application-debugging: content_hash: 42598778be454cc3bb225cb84cc5dc44af3399365fa69b86b873bb8cc6944fb3 description: '' @@ -268651,6 +285252,7 @@ https://www.rookout.com/blog/kubernetes-application-debugging: v1_locations: - docs/kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.rookout.com/blog/lessons-learned-when-building-a-kubernetes-operator: content_hash: 42598778be454cc3bb225cb84cc5dc44af3399365fa69b86b873bb8cc6944fb3 description: '' @@ -268662,6 +285264,7 @@ https://www.rookout.com/blog/lessons-learned-when-building-a-kubernetes-operator v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.root.io: content_hash: 2791284f0ec5e263412630b5c2f8877a9f5fb1ff738ecde861511c2f09935f44 health_score: 100.0 @@ -268673,11 +285276,13 @@ https://www.root.io: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.root.io/blog/automatically-reduce-docker-container-size-using-dockerslim.html: health_score: 64.0 last_checked: 1779130494.987971 v1_locations: - docs/docker.md + addition_method: manual https://www.root.io/docs/docker-desktop-extension.html: health_score: 64.0 last_checked: 1779130495.031764 @@ -268689,6 +285294,7 @@ https://www.root.io/docs/docker-desktop-extension.html: status: review_required v1_locations: - docs/docker.md + addition_method: manual https://www.rratliff.com/gradle-cheat-sheet: content_hash: ea244a93daa4aed6818f7d683a7b76fdb3a81f1153f54ac6141848c628235a4e description: '' @@ -268705,6 +285311,7 @@ https://www.rratliff.com/gradle-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.rtinsights.com/implementing-zero-trust-for-kubernetes: ai_summary: Examines how to translate generic Zero-Trust principles into actionable Kubernetes controls. Focuses on orchestrating least-privilege service-to-service @@ -268734,18 +285341,21 @@ https://www.rtinsights.com/implementing-zero-trust-for-kubernetes: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.rtve.es/play/videos/redes/redes-claves-para-enfrentarse-mundo-hoy-vo/1714674: content_hash: 27b2b1cae59b6a7e5d7d08573796c41848bd3d1ba867df98592862ae6bca56a6 health_score: 100.0 last_checked: 1779033170.681282 v1_locations: - docs/about.md + addition_method: manual https://www.rtve.es/play/videos/redes/redes-claves-para-enfrentarse-mundo-hoy/1714673: content_hash: c18bdd5ba7aee7cb6868ded2257d8381f496c70f7ec3b52c8cef0bd6d39f4f79 health_score: 100.0 last_checked: 1779029166.056368 v1_locations: - docs/about.md + addition_method: manual https://www.rudderstack.com: ai_summary: 'An enterprise-grade Customer Data Platform (CDP) designed specifically for developers, serving as a specialized iPaaS for telemetry and event streaming. @@ -268773,6 +285383,7 @@ https://www.rudderstack.com: v2_locations: - message-queue.md year: '2026' + addition_method: manual https://www.rultor.com: content_hash: 4ff8d767963893ef371631502199a492ed95afcdb32f37769c677b4e1cf55298 health_score: 100.0 @@ -268785,6 +285396,7 @@ https://www.rultor.com: - docs/git.md v2_locations: - git.md + addition_method: manual https://www.saaras.io/blog/leverage-open-source-oss-derive-insights-grafana-prometheus: content_hash: 46a7e8fc55d8055284b5919c24db49f1bf2458d3acb9f71d8808daf5056f6e0c health_score: 100.0 @@ -268796,6 +285408,7 @@ https://www.saaras.io/blog/leverage-open-source-oss-derive-insights-grafana-prom - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.salaboy.com/2022/01/29/event-driven-applications-with-cloudevents-on-kubernetes: ai_summary: Explains how the CNCF CloudEvents specification standardizes event metadata format across distinct systems. It integrates CloudEvents within Kubernetes architectures @@ -268820,6 +285433,7 @@ https://www.salaboy.com/2022/01/29/event-driven-applications-with-cloudevents-on v2_locations: - message-queue.md year: '2022' + addition_method: manual https://www.salaboy.com/2022/08/03/building-platforms-on-top-of-kubernetes-vcluster-and-crossplane: content_hash: a25b0d6dded62bd552d350776a6598c5c595c54936cd76fd6715189764c60ee2 health_score: 100.0 @@ -268832,6 +285446,7 @@ https://www.salaboy.com/2022/08/03/building-platforms-on-top-of-kubernetes-vclus - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.salaboy.com/2022/11/28/the-challenges-of-platform-building-on-top-of-kubernetes-4-4: content_hash: 9771022ea5183c03a034777d931b4795ae416440819a72f082ece9008adabf39 health_score: 100.0 @@ -268844,6 +285459,7 @@ https://www.salaboy.com/2022/11/28/the-challenges-of-platform-building-on-top-of - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.salesforceben.com/5-devops-concepts-you-need-to-know: content_hash: 45a6253541987583969cb50c5b6dcfe1228b6b01a61d507cf6d87a687d6185e3 description: '' @@ -268860,6 +285476,7 @@ https://www.salesforceben.com/5-devops-concepts-you-need-to-know: v2_locations: - devops.md year: N/A + addition_method: manual ? https://www.satishchandragupta.com/tech/scalable-efficient-big-data-analytics-machine-learning-pipeline-architecture-on-cloud.html : content_hash: N/A description: '' @@ -268874,6 +285491,7 @@ https://www.salesforceben.com/5-devops-concepts-you-need-to-know: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.scalablepath.com: ai_summary: Technical talent agency that matches software developers, architects, and UI/UX designers with companies seeking remote scaling assistance. @@ -268900,6 +285518,7 @@ https://www.scalablepath.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.scaledagileframework.com/devops: content_hash: 962f268ce840f0e76959968647d6e711def3a59026da4361c1ce6181468f2f31 description: '' @@ -268915,6 +285534,7 @@ https://www.scaledagileframework.com/devops: v2_locations: - devops.md year: N/A + addition_method: manual https://www.scaleway.com: content_hash: 355fb606fbd96699748a8ba1591f42644757b43b100a451f9bc5df8798ce254d description: '' @@ -268926,6 +285546,7 @@ https://www.scaleway.com: v1_locations: - docs/scaleway.md year: N/A + addition_method: manual https://www.scaleway.com/en/blog/how-to-deploy-and-distribute-the-workload-on-a-multi-cloud-kubernetes-environment: content_hash: e5c017c80367b8791d621176735c5e47b638060a049038f6a7873aa01b6cd16a health_score: 100.0 @@ -268938,6 +285559,7 @@ https://www.scaleway.com/en/blog/how-to-deploy-and-distribute-the-workload-on-a- - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.scaleway.com/en/blog/saas-multi-tenant-vs-multi-instance-architectures: content_hash: 0ebf410c20512ed0ba030a2d2f026dda88549a9f2db3c669c0d5041b051455d5 health_score: 100.0 @@ -268950,6 +285572,7 @@ https://www.scaleway.com/en/blog/saas-multi-tenant-vs-multi-instance-architectur - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.scaleway.com/en/blog/understanding-kubernetes-autoscaling: content_hash: a2f8baa8ba06719113b44ad5dbbcce663b27fd9af10d033bd85e6096e4ea8254 health_score: 100.0 @@ -268962,6 +285585,7 @@ https://www.scaleway.com/en/blog/understanding-kubernetes-autoscaling: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://www.scaleway.com/en/en: health_score: 100.0 last_checked: 1779130495.005963 @@ -268972,6 +285596,7 @@ https://www.scaleway.com/en/en: - docs/scaleway.md v2_locations: - scaleway.md + addition_method: manual https://www.scaleway.com/en/en/blog/saas-multi-tenant-vs-multi-instance-architectures: health_score: 100.0 last_checked: 1779130494.937851 @@ -268982,11 +285607,13 @@ https://www.scaleway.com/en/en/blog/saas-multi-tenant-vs-multi-instance-architec - docs/scaleway.md v2_locations: - scaleway.md + addition_method: manual https://www.scaleway.com/en/en/en/kubernetes-kapsule: health_score: 80.0 last_checked: 1779130494.932796 v1_locations: - docs/scaleway.md + addition_method: manual https://www.scaleway.com/en/kubernetes-kapsule: content_hash: 2c7cafa35229675fee5cfe0c8cc68d6d172642a3e04af84df97f06cd798b9e57 description: '' @@ -268998,6 +285625,7 @@ https://www.scaleway.com/en/kubernetes-kapsule: v1_locations: - docs/scaleway.md year: N/A + addition_method: manual https://www.schabell.org/2020/05/cloud-native-development-a-blueprint.html: content_hash: 74eb47e1524ddd85351b2b14b8b82ddc0584f421ac034fe74e2e2d903eacc0c0 description: '' @@ -269014,6 +285642,7 @@ https://www.schabell.org/2020/05/cloud-native-development-a-blueprint.html: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.schabell.org/2020/06/cloud-native-development-on-local-containers.html: content_hash: dd07e54c6d67f9828197be0de6407af57e81b3a964bdfaf28ca9506139d6c8fc description: '' @@ -269025,6 +285654,7 @@ https://www.schabell.org/2020/06/cloud-native-development-on-local-containers.ht v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://www.schabell.org/2020/09/how-to-setup-openshift-container-platform-45.html: content_hash: 139c5dd2cdc6fcd9bafc55c8dc13e8a0af92c4485f8e4569bb24fce57b709e3e description: '' @@ -269042,6 +285672,7 @@ https://www.schabell.org/2020/09/how-to-setup-openshift-container-platform-45.ht v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.schabell.org/2020/10/codeready-containers-building-cloud-native-hr-process.html: content_hash: 59b56a072d33c5a22f6e05d256301b1f6ef9597b11ae8cf8535b75ec630c450b description: '' @@ -269059,6 +285690,7 @@ https://www.schabell.org/2020/10/codeready-containers-building-cloud-native-hr-p v2_locations: - demos.md year: N/A + addition_method: manual https://www.schabell.org/2021/03/codeready-containers-howto-setup-openshift-47-on-local-machine.html: content_hash: dc0ace2a94e00d1d8a052cf346716d5a5f721f0b71a58d61cba41b9461327747 description: '' @@ -269076,6 +285708,7 @@ https://www.schabell.org/2021/03/codeready-containers-howto-setup-openshift-47-o v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.scholarhat.com/tutorial/docker/kubernetes-vs-docker-analyzing-the-differences: ai_summary: Clears up the core differences between the Docker runtime engine and Kubernetes, helping engineers understand how their roles differ in containerized @@ -269097,6 +285730,7 @@ https://www.scholarhat.com/tutorial/docker/kubernetes-vs-docker-analyzing-the-di v2_locations: - kubernetes-alternatives.md year: '2022' + addition_method: manual https://www.scribd.com/document/207247675/PEP-8-Cheatsheet-2009: content_hash: 32ed63159c77e21ee19ca1b9aa3213ccf0218eb59539560b132a8e68ef0e18ea health_score: 100.0 @@ -269108,6 +285742,7 @@ https://www.scribd.com/document/207247675/PEP-8-Cheatsheet-2009: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.scrivano.org/posts/2022-10-21-the-journey-to-speed-up-oci-containers: content_hash: eee008342e2f1e639e9f7cf4db0ae616a7aa6f6bec8fdd128c26abbe73266dba description: '' @@ -269119,6 +285754,7 @@ https://www.scrivano.org/posts/2022-10-21-the-journey-to-speed-up-oci-containers v1_locations: - docs/container-managers.md year: N/A + addition_method: manual https://www.scrum.org/resources/blog/make-sure-you-dont-build-high-performing-teams-just-deliver-wrong-things-faster: content_hash: N/A description: '' @@ -269135,6 +285771,7 @@ https://www.scrum.org/resources/blog/make-sure-you-dont-build-high-performing-te v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.scrum.org/resources/blog/minimum-viable-product-considered-harmful: content_hash: N/A description: '' @@ -269150,6 +285787,7 @@ https://www.scrum.org/resources/blog/minimum-viable-product-considered-harmful: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.scrum.org/resources/blog/posturas-del-product-owner: content_hash: N/A description: '' @@ -269165,6 +285803,7 @@ https://www.scrum.org/resources/blog/posturas-del-product-owner: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.scrum.org/resources/blog/scrum-2021-getting-you-started-scrum-master-or-product-owner: content_hash: N/A description: '' @@ -269180,6 +285819,7 @@ https://www.scrum.org/resources/blog/scrum-2021-getting-you-started-scrum-master v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.scrum.org/resources/blog/scrum-no-es-una-metodologia-es-un-marco-de-trabajo: content_hash: N/A description: '' @@ -269195,6 +285835,7 @@ https://www.scrum.org/resources/blog/scrum-no-es-una-metodologia-es-un-marco-de- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.scrum.org/resources/blog/vlog-what-happens-sprint-backlog-items-are-not-done: content_hash: N/A description: '' @@ -269210,6 +285851,7 @@ https://www.scrum.org/resources/blog/vlog-what-happens-sprint-backlog-items-are- v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.scrum.org/resources/kanban-guide-scrum-teams: content_hash: N/A description: '' @@ -269225,6 +285867,7 @@ https://www.scrum.org/resources/kanban-guide-scrum-teams: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.scylladb.com/2020/10/01/building-a-grafana-backend-plugin: content_hash: 6ac94eff359aa6425c0902565ec232a7ac5672a936613d16204da1720b66823a description: '' @@ -269240,6 +285883,7 @@ https://www.scylladb.com/2020/10/01/building-a-grafana-backend-plugin: v2_locations: - grafana.md year: N/A + addition_method: manual https://www.sdxcentral.com/articles/news/aws-outage-stresses-telco-cloud-challenges/2021/12: content_hash: N/A description: '' @@ -269254,6 +285898,7 @@ https://www.sdxcentral.com/articles/news/aws-outage-stresses-telco-cloud-challen v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.seal.io: content_hash: ea390b46a3c23558e09663500f38c1c646634c5d0abed1a9c3eec2d78265e57a description: '' @@ -269265,6 +285910,7 @@ https://www.seal.io: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.searchenginejournal.com/python-machine-learning-technical-seo: content_hash: 594c5462ba877d86904f77385886b871fb8065385ff255f027e5a4757687b5c8 description: '' @@ -269277,6 +285923,7 @@ https://www.searchenginejournal.com/python-machine-learning-technical-seo: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.searchenginejournal.com/python-machine-learning-technical-seo/430000: content_hash: cd5627be4fa7129f187744a7136bd363450b187fc637340188a4e12ac8ac21ae health_score: 100.0 @@ -269289,6 +285936,7 @@ https://www.searchenginejournal.com/python-machine-learning-technical-seo/430000 - docs/python.md v2_locations: - python.md + addition_method: manual https://www.securecoding.com/blog/code-audit-how-to-ensure-compliance-for-an-application: ai_summary: A practical exploration of modern code auditing protocols aimed at ensuring regulatory compliance during automated software delivery. It establishes a comparison @@ -269317,6 +285965,7 @@ https://www.securecoding.com/blog/code-audit-how-to-ensure-compliance-for-an-app v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.seekwell.io: content_hash: 5109e60868ef4ce063827feabf3a88a630579dacdcc8e2c74d7144d2b20de8fb description: '' @@ -269333,6 +285982,7 @@ https://www.seekwell.io: v2_locations: - devops.md year: N/A + addition_method: manual https://www.seifbassem.com/blogs/posts/azure-arc-ssh: content_hash: 84604b9108856d33ab246fcf4c2119c9da6e59c15bf898a3180f0553c059f442 description: '' @@ -269344,6 +285994,7 @@ https://www.seifbassem.com/blogs/posts/azure-arc-ssh: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.seifbassem.com/blogs/posts/azure-naming-tool: content_hash: 5a5927ac823b4944515f7eb29b6820750c45b89c0bfdef44df6f297289ebdffd description: '' @@ -269354,6 +286005,7 @@ https://www.seifbassem.com/blogs/posts/azure-naming-tool: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.selenium.dev: content_hash: b3aa5d89fd6fa91daa92f49ea85128a704a8b92c1ff5328bfbf56582fb9e9a12 health_score: 100.0 @@ -269365,6 +286017,7 @@ https://www.selenium.dev: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.semui.co: content_hash: c15c3335c33c6fb125fa17aa32e5558b268f2826160dc2a350135fa3fc367db0 description: '' @@ -269376,6 +286029,7 @@ https://www.semui.co: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.sentinelone.com/blog/reducing-human-effort-in-cybersecurity-why-we-are-investing-in-torqs-automation-platform: ai_summary: Details SentinelOne's support for the Torq platform, showcasing how no-code security automation can speed up vulnerability remediation. Illustrates @@ -269404,6 +286058,7 @@ https://www.sentinelone.com/blog/reducing-human-effort-in-cybersecurity-why-we-a v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.serverless.com: content_hash: 19d4515b764cdc305950176df15cea362b476befd1bda7af995e63662e47c131 description: '' @@ -269420,6 +286075,7 @@ https://www.serverless.com: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.serverless.com/blog/why-we-switched-from-docker-to-serverless: content_hash: 8f0b11ea6414169af97bea41b62a8928f83be40af7a8d42df08e975f3da8c994 description: '' @@ -269436,6 +286092,7 @@ https://www.serverless.com/blog/why-we-switched-from-docker-to-serverless: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.serverlessguru.com/blog/enterprise-serverless-adoption: content_hash: 65051623250f7c807202b80d8d57baf9acc5838c28b879ee0f8a9c9efea9de54 description: '' @@ -269447,6 +286104,7 @@ https://www.serverlessguru.com/blog/enterprise-serverless-adoption: v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://www.servethehome.com/docker-abruptly-starts-charging-many-users-for-docker-desktop: content_hash: cf16f9af344c52243cf384d91b6a92b4e589e61c4a655890e854d409dc78989a description: '' @@ -269464,6 +286122,7 @@ https://www.servethehome.com/docker-abruptly-starts-charging-many-users-for-dock v2_locations: - docker.md year: N/A + addition_method: manual https://www.servicenow.com: content_hash: N/A description: '' @@ -269478,6 +286137,7 @@ https://www.servicenow.com: v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://www.sesin.at/2021/08/28/securing-kubernetes-with-kyverno-how-to-protect-your-users-from-themselves-by-ritesh-patel: content_hash: N/A description: '' @@ -269494,6 +286154,7 @@ https://www.sesin.at/2021/08/28/securing-kubernetes-with-kyverno-how-to-protect- v2_locations: - securityascode.md year: N/A + addition_method: manual https://www.shipa.io/development/a-real-world-application-deployment-on-kubernetes: content_hash: 085658ad26bfcf2f9e7fa077c6560c7b03d7eb603d9555a692e2fef572948d45 description: '' @@ -269505,6 +286166,7 @@ https://www.shipa.io/development/a-real-world-application-deployment-on-kubernet v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.shipa.io/development/deploying-applications-on-kubernetes: content_hash: cd619fa3d1ee94c1ac7ed7d4324162de1a7f4054dde249d703582cf393815c17 description: '' @@ -269517,6 +286179,7 @@ https://www.shipa.io/development/deploying-applications-on-kubernetes: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.shipa.io/development/gitops: content_hash: 3168adbb281d10adb56e57ea7524f533640cd075eb928bfd664f488503ade7df description: '' @@ -269528,6 +286191,7 @@ https://www.shipa.io/development/gitops: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.shipa.io/innovation/gitops-in-the-enterprise: content_hash: c4dc03b16362975b4e849f7d3dccf1de7a43ea493d042460bfe7d55104bf9083 description: '' @@ -269539,6 +286203,7 @@ https://www.shipa.io/innovation/gitops-in-the-enterprise: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.shipa.io/innovation/gitops-meets-appops: content_hash: a4d340a67abb645003c145488327739ee3e77371715746cd9403a84ea2a55cd2 description: '' @@ -269550,6 +286215,7 @@ https://www.shipa.io/innovation/gitops-meets-appops: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.shipa.io/ketch/devops-challenge-kubernetes-deployment-ketch-vs-yaml: content_hash: 3a2fb22de51f892ba982e617909a259d7695b823017e40424b957ab96022fccf description: '' @@ -269561,6 +286227,7 @@ https://www.shipa.io/ketch/devops-challenge-kubernetes-deployment-ketch-vs-yaml: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://www.shippable.com: content_hash: N/A description: '' @@ -269575,6 +286242,7 @@ https://www.shippable.com: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.shudnow.io: content_hash: 372723cb5665c7d31d12f050a9dc608172854e2ee6e94645362c16f6b283b00e description: '' @@ -269591,6 +286259,7 @@ https://www.shudnow.io: v2_locations: - azure.md year: N/A + addition_method: manual https://www.shuttleops.io: content_hash: 54dfe59ed37fc415030752ae089cc8defc0cb0ec25a168d553f43a60a908da83 description: '' @@ -269607,6 +286276,7 @@ https://www.shuttleops.io: v2_locations: - jenkins-alternatives.md year: N/A + addition_method: manual https://www.siderolabs.com/blog/is-vanilla-kubernetes-really-too-heavy-for-the-raspberry-pi: content_hash: ac068d6c635ac93677e114beb91ee27c1d1069aca45a6e9401e5994e31856d0e description: '' @@ -269624,6 +286294,7 @@ https://www.siderolabs.com/blog/is-vanilla-kubernetes-really-too-heavy-for-the-r v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.signadot.com/blog/sandboxes-in-kubernetes-using-opentelemetry: content_hash: b9fc9830dcfa48f2c095ce250e92e11647d7804bf61927b706291190fec5c728 description: '' @@ -269640,6 +286311,7 @@ https://www.signadot.com/blog/sandboxes-in-kubernetes-using-opentelemetry: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.sigstore.dev: ai_summary: The premier open-source system for cryptographic artifact signing and public ledger verification. Drastically simplifies code-signing workflows through @@ -269669,6 +286341,7 @@ https://www.sigstore.dev: - devsecops.md - git.md year: N/A + addition_method: manual https://www.siliconrepublic.com/advice/dev-tools-recommended-by-irish-start-up-founders: content_hash: 8633eb771b74eb4118d1b00c702f46df8778d11358b14cae591a23add96e60a1 description: '' @@ -269685,6 +286358,7 @@ https://www.siliconrepublic.com/advice/dev-tools-recommended-by-irish-start-up-f v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.silverliningsinfo.com/multi-cloud/cloud-9-lunch-ladies-news-wrap-live-cloud-executive-summit: content_hash: dd895cc2b0755ace8aaaa310235df384e8a9167cd7b6ac399755d1499de2a19a description: '' @@ -269697,6 +286371,7 @@ https://www.silverliningsinfo.com/multi-cloud/cloud-9-lunch-ladies-news-wrap-liv v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.simform.com/blog/alternatives-to-kubernetes: ai_summary: An informative breakdown analyzing leading container orchestrators other than Kubernetes. Details architectural features of Docker Swarm, Nomad, and AWS @@ -269724,6 +286399,7 @@ https://www.simform.com/blog/alternatives-to-kubernetes: v2_locations: - kubernetes-alternatives.md year: N/A + addition_method: manual https://www.simform.com/blog/devops-for-enterprise: content_hash: 8aaab89cc7da96363ab2344d59c263f9eecacd0186a8c709c7be9d37de577353 description: '' @@ -269740,6 +286416,7 @@ https://www.simform.com/blog/devops-for-enterprise: v2_locations: - devops.md year: N/A + addition_method: manual https://www.simform.com/blog/microservice-best-practices: content_hash: af0a95685e5ba4b589e84edbd02cf7bfcc52c4f25069363de47ad23fb697d33e description: '' @@ -269756,6 +286433,7 @@ https://www.simform.com/blog/microservice-best-practices: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.simform.com/blog/microservices-design-principles: content_hash: 6f6cbd36042d2bb8f05b1a0daa9ea7e6a12d2ff9532833707f08f17552048255 description: '' @@ -269773,6 +286451,7 @@ https://www.simform.com/blog/microservices-design-principles: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.simform.com/blog/microservices-framework: content_hash: 56aff5435ca3f796632bbd227cd0e9b84bce1318b64e6abb1ea27d51a004ff26 description: '' @@ -269789,6 +286468,7 @@ https://www.simform.com/blog/microservices-framework: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.simform.com/blog/multi-cloud-architecture: content_hash: 7d21cde49ee8ba978d2ccc2af52c4aae3b01abc51b8568a26189e75a4d918eb7 description: '' @@ -269806,6 +286486,7 @@ https://www.simform.com/blog/multi-cloud-architecture: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.simform.com/blog/multi-cloud-strategy: content_hash: be25435c4a0620c8488f08ab693994ef1b1b1b6f27b651ddf2cdaee4fb02874b health_score: 100.0 @@ -269817,6 +286498,7 @@ https://www.simform.com/blog/multi-cloud-strategy: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.simform.com/cloud-migration-ebook: content_hash: 9bd79f477f31e60ac189dad2744bdb81d7a3a72a8910ad5de600fe013f563c5d description: '' @@ -269833,6 +286515,7 @@ https://www.simform.com/cloud-migration-ebook: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.simform.com/multi-cloud-strategy: content_hash: ee08ede1f7478211ec4aaabee941ade7a23a10716abd7c55599d88b46e60c374 description: '' @@ -269844,6 +286527,7 @@ https://www.simform.com/multi-cloud-strategy: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.simple-talk.com/dotnet/asp.net/script-loading-between-http1.1-and-http2: content_hash: d22103752b44c7c66d235f9635b70f6a803b264203f94602f5e36912a95d7bed description: '' @@ -269855,6 +286539,7 @@ https://www.simple-talk.com/dotnet/asp.net/script-loading-between-http1.1-and-ht v1_locations: - docs/networking.md year: N/A + addition_method: manual https://www.simplilearn.com/kubernetes-vs-openshift-article: content_hash: 8a04562607b8d0ef464f012a52c60004c6490289f7961ea4786a8cf78d9ff7b9 description: '' @@ -269871,6 +286556,7 @@ https://www.simplilearn.com/kubernetes-vs-openshift-article: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.simplilearn.com/terraform-interview-questions-and-answers-article: ai_summary: Curator Insight focuses on general Terraform syntax, state locking, and basic execution flows. Live Grounding indicates that basic state-management @@ -269900,6 +286586,7 @@ https://www.simplilearn.com/terraform-interview-questions-and-answers-article: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.simplilearn.com/tutorials/git-tutorial/merge-conflicts-in-git: ai_summary: A step-by-step tutorial designed to explain the mechanics of three-way merging and the generation of merge conflicts. It details how conflict markers @@ -269928,6 +286615,7 @@ https://www.simplilearn.com/tutorials/git-tutorial/merge-conflicts-in-git: v2_locations: - git.md year: N/A + addition_method: manual https://www.simplilearn.com/tutorials/jenkins-tutorial/ci-cd-pipeline: content_hash: 9993e5183d7f6b937fcbb81c792cb1fbe5e7dffa600e4ebd0b71a696b9243583 description: '' @@ -269944,6 +286632,7 @@ https://www.simplilearn.com/tutorials/jenkins-tutorial/ci-cd-pipeline: v2_locations: - demos.md year: N/A + addition_method: manual https://www.sitepoint.com/7-ways-optimize-jenkins: content_hash: N/A description: '' @@ -269958,6 +286647,7 @@ https://www.sitepoint.com/7-ways-optimize-jenkins: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.sitepoint.com/gatsby-mdx-blog: content_hash: N/A description: '' @@ -269972,6 +286662,7 @@ https://www.sitepoint.com/gatsby-mdx-blog: v2_locations: - demos.md year: N/A + addition_method: manual https://www.sitepoint.com/git-submodules-introduction: content_hash: N/A description: '' @@ -269986,6 +286677,7 @@ https://www.sitepoint.com/git-submodules-introduction: v2_locations: - git.md year: N/A + addition_method: manual https://www.sitepoint.com/kubernetes-aws-tutorial: content_hash: N/A description: '' @@ -270000,6 +286692,7 @@ https://www.sitepoint.com/kubernetes-aws-tutorial: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.slideshare.net/AdelaRoger/http-status-code-errors-in-seo: content_hash: 0f8fd7493700d40d96efefa7f5582b911e6858305b4773bde4fd8b8294b7bf2a health_score: 100.0 @@ -270012,6 +286705,7 @@ https://www.slideshare.net/AdelaRoger/http-status-code-errors-in-seo: - docs/networking.md v2_locations: - networking.md + addition_method: manual https://www.slideshare.net/AmazonWebServices: content_hash: aaa783d220046955445a53e471603700b5a4c209c808543e513d51cbd8236508 health_score: 100.0 @@ -270024,6 +286718,7 @@ https://www.slideshare.net/AmazonWebServices: - docs/aws.md v2_locations: - aws.md + addition_method: manual ? https://www.slideshare.net/AmazonWebServices/finops-a-culture-transformation-to-bring-devops-finance-and-the-business-together-sponsored-by-cloudability-aws-summit-sydney : content_hash: 32ed63159c77e21ee19ca1b9aa3213ccf0218eb59539560b132a8e68ef0e18ea health_score: 100.0 @@ -270035,6 +286730,7 @@ https://www.slideshare.net/AmazonWebServices: - docs/finops.md v2_locations: - finops.md + addition_method: manual https://www.slideshare.net/KonveyorIO/migrating-java-jboss-eap-applications-to-kubernetes-with-s2i: content_hash: 6633c610ab73d4c0ba10ffd8fe1a070f0b47859449c6de10833f73b560e812c0 description: '' @@ -270051,6 +286747,7 @@ https://www.slideshare.net/KonveyorIO/migrating-java-jboss-eap-applications-to-k v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.slideshare.net/NasceniaIT/brown-bag-caching-rafi-faisal-48694442: content_hash: 16d9f185fe578d4a75d629ded2d9a7fb006b289a20167f1488514fdb8dabd1f4 health_score: 100.0 @@ -270063,6 +286760,7 @@ https://www.slideshare.net/NasceniaIT/brown-bag-caching-rafi-faisal-48694442: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/Severalnines/haproxy-mysql-slides: content_hash: 07cc814f8b92ac6d75c1a6af49108677e191504f46c1f779ae1ec83c771efe01 health_score: 100.0 @@ -270075,6 +286773,7 @@ https://www.slideshare.net/Severalnines/haproxy-mysql-slides: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/Severalnines/load-balancing-mysql-with-haproxy-webinar-replay-english-44071270: content_hash: 66e7b800978d9ccfb04719e7027d0bb4bacf9e88e7c8d252b71e12daed916fdb health_score: 100.0 @@ -270087,6 +286786,7 @@ https://www.slideshare.net/Severalnines/load-balancing-mysql-with-haproxy-webina - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/Severalnines/severalnines-ha-proxyjul20143: content_hash: e2701b1d509e0d993ce282b4727209e7de72c442ad9cf657a4b6f36c37140802 health_score: 100.0 @@ -270099,6 +286799,7 @@ https://www.slideshare.net/Severalnines/severalnines-ha-proxyjul20143: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/Smals_ICT/20171010-multitenancy-in-openshift: content_hash: 7597e705762b9330e81c76ca99516f7145a8b5900f060b68ff4e980ca34830ae description: '' @@ -270109,6 +286810,7 @@ https://www.slideshare.net/Smals_ICT/20171010-multitenancy-in-openshift: v1_locations: - docs/ocp4.md year: N/A + addition_method: manual https://www.slideshare.net/arilivigni/cicd-with-openshift-and-jenkins: content_hash: e426d715dbfe736762e0ca2ec8d88ec77cca2546538e4bbf53f5409ea77fcc6e description: '' @@ -270125,6 +286827,7 @@ https://www.slideshare.net/arilivigni/cicd-with-openshift-and-jenkins: v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://www.slideshare.net/arunmurughan/git-version-control-and-trunk-based-approach-with-vsts: content_hash: 49b93008a121eacc539c112e0441b094fc362836dd75daeab2cb4c1a29168b11 description: '' @@ -270141,6 +286844,7 @@ https://www.slideshare.net/arunmurughan/git-version-control-and-trunk-based-appr v2_locations: - git.md year: N/A + addition_method: manual https://www.slideshare.net/dvirsky/introduction-to-redis: content_hash: 7fd05cb82521297a788a5aec52972f44466b2ed365e41c60c95a32a42ec4861b health_score: 100.0 @@ -270153,6 +286857,7 @@ https://www.slideshare.net/dvirsky/introduction-to-redis: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/geerlingguy/jenkins-or-how-i-learned-to-stop-worrying-and-love-automation: content_hash: bdddcddfc1b7c1517b802375293d92102691119fa2ad84ea39c3e5a63929fac1 description: '' @@ -270169,6 +286874,7 @@ https://www.slideshare.net/geerlingguy/jenkins-or-how-i-learned-to-stop-worrying v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.slideshare.net/haproxytech/haproxy-best-practice: content_hash: 0783e31b5bfde0208b6b7c2589af79d42ab883808e2c7fe9f36fdc7d77887230 health_score: 100.0 @@ -270181,6 +286887,7 @@ https://www.slideshare.net/haproxytech/haproxy-best-practice: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/haproxytech/haproxy-web-performance-55536394: content_hash: 0783e31b5bfde0208b6b7c2589af79d42ab883808e2c7fe9f36fdc7d77887230 health_score: 100.0 @@ -270193,6 +286900,7 @@ https://www.slideshare.net/haproxytech/haproxy-web-performance-55536394: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/jkatz05/operating-postgresql-at-scale-with-kubernetes-137132067: content_hash: ce59e93ad26c61932992de044a850be0fbbd1cbc5dc4eca57baf86876ceddd1b description: '' @@ -270208,6 +286916,7 @@ https://www.slideshare.net/jkatz05/operating-postgresql-at-scale-with-kubernetes v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.slideshare.net/mozillabros/openshift-container-platform-cicd-build-deploy: ai_summary: Structured presentation breaking down multi-stage Continuous Integration and Continuous Deployment processes across OpenShift platforms. Covers Source-to-Image @@ -270235,6 +286944,7 @@ https://www.slideshare.net/mozillabros/openshift-container-platform-cicd-build-d v2_locations: - openshift-pipelines.md year: N/A + addition_method: manual https://www.slideshare.net/oemebamo/introduction-to-memcached: content_hash: 5517947859e0f00d63e535e54f94e98cb9922a0cdc8b2f1ed2ad93dd21dee0fb health_score: 100.0 @@ -270247,6 +286957,7 @@ https://www.slideshare.net/oemebamo/introduction-to-memcached: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/openshift/openshift-18812162: content_hash: 3ece7afebca809836737e5464961883d925cc1f48fa2788fbbf4c18817d658a1 description: '' @@ -270263,6 +286974,7 @@ https://www.slideshare.net/openshift/openshift-18812162: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.slideshare.net/piotrpasich/varnish-47199139: content_hash: 9d2ad28956cf9c784245b7fa9a1d122fb82d3a0955aec19d4ab40d8253258a9e health_score: 100.0 @@ -270275,12 +286987,14 @@ https://www.slideshare.net/piotrpasich/varnish-47199139: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.slideshare.net/slideshow/20171010-multitenancy-in-openshift/80696233: content_hash: 32ed63159c77e21ee19ca1b9aa3213ccf0218eb59539560b132a8e68ef0e18ea health_score: 100.0 last_checked: 1779130494.957084 v1_locations: - docs/ocp4.md + addition_method: manual https://www.slideshare.net/slideshow/cicd-with-openshift-and-jenkins/57944430: ai_summary: Historical slide collection detailing standard Continuous Integration patterns on OpenShift using custom-built Jenkins controllers. Evaluates legacy @@ -270302,12 +287016,14 @@ https://www.slideshare.net/slideshow/cicd-with-openshift-and-jenkins/57944430: v2_locations: - openshift-pipelines.md year: '2016' + addition_method: manual https://www.slideshare.net/slideshow/deploying-postgresql-on-kubernetes/130351662: status: online tags: - '[COMMUNITY-TOOL]' v2_locations: - crunchydata.md + addition_method: manual https://www.slideshare.net/slideshow/jenkins-or-how-i-learned-to-stop-worrying-and-love-automation/90281025: content_hash: 32ed63159c77e21ee19ca1b9aa3213ccf0218eb59539560b132a8e68ef0e18ea health_score: 100.0 @@ -270319,12 +287035,14 @@ https://www.slideshare.net/slideshow/jenkins-or-how-i-learned-to-stop-worrying-a - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.slideshare.net/slideshow/migrating-java-jboss-eap-applications-to-kubernetes-with-s2i/250619399: status: online tags: - '[COMMUNITY-TOOL]' v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://www.slideshare.net/slideshow/operating-postgresql-at-scale-with-kubernetes-137132067/137132067: content_hash: 32ed63159c77e21ee19ca1b9aa3213ccf0218eb59539560b132a8e68ef0e18ea health_score: 100.0 @@ -270336,6 +287054,7 @@ https://www.slideshare.net/slideshow/operating-postgresql-at-scale-with-kubernet - docs/crunchydata.md v2_locations: - crunchydata.md + addition_method: manual https://www.slideshare.net/vyruss000/deploying-postgresql-on-kubernetes: content_hash: fa6ba9334d057fcd8df568ed32afc064beee942165e5937f33cae780af073c1c description: '' @@ -270352,6 +287071,7 @@ https://www.slideshare.net/vyruss000/deploying-postgresql-on-kubernetes: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.slim.ai: content_hash: 481241ccd34e6bd6a73246affa8fbf13f7f294325b9fb9b41b8f257b426ff38b description: '' @@ -270363,6 +287083,7 @@ https://www.slim.ai: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.slim.ai/blog/automatically-reduce-docker-container-size-using-dockerslim.html: content_hash: 481241ccd34e6bd6a73246affa8fbf13f7f294325b9fb9b41b8f257b426ff38b description: '' @@ -270374,6 +287095,7 @@ https://www.slim.ai/blog/automatically-reduce-docker-container-size-using-docker v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.slim.ai/docs/docker-desktop-extension.html: content_hash: 481241ccd34e6bd6a73246affa8fbf13f7f294325b9fb9b41b8f257b426ff38b description: '' @@ -270384,6 +287106,7 @@ https://www.slim.ai/docs/docker-desktop-extension.html: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.sloconf.com: ai_summary: The official landing page for SLOconf, a premier community event dedicated to Service Level Objectives. The forum hosts deep technical tracks, production @@ -270412,6 +287135,7 @@ https://www.sloconf.com: v2_locations: - sre.md year: N/A + addition_method: manual https://www.sls.guru/blog/enterprise-serverless-adoption: content_hash: f1a6732256e94160d7e71525054e13e1b2c38aaffaacf161bf367d054a90f39e health_score: 100.0 @@ -270423,6 +287147,7 @@ https://www.sls.guru/blog/enterprise-serverless-adoption: - docs/serverless.md v2_locations: - serverless.md + addition_method: manual https://www.smartdatacollective.com: last_checked: 1779388495.32798 status: online @@ -270430,6 +287155,7 @@ https://www.smartdatacollective.com: - '[COMMUNITY-TOOL]' v2_locations: - nosql.md + addition_method: manual https://www.smartdatacollective.com/kingmesal/373466/nosql-databases-4-game-changing-use-cases: content_hash: c1fc5774c95960093b8cfad0fd35ba9f3a1b01a78f3b8e5d99e1646addf10e06 health_score: 100.0 @@ -270440,6 +287166,7 @@ https://www.smartdatacollective.com/kingmesal/373466/nosql-databases-4-game-chan - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.smartsheet.com/agile-vs-scrum-vs-waterfall-vs-kanban: content_hash: 5d301d9543c32e80a66d509aa1e56f2da533c8027e67564091a997233d6f2153 description: '' @@ -270456,6 +287183,7 @@ https://www.smartsheet.com/agile-vs-scrum-vs-waterfall-vs-kanban: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.smartsheet.com/devops: content_hash: f32e74ca94f0b17e3771da7d236db96fc1ddee4e21d6d6d9a4f6d8d98b8335e3 description: '' @@ -270472,6 +287200,7 @@ https://www.smartsheet.com/devops: v2_locations: - devops.md year: N/A + addition_method: manual https://www.smashingmagazine.com/2021/02/getting-the-most-out-of-git: ai_summary: Explores productivity-boosting mechanisms in Git, including aliases, stash strategies, and conflict-resolution processes. It helps developers move @@ -270501,6 +287230,7 @@ https://www.smashingmagazine.com/2021/02/getting-the-most-out-of-git: v2_locations: - git.md year: N/A + addition_method: manual https://www.smashingmagazine.com/2022/02/testing-pipeline-101-frontend-testing: content_hash: 47a1ca7f25d08ae6e9900fe720500f1b9be0961dafcfd7d42ec74692973dd9e7 description: '' @@ -270517,6 +287247,7 @@ https://www.smashingmagazine.com/2022/02/testing-pipeline-101-frontend-testing: v2_locations: - qa.md year: N/A + addition_method: manual https://www.snapt.net/blog/best-practices-for-load-balancing-kubernetes-containers: content_hash: N/A description: '' @@ -270531,6 +287262,7 @@ https://www.snapt.net/blog/best-practices-for-load-balancing-kubernetes-containe v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.snarky.ca/why-python-3-exists: content_hash: dd6861e1fcfe5bf5153675df2c3152250c14aea627a5e83341228b3b397420b2 health_score: 100.0 @@ -270543,6 +287275,7 @@ https://www.snarky.ca/why-python-3-exists: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.softkraft.co/aws-kinesis-vs-kafka-comparison: ai_summary: An objective comparative analysis contrasting Amazon Kinesis and Apache Kafka across parameters like performance, architecture, pricing, and infrastructure @@ -270572,6 +287305,7 @@ https://www.softkraft.co/aws-kinesis-vs-kafka-comparison: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.softobiz.com/orchestration-made-easy-with-zeebe-and-kafka: content_hash: 0f66d0aa174b2ce815598d0046ce3b5e9399038fcdbfa6f7b11d337340a9dae5 description: '' @@ -270583,6 +287317,7 @@ https://www.softobiz.com/orchestration-made-easy-with-zeebe-and-kafka: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://www.softwarebusinessgrowth.com/doc/parallel-system-validation-the-end-of-devops-0001: content_hash: 0be976efd275401002261cf4053306c56f66188d288536276d084a367c68a3f8 description: '' @@ -270594,6 +287329,7 @@ https://www.softwarebusinessgrowth.com/doc/parallel-system-validation-the-end-of v1_locations: - docs/testops.md year: N/A + addition_method: manual https://www.softwarecollections.org: content_hash: N/A description: '' @@ -270608,6 +287344,7 @@ https://www.softwarecollections.org: v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.softwaretestguideforu.com/2020/06/what-is-system-testinghow-to-perform.html: content_hash: N/A description: '' @@ -270623,6 +287360,7 @@ https://www.softwaretestguideforu.com/2020/06/what-is-system-testinghow-to-perfo v2_locations: - qa.md year: N/A + addition_method: manual https://www.softwaretestinghelp.com/kanban-vs-scrum-vs-agile: content_hash: 6b383ddc2918ccbf017d0d80ddf7e28e9d4f72569f3518b200e3ff482bc0def9 description: '' @@ -270640,6 +287378,7 @@ https://www.softwaretestinghelp.com/kanban-vs-scrum-vs-agile: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.softwaretestinghelp.com/microsoft-vsts-tutorial-1: content_hash: 72040d364424453845fba907e99fe79c8a1880e27305f7305a01984a0c839bc8 description: '' @@ -270656,6 +287395,7 @@ https://www.softwaretestinghelp.com/microsoft-vsts-tutorial-1: v2_locations: - git.md year: N/A + addition_method: manual https://www.softwaretestingmagazine.com/tools/learning-jmeter-documentation-tutorials-videos: ai_summary: An aggregated knowledge index linking to advanced tutorials, video courses, and functional documentation designed to accelerate the learning curve for Apache @@ -270683,11 +287423,13 @@ https://www.softwaretestingmagazine.com/tools/learning-jmeter-documentation-tuto v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.softwaretestingnews.co.uk/a-software-testing-and-devops-tools-directory-for-digital-programmes: health_score: 80.0 last_checked: 1779030436.015137 v1_locations: - docs/devops.md + addition_method: manual https://www.softwaretestingportal.com/2020/03/31/api-testing: content_hash: 7d7987aaef158f601aa45d0ae34dfa34eaf874445a709b6ee7d1fcba95d9c6c5 health_score: 100.0 @@ -270700,6 +287442,7 @@ https://www.softwaretestingportal.com/2020/03/31/api-testing: - docs/api.md v2_locations: - api.md + addition_method: manual https://www.softwaretestingsapiens.com/roadmap-to-learn-api-testing: content_hash: 229fdf5b7ed3a77a8da925051768fb9bfd6a762cf6b62987648b417e4ad945af description: '' @@ -270716,6 +287459,7 @@ https://www.softwaretestingsapiens.com/roadmap-to-learn-api-testing: v2_locations: - qa.md year: N/A + addition_method: manual https://www.softwebsolutions.com/resources/devops-and-microservices: content_hash: 369219b58a6fffd78be26aa31d594e50f95066bb311e0464ef9a118f4e3486cf health_score: 100.0 @@ -270727,6 +287471,7 @@ https://www.softwebsolutions.com/resources/devops-and-microservices: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.softwebsolutions.com/resources/devops-and-microservices.html: content_hash: 9fd3ee6f3ff49a68438a57ddd541aea9fc0e64abdb0d7dab50fa621ee211f171 description: '' @@ -270738,6 +287483,7 @@ https://www.softwebsolutions.com/resources/devops-and-microservices.html: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.softwebsolutions.com/resources/devops-security-tools-benefits: ai_summary: 'Outlines a comprehensive business and financial case for integrating security patterns early in the software lifecycle. Contrast: Curator Insight treats @@ -270761,6 +287507,7 @@ https://www.softwebsolutions.com/resources/devops-security-tools-benefits: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.softwebsolutions.com/resources/devops-security-tools-benefits.html: content_hash: 013b11e07c5b85038e780dc1413848ebcd94f3126123d3e738df69fa817185d3 description: '' @@ -270772,6 +287519,7 @@ https://www.softwebsolutions.com/resources/devops-security-tools-benefits.html: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.softwebsolutions.com/resources/multi-cloud-adoption-strategy: content_hash: c86983445f97b0b36737207e1f57a85176e8f95f44c014036aa9a7c1a6fa649c health_score: 100.0 @@ -270783,6 +287531,7 @@ https://www.softwebsolutions.com/resources/multi-cloud-adoption-strategy: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.softwebsolutions.com/resources/multi-cloud-adoption-strategy.html: content_hash: 42510faa90cd99d509e29edf0894a30ef97686dc3725183a6e019e0b50d647c4 description: '' @@ -270794,6 +287543,7 @@ https://www.softwebsolutions.com/resources/multi-cloud-adoption-strategy.html: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.softzone.es/noticias/programas/conoce-fleet-ide-ultraligero-mano-jetbrains: content_hash: d0398f8d8790ce8b49efed77a8d1eec7d9bd6381f2cc0b387402a7c0f7895f3c description: '' @@ -270810,6 +287560,7 @@ https://www.softzone.es/noticias/programas/conoce-fleet-ide-ultraligero-mano-jet v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.softzone.es/noticias/windows/por-que-interesa-usar-powershell-lugar-cmd: content_hash: ec20419d9dc3f3a0b38b323e57c44bd5fc696d2a41001284b7568a3312d4df0e description: '' @@ -270826,6 +287577,7 @@ https://www.softzone.es/noticias/windows/por-que-interesa-usar-powershell-lugar- v2_locations: - azure.md year: N/A + addition_method: manual https://www.solo.io/blog: ai_summary: A guide detailing useful debugging utilities and CLI tools for validating and diagnosing Istio configuration sets. Explains how to leverage 'istioctl' diagnostics, @@ -270852,6 +287604,7 @@ https://www.solo.io/blog: - developerportals.md - istio.md year: '2021' + addition_method: manual https://www.solo.io/blog/amazon-eks-anywhere-and-solo-istio: ai_summary: Analyzes the integration of enterprise-grade Solo.io Istio setups with Amazon EKS Anywhere. It details the setup of cross-environment service mesh networks @@ -270880,6 +287633,7 @@ https://www.solo.io/blog/amazon-eks-anywhere-and-solo-istio: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.solo.io/blog/configuration-as-data-gitops-and-controllers-its-not-simple-for-multi-cluster: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270892,6 +287646,7 @@ https://www.solo.io/blog/configuration-as-data-gitops-and-controllers-its-not-si v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.solo.io/blog/exploring-cilium-layer-7-capabilities-compared-to-istio: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270903,6 +287658,7 @@ https://www.solo.io/blog/exploring-cilium-layer-7-capabilities-compared-to-istio v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.solo.io/blog/glooops-progressive-delivery-the-gitops-way: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270914,6 +287670,7 @@ https://www.solo.io/blog/glooops-progressive-delivery-the-gitops-way: v1_locations: - docs/gitops.md year: N/A + addition_method: manual https://www.solo.io/blog/identity-federation-for-multi-cluster-kubernetes-and-service-mesh: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270926,6 +287683,7 @@ https://www.solo.io/blog/identity-federation-for-multi-cluster-kubernetes-and-se - docs/istio.md - docs/servicemesh.md year: N/A + addition_method: manual https://www.solo.io/blog/introducing-gloo-federation-for-multi-cluster-management: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270937,6 +287695,7 @@ https://www.solo.io/blog/introducing-gloo-federation-for-multi-cluster-managemen v1_locations: - docs/developerportals.md year: N/A + addition_method: manual https://www.solo.io/blog/istio-multi-cluster-on-red-hat-openshift-with-gloo-mesh: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270948,6 +287707,7 @@ https://www.solo.io/blog/istio-multi-cluster-on-red-hat-openshift-with-gloo-mesh v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.solo.io/blog/istios-networking-in-depth: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270960,6 +287720,7 @@ https://www.solo.io/blog/istios-networking-in-depth: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.solo.io/blog/navigating-istio-config-toolkit: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270971,6 +287732,7 @@ https://www.solo.io/blog/navigating-istio-config-toolkit: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.solo.io/blog/ode-to-istio: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -270982,6 +287744,7 @@ https://www.solo.io/blog/ode-to-istio: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.solo.io/blog/step-by-step-datastax-cassandra-with-istio-and-sni-routing: content_hash: 772a18c1cf21589ddf074569805ebeb85891cc4aa8b2cdd404c6150ebd392641 description: '' @@ -270993,6 +287756,7 @@ https://www.solo.io/blog/step-by-step-datastax-cassandra-with-istio-and-sni-rout v1_locations: - docs/nosql.md year: N/A + addition_method: manual https://www.solo.io/blog/the-3-best-ways-to-use-flux-and-flagger-for-gitops-with-your-envoy-proxy-api-gateways: content_hash: 6139f7be356970624f383b76947c3ef5df834dee6c96961e21018c4f243382d1 description: '' @@ -271010,6 +287774,7 @@ https://www.solo.io/blog/the-3-best-ways-to-use-flux-and-flagger-for-gitops-with v2_locations: - flux.md year: N/A + addition_method: manual https://www.solo.io/blog/the-evolution-of-vm-support-in-istio-1-8-with-video: content_hash: da507a9ff455c8bbd391063688fb5fdf700a8c8ea26776e1af6b370d8363b8b5 description: '' @@ -271021,11 +287786,13 @@ https://www.solo.io/blog/the-evolution-of-vm-support-in-istio-1-8-with-video: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.solo.io/blog/tutorial-gloo-integration-with-keycloak: health_score: 80.0 last_checked: 1779034038.315598 v1_locations: - docs/developerportals.md + addition_method: manual https://www.solo.io/blog/tutorial-rate-limiting-of-service-requests-in-istio-service-mesh: ai_summary: An in-depth architectural guide on implementing rate limiting policies within an Istio service mesh topology. Explains the integration of Envoy's rate-limiting @@ -271057,6 +287824,7 @@ https://www.solo.io/blog/tutorial-rate-limiting-of-service-requests-in-istio-ser v2_locations: - istio.md year: N/A + addition_method: manual https://www.solo.io/blog/upgrading-istio-without-downtime: ai_summary: A mission-critical operational guide for performing seamless, zero-downtime upgrades of the Istio service mesh in production environments. Details the canary @@ -271087,6 +287855,7 @@ https://www.solo.io/blog/upgrading-istio-without-downtime: v2_locations: - istio.md year: N/A + addition_method: manual https://www.solo.io/blog/why-the-control-plane-matters: content_hash: 997eb28647933649d11c3e6bc86b8cc2e0756c850fb1938df008653462653eda description: '' @@ -271104,6 +287873,7 @@ https://www.solo.io/blog/why-the-control-plane-matters: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.sonarqube.org: content_hash: d74d014adf4c41c400fe2e7581dc0d8e8b2ce9f78ecccb5a8d33acef90ac6772 description: '' @@ -271115,6 +287885,7 @@ https://www.sonarqube.org: v1_locations: - docs/sonarqube.md year: N/A + addition_method: manual https://www.sonarsource.com/products/sonarqube: ai_summary: The leading platform for continuous inspection of code quality, executing automatic reviews with static analysis of code to detect bugs, security vulnerabilities, @@ -271137,6 +287908,7 @@ https://www.sonarsource.com/products/sonarqube: v2_locations: - sonarqube.md year: '2026' + addition_method: manual https://www.sonatype.com/blog/achieving-ci/cd-with-kubernetes: ai_summary: Dives deep into the engineering prerequisites and conceptual framework necessary to execute robust CI/CD within a native Kubernetes topology. Details @@ -271159,6 +287931,7 @@ https://www.sonatype.com/blog/achieving-ci/cd-with-kubernetes: v2_locations: - cicd.md year: '2022' + addition_method: manual https://www.sonatype.com/blog/new-cloud-native-ci/cd-projects-openshift-and-tekton: content_hash: 939707c47ef9986547434486a41fb5ec6e0f0088f890f5b40bb335bf626953fe health_score: 100.0 @@ -271171,6 +287944,7 @@ https://www.sonatype.com/blog/new-cloud-native-ci/cd-projects-openshift-and-tekt - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.sonatype.com/blog/python-packages-upload-your-aws-keys-env-vars-secrets-to-web: ai_summary: Documents malicious supply chain campaigns targeting Python package repositories to harvest cloud credentials and environment configuration variables. @@ -271195,6 +287969,7 @@ https://www.sonatype.com/blog/python-packages-upload-your-aws-keys-env-vars-secr v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sonatype.com/blog/using-sonatype-nexus-repository-3-part-3-docker-images: ai_summary: The third segment in Sonatype's setup series, illustrating container hosting paradigms, private Docker registry configurations, and the setup of secure @@ -271217,6 +287992,7 @@ https://www.sonatype.com/blog/using-sonatype-nexus-repository-3-part-3-docker-im v2_locations: - registries.md year: '2021' + addition_method: manual https://www.sonatype.com/nexus-repository-oss: content_hash: 5c8c3b4379a53f4772a2eb70e1b6d2db0c3280eedf8bb2879eb245f8aa0c6084 description: '' @@ -271228,6 +288004,7 @@ https://www.sonatype.com/nexus-repository-oss: v1_locations: - docs/registries.md year: N/A + addition_method: manual https://www.sonatype.com/products/sonatype-nexus-repository: ai_summary: The main landing page for Sonatype Nexus Repository Manager, a universal artifact engine supporting major formats including npm, PyPI, Maven, and OCI containers. @@ -271249,6 +288026,7 @@ https://www.sonatype.com/products/sonatype-nexus-repository: v2_locations: - registries.md year: '2026' + addition_method: manual https://www.sourcetreeapp.com: content_hash: N/A description: '' @@ -271264,6 +288042,7 @@ https://www.sourcetreeapp.com: v2_locations: - git.md year: N/A + addition_method: manual https://www.spec-india.com/blog: content_hash: c829455d531c084e759e7485fb7fbab93914bee443f4ce3c707ec650065cba97 health_score: 100.0 @@ -271276,6 +288055,7 @@ https://www.spec-india.com/blog: - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.spec-india.com/blog/kubernetes-vs-openshift: content_hash: 5b7ce938b6b3ba4d0aa2639c8100c21124ed2b7dcf04129313f2278926f570a1 description: '' @@ -271287,6 +288067,7 @@ https://www.spec-india.com/blog/kubernetes-vs-openshift: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.spectrocloud.com/blog/deploying-complex-infrastructure-with-a-terraform-state-machine: content_hash: 4b661304e3ddd7b617f5066cd02df48fa74ebfbf4852cab9b0ef3b6a41ab7d8f description: '' @@ -271304,6 +288085,7 @@ https://www.spectrocloud.com/blog/deploying-complex-infrastructure-with-a-terraf v2_locations: - terraform.md year: N/A + addition_method: manual https://www.spectrocloud.com/blog/kubernetes-security-best-practices-5-easy-ways-to-cut-risk: ai_summary: 'Curator Insight: Architectural guide targeting five foundational risk-reduction vectors. Live Grounding: Emphasizes simple steps like node OS patching, configuration @@ -271332,6 +288114,7 @@ https://www.spectrocloud.com/blog/kubernetes-security-best-practices-5-easy-ways v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.spiceworks.com/tech/cloud/articles/how-to-get-started-with-kubernetes: content_hash: 45293e78f7ce62fdda7a9501a0c24eea9f8074bfc9b8acfdc1a5ae9cd3f7d0e9 description: '' @@ -271348,6 +288131,7 @@ https://www.spiceworks.com/tech/cloud/articles/how-to-get-started-with-kubernete v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.spinnaker.io: content_hash: 4b1f96ea6e0765720c5fc86532e2f0dfd46609f6f15abc2ab5625cea213bf86b description: '' @@ -271359,6 +288143,7 @@ https://www.spinnaker.io: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.split.io/glossary/progressive-delivery: content_hash: 3e5daf3a8f9ccdecc04c3c43e68bb4110d9806f70bd0247525c91cace8ca6f13 description: '' @@ -271370,6 +288155,7 @@ https://www.split.io/glossary/progressive-delivery: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://www.splunk.com/en_us/about-splunk/acquisitions/splunk-on-call.html: ai_summary: Originally published by VictorOps (now acquired by Splunk as Splunk On-Call), this guide provides a direct comparison between Trunk-Based Development @@ -271393,6 +288179,7 @@ https://www.splunk.com/en_us/about-splunk/acquisitions/splunk-on-call.html: - git.md - devops-tools.md year: '2020' + addition_method: manual https://www.splunk.com/en_us/appdynamics-joins-splunk.html?301=appdynamics: content_hash: 1669f46a883af58e2b8ad70ba394dcf03524f329ffa8574f6996a4cb435f73a0 health_score: 100.0 @@ -271411,6 +288198,7 @@ https://www.splunk.com/en_us/appdynamics-joins-splunk.html?301=appdynamics: - devops.md - kubernetes-autoscaling.md - monitoring.md + addition_method: manual https://www.splunk.com/en_us/appdynamics-joins-splunk.html?301=appdynamics/blog/an-introduction-to-kubernetes-finops: content_hash: b2f7b3e5e38ea3cefedec6df022dbdf650ccdb55f8a5f5bb2a68ee7b68f00337 health_score: 100.0 @@ -271423,6 +288211,7 @@ https://www.splunk.com/en_us/appdynamics-joins-splunk.html?301=appdynamics/blog/ - docs/finops.md v2_locations: - finops.md + addition_method: manual https://www.sqlrevisited.com/2022/03/mysql-vs-postgresql-pros-and-cons.html: content_hash: 7aaad3092005a320b2aab77362b19462f72e795071ef3c99111596f2bb3045f3 health_score: 100.0 @@ -271435,6 +288224,7 @@ https://www.sqlrevisited.com/2022/03/mysql-vs-postgresql-pros-and-cons.html: - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.sqlservercentral.com/articles/chaos-engineering-in-azure: content_hash: 42a5b41942726fe5da84ae552bbaefce3097f22eefcd534830d8345dd45e2c54 description: '' @@ -271446,6 +288236,7 @@ https://www.sqlservercentral.com/articles/chaos-engineering-in-azure: v1_locations: - docs/chaos-engineering.md year: N/A + addition_method: manual https://www.sqlservercentral.com/articles/powershell-day-by-day-adding-help-to-scripts: content_hash: 4c13b1425a9e79d1a563bbaacf0251d42624797cc4ccf2ac56493854d96a0229 description: '' @@ -271462,6 +288253,7 @@ https://www.sqlservercentral.com/articles/powershell-day-by-day-adding-help-to-s v2_locations: - azure.md year: N/A + addition_method: manual https://www.sqlshack.com/6-reasons-why-you-cant-have-devops-without-test-automation: content_hash: 2392d2e9b386182155d345d04cdf24894b2210fefb20336e4950ccbc997d7ecd description: '' @@ -271479,6 +288271,7 @@ https://www.sqlshack.com/6-reasons-why-you-cant-have-devops-without-test-automat v2_locations: - devops.md year: N/A + addition_method: manual https://www.sqlshack.com/sql-database-on-kubernetes-considerations-and-best-practices: content_hash: 28362c7d372899a9594b57882e4586e084d988d9a5c0dea971ccaeb9d29e67ad description: '' @@ -271496,6 +288289,7 @@ https://www.sqlshack.com/sql-database-on-kubernetes-considerations-and-best-prac v2_locations: - databases.md year: N/A + addition_method: manual https://www.sqltutorial.org/sql-cheat-sheet: content_hash: N/A description: '' @@ -271510,6 +288304,7 @@ https://www.sqltutorial.org/sql-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.squadcast.com/blog/kyverno-policy-management-in-kubernetes: content_hash: fdb25e21eeca8b90dd0b766e915deba7ddf0d95201feb2927a9f38e29982a26d description: '' @@ -271526,6 +288321,7 @@ https://www.squadcast.com/blog/kyverno-policy-management-in-kubernetes: v2_locations: - securityascode.md year: N/A + addition_method: manual https://www.stackrox.com: content_hash: aff76b12ba220561887247977110d08e82ceac3b88fd9303ea6b19bd7ae5c4a7 description: '' @@ -271537,6 +288333,7 @@ https://www.stackrox.com: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.stackrox.com/post/2019/09/amazon-eks-security-best-practices: content_hash: 4fc3ae4b64e6b0c680a18f8a5ab89e46f9214c32dd7e0dd67d0d48c08e2548e0 description: '' @@ -271548,6 +288345,7 @@ https://www.stackrox.com/post/2019/09/amazon-eks-security-best-practices: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.stackrox.com/post/2020/01/kubernetes-networking-demystified: content_hash: 9c2960af1ac51780e337dfe7227d7b51bb3a0a2fcce980a17a4b2a6b78b989e0 description: '' @@ -271563,6 +288361,7 @@ https://www.stackrox.com/post/2020/01/kubernetes-networking-demystified: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.stackrox.com/post/2020/02/eks-vs-gke-vs-aks: ai_summary: High-fidelity evaluation criteria for the three largest cloud-managed Kubernetes platforms. Analyzes security controls, active network policies, and @@ -271589,6 +288388,7 @@ https://www.stackrox.com/post/2020/02/eks-vs-gke-vs-aks: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.stackrox.com/post/2020/05/kubernetes-security-101: content_hash: 05036744612dd1b1cb57652b4e1c64741173d4ffcda5fbe5f9db87de8b163253 description: '' @@ -271600,6 +288400,7 @@ https://www.stackrox.com/post/2020/05/kubernetes-security-101: v1_locations: - docs/kubernetes-security.md year: N/A + addition_method: manual https://www.stackrox.com/post/2021/01/part-1-rancher-kubernetes-engine-rke-security-best-practices-for-cluster-setup: content_hash: a649c780aa40f5b20eee7214a9175c3b862b6263c1872be7bb94560b72308dca description: '' @@ -271617,6 +288418,7 @@ https://www.stackrox.com/post/2021/01/part-1-rancher-kubernetes-engine-rke-secur v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.stackrox.io/blog/amazon-eks-security-best-practices: ai_summary: Exhaustive architectural guide compiling key security recommendations for EKS. Addresses IAM integration, VPC configurations, network segmentation, @@ -271638,6 +288440,7 @@ https://www.stackrox.io/blog/amazon-eks-security-best-practices: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.stackrox.io/blog/top-9-open-source-devsecops-tools-for-kubernetes: content_hash: c81aa7c68e9f0469f377ba3cdfe2c8f272e185f03f3d33fe2b1d0375b44afdc2 description: '' @@ -271654,6 +288457,7 @@ https://www.stackrox.io/blog/top-9-open-source-devsecops-tools-for-kubernetes: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.stacksimplify.com/aws-eks/aws-alb-ingress/lean-kubernetes-aws-alb-ingress-basics: content_hash: 5f08e432d2d388bbda429c93e26c4dfc7c33b3e3b3fb5c4ecbbeb1dac7425411 description: '' @@ -271665,6 +288469,7 @@ https://www.stacksimplify.com/aws-eks/aws-alb-ingress/lean-kubernetes-aws-alb-in v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual ? https://www.stacksimplify.com/aws-eks/aws-devops-eks/learn-to-master-devops-on-aws-eks-using-aws-codecommit-codebuild-codepipeline : content_hash: e8d6e55a841d30372f6e8ca5441056259db7b7e39539943f6e77431b5fe95c42 description: '' @@ -271676,6 +288481,7 @@ https://www.stacksimplify.com/aws-eks/aws-alb-ingress/lean-kubernetes-aws-alb-in v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.starwindsoftware.com/blog/remove-a-kubernetes-namespace-blocked-with-terminating-status: content_hash: N/A description: '' @@ -271691,6 +288497,7 @@ https://www.starwindsoftware.com/blog/remove-a-kubernetes-namespace-blocked-with v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.stationx.net/hacking-tools-cheat-sheet: content_hash: 2b02080e4cbc1f5c9e9b74557a3e3412bb54885b048b7e359e1e08b642a8ee71 description: '' @@ -271707,6 +288514,7 @@ https://www.stationx.net/hacking-tools-cheat-sheet: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://www.stevesmith.tech/blog/gitops-is-a-placebo: content_hash: 84f66db1559c9013a2a7634f247e423b1636bfa7bb1ef89d2ce6a719a15dd7b9 description: '' @@ -271723,6 +288531,7 @@ https://www.stevesmith.tech/blog/gitops-is-a-placebo: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.stickyminds.com: content_hash: 37d5ac2c59329b352ecccb3e290cb1062b1c960e957fa0dad539ae160a0fed2c health_score: 100.0 @@ -271735,6 +288544,7 @@ https://www.stickyminds.com: - docs/iac.md v2_locations: - iac.md + addition_method: manual https://www.stitcher.com/podcast/amazon-web-services/aws-podcast: content_hash: ae67975d0e7feb45732adfe786b350b76a63b35eeecf5e0b0eb8399f2812a381 health_score: 100.0 @@ -271746,6 +288556,7 @@ https://www.stitcher.com/podcast/amazon-web-services/aws-podcast: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://www.storetasker.com: ai_summary: Outsource network specializing in connecting Shopify store owners and e-commerce enterprises with curated, pre-vetted developers and marketing experts. @@ -271766,6 +288577,7 @@ https://www.storetasker.com: v2_locations: - freelancing.md year: '2022' + addition_method: manual https://www.storj.io/blog/integrating-decentralized-cloud-storage-with-duplicati: content_hash: 502b9ae54cffdc97265c0a11349f10ae89b177bcd5dc0e3bdb2f0bf41171e27d description: '' @@ -271777,6 +288589,7 @@ https://www.storj.io/blog/integrating-decentralized-cloud-storage-with-duplicati v1_locations: - docs/kubernetes-storage.md year: N/A + addition_method: manual https://www.storj.io/cloud-object-storage: content_hash: dfa2a9a698b90137ffd39139ec92bc50196374fae1a02af0d7bacf660b0c4eb1 health_score: 100.0 @@ -271788,6 +288601,7 @@ https://www.storj.io/cloud-object-storage: - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://www.sufle.io/blog/adopting-gitops-for-enhanced-operations: content_hash: 7f426f43a79e8185cca98ca008ea7bfe511aa7c1d3401dbbc84485d119d774d9 description: '' @@ -271804,6 +288618,7 @@ https://www.sufle.io/blog/adopting-gitops-for-enhanced-operations: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.superawesome.com/blog/how-we-scale-our-kid-safe-technology-using-auto-scaling-on-kubernetes: content_hash: d3506eecedacbcd781fb81ae31800e9f925f99d8e00f07710d989244f0be6152 description: '' @@ -271819,6 +288634,7 @@ https://www.superawesome.com/blog/how-we-scale-our-kid-safe-technology-using-aut v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.suse.com/c/intro-rancher-2-6-features: content_hash: ef79d24bdf13dd5b454432ed3b03e868e0589b56f8626de6cf47f38be6296c9a description: '' @@ -271837,6 +288653,7 @@ https://www.suse.com/c/intro-rancher-2-6-features: v2_locations: - rancher.md year: N/A + addition_method: manual https://www.suse.com/c/nginx-guest-blog-kubernetes-ingress-controller: content_hash: 3bcbb272a5ac0f3402eca5a5942d22b33efc80f5696034f204869dd02b9c4741 description: '' @@ -271853,6 +288670,7 @@ https://www.suse.com/c/nginx-guest-blog-kubernetes-ingress-controller: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.suse.com/c/rancher_blog/announcing-harvester-open-source-hyperconverged-infrastructure-hci-software: content_hash: b3cb1da94f00c225b79ced56157d00da388cf96205de4769c9eda9a3e7ca0821 health_score: 100.0 @@ -271860,6 +288678,7 @@ https://www.suse.com/c/rancher_blog/announcing-harvester-open-source-hyperconver needs_ai_refresh: true v1_locations: - docs/rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/announcing-hosted-rancher-with-rancher-2-4: content_hash: 7da57a38bba2b7f06a3c6540019ad0006fc93ab1d291550d4b38e09af28147c0 health_score: 100.0 @@ -271872,6 +288691,7 @@ https://www.suse.com/c/rancher_blog/announcing-hosted-rancher-with-rancher-2-4: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/create-reproducible-security-in-kubernetes-with-helm-3-and-helm-charts: ai_summary: Technical security overview emphasizing reproducible chart security patterns using validation schemas, signed values, and limited-scope Service Accounts. @@ -271894,6 +288714,7 @@ https://www.suse.com/c/rancher_blog/create-reproducible-security-in-kubernetes-w v2_locations: - helm.md year: '2020' + addition_method: manual https://www.suse.com/c/rancher_blog/custom-alerts-using-prometheus-queries: content_hash: 8f8b9b2ee6b167ecf1835e40ada76698aa6e44c4ab084820f3bb65e04e47bcf0 health_score: 100.0 @@ -271906,6 +288727,7 @@ https://www.suse.com/c/rancher_blog/custom-alerts-using-prometheus-queries: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/deploy-a-rancher-cluster-with-gitlab-ci-and-terraform: content_hash: b80b255d9b4754b2fa1642dea6efb6551eb9ffd83fad0cb4a45939aa3e051239 health_score: 100.0 @@ -271920,6 +288742,7 @@ https://www.suse.com/c/rancher_blog/deploy-a-rancher-cluster-with-gitlab-ci-and- v2_locations: - demos.md - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/deploy-kubernetes-clusters-on-microsoft-azure-with-rancher: content_hash: 2ab62b859fa47d702ada35b996f4efd5be0e649bb62656f9c419e3e82926384a health_score: 100.0 @@ -271932,6 +288755,7 @@ https://www.suse.com/c/rancher_blog/deploy-kubernetes-clusters-on-microsoft-azur - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/disaster-recovery-preparedness-for-your-kubernetes-clusters: content_hash: af120dad14ac9f45e53e3ac0de0019684ed8c61d858339da932d312eaf1412b2 health_score: 100.0 @@ -271944,6 +288768,7 @@ https://www.suse.com/c/rancher_blog/disaster-recovery-preparedness-for-your-kube - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://www.suse.com/c/rancher_blog/driving-kubernetes-adoption-in-finance-with-rancher: content_hash: a6465a8b65e2175564174b636fece77d007ac186882b03d75ba3d5423a886d29 health_score: 100.0 @@ -271956,6 +288781,7 @@ https://www.suse.com/c/rancher_blog/driving-kubernetes-adoption-in-finance-with- - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/enhancing-kubernetes-security-with-pod-security-policies-part-1: ai_summary: 'Curator Insight: Part 1 of SUSE Rancher''s historical guide to restricting root access through PSPs. Live Grounding: Useful exclusively for managing legacy @@ -271980,6 +288806,7 @@ https://www.suse.com/c/rancher_blog/enhancing-kubernetes-security-with-pod-secur v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://www.suse.com/c/rancher_blog/enhancing-kubernetes-security-with-pod-security-policies-part-2: content_hash: 60817a82f2e2b97fda1131e73df7c3bcdaabb1459b0f5885ed0428237ddc181e health_score: 100.0 @@ -271987,6 +288814,7 @@ https://www.suse.com/c/rancher_blog/enhancing-kubernetes-security-with-pod-secur needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://www.suse.com/c/rancher_blog/faster-kubernetes-development-with-rancher-devspace-and-loft: content_hash: 668acf8529abb5e2e1b65444b350d44125a70086c3c011d8674b342915ebe1d2 health_score: 100.0 @@ -271999,6 +288827,7 @@ https://www.suse.com/c/rancher_blog/faster-kubernetes-development-with-rancher-d - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/fleet-management-for-kubernetes-is-here: content_hash: 836e5506148b0c420a488dbc17714ab700e23be774bae7eb63d475516be093f2 health_score: 100.0 @@ -272011,6 +288840,7 @@ https://www.suse.com/c/rancher_blog/fleet-management-for-kubernetes-is-here: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/gain-better-visibility-into-kubernetes-cost-allocation: content_hash: 6457960a167086288cc5eed552052687c1dbd2f9c7a8c85ea31e180e0de70070 health_score: 100.0 @@ -272023,12 +288853,14 @@ https://www.suse.com/c/rancher_blog/gain-better-visibility-into-kubernetes-cost- - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual ? https://www.suse.com/c/rancher_blog/getting-started-with-longhorn-distributed-block-storage-and-cloud-native-distributed-sql : content_hash: 0e185be71fecc0c63fda0ad47942c21fb8f620e67d4e5c856efaef9ce0e8c082 health_score: 100.0 last_checked: 1779130494.932111 v1_locations: - docs/rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/longhorn-simplifies-distributed-block-storage-in-kubernetes: content_hash: 74a84c3bd0f962a62d22dd42cfcb6529eab9559c453d0401ac24011d1cb436f7 health_score: 100.0 @@ -272041,6 +288873,7 @@ https://www.suse.com/c/rancher_blog/longhorn-simplifies-distributed-block-storag - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://www.suse.com/c/rancher_blog/monitor-etcd-with-prometheus-and-grafana-using-rancher: content_hash: 9c0aaedf9b50e0c6474f56e38ed49f95cb0a6607e226c1aec04aeee604b68db8 health_score: 100.0 @@ -272055,6 +288888,7 @@ https://www.suse.com/c/rancher_blog/monitor-etcd-with-prometheus-and-grafana-usi v2_locations: - monitoring.md - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/multi-cluster-vulnerability-scanning-with-alcide-and-rancher: content_hash: f10e450815edb1a54aa04fd2aed1e1bcf50eacaa5a02d24645e3d3585ae56cb1 health_score: 100.0 @@ -272067,6 +288901,7 @@ https://www.suse.com/c/rancher_blog/multi-cluster-vulnerability-scanning-with-al - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/my-first-impressions-with-suse-rancher-kubernetes-projects: content_hash: e1e1e6f02a5794a95847c7589a05856f793bca04dedbfbd7d2a5761b59ced455 description: '' @@ -272083,6 +288918,7 @@ https://www.suse.com/c/rancher_blog/my-first-impressions-with-suse-rancher-kuber v2_locations: - rancher.md year: N/A + addition_method: manual https://www.suse.com/c/rancher_blog/rancher-2-5-delivers-on-computing-everywhere-strategy: content_hash: 7e8340253e86ed48f139e4aff4f8075a9a54d113c4ebc5a965ff4336d9c1f6f8 health_score: 100.0 @@ -272095,6 +288931,7 @@ https://www.suse.com/c/rancher_blog/rancher-2-5-delivers-on-computing-everywhere - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/rancher-desktop-1-0-0-has-arrived: content_hash: c494d546f12bf96dac84e2f2dc5a6747811b69e789f18ae74a019acc358b17b2 description: '' @@ -272111,6 +288948,7 @@ https://www.suse.com/c/rancher_blog/rancher-desktop-1-0-0-has-arrived: v2_locations: - rancher.md year: N/A + addition_method: manual https://www.suse.com/c/rancher_blog/run-rancher-2-4-in-azure-with-k3s-and-mysql: content_hash: a6b4c00de344777a50ac7b1832e5842e2138b97f8ad7a02a78f53c9223044b93 health_score: 100.0 @@ -272123,6 +288961,7 @@ https://www.suse.com/c/rancher_blog/run-rancher-2-4-in-azure-with-k3s-and-mysql: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/set-up-k3s-in-high-availability-using-k3d: content_hash: 54410aa841c7aa1f626e34845b8ab81f02b5ea7089639d90cc302fdb34ce2675 health_score: 100.0 @@ -272135,6 +288974,7 @@ https://www.suse.com/c/rancher_blog/set-up-k3s-in-high-availability-using-k3d: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/set-up-your-k3s-cluster-for-high-availability-on-digitalocean: content_hash: c84271e261ed1d04d9d6e883babb77c1b24dee5052afc7d3535db217a00c8309 health_score: 100.0 @@ -272147,6 +288987,7 @@ https://www.suse.com/c/rancher_blog/set-up-your-k3s-cluster-for-high-availabilit - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/speed-up-development-with-automated-kubernetes-deployments: content_hash: 9c0972bf19ee08f877cbd34f0501fda7c5e3c3b116b6d2fe826e28ec825e9263 health_score: 100.0 @@ -272159,6 +289000,7 @@ https://www.suse.com/c/rancher_blog/speed-up-development-with-automated-kubernet - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/stateful-kubernetes-workloads-on-vsphere-with-rke: content_hash: 7304fb1c3018cf1874bc905fc7150ee8d9e4a9d85faf6c070a1e52fbe644ed5a health_score: 100.0 @@ -272171,6 +289013,7 @@ https://www.suse.com/c/rancher_blog/stateful-kubernetes-workloads-on-vsphere-wit - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.suse.com/c/rancher_blog/the-no-1-rule-of-disaster-recovery: content_hash: 4a419b0ccae19871dd75bd0c0c7bbcaf59db0a23c0760c76d5566ffa7536c251 health_score: 100.0 @@ -272183,6 +289026,7 @@ https://www.suse.com/c/rancher_blog/the-no-1-rule-of-disaster-recovery: - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual https://www.suse.com/c/rancher_blog/the-three-pillars-of-kubernetes-container-orchestration: content_hash: ccb5efcf7299db6d7dd6d7391aefc9b2f1d210a614c15867ff9fb0094a598006 health_score: 100.0 @@ -272195,6 +289039,7 @@ https://www.suse.com/c/rancher_blog/the-three-pillars-of-kubernetes-container-or - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.suse.com/c/rancher_blog/upgrade-your-k3s-clusters-smoothly-in-rancher-2-4: content_hash: f5dd00e11b49c01aa7f603346808cfa92db95fcc44efe90b8a674c6222b69ead health_score: 100.0 @@ -272207,6 +289052,7 @@ https://www.suse.com/c/rancher_blog/upgrade-your-k3s-clusters-smoothly-in-ranche - docs/rancher.md v2_locations: - rancher.md + addition_method: manual ? https://www.suse.com/c/rancher_blog/using-hybrid-and-multi-cloud-service-mesh-based-applications-for-distributed-deployments : content_hash: dd01f4455755bb9a9865546c0277275bef787523b3c31b302eacdd8ed084dd9c health_score: 100.0 @@ -272218,6 +289064,7 @@ https://www.suse.com/c/rancher_blog/upgrade-your-k3s-clusters-smoothly-in-ranche - docs/servicemesh.md v2_locations: - servicemesh.md + addition_method: manual https://www.suse.com/c/rancher_blog/what-is-cloud-native-storage: content_hash: 064bc72ad316f0ee941dd244fd0c332d5a1f842517341e72fbd78ea8640aed15 health_score: 100.0 @@ -272230,6 +289077,7 @@ https://www.suse.com/c/rancher_blog/what-is-cloud-native-storage: - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://www.swarmia.com/build: content_hash: d53d874ecccc8fb059a01f2dbc9c89a702ebafca575e65bc703d5ef9a6bcbd61 description: '' @@ -272246,6 +289094,7 @@ https://www.swarmia.com/build: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.syncfusion.com/blogs/post/10-best-c-nuget-packages-to-improve-your-productivity-in-2022: content_hash: afa2453c06432ea3b1f59de0b0c937b3ffd0530fd4ce1ddddb5c9bdcfb3a8ea5 health_score: 100.0 @@ -272258,6 +289107,7 @@ https://www.syncfusion.com/blogs/post/10-best-c-nuget-packages-to-improve-your-p - docs/dotnet.md v2_locations: - dotnet.md + addition_method: manual https://www.syncfusion.com/blogs/post/10-best-c-nuget-packages-to-improve-your-productivity-in-2022.aspx: content_hash: e00e2605a52ed6eef79abe76bd000d21c0bc6be395159fdf486d9d9e6c8d09d6 description: '' @@ -272270,6 +289120,7 @@ https://www.syncfusion.com/blogs/post/10-best-c-nuget-packages-to-improve-your-p v1_locations: - docs/dotnet.md year: N/A + addition_method: manual https://www.synopsys.com/blogs/software-security/integrating-automated-ast-tools: content_hash: caaf881593b80e012688eface2bb8cd4cb6b5ac0f3691f1402bcf37b3138ebdd description: '' @@ -272281,12 +289132,14 @@ https://www.synopsys.com/blogs/software-security/integrating-automated-ast-tools v1_locations: - docs/testops.md year: N/A + addition_method: manual https://www.synopsys.com/software-integrity/blog/integrating-automated-ast-tools.html: content_hash: 9af64dafdadef201796b0786702ff801147c20e65a5f281fcf87bb6418d1a10e health_score: 64.0 last_checked: 1779130495.011252 v1_locations: - docs/testops.md + addition_method: manual https://www.syntasso.io/post/platform-democracy-rethinking-who-builds-and-consumes-your-internal-platform: ai_summary: An analytical piece explaining Platform Democracy as an operational framework. Discusses user-centric workflows when designing internal developer @@ -272318,6 +289171,7 @@ https://www.syntasso.io/post/platform-democracy-rethinking-who-builds-and-consum - devops.md - chaos-engineering.md year: N/A + addition_method: manual https://www.syntasso.io/post/platform-engineering-orchestrating-applications-platforms-and-infrastructure: content_hash: 57611eedd274c237b1a8c4c740db60167788a8242a1364e2fc5382f1c49189ef description: '' @@ -272335,6 +289189,7 @@ https://www.syntasso.io/post/platform-engineering-orchestrating-applications-pla v2_locations: - devops.md year: N/A + addition_method: manual https://www.sysdig.com: content_hash: 7c1a2bb0dcda9caad9a29bcb724a60ac1e9b6359eb2f7552a1ce7f9ce9425576 health_score: 100.0 @@ -272347,6 +289202,7 @@ https://www.sysdig.com: - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://www.sysdig.com/blog: content_hash: 7b18ff7c82a7bdc292eed2b39125a2b8d1b0a6ff3b453ca0e0abcf9238ba6a99 health_score: 100.0 @@ -272359,6 +289215,7 @@ https://www.sysdig.com/blog: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://www.sysdig.com/blog/cve-2021-20291-cri-o-podman: ai_summary: A deep analysis of CVE-2021-20291, a high-impact Denial of Service exploit vulnerability in CRI-O and Podman. Shows how runtime system call inspection helps @@ -272380,6 +289237,7 @@ https://www.sysdig.com/blog/cve-2021-20291-cri-o-podman: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sysdig.com/blog/debug-kubernetes-crashloopbackoff: content_hash: d58bc40c6b17e5ead8cb4d46c4bf808313163459ad6efeb65e4cb250ba44ea3c health_score: 100.0 @@ -272392,6 +289250,7 @@ https://www.sysdig.com/blog/debug-kubernetes-crashloopbackoff: - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://www.sysdig.com/blog/exposed-prometheus-exploit-kubernetes-kubeconeu: ai_summary: Dissects a threat scenario presented at KubeCon demonstrating how attackers leverage exposed Prometheus targets to leak cluster topology. Curator insight @@ -272417,6 +289276,7 @@ https://www.sysdig.com/blog/exposed-prometheus-exploit-kubernetes-kubeconeu: v2_locations: - kubernetes-security.md year: '2022' + addition_method: manual https://www.sysdig.com/blog/gitops-iac-security-source: ai_summary: Details the methodologies for enforcing structural compliance and vulnerability vetting directly within a GitOps deployment workflow. Evaluates tools for scanning @@ -272441,6 +289301,7 @@ https://www.sysdig.com/blog/gitops-iac-security-source: v2_locations: - devsecops.md year: '2022' + addition_method: manual https://www.sysdig.com/blog/how-to-monitor-coredns: content_hash: cf31789b1c862ab473445f765d2d7408fb0de812296b1001b203d7bd956fb077 health_score: 100.0 @@ -272453,6 +289314,7 @@ https://www.sysdig.com/blog/how-to-monitor-coredns: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.sysdig.com/blog/how-to-secure-helm: ai_summary: Sysdig engineering guide for securing Helm charts. Teaches vulnerability scanning of templates, access control limits for chart operations, and runtime @@ -272475,6 +289337,7 @@ https://www.sysdig.com/blog/how-to-secure-helm: v2_locations: - helm.md year: '2022' + addition_method: manual https://www.sysdig.com/blog/intro-runtime-security-falco: ai_summary: A practical step-by-step tutorial on installing, configuring, and deploying Falco rules within a Kubernetes cluster. Demonstrates parsing alert outputs and @@ -272497,6 +289360,7 @@ https://www.sysdig.com/blog/intro-runtime-security-falco: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sysdig.com/blog/k3s-sysdig-falco: content_hash: 8b23bc77f419950787ad787848d4987af402056192ef947fe05e5d820588eaf1 health_score: 100.0 @@ -272509,6 +289373,7 @@ https://www.sysdig.com/blog/k3s-sysdig-falco: - docs/rancher.md v2_locations: - rancher.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-1-22-whats-new: content_hash: 5891d99d21ca5edb52bb3c1f15e4c7184bf1cac8685551cf820edd99015eecd1 health_score: 100.0 @@ -272521,6 +289386,7 @@ https://www.sysdig.com/blog/kubernetes-1-22-whats-new: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-1-23-whats-new: content_hash: 308c3635d1bf8e0000b7c333453474f9fe877cf16e93bf19834429333f3368f0 health_score: 100.0 @@ -272533,6 +289399,7 @@ https://www.sysdig.com/blog/kubernetes-1-23-whats-new: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-1-24-whats-new: content_hash: a59a9b223ed2fee5f4c65b74434b3a6b4ac49c9a308c497c2d47c3c76e1bfd16 health_score: 100.0 @@ -272545,6 +289412,7 @@ https://www.sysdig.com/blog/kubernetes-1-24-whats-new: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-1-25-whats-new: content_hash: b18ee80e5245995a3492507654131507e606c2c14818404363748cfeb764a4a6 health_score: 100.0 @@ -272557,6 +289425,7 @@ https://www.sysdig.com/blog/kubernetes-1-25-whats-new: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-1-26-whats-new: content_hash: 754fd586988f19739c8d5d0e0830caa0263d5dad854990f5b0119697ee4f7947 health_score: 100.0 @@ -272569,6 +289438,7 @@ https://www.sysdig.com/blog/kubernetes-1-26-whats-new: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-1-27-whats-new: content_hash: 680c7762aef8205b05a0982117638c00e127463479897890e17e977ffe24e779 health_score: 100.0 @@ -272581,6 +289451,7 @@ https://www.sysdig.com/blog/kubernetes-1-27-whats-new: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-admission-controllers: content_hash: d64ced35c717491a91069448bc858f4d52e85b0dde39da832bf8b6b38fb97c9a health_score: 100.0 @@ -272593,6 +289464,7 @@ https://www.sysdig.com/blog/kubernetes-admission-controllers: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-audit-log-falco: ai_summary: 'An engineering guide from Sysdig illustrating how to pipeline Kubernetes audit logs into Falco for real-time threat detection. @@ -272619,6 +289491,7 @@ https://www.sysdig.com/blog/kubernetes-audit-log-falco: v2_locations: - kubernetes-security.md year: '2022' + addition_method: manual https://www.sysdig.com/blog/kubernetes-autoscaler: content_hash: 80bcd4b0ad3a8c0a7125a7b45e95d93dbaeae15718e1e0023c2d75fcac4f84af health_score: 100.0 @@ -272631,6 +289504,7 @@ https://www.sysdig.com/blog/kubernetes-autoscaler: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-capacity-planning: content_hash: 2404888e7f0a252abedef544133e7423a7ef232dece792eb6281cb6b3432397e health_score: 100.0 @@ -272643,6 +289517,7 @@ https://www.sysdig.com/blog/kubernetes-capacity-planning: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-hpa-prometheus: content_hash: 9436f2d58a345608dba0c04f75e3a7509d79e33dad13bd21a783983cc6dd4142 health_score: 100.0 @@ -272655,6 +289530,7 @@ https://www.sysdig.com/blog/kubernetes-hpa-prometheus: - docs/kubernetes-autoscaling.md v2_locations: - kubernetes-autoscaling.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-limits-requests: content_hash: 04c43cb70590a56ba084ee5f7f967591b46044d8d024485af9fd80ad5e67f286 health_score: 100.0 @@ -272667,6 +289543,7 @@ https://www.sysdig.com/blog/kubernetes-limits-requests: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-monitoring-best-practices: ai_summary: Sysdig's analysis outlining seven foundational best practices for Kubernetes metric collection. Focuses on cluster plane telemetry, standard label metadata @@ -272690,6 +289567,7 @@ https://www.sysdig.com/blog/kubernetes-monitoring-best-practices: - monitoring.md - kubernetes-monitoring.md year: '2022' + addition_method: manual https://www.sysdig.com/blog/kubernetes-monitoring-prometheus: content_hash: 287fb0361510dd2d6b347cb3cb3305f86b3710336d690099f3393e3a31e45c5b health_score: 100.0 @@ -272702,6 +289580,7 @@ https://www.sysdig.com/blog/kubernetes-monitoring-prometheus: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-pod-evicted: content_hash: 0f8470e386996a3646e59db29e289ec0392fd9a554d2fae50704247ddca6ae4a health_score: 100.0 @@ -272714,6 +289593,7 @@ https://www.sysdig.com/blog/kubernetes-pod-evicted: - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-pod-pending-problems: content_hash: 31d12f27e7a83b142901c0e2f7aa3999f7fad6760b7fb7e351ef53cac9e230ec health_score: 100.0 @@ -272726,6 +289606,7 @@ https://www.sysdig.com/blog/kubernetes-pod-pending-problems: - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-resource-limits: content_hash: bcd1663f4ff33bf4c9cdae41455e06433662f45a5bb27ba5b023fe2a9d773514 health_score: 100.0 @@ -272738,6 +289619,7 @@ https://www.sysdig.com/blog/kubernetes-resource-limits: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.sysdig.com/blog/kubernetes-services-clusterip-nodeport-loadbalancer: content_hash: e7df5763200b22e4103641a05f7e8ee6588d2b45da32291c8e96869ea6f72244 health_score: 100.0 @@ -272750,6 +289632,7 @@ https://www.sysdig.com/blog/kubernetes-services-clusterip-nodeport-loadbalancer: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.sysdig.com/blog/mitigating-log4j-kubernetes-network-policies: ai_summary: Describes how to contain and block the Log4Shell vulnerability at runtime using Kubernetes Network Policies. Shows how limiting egress traffic prevents @@ -272771,6 +289654,7 @@ https://www.sysdig.com/blog/mitigating-log4j-kubernetes-network-policies: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sysdig.com/blog/monitor-etcd: content_hash: 8cefff9cda245a0ab811dbd43d1419feda39be3a09abffdaae49649eb63a242d health_score: 100.0 @@ -272783,6 +289667,7 @@ https://www.sysdig.com/blog/monitor-etcd: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.sysdig.com/blog/monitor-istio: ai_summary: A comprehensive guide to obtaining full observability into the Istio control plane (istiod) and data plane (Envoy sidecars). Walks through configuring @@ -272807,6 +289692,7 @@ https://www.sysdig.com/blog/monitor-istio: v2_locations: - istio.md year: '2021' + addition_method: manual https://www.sysdig.com/blog/monitor-kube-proxy: content_hash: 37e5cec41a12b9ce218fbeb98b1ab93f8e3ab94c73d504bd7878a7c2c4f4e384 health_score: 100.0 @@ -272819,6 +289705,7 @@ https://www.sysdig.com/blog/monitor-kube-proxy: - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.sysdig.com/blog/monitor-kubernetes-control-plane: ai_summary: A deep dive tutorial explaining how to parse metrics from core control plane components like the API Server, etcd, controller manager, and scheduler. @@ -272840,6 +289727,7 @@ https://www.sysdig.com/blog/monitor-kubernetes-control-plane: v2_locations: - kubernetes-monitoring.md year: '2023' + addition_method: manual https://www.sysdig.com/blog/monitor-oracle-database-prometheus: content_hash: f2bf27514d46db51be105a2a8984336e4f16a99335df0fdca528a06cee897c95 health_score: 100.0 @@ -272852,6 +289740,7 @@ https://www.sysdig.com/blog/monitor-oracle-database-prometheus: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://www.sysdig.com/blog/monitoring-kubernetes: ai_summary: An operational guide covering the complexities of monitoring Kubernetes clusters in live production. It focuses on scaling metrics infrastructure, scraping @@ -272873,6 +289762,7 @@ https://www.sysdig.com/blog/monitoring-kubernetes: v2_locations: - kubernetes-monitoring.md year: '2021' + addition_method: manual https://www.sysdig.com/blog/postgresql-monitoring: content_hash: 41f29ab13296a405b1796dac9c60d4e50a70b0b48705598d1aaabc160731fe20 health_score: 100.0 @@ -272885,6 +289775,7 @@ https://www.sysdig.com/blog/postgresql-monitoring: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://www.sysdig.com/blog/redis-prometheus: content_hash: 863c08ab836691b29eb9748bd14f7b68b3d7180f571a97837445ed7f3900e4f7 health_score: 100.0 @@ -272897,6 +289788,7 @@ https://www.sysdig.com/blog/redis-prometheus: - docs/prometheus.md v2_locations: - prometheus.md + addition_method: manual https://www.sysdig.com/blog/secure-kubernetes-deployment-signature-verification: ai_summary: This article demonstrates how to lock down Kubernetes deployments using automated signature checks at the admission level. It walks through configuring @@ -272919,6 +289811,7 @@ https://www.sysdig.com/blog/secure-kubernetes-deployment-signature-verification: v2_locations: - devsecops.md year: '2022' + addition_method: manual https://www.sysdig.com/blog/sysdig-2021-container-security-usage-report: ai_summary: Provides comprehensive telemetric analysis from live cluster observation data. Proves that shift-left tactics are insufficient if not combined with active, @@ -272943,6 +289836,7 @@ https://www.sysdig.com/blog/sysdig-2021-container-security-usage-report: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sysdig.com/blog/sysdig-and-apolicy-join-forces-to-help-customer-secure-infrastructure-as-code: content_hash: afbf1259a7827ece2a361b09ca3c19cc602f794359cc9aa434e1dd8bc667f3c6 health_score: 100.0 @@ -272955,6 +289849,7 @@ https://www.sysdig.com/blog/sysdig-and-apolicy-join-forces-to-help-customer-secu - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://www.sysdig.com/blog/top-owasp-kubernetes: ai_summary: Breaks down the OWASP Kubernetes Top 10 architecture from a practical sysadmin viewpoint. Evaluates security boundaries, configurations, and runtime @@ -272976,6 +289871,7 @@ https://www.sysdig.com/blog/top-owasp-kubernetes: v2_locations: - kubernetes-security.md year: '2022' + addition_method: manual https://www.sysdig.com/blog/triaging-malicious-docker-container: ai_summary: A hands-on, highly technical breakdown of incident response and forensic analysis within a compromised container environment. Demonstrates practical utility @@ -272999,6 +289895,7 @@ https://www.sysdig.com/blog/triaging-malicious-docker-container: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sysdig.com/blog/troubleshoot-kubernetes-oom: content_hash: d355303a19751aebe3b03b3356c559c27f9e0ef6b51ab8787b100f2e14936118 health_score: 100.0 @@ -273011,6 +289908,7 @@ https://www.sysdig.com/blog/troubleshoot-kubernetes-oom: - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://www.sysdig.com/blog/vulnerability-assessment: ai_summary: 'Outlines advanced methodologies for scanning container layers and managing vulnerability prioritization in runtime. Contrast: Curator Insight details standard @@ -273035,6 +289933,7 @@ https://www.sysdig.com/blog/vulnerability-assessment: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sysdig.com/blog/whats-new-kubernetes-1-20: content_hash: 031725cf70c1cca13a24db790651283bd954e7c9be2a6c58c6699426e905dc30 health_score: 100.0 @@ -273047,6 +289946,7 @@ https://www.sysdig.com/blog/whats-new-kubernetes-1-20: - docs/kubernetes-releases.md v2_locations: - kubernetes-releases.md + addition_method: manual https://www.sysdig.com/learn-cloud-native/12-container-image-scanning-best-practices: ai_summary: Defines twelve essential security metrics and container scanning workflows for continuous deployment. Synthesizes strategies for handling transitive dependencies, @@ -273070,6 +289970,7 @@ https://www.sysdig.com/learn-cloud-native/12-container-image-scanning-best-pract v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sysdig.com/learn-cloud-native/container-security-best-practices: ai_summary: An exhaustive guide detailing production security patterns across container orchestration infrastructures. Walks from static image registry validation, access @@ -273093,6 +289994,7 @@ https://www.sysdig.com/learn-cloud-native/container-security-best-practices: v2_locations: - devsecops.md year: '2021' + addition_method: manual https://www.sysdig.com/learn-cloud-native/dockerfile-best-practices: content_hash: de7a47c478d64996ac44f0936495f9fc536746e637ec4ba754a9085163f79360 health_score: 100.0 @@ -273105,6 +290007,7 @@ https://www.sysdig.com/learn-cloud-native/dockerfile-best-practices: - docs/docker.md v2_locations: - docker.md + addition_method: manual https://www.systemcenterdudes.com/create-operational-sccm-collection-using-powershell-script: content_hash: 1f7bbdaa4f2130d1fc245a1c58090d22e42661b743f66853ef40e48d92c342a2 health_score: 100.0 @@ -273117,6 +290020,7 @@ https://www.systemcenterdudes.com/create-operational-sccm-collection-using-power - docs/azure.md v2_locations: - azure.md + addition_method: manual https://www.systemcodegeeks.com: ai_summary: A technical resource hub focusing on systems administration, scripting, database operations, and server administration blueprints for enterprise system @@ -273144,6 +290048,7 @@ https://www.systemcodegeeks.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tablesgenerator.com/markdown_tables: ai_summary: 'An interactive, web-based tool designed to simplify the creation, styling, and formatting of complex Markdown tables. It supports imports from CSV or Excel, @@ -273173,6 +290078,7 @@ https://www.tablesgenerator.com/markdown_tables: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide: ai_summary: Outlines the end-to-end integration of external identity providers (IdPs) with the Kubernetes API server using OpenID Connect (OIDC). Curator insight guides @@ -273201,6 +290107,7 @@ https://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide: v2_locations: - kubernetes-security.md year: '2021' + addition_method: manual https://www.talos-systems.com/blog/is-vanilla-kubernetes-really-too-heavy-for-the-raspberry-pi: content_hash: ac068d6c635ac93677e114beb91ee27c1d1069aca45a6e9401e5994e31856d0e description: '' @@ -273213,6 +290120,7 @@ https://www.talos-systems.com/blog/is-vanilla-kubernetes-really-too-heavy-for-th v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.tangowithdjango.com: content_hash: 9401b651120dc63b7b4e9171064fd4b0adfa05736dff7afa8dfaa348fb8cc9ae health_score: 100.0 @@ -273220,6 +290128,7 @@ https://www.tangowithdjango.com: needs_ai_refresh: true v1_locations: - docs/python.md + addition_method: manual https://www.techbeatly.com/2018/11/how-to-create-increase-or-decrease-project-quota-in-openshift.html: content_hash: de2ce2b2b8b7c1db5b75e81c01fbfe4166dc900dd1607687420d975be3a553d0 description: '' @@ -273231,6 +290140,7 @@ https://www.techbeatly.com/2018/11/how-to-create-increase-or-decrease-project-qu v1_locations: - docs/ocp3.md year: N/A + addition_method: manual https://www.techbeatly.com/ansible-for-infrastructure-provisioning-in-aws-ansible-real-life-series: content_hash: 035e6dbd749ecd8cb7c2d7aacf02bd1ef15c870f76c2ed5790c771aa181dbb5a description: '' @@ -273243,6 +290153,7 @@ https://www.techbeatly.com/ansible-for-infrastructure-provisioning-in-aws-ansibl v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.techbeatly.com/terraform-cheat-sheet: content_hash: a6b988c98fd694a84e5bc510777aab454425bb30364dd4bdf0dcaa00457f208c description: '' @@ -273254,6 +290165,7 @@ https://www.techbeatly.com/terraform-cheat-sheet: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://www.techbeatly.com/terraform-free-courses: content_hash: 69fcc5baf4e242304fa726ae709f662db3e2a0f9873c5cd531eeff9458ec740b description: '' @@ -273265,6 +290177,7 @@ https://www.techbeatly.com/terraform-free-courses: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.techerati.com/features-hub/opinions/devsecops-eight-tips-for-truly-securing-software: ai_summary: 'Provides eight actionable metrics and architectural modifications designed to secure software projects without compromising release velocity. Contrast: Curator @@ -273293,6 +290206,7 @@ https://www.techerati.com/features-hub/opinions/devsecops-eight-tips-for-truly-s v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.techerati.com/features-hub/opinions/microservices-in-the-cloud-native-era: content_hash: 33490d59444a2b12bbb48a07ccd628052a5a629046327cec846018f830d96c04 description: '' @@ -273308,6 +290222,7 @@ https://www.techerati.com/features-hub/opinions/microservices-in-the-cloud-nativ v2_locations: - introduction.md year: N/A + addition_method: manual https://www.techgeekbuzz.com/top-aws-interview-questions-and-answers: content_hash: N/A description: '' @@ -273322,6 +290237,7 @@ https://www.techgeekbuzz.com/top-aws-interview-questions-and-answers: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://www.techmanyu.com/kubernetes-security-with-kube-bench-and-kube-hunter-6765bf44ebc6: content_hash: N/A description: '' @@ -273336,6 +290252,7 @@ https://www.techmanyu.com/kubernetes-security-with-kube-bench-and-kube-hunter-67 v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.technologyreview.com/2021/03/26/1021258/ai-pioneer-andrew-ng-machine-learning-business: ai_summary: Curator Insight highlights Andrew Ng's thesis urging companies to focus on concrete mission-driven goals rather than aiming to blindly construct an "AI-first" @@ -273365,6 +290282,7 @@ https://www.technologyreview.com/2021/03/26/1021258/ai-pioneer-andrew-ng-machine v2_locations: - ai.md year: N/A + addition_method: manual https://www.technologyreview.es/s/13258/las-empresas-que-empiezan-lo-grande-con-la-ia-fracasan-mas: content_hash: N/A description: '' @@ -273380,6 +290298,7 @@ https://www.technologyreview.es/s/13258/las-empresas-que-empiezan-lo-grande-con- v2_locations: - ai.md year: N/A + addition_method: manual https://www.techqna.io/2024/09/web-terminal-operator-tips-tricks-for.html: content_hash: N/A description: '' @@ -273394,6 +290313,7 @@ https://www.techqna.io/2024/09/web-terminal-operator-tips-tricks-for.html: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.techradar.com/best/best-devops-tools: ai_summary: Industry round-up detailing enterprise DevOps offerings, tracking leading SaaS and open source tools across CI/CD, performance tracking, and security monitoring. @@ -273420,6 +290340,7 @@ https://www.techradar.com/best/best-devops-tools: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://www.techradar.com/news/google-cloud-is-making-it-easier-for-developers-to-smuggle-secrets-in-their-code: content_hash: a5f479080ced634a1577ad950eb02ee37990c112234097942ec2fe6e2a67e039 description: '' @@ -273437,6 +290358,7 @@ https://www.techradar.com/news/google-cloud-is-making-it-easier-for-developers-t v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.techradar.com/news/low-code-could-replace-traditional-coding-within-months: ai_summary: A forward-looking exploration of the swift adoption velocity of low-code architectures. Highlights potential impacts on classic development methods. @@ -273463,6 +290385,7 @@ https://www.techradar.com/news/low-code-could-replace-traditional-coding-within- v2_locations: - lowcode-nocode.md year: N/A + addition_method: manual https://www.techradar.com/news/three-tips-to-implement-kubernetes-with-open-standards: content_hash: 5da6eb65737e71e0dbd5bf811688f8d1bd0df59d2bbac6a86e59882c5d7b5485 description: '' @@ -273479,6 +290402,7 @@ https://www.techradar.com/news/three-tips-to-implement-kubernetes-with-open-stan v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://www.techrepublic.com/article/aws-has-gone-down-before-as-have-other-providers-fastly-has-lessons-to-share-from-its-own-outage : content_hash: N/A description: '' @@ -273494,6 +290418,7 @@ https://www.techradar.com/news/three-tips-to-implement-kubernetes-with-open-stan v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.techrepublic.com/article/aws-outage-your-response-to-aws-going-down-shouldnt-be-multicloud: content_hash: N/A description: '' @@ -273509,6 +290434,7 @@ https://www.techrepublic.com/article/aws-outage-your-response-to-aws-going-down- v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.techrepublic.com/article/chatgpt-cheat-sheet: content_hash: N/A description: '' @@ -273523,6 +290449,7 @@ https://www.techrepublic.com/article/chatgpt-cheat-sheet: v2_locations: - chatgpt.md year: N/A + addition_method: manual https://www.techrepublic.com/article/devops-is-getting-code-released-faster-than-ever-but-security-is-lagging-behind: content_hash: N/A description: '' @@ -273538,6 +290465,7 @@ https://www.techrepublic.com/article/devops-is-getting-code-released-faster-than v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.techrepublic.com/article/enterprises-get-closer-to-the-app-store-experience-with-kubernetes-and-gitops: content_hash: N/A description: '' @@ -273553,6 +290481,7 @@ https://www.techrepublic.com/article/enterprises-get-closer-to-the-app-store-exp v2_locations: - introduction.md year: N/A + addition_method: manual https://www.techrepublic.com/article/how-to-choose-the-right-cicd-platform: content_hash: N/A description: '' @@ -273568,6 +290497,7 @@ https://www.techrepublic.com/article/how-to-choose-the-right-cicd-platform: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.techrepublic.com/article/how-to-create-lets-encrypt-ssl-certificates-with-acme-sh-on-linux: content_hash: N/A description: '' @@ -273583,6 +290513,7 @@ https://www.techrepublic.com/article/how-to-create-lets-encrypt-ssl-certificates v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.techrepublic.com/article/ibm-creates-an-open-source-tool-to-simplify-api-documentation: content_hash: N/A description: '' @@ -273597,6 +290528,7 @@ https://www.techrepublic.com/article/ibm-creates-an-open-source-tool-to-simplify v2_locations: - api.md year: N/A + addition_method: manual https://www.techrepublic.com/article/kanboard-a-simple-to-deploy-easy-to-use-kanban-board-for-project-management: content_hash: N/A description: '' @@ -273612,6 +290544,7 @@ https://www.techrepublic.com/article/kanboard-a-simple-to-deploy-easy-to-use-kan v2_locations: - project-management-tools.md year: N/A + addition_method: manual https://www.techrepublic.com/article/kubernetes-magic-is-in-enterprise-standardization-not-app-portability: content_hash: N/A description: '' @@ -273627,6 +290560,7 @@ https://www.techrepublic.com/article/kubernetes-magic-is-in-enterprise-standardi - index.md - kubernetes.md year: N/A + addition_method: manual ? https://www.techrepublic.com/article/kubernetes-will-deliver-the-app-store-experience-for-enterprise-software-says-weaveworks-ceo : content_hash: N/A description: '' @@ -273642,6 +290576,7 @@ https://www.techrepublic.com/article/kubernetes-magic-is-in-enterprise-standardi v2_locations: - introduction.md year: N/A + addition_method: manual https://www.techrepublic.com/article/lean-development: content_hash: N/A description: '' @@ -273656,6 +290591,7 @@ https://www.techrepublic.com/article/lean-development: v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.techrepublic.com/article/opensearch-aws-rolls-out-its-open-source-elasticsearch-fork: content_hash: N/A description: '' @@ -273671,6 +290607,7 @@ https://www.techrepublic.com/article/opensearch-aws-rolls-out-its-open-source-el v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.techrepublic.com/article/the-best-programming-languages-to-learn-in-2022: content_hash: N/A description: '' @@ -273685,6 +290622,7 @@ https://www.techrepublic.com/article/the-best-programming-languages-to-learn-in- v2_locations: - devel-sites.md year: N/A + addition_method: manual https://www.techrepublic.com/article/what-can-you-do-azure-files: content_hash: N/A description: '' @@ -273699,6 +290637,7 @@ https://www.techrepublic.com/article/what-can-you-do-azure-files: v2_locations: - azure.md year: N/A + addition_method: manual https://www.techrepublic.com/article/windows-subsystem-for-linux-2-the-gui-features-developers-have-been-asking-for: content_hash: N/A description: '' @@ -273714,6 +290653,7 @@ https://www.techrepublic.com/article/windows-subsystem-for-linux-2-the-gui-featu v2_locations: - linux-dev-env.md year: N/A + addition_method: manual https://www.techsupportpk.com/2020/03/how-to-install-ansible-awx-centos-rhel-7-8.html: content_hash: N/A description: '' @@ -273728,6 +290668,7 @@ https://www.techsupportpk.com/2020/03/how-to-install-ansible-awx-centos-rhel-7-8 v2_locations: - ansible.md year: N/A + addition_method: manual https://www.techtarget.com/searchapparchitecture/tip/4-trends-for-Kubernetes-cloud-native-teams-to-watch-in-2020: content_hash: c34ce160fcee3a9c3fa6e1b596cad69e2e0930d0875961d22a9ed7530e1aab68 health_score: 100.0 @@ -273740,6 +290681,7 @@ https://www.techtarget.com/searchapparchitecture/tip/4-trends-for-Kubernetes-clo - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.techtarget.com/searchcio/answer/ITPro-Today-Network-Computing-IoT-World-Today-combine-with-TechTarget: ai_summary: An executive analysis examining why SRE architecture is a vital component of any modern, high-density DevOps delivery system trying to limit service down-time. @@ -273765,6 +290707,7 @@ https://www.techtarget.com/searchcio/answer/ITPro-Today-Network-Computing-IoT-Wo - kubernetes-on-premise.md - securityascode.md year: '2024' + addition_method: manual https://www.techtarget.com/searchcloudcomputing/answer/Amazon-ECS-vs-Kubernetes-Which-should-you-use-on-AWS: ai_summary: A comprehensive comparison outlining the structural and operational trade-offs between AWS's native Elastic Container Service (ECS) and fully managed @@ -273788,6 +290731,7 @@ https://www.techtarget.com/searchcloudcomputing/answer/Amazon-ECS-vs-Kubernetes- v2_locations: - kubernetes-alternatives.md year: '2023' + addition_method: manual https://www.techtarget.com/searchcloudcomputing/feature/Modernize-legacy-applications-with-containers-microservices: content_hash: f11d15f537d853af8518f8d09b9aea65d7b8287ca47c6438705abfb4983ac761 health_score: 100.0 @@ -273800,6 +290744,7 @@ https://www.techtarget.com/searchcloudcomputing/feature/Modernize-legacy-applica - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.techtarget.com/searchcloudcomputing/tip/Compare-tools-for-multi-cloud-Kubernetes-management: ai_summary: Multi-faceted comparison of major ecosystem orchestrators (OpenShift, Rancher, Cloudify, Platform9) evaluating cost, modularity, workload migration @@ -273823,6 +290768,7 @@ https://www.techtarget.com/searchcloudcomputing/tip/Compare-tools-for-multi-clou v2_locations: - managed-kubernetes-in-public-cloud.md year: '2022' + addition_method: manual https://www.techtarget.com/searchcloudcomputing/tip/Weigh-the-pros-and-cons-of-managed-Kubernetes-services: content_hash: 1b4b4e0d9b4f8eef4a9e38a670a6f792b5a6f4a1270fd4fc3e8384ac709ee4f0 health_score: 100.0 @@ -273835,6 +290781,7 @@ https://www.techtarget.com/searchcloudcomputing/tip/Weigh-the-pros-and-cons-of-m - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.techtarget.com/searchitchannel/definition/IBM-International-Business-Machines: content_hash: e62824ddc7b503ce075c921ac2ac9c832d4fe163770b68b93ffe65d0fb38201c health_score: 100.0 @@ -273847,6 +290794,7 @@ https://www.techtarget.com/searchitchannel/definition/IBM-International-Business - docs/kubernetes-storage.md v2_locations: - kubernetes-storage.md + addition_method: manual https://www.techtarget.com/searchitoperations/answer/How-many-Kubernetes-nodes-should-be-in-a-cluster: content_hash: 5d398a9226a673f2e20da7820d18217d5f72420ac1ea6ce6ae84243935bafda6 description: '' @@ -273863,6 +290811,7 @@ https://www.techtarget.com/searchitoperations/answer/How-many-Kubernetes-nodes-s v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.techtarget.com/searchitoperations/feature/Differences-between-Kubernetes-Ingress-vs-load-balancer: content_hash: 053b4cd96941c8609a581e1787ab5e8b236324bee90cd8c43830f29693a6ce22 health_score: 100.0 @@ -273875,6 +290824,7 @@ https://www.techtarget.com/searchitoperations/feature/Differences-between-Kubern - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.techtarget.com/searchitoperations/feature/Optimize-Kubernetes-cluster-management-with-these-5-tips: content_hash: 21636489105161b1b993537f598251dc3e8969bdea18733e5265e10828f95eaf health_score: 100.0 @@ -273887,6 +290837,7 @@ https://www.techtarget.com/searchitoperations/feature/Optimize-Kubernetes-cluste - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.techtarget.com/searchitoperations/feature/Top-15-DevOps-blogs-to-read-and-follow: content_hash: 30d624e160ef19c8ce2d815a0c7d52dafd370e045ab6cdad8c8ad95611581d62 health_score: 100.0 @@ -273899,6 +290850,7 @@ https://www.techtarget.com/searchitoperations/feature/Top-15-DevOps-blogs-to-rea - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.techtarget.com/searchitoperations/news/252467102/Kubernetes-policy-project-takes-enterprise-IT-by-storm: content_hash: 90ff4ffeb5f45cbacafd4186ad29867811cf7afaef7862137b8735fe5abf4825 health_score: 100.0 @@ -273911,6 +290863,7 @@ https://www.techtarget.com/searchitoperations/news/252467102/Kubernetes-policy-p - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://www.techtarget.com/searchitoperations/news/252492459/GitOps-pros-grapple-with-Kubernetes-configuration-management: content_hash: 742997cbf77628546f08ffdc5f198db32343f27aa4f8762990b86ef46590e977 health_score: 100.0 @@ -273923,6 +290876,7 @@ https://www.techtarget.com/searchitoperations/news/252492459/GitOps-pros-grapple - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.techtarget.com/searchitoperations/news/252505548/CNCF-policy-as-code-project-bridges-Kubernetes-security-gaps: content_hash: 7e4b963c7e5767e66da8b580c9a2634fb70fa44f7b8bd86f0ebb122d7b46f666 health_score: 100.0 @@ -273935,6 +290889,7 @@ https://www.techtarget.com/searchitoperations/news/252505548/CNCF-policy-as-code - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://www.techtarget.com/searchitoperations/tip/Ensure-Kubernetes-high-availability-with-master-node-planning: content_hash: 91dc80e777896098bfd589b640d53c4f67e92cb3f769705ab55c30648af4b9b3 health_score: 100.0 @@ -273947,6 +290902,7 @@ https://www.techtarget.com/searchitoperations/tip/Ensure-Kubernetes-high-availab - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.techtarget.com/searchitoperations/tip/Terraform-cheat-sheet-Notable-commands-HCL-and-more: content_hash: a3d696b79b834f87b7b43a269cc20b4ab7f368e677f9b0b1035574c1e009b36b health_score: 100.0 @@ -273959,6 +290915,7 @@ https://www.techtarget.com/searchitoperations/tip/Terraform-cheat-sheet-Notable- - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.techtarget.com/searchitoperations/tip/Tips-and-tools-to-achieve-a-serverless-DevOps-workflow: content_hash: 39623b1b1c598879546b4de3b4bc20d89a3583e66558729ed75a48abad3273d5 health_score: 100.0 @@ -273971,6 +290928,7 @@ https://www.techtarget.com/searchitoperations/tip/Tips-and-tools-to-achieve-a-se - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.techtarget.com/searchwindowsserver/tutorial/Get-up-to-speed-with-PowerShell-and-the-Microsoft-Graph-API: content_hash: a2b7d64c2989ea9c4c4280694b469b0d706dc19e9c3984475f42cc76213cc22c description: '' @@ -273988,6 +290946,7 @@ https://www.techtarget.com/searchwindowsserver/tutorial/Get-up-to-speed-with-Pow v2_locations: - azure.md year: N/A + addition_method: manual ? https://www.techuz.com/blog/what-is-ci-cd-an-introduction-to-continuous-integration-continuous-deployment-and-ci-cd-pipeline : ai_summary: 'Curator Insight: High-level overview of manual steps vs. modern automated pipeline phases. Live Grounding: Introduces fundamental terminologies (runners, @@ -274017,6 +290976,7 @@ https://www.techtarget.com/searchwindowsserver/tutorial/Get-up-to-speed-with-Pow v2_locations: - cicd.md year: N/A + addition_method: manual https://www.techwebspace.com/get-started-with-the-rest-assured-framework-an-example-based-guide: content_hash: 65c63070297f196faa158b4f22eb6a84a31e546b36e76b61f05ee0edd8e63188 description: '' @@ -274033,6 +290993,7 @@ https://www.techwebspace.com/get-started-with-the-rest-assured-framework-an-exam v2_locations: - postman.md year: N/A + addition_method: manual https://www.techworld-with-nana.com: ai_summary: The premier high-density visual learning academy for modern DevOps engineering. Features highly structured training tracks on Docker, Kubernetes, CI/CD, GitOps, @@ -274062,6 +291023,7 @@ https://www.techworld-with-nana.com: - elearning.md - devops.md year: N/A + addition_method: manual https://www.techworld-with-nana.com/devops-bootcamp: content_hash: ebb37883941457ab68640c76c5b93a8a92fb35713a96db88d8507bdb9c71cc34 description: '' @@ -274073,6 +291035,7 @@ https://www.techworld-with-nana.com/devops-bootcamp: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.techworld-with-nana.com/devops-roadmap: content_hash: 536e2be051124e20283c8337211c57f6cba663a579d0cbecbece7935795a01bf description: '' @@ -274089,6 +291052,7 @@ https://www.techworld-with-nana.com/devops-roadmap: v2_locations: - devops.md year: N/A + addition_method: manual https://www.techworld-with-nana.com/post/platform-engineering-guide: content_hash: f9e4acc312cce34e7834bc63d055dc2ed508a0020065a0504970a6d2f8f5874a description: '' @@ -274109,6 +291073,7 @@ https://www.techworld-with-nana.com/post/platform-engineering-guide: - devops.md - iac.md year: N/A + addition_method: manual https://www.techzine.eu: last_checked: 1779388511.651978 status: online @@ -274116,6 +291081,7 @@ https://www.techzine.eu: - '[COMMUNITY-TOOL]' v2_locations: - python.md + addition_method: manual https://www.tecmint.com: ai_summary: An extensive, highly active Linux documentation repository delivering step-by-step guides on server administration, shell scripting, and infrastructure @@ -274145,6 +291111,7 @@ https://www.tecmint.com: - linux.md - devops.md year: N/A + addition_method: manual https://www.tecmint.com/20-netstat-commands-for-linux-network-management: ai_summary: A collection of 20 diagnostic examples using the classic netstat utility. Covers routing tables, socket listening states, and interface statistics, noting @@ -274172,6 +291139,7 @@ https://www.tecmint.com/20-netstat-commands-for-linux-network-management: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/apache-performance-tuning: content_hash: b0ae791f4dcc5c05014cfcb46917aeb6d761416443cece3a0ce53e422a49d74c health_score: 100.0 @@ -274184,6 +291152,7 @@ https://www.tecmint.com/apache-performance-tuning: - docs/networking.md v2_locations: - networking.md + addition_method: manual https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool: content_hash: a919de3f5780a326359b5f2931f8ccce0ca60f2b9fe2afbae9fac62bf204d647 description: '' @@ -274200,6 +291169,7 @@ https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool: v2_locations: - networking.md year: N/A + addition_method: manual https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories: ai_summary: Curator Insight lists useful command structures for `du` (disk usage). Live Grounding demonstrates how these flags enable immediate identification of @@ -274230,6 +291200,7 @@ https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux: ai_summary: Curator Insight provides a consolidated overview of key commands like lshw, lscpu, and dmidecode to extract deep machine layouts. Live Grounding confirms @@ -274261,6 +291232,7 @@ https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-l v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/control-systemd-services-on-remote-linux-server: ai_summary: A quick configuration guide showing how to interact with systemd processes on remote machines via SSH using the --host flag, streamlining distributed environment @@ -274289,6 +291261,7 @@ https://www.tecmint.com/control-systemd-services-on-remote-linux-server: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux: ai_summary: Curator Insight highlights the core operational and functional distinctions between grep, egrep, and fgrep. Live Grounding warns that modern GNU grep has @@ -274319,6 +291292,7 @@ https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/find-recent-modified-files-in-linux: ai_summary: Curator Insight outlines advanced search syntax to locate files modified on specific timelines. Live Grounding demonstrates how this logic is crucial for @@ -274348,6 +291322,7 @@ https://www.tecmint.com/find-recent-modified-files-in-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/how-to-kill-a-process-in-linux: ai_summary: Curator Insight details how to kill running processes through multiple commands. Live Grounding points out that while raw PID kills are safest, `pkill` @@ -274377,6 +291352,7 @@ https://www.tecmint.com/how-to-kill-a-process-in-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu: content_hash: 79314458f00dac43f4f2bff4c7fc75dd403804eaafdd064ceda6eaf6ec4387aa health_score: 100.0 @@ -274389,6 +291365,7 @@ https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-deb - docs/python.md v2_locations: - python.md + addition_method: manual https://www.tecmint.com/install-apache-kafka-in-centos-rhel: ai_summary: A technical operational guide detailing the installation and configuration of Zookeeper and Apache Kafka services directly on bare-metal or VM instances @@ -274417,6 +291394,7 @@ https://www.tecmint.com/install-apache-kafka-in-centos-rhel: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.tecmint.com/install-collectd-and-collectd-web-to-monitor-server-resources-in-linux: ai_summary: Curator Insight details configuration steps for Collectd and its accompanying web visualization wrapper. Live Grounding indicates that while Collectd is still @@ -274448,6 +291426,7 @@ https://www.tecmint.com/install-collectd-and-collectd-web-to-monitor-server-reso v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/install-docker-in-rocky-linux-and-almalinux: content_hash: a9eb84cc0cb99208e4ad3fcc2af378e36f01cb62ab716734a55d0acdca4e6734 description: '' @@ -274464,6 +291443,7 @@ https://www.tecmint.com/install-docker-in-rocky-linux-and-almalinux: v2_locations: - docker.md year: N/A + addition_method: manual https://www.tecmint.com/install-haproxy-load-balancer-in-linux: ai_summary: A detailed linux-level guide for implementing HAProxy from scratch. Guides the platform engineer through initial package deployment, configuration @@ -274494,6 +291474,7 @@ https://www.tecmint.com/install-haproxy-load-balancer-in-linux: v2_locations: - web-servers.md year: N/A + addition_method: manual https://www.tecmint.com/install-htop-on-centos-8: ai_summary: A specific repository and tool deployment walkthrough configuring htop on enterprise Red Hat/CentOS distributions, optimizing CPU, RAM, and process thread @@ -274522,6 +291503,7 @@ https://www.tecmint.com/install-htop-on-centos-8: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/install-java-on-centos-rhel-fedora: content_hash: 76cb54892233bcea485d475be78dc0b6cb79de514c0868ed600ea619c08eda3c description: '' @@ -274538,6 +291520,7 @@ https://www.tecmint.com/install-java-on-centos-rhel-fedora: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.tecmint.com/linux-column-command: ai_summary: Curator Insight highlights `column` as a fundamental CLI utility for formatting text into structured tabular views. Live Grounding verifies that modern @@ -274568,6 +291551,7 @@ https://www.tecmint.com/linux-column-command: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/linux-network-bandwidth-monitoring-tools: ai_summary: A curated roundup of 16 Linux-native tools for monitoring bandwidth, including iftop, nload, iptraf, and vnstat. Compares real-time CLI visualization, @@ -274596,6 +291580,7 @@ https://www.tecmint.com/linux-network-bandwidth-monitoring-tools: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/manage-containers-using-podman-in-rhel: content_hash: c5096e8cea7c75f998ae495dd5511960cc0888102aa598dbd38d4f2942c187da description: '' @@ -274612,6 +291597,7 @@ https://www.tecmint.com/manage-containers-using-podman-in-rhel: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.tecmint.com/pipe-command-output-to-other-commands: ai_summary: An operational analysis of input/output streams and data pipe redirection. It explains how to combine tee and xargs to safely distribute output feeds and @@ -274635,6 +291621,7 @@ https://www.tecmint.com/pipe-command-output-to-other-commands: v2_locations: - linux.md year: '2021' + addition_method: manual https://www.tecmint.com/rsync-local-remote-file-synchronization-commands: ai_summary: Curator Insight walks through key operational examples of `rsync` for localized and remote file transfers. Live Grounding illustrates its long-lived @@ -274665,6 +291652,7 @@ https://www.tecmint.com/rsync-local-remote-file-synchronization-commands: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/run-commands-from-standard-input-using-tee-and-xargs-in-linux: content_hash: 67ae757a4e0b21f264b5d2d86eeb84dcde49584ae1dce3ae4d06f3710457894a description: '' @@ -274677,6 +291665,7 @@ https://www.tecmint.com/run-commands-from-standard-input-using-tee-and-xargs-in- v1_locations: - docs/linux.md year: N/A + addition_method: manual https://www.tecmint.com/setup-nginx-haproxy-load-balancer-in-centos-8: ai_summary: 'A configuration-focused tutorial detailing how to chain HAProxy as a frontend load balancer in front of an Nginx web tier on CentOS 8. Note: CentOS @@ -274707,6 +291696,7 @@ https://www.tecmint.com/setup-nginx-haproxy-load-balancer-in-centos-8: v2_locations: - web-servers.md year: N/A + addition_method: manual https://www.tecmint.com/testssl-sh-test-tls-ssl-encryption-in-linux-commandline: ai_summary: A hands-on installation and usage guide for testssl.sh, an open-source command-line security auditing tool. It demonstrates how to scan endpoints on @@ -274736,6 +291726,7 @@ https://www.tecmint.com/testssl-sh-test-tls-ssl-encryption-in-linux-commandline: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/vtop-monitor-linux-process-usage: ai_summary: A deployment and usage guide for vtop, a highly aesthetic Node.js-based terminal monitor. It explains how vtop visualizes CPU, memory, and process threads @@ -274764,6 +291755,7 @@ https://www.tecmint.com/vtop-monitor-linux-process-usage: v2_locations: - linux.md year: N/A + addition_method: manual https://www.tecmint.com/watchman-monitor-file-changes-in-linux: ai_summary: An operational guide detailing Facebook's watchman utility. It demonstrates how to monitor file systems for modifications, trigger specific automated actions, @@ -274792,6 +291784,7 @@ https://www.tecmint.com/watchman-monitor-file-changes-in-linux: v2_locations: - linux.md year: N/A + addition_method: manual https://www.telekom-mms.com/blog: content_hash: 948cf073733fe8a5d0d822e0380824b10dc9b98fb0a742cd9f38ec417d048da0 health_score: 100.0 @@ -274803,6 +291796,7 @@ https://www.telekom-mms.com/blog: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.telepresence.io: content_hash: 5103a65b2afcc66d3810598b1ed150a985af7f6c5056552ba39ed68b890096b1 description: '' @@ -274814,6 +291808,7 @@ https://www.telepresence.io: v1_locations: - docs/kubernetes-based-devel.md year: N/A + addition_method: manual https://www.telerik.com/blogs/your-first-microservice-dotnet-6: content_hash: bd3a5c9bab78ee680a6d572067059240d5a769004bb4ff7318133a3c453a2329 description: '' @@ -274830,6 +291825,7 @@ https://www.telerik.com/blogs/your-first-microservice-dotnet-6: v2_locations: - dotnet.md year: N/A + addition_method: manual https://www.tenable.com/blog/access-undenied-on-aws: content_hash: 2596de9ca8046f27a9c309601612fe7c99a06826eceace4fbdef9c4abc3c54fa health_score: 100.0 @@ -274842,6 +291838,7 @@ https://www.tenable.com/blog/access-undenied-on-aws: - docs/aws-tools-scripts.md v2_locations: - aws-tools-scripts.md + addition_method: manual https://www.tenable.com/cloud-security/products/cnapp: content_hash: 75e05cd24b2d0b75ebf405b2a3fb0308c2203cba0b676089868405bda1db2ce7 health_score: 100.0 @@ -274854,6 +291851,7 @@ https://www.tenable.com/cloud-security/products/cnapp: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.tenable.com/cloud-security/solutions/iac: content_hash: abd8b7634ab4ee95a02f4d700ea25c1bbe243b4e15ae9ef741a1ead892e6bebd health_score: 100.0 @@ -274866,6 +291864,7 @@ https://www.tenable.com/cloud-security/solutions/iac: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.terraform-best-practices.com: content_hash: 9a6d1512b7cfefc73c83b6a8d8fa92ae841a613d671f04cd2e0f6bb150df4c30 description: '' @@ -274882,6 +291881,7 @@ https://www.terraform-best-practices.com: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.terraform.io: content_hash: 7ffd84a9cbafd470e77fd34ba8e70627d6bb75e670b6747a717d8ad8684e052d description: '' @@ -274893,12 +291893,14 @@ https://www.terraform.io: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.terraform.io/docs/cli/commands/graph.html: content_hash: 40dc188a80d45fc5172deaf7ceb76e0ffc8b9b8cd621f50e2980df61a8019973 health_score: 100.0 last_checked: 1779033211.322054 v1_locations: - docs/terraform.md + addition_method: manual https://www.terraform.io/docs/commands/index.html: content_hash: 2b10311d9393100b9b9325f1fe47750c4f2d29691b3c516da87726293b31c4e0 description: '' @@ -274910,6 +291912,7 @@ https://www.terraform.io/docs/commands/index.html: v1_locations: - docs/cheatsheets.md year: N/A + addition_method: manual https://www.terraform.io/docs/language/modules/develop/refactoring.html: content_hash: 5a282d2ed3d3ca7eb79533fc05958e6ac82a6304b4df56ad8a48491f9b067833 description: '' @@ -274921,6 +291924,7 @@ https://www.terraform.io/docs/language/modules/develop/refactoring.html: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.terraform.io/language/resources/provisioners/syntax: content_hash: 2a0a80646eed9084903c0454df371a6d95044887f7adf25c1f5ca5d94b2eff03 description: '' @@ -274932,6 +291936,7 @@ https://www.terraform.io/language/resources/provisioners/syntax: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.terrahaxs.com/blog/count-vs-for-each: content_hash: N/A description: '' @@ -274947,6 +291952,7 @@ https://www.terrahaxs.com/blog/count-vs-for-each: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.terrateam.io/blog/posts/terraform-pre-commit-hooks: content_hash: 7cff2be94cb974895f9a9b313049ba60dcc866e920c10fd12d338c1fbbfbbfbc description: '' @@ -274958,6 +291964,7 @@ https://www.terrateam.io/blog/posts/terraform-pre-commit-hooks: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.teslarati.com/idra-9000-ton-giga-press: content_hash: 4e7548be51f9994d33abdce05a4381ea72a9e6677a87511b09f7eb34039988dd description: '' @@ -274975,6 +291982,7 @@ https://www.teslarati.com/idra-9000-ton-giga-press: v2_locations: - customer.md year: N/A + addition_method: manual https://www.testcontainers.org: content_hash: f1e6cd3bc046d7408a1e75ae92125f134ae4fc17e74ff66b86e9e85921e471dc description: '' @@ -274986,6 +291994,7 @@ https://www.testcontainers.org: v1_locations: - docs/qa.md year: N/A + addition_method: manual https://www.testinglpoint.com/cucumber-interview-question: content_hash: N/A description: '' @@ -275000,6 +292009,7 @@ https://www.testinglpoint.com/cucumber-interview-question: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://www.testinglpoint.com/features-of-jmeter: content_hash: N/A description: '' @@ -275014,6 +292024,7 @@ https://www.testinglpoint.com/features-of-jmeter: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.testinglpoint.com/timer: content_hash: N/A description: '' @@ -275028,6 +292039,7 @@ https://www.testinglpoint.com/timer: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.testmo.com/guides/gitlab-ci-test-automation: ai_summary: This guide explains how to integrate automated test execution and real-time test reporting inside GitLab CI/CD pipelines. It covers generating and uploading @@ -275058,6 +292070,7 @@ https://www.testmo.com/guides/gitlab-ci-test-automation: v2_locations: - git.md year: N/A + addition_method: manual https://www.testmuai.com/blog/27-best-practices-selenium-test-automation: content_hash: 16bb51da363eb5e74b026ada18a8d08d4189be562bd6ac7a8fcac0fe19f6284b health_score: 100.0 @@ -275070,6 +292083,7 @@ https://www.testmuai.com/blog/27-best-practices-selenium-test-automation: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/49-common-selenium-exceptions-automation-testing: content_hash: 891389e174fd629c2a0b8edcc2c296ef4eff48061004f5a8b0ebf07e5406316f health_score: 100.0 @@ -275082,6 +292096,7 @@ https://www.testmuai.com/blog/49-common-selenium-exceptions-automation-testing: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/automated-web-bot-with-selenium-python: content_hash: 0a252f505f064f1c7ed3798ec35e0dd88f01a463b3e9f6ea67a6ce0bc7797024 health_score: 100.0 @@ -275094,6 +292109,7 @@ https://www.testmuai.com/blog/automated-web-bot-with-selenium-python: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/automation-testing-with-selenium-javascript: content_hash: ce3ce33c14cb7ad00043172583a532586d8722d5da0f07c7c9fc97d89117889b health_score: 100.0 @@ -275101,6 +292117,7 @@ https://www.testmuai.com/blog/automation-testing-with-selenium-javascript: needs_ai_refresh: true v1_locations: - docs/test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/bamboo-vs-jenkins-showdown-of-ci-cd-tools: content_hash: c5ce33a921ebb9865b68ffd665cce9a3356b5d0aa1ac2dc6cb0549813136f364 health_score: 100.0 @@ -275113,6 +292130,7 @@ https://www.testmuai.com/blog/bamboo-vs-jenkins-showdown-of-ci-cd-tools: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.testmuai.com/blog/best-jenkins-alternatives: content_hash: 28647db5bd3e5e71f1decb8b95cfc8394eb63e5c73f8bab2cccc0f0c7bee3b5d health_score: 100.0 @@ -275125,6 +292143,7 @@ https://www.testmuai.com/blog/best-jenkins-alternatives: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.testmuai.com/blog/best-test-automation-trends: content_hash: 1fe13e4409b0b2268a6f79dc86709d31dbc3e7a05fe88d49d5c4c0efafdb6344 health_score: 100.0 @@ -275137,6 +292156,7 @@ https://www.testmuai.com/blog/best-test-automation-trends: - docs/qa.md v2_locations: - qa.md + addition_method: manual https://www.testmuai.com/blog/build-ci-cd-pipeline-in-azure-devops: content_hash: d90d85240efcf41db21bdb3ccab9d718d6dd7631c2cff1fe29efc6179df5f3e2 health_score: 100.0 @@ -275149,6 +292169,7 @@ https://www.testmuai.com/blog/build-ci-cd-pipeline-in-azure-devops: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.testmuai.com/blog/build-first-ci-cd-pipeline-with-travis-ci: content_hash: e260025e5b48c51dfc467e8760df52e8c98c4baa97bed4f16b2e10e207a17d64 health_score: 100.0 @@ -275161,6 +292182,7 @@ https://www.testmuai.com/blog/build-first-ci-cd-pipeline-with-travis-ci: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.testmuai.com/blog/cicd-pipeline-challenges: ai_summary: 'Curator Insight: Highlights common pipeline failure patterns (e.g., flaky testing, configuration drift) and mitigation techniques. Live Grounding: @@ -275184,6 +292206,7 @@ https://www.testmuai.com/blog/cicd-pipeline-challenges: v2_locations: - cicd.md year: '2023' + addition_method: manual https://www.testmuai.com/blog/circleci-vs-gitlab: content_hash: b48f23ac976fbe04fa95cb979863679a60dda591d4dda4566f0d480fdbb2c60c health_score: 100.0 @@ -275196,6 +292219,7 @@ https://www.testmuai.com/blog/circleci-vs-gitlab: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.testmuai.com/blog/complete-guide-to-access-forms-in-selenium-with-java: content_hash: df0508f48f959212e0d726021b38faf9d720edfc7547f569d9caf64a40e62884 health_score: 100.0 @@ -275208,6 +292232,7 @@ https://www.testmuai.com/blog/complete-guide-to-access-forms-in-selenium-with-ja - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/cucumber-with-jenkins-integration: content_hash: 6b08dc8be6f6264597e0a523c1e8eea57f34f7ac6c12612afa4d82d717da2cc8 health_score: 100.0 @@ -275220,6 +292245,7 @@ https://www.testmuai.com/blog/cucumber-with-jenkins-integration: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/cypress-vs-selenium-comparison: content_hash: 6c1a30085cafe1ad8bbbf99d6a2e1b037dfdf7e8a288070999932d2b9e9e1d3e health_score: 100.0 @@ -275232,6 +292258,7 @@ https://www.testmuai.com/blog/cypress-vs-selenium-comparison: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/debunking-selenium-testing-myths: content_hash: 0f574ed16a1c1200a5c648b18f6e013fd26323bd3d695343991edbc490bfc087 health_score: 100.0 @@ -275244,6 +292271,7 @@ https://www.testmuai.com/blog/debunking-selenium-testing-myths: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/execute-junit4-tests-with-junit5: content_hash: e0e2d968da7f62f9db55379f525295ef7a604bd8f504c4e5f3b0dbf1b41bc92f health_score: 100.0 @@ -275251,6 +292279,7 @@ https://www.testmuai.com/blog/execute-junit4-tests-with-junit5: needs_ai_refresh: true v1_locations: - docs/test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/how-to-create-jenkins-multibranch-pipeline: content_hash: 0a3f10687ca8ba1038bbd08d0258928a98d43b00182be3c93e16b5ab2deaf848 health_score: 100.0 @@ -275263,6 +292292,7 @@ https://www.testmuai.com/blog/how-to-create-jenkins-multibranch-pipeline: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.testmuai.com/blog/how-to-read-configuration-files-in-python-using-selenium: content_hash: 070ce807bcfaf05d220fd20ea939a18ef474dba11efae5d8176fffb945907343 health_score: 100.0 @@ -275270,6 +292300,7 @@ https://www.testmuai.com/blog/how-to-read-configuration-files-in-python-using-se needs_ai_refresh: true v1_locations: - docs/test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/how-to-setup-cicd-pipeline-with-bamboo-for-php-projects: content_hash: 855d377b0ef249be98094beb57eec98eb4da8299e54bd53b173d7f5950d791d0 health_score: 100.0 @@ -275282,6 +292313,7 @@ https://www.testmuai.com/blog/how-to-setup-cicd-pipeline-with-bamboo-for-php-pro - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.testmuai.com/blog/how-to-setup-continuous-integration-with-git-jenkins: content_hash: 97eb207439a456b7231d78add855e9161dd9ddc32f42d00238ad65d5ba401202 health_score: 100.0 @@ -275294,6 +292326,7 @@ https://www.testmuai.com/blog/how-to-setup-continuous-integration-with-git-jenki - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.testmuai.com/blog/jenkins-declarative-pipeline-examples: content_hash: f82b4c18cb1f5e2c3bde7faf7446183b9fc12558521ff8b071354c439785eb3b health_score: 100.0 @@ -275301,6 +292334,7 @@ https://www.testmuai.com/blog/jenkins-declarative-pipeline-examples: needs_ai_refresh: true v1_locations: - docs/demos.md + addition_method: manual https://www.testmuai.com/blog/jenkins-pipeline-tutorial: content_hash: b71d47ede791e53848e16f539ddf161ac9b02e75cbb1248c3792b607b6c95fd2 health_score: 100.0 @@ -275315,6 +292349,7 @@ https://www.testmuai.com/blog/jenkins-pipeline-tutorial: v2_locations: - jenkins.md - demos.md + addition_method: manual https://www.testmuai.com/blog/jenkins-vs-travis-vs-bamboo-vs-teamcity: content_hash: de48857967a2cea51198386a13b330432e43897f5a8e1ba4ce2e1e74fd4f6cfd health_score: 100.0 @@ -275327,6 +292362,7 @@ https://www.testmuai.com/blog/jenkins-vs-travis-vs-bamboo-vs-teamcity: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.testmuai.com/blog/junit5-extensions: content_hash: 7ba11597495f70dbfb89dab02aa6a64e0af736fe9c8e387b8eb502db74773f4c health_score: 100.0 @@ -275334,6 +292370,7 @@ https://www.testmuai.com/blog/junit5-extensions: needs_ai_refresh: true v1_locations: - docs/qa.md + addition_method: manual https://www.testmuai.com/blog/modifying-http-request-headers-in-java-using-selenium-webdriver: content_hash: 5a24f1c4651b4ab74a0164f36a1bfa79172af814ac4d75c2a4b01acd04599dd7 health_score: 100.0 @@ -275346,6 +292383,7 @@ https://www.testmuai.com/blog/modifying-http-request-headers-in-java-using-selen - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/run-selenium-tests-in-docker: content_hash: 0ca6a83fbe9e32e1ed5ef7558cbefbe6db2f10e718f72b14b6c84b41f73f461b health_score: 100.0 @@ -275358,6 +292396,7 @@ https://www.testmuai.com/blog/run-selenium-tests-in-docker: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/scroll-down-in-selenium: content_hash: 41843a85464fa029fdb88922e2c02acb4626d1cfbc0b71d4bfac12541fa68ee5 health_score: 100.0 @@ -275370,6 +292409,7 @@ https://www.testmuai.com/blog/scroll-down-in-selenium: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/selenium-github-actions-example: content_hash: 6e2999d067af66cbb9409a2602167670bb2d14bb4de4d5c0933ad0a13c04170e health_score: 100.0 @@ -275382,6 +292422,7 @@ https://www.testmuai.com/blog/selenium-github-actions-example: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/selenium-ide-what-is-it-why-is-it-must-for-every-qa: content_hash: 187aa578db47c4c82e67a9e9edee8815136af23d6c1a2e7f762237f54741c4e3 health_score: 100.0 @@ -275394,6 +292435,7 @@ https://www.testmuai.com/blog/selenium-ide-what-is-it-why-is-it-must-for-every-q - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/selenium-java-tutorial-how-to-test-login-process: content_hash: e8494d761975db17e3deea2b0255e4ad19b62a8068dea0ee6cb7fb50ade3869f health_score: 100.0 @@ -275406,6 +292448,7 @@ https://www.testmuai.com/blog/selenium-java-tutorial-how-to-test-login-process: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/selenium-maven-jenkins-integration: content_hash: 3ba819677d0acd23a9aebf5ffdfb1ea61d5b384e2d8754441fb1dce6bccf721b health_score: 100.0 @@ -275418,6 +292461,7 @@ https://www.testmuai.com/blog/selenium-maven-jenkins-integration: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/selenium-python-cheat-sheet: content_hash: 66aa91f7a231e14168428a5dd7b818fc5ea09c80d150153fa5b74352d373fa2e health_score: 100.0 @@ -275430,6 +292474,7 @@ https://www.testmuai.com/blog/selenium-python-cheat-sheet: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.testmuai.com/blog/selenium-tutorial: content_hash: 48997f5ebd698c0bfaaf2bed78203ff365388ef4d6f531dc393ced42d0966694 health_score: 100.0 @@ -275442,6 +292487,7 @@ https://www.testmuai.com/blog/selenium-tutorial: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/set-jenkins-pipeline-environment-variables-list: content_hash: bf27112cb913589da290fc9eb693c1a6cd33344abb618bedcb447d919562d9dc health_score: 100.0 @@ -275454,6 +292500,7 @@ https://www.testmuai.com/blog/set-jenkins-pipeline-environment-variables-list: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.testmuai.com/blog/teamcity-vs-jenkins-picking-the-right-ci-cd-tool: content_hash: b78a8c4d59ffb238569d230eff187fcb044f5b86b14f72e451e71a845979fbf5 health_score: 100.0 @@ -275466,6 +292513,7 @@ https://www.testmuai.com/blog/teamcity-vs-jenkins-picking-the-right-ci-cd-tool: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.testmuai.com/blog/testng-vs-junit-which-testing-framework-should-you-choose: content_hash: 337e401593e106163b2345334252a88b55902f334805cb7fac46891327750bf2 health_score: 100.0 @@ -275478,6 +292526,7 @@ https://www.testmuai.com/blog/testng-vs-junit-which-testing-framework-should-you - docs/qa.md v2_locations: - qa.md + addition_method: manual https://www.testmuai.com/blog/upgrade-from-selenium3-to-selenium4: content_hash: 0f66ec68c5bd65f985100c3aecba4583b63f0a2aade786c3c9d54eec1b1555f0 health_score: 100.0 @@ -275490,6 +292539,7 @@ https://www.testmuai.com/blog/upgrade-from-selenium3-to-selenium4: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/use-gitlab-ci-to-run-test-locally: ai_summary: A practical developer-oriented guide explaining how to leverage the `gitlab-runner exec` command to execute, debug, and validate CI/CD pipeline jobs @@ -275512,6 +292562,7 @@ https://www.testmuai.com/blog/use-gitlab-ci-to-run-test-locally: v2_locations: - git.md year: '2023' + addition_method: manual https://www.testmuai.com/blog/use-jenkins-shared-libraries-in-a-jenkins-pipeline: content_hash: 6b56a27243016a01c511ed949ace45d1b581f5753c98c5b21e5bd5a99c71d941 health_score: 100.0 @@ -275524,6 +292575,7 @@ https://www.testmuai.com/blog/use-jenkins-shared-libraries-in-a-jenkins-pipeline - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.testmuai.com/blog/what-is-deprecated-in-selenium4: content_hash: dfdf37a7ab53c13da4bdcdac76fad6d5617ae73b8d9b7cde2417859aa1e2d021 health_score: 100.0 @@ -275536,6 +292588,7 @@ https://www.testmuai.com/blog/what-is-deprecated-in-selenium4: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/what-is-jenkins: content_hash: 2e4aa4b6d90e03e85988a7059d3ff7745b4c5a63bfbb13ed0014796e75c847d4 health_score: 100.0 @@ -275548,6 +292601,7 @@ https://www.testmuai.com/blog/what-is-jenkins: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.testmuai.com/blog/why-selenium-grid-is-ideal-for-automated-browser-testing: content_hash: c288ffb5b337588cd692d75c92f2414330a9f6c380ff1f42310b843c8c1b85a7 health_score: 100.0 @@ -275560,6 +292614,7 @@ https://www.testmuai.com/blog/why-selenium-grid-is-ideal-for-automated-browser-t - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/blog/why-you-need-build-automation-tools-for-selenium-automation-testing: content_hash: 6155f47b810771a3af4f1ae0a29366ec8b83298d02e6b3af0906106c4950d4a2 health_score: 100.0 @@ -275572,6 +292627,7 @@ https://www.testmuai.com/blog/why-you-need-build-automation-tools-for-selenium-a - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/learning-hub/jenkins: content_hash: f9931009c4c940a3684233c02c812653757721232307513f477100f441810a54 health_score: 100.0 @@ -275584,6 +292640,7 @@ https://www.testmuai.com/learning-hub/jenkins: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.testmuai.com/learning-hub/python-tutorial: content_hash: 3fee04aa6d68120b5dbd3669e63719c214b0cab87900abbca779bb8fe590dbd8 health_score: 100.0 @@ -275596,6 +292653,7 @@ https://www.testmuai.com/learning-hub/python-tutorial: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/learning-hub/selenium-4: content_hash: ab630233189c9d1e4c3498a237fae746ce1abcc6f58dd4c773ca69118dc24776 health_score: 100.0 @@ -275608,6 +292666,7 @@ https://www.testmuai.com/learning-hub/selenium-4: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/learning-hub/selenium-locators: content_hash: 136a1a7cb38c2e61043fdaa9ae00cd2705b5fc0765e1d0198b636afb8018b69b health_score: 100.0 @@ -275620,6 +292679,7 @@ https://www.testmuai.com/learning-hub/selenium-locators: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testmuai.com/selenium: content_hash: 319a7601f6ad007cc00648bbd7db88a26f8341e3b4d464b6614d02dacbb86dd1 health_score: 100.0 @@ -275632,6 +292692,7 @@ https://www.testmuai.com/selenium: - docs/test-automation-frameworks.md v2_locations: - test-automation-frameworks.md + addition_method: manual https://www.testrail.com/blog/what-is-devtestops: content_hash: febc182639802f20586bab5499964e4fd6decc088f813233610426fff1876618 health_score: 100.0 @@ -275643,6 +292704,7 @@ https://www.testrail.com/blog/what-is-devtestops: - docs/testops.md v2_locations: - testops.md + addition_method: manual https://www.testrigtechnologies.com/how-to-write-a-test-automation-selenium-test-script: content_hash: b70d4e4204ba7c7c9f4c80e423d4be9460d2be307656a15f498403a0ee3e40af description: '' @@ -275660,6 +292722,7 @@ https://www.testrigtechnologies.com/how-to-write-a-test-automation-selenium-test v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://www.tetrate.io/blog/27835-revision-v1: content_hash: 92bf431c194fbff213398a80368429924516c77edafcf8d2f9aa4a9d23239c43 description: '' @@ -275670,6 +292733,7 @@ https://www.tetrate.io/blog/27835-revision-v1: v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.tetrate.io/blog/how-to-debug-microservices-in-kubernetes-with-proxy-sidecar-or-service-mesh: content_hash: N/A description: '' @@ -275685,6 +292749,7 @@ https://www.tetrate.io/blog/how-to-debug-microservices-in-kubernetes-with-proxy- v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.tetrate.io/blog/istio-servicemesh-api-gateway: content_hash: a3fb6f307b9fea5fcc4c390a56424916c7cfd9044d159c39f6d51797cf34c2b1 description: '' @@ -275696,6 +292761,7 @@ https://www.tetrate.io/blog/istio-servicemesh-api-gateway: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.tetrate.io/blog/multicluster-management-with-kubernetes-and-istio: content_hash: 365b6d89f0110a5a3339c8a7e3bac6e5798e3da362b435d0a4e6b7046c4a0689 description: '' @@ -275707,6 +292773,7 @@ https://www.tetrate.io/blog/multicluster-management-with-kubernetes-and-istio: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.tetrate.io/blog/vm-to-container-communications-101: content_hash: c7a93c6768215ada1a537664c1519aed5e9ea90c1ca973c1631f8235802ac90f description: '' @@ -275718,6 +292785,7 @@ https://www.tetrate.io/blog/vm-to-container-communications-101: v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.tetrate.io/blog/why-do-you-need-istio-when-you-already-have-kubernetes: content_hash: 365b6d89f0110a5a3339c8a7e3bac6e5798e3da362b435d0a4e6b7046c4a0689 description: '' @@ -275729,6 +292797,7 @@ https://www.tetrate.io/blog/why-do-you-need-istio-when-you-already-have-kubernet v1_locations: - docs/istio.md year: N/A + addition_method: manual https://www.thatjeffsmith.com/archive/2022/02/best-practices-rest-apis-for-your-database-draft: ai_summary: Provides architectural design patterns for exposing relational databases securely via REST APIs using Oracle REST Data Services. Addresses JSON serialization, @@ -275756,6 +292825,7 @@ https://www.thatjeffsmith.com/archive/2022/02/best-practices-rest-apis-for-your- v2_locations: - oraclecloud.md year: N/A + addition_method: manual https://www.the-aks-checklist.com: ai_summary: A highly interactive, community-driven checklist platform designed to validate AKS architectures against recommended practices for security, scalability, @@ -275785,6 +292855,7 @@ https://www.the-aks-checklist.com: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.theatlantic.com/ideas/archive/2021/07/work-from-home-benefits/619597: content_hash: 9f37c952f150224ad7b82d6a4f3f5d994f0038161fb9f70e7c13716392c578ca description: '' @@ -275801,6 +292872,7 @@ https://www.theatlantic.com/ideas/archive/2021/07/work-from-home-benefits/619597 v2_locations: - remote-tech-jobs.md year: N/A + addition_method: manual https://www.theforeman.org: content_hash: 5178f12b3974ad8f58d92de2da302695e4bb49d7edb16bfcbbd35b6b30c5e2de description: '' @@ -275817,6 +292889,7 @@ https://www.theforeman.org: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.thegeekstuff.com: ai_summary: A massive tutorial database detailing Linux commands, databases, and programming languages. It is highly valued for its structured commands cheatsheets @@ -275843,6 +292916,7 @@ https://www.thegeekstuff.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.theguild.nl/k8s-workshop-in-a-box: content_hash: 13fb8c409b1bcd036b6a7617f613cdb58989239a9397f7fc54139205720e5201 description: '' @@ -275854,6 +292928,7 @@ https://www.theguild.nl/k8s-workshop-in-a-box: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://www.theodo.com/en-fr/blog/getting-started-with-kubectl-plugins: content_hash: bd687d53c751f37685d7ce37aa020153d7cd6f65e62f8b80766c05c5ab670a94 health_score: 100.0 @@ -275865,6 +292940,7 @@ https://www.theodo.com/en-fr/blog/getting-started-with-kubectl-plugins: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.theodo.com/en-fr/blog/how-to-use-kubernetes-pvcs-with-efs-provisioner: ai_summary: This technical blog outlines mounting persistent storage to EKS clusters using the legacy Amazon EFS Provisioner. It covers IAM policy settings, storage @@ -275889,6 +292965,7 @@ https://www.theodo.com/en-fr/blog/how-to-use-kubernetes-pvcs-with-efs-provisione v2_locations: - managed-kubernetes-in-public-cloud.md year: '2020' + addition_method: manual https://www.theodo.com/en-fr/blog/kubernetes-architecture-understanding-the-components-and-structure-of-clusters: content_hash: 42ee83352f75999689d9e77d9dcd82c811643a83e47c487ebde01628a06f07d4 health_score: 100.0 @@ -275900,6 +292977,7 @@ https://www.theodo.com/en-fr/blog/kubernetes-architecture-understanding-the-comp - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.theodo.com/en-fr/blog/kubernetes-technologies-kubeadm-vs-minikube-kind-and-k3s: ai_summary: A side-by-side analysis of Kubeadm, Minikube, kind, and K3s. Guides engineers on choosing the right environment based on bootstrap speeds, container @@ -275922,6 +293000,7 @@ https://www.theodo.com/en-fr/blog/kubernetes-technologies-kubeadm-vs-minikube-ki v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://www.theodo.com/en-fr/blog/openshift-what-templates-should-you-use-helm-or-openshift: content_hash: 1b1e284a9e8a9249f485a4539f1dfc57e0381f3930669de70692d4ef91de1446 health_score: 100.0 @@ -275933,6 +293012,7 @@ https://www.theodo.com/en-fr/blog/openshift-what-templates-should-you-use-helm-o - docs/ocp3.md v2_locations: - ocp3.md + addition_method: manual https://www.theodo.com/en-fr/blog/what-is-finops-and-what-are-its-best-practices: content_hash: 5e9df21d68aae7aebdb614dc56af3971b3ffd045347b26a8b688dd0b54b2a503 health_score: 100.0 @@ -275944,6 +293024,7 @@ https://www.theodo.com/en-fr/blog/what-is-finops-and-what-are-its-best-practices - docs/finops.md v2_locations: - finops.md + addition_method: manual https://www.theodo.com/expertise/cloud: health_score: 100.0 last_checked: 1779130495.002429 @@ -275954,6 +293035,7 @@ https://www.theodo.com/expertise/cloud: - docs/kubectl-commands.md v2_locations: - kubectl-commands.md + addition_method: manual https://www.theregister.co.uk/2016/07/13/trainline_dumps_oracle_microsoft_goes_full_aws_cto_interview: content_hash: fcadec03b9e9d0c22feafacded10e65bb0fd866155577b89c5c0d238b6a51d78 health_score: 100.0 @@ -275966,6 +293048,7 @@ https://www.theregister.co.uk/2016/07/13/trainline_dumps_oracle_microsoft_goes_f - docs/aws-miscellaneous.md v2_locations: - aws-miscellaneous.md + addition_method: manual https://www.theregister.co.uk/2020/04/08/docker_opens_up_compose_specification: content_hash: 42b4a85b414136d23b36d91cdbc0477fe310d8396a655e059be5d8814b6cf824 description: '' @@ -275978,6 +293061,7 @@ https://www.theregister.co.uk/2020/04/08/docker_opens_up_compose_specification: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.theregister.com/2020/09/21/diffblue_let_ai_code_unit_tests: content_hash: 3bbd46c382ed9b495d1d7bf7203c88d97a15677cfc55c12e49cfa179ae0a9589 description: '' @@ -275990,6 +293074,7 @@ https://www.theregister.com/2020/09/21/diffblue_let_ai_code_unit_tests: v1_locations: - docs/testops.md year: N/A + addition_method: manual https://www.theregister.com/2020/09/22/microservices_talk_gotopia: content_hash: 2b84590347e5453dfb8d33b333d752bb0bd783eed465a3cc63d234367b311f28 description: '' @@ -276002,6 +293087,7 @@ https://www.theregister.com/2020/09/22/microservices_talk_gotopia: v1_locations: - docs/serverless.md year: N/A + addition_method: manual https://www.theregister.com/2020/10/07/digitalocean_paas_app_platform: content_hash: 433b946fd132ac2e903b1cc2ed250891799b905af5667207a58e6a0527a6bdd7 description: '' @@ -276014,6 +293100,7 @@ https://www.theregister.com/2020/10/07/digitalocean_paas_app_platform: v1_locations: - docs/digitalocean.md year: N/A + addition_method: manual https://www.theregister.com/2020/10/14/redhat_ansible_kubernetes: content_hash: 37441366a4654278c50847baee8e8c55f66b424eac4244adbc02f91425ce00af description: '' @@ -276026,6 +293113,7 @@ https://www.theregister.com/2020/10/14/redhat_ansible_kubernetes: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.theregister.com/2020/12/02/gartner_cloud_dbms: content_hash: 2b0a8699c1bf7b80d82d962de741ca8ab74efbf185e6933357ae85c3012ba5ef description: '' @@ -276038,6 +293126,7 @@ https://www.theregister.com/2020/12/02/gartner_cloud_dbms: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.theregister.com/2020/12/17/github_bans_passwords: content_hash: bc96190aff216f6e3824b3b80fb3e7f54b83603bfccf6340018e59f4330b48a8 description: '' @@ -276050,6 +293139,7 @@ https://www.theregister.com/2020/12/17/github_bans_passwords: v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.theregister.com/2021/07/29/amazon_web_services_ec2_classic_networking: content_hash: 4da7c8bc8474a0642d2fda92b2dde8539ca94047eab40d01e0b4621a11049ced description: '' @@ -276062,6 +293152,7 @@ https://www.theregister.com/2021/07/29/amazon_web_services_ec2_classic_networkin v1_locations: - docs/aws-newfeatures.md year: N/A + addition_method: manual https://www.theregister.com/2021/09/03/microsoft_azure_deprecations_api_changes: content_hash: 3328354af069681668db5f545695439989203245d919a2d89e3d2e2e38faf1b9 description: '' @@ -276074,6 +293165,7 @@ https://www.theregister.com/2021/09/03/microsoft_azure_deprecations_api_changes: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.theregister.com/2021/12/06/mysql_a_pretty_poor_database: content_hash: 097c957b1efc285627dc61cb7795343ba006fcacd67112f3cefd302a16331437 description: '' @@ -276086,6 +293178,7 @@ https://www.theregister.com/2021/12/06/mysql_a_pretty_poor_database: v1_locations: - docs/databases.md year: N/A + addition_method: manual https://www.theregister.com/2021/12/09/the_big_aws_event_120: content_hash: 787063e620edb29d8fa44c7f0c98e68fbd0bc1dea1a1846381a5032f9773c2a5 description: '' @@ -276097,6 +293190,7 @@ https://www.theregister.com/2021/12/09/the_big_aws_event_120: v1_locations: - docs/aws-newfeatures.md year: N/A + addition_method: manual https://www.theregister.com/2021/12/21/how_kubernetes_lowers_costs: content_hash: c5068df124dd5c71c0f37273c6da874ce82757b1aa0f968b69ff179f7b106dd6 description: '' @@ -276109,6 +293203,7 @@ https://www.theregister.com/2021/12/21/how_kubernetes_lowers_costs: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.theregister.com/2023/01/16/basecamp_37signals_cloud_bill: content_hash: 333920645dcf2297b99fe54708fa734f1575c7d62746893c759b8f9c3ab28018 description: '' @@ -276121,6 +293216,7 @@ https://www.theregister.com/2023/01/16/basecamp_37signals_cloud_bill: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.theregister.com/2023/05/26/microsoft_azure_linux_container: content_hash: 6c94da89e6685fa5840655482ee3281d1bf3017848ed57d2de3b139c4650ccdb description: '' @@ -276133,6 +293229,7 @@ https://www.theregister.com/2023/05/26/microsoft_azure_linux_container: v1_locations: - docs/azure.md year: N/A + addition_method: manual ? https://www.theregister.com/off-prem/2020/10/07/digitalocean-decides-to-head-rivals-off-at-the-paas-floats-app-platform-to-deploy-run-code-without-juggling-servers/802967 : content_hash: 6b63d78205f0389afd12ceaa7fdb0208f10da63c930da19ef311cc7371120de9 health_score: 100.0 @@ -276145,6 +293242,7 @@ https://www.theregister.com/2023/05/26/microsoft_azure_linux_container: - docs/digitalocean.md v2_locations: - digitalocean.md + addition_method: manual ? https://www.theregister.com/off-prem/2021/07/29/aws-to-retire-ec2-classic-the-network-glue-that-helped-start-the-iaas-rush/527489 : content_hash: a103d7bbb169fc30f78cd72f18b0ebf10b5e478783a7a8b52e34ed9d7f9f5b37 health_score: 100.0 @@ -276157,6 +293255,7 @@ https://www.theregister.com/2023/05/26/microsoft_azure_linux_container: - docs/aws-newfeatures.md v2_locations: - aws-newfeatures.md + addition_method: manual ? https://www.theregister.com/off-prem/2021/09/03/microsoft-azure-deprecations-api-changes-will-break-applications-and-powershell-scripts/748744 : content_hash: ebd1317d3c1229f5f512a2facce8cc68aecf1cfd35417e6a517a2c8613c66c17 health_score: 100.0 @@ -276169,6 +293268,7 @@ https://www.theregister.com/2023/05/26/microsoft_azure_linux_container: - docs/azure.md v2_locations: - azure.md + addition_method: manual https://www.theregister.com/off-prem/2021/12/09/the-big-aws-event-120-announcements-but-nothing-has-changed/605657: content_hash: 1f3c430b9781bf9f80150296923a817f60fb9c6ed943b2bf13a69c52220865bb health_score: 100.0 @@ -276181,6 +293281,7 @@ https://www.theregister.com/off-prem/2021/12/09/the-big-aws-event-120-announceme - docs/aws-newfeatures.md v2_locations: - aws-newfeatures.md + addition_method: manual https://www.theregister.com/off-prem/2023/01/16/basecamp-details-32-million-bill-that-saw-it-quit-cloud/270397: content_hash: 69600ebd2cab2dcea3799fc34bd1d9095a5ed7c132d70d15ff6d043318fd385d health_score: 100.0 @@ -276193,6 +293294,7 @@ https://www.theregister.com/off-prem/2023/01/16/basecamp-details-32-million-bill - docs/introduction.md v2_locations: - introduction.md + addition_method: manual ? https://www.theregister.com/security/2020/12/17/passwords-begone-github-will-ban-them-next-year-for-authenticating-git-operations/958514 : ai_summary: This news report covers GitHub's monumental policy transition to ban password authentication for all Git operations, forcing migration to fine-grained @@ -276218,6 +293320,7 @@ https://www.theregister.com/off-prem/2023/01/16/basecamp-details-32-million-bill v2_locations: - git.md year: '2020' + addition_method: manual ? https://www.theregister.com/software/2020/04/08/compose-yourselves-docker-has-published-multi-container-app-spec-needs-contributors-to-help-maintain-and-develop-it/311866 : content_hash: d3ae339293729cf7f60d325541d45b2122f1941c4124d2df344a67aa0368d5d9 health_score: 100.0 @@ -276230,6 +293333,7 @@ https://www.theregister.com/off-prem/2023/01/16/basecamp-details-32-million-bill - docs/docker.md v2_locations: - docker.md + addition_method: manual ? https://www.theregister.com/software/2020/09/21/coding-unit-tests-is-boring-wouldnt-it-be-cool-if-an-ai-could-do-it-for-you-thats-where-diffblue-comes-in/318634 : content_hash: 510801f6b69ee9018fd5b37d2aa3c5080feb6ea635e368fec50ed10dab9c0e78 health_score: 100.0 @@ -276242,6 +293346,7 @@ https://www.theregister.com/off-prem/2023/01/16/basecamp-details-32-million-bill - docs/testops.md v2_locations: - testops.md + addition_method: manual ? https://www.theregister.com/software/2020/09/22/microservices-guru-says-think-serverless-not-kubernetes-you-dont-want-to-manage-a-towering-edifice-of-stuff/353334 : content_hash: 55279b87d46ad6c77ed68edb69eb22d6118e74a5fa8b75a4816e2308713d1443 health_score: 100.0 @@ -276254,6 +293359,7 @@ https://www.theregister.com/off-prem/2023/01/16/basecamp-details-32-million-bill - docs/serverless.md v2_locations: - serverless.md + addition_method: manual ? https://www.theregister.com/software/2020/10/14/juggling-ansible-openshift-and-k8s-this-is-for-you-red-hat-couples-automation-to-cluster-management/656846 : content_hash: 52c6ba1024a4f19f3323ae8083361e64b0ed054bfb7bc7f042eb418b7b372530 health_score: 100.0 @@ -276266,6 +293372,7 @@ https://www.theregister.com/off-prem/2023/01/16/basecamp-details-32-million-bill - docs/ansible.md v2_locations: - ansible.md + addition_method: manual ? https://www.theregister.com/software/2020/12/02/75-of-databases-to-be-cloud-hosted-by-2022-says-gartner-while-dishing-on-the-weak-points-of-each-provider/495782 : content_hash: 8badebdf6e89b8ce181bad3cb8dde49e3b87c0f99fc93fb2c69bf00bc23128fd health_score: 100.0 @@ -276278,6 +293385,7 @@ https://www.theregister.com/off-prem/2023/01/16/basecamp-details-32-million-bill - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.theregister.com/software/2021/12/06/mysql-a-pretty-poor-database-says-ex-oracle-engineer/539827: content_hash: 9919a68bc0aac68282bce6ed243694e32df4d9f70c00e5e384e4f590cccc82ce health_score: 100.0 @@ -276290,6 +293398,7 @@ https://www.theregister.com/software/2021/12/06/mysql-a-pretty-poor-database-say - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.theregister.com/software/2021/12/21/how-kubernetes-lowers-costs-and-automates-it-department-work/1316708: content_hash: 1c5092a14491596be893e42c6d4f0e5fecf6aeb32f7abaf395089c722e94f2f9 health_score: 100.0 @@ -276302,6 +293411,7 @@ https://www.theregister.com/software/2021/12/21/how-kubernetes-lowers-costs-and- - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.theregister.com/software/2023/05/26/microsofts-azure-linux-distro-is-now-generally-available/568359: content_hash: 04bb00cce31e7838d75759e06fd3852b6a6d57c61f5f3455b696067be9c4e06b health_score: 100.0 @@ -276314,6 +293424,7 @@ https://www.theregister.com/software/2023/05/26/microsofts-azure-linux-distro-is - docs/azure.md v2_locations: - azure.md + addition_method: manual https://www.theserverlessmindset.com/p/best-serverless-database: ai_summary: A critical comparison of relational versus non-relational database architectures inside serverless execution models. It analyzes the specific connection pooling @@ -276344,6 +293455,7 @@ https://www.theserverlessmindset.com/p/best-serverless-database: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://www.theskillpedia.com/managing-docker-images-openshift-tutorial: content_hash: 542c34c16a4267ebddd2036707abe2e1c4ce04d1fa2139eed8960866f49979da description: '' @@ -276360,6 +293472,7 @@ https://www.theskillpedia.com/managing-docker-images-openshift-tutorial: v2_locations: - docker.md year: N/A + addition_method: manual ? https://www.thestack.technology/how-kubernetes-operators-fit-into-to-platform-building-and-when-traditional-iac-isnt-enough : content_hash: 07f10ebb12cfbd4fd24884e24ec35b32dc382a2711e12d98982241895fe1604a description: '' @@ -276381,6 +293494,7 @@ https://www.theskillpedia.com/managing-docker-images-openshift-tutorial: - iac.md - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.thestack.technology/vmware-is-killing-off-56-products-including-vsphere-hypervisor-and-nsx: content_hash: 746b483a7b850598d3568812f3e4c005a59572279b6a957a774b004a9d1a6d82 description: '' @@ -276398,6 +293512,7 @@ https://www.thestack.technology/vmware-is-killing-off-56-products-including-vsph v2_locations: - introduction.md year: N/A + addition_method: manual https://www.theverge.com/2022/3/29/23002138/google-docs-markdown-support-formatting-update: ai_summary: 'News coverage of Google Workspace''s expanded native Markdown support, allowing users to format lists, headers, and text formatting via inline Markdown @@ -276428,6 +293543,7 @@ https://www.theverge.com/2022/3/29/23002138/google-docs-markdown-support-formatt v2_locations: - mkdocs.md year: N/A + addition_method: manual https://www.thinksys.com/azure/azure-devops-pipeline-complete-guide: content_hash: d6ef7174b152c13306828c3b4f91dea4233447e91b2f2dbc776432b2b9ec9c11 description: '' @@ -276439,6 +293555,7 @@ https://www.thinksys.com/azure/azure-devops-pipeline-complete-guide: v1_locations: - docs/azure.md year: N/A + addition_method: manual https://www.thinksys.com/devops/docker-swarm-vs-kubernetes-comparison: content_hash: 243f8fcdb34f3bf0f0feb1d1b2ce64f1212a975c4c0d0fced3c16f41c999ff01 description: '' @@ -276450,6 +293567,7 @@ https://www.thinksys.com/devops/docker-swarm-vs-kubernetes-comparison: v1_locations: - docs/kubernetes-alternatives.md year: N/A + addition_method: manual https://www.thinksys.com/devops/kubernetes-autoscaling: content_hash: 6e7d2859c98e229a86356d3a61dc1b4bcb1f51f178c93cc1826e506a9dc02bb9 description: '' @@ -276461,6 +293579,7 @@ https://www.thinksys.com/devops/kubernetes-autoscaling: v1_locations: - docs/kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.thinksys.com/devops/kubernetes-multi-tenancy: content_hash: 472088565403aa52c94d39cd7d62423793732089d306ea649a411c56cd82a2af description: '' @@ -276472,6 +293591,7 @@ https://www.thinksys.com/devops/kubernetes-multi-tenancy: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.thomasmaurer.ch: content_hash: 2f013c176e750abdcbaad189fb8970d5ca1dddde8c507d4e4a9eda7ccad9ce7d description: '' @@ -276488,6 +293608,7 @@ https://www.thomasmaurer.ch: v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2020/04/enable-powershell-ssh-remoting-in-powershell-7: content_hash: 87543965de382429cffdf9e897f6fefb6c42d5568756f11e4a1753a94b2f0853 description: '' @@ -276504,6 +293625,7 @@ https://www.thomasmaurer.ch/2020/04/enable-powershell-ssh-remoting-in-powershell v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2020/06/how-to-install-a-windows-server-container-host: content_hash: 37469832da1ec68614234300fdad99e7c2bec31e3babed2d91225dad8608454f description: '' @@ -276520,12 +293642,14 @@ https://www.thomasmaurer.ch/2020/06/how-to-install-a-windows-server-container-ho v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2020/07/download-new-azure-architecture-icons-now: content_hash: b6784ef1309d02fd4a3b67ad580867c72e447e5bebea05293126a33d8249e1f7 health_score: 100.0 last_checked: 1779034031.282671 v1_locations: - docs/cloud-arch-diagrams.md + addition_method: manual https://www.thomasmaurer.ch/2020/12/learn-how-to-deploy-and-manage-azure-resources-with-arm-templates: content_hash: 21812278201b0c137997a79e68b5b57365c753885bbf76ecc0b6eb57191b7b86 description: '' @@ -276543,6 +293667,7 @@ https://www.thomasmaurer.ch/2020/12/learn-how-to-deploy-and-manage-azure-resourc v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2021/02/how-to-check-the-available-vm-sizes-skus-by-azure-region: content_hash: c2a9d2f8ebe32e273e5eaf0a7585df82a2c8b6c5591c93c05e04bc8cbe97f3eb description: '' @@ -276559,6 +293684,7 @@ https://www.thomasmaurer.ch/2021/02/how-to-check-the-available-vm-sizes-skus-by- v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2021/06/run-cloud-native-apps-on-azure-paas-anywhere: content_hash: 19600f9b229be2f2a1ed869f8a3ea8998128d9d914922a771121648c811b9cf6 description: '' @@ -276575,6 +293701,7 @@ https://www.thomasmaurer.ch/2021/06/run-cloud-native-apps-on-azure-paas-anywhere v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2021/07/getting-started-with-windows-package-manager-winget: content_hash: a685f0d61ded246dabb9fd558612810aadf49875341fb6f40fca9deb5447fd98 description: '' @@ -276591,6 +293718,7 @@ https://www.thomasmaurer.ch/2021/07/getting-started-with-windows-package-manager v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2021/07/powershell-download-script-or-file-from-github: content_hash: f0552fca24e103f1d350090bf0d4b5b34435816a49fce207313ca04791f1e208 description: '' @@ -276607,6 +293735,7 @@ https://www.thomasmaurer.ch/2021/07/powershell-download-script-or-file-from-gith v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2022/01/how-to-learn-microsoft-azure-in-2022: content_hash: 8f0ef056dd899a18e4cc00749370d8a561e3208f09417fcd964c4764f213f0ef description: '' @@ -276623,6 +293752,7 @@ https://www.thomasmaurer.ch/2022/01/how-to-learn-microsoft-azure-in-2022: v2_locations: - azure.md year: N/A + addition_method: manual https://www.thomasmaurer.ch/2023/09/azure-landing-zone-review-assessment: content_hash: c6c4adcdbde9c4c87305d39b2bcaa29ff0c36a4392967a4d91122e6384079e8e description: '' @@ -276639,6 +293769,7 @@ https://www.thomasmaurer.ch/2023/09/azure-landing-zone-review-assessment: v2_locations: - azure.md year: N/A + addition_method: manual https://www.thorsten-hans.com/azure-arc-enabled-kubernetes-digital-ocean: content_hash: abf7ed61211f93e8c87b70819a742f5d021fa0ec229f1f449eed486137c1191f health_score: 100.0 @@ -276650,6 +293781,7 @@ https://www.thorsten-hans.com/azure-arc-enabled-kubernetes-digital-ocean: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.thorsten-hans.com/debugging-apps-in-kubernetes-with-bridge: content_hash: d55b2864d4d5085705e110ee696d6c3efc6580b5bc6d08f270f54ffda2389a09 description: '' @@ -276668,6 +293800,7 @@ https://www.thorsten-hans.com/debugging-apps-in-kubernetes-with-bridge: - kubernetes-troubleshooting.md - visual-studio.md year: N/A + addition_method: manual https://www.thorsten-hans.com/encrypt-your-kubernetes-secrets-with-mozilla-sops: ai_summary: A practical guide to securing GitOps pipelines by encrypting Kubernetes Secrets with Mozilla SOPS. Focuses on integrating Age or GPG keys to keep raw @@ -276695,6 +293828,7 @@ https://www.thorsten-hans.com/encrypt-your-kubernetes-secrets-with-mozilla-sops: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.thorsten-hans.com/hot-reload-net-configuration-in-kubernetes-with-configmaps: content_hash: 07fad22ff7a7bc19447504888dd4195be9725cc5c13d7ca5189838c34340cd9b description: '' @@ -276711,6 +293845,7 @@ https://www.thorsten-hans.com/hot-reload-net-configuration-in-kubernetes-with-co v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.thoughtworks.com/es-es/insights/blog: content_hash: 88afabaa8f544b8b732103733d9aacbd7a5c91859ead663e223949e15b0055a9 health_score: 100.0 @@ -276724,6 +293859,7 @@ https://www.thoughtworks.com/es-es/insights/blog: v2_locations: - jenkins.md - demos.md + addition_method: manual https://www.thoughtworks.com/es/insights/blog/modernizing-your-build-pipelines: content_hash: 35f670a232ec76b6cff0f76139bb57f07735789903b4647190ea9aafdd19610a description: '' @@ -276737,6 +293873,7 @@ https://www.thoughtworks.com/es/insights/blog/modernizing-your-build-pipelines: - docs/demos.md - docs/jenkins.md year: N/A + addition_method: manual https://www.thoughtworks.com/insights/blog/nosql-databases-overview: content_hash: fc9ee24037f48ca1e81f318b2cc923ef2e9aa86058d32f0baa43b3d0ac64029e description: '' @@ -276753,18 +293890,21 @@ https://www.thoughtworks.com/insights/blog/nosql-databases-overview: v2_locations: - nosql.md year: N/A + addition_method: manual https://www.thoughtworks.com/insights/continuous-delivery: content_hash: 3fa760463d14e5efb68ad75ed8a382c8d2ca5a32de698fe3caf4cc23f2073922 health_score: 100.0 last_checked: 1779032282.521243 v1_locations: - docs/cicd.md + addition_method: manual https://www.thoughtworks.com/insights/topic/continuous-delivery: content_hash: 2c46f943b8ab8ec852398ae74fad4cb17cd3005a618dab419e3dfb4db56abd48 health_score: 100.0 last_checked: 1779130495.008879 v1_locations: - docs/cicd.md + addition_method: manual https://www.thoughtworks.com/radar/platforms/kubernetes: content_hash: aaa68afdc5020dc29587b67c0f28ab228a579bf0d24574a9fecb58aad7240820 description: '' @@ -276783,6 +293923,7 @@ https://www.thoughtworks.com/radar/platforms/kubernetes: - introduction.md - yaml.md year: N/A + addition_method: manual https://www.thoughtworks.com/radar/techniques/templating-in-yaml: ai_summary: Curator Insight evaluates the systemic limitations and anti-patterns of using text-templating engines on structured YAML configurations. Live Grounding @@ -276813,6 +293954,7 @@ https://www.thoughtworks.com/radar/techniques/templating-in-yaml: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://www.thoughtworks.com/radar/tools/helm: ai_summary: Thoughtworks Technology Radar page validating Helm's position as the primary package manager for Kubernetes. Underlines how the server-side removal @@ -276842,6 +293984,7 @@ https://www.thoughtworks.com/radar/tools/helm: - helm.md - yaml.md year: N/A + addition_method: manual https://www.threatstack.com: content_hash: 958c08eaef6a52db162286d6f0e64e3014fc60e99412fb0da5e366a783d72ec2 description: '' @@ -276853,6 +293996,7 @@ https://www.threatstack.com: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.threatstack.com/blog/50-best-aws-cloudwatch-tutorials: content_hash: 5866a62e1ba5828a72ea74873bbea786ee4dba954cbb5db0322cef69f34a7cf2 description: '' @@ -276864,12 +294008,14 @@ https://www.threatstack.com/blog/50-best-aws-cloudwatch-tutorials: v1_locations: - docs/aws-monitoring.md year: N/A + addition_method: manual https://www.thunderclient.io: content_hash: e2730f8399e1a75f4910471b28803a44c0d699abe174fb4a66f87bda5caa05e2 health_score: 100.0 last_checked: 1779030783.670016 v1_locations: - docs/visual-studio.md + addition_method: manual https://www.tigera.io: content_hash: 9e5b4057e42f04381ead498416f07ebf158017daa0b7ecd19916137aedaae1d1 description: '' @@ -276886,6 +294032,7 @@ https://www.tigera.io: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.tigera.io/blog/calico-wireguard-support-with-azure-cni: ai_summary: Technical guide showing how to set up pod-to-pod network encryption in AKS using Calico WireGuard with Azure CNI. Discusses how to configure high-performance, @@ -276914,6 +294061,7 @@ https://www.tigera.io/blog/calico-wireguard-support-with-azure-cni: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.tigera.io/blog/comparing-kube-proxy-modes-iptables-or-ipvs: content_hash: 9aef1926e4dfd496deab22af8214963cb02c21ccd99a151ced2147489ef3ffe3 description: '' @@ -276930,6 +294078,7 @@ https://www.tigera.io/blog/comparing-kube-proxy-modes-iptables-or-ipvs: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.tigera.io/blog/enforcing-network-security-policies-with-gitops-part-1: content_hash: aee24620e3e328c9f899581fbda5a9cd1c9abe8759a91ad6014ed13e556786b6 description: '' @@ -276947,6 +294096,7 @@ https://www.tigera.io/blog/enforcing-network-security-policies-with-gitops-part- v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.tigera.io/blog/kubernetes-security-policy-10-critical-best-practices: ai_summary: A structured set of recommendations for designing resilient network and security policies. Curator insight advises transitioning from flat networks @@ -276977,6 +294127,7 @@ https://www.tigera.io/blog/kubernetes-security-policy-10-critical-best-practices v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.tigera.io/blog/turbocharging-aks-networking-with-calico-ebpf: ai_summary: Tigera-published analysis showing direct performance gains when enabling Calico eBPF networking inside AKS. Contrasts packet processing throughput and @@ -277005,6 +294156,7 @@ https://www.tigera.io/blog/turbocharging-aks-networking-with-calico-ebpf: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.tigerdata.com/blog/prometheus-vs-opentelemetry-metrics-a-complete-guide: content_hash: 9dd30075f2f4570823f65381c345e5f242a50c22b729ecfcd05b0343bacdc72e health_score: 100.0 @@ -277017,12 +294169,14 @@ https://www.tigerdata.com/blog/prometheus-vs-opentelemetry-metrics-a-complete-gu - docs/monitoring.md v2_locations: - monitoring.md + addition_method: manual https://www.tigerdata.com/cloud: content_hash: 361828a04b77b17eec948ad47a2e6f33f7a163fdc1e2f489fb3c7e5c16a4c084 health_score: 100.0 last_checked: 1779130494.992606 v1_locations: - docs/monitoring.md + addition_method: manual https://www.tigerdata.com/learn/postgres-cheat-sheet: content_hash: a979ce0f2483a617b8dc92da65dfd027b16e289033edd0e7c32b193627d1a469 health_score: 100.0 @@ -277035,6 +294189,7 @@ https://www.tigerdata.com/learn/postgres-cheat-sheet: - docs/cheatsheets.md v2_locations: - cheatsheets.md + addition_method: manual https://www.timescale.com/blog/generate-and-store-opentelemetry-traces-automatically: content_hash: f0ed8e9f2d1ab95eab3a917a8e7a1c5fd3e38aa5380f165c858dd8fb3247e5f7 description: '' @@ -277046,6 +294201,7 @@ https://www.timescale.com/blog/generate-and-store-opentelemetry-traces-automatic v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.timescale.com/blog/prometheus-vs-opentelemetry-metrics-a-complete-guide: content_hash: c7e62cc924ae5e7314a5f4d4e604531933dc1553802c71832681b3d984f38cac description: '' @@ -277057,6 +294213,7 @@ https://www.timescale.com/blog/prometheus-vs-opentelemetry-metrics-a-complete-gu v1_locations: - docs/monitoring.md year: N/A + addition_method: manual https://www.timewatch.com/blog/outlook-resource-scheduling: content_hash: 0dcfa69aba0fe65e76e2f9c77bf0f104de216e97ce8ca53aedde8a0175ac84e9 health_score: 100.0 @@ -277069,6 +294226,7 @@ https://www.timewatch.com/blog/outlook-resource-scheduling: - docs/appointment-scheduling.md v2_locations: - appointment-scheduling.md + addition_method: manual https://www.timewatch.com/outlook-resource-scheduling: content_hash: b543bffce8e7e006065d585e87ba9d3a975f3555610aa50bc4bf67f6cee9ddcb description: '' @@ -277081,6 +294239,7 @@ https://www.timewatch.com/outlook-resource-scheduling: v1_locations: - docs/appointment-scheduling.md year: N/A + addition_method: manual https://www.tkng.io: content_hash: 382fde03b827150658269df8374841efa3d4bef7fd921d198aaf241da8597559 description: '' @@ -277097,6 +294256,7 @@ https://www.tkng.io: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.tkng.io/arch: content_hash: 738c84a8b57761fd2d103edce9e1f3148fa3800c4e164f7dcde9486ea0aa618e description: '' @@ -277113,6 +294273,7 @@ https://www.tkng.io/arch: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.toolbox.com/tech/devops/articles/automating-sre-to-scale-operations: ai_summary: An executive guide to how site reliability engineering helps scale complex IT footprints by converting manually executed procedures into self-healing code. @@ -277141,6 +294302,7 @@ https://www.toolbox.com/tech/devops/articles/automating-sre-to-scale-operations: v2_locations: - sre.md year: N/A + addition_method: manual https://www.toolbox.com/tech/devops/articles/more-organizations-adopting-gitops: content_hash: 8dc621a8e5a84ec48470ab9b14d082a5b714de856b23865ece4643ab5ee9b30b description: '' @@ -277157,6 +294319,7 @@ https://www.toolbox.com/tech/devops/articles/more-organizations-adopting-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.toptal.com: ai_summary: Elite freelance network marketing the "top 3%" of global software engineering, design, and financial talent, offering thorough language and technical vetting. @@ -277183,6 +294346,7 @@ https://www.toptal.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.toptal.com/kubernetes/service-mesh-comparison: content_hash: N/A description: '' @@ -277197,6 +294361,7 @@ https://www.toptal.com/kubernetes/service-mesh-comparison: v2_locations: - servicemesh.md year: N/A + addition_method: manual https://www.toptal.com/software/trunk-based-development-git-flow: content_hash: N/A description: '' @@ -277211,6 +294376,7 @@ https://www.toptal.com/software/trunk-based-development-git-flow: v2_locations: - git.md year: N/A + addition_method: manual https://www.toptechskills.com/ansible-tutorials-courses: content_hash: c1f239b3909530a2824d8f03b25f50f64faba8f3f0ccc760ecef8063cfa616db description: '' @@ -277227,6 +294393,7 @@ https://www.toptechskills.com/ansible-tutorials-courses: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.toptechskills.com/ansible-tutorials-courses/speed-up-ansible-playbooks-pipelining-mitogen: content_hash: 001cfcb0f6f6bd55c3a8dc74752da5c93df3f54bccb5ddaa01e28a2ed1325252 description: '' @@ -277247,6 +294414,7 @@ https://www.toptechskills.com/ansible-tutorials-courses/speed-up-ansible-playboo v2_locations: - ansible.md year: N/A + addition_method: manual https://www.traceable.ai/blog-post/use-the-owasp-api-top-10-to-secure-your-apis: ai_summary: This architectural analysis explains how to leverage the OWASP API Security Top 10 framework to safeguard distributed endpoints. It contrasts traditional @@ -277276,6 +294444,7 @@ https://www.traceable.ai/blog-post/use-the-owasp-api-top-10-to-secure-your-apis: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.travis-ci.com: content_hash: 8d06ca1ced4bc0d95ac648aa15d88351ec08e893af7c7d588df4a7683d362931 health_score: 100.0 @@ -277288,6 +294457,7 @@ https://www.travis-ci.com: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.trek10.com/blog/beginners-guide-to-using-terraform-with-aws: content_hash: 7f61e9a97e6a9dbcc3f2e954bde4db4ed208deaf6c60619a44ff7ace7d9b397b description: '' @@ -277299,6 +294469,7 @@ https://www.trek10.com/blog/beginners-guide-to-using-terraform-with-aws: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.trek10.com/blog/control-tower-then-vs-now: content_hash: ad251c2f13950503eaaa02e9d9061628ead020456d00eb39e927c858bb977b2a description: '' @@ -277310,6 +294481,7 @@ https://www.trek10.com/blog/control-tower-then-vs-now: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.trek10.com/blog/pragmatic-enterprise-cicd: content_hash: eb32c83701af6b48a72cc99c2939f34570b03274e0d939fb5b3877a985920c22 description: '' @@ -277321,6 +294493,7 @@ https://www.trek10.com/blog/pragmatic-enterprise-cicd: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://www.tremolo.io/post/pipelines-and-kubernetes-authentication: content_hash: c9d533ac8e1cac12e25e51a403f8d3fbc4bf87ef5e49d1b336a0d057b212e6bb health_score: 100.0 @@ -277332,6 +294505,7 @@ https://www.tremolo.io/post/pipelines-and-kubernetes-authentication: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.tremolo.io/post/secure-access-to-kubernetes-from-your-pipeline: content_hash: c17e4721166824bbb679907ad0a4351ee3a4ea692c998bcd4ee6ad8d68466250 health_score: 100.0 @@ -277343,6 +294517,7 @@ https://www.tremolo.io/post/secure-access-to-kubernetes-from-your-pipeline: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.tremolo.io/post/updating-kube-oidc-proxy: content_hash: 05b0bb2eb0b40da1592c5241ee201ad4eea2b91c59c24fd059508c54075fbf21 health_score: 100.0 @@ -277354,6 +294529,7 @@ https://www.tremolo.io/post/updating-kube-oidc-proxy: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.tremolosecurity.com/post/pipelines-and-kubernetes-authentication: content_hash: 460035d7ed1ca4cc537b04e23567c535c51c399992deb23290f94e4ca370dbf2 description: '' @@ -277365,6 +294541,7 @@ https://www.tremolosecurity.com/post/pipelines-and-kubernetes-authentication: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.tremolosecurity.com/post/secure-access-to-kubernetes-from-your-pipeline: content_hash: 5cf4d324be0620b92ef442c160510d6d9f0cc037c1e243e753dbb83ee8c3cc0c description: '' @@ -277376,6 +294553,7 @@ https://www.tremolosecurity.com/post/secure-access-to-kubernetes-from-your-pipel v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.tremolosecurity.com/post/updating-kube-oidc-proxy: content_hash: 7fbc3181a8228abf5b684e04035db44dc0aa0c5da8933087fb5976c5468aee6c description: '' @@ -277387,6 +294565,7 @@ https://www.tremolosecurity.com/post/updating-kube-oidc-proxy: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.tricentis.com/blog/automated-continuous-performance-testing: content_hash: 7a83ad104a05da294d85c17895a2adf15280f445f0e2706ddc3efefc11a1f82f description: '' @@ -277398,6 +294577,7 @@ https://www.tricentis.com/blog/automated-continuous-performance-testing: v1_locations: - docs/api.md year: N/A + addition_method: manual https://www.triggermesh.com: content_hash: N/A description: '' @@ -277412,6 +294592,7 @@ https://www.triggermesh.com: v2_locations: - serverless.md year: N/A + addition_method: manual https://www.trilio.io/triliovault-for-kubernetes: content_hash: 0f72b01ffc31a7ed3ad752cf3041833e8d4cbf96837eb20adfecc2158ffa957c description: '' @@ -277427,6 +294608,7 @@ https://www.trilio.io/triliovault-for-kubernetes: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.trio.dev/react/resources/angular-vs-react: content_hash: d3be670a8f8e8897182845ebd6b1673045e60ab7e8545606b555ea2019fe312e description: '' @@ -277438,6 +294620,7 @@ https://www.trio.dev/react/resources/angular-vs-react: v1_locations: - docs/devel-sites.md year: N/A + addition_method: manual https://www.tripwire.com/state-of-security/devops/everything-need-to-know-about-ci-cd-security: content_hash: N/A description: '' @@ -277452,6 +294635,7 @@ https://www.tripwire.com/state-of-security/devops/everything-need-to-know-about- v2_locations: - cicd.md year: N/A + addition_method: manual https://www.troyhunt.com/your-api-versioning-is-wrong-which-is: content_hash: 8e5d5452b5f2ee8c8031d84fdff6769db7159eb2a0666b2b1321eac537d456f3 description: '' @@ -277469,6 +294653,7 @@ https://www.troyhunt.com/your-api-versioning-is-wrong-which-is: v2_locations: - api.md year: N/A + addition_method: manual https://www.truelancer.com: ai_summary: Multi-category freelance network connecting businesses with global technical, creative, and administrative remote professionals. @@ -277495,6 +294680,7 @@ https://www.truelancer.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.trustradius.com/platform-as-a-service-paas: content_hash: N/A description: '' @@ -277509,6 +294695,7 @@ https://www.trustradius.com/platform-as-a-service-paas: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.tusacentral.com/joomla/index.php/mysql-blogs/243-mysql-on-kubernetes-demystified: content_hash: e93592d634d5e1fc59388e3cfc18d46ff89b6d6a5945494cfc8af402d473e858 health_score: 100.0 @@ -277520,6 +294707,7 @@ https://www.tusacentral.com/joomla/index.php/mysql-blogs/243-mysql-on-kubernetes - docs/databases.md v2_locations: - databases.md + addition_method: manual https://www.tutorialspoint.com: content_hash: 6609a311fb0e4384e9f2dd6218ef67fe420e2974191aea18619640aaae85962a health_score: 100.0 @@ -277531,6 +294719,7 @@ https://www.tutorialspoint.com: - docs/elearning.md v2_locations: - elearning.md + addition_method: manual https://www.tutorialspoint.com/jmeter/pdf/jmeter_quick_guide.pdf: ai_summary: A fundamental PDF reference covering JMeter elements, request structures, variables, assertions, and visualization. Acts as an excellent quick-reference @@ -277559,6 +294748,7 @@ https://www.tutorialspoint.com/jmeter/pdf/jmeter_quick_guide.pdf: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.tutorialspoint.com/openshift: content_hash: f09fc89bf3d8390ceaa1170e80ee3096e88425d8d23d2bbd6f7683bf7be108f6 description: '' @@ -277570,6 +294760,7 @@ https://www.tutorialspoint.com/openshift: v1_locations: - docs/elearning.md year: N/A + addition_method: manual https://www.tutorialspoint.com/openshift/index.htm: ai_summary: A structured, introductory tutorial covering Red Hat OpenShift cluster components, deployment mechanisms, and basic developer workflows. Best as a baseline @@ -277592,6 +294783,7 @@ https://www.tutorialspoint.com/openshift/index.htm: v2_locations: - elearning.md year: '2021' + addition_method: manual https://www.tutorialworks.com/difference-docker-containerd-runc-crio-oci: content_hash: 400cb55213ef8b765d77fa7717f93eb681993512c2356786b77da0ae99130708 description: '' @@ -277609,6 +294801,7 @@ https://www.tutorialworks.com/difference-docker-containerd-runc-crio-oci: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.tutorialworks.com/podman-systemd: content_hash: 123ee190c96669690620def9a0c8f2aaa34f3551d0839faca40a6f353e2ad253 description: '' @@ -277626,6 +294819,7 @@ https://www.tutorialworks.com/podman-systemd: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.twistlock.com: content_hash: 61e75da2e5f6a0ab85cddc84bf4eab34802948be1ba962b2da3ee9207571924b description: '' @@ -277637,6 +294831,7 @@ https://www.twistlock.com: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.twitch.tv/acloudguruofficial: ai_summary: A community-focused streaming hub for real-time cloud-native development labs and live certification study sessions. Delivers accessible developer enablement @@ -277664,6 +294859,7 @@ https://www.twitch.tv/acloudguruofficial: v2_locations: - aws-training.md year: N/A + addition_method: manual https://www.twitch.tv/redhatopenshift: content_hash: a731a58c4cf35c01b23fd7dacc8e09df8eb4bc2eb15a51901ca0e290ddc55b4b description: '' @@ -277680,6 +294876,7 @@ https://www.twitch.tv/redhatopenshift: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.typescriptlang.org: last_checked: 1779388633.499795 status: online @@ -277687,6 +294884,7 @@ https://www.typescriptlang.org: - '[COMMUNITY-TOOL]' v2_locations: - cheatsheets.md + addition_method: manual https://www.udacity.com/course/web-accessibility--ud891: content_hash: ce125cf594074ceb4bbb1418da825ced4882e429cad735b863e745ab67f23b37 health_score: 100.0 @@ -277694,6 +294892,7 @@ https://www.udacity.com/course/web-accessibility--ud891: needs_ai_refresh: true v1_locations: - docs/javascript.md + addition_method: manual https://www.udemy.com: content_hash: N/A description: '' @@ -277708,6 +294907,7 @@ https://www.udemy.com: v2_locations: - elearning.md year: N/A + addition_method: manual https://www.udemy.com/ansible-essentials-simplicity-in-automation: content_hash: N/A description: '' @@ -277722,6 +294922,7 @@ https://www.udemy.com/ansible-essentials-simplicity-in-automation: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.udemy.com/course/amazon-eks-starter-kubernetes-on-aws: content_hash: N/A description: '' @@ -277736,6 +294937,7 @@ https://www.udemy.com/course/amazon-eks-starter-kubernetes-on-aws: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.udemy.com/course/containers-101: content_hash: N/A description: '' @@ -277746,6 +294948,7 @@ https://www.udemy.com/course/containers-101: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.udemy.com/course/just-enough-kubernetes: content_hash: N/A description: '' @@ -277760,6 +294963,7 @@ https://www.udemy.com/course/just-enough-kubernetes: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.udemy.com/course/kubernetes-for-developers: content_hash: N/A description: '' @@ -277774,6 +294978,7 @@ https://www.udemy.com/course/kubernetes-for-developers: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.udemy.com/course/kubernetes-getting-started: content_hash: N/A description: '' @@ -277788,6 +294993,7 @@ https://www.udemy.com/course/kubernetes-getting-started: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.udemy.com/course/learn-devops-kubernetes-deployment-by-kops-and-terraform: content_hash: N/A description: '' @@ -277798,6 +295004,7 @@ https://www.udemy.com/course/learn-devops-kubernetes-deployment-by-kops-and-terr v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://www.udemy.com/course/learn-kubernetes: content_hash: N/A description: '' @@ -277812,6 +295019,7 @@ https://www.udemy.com/course/learn-kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.udemy.com/course/microservices-architecture-the-complete-guide: content_hash: N/A description: '' @@ -277822,6 +295030,7 @@ https://www.udemy.com/course/microservices-architecture-the-complete-guide: v1_locations: - docs/elearning.md year: N/A + addition_method: manual https://www.udemy.com/course/microservices-with-spring-boot-and-spring-cloud: content_hash: N/A description: '' @@ -277832,6 +295041,7 @@ https://www.udemy.com/course/microservices-with-spring-boot-and-spring-cloud: v1_locations: - docs/elearning.md year: N/A + addition_method: manual https://www.udemy.com/course/openshift-4-desde-cero: content_hash: N/A description: '' @@ -277846,6 +295056,7 @@ https://www.udemy.com/course/openshift-4-desde-cero: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.udemy.com/how-to-architect-with-a-design-for-failure-approach: content_hash: N/A description: '' @@ -277860,6 +295071,7 @@ https://www.udemy.com/how-to-architect-with-a-design-for-failure-approach: v2_locations: - aws-backup.md year: N/A + addition_method: manual https://www.udemy.com/learn-devops-advanced-kubernetes-usage: content_hash: N/A description: '' @@ -277874,6 +295086,7 @@ https://www.udemy.com/learn-devops-advanced-kubernetes-usage: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.udemy.com/learn-devops-ci-cd-with-jenkins-using-pipelines-and-docker: content_hash: N/A description: '' @@ -277888,6 +295101,7 @@ https://www.udemy.com/learn-devops-ci-cd-with-jenkins-using-pipelines-and-docker v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform: content_hash: N/A description: '' @@ -277902,6 +295116,7 @@ https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.udemy.com/learn-devops-the-complete-kubernetes-course: content_hash: N/A description: '' @@ -277916,6 +295131,7 @@ https://www.udemy.com/learn-devops-the-complete-kubernetes-course: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.udemy.com/openshift-enterprise-installation-and-configuration/learn/v4/overview: content_hash: N/A description: '' @@ -277930,6 +295146,7 @@ https://www.udemy.com/openshift-enterprise-installation-and-configuration/learn/ v2_locations: - openshift.md year: N/A + addition_method: manual https://www.udemy.com/red-hat-openshift: content_hash: N/A description: '' @@ -277944,6 +295161,7 @@ https://www.udemy.com/red-hat-openshift: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.udemy.com/the-complete-jenkins-course-for-developers-and-devops: content_hash: N/A description: '' @@ -277958,6 +295176,7 @@ https://www.udemy.com/the-complete-jenkins-course-for-developers-and-devops: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.udemy.com/ultimate-openshift-bootcamp-by-school-of-devops: content_hash: N/A description: '' @@ -277972,6 +295191,7 @@ https://www.udemy.com/ultimate-openshift-bootcamp-by-school-of-devops: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.umbrellainfocare.com/blogs/cloud-and-devops-are-made-for-each-other: content_hash: 9a2ab1af20a75856ef15fefda80bbd7c412a7bda7526bbc262506a880624c9b0 description: '' @@ -277987,6 +295207,7 @@ https://www.umbrellainfocare.com/blogs/cloud-and-devops-are-made-for-each-other: v2_locations: - devops.md year: N/A + addition_method: manual https://www.unifieddatascience.com/data-lake-design-patterns-on-aws-amazon-cloud: content_hash: cb0eda71787ad24a1d3f27b14cc1027c50a1bc73a9be8d9da0b2e8fef109e6bf description: '' @@ -278003,6 +295224,7 @@ https://www.unifieddatascience.com/data-lake-design-patterns-on-aws-amazon-cloud v2_locations: - databases.md year: N/A + addition_method: manual https://www.unifieddatascience.com/data-lake-design-patterns-on-azure-microsoft-cloud: content_hash: 6fb0b2085e60b8477ecf0b1f945773e45a958278a17c3aad836149d3186392ef description: '' @@ -278019,6 +295241,7 @@ https://www.unifieddatascience.com/data-lake-design-patterns-on-azure-microsoft- v2_locations: - databases.md year: N/A + addition_method: manual https://www.unifieddatascience.com/data-lake-design-patterns-on-google-cloud: content_hash: 219a495d5e5d4e1cb140ace402fa420662b40d812c43381accb87a3d4a07f0b0 description: '' @@ -278035,12 +295258,14 @@ https://www.unifieddatascience.com/data-lake-design-patterns-on-google-cloud: v2_locations: - databases.md year: N/A + addition_method: manual https://www.unifiedguru.com/gitops-and-the-cloud-operating-model-vmware-cloud-community: content_hash: N/A health_score: 100.0 last_checked: 1779030868.576772 v1_locations: - docs/gitops.md + addition_method: manual https://www.union.ai: content_hash: e1ff951e7cad09dd2166b219e8438a926de50b40aacc6513a71d0222f289ff3d description: '' @@ -278057,6 +295282,7 @@ https://www.union.ai: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.union.ai/blog-post/machine-learning-in-production: content_hash: 6363c38cfde9ed581e2680b907cc91f30ebb9be1d150a38c590a6d2d65f9dffd description: '' @@ -278074,6 +295300,7 @@ https://www.union.ai/blog-post/machine-learning-in-production: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.union.ai/blog-post/production-grade-ml-pipelines-flyte-vs-kubeflow: content_hash: ad56faefff23a795efc622ecc1d43b156629c7d179059fca3f2ddaed8eefa121 description: '' @@ -278090,6 +295317,7 @@ https://www.union.ai/blog-post/production-grade-ml-pipelines-flyte-vs-kubeflow: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.unixarena.com/2022/04/terraform-source-credentials-from-aws-secret-manager.html: content_hash: 62cf29779ebb7f31b512cbd686c47c08c1402e3ebcd0a2d472f8374035f5195c description: '' @@ -278101,6 +295329,7 @@ https://www.unixarena.com/2022/04/terraform-source-credentials-from-aws-secret-m v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.unixmen.com: ai_summary: A long-standing Linux, Unix, and open-source tutorials portal offering valuable legacy configurations and sysadmin guidelines, although newer updates @@ -278122,6 +295351,7 @@ https://www.unixmen.com: v2_locations: - linux.md year: N/A + addition_method: manual https://www.upwork.com: content_hash: N/A description: '' @@ -278136,6 +295366,7 @@ https://www.upwork.com: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.useanvil.com/blog/engineering/load-balancing-grpc-in-kubernetes-with-istio: ai_summary: Explores the specific challenges of load balancing HTTP/2 and gRPC connections in Kubernetes environments, where traditional L4 load balancers fail. Demonstrates @@ -278166,6 +295397,7 @@ https://www.useanvil.com/blog/engineering/load-balancing-grpc-in-kubernetes-with v2_locations: - istio.md year: N/A + addition_method: manual https://www.usepine.com/blog/en/improving-cert-manager-self-check-speed-when-issuing-certificates: content_hash: N/A description: '' @@ -278181,6 +295413,7 @@ https://www.usepine.com/blog/en/improving-cert-manager-self-check-speed-when-iss v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.ust.com/en/insights/do-we-really-need-kubernetes-and-containers: content_hash: N/A description: '' @@ -278195,6 +295428,7 @@ https://www.ust.com/en/insights/do-we-really-need-kubernetes-and-containers: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.valuecoders.com/blog/devops/devops-for-enterprises-growth: content_hash: b5f9608977fb8b73755c68fe66450118bc98defceb1e268531ba5155aa52c348 health_score: 100.0 @@ -278207,6 +295441,7 @@ https://www.valuecoders.com/blog/devops/devops-for-enterprises-growth: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.valuecoders.com/blog/technology-and-apps/why-should-you-adopt-devops-to-deliver-business-value-rapidly: content_hash: 69d68e5ed9f0e9e266490863c10b062815149eedfd6e41a4d7f1c86459c0406c description: '' @@ -278218,6 +295453,7 @@ https://www.valuecoders.com/blog/technology-and-apps/why-should-you-adopt-devops v1_locations: - docs/devops.md year: N/A + addition_method: manual https://www.vamsitalkstech.com/architecture/a-deepdive-into-kubernetes-multitenancy-1-2: content_hash: d3d2372604e62bc6a363f52f657f0d2747f4b84e8f1bb2209e8dfc2d1dcb3aba description: '' @@ -278233,6 +295469,7 @@ https://www.vamsitalkstech.com/architecture/a-deepdive-into-kubernetes-multitena v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.vamsitalkstech.com/architecture/kubernetes-multitenancy-best-practices-architecture-models-2-2: content_hash: db049244f5fda8579fc3ed857e7f93a3552ded3e2f9cc363b5cc708d59b31234 description: '' @@ -278249,6 +295486,7 @@ https://www.vamsitalkstech.com/architecture/kubernetes-multitenancy-best-practic v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.vantage.sh: content_hash: 27f0816b1a7171d506003f6ba6dfffd1380def8143631f435cfe1c9ccb3bd89f description: '' @@ -278265,6 +295503,7 @@ https://www.vantage.sh: v2_locations: - aws-tools-scripts.md year: N/A + addition_method: manual https://www.varinsights.com/doc/parallel-system-validation-the-end-of-devops-0001: content_hash: 5915c597db52bbb75978a05bb57ffb1d5c0bd2e6a4cc0ced583c546bd6d8258e health_score: 100.0 @@ -278277,6 +295516,7 @@ https://www.varinsights.com/doc/parallel-system-validation-the-end-of-devops-000 - docs/testops.md v2_locations: - testops.md + addition_method: manual https://www.varnish-cache.org: content_hash: e0844cb158119bb1bcb1abc2f55095125f882afc0dc45c13327617f30b4afbcb description: '' @@ -278288,6 +295528,7 @@ https://www.varnish-cache.org: v1_locations: - docs/caching.md year: N/A + addition_method: manual https://www.varnish-cache.org/installation/redhat: content_hash: 9c783895f617ffb07864a3f74b5b16cd11e775762735203c0c8690b8e9fa8faf description: '' @@ -278299,6 +295540,7 @@ https://www.varnish-cache.org/installation/redhat: v1_locations: - docs/caching.md year: N/A + addition_method: manual https://www.varnish-software.com: content_hash: dfea698c25467f981dad51eccdc547c1780e178bfcd723830fd1a9bd7d258677 description: '' @@ -278315,6 +295557,7 @@ https://www.varnish-software.com: v2_locations: - caching.md year: N/A + addition_method: manual https://www.varnish.org/index.html: content_hash: 668e7771f3ff95bada27ea62f500ac321111cec0db0825553f0b107eb81b4204 health_score: 100.0 @@ -278326,6 +295569,7 @@ https://www.varnish.org/index.html: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.varnish.org/index.html/installation/redhat: content_hash: 7b93980ef7841fe4774f46e0a76697a887d72136319fe16dc2d48b5b64f6952d health_score: 100.0 @@ -278337,6 +295581,7 @@ https://www.varnish.org/index.html/installation/redhat: - docs/caching.md v2_locations: - caching.md + addition_method: manual https://www.vaultproject.io: content_hash: 84f75eb49bfbbe4baa3a2b4fcdcef970fc19e108662f6f7ef69e7d97250e9bb5 description: '' @@ -278348,6 +295593,7 @@ https://www.vaultproject.io: v1_locations: - docs/devsecops.md year: N/A + addition_method: manual https://www.vcluster.com: content_hash: a0b9044feadf578d45d85da3e90f5dd95de96274aa497b8c1f545e6f02f2a042 description: '' @@ -278364,6 +295610,7 @@ https://www.vcluster.com: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.vcluster.com/blog/checklist-for-kubernetes-based-development: ai_summary: A comprehensive checklist detailing parameters for building Kubernetes developer environments. Covers sync mechanisms, network performance, local-remote @@ -278386,6 +295633,7 @@ https://www.vcluster.com/blog/checklist-for-kubernetes-based-development: v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://www.vcluster.com/blog/docker-compose-to-kubernetes-step-by-step-migration: content_hash: 050059c330dcd8dfb77e2d606dc4beb6c9acf2d46d4c9a60a20baf43c68472bb health_score: 100.0 @@ -278398,6 +295646,7 @@ https://www.vcluster.com/blog/docker-compose-to-kubernetes-step-by-step-migratio - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/gitops-kubernetes-explained: content_hash: bd8dacf32de8cb85cb424cd85030cea01243691081eaa6aaf6165622294d260a health_score: 100.0 @@ -278410,6 +295659,7 @@ https://www.vcluster.com/blog/gitops-kubernetes-explained: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://www.vcluster.com/blog/how-to-set-up-kubernetes-requests-and-limits: content_hash: 58ce404726fdf59078d60cb3eb776360394de42ef8c73942d6f5c291347e6810 health_score: 100.0 @@ -278422,6 +295672,7 @@ https://www.vcluster.com/blog/how-to-set-up-kubernetes-requests-and-limits: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/kubernetes-admission-controllers-what-they-are-and-why-they-matter: content_hash: 4e6fdc0d74d9964f367b6e9f4b0bb381a4e03ecf1a9298913ad0a373a5c66c80 health_score: 100.0 @@ -278434,6 +295685,7 @@ https://www.vcluster.com/blog/kubernetes-admission-controllers-what-they-are-and - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/kubernetes-and-ldap-enterprise-authentication-for-kubernetes: ai_summary: 'Curator Insight: Deep dive into linking LDAP catalogs with Kubernetes authorization planes. Live Grounding: Focuses on authentication bridging patterns, @@ -278456,6 +295708,7 @@ https://www.vcluster.com/blog/kubernetes-and-ldap-enterprise-authentication-for- v2_locations: - kubernetes-security.md year: '2023' + addition_method: manual https://www.vcluster.com/blog/kubernetes-cost-monitoring-with-prometheus-and-grafana: ai_summary: A FinOps tutorial detailing how to set up cost monitoring dashboards in Kubernetes. Using Prometheus and Grafana, it links CPU and memory metrics to @@ -278478,6 +295731,7 @@ https://www.vcluster.com/blog/kubernetes-cost-monitoring-with-prometheus-and-gra v2_locations: - kubernetes-monitoring.md year: '2023' + addition_method: manual https://www.vcluster.com/blog/kubernetes-dashboards-headlamp: ai_summary: Detailed technical analysis of Headlamp, emphasizing its extensible plugin architecture and streamlined RBAC integrations that make it a compelling @@ -278499,6 +295753,7 @@ https://www.vcluster.com/blog/kubernetes-dashboards-headlamp: v2_locations: - kubernetes-based-devel.md year: '2023' + addition_method: manual https://www.vcluster.com/blog/kubernetes-monitoring-dashboards-5-best-open-source-tools: ai_summary: Curated listing comparing five prominent open-source monitoring dashboards, evaluating metrics fidelity, resource usage, and alerting integrations. @@ -278519,6 +295774,7 @@ https://www.vcluster.com/blog/kubernetes-monitoring-dashboards-5-best-open-sourc v2_locations: - kubernetes-based-devel.md year: '2023' + addition_method: manual https://www.vcluster.com/blog/kubernetes-multi-tenancy-why-virtual-clusters-are-the-best-solution: content_hash: 70ec8622ba4224aca6e4fe26dad1cd5f1707b95e3d9e9ccc705bdc44c06f175a health_score: 100.0 @@ -278531,6 +295787,7 @@ https://www.vcluster.com/blog/kubernetes-multi-tenancy-why-virtual-clusters-are- - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/kubernetes-network-policies-a-practitioners-guide: content_hash: 2e10784cabb03609d9e33e236da68487a62fe071774ba537e36f00d21981d8dd health_score: 100.0 @@ -278543,6 +295800,7 @@ https://www.vcluster.com/blog/kubernetes-network-policies-a-practitioners-guide: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.vcluster.com/blog/kubernetes-network-policies-for-isolating-namespaces: content_hash: 57becbdd1b98af9fba8f866ba2f96ee112f9599fff442d45444806a7bec8b329 health_score: 100.0 @@ -278555,6 +295813,7 @@ https://www.vcluster.com/blog/kubernetes-network-policies-for-isolating-namespac - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.vcluster.com/blog/kubernetes-nginx-ingress: content_hash: 209d3306a84849145062ada725631cf1db99b82e29f3bdff9359689b20c4216d health_score: 100.0 @@ -278567,6 +295826,7 @@ https://www.vcluster.com/blog/kubernetes-nginx-ingress: - docs/kubernetes-networking.md v2_locations: - kubernetes-networking.md + addition_method: manual https://www.vcluster.com/blog/kubernetes-on-windows-6-life-saving-tools-and-tips: content_hash: 1526c4bca17a86a64bdb8ce8019412213a48ec89769f117a4064044930bd79fe health_score: 100.0 @@ -278581,6 +295841,7 @@ https://www.vcluster.com/blog/kubernetes-on-windows-6-life-saving-tools-and-tips v2_locations: - kubernetes-tools.md - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/kubernetes-rbac-basics-and-advanced-patterns: ai_summary: 'Curator Insight: Deep-dive architecture guide covering basic principles and complex patterns. Live Grounding: Explains how to scale permissions securely @@ -278604,6 +295865,7 @@ https://www.vcluster.com/blog/kubernetes-rbac-basics-and-advanced-patterns: v2_locations: - kubernetes-security.md year: '2023' + addition_method: manual https://www.vcluster.com/blog/kubernetes-statefulset-examples-and-best-practices: content_hash: 1f2f29f5748a26da7448ff47f94f2b7d703c4328282349f989aa60435b1ac10b health_score: 100.0 @@ -278616,6 +295878,7 @@ https://www.vcluster.com/blog/kubernetes-statefulset-examples-and-best-practices - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/kubernetes-virtual-clusters-for-ci-cd-testing: content_hash: efab560c99da8fdaa0dd749c7b77c9fbc7d449b458477675bb4250141f0e89ef health_score: 100.0 @@ -278628,6 +295891,7 @@ https://www.vcluster.com/blog/kubernetes-virtual-clusters-for-ci-cd-testing: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/multi-tenant-kubernetes-clusters-challenges-and-useful-tooling: content_hash: 060c97edd9ce7f448758c7b698359bed470e3e32ec07f9423b4abbec96e8b33a health_score: 100.0 @@ -278640,6 +295904,7 @@ https://www.vcluster.com/blog/multi-tenant-kubernetes-clusters-challenges-and-us - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/platform-engineering-the-definitive-guide: content_hash: 8720524d8cc29b0cf9d2db882319d065145a2439e8c7ab062f88de03eedefd5b health_score: 100.0 @@ -278652,6 +295917,7 @@ https://www.vcluster.com/blog/platform-engineering-the-definitive-guide: - docs/devops.md v2_locations: - devops.md + addition_method: manual https://www.vcluster.com/blog/self-service-kubernetes-namespaces-are-a-game-changer: content_hash: f9bde4df9805faab65ca8a2304fa899686a3f77d2dd58f4d60825dc6833d3c5b health_score: 100.0 @@ -278664,6 +295930,7 @@ https://www.vcluster.com/blog/self-service-kubernetes-namespaces-are-a-game-chan - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.vcluster.com/blog/skaffold-vs-tilt-vs-devspace: ai_summary: An in-depth architectural comparison of Skaffold, Tilt, and DevSpace. Compares image-building techniques, file-syncing performance, deployment methods, @@ -278687,6 +295954,7 @@ https://www.vcluster.com/blog/skaffold-vs-tilt-vs-devspace: v2_locations: - kubernetes-based-devel.md year: '2021' + addition_method: manual https://www.vcluster.com/blog/the-cost-of-managed-kubernetes-a-comparison: content_hash: fc237c9bbe1ace4a6f33148df5188289660f9f85177c905c5edc3a7b3954f591 health_score: 100.0 @@ -278699,6 +295967,7 @@ https://www.vcluster.com/blog/the-cost-of-managed-kubernetes-a-comparison: - docs/finops.md v2_locations: - finops.md + addition_method: manual https://www.vcluster.com/blog/using-kubernetes-ephemeral-containers-for-troubleshooting: content_hash: dff7b515931470ac1d1207f31bbf6e72f558b86c9af30d41125c8641f2c68a4d health_score: 100.0 @@ -278711,6 +295980,7 @@ https://www.vcluster.com/blog/using-kubernetes-ephemeral-containers-for-troubles - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://www.veeam.com/products/cloud/kubernetes-data-protection.html: content_hash: 5dfeb1c409e63ed1dffc8e83d24eff55000e6c0f891cf0a1706558f2e9c21e80 health_score: 100.0 @@ -278722,11 +295992,13 @@ https://www.veeam.com/products/cloud/kubernetes-data-protection.html: - docs/kubernetes-backup-migrations.md v2_locations: - kubernetes-backup-migrations.md + addition_method: manual ? https://www.veeam.com/products/cloud/kubernetes-data-protection.html/kubernetes/resources/books/kubernetes-backup-and-dr-for-dummies : health_score: 64.0 last_checked: 1779130494.992115 v1_locations: - docs/kubernetes-backup-migrations.md + addition_method: manual https://www.velotio.com/engineering-blog/autoscaling-in-kubernetes-using-hpa-vpa: content_hash: 6ad96aea44c4357c967a6cf933896dfb82f50fb6013af428e0c49b9e4377fd40 description: '' @@ -278743,6 +296015,7 @@ https://www.velotio.com/engineering-blog/autoscaling-in-kubernetes-using-hpa-vpa v2_locations: - kubernetes-autoscaling.md year: N/A + addition_method: manual https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operators-golang-based-part-3: content_hash: 9a6cf0b07e6db3280474f134eac1c8907f09c22c1bcd1cc0c024e4d170f50cf6 description: '' @@ -278755,6 +296028,7 @@ https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operato v1_locations: - docs/kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operators-helm-based-part-1: content_hash: 1f0b89d62bb2831f749a8e9a323712cea5c289b9dc7cef460f65380978391c51 description: '' @@ -278772,6 +296046,7 @@ https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operato v2_locations: - kubernetes-operators-controllers.md year: N/A + addition_method: manual https://www.vice.com/en/article/g5y37j/thousands-of-software-engineers-say-the-job-market-is-getting-much-worse: content_hash: 31719bd15bededc57107588aab8fb196f5fc67f971ac8e38617f57344c449ceb description: '' @@ -278784,6 +296059,7 @@ https://www.vice.com/en/article/g5y37j/thousands-of-software-engineers-say-the-j v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://www.vice.com/en/article/thousands-of-software-engineers-say-the-job-market-is-getting-much-worse: ai_summary: Synthesizes feedback from thousands of software developers navigating the post-hype, high-rate economic landscape. Explores the impact of tech layoffs, @@ -278807,6 +296083,7 @@ https://www.vice.com/en/article/thousands-of-software-engineers-say-the-job-mark v2_locations: - recruitment.md year: '2024' + addition_method: manual https://www.viewnext.com/front-end-vs-back-end: content_hash: 7327648aae68036c0eba881e9a9bd61d8a29842c043a2a9222f43ab787f83ce3 description: '' @@ -278823,6 +296100,7 @@ https://www.viewnext.com/front-end-vs-back-end: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.viewnext.com/que-es-gitops: content_hash: cb5419da03815392e1fb88e525dc95d54ea4d209fe2a49b601131e2538a5f102 description: '' @@ -278839,6 +296117,7 @@ https://www.viewnext.com/que-es-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.virtualizationhowto.com/2023/08/best-kubernetes-management-tools-in-2023: content_hash: af5411ba43fffd7393b457afa87b088d4049fcadb9c53647e94c21fc02116510 description: '' @@ -278856,6 +296135,7 @@ https://www.virtualizationhowto.com/2023/08/best-kubernetes-management-tools-in- v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.virtualizationhowto.com/2024/02/vmware-by-broadcom-lesson-dont-base-your-career-on-a-product: content_hash: 22117a6988648c01ba20e4c160df791f02ae6b5172701d0002b960d7bf1f9e55 description: '' @@ -278873,6 +296153,7 @@ https://www.virtualizationhowto.com/2024/02/vmware-by-broadcom-lesson-dont-base- v2_locations: - introduction.md year: N/A + addition_method: manual https://www.visidata.org: content_hash: c814353df480bf347a8651f86c6b3875725c81b40382e7a924a54a18a546bdfb description: '' @@ -278884,6 +296165,7 @@ https://www.visidata.org: v1_locations: - docs/yaml.md year: N/A + addition_method: manual https://www.visual-paradigm.com/scrum/scrum-vs-waterfall-vs-agile-vs-lean-vs-kanban: content_hash: 10dec9e53420939f2db25cbf39184e731c772a42d1b329312bf96cdbc0d3a7c8 description: '' @@ -278900,6 +296182,7 @@ https://www.visual-paradigm.com/scrum/scrum-vs-waterfall-vs-agile-vs-lean-vs-kan v2_locations: - project-management-methodology.md year: N/A + addition_method: manual https://www.vladionescu.me/posts/scaling-containers-on-aws-in-2022: content_hash: d26dcefdbb2334e758bd4f67a4b734c8cd3c86ae4ea2573bec24028578d25802 description: '' @@ -278916,6 +296199,7 @@ https://www.vladionescu.me/posts/scaling-containers-on-aws-in-2022: v2_locations: - aws.md year: N/A + addition_method: manual https://www.vmware.com/products/app-platform/tanzu: ai_summary: Examines the strategic imperative of establishing trusted open-source workflows inside enterprise build infrastructures. Demonstrates how Tanzu's curated @@ -278940,6 +296224,7 @@ https://www.vmware.com/products/app-platform/tanzu: - kubernetes-on-premise.md - devsecops.md year: '2021' + addition_method: manual https://www.vmware.com/products/cloud-infrastructure/vsphere: ai_summary: Official product landing for VMware vSphere's container execution engine, which allows traditional virtual machine management tools to deploy and monitor @@ -278962,6 +296247,7 @@ https://www.vmware.com/products/cloud-infrastructure/vsphere: v2_locations: - kubernetes-on-premise.md year: '2020' + addition_method: manual https://www.vmware.com/products/vsphere.html: content_hash: 36bd511c2b3bb7a1a8cecf170652901dd419c9d1bf33702eb986d81eebdcdaa3 description: '' @@ -278974,6 +296260,7 @@ https://www.vmware.com/products/vsphere.html: - docs/kubernetes-on-premise.md - docs/matrix-table.md year: N/A + addition_method: manual https://www.vogella.com/tutorials: ai_summary: A comprehensive source of systematic software development tutorials covering Java engineering, Eclipse integration, Git architecture, and Android @@ -279001,6 +296288,7 @@ https://www.vogella.com/tutorials: v2_locations: - elearning.md year: '2024' + addition_method: manual https://www.vogella.com/tutorials/ApacheMaven/article.html: ai_summary: Exhaustive Java build automation tutorial focusing on Apache Maven. Discusses build profiles, custom lifecycle phases, localized plugin injections, @@ -279029,6 +296317,7 @@ https://www.vogella.com/tutorials/ApacheMaven/article.html: v2_locations: - maven-gradle.md year: N/A + addition_method: manual https://www.vpnranks.com/news/belgian-defense-ministry-under-cyber-attack-due-to-log4j-vulnerability: ai_summary: A real-world incident log charting the cyberattack on the Belgian Defense Ministry that leveraged the Log4j vulnerability. Highlights the national security @@ -279056,6 +296345,7 @@ https://www.vpnranks.com/news/belgian-defense-ministry-under-cyber-attack-due-to v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.vshn.ch/en/blog/a-very-quick-comparison-of-kubernetes-serverless-frameworks: content_hash: e86bf5c49bb5d428ebc616efa414aded48bcb489b9a6c5bae094c8698d23fe4f description: '' @@ -279072,6 +296362,7 @@ https://www.vshn.ch/en/blog/a-very-quick-comparison-of-kubernetes-serverless-fra v2_locations: - serverless.md year: N/A + addition_method: manual https://www.vxav.fr/2021-09-13-interacting-with-containerd-runtime-for-kubernetes: content_hash: N/A description: '' @@ -279086,12 +296377,14 @@ https://www.vxav.fr/2021-09-13-interacting-with-containerd-runtime-for-kubernete v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.w3.org/TR: content_hash: N/A health_score: 100.0 last_checked: 1779032753.948552 v1_locations: - docs/api.md + addition_method: manual https://www.w3schools.io/file/yaml-vs-yml: ai_summary: Curator Insight clarifies the historical origins, technical details, and file extension choices of .yaml vs .yml. Live Grounding shows that while modern @@ -279122,6 +296415,7 @@ https://www.w3schools.io/file/yaml-vs-yml: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://www.wappalyzer.com/technologies/documentation-tools/mkdocs: ai_summary: 'A technology profile tracking the adoption and deployment footprint of MkDocs across live web properties. Provides analytics, traffic estimates, and @@ -279152,6 +296446,7 @@ https://www.wappalyzer.com/technologies/documentation-tools/mkdocs: v2_locations: - mkdocs.md year: N/A + addition_method: manual https://www.warp.dev: ai_summary: Evaluates Warp, a Rust-based modern terminal platform embedding native AI workflows. Outlines command prediction, architectural collaboration features, @@ -279183,6 +296478,7 @@ https://www.warp.dev: - kubernetes-tools.md - developerportals.md year: N/A + addition_method: manual https://www.warpbuild.com: content_hash: 1eea8441cc11c2bc05c551f3ae304e54bbe33b68bf86a840cc232dcd75cb3462 health_score: 100.0 @@ -279195,6 +296491,7 @@ https://www.warpbuild.com: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.waypointproject.io: content_hash: ddcd8af21ca0d588edbf1538d3d5087557b2415ec1848041f07a653fcb60455c description: '' @@ -279207,6 +296504,7 @@ https://www.waypointproject.io: - docs/gitops.md - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.weave.works: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279227,6 +296525,7 @@ https://www.weave.works: - kubernetes-on-premise.md - matrix-table.md year: N/A + addition_method: manual https://www.weave.works/blog/6-business-benefits-of-kubernetes: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279242,6 +296541,7 @@ https://www.weave.works/blog/6-business-benefits-of-kubernetes: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.weave.works/blog/aws-networking-overview---part-2: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279253,6 +296553,7 @@ https://www.weave.works/blog/aws-networking-overview---part-2: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.weave.works/blog/case-study-national-australia-bank-decreases-operational-overhead-with-gitops: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279269,6 +296570,7 @@ https://www.weave.works/blog/case-study-national-australia-bank-decreases-operat v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/category/kubernetes: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279284,6 +296586,7 @@ https://www.weave.works/blog/category/kubernetes: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.weave.works/blog/deutsche-telekom-explain-why-they-chose-gitops-for-5g: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279300,6 +296603,7 @@ https://www.weave.works/blog/deutsche-telekom-explain-why-they-chose-gitops-for- v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/flamingo-expand-argo-cd-with-flux: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279315,6 +296619,7 @@ https://www.weave.works/blog/flamingo-expand-argo-cd-with-flux: v2_locations: - flux.md year: N/A + addition_method: manual https://www.weave.works/blog/gitops-in-the-modern-enterprise: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279330,6 +296635,7 @@ https://www.weave.works/blog/gitops-in-the-modern-enterprise: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/gitops-takes-devops-teams-to-higher-levels-of-maturity: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279345,6 +296651,7 @@ https://www.weave.works/blog/gitops-takes-devops-teams-to-higher-levels-of-matur v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/introduction-to-kubernetes-pod-networking--part-1: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279356,6 +296663,7 @@ https://www.weave.works/blog/introduction-to-kubernetes-pod-networking--part-1: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.weave.works/blog/introduction-to-service-meshes-on-kubernetes-and-progressive-delivery: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279368,6 +296676,7 @@ https://www.weave.works/blog/introduction-to-service-meshes-on-kubernetes-and-pr v1_locations: - docs/servicemesh.md year: N/A + addition_method: manual https://www.weave.works/blog/kubernetes-cluster: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279383,6 +296692,7 @@ https://www.weave.works/blog/kubernetes-cluster: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.weave.works/blog/kubernetes-components-that-makeup-its-architecture: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279398,6 +296708,7 @@ https://www.weave.works/blog/kubernetes-components-that-makeup-its-architecture: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.weave.works/blog/kubernetes-deployment-strategies: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279413,6 +296724,7 @@ https://www.weave.works/blog/kubernetes-deployment-strategies: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.weave.works/blog/kubernetes-in-the-enterprise: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279424,6 +296736,7 @@ https://www.weave.works/blog/kubernetes-in-the-enterprise: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.weave.works/blog/manage-thousands-of-clusters-with-gitops-and-the-cluster-api: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279439,6 +296752,7 @@ https://www.weave.works/blog/manage-thousands-of-clusters-with-gitops-and-the-cl v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.weave.works/blog/managing-kubernetes-with-gitops-in-a-multi-cluster-multi-cloud-world: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279455,12 +296769,14 @@ https://www.weave.works/blog/managing-kubernetes-with-gitops-in-a-multi-cluster- v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/one-year-kured-kubernetes-reboot-daemon: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 health_score: 100.0 last_checked: 1779030987.129631 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://www.weave.works/blog/progressively-delivering-applications-across-cloud-and-on-premise: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279473,6 +296789,7 @@ https://www.weave.works/blog/progressively-delivering-applications-across-cloud- v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://www.weave.works/blog/the-definitive-guide-to-kubernetes-in-production: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279488,6 +296805,7 @@ https://www.weave.works/blog/the-definitive-guide-to-kubernetes-in-production: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.weave.works/blog/the-history-of-gitops: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279503,6 +296821,7 @@ https://www.weave.works/blog/the-history-of-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/theres-more-to-gitops-than-meets-the-eye: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279518,6 +296837,7 @@ https://www.weave.works/blog/theres-more-to-gitops-than-meets-the-eye: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/tools-for-automating-and-implementing-cloud-native-patterns: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279533,6 +296853,7 @@ https://www.weave.works/blog/tools-for-automating-and-implementing-cloud-native- v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.weave.works/blog/what-is-a-self-service-developer-platform: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279548,6 +296869,7 @@ https://www.weave.works/blog/what-is-a-self-service-developer-platform: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.weave.works/blog/what-is-gitops-really: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279563,6 +296885,7 @@ https://www.weave.works/blog/what-is-gitops-really: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/wkp-team-workspaces-rbac: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279579,6 +296902,7 @@ https://www.weave.works/blog/wkp-team-workspaces-rbac: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/blog/wksctl-a-new-oss-kubernetes-manager-using-gitops: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279596,6 +296920,7 @@ https://www.weave.works/blog/wksctl-a-new-oss-kubernetes-manager-using-gitops: - gitops.md - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.weave.works/docs/net/latest/overview: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279606,6 +296931,7 @@ https://www.weave.works/docs/net/latest/overview: v1_locations: - docs/kubernetes-networking.md year: N/A + addition_method: manual https://www.weave.works/features/prometheus-monitoring: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279617,6 +296943,7 @@ https://www.weave.works/features/prometheus-monitoring: v1_locations: - docs/prometheus.md year: N/A + addition_method: manual https://www.weave.works/product/gitops-enterprise: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279632,6 +296959,7 @@ https://www.weave.works/product/gitops-enterprise: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/technologies/gitops: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279647,6 +296975,7 @@ https://www.weave.works/technologies/gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.weave.works/technologies/going-cloud-native-6-essential-things-you-need-to-know: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279662,6 +296991,7 @@ https://www.weave.works/technologies/going-cloud-native-6-essential-things-you-n v2_locations: - introduction.md year: N/A + addition_method: manual https://www.weave.works/use-cases/security-with-gitops: content_hash: 091412b47e174c316006481c48b92256957365c7790fb29edb04c77f85eafff9 description: '' @@ -279678,6 +297008,7 @@ https://www.weave.works/use-cases/security-with-gitops: v2_locations: - gitops.md year: N/A + addition_method: manual https://www.webcodegeeks.com/python/python-django-tutorial: content_hash: ecc6465f557eb68919cde2481c73bf97f2e5a05b20fd526293816eb6f66a4c4f health_score: 100.0 @@ -279690,6 +297021,7 @@ https://www.webcodegeeks.com/python/python-django-tutorial: - docs/python.md v2_locations: - python.md + addition_method: manual https://www.weblineindia.com/blog/all-about-devops-automation: content_hash: 5c4df7734c4f0fb66d0a8a7c7958ac51b47855aa3fe70293570e992c5009bfa6 description: '' @@ -279706,6 +297038,7 @@ https://www.weblineindia.com/blog/all-about-devops-automation: v2_locations: - devops.md year: N/A + addition_method: manual https://www.websiteplanet.com/blog/what-is-open-source-software: content_hash: 48b76d3a04ea9b344b87d2e9dd15097773477e84cf79805130519443b59f8e5b description: '' @@ -279717,6 +297050,7 @@ https://www.websiteplanet.com/blog/what-is-open-source-software: v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www.websiteplanet.com/blog/what-is-open-source-software/?geo=us&device=desktop: content_hash: 44016c9a744044e8784378832ae7f96acd45871781653683701b9d266762ac54 health_score: 100.0 @@ -279729,6 +297063,7 @@ https://www.websiteplanet.com/blog/what-is-open-source-software/?geo=us&device=d - docs/introduction.md v2_locations: - introduction.md + addition_method: manual https://www.wecloudpro.com/2020/08/22/kubernetes-disaster-recovery-with-velero.html: content_hash: N/A description: '' @@ -279743,12 +297078,14 @@ https://www.wecloudpro.com/2020/08/22/kubernetes-disaster-recovery-with-velero.h v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.wecloudpro.com/2020/11/01/Balance-your-kubernetes-cluster.html: content_hash: N/A health_score: 100.0 last_checked: 1779031257.910617 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://www.wecloudpro.com/2021/08/21/Watchers-in-Kubernetes.html: content_hash: N/A description: '' @@ -279763,6 +297100,7 @@ https://www.wecloudpro.com/2021/08/21/Watchers-in-Kubernetes.html: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.wecloudpro.com/2021/11/13/Tanzu-Community-Edition.html: content_hash: N/A description: '' @@ -279777,6 +297115,7 @@ https://www.wecloudpro.com/2021/11/13/Tanzu-Community-Edition.html: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.wecloudpro.com/2021/11/28/Argocd-helm.html: content_hash: N/A description: '' @@ -279791,6 +297130,7 @@ https://www.wecloudpro.com/2021/11/28/Argocd-helm.html: v2_locations: - argo.md year: N/A + addition_method: manual https://www.weekly.tf: content_hash: a743f5f0047fdb26c215dab3cf0b3069e979ee3a8cbfb7cb3741d6958a70e4eb health_score: 100.0 @@ -279803,6 +297143,7 @@ https://www.weekly.tf: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.weekly.tf/p/issue-171-terramate-using-llms-to-generate-terraform-api-gateway-with-lambda-guardduty-imdsv2: content_hash: f45c9c58771c4dd73e2be1b9d91269c6756214c5b50541860f9f03ec6b91874a description: '' @@ -279815,6 +297156,7 @@ https://www.weekly.tf/p/issue-171-terramate-using-llms-to-generate-terraform-api v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.welivesecurity.com/es/recursos-herramientas/ofuscacion-de-codigo-arte-ciberseguridad: content_hash: ea8069a51b3baf9a772d6590bd3e38740fc51aac3e1ca5589946fb2d84a8bf4d description: '' @@ -279831,6 +297173,7 @@ https://www.welivesecurity.com/es/recursos-herramientas/ofuscacion-de-codigo-art v2_locations: - introduction.md year: N/A + addition_method: manual https://www.welivesecurity.com/la-es/2021/12/16/que-deben-saber-lideres-empresas-sobre-log4shell: ai_summary: A strategic overview written in Spanish examining the operational risks and system-level mitigations for the Log4Shell exploit. Intended for security @@ -279858,6 +297201,7 @@ https://www.welivesecurity.com/la-es/2021/12/16/que-deben-saber-lideres-empresas v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.whizlabs.com: ai_summary: A prominent training simulator focusing on public cloud certifications (AWS, GCP, Azure). Offers structured labs and mock exam modules used globally @@ -279885,6 +297229,7 @@ https://www.whizlabs.com: v2_locations: - elearning.md year: N/A + addition_method: manual https://www.whizlabs.com/blog/google-cloud-platform: content_hash: 9d0da3343a23dbee6735e99401bc1645be286eec8831b0cbdb0708d761ff2df4 description: '' @@ -279901,6 +297246,7 @@ https://www.whizlabs.com/blog/google-cloud-platform: v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.whizlabs.com/blog/kinesis-vs-kafka: content_hash: d528bed17d96c657bbd9f49908d418c5254d4c138885b45b8adfdad45e189134 description: '' @@ -279917,6 +297263,7 @@ https://www.whizlabs.com/blog/kinesis-vs-kafka: v2_locations: - aws-data.md year: N/A + addition_method: manual https://www.wildfly.org: content_hash: b2a0f25818476a291e56d395e5b5400458adb5795034fe5d51667e998f22edfd health_score: 100.0 @@ -279930,6 +297277,7 @@ https://www.wildfly.org: v2_locations: - java_app_servers.md - java_frameworks.md + addition_method: manual https://www.wired.co.uk/article/great-resignation-quit-job: content_hash: 548b3e30425ae4de1adb674d0c024f4d20e7de886ad36ea05d8e2dba30b0e058 description: '' @@ -279941,6 +297289,7 @@ https://www.wired.co.uk/article/great-resignation-quit-job: v1_locations: - docs/recruitment.md year: N/A + addition_method: manual https://www.wired.com/story/calendly-google-calendar-appointment-schedule: content_hash: 3aeb1741de2047f28aca8ac3460ea7d9ef37dee20194e4d0042d252ad21a35f3 description: '' @@ -279952,6 +297301,7 @@ https://www.wired.com/story/calendly-google-calendar-appointment-schedule: v1_locations: - docs/appointment-scheduling.md year: N/A + addition_method: manual https://www.wired.com/story/great-resignation-quit-job: ai_summary: A deep dive into the socio-economic drivers behind the pandemic-era workplace migrations. Synthesizing market-wide attrition metrics with early organizational @@ -279974,6 +297324,7 @@ https://www.wired.com/story/great-resignation-quit-job: v2_locations: - recruitment.md year: '2021' + addition_method: manual https://www.wired.com/story/web3-gavin-wood-interview: content_hash: 80271d5381e0f66f13ce9ecb63f3bc0ed02eea2a5977d6113e20a7d408b589aa description: '' @@ -279990,6 +297341,7 @@ https://www.wired.com/story/web3-gavin-wood-interview: v2_locations: - web3.md year: N/A + addition_method: manual https://www.wiz.io/blog/avoiding-mistakes-with-aws-oidc-integration-conditions: ai_summary: An in-depth security analysis detailing how to configure AWS OpenID Connect (OIDC) trust relationships correctly in GitHub Actions and other CI providers. @@ -280022,6 +297374,7 @@ https://www.wiz.io/blog/avoiding-mistakes-with-aws-oidc-integration-conditions: - aws-security.md - gitops.md year: N/A + addition_method: manual https://www.worksome.com: ai_summary: Contractor management and compliance platform simplifying invoicing, IR35 vetting, and international payouts for agile enterprise workforces. @@ -280042,6 +297395,7 @@ https://www.worksome.com: v2_locations: - freelancing.md year: '2022' + addition_method: manual https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in-ansible-deal-with-microsoft-azure: content_hash: N/A description: '' @@ -280057,6 +297411,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v2_locations: - ansible.md year: N/A + addition_method: manual ? https://www.xataka.com/aplicaciones/copilot-escribe-40-codigo-lenguajes-como-java-python-que-llega-a-github-cinco-anos-llegara-al-80 : content_hash: 6306d2ea24bff3a8cdd0edc3ee75020cabd3b39392aed0c60e5a900f33229521 description: '' @@ -280074,6 +297429,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v2_locations: - git.md year: N/A + addition_method: manual ? https://www.xataka.com/aplicaciones/github-copilot-asistente-para-escribir-codigo-basado-ia-esta-disponible-para-todos-esto-que-costara : content_hash: 09264fa81c89134217dc3a40d159895040f92284424c203afd0665ec0ed89bae description: '' @@ -280091,6 +297447,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v2_locations: - git.md year: N/A + addition_method: manual ? https://www.xataka.com/automovil/excel-se-ha-usado-formula-1-que-se-han-dado-cuenta-que-no-mejor-forma-controlar-20-000-piezas-coche : content_hash: 4e63ebc0c211657df3c2420a019e50c165d884eb4ac66bfb2bf6dd252b3a1158 description: '' @@ -280110,6 +297467,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- - databases.md - customer.md year: N/A + addition_method: manual ? https://www.xataka.com/empresas-y-economia/gran-renuncia-esta-ganando-terreno-espana-hay-dos-barreras-salarios-bajos-ley-laboral : ai_summary: 'Explores why the Great Resignation in Spain manifested differently than in the US, highlighting two powerful structural friction points: lower baseline @@ -280140,6 +297498,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://www.xataka.com/empresas-y-economia/guerra-talento-sector-tecnologico-amenaza-viabilidad-muchas-pymes-espanolas-cada-vez-les-resulta-dificil-retener-a-seniors : ai_summary: Analyzes the severe threat that hyper-competitive global remote hiring poses to Spanish Small and Medium Enterprises (SMEs). Highlights the critical @@ -280169,6 +297528,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://www.xataka.com/empresas-y-economia/han-recomendado-calcular-cuanto-dinero-queda-al-resto-despedirles-startups-espanolas-frente-a-quiebra-svb : content_hash: 4d802875252d2e4a39f122b356e3a5d658fdcfa9f20d3206560fe5103f069e62 description: '' @@ -280186,6 +297546,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v2_locations: - hr.md year: N/A + addition_method: manual ? https://www.xataka.com/empresas-y-economia/no-asciendo-aprendo-me-largo-empresa-crecimiento-profesional-como-estrategia-para-retener-talento : ai_summary: Analyzes the shift in modern engineering culture where the absence of clear promotion tracks and technical skill development acts as a primary trigger @@ -280215,6 +297576,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v2_locations: - recruitment.md year: N/A + addition_method: manual ? https://www.xataka.com/especiales/me-hice-funcionario-siendo-ingeniero-que-me-da-administracion-publica-que-no-consigue-empresa-privada : content_hash: e9cd86bffde226cf88b1ba5063a8f9ecdc8355b09b52298c92eab1c2518f83b3 description: '' @@ -280227,6 +297589,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v1_locations: - docs/recruitment.md year: N/A + addition_method: manual ? https://www.xataka.com/especiales/me-hice-funcionario-siendo-ingeniero-que-me-da-administracion-publica-que-no-consigue-empresa-privada-1 : ai_summary: A first-person architectural comparison of engineering life in the private tech sector versus public administration in Spain. Contrasts high-pressure, high-volatility @@ -280250,6 +297613,7 @@ https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in- v2_locations: - recruitment.md year: '2022' + addition_method: manual https://www.xataka.com/magnet/esclavos-improductividad-70-reuniones-impiden-que-empleados-hagan-su-trabajo: content_hash: 185a7ce2f2613078a525a2fb900499af71601d573156005a0b58fcad0b5dc833 health_score: 100.0 @@ -280262,6 +297626,7 @@ https://www.xataka.com/magnet/esclavos-improductividad-70-reuniones-impiden-que- - docs/project-management-methodology.md v2_locations: - project-management-methodology.md + addition_method: manual https://www.xataka.com/magnet/gran-renuncia-americana-como-trabajadores-se-han-hartado-sistema-estan-dejando-sus-empleos: ai_summary: Deconstructs the macro-level socioeconomic causes of the American workplace exodus for a European audience. Details the long-standing friction points of high-pressure @@ -280285,6 +297650,7 @@ https://www.xataka.com/magnet/gran-renuncia-americana-como-trabajadores-se-han-h v2_locations: - recruitment.md year: '2021' + addition_method: manual https://www.xataka.com/movilidad/auge-coche-electrico-autonomo-se-ha-topado-otra-barrera-software-volkswagen-sabe-bien: barrera: el software. Volkswagen lo sabe bien' content_hash: 4c278c1010c1e056aee628959b4fe86b8e6404d4e968a2f1ec03c1b9f8eac6ec @@ -280303,6 +297669,7 @@ https://www.xataka.com/movilidad/auge-coche-electrico-autonomo-se-ha-topado-otra v2_locations: - customer.md year: N/A + addition_method: manual https://www.xataka.com/pro/asi-se-reparte-mercado-cloud-tres-grandes-tienen-63-siguientes-10-22: content_hash: 54aa48fc1d11a96bbd4ce2fa430a2f716f63ba509e44617452257da14d34eba8 description: '' @@ -280320,6 +297687,7 @@ https://www.xataka.com/pro/asi-se-reparte-mercado-cloud-tres-grandes-tienen-63-s v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.xataka.com/pro/aws-se-pasa-al-low-code-workflow-studio-su-primera-herramienta-desarrollo-codigo: content_hash: c809955afad5f07794502f802920f6b63d6d7863261a3fbf64a63b7ca782b2c6 description: '' @@ -280337,6 +297705,7 @@ https://www.xataka.com/pro/aws-se-pasa-al-low-code-workflow-studio-su-primera-he v2_locations: - aws-newfeatures.md year: N/A + addition_method: manual ? https://www.xataka.com/pro/deuda-tecnica-lastre-para-tecnologicas-estudio-senala-que-informaticos-pierden-casi-dia-trabajo-a-semana-para-solventarlas : content_hash: 2a34dc13d56b51e6d95b6219d043c79dd3ee012daf735215c2bca1164290ec9c description: '' @@ -280354,6 +297723,7 @@ https://www.xataka.com/pro/aws-se-pasa-al-low-code-workflow-studio-su-primera-he v2_locations: - introduction.md year: N/A + addition_method: manual ? https://www.xataka.com/pro/gran-renuncia-eeuu-empleados-estan-dejando-masa-sus-trabajos-gran-pregunta-veremos-esto-cuando-espana : ai_summary: Investigates the structural likelihood of the 'Great Resignation' spreading to the Spanish labor market. Contrasts US-style employment liquidity against Spanish @@ -280383,6 +297753,7 @@ https://www.xataka.com/pro/aws-se-pasa-al-low-code-workflow-studio-su-primera-he v2_locations: - recruitment.md year: N/A + addition_method: manual https://www.xataka.com/pro/ibm-se-parte-dos-109-anos-despues-nube-da-dinero-que-se-creara-empresa-centrada-ella: content_hash: 3443546174ea8781f2411c1da6e909101864d9b6533d40b19ddcf5f9d56a9787 description: '' @@ -280400,6 +297771,7 @@ https://www.xataka.com/pro/ibm-se-parte-dos-109-anos-despues-nube-da-dinero-que- v2_locations: - ibm_cloud.md year: N/A + addition_method: manual ? https://www.xataka.com/pro/seguridad-social-crea-app-movil-para-gestionar-nueva-cuota-autonomos-permitira-cambiar-tramo-mensualmente-ingresos : ai_summary: Overview of the mobile application launched by Spain's Social Security to manage the contribution tranches under the real earnings system. Details the @@ -280429,6 +297801,7 @@ https://www.xataka.com/pro/ibm-se-parte-dos-109-anos-despues-nube-da-dinero-que- v2_locations: - freelancing.md year: N/A + addition_method: manual ? https://www.xataka.com/pro/talon-aquiles-aws-sus-altas-tarifas-salida-datos-sus-rivales-empiezan-a-explotarlo-guerra-precios-gigante-nube : content_hash: b646ff72ba2dd2feaba5c973cca553a134cb29e4de38b5e8ac61e822933a8be1 description: '' @@ -280447,6 +297820,7 @@ https://www.xataka.com/pro/ibm-se-parte-dos-109-anos-despues-nube-da-dinero-que- v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.xataka.com/robotica-e-ia/copilot-revolucion-para-programadores-tambien-potencial-problema-legal-para-microsoft: content_hash: 07dbf669afdba755fcfe39e04cedc8468237596a53917c9a25e4dabcddf909b9 description: '' @@ -280464,6 +297838,7 @@ https://www.xataka.com/robotica-e-ia/copilot-revolucion-para-programadores-tambi v2_locations: - git.md year: N/A + addition_method: manual ? https://www.xataka.com/robotica-e-ia/google-lanza-misil-github-copilot-su-asistente-programacion-ofrece-mucho-uso-gratuito-que-microsoft : ai_summary: Spanish news analysis covering the competitive launch of Google Gemini Code Assist and its direct threat to GitHub Copilot's market dominance. Highlights @@ -280497,6 +297872,7 @@ https://www.xataka.com/robotica-e-ia/copilot-revolucion-para-programadores-tambi - cicd.md - chatgpt.md year: N/A + addition_method: manual https://www.xataka.com/robotica-e-ia/llevo-algunos-dias-usando-copilot-github-para-programar-esta-mi-experiencia: content_hash: 6e004d38201fdb49413168ce16229a39bf5ae74754ac3a9c8ff873cb35f33274 description: '' @@ -280514,6 +297890,7 @@ https://www.xataka.com/robotica-e-ia/llevo-algunos-dias-usando-copilot-github-pa v2_locations: - git.md year: N/A + addition_method: manual ? https://www.xataka.com/robotica-e-ia/microsoft-no-quiere-poner-todos-huevos-cesta-anuncia-asociacion-mistral-ai-openai-europa : ai_summary: '[SPANISH CONTENT] Analysis of Microsoft''s strategic alliance with Mistral AI. Evaluates the multi-model diversification strategies in Azure AI, @@ -280543,6 +297920,7 @@ https://www.xataka.com/robotica-e-ia/llevo-algunos-dias-usando-copilot-github-pa v2_locations: - ai.md year: N/A + addition_method: manual https://www.xataka.com/robotica-e-ia/programadores-alucinaban-copilot-chatgpt-ahora-deepmind-va-alla-aplhacode: content_hash: 0ee1605e96c36e6946875d3b453271ece38657c3e65588b6e85a7a1877c11c90 description: '' @@ -280560,6 +297938,7 @@ https://www.xataka.com/robotica-e-ia/programadores-alucinaban-copilot-chatgpt-ah v2_locations: - git.md year: N/A + addition_method: manual ? https://www.xataka.com/robotica-e-ia/programar-cuando-maquina-hace-poco-ti-asi-github-copilot-sistema-que-se-nutre-prodigioso-gpt-3 : content_hash: 33ee24041fd064e9d43fdb02f9c9ba6dc3e968de8efd0d15ed03eeb408f2e77c description: '' @@ -280578,6 +297957,7 @@ https://www.xataka.com/robotica-e-ia/programadores-alucinaban-copilot-chatgpt-ah v2_locations: - git.md year: N/A + addition_method: manual ? https://www.xataka.com/servicios/copilot-chatgpt-gpt-4-han-cambiado-para-siempre-mundo-programacion-esto-que-opinan-expertos : ai_summary: '[SPANISH CONTENT] A collection of deep-dive interviews tracking the generational shift of AI in standard software engineering teams. Documents shifts @@ -280605,6 +297985,7 @@ https://www.xataka.com/robotica-e-ia/programadores-alucinaban-copilot-chatgpt-ah v2_locations: - ai.md year: N/A + addition_method: manual https://www.xataka.com/servicios/que-amazon-ha-elegido-aragon-para-instalar-sus-tres-primeros-centros-datos-espana: ai_summary: Detailed journalistic analysis examining why AWS selected the Aragon region for its initial three Spanish data centers. Excellent strategic reading @@ -280634,6 +298015,7 @@ https://www.xataka.com/servicios/que-amazon-ha-elegido-aragon-para-instalar-sus- v2_locations: - aws-spain.md year: N/A + addition_method: manual https://www.xenonstack.com/blog/serverless-open-faas-java: content_hash: c36a754f631fcecc063ae7bd9cee4696a9aa44b1f6cea8b4e219c1d268b89e81 health_score: 100.0 @@ -280647,6 +298029,7 @@ https://www.xenonstack.com/blog/serverless-open-faas-java: v2_locations: - serverless.md - kubernetes.md + addition_method: manual https://www.xenonstack.com/blog/serverless-openfaas-java: content_hash: 24ebd6dc664ac99dafe35d8c4cdbe839f9b8fbf487c1eb8ebaded150dc329ce1 description: '' @@ -280659,6 +298042,7 @@ https://www.xenonstack.com/blog/serverless-openfaas-java: - docs/kubernetes.md - docs/serverless.md year: N/A + addition_method: manual https://www.xenonstack.com/insights/stateful-and-stateless-applications: content_hash: 077f410b328fef5f017d6ec28b9a6c6bb42f35e2140fe3f1acfc4c6e8fc925ad description: '' @@ -280675,6 +298059,7 @@ https://www.xenonstack.com/insights/stateful-and-stateless-applications: v2_locations: - databases.md year: N/A + addition_method: manual https://www.xeridia.co.uk/blog/benefits-test-driven-development-devops-environments: content_hash: 85facb56a2e9d58fd217b7caec4fea7d9684b1d30fd3ca8c6c031d66cd535b95 description: '' @@ -280691,6 +298076,7 @@ https://www.xeridia.co.uk/blog/benefits-test-driven-development-devops-environme v2_locations: - testops.md year: N/A + addition_method: manual https://www.xeridia.co.uk/blog/importance-testing-devops: content_hash: 3f203a6c45a135e3a81f9cd780db42c4eae76f3d36596f8c21b91d2dd22211db description: '' @@ -280707,6 +298093,7 @@ https://www.xeridia.co.uk/blog/importance-testing-devops: v2_locations: - testops.md year: N/A + addition_method: manual https://www.yamllint.com: ai_summary: Curator Insight introduces yamllint.com as the preeminent, straightforward browser utility for validating YAML payloads. Live Grounding confirms its status @@ -280734,6 +298121,7 @@ https://www.yamllint.com: v2_locations: - yaml.md year: '2020' + addition_method: manual https://www.yeeply.com: content_hash: 31b7067754281e1dbc1a25c481bd139524b193f46bfe0d8ac66faf733597c2e6 description: '' @@ -280745,6 +298133,7 @@ https://www.yeeply.com: v1_locations: - docs/freelancing.md year: N/A + addition_method: manual https://www.yegor256.com/2014/07/24/rultor-automated-merging.html: content_hash: 79ea56074f05c8f3858ef7d1e58be6482bf54c9d9256940e40854ed0b8ef88ee description: '' @@ -280761,6 +298150,7 @@ https://www.yegor256.com/2014/07/24/rultor-automated-merging.html: v2_locations: - git.md year: N/A + addition_method: manual https://www.yobyot.com/aws/aws-multi-region-keys-and-ec2-data-lifecycle-manager/2021/08/18: content_hash: b642aa84b170fc32fe04321fa47847096aa2b9bad5f51e6154cdffc1661208dc description: '' @@ -280773,12 +298163,14 @@ https://www.yobyot.com/aws/aws-multi-region-keys-and-ec2-data-lifecycle-manager/ v1_locations: - docs/aws-security.md year: N/A + addition_method: manual https://www.youtube.com: content_hash: 6c3a3cf9d553f6fdc2cf2e5e4cb612bb2488484ebae275a9ed79051f5aa8c804 health_score: 100.0 last_checked: 1779029371.346189 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://www.youtube.com/@ByteByteGo: content_hash: 78614279dba778d61de7727a4c0a2bd6fc4d16484c8435e8f8ebfbcd9123e7b1 health_score: 100.0 @@ -280790,6 +298182,7 @@ https://www.youtube.com/@ByteByteGo: image: images/bytebytego.jpg order_v1: 114 order_v2: 36 + addition_method: manual https://www.youtube.com/@CloudNativeMadrid: description: YouTube channel for CloudNativeMadrid status: online @@ -280803,6 +298196,7 @@ https://www.youtube.com/@CloudNativeMadrid: image: images/cloudnativemadrid_logo.jpg order_v1: 121 order_v2: 41 + addition_method: manual https://www.youtube.com/@DotCSV: content_hash: cd7d90b54e4e493cdc7c9d473d449cd3b861c7e59eacca837584a39335f2419a health_score: 100.0 @@ -280814,6 +298208,7 @@ https://www.youtube.com/@DotCSV: image: images/dotcsv.jpg order_v1: 115 order_v2: 7 + addition_method: manual https://www.youtube.com/@GoogleGemini: content_hash: '' description: Official channel for Google Gemini, focusing on the latest advancements @@ -280831,6 +298226,7 @@ https://www.youtube.com/@GoogleGemini: image: images/google_gemini_logo.png order_v1: 125 order_v2: 0 + addition_method: manual https://www.youtube.com/@ITOpsTalk: content_hash: '' description: IT Pro & Operations content from Microsoft's Azure Infrastructure Advocacy @@ -280849,6 +298245,7 @@ https://www.youtube.com/@ITOpsTalk: image: images/itopstalk_logo.png order_v1: 123 order_v2: 42 + addition_method: manual https://www.youtube.com/@Microsoft.Copilot: content_hash: '' description: Official channel for Microsoft Copilot, highlighting AI-powered productivity @@ -280866,6 +298263,7 @@ https://www.youtube.com/@Microsoft.Copilot: image: images/microsoft_copilot_logo.png order_v1: 128 order_v2: 5 + addition_method: manual https://www.youtube.com/@MicrosoftReactor: description: YouTube channel for Microsoft Reactor status: online @@ -280879,6 +298277,7 @@ https://www.youtube.com/@MicrosoftReactor: image: images/microsoft_reactor_logo.png order_v1: 131 order_v2: 6 + addition_method: manual https://www.youtube.com/@NedintheCloud: content_hash: 751e75ab19fc6536acc8f25fa412fafc037f70f4df7fde0fb280514501f6b19a health_score: 100.0 @@ -280890,6 +298289,7 @@ https://www.youtube.com/@NedintheCloud: image: images/nedinthecloud.jpg order_v1: 111 order_v2: 8 + addition_method: manual https://www.youtube.com/@NetBoxLabs: content_hash: 2ab4f70096ee1f7d72005a1eb6153f7359b8747f5835acedc4f16a822e9e20fe health_score: 100.0 @@ -280901,6 +298301,7 @@ https://www.youtube.com/@NetBoxLabs: image: images/netboxlabs_logo.jpg order_v1: 112 order_v2: 9 + addition_method: manual https://www.youtube.com/@OlenaKutsenko: description: YouTube channel for Olena Kutsenko status: online @@ -280914,6 +298315,7 @@ https://www.youtube.com/@OlenaKutsenko: image: images/olena_kutsenko.jpg order_v1: 119 order_v2: 39 + addition_method: manual https://www.youtube.com/@Playwrightdev: content_hash: '' description: Official channel for Playwright, the open-source framework for reliable @@ -280931,6 +298333,7 @@ https://www.youtube.com/@Playwrightdev: image: images/playwright_logo.png order_v1: 132 order_v2: 1 + addition_method: manual https://www.youtube.com/@aiatmeta: content_hash: '' description: Official channel for Meta AI, sharing news and research on Meta's artificial @@ -280948,6 +298351,7 @@ https://www.youtube.com/@aiatmeta: image: images/meta_ai_logo.png order_v1: 130 order_v2: 4 + addition_method: manual https://www.youtube.com/@anthropic-ai: content_hash: '' description: Official channel for Anthropic, focusing on AI safety and the development @@ -280965,6 +298369,7 @@ https://www.youtube.com/@anthropic-ai: image: images/anthropic_logo.png order_v1: 127 order_v2: 2 + addition_method: manual https://www.youtube.com/@azure-terraformer: content_hash: e18f6ea9b09101a05ca67bffbc439a86c72974d80c0ab80e837a1a7077e1675a health_score: 100.0 @@ -280977,6 +298382,7 @@ https://www.youtube.com/@azure-terraformer: image: images/azure-terraformer.jpg order_v1: 110 order_v2: 7 + addition_method: manual https://www.youtube.com/@code/shorts: content_hash: 0cfda6fe9a32083f87cadcf3aa9ba3386c95b5e8140df02f72fb021b877cd057 description: '' @@ -280993,6 +298399,7 @@ https://www.youtube.com/@code/shorts: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/@googlecloudtech: content_hash: '' description: Official channel for Google Cloud. It features technical tutorials, @@ -281010,6 +298417,7 @@ https://www.youtube.com/@googlecloudtech: image: images/gcp_logo_v2.png order_v1: 124 order_v2: 3 + addition_method: manual https://www.youtube.com/@googledeepmind: content_hash: '' description: Official channel for Google DeepMind, showcasing research and breakthroughs @@ -281027,6 +298435,7 @@ https://www.youtube.com/@googledeepmind: image: images/google_deepmind_logo.png order_v1: 126 order_v2: 1 + addition_method: manual https://www.youtube.com/@kubefm: description: YouTube channel for kubefm status: online @@ -281040,6 +298449,7 @@ https://www.youtube.com/@kubefm: image: images/kubefm_logo.jpg order_v1: 118 order_v2: 10 + addition_method: manual https://www.youtube.com/@kyndryl: description: YouTube channel for kyndryl status: online @@ -281053,6 +298463,7 @@ https://www.youtube.com/@kyndryl: image: images/kyndryl_logo.jpg order_v1: 122 order_v2: 13 + addition_method: manual https://www.youtube.com/@midulive: content_hash: 54eb8117330153c84af7f5634d99785b7fc0fa3079b923aa7f4db24398634b58 health_score: 100.0 @@ -281064,6 +298475,7 @@ https://www.youtube.com/@midulive: image: images/midulive.jpg order_v1: 116 order_v2: 37 + addition_method: manual https://www.youtube.com/@mouredev: description: YouTube channel for mouredev status: online @@ -281077,6 +298489,7 @@ https://www.youtube.com/@mouredev: image: images/mouredev.jpg order_v1: 120 order_v2: 40 + addition_method: manual https://www.youtube.com/@returngis: description: YouTube channel for returngis status: online @@ -281090,6 +298503,7 @@ https://www.youtube.com/@returngis: image: images/returngis_logo.jpg order_v1: 117 order_v2: 38 + addition_method: manual https://www.youtube.com/@techwithhelen: content_hash: cc91839793cd72633ccbcdd4b1b87ff97798c0f978c25e03459a686c466548ba health_score: 100.0 @@ -281101,6 +298515,7 @@ https://www.youtube.com/@techwithhelen: image: images/techwithhelen.jpg order_v1: 113 order_v2: 35 + addition_method: manual https://www.youtube.com/@theakscommunity: ai_summary: Dedicated video portal hosted by the Microsoft Azure Kubernetes Service (AKS) product team. Details monthly community calls, deep technical system updates, @@ -281128,6 +298543,7 @@ https://www.youtube.com/@theakscommunity: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.youtube.com/CodelyTV: content_hash: 7562c1fd117910551a359b6ffd48e4bfe774ee7213c67107449e1db2bb08fc82 health_score: 100.0 @@ -281139,6 +298555,7 @@ https://www.youtube.com/CodelyTV: image: images/codelytv_logo.jpg order_v1: 84 order_v2: 18 + addition_method: manual https://www.youtube.com/OpenAI: content_hash: '' description: Official channel for OpenAI, the research and deployment company behind @@ -281156,6 +298573,7 @@ https://www.youtube.com/OpenAI: image: images/openai_logo.png order_v1: 129 order_v2: 3 + addition_method: manual https://www.youtube.com/c/Academind: content_hash: 49374b58001931754392d4860bd469219c5ea12374555d1fb9dd81cd5e246c2f health_score: 100.0 @@ -281167,6 +298585,7 @@ https://www.youtube.com/c/Academind: image: images/academind_logo.jpg order_v1: 73 order_v2: 7 + addition_method: manual https://www.youtube.com/c/AcloudGuru: content_hash: e4b64a7f8b02a0861090185d3c764209e1f49c37d62992fac6aff4f017de0f36 health_score: 100.0 @@ -281178,6 +298597,7 @@ https://www.youtube.com/c/AcloudGuru: image: images/acloudguru_logo.jpg order_v1: 67 order_v2: 1 + addition_method: manual https://www.youtube.com/c/AliSpittelDev: content_hash: 2a0b6673ed947587bfb1a62067e659f09556650cb9245305badca7c931633acd health_score: 100.0 @@ -281189,6 +298609,7 @@ https://www.youtube.com/c/AliSpittelDev: image: images/aspittel.jpg order_v1: 91 order_v2: 25 + addition_method: manual https://www.youtube.com/c/AlibabaCloud: content_hash: 914fcee281d74c75ee9ba1ccd2efaa088f8322d7aec30c825e9dae93e1089499 health_score: 100.0 @@ -281200,6 +298621,7 @@ https://www.youtube.com/c/AlibabaCloud: image: images/alibaba_cloud.jpg order_v1: 103 order_v2: 10 + addition_method: manual https://www.youtube.com/c/AnaisUrlichs: content_hash: 8780e28a47c43164449542a25cf554eaa66bb8216d70daf472ee7370e7058891 health_score: 100.0 @@ -281211,6 +298633,7 @@ https://www.youtube.com/c/AnaisUrlichs: image: images/anais_urlichs.jpg order_v1: 108 order_v2: 33 + addition_method: manual https://www.youtube.com/c/AnsiblePilot: content_hash: 816232ba113b12499d5e72c435699980eaab7866883868682237d04dd0942352 health_score: 100.0 @@ -281222,6 +298645,7 @@ https://www.youtube.com/c/AnsiblePilot: image: images/ansiblepilot.jpg order_v1: 83 order_v2: 17 + addition_method: manual https://www.youtube.com/c/AppsCodeInc: content_hash: 3e066c938e56e90a948ede9a3a1d5b94f64c8bd66b15ceb374879d41cb94125d health_score: 100.0 @@ -281233,6 +298657,7 @@ https://www.youtube.com/c/AppsCodeInc: image: images/kubedb_logo.jpg order_v1: 81 order_v2: 15 + addition_method: manual https://www.youtube.com/c/Atlassian: content_hash: b12f5490a703921bada1bb1f31dc077e68cd78f9f24e0448be30f5efbe5f6eed health_score: 100.0 @@ -281244,6 +298669,7 @@ https://www.youtube.com/c/Atlassian: image: images/atlassian_logo.jpg order_v1: 33 order_v2: 12 + addition_method: manual https://www.youtube.com/c/AzureDevOps: content_hash: 2455f05f33ced964057422ceab0cf08442bd34f18f51e92fc00be2b7766704c8 health_score: 100.0 @@ -281255,6 +298681,7 @@ https://www.youtube.com/c/AzureDevOps: image: images/azure_devops_youtube.jpg order_v1: 101 order_v2: 19 + addition_method: manual https://www.youtube.com/c/CloudBeesTV: content_hash: bf31440ec1c5babac014ae7004d3c521069248feef2b4c8dd484dd7f72944944 health_score: 100.0 @@ -281266,6 +298693,7 @@ https://www.youtube.com/c/CloudBeesTV: image: images/cloudbees_logo.jpg order_v1: 6 order_v2: 1 + addition_method: manual https://www.youtube.com/c/Cloudacademy: content_hash: 45fd85edc2170140593011f2a373204ccef285444f27a2e6e9baac45c99fcfa4 health_score: 100.0 @@ -281277,6 +298705,7 @@ https://www.youtube.com/c/Cloudacademy: image: images/cloud_academy_logo.jpg order_v1: 66 order_v2: 0 + addition_method: manual https://www.youtube.com/c/Code: content_hash: 0cfda6fe9a32083f87cadcf3aa9ba3386c95b5e8140df02f72fb021b877cd057 health_score: 100.0 @@ -281288,6 +298717,7 @@ https://www.youtube.com/c/Code: image: images/vscode_logo.jpg order_v1: 34 order_v2: 0 + addition_method: manual https://www.youtube.com/c/Confluent: content_hash: ec48a02063af5b6f9add0321a3502b317f7f1ed34376ebdb303d7a8fc107d55f health_score: 100.0 @@ -281299,6 +298729,7 @@ https://www.youtube.com/c/Confluent: image: images/confluent_logo.jpg order_v1: 60 order_v2: 14 + addition_method: manual https://www.youtube.com/c/ContainerDays: content_hash: d9137dd93ff2eff6232825e35e61c9e22ec426d1870f78ca70e0940557b6d301 health_score: 100.0 @@ -281310,6 +298741,7 @@ https://www.youtube.com/c/ContainerDays: image: images/containerdays.jpg order_v1: 97 order_v2: 11 + addition_method: manual https://www.youtube.com/c/ContinuousDeliveryFoundation: content_hash: 2a573f49f2a07ac52982df114beadf861830d0932a739f06328cfecd74e5949e health_score: 100.0 @@ -281321,6 +298753,7 @@ https://www.youtube.com/c/ContinuousDeliveryFoundation: image: images/ContinuousDeliveryFoundation.jpg order_v1: 99 order_v2: 18 + addition_method: manual https://www.youtube.com/c/CrunchyDataPostgres: content_hash: 6094ac4c15b6562581586495567696862d9228705a3fc89c1f7508ddcb39dc3d health_score: 100.0 @@ -281332,6 +298765,7 @@ https://www.youtube.com/c/CrunchyDataPostgres: image: images/crunchydata_logo.jpg order_v1: 55 order_v2: 9 + addition_method: manual https://www.youtube.com/c/DevOpsToolkit: content_hash: 73121aa432d1d46fcc48cc6626a76d6be30b1f0d4c2a69594ab5f7834457ea2a health_score: 100.0 @@ -281343,6 +298777,7 @@ https://www.youtube.com/c/DevOpsToolkit: image: images/devops_toolkit.jpg order_v1: 82 order_v2: 16 + addition_method: manual https://www.youtube.com/c/Devopsdotcom: content_hash: a873edd7f65339240043c5885fd4972ce18add166cff076af4f9a746db427df5 health_score: 100.0 @@ -281354,6 +298789,7 @@ https://www.youtube.com/c/Devopsdotcom: image: images/devops_tv_logo.jpg order_v1: 68 order_v2: 2 + addition_method: manual https://www.youtube.com/c/Devopslibrary: content_hash: a71ba9ddf99d589a8e3e2e0b7a2e23e6777603edee82030e5f0a78aa808fdafe health_score: 100.0 @@ -281365,6 +298801,7 @@ https://www.youtube.com/c/Devopslibrary: image: images/devops_library_logo.jpg order_v1: 70 order_v2: 4 + addition_method: manual https://www.youtube.com/c/Digitalocean: content_hash: 14d5951d51d02a4d8aa9899e0c51b8ac9b4227e156898e93085bd79e7a729042 health_score: 100.0 @@ -281376,6 +298813,7 @@ https://www.youtube.com/c/Digitalocean: image: images/digital_ocean_logo.jpg order_v1: 16 order_v2: 6 + addition_method: manual https://www.youtube.com/c/DockerIo: content_hash: c6bee8daa86022ae31433b557896d088883de6ab3a01f1d3756cc746704f2cb1 health_score: 100.0 @@ -281387,6 +298825,7 @@ https://www.youtube.com/c/DockerIo: image: images/docker_logo.jpg order_v1: 0 order_v2: 0 + addition_method: manual https://www.youtube.com/c/Elastic: content_hash: 11539605c7209daad238ea1df2122a6c3386071fdc30946d08de231000bf1fc5 health_score: 100.0 @@ -281398,6 +298837,7 @@ https://www.youtube.com/c/Elastic: image: images/elasticsearch_logo.jpg order_v1: 26 order_v2: 3 + addition_method: manual https://www.youtube.com/c/Freecodecamp: content_hash: fae50edf8a0a5046fc041c3c74f7661c4704444d5ac3dffcdb99b75460ae18af health_score: 100.0 @@ -281409,6 +298849,7 @@ https://www.youtube.com/c/Freecodecamp: image: images/freecodecamp.jpg order_v1: 93 order_v2: 27 + addition_method: manual https://www.youtube.com/c/GitHub: content_hash: 7873150fec47647af58a5322c0bce9a8aba6037a1da2d63bf8f771794270d981 health_score: 100.0 @@ -281420,6 +298861,7 @@ https://www.youtube.com/c/GitHub: image: images/github_logo.jpg order_v1: 35 order_v2: 9 + addition_method: manual https://www.youtube.com/c/Gitkraken: content_hash: 68710fe645372b299cca4015b2ce0a0d479dd16e700cb652ed7b648aa2e25421 health_score: 100.0 @@ -281431,6 +298873,7 @@ https://www.youtube.com/c/Gitkraken: image: images/gitkraken_logo.jpg order_v1: 37 order_v2: 11 + addition_method: manual https://www.youtube.com/c/Gitlab: content_hash: 68d44572f8d193d34a441d5f5c76902b87e2847c9c71e2c5a0d92787ed714b5a health_score: 100.0 @@ -281442,6 +298885,7 @@ https://www.youtube.com/c/Gitlab: image: images/gitlab_logo.jpg order_v1: 36 order_v2: 10 + addition_method: manual https://www.youtube.com/c/GoogleChromeDevelopers: content_hash: c36255f24f35e83e8de7c2decc7b13043d432be70e31d13cdbea25aaae7344b3 health_score: 100.0 @@ -281453,6 +298897,7 @@ https://www.youtube.com/c/GoogleChromeDevelopers: image: images/chromedevtools_logo.jpg order_v1: 53 order_v2: 2 + addition_method: manual https://www.youtube.com/c/Grafana: content_hash: 34b870be25b07cd1f5d2ed66b97b69a8e1749d44563e0be1f9e4119a9945862e health_score: 100.0 @@ -281464,6 +298909,7 @@ https://www.youtube.com/c/Grafana: image: images/grafana_logo.jpg order_v1: 24 order_v2: 1 + addition_method: manual https://www.youtube.com/c/HashiCorp: content_hash: 6ac5524395351e29478a1e138c7fe90c3344d0ec815b1635cbfdcb6b2304cf8c health_score: 100.0 @@ -281475,6 +298921,7 @@ https://www.youtube.com/c/HashiCorp: image: images/hashicorp_logo.jpg order_v1: 20 order_v2: 5 + addition_method: manual https://www.youtube.com/c/HolaMundoDev: content_hash: cc17f4d6b774cc697e7134b39ddc908b1910baa1efdc7b3e68f9d3e3ef29e9d5 health_score: 100.0 @@ -281486,6 +298933,7 @@ https://www.youtube.com/c/HolaMundoDev: image: images/hola_mundo.jpg order_v1: 86 order_v2: 20 + addition_method: manual https://www.youtube.com/c/Honeypotio: content_hash: 737371baddb5efd4ea9a5c040a884123f678a194a9f6bb4df5061a34b2ef892b health_score: 100.0 @@ -281497,6 +298945,7 @@ https://www.youtube.com/c/Honeypotio: image: images/honeypot.jpg order_v1: 90 order_v2: 24 + addition_method: manual https://www.youtube.com/c/IBMTechnology: content_hash: 797898c1e2d06f8f6193acfedcbd34bbd6434adc49518110a3a68fae78dd4b38 health_score: 100.0 @@ -281509,6 +298958,7 @@ https://www.youtube.com/c/IBMTechnology: image: images/ibm_cloud_logo.jpg order_v1: 11 order_v2: 4 + addition_method: manual https://www.youtube.com/c/Intellipaat: content_hash: 87d6b240ebb0e6f2de56115906efc7f8297104fa429a666b85babb25161e0780 health_score: 100.0 @@ -281520,6 +298970,7 @@ https://www.youtube.com/c/Intellipaat: image: images/intellipaat_logo.jpg order_v1: 75 order_v2: 9 + addition_method: manual https://www.youtube.com/c/Istio: content_hash: 9084ef837bc3602a27246a0ddbb999ace22e9e83316d8d83a54eea2ee488a9a0 health_score: 100.0 @@ -281531,6 +298982,7 @@ https://www.youtube.com/c/Istio: image: images/istio_logo.jpg order_v1: 25 order_v2: 2 + addition_method: manual https://www.youtube.com/c/JFrogInc: content_hash: dbedc018c1007527e2da5a360497b99e16383c8d1d0c7cf27fc85662d5b999b8 health_score: 100.0 @@ -281542,6 +298994,7 @@ https://www.youtube.com/c/JFrogInc: image: images/jfrog_logo.jpg order_v1: 50 order_v2: 15 + addition_method: manual https://www.youtube.com/c/JavierGarz%C3%A1s: content_hash: fe50c5c8086dec0704c1b3e68b55d809e3ea2726f54d9d14b2096f5de83c725a health_score: 100.0 @@ -281553,6 +299006,7 @@ https://www.youtube.com/c/JavierGarz%C3%A1s: image: images/jgarzas.jpg order_v1: 87 order_v2: 21 + addition_method: manual https://www.youtube.com/c/LambdaTest: content_hash: 69ace7be1754794dfcf16cbb313156fd114ae772fb6489cc0b886225cabb9d2a health_score: 100.0 @@ -281564,6 +299018,7 @@ https://www.youtube.com/c/LambdaTest: image: images/lambdatest.jpg order_v1: 32 order_v2: 8 + addition_method: manual https://www.youtube.com/c/Lightbend-TV: content_hash: 51d42005f1b461dec591fc304614a5b67561c51ebfaf87a5c30345ddabcf752b health_score: 100.0 @@ -281575,6 +299030,7 @@ https://www.youtube.com/c/Lightbend-TV: image: images/lightbend_logo.jpg order_v1: 47 order_v2: 7 + addition_method: manual https://www.youtube.com/c/LondonIAC: content_hash: 6fa5ed9bb190ba3031aaae70f7dd25248700c3528dd81482341d59add3d6347d health_score: 100.0 @@ -281586,6 +299042,7 @@ https://www.youtube.com/c/LondonIAC: image: images/londonIAC.jpg order_v1: 88 order_v2: 22 + addition_method: manual https://www.youtube.com/c/MadeByGPS: content_hash: 87cf7e964cff3c432fdb034d9d2695a4e5ac97d36786498a665748462d3c0d02 health_score: 100.0 @@ -281597,6 +299054,7 @@ https://www.youtube.com/c/MadeByGPS: image: images/gps.jpg order_v1: 106 order_v2: 32 + addition_method: manual https://www.youtube.com/c/MattermostHQ: content_hash: 2588d8c2e8a363d0f38db29cac9b51c9529953ee93a32033219113cac2a05b76 health_score: 100.0 @@ -281608,6 +299066,7 @@ https://www.youtube.com/c/MattermostHQ: image: images/mattermost_logo.jpg order_v1: 40 order_v2: 11 + addition_method: manual https://www.youtube.com/c/MicrosoftAzure: content_hash: e2d45d94d0cd6a151212b4e7a98573260cbee5155f1e6c25dff574daeeed5b77 health_score: 100.0 @@ -281619,6 +299078,7 @@ https://www.youtube.com/c/MicrosoftAzure: image: images/azure_logo.jpg order_v1: 14 order_v2: 1 + addition_method: manual https://www.youtube.com/c/MongoDBofficial: content_hash: 5455077087ae26a1deb3b4359df24804cca2a8beda182ae2c1b2aefeefda96c1 health_score: 100.0 @@ -281630,6 +299090,7 @@ https://www.youtube.com/c/MongoDBofficial: image: images/mongodb_logo.jpg order_v1: 58 order_v2: 12 + addition_method: manual https://www.youtube.com/c/MozillaDeveloper: content_hash: db97210223c66fe28e2c0c3d1b197352b748d5ee463c930d60669ab9e2dc17e1 health_score: 100.0 @@ -281641,6 +299102,7 @@ https://www.youtube.com/c/MozillaDeveloper: image: images/mozilla_developer_logo.jpg order_v1: 54 order_v2: 3 + addition_method: manual https://www.youtube.com/c/NTFAQGuy: content_hash: a740ce35367a78f5b61ac527c387ed4c5733d485a7019461b75ceb6990420fd8 health_score: 100.0 @@ -281652,6 +299114,7 @@ https://www.youtube.com/c/NTFAQGuy: image: images/John_Savill.jpg order_v1: 79 order_v2: 13 + addition_method: manual https://www.youtube.com/c/NewRelicInc: content_hash: 36326825402fa468d305524d6c82d6d9c472ae8a04db2b683287cef4a557b956 health_score: 100.0 @@ -281663,6 +299126,7 @@ https://www.youtube.com/c/NewRelicInc: image: images/newrelic_logo.jpg order_v1: 29 order_v2: 6 + addition_method: manual https://www.youtube.com/c/OpenProjectCommunity: content_hash: dacf0abe01b5628e70da056056d9e00359de1fd93df5ea5bf0484efc2f9ebfc5 health_score: 100.0 @@ -281674,6 +299138,7 @@ https://www.youtube.com/c/OpenProjectCommunity: image: images/openproject_logo.jpg order_v1: 42 order_v2: 13 + addition_method: manual https://www.youtube.com/c/OpenShift: content_hash: 0555222433a7a65cd3460fb0b35cbe885617e415aafd7f3161c51b37c3e9b1f4 health_score: 100.0 @@ -281685,6 +299150,7 @@ https://www.youtube.com/c/OpenShift: image: images/openshift_logo.jpg order_v1: 4 order_v2: 3 + addition_method: manual https://www.youtube.com/c/OpenStackFoundation: content_hash: 1e0880514c30abd0e57f58091d9187ef27c2985e721727df6bc9cf17f3cbdadf health_score: 100.0 @@ -281696,6 +299162,7 @@ https://www.youtube.com/c/OpenStackFoundation: image: images/openstack_logo.jpg order_v1: 19 order_v2: 9 + addition_method: manual https://www.youtube.com/c/OracleCloudInfrastructure: content_hash: 418dfcd620ca6ed4a6b1d3dc5d339875d6f534a77879b62351a51318d9167500 health_score: 100.0 @@ -281707,6 +299174,7 @@ https://www.youtube.com/c/OracleCloudInfrastructure: image: images/oracle_cloud_logo.jpg order_v1: 15 order_v2: 5 + addition_method: manual https://www.youtube.com/c/PeladoNerd: content_hash: d4664e146409481a99443ec0deb56c9ab55f800ebd9a2d1d048fb471a01faa55 health_score: 100.0 @@ -281718,6 +299186,7 @@ https://www.youtube.com/c/PeladoNerd: image: images/pelado_nerd.jpg order_v1: 85 order_v2: 19 + addition_method: manual https://www.youtube.com/c/Portworx: content_hash: 66ff0651ca34a5c350b2f73a933b79ea736f99a9144a3053b2eaa014b0e5b774 health_score: 100.0 @@ -281729,6 +299198,7 @@ https://www.youtube.com/c/Portworx: image: images/portworx_logo.jpg order_v1: 65 order_v2: 19 + addition_method: manual https://www.youtube.com/c/PrometheusIo: content_hash: f95f7f2ea0548ab50ccb18605f83d53b31e8f62d85801bc8402bbe77d6172578 health_score: 100.0 @@ -281740,6 +299210,7 @@ https://www.youtube.com/c/PrometheusIo: image: images/prometheus_logo.jpg order_v1: 23 order_v2: 0 + addition_method: manual https://www.youtube.com/c/PulumiTV: content_hash: 65c0a97f36d9cc1d42a28c923f03acdc0441e7975481699612422f09c1635818 health_score: 100.0 @@ -281751,6 +299222,7 @@ https://www.youtube.com/c/PulumiTV: image: images/pulumi_logo.jpg order_v1: 21 order_v2: 6 + addition_method: manual https://www.youtube.com/c/Quarkusio: content_hash: 43d3cee36cee20ef61384404240eca1d0669585f8b00ffb0b7d0fa14173b2ac0 health_score: 100.0 @@ -281762,6 +299234,7 @@ https://www.youtube.com/c/Quarkusio: image: images/quarkus-logo.jpg order_v1: 46 order_v2: 6 + addition_method: manual https://www.youtube.com/c/Rancher: content_hash: d371c05380429eff09389e17e10997eb08b390e14d894edf82e27d5f0ee4f914 health_score: 100.0 @@ -281773,6 +299246,7 @@ https://www.youtube.com/c/Rancher: image: images/rancher-logo.jpg order_v1: 5 order_v2: 4 + addition_method: manual https://www.youtube.com/c/RedHatDevelopers: content_hash: 24350d4cd7caa3768beae8466333402402006e24686f6a47f156dae872f1a0ad health_score: 100.0 @@ -281784,6 +299258,7 @@ https://www.youtube.com/c/RedHatDevelopers: image: images/rh_developer_logo.jpg order_v1: 44 order_v2: 4 + addition_method: manual https://www.youtube.com/c/Redisinc: content_hash: fd9929b31a1f2956676e3b96e59350024eaa09c1b32d5b7f968e53fa64cad5c8 health_score: 100.0 @@ -281795,6 +299270,7 @@ https://www.youtube.com/c/Redisinc: image: images/redis_logo.jpg order_v1: 59 order_v2: 13 + addition_method: manual https://www.youtube.com/c/RocketChatApp: content_hash: c5e65a8c243a47f03bfbfea331c4be1eef15d9c7fe86d0fec346a860650fd778 health_score: 100.0 @@ -281806,6 +299282,7 @@ https://www.youtube.com/c/RocketChatApp: image: images/rocket_chat_logo.jpg order_v1: 38 order_v2: 9 + addition_method: manual https://www.youtube.com/c/Scaleway-Cloud: content_hash: 6a7b2bfff4d33b10cb0193147cd237275bba422adf09453cada1bb30d18a49bc health_score: 100.0 @@ -281817,6 +299294,7 @@ https://www.youtube.com/c/Scaleway-Cloud: image: images/scaleway_cloud.jpg order_v1: 18 order_v2: 8 + addition_method: manual https://www.youtube.com/c/Slackhq: content_hash: 85fa597fc57e4de1df619fcbc629dbf58826a0e81778faa9f225c2a4882cb14c health_score: 100.0 @@ -281828,6 +299306,7 @@ https://www.youtube.com/c/Slackhq: image: images/slack_logo.jpg order_v1: 39 order_v2: 10 + addition_method: manual https://www.youtube.com/c/Smartbear: content_hash: 0fbb1abe2a825ea2a6d4fd04e19da7791b37f179858bdb8ee99f10e2b5123734 health_score: 100.0 @@ -281839,6 +299318,7 @@ https://www.youtube.com/c/Smartbear: image: images/smartbear_swagger_logo.jpg order_v1: 49 order_v2: 14 + addition_method: manual https://www.youtube.com/c/Sonatypeinc: content_hash: 2b0fca160128d1b8cb514093c60091fdd3b157d9d10aef5f1d7270cd14d83493 health_score: 100.0 @@ -281850,6 +299330,7 @@ https://www.youtube.com/c/Sonatypeinc: image: images/sonatype_logo.jpg order_v1: 51 order_v2: 16 + addition_method: manual https://www.youtube.com/c/TechWorldwithNana: content_hash: 1795712c4d7119b925d9f3c23f5a38b14fb212a8c6962bdd16b756364bb9eeb0 health_score: 100.0 @@ -281861,6 +299342,7 @@ https://www.youtube.com/c/TechWorldwithNana: image: images/techworld_nana.jpg order_v1: 89 order_v2: 23 + addition_method: manual https://www.youtube.com/c/Tetrate: content_hash: f2e3ed873b436ba15fa246368df3dd36f4cb74bd80a53f517e7afa3a33dc35cf health_score: 100.0 @@ -281872,6 +299354,7 @@ https://www.youtube.com/c/Tetrate: image: images/tetrate_logo.jpg order_v1: 43 order_v2: 12 + addition_method: manual https://www.youtube.com/c/TheDigitalLifeTech: content_hash: 28e98eacb13b9ad24525643c4b3974f6c1c2e0eea06f3a13edb068a20c6c3f4e health_score: 100.0 @@ -281883,6 +299366,7 @@ https://www.youtube.com/c/TheDigitalLifeTech: image: images/the_digital_life.jpg order_v1: 109 order_v2: 34 + addition_method: manual https://www.youtube.com/c/TheNewStack: content_hash: 94a508656835a2a0c93095951b8e78168fe1e82be89866a9bf8670c10d47b1ef health_score: 100.0 @@ -281894,6 +299378,7 @@ https://www.youtube.com/c/TheNewStack: image: images/thenewstack.jpg order_v1: 94 order_v2: 28 + addition_method: manual https://www.youtube.com/c/Thetips4you: content_hash: aaeb1a1343c5c9458e8ba1363c95f6318b85d8cf5860485eedca3e719b21bddb health_score: 100.0 @@ -281905,6 +299390,7 @@ https://www.youtube.com/c/Thetips4you: image: images/thethips4you.jpg order_v1: 77 order_v2: 11 + addition_method: manual https://www.youtube.com/c/ThomasMaurerCloud: content_hash: b4908104bd0551d379c3c4e5ad1442907c90efc98f730d20d9b2a7f8fe6475d5 health_score: 100.0 @@ -281916,6 +299402,7 @@ https://www.youtube.com/c/ThomasMaurerCloud: image: images/thomas_maurer.jpg order_v1: 92 order_v2: 26 + addition_method: manual https://www.youtube.com/c/TinaHuang1: content_hash: ad2639e836e722dab4274a040a5e3b4ec8af75338b5705a73d3ec5e5a993be48 health_score: 100.0 @@ -281927,6 +299414,7 @@ https://www.youtube.com/c/TinaHuang1: image: images/tinahuang.jpg order_v1: 100 order_v2: 30 + addition_method: manual https://www.youtube.com/c/VMwareTanzu: content_hash: b0e8ee4760fdc9457ff64fcc752fa077b6bb4d388eb985220d16eb7d18424864 health_score: 100.0 @@ -281938,6 +299426,7 @@ https://www.youtube.com/c/VMwareTanzu: image: images/vmware_tanzu_logo.jpg order_v1: 10 order_v2: 5 + addition_method: manual https://www.youtube.com/c/WeaveWorksInc: content_hash: 4ec81d3890938cf7585527cbfd8d3ca9ea9044b1af236adfba0889876d254eba health_score: 100.0 @@ -281949,6 +299438,7 @@ https://www.youtube.com/c/WeaveWorksInc: image: images/weavecloud_logo.jpg order_v1: 31 order_v2: 8 + addition_method: manual https://www.youtube.com/c/XebiaLabs: content_hash: d1768aa26c66c8a1cea1bc24f9aebd4971d73512691c7d5110b8f7fd2fa30d34 health_score: 100.0 @@ -281960,6 +299450,7 @@ https://www.youtube.com/c/XebiaLabs: image: images/xebialabs_logo.jpg order_v1: 69 order_v2: 3 + addition_method: manual https://www.youtube.com/c/amazonwebservices: content_hash: ad23a9d49ba1ccfa4374f151098c04c717e0a0286d1251faeee844c68b1dc60a health_score: 100.0 @@ -281971,6 +299462,7 @@ https://www.youtube.com/c/amazonwebservices: image: images/aws_logo.jpg order_v1: 12 order_v2: 0 + addition_method: manual https://www.youtube.com/c/appdynamics: content_hash: e94614c8d830d11b9079fba1bda2b454e3a4092338c0ea0ff9822e7d4987d9e3 health_score: 100.0 @@ -281982,6 +299474,7 @@ https://www.youtube.com/c/appdynamics: image: images/appdynamics_logo.jpg order_v1: 28 order_v2: 5 + addition_method: manual https://www.youtube.com/c/cloudnativefdn: content_hash: fd0489255d42d03dde0f9c5eac215f84f4de121b8df5a64f0d79b1c2da6a664c health_score: 100.0 @@ -281993,6 +299486,7 @@ https://www.youtube.com/c/cloudnativefdn: image: images/cncf_logo.jpg order_v1: 1 order_v2: 0 + addition_method: manual https://www.youtube.com/c/cockroachdb: content_hash: e1c697ca1d49bada10e1bf6894b70736717ada7a6f8d3d31d3b0589924a26be6 health_score: 100.0 @@ -282004,6 +299498,7 @@ https://www.youtube.com/c/cockroachdb: image: images/cockroachdb_logo.jpg order_v1: 57 order_v2: 11 + addition_method: manual https://www.youtube.com/c/codecademy: content_hash: 8a3e639a58707334ebbc6315d387ed7f3acb9e6d2c640d64c18663058abb541f health_score: 100.0 @@ -282015,6 +299510,7 @@ https://www.youtube.com/c/codecademy: image: images/codecademy.jpg order_v1: 71 order_v2: 5 + addition_method: manual https://www.youtube.com/c/dynatrace: content_hash: 57be723df1c77ef9a21697668284d982e8991e9d9eb8e90f448cd59f6b82fce9 health_score: 100.0 @@ -282026,6 +299522,7 @@ https://www.youtube.com/c/dynatrace: image: images/dynatrace_logo.jpg order_v1: 27 order_v2: 4 + addition_method: manual https://www.youtube.com/c/dzone: content_hash: 3246c341bfcaafb53d22236dc0bcc2fc11a130fc8e19b306a7ff1eb2fab86bd9 health_score: 100.0 @@ -282037,6 +299534,7 @@ https://www.youtube.com/c/dzone: image: images/dzone_logo.jpg order_v1: 22 order_v2: 43 + addition_method: manual https://www.youtube.com/c/guru99comm: content_hash: 3e8f37a21b57c2ba953afc109ebe2049575d49d681130cc9e27dc6a1296f76cb health_score: 100.0 @@ -282048,6 +299546,7 @@ https://www.youtube.com/c/guru99comm: image: images/guru99_logo.jpg order_v1: 74 order_v2: 8 + addition_method: manual https://www.youtube.com/c/jenkinscicd: content_hash: d599fa76511e81920a7fbb3c9be0274d01f1019c86ac60feba712740eeea260b health_score: 100.0 @@ -282059,6 +299558,7 @@ https://www.youtube.com/c/jenkinscicd: image: images/jenkins-logo.jpg order_v1: 7 order_v2: 2 + addition_method: manual https://www.youtube.com/c/keptn: content_hash: dd3124704874694f4c4f520b3fdd7c21d47a0320e2416ca1b358c60e62ca0511 health_score: 100.0 @@ -282070,6 +299570,7 @@ https://www.youtube.com/c/keptn: image: images/keptn_logo.jpg order_v1: 107 order_v2: 8 + addition_method: manual https://www.youtube.com/c/linode: content_hash: 147c158e531bd6a00ebf5c6c1082e2b22cc367e62d60c4e90a60c2f5e8835778 health_score: 100.0 @@ -282081,6 +299582,7 @@ https://www.youtube.com/c/linode: image: images/linode_cloud.jpg order_v1: 104 order_v2: 11 + addition_method: manual https://www.youtube.com/c/microsoft365: content_hash: 2d7775fb22ae74ff931b7b7aa084060a2a53fc8a8a7a2e18588eacebae42fd9b health_score: 100.0 @@ -282092,6 +299594,7 @@ https://www.youtube.com/c/microsoft365: image: images/microsoft_365_logo.jpg order_v1: 41 order_v2: 12 + addition_method: manual https://www.youtube.com/c/postman: content_hash: d8261c46daae302fa0570b81cb114aa18602b69151b40802d2001bd00e6a0001 health_score: 100.0 @@ -282103,6 +299606,7 @@ https://www.youtube.com/c/postman: image: images/postman_logo.jpg order_v1: 48 order_v2: 13 + addition_method: manual https://www.youtube.com/c/priyankavergadia: content_hash: 9223f0091fa7ec0a8d4c7ab0dfc395af6855ec9a5711bb2c4a5007add6e3aba6 health_score: 100.0 @@ -282114,6 +299618,7 @@ https://www.youtube.com/c/priyankavergadia: image: images/thecloudgirl.jpg order_v1: 98 order_v2: 29 + addition_method: manual https://www.youtube.com/c/redhat: content_hash: 23b5022502ddf6873082a41ccbd1bb0fab2b97b10b40caa04e0af820f4fbe780 health_score: 100.0 @@ -282125,6 +299630,7 @@ https://www.youtube.com/c/redhat: image: images/redhat_logo.jpg order_v1: 3 order_v2: 2 + addition_method: manual https://www.youtube.com/channel/UC2Pk9GcHhlVV0R9CQIU6gLw: content_hash: 5cf148803389c600bed5c65cbde3287d240fb1a39e706525c1d633776ce96776 health_score: 100.0 @@ -282136,6 +299642,7 @@ https://www.youtube.com/channel/UC2Pk9GcHhlVV0R9CQIU6gLw: image: images/azure_cloud_native.jpg order_v1: 102 order_v2: 31 + addition_method: manual https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g: content_hash: a88ce0be4280227eae0e56ecaf68a3d9fd8dae470a01f4be689b355dd62282b9 health_score: 100.0 @@ -282147,6 +299654,7 @@ https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g: image: images/openebs_logo.jpg order_v1: 62 order_v2: 16 + addition_method: manual https://www.youtube.com/channel/UC57acx8sCmE7uFHfVMvIlNg: content_hash: a6ae970b0a37b55376b2ec5207a9af04746c208e90341ce79e40cd2b06124e93 health_score: 100.0 @@ -282158,6 +299666,7 @@ https://www.youtube.com/channel/UC57acx8sCmE7uFHfVMvIlNg: image: images/cloud_learn_hub.jpg order_v1: 78 order_v2: 12 + addition_method: manual https://www.youtube.com/channel/UC5qMsRjObu685rTBq0PJX8w: content_hash: 1c3d97ca16579e0ab8b3c2c0fc835cf35e92e5b76cc978465f351b1a1e739813 health_score: 100.0 @@ -282169,6 +299678,7 @@ https://www.youtube.com/channel/UC5qMsRjObu685rTBq0PJX8w: image: images/liquibase_logo.jpg order_v1: 56 order_v2: 10 + addition_method: manual https://www.youtube.com/channel/UC8uN3yhpeBeerGNwDiQbcgw: content_hash: 4bb59adbdd5508364d4a0e15e18cfa47beb3520fdec8b4363a4392753477d079 health_score: 100.0 @@ -282180,6 +299690,7 @@ https://www.youtube.com/channel/UC8uN3yhpeBeerGNwDiQbcgw: image: images/tigera_calico_logo.jpg order_v1: 30 order_v2: 7 + addition_method: manual https://www.youtube.com/channel/UCB5WMc2FfrxKzfd7XIODoMw: content_hash: 805689da1dbdbb28a41461a716a9717adfb374a47941f39793f79294ad4d5cd5 health_score: 100.0 @@ -282191,6 +299702,7 @@ https://www.youtube.com/channel/UCB5WMc2FfrxKzfd7XIODoMw: image: images/gaia_x.jpg order_v1: 105 order_v2: 12 + addition_method: manual https://www.youtube.com/channel/UCHBvqSwbfAf5Vx1jrwkG43Q: content_hash: 540024366a058f4bb6b8e21a37c2caed6064d7891f23b3bf5e0d5d238c3e64f5 description: '' @@ -282207,6 +299719,7 @@ https://www.youtube.com/channel/UCHBvqSwbfAf5Vx1jrwkG43Q: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/channel/UCJfQURxlI_pQdeJUGXtA_zw: content_hash: 454fdd0a7d056d0717d7ef4add541679e9765203d314b9d91a0cb1f69683694b description: '' @@ -282223,6 +299736,7 @@ https://www.youtube.com/channel/UCJfQURxlI_pQdeJUGXtA_zw: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/channel/UCN2kblPjXKMcjjVYmwvquvg: content_hash: 5bd5abdda4f1bccf2d123bd6024c5a065ea13b2c0b8ceceeb3b351b04c1e27b8 health_score: 100.0 @@ -282234,6 +299748,7 @@ https://www.youtube.com/channel/UCN2kblPjXKMcjjVYmwvquvg: image: images/jenkins_x_logo.jpg order_v1: 8 order_v2: 3 + addition_method: manual https://www.youtube.com/channel/UCOvYmppcbOPm1viN6ust3lA: content_hash: 0bc19d3856f24862ceb6d871d51884d67e338690d834b3f2b1442a051cabe183 health_score: 100.0 @@ -282245,6 +299760,7 @@ https://www.youtube.com/channel/UCOvYmppcbOPm1viN6ust3lA: image: images/argoproj.jpg order_v1: 95 order_v2: 6 + addition_method: manual https://www.youtube.com/channel/UCS5-gTYteN9rnFd98YxYtrA: content_hash: 98c394480b9f945dad942b60082b918ba22f9f035075e845b1dc3ad098987c6a health_score: 100.0 @@ -282256,6 +299772,7 @@ https://www.youtube.com/channel/UCS5-gTYteN9rnFd98YxYtrA: image: images/sonarsource_logo.jpg order_v1: 52 order_v2: 17 + addition_method: manual https://www.youtube.com/channel/UCZNjYn1NXEgPa_ENPna9Atw: content_hash: 482be59c23bb06cfd7ed9f651c3eac42261033431c64d562a301791ee7710c8a description: '' @@ -282272,6 +299789,7 @@ https://www.youtube.com/channel/UCZNjYn1NXEgPa_ENPna9Atw: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/channel/UC_vJsnqdpuEoRseFmlkHMkA: ai_summary: A specialized developer video repository aggregating educational content on serverless design, feature announcements, and live-coding sessions with AWS @@ -282301,6 +299819,7 @@ https://www.youtube.com/channel/UC_vJsnqdpuEoRseFmlkHMkA: v2_locations: - aws-serverless.md year: N/A + addition_method: manual https://www.youtube.com/channel/UCcxQbw8kT1-FRhFhO2QCetg: content_hash: 93063f0efc4e21b4e6fcf5a1829dc8255c705d9a4242ed54dba0e5a051eb8c79 health_score: 100.0 @@ -282312,6 +299831,7 @@ https://www.youtube.com/channel/UCcxQbw8kT1-FRhFhO2QCetg: image: images/spinnaker_logo.jpg order_v1: 9 order_v2: 4 + addition_method: manual https://www.youtube.com/channel/UCe3VG8wgz03u73xiomGeQzQ: content_hash: 25f4c0d7a24bf4c679dccb7d5841868134e23e6a5a35e973ab2edff17ed6b6a2 description: '' @@ -282328,6 +299848,7 @@ https://www.youtube.com/channel/UCe3VG8wgz03u73xiomGeQzQ: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/channel/UCm63IQg81KP9vXRWSHQpu1w: content_hash: dfdc3111a82c46e58d3e7fca5e6bc8c95d6f1130b300407e1cb949130eaf47e1 health_score: 100.0 @@ -282339,6 +299860,7 @@ https://www.youtube.com/channel/UCm63IQg81KP9vXRWSHQpu1w: image: images/storageos_logo.jpg order_v1: 63 order_v2: 17 + addition_method: manual https://www.youtube.com/channel/UCoOq-DtESvayx5yJE5H6-qQ/playlists: ai_summary: A widely populated YouTube learning platform containing architectural deep dives and step-by-step guides for tools like AWS, Kubernetes, Jenkins, Terraform, @@ -282367,6 +299889,7 @@ https://www.youtube.com/channel/UCoOq-DtESvayx5yJE5H6-qQ/playlists: v2_locations: - devops-tools.md year: N/A + addition_method: manual https://www.youtube.com/channel/UCoZxt-YMhGHb20ZkvcCc5KA: content_hash: 77f87dbc44b02cb8df0c4d5a7aff428a6f8c0a7ebff5e4b4592f36fca929e498 health_score: 100.0 @@ -282378,6 +299901,7 @@ https://www.youtube.com/channel/UCoZxt-YMhGHb20ZkvcCc5KA: image: images/fluxcd.jpg order_v1: 96 order_v2: 7 + addition_method: manual https://www.youtube.com/channel/UCorFV-WGnajyfNu4zPI0AAA: content_hash: 9e5672cbaa970c1774fd9c3668c601e10d23a2f965fc4de0f61318207718c1bb health_score: 100.0 @@ -282389,6 +299913,7 @@ https://www.youtube.com/channel/UCorFV-WGnajyfNu4zPI0AAA: image: images/microservice_factory.jpg order_v1: 80 order_v2: 14 + addition_method: manual https://www.youtube.com/channel/UCsRNLDnXvgtz6qsleSlVcqQ: content_hash: bdd07893c1f48539a5cd8b3e11412f9f4ced30695a3c03cb7905c947bba0ac21 description: '' @@ -282405,6 +299930,7 @@ https://www.youtube.com/channel/UCsRNLDnXvgtz6qsleSlVcqQ: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/channel/UCt7N400Z8gB_3yKq1qrjP2w: content_hash: 0bf206b7e09497d40da56518b1d761d00cd1b514b6fcb4595153e11800aab22f health_score: 100.0 @@ -282416,6 +299942,7 @@ https://www.youtube.com/channel/UCt7N400Z8gB_3yKq1qrjP2w: image: images/robin_logo.jpg order_v1: 64 order_v2: 18 + addition_method: manual https://www.youtube.com/channel/UCu2eNnWy-zc1xt_shCXQQfA: ai_summary: A specialized YouTube education channel compiling step-by-step video tutorials focusing on Linux setup, administration fundamentals, and shell scripting @@ -282443,6 +299970,7 @@ https://www.youtube.com/channel/UCu2eNnWy-zc1xt_shCXQQfA: v2_locations: - linux.md year: N/A + addition_method: manual https://www.youtube.com/channel/UCud7fErZAyMC6lHT_cWZNfA: content_hash: 13cde166b6a5c2d5a8dec801d534e931b1d099d0ebdbf17c8457e5376795a2fe health_score: 100.0 @@ -282454,6 +299982,7 @@ https://www.youtube.com/channel/UCud7fErZAyMC6lHT_cWZNfA: image: images/kubemq_logo.jpg order_v1: 61 order_v2: 15 + addition_method: manual https://www.youtube.com/channel/UCv9MUffHWyo2GgLIDLVu0KQ: content_hash: 14b71f47eaa6b883e6640368cd7612b8b9a162c79a548d89f7d791353d6ea306 description: '' @@ -282474,6 +300003,7 @@ https://www.youtube.com/channel/UCv9MUffHWyo2GgLIDLVu0KQ: image: images/cloudquickpocs.jpg order_v1: 76 order_v2: 10 + addition_method: manual https://www.youtube.com/clip/Ugkx5e13a72WjgowgmAtFieyNFuiKarXWXDp: content_hash: fcb7536628ccd450c20f8aaf000f58dc65ec91d3ffefe10e1f78fb5aab44bae6 health_score: 100.0 @@ -282481,6 +300011,7 @@ https://www.youtube.com/clip/Ugkx5e13a72WjgowgmAtFieyNFuiKarXWXDp: needs_ai_refresh: true v1_locations: - docs/about.md + addition_method: manual https://www.youtube.com/clip/UgkxWpu3QFPEDZBuMgy_Xq4mBR--uLA-3CSZ: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -282498,6 +300029,7 @@ https://www.youtube.com/clip/UgkxWpu3QFPEDZBuMgy_Xq4mBR--uLA-3CSZ: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.youtube.com/cloudflare: content_hash: 5d27f5bad18885acfc4193ccf308e35bc1a9e8cec890010f79d288856aeab40f health_score: 100.0 @@ -282509,6 +300041,7 @@ https://www.youtube.com/cloudflare: image: images/cloudflare_logo.jpg order_v1: 17 order_v2: 7 + addition_method: manual https://www.youtube.com/embed/1Fl25dR01pw?si=bJlQozIfT3J4rhN3: ai_summary: This session details how to build secure, scalable developer platforms by defining 'golden paths' using HashiCorp's suite of automation tools, including @@ -282531,6 +300064,7 @@ https://www.youtube.com/embed/1Fl25dR01pw?si=bJlQozIfT3J4rhN3: v1_locations: [] video_order: 14 year: N/A + addition_method: manual https://www.youtube.com/embed/318elIq37PE: ai_summary: This documentary details the pivotal technical evolution and open governance model that led Kubernetes to win the container orchestration wars over competitors @@ -282552,6 +300086,7 @@ https://www.youtube.com/embed/318elIq37PE: v1_locations: [] video_order: 2 year: N/A + addition_method: manual https://www.youtube.com/embed/6eBSHbLKuN0: ai_summary: 'This technical session explores the architecture and implementation of Claude Code, Anthropic''s agentic CLI designed for autonomous, multi-step engineering @@ -282577,6 +300112,7 @@ https://www.youtube.com/embed/6eBSHbLKuN0: v1_locations: [] video_order: 25 year: N/A + addition_method: manual https://www.youtube.com/embed/8g4qLzkpjeE?si=xcfl3ugsMGZ8Kthg: ai_summary: This panel discussion provides a comprehensive architectural comparison between Azure DevOps and GitHub Actions, focusing on enterprise governance, extensibility, @@ -282599,6 +300135,7 @@ https://www.youtube.com/embed/8g4qLzkpjeE?si=xcfl3ugsMGZ8Kthg: v1_locations: [] video_order: 17 year: N/A + addition_method: manual https://www.youtube.com/embed/9vM4p9NN0Ts: ai_summary: 'This Stanford CS229 technical deep-dive deconstructs the transition from raw autoregressive language models to instruction-tuned assistants, focusing @@ -282625,6 +300162,7 @@ https://www.youtube.com/embed/9vM4p9NN0Ts: v1_locations: [] video_order: 26 year: N/A + addition_method: manual https://www.youtube.com/embed/BE77h7dmoQU: ai_summary: This documentary chronicles the origin of Kubernetes from Google's internal cluster managers Borg and Omega, highlighting the pivotal architectural transition @@ -282646,6 +300184,7 @@ https://www.youtube.com/embed/BE77h7dmoQU: v1_locations: [] video_order: 1 year: N/A + addition_method: manual https://www.youtube.com/embed/FUu4kMc0PL8?clip=UgkxFMdlFKBQze7NVVd7q2nIwBYWkeaKeoX8&clipt=EIzBzwIY1fnSAg: ai_summary: This session outlines the architectural deployment of Red Hat OpenShift as a unified hybrid cloud platform, demonstrating how enterprise Kubernetes orchestrates @@ -282665,6 +300204,7 @@ https://www.youtube.com/embed/FUu4kMc0PL8?clip=UgkxFMdlFKBQze7NVVd7q2nIwBYWkeaKe v1_locations: [] video_order: 5 year: N/A + addition_method: manual https://www.youtube.com/embed/FUu4kMc0PL8?clip=UgkxLbUzIJtyeKPi66qAvxxRlGbofYp_Gr8B&clipt=EIDy0gIY4MbWAg: ai_summary: This session outlines the architectural enablement of cloud-native AI/ML workloads by integrating Red Hat OpenShift with NVIDIA GPU acceleration and automated @@ -282687,6 +300227,7 @@ https://www.youtube.com/embed/FUu4kMc0PL8?clip=UgkxLbUzIJtyeKPi66qAvxxRlGbofYp_G v1_locations: [] video_order: 6 year: N/A + addition_method: manual https://www.youtube.com/embed/Hc8emNr2igU?si=kehLRUpOAvyK_Bku: ai_summary: Red Hat OpenShift AI provides an enterprise-grade MLOps platform built on Kubernetes that standardizes the training, tuning, serving, and monitoring @@ -282709,6 +300250,7 @@ https://www.youtube.com/embed/Hc8emNr2igU?si=kehLRUpOAvyK_Bku: v1_locations: [] video_order: 22 year: N/A + addition_method: manual https://www.youtube.com/embed/HlAXp0-M6SY?clip=UgkxWpu3QFPEDZBuMgy_Xq4mBR--uLA-3CSZ&clipt=EMSoKxiG3C4: ai_summary: This seminal presentation outlines the paradigm shift from traditional imperative configuration management to declarative, container-orchestrated infrastructure @@ -282732,6 +300274,7 @@ https://www.youtube.com/embed/HlAXp0-M6SY?clip=UgkxWpu3QFPEDZBuMgy_Xq4mBR--uLA-3 v1_locations: [] video_order: 3 year: N/A + addition_method: manual https://www.youtube.com/embed/I8Qh-TafMvQ?si=1A2-kmq6mV-S-03c: ai_summary: This discussion outlines how enterprise platform engineering teams leverage Portworx to deliver automated, resilient Database-as-a-Service (DBaaS) capabilities @@ -282753,6 +300296,7 @@ https://www.youtube.com/embed/I8Qh-TafMvQ?si=1A2-kmq6mV-S-03c: v1_locations: [] video_order: 12 year: N/A + addition_method: manual https://www.youtube.com/embed/IFUPG9KCJ4E?si=KMEXeVlcKTp87-Ja: ai_summary: David Heinemeier Hansson critiques the complexity of modern Single Page Application (SPA) architectures, advocating instead for the 'Majestic Monolith' @@ -282777,6 +300321,7 @@ https://www.youtube.com/embed/IFUPG9KCJ4E?si=KMEXeVlcKTp87-Ja: v1_locations: [] video_order: 10 year: N/A + addition_method: manual https://www.youtube.com/embed/L8eJh1sfc1U?si=y546MyZpRe-thoad: ai_summary: This video critically evaluates the over-engineering of distributed systems, examining whether the operational overhead, network latency, and complexity @@ -282797,6 +300342,7 @@ https://www.youtube.com/embed/L8eJh1sfc1U?si=y546MyZpRe-thoad: v1_locations: [] video_order: 15 year: N/A + addition_method: manual https://www.youtube.com/embed/LiSb82Lug7M: ai_summary: 'This session from the GitOps Guide to the Galaxy deconstructs the architecture of Hosted Control Planes (HCP), also known as HyperShift. It explores how HCP @@ -282820,6 +300366,7 @@ https://www.youtube.com/embed/LiSb82Lug7M: v1_locations: [] video_order: 24 year: N/A + addition_method: manual https://www.youtube.com/embed/MRIv2IwFTPg?si=F07g869i6yIfqRdg: ai_summary: This video deconstructs the foundational mathematical and algorithmic mechanics of a single artificial neuron, illustrating its direct relationship @@ -282842,6 +300389,7 @@ https://www.youtube.com/embed/MRIv2IwFTPg?si=F07g869i6yIfqRdg: v1_locations: [] video_order: 25 year: N/A + addition_method: manual https://www.youtube.com/embed/PxyyY7TsCqs?si=kzCRojDteESqork1: ai_summary: This presentation details AXA Group's cloud migration strategy (ATLAS) utilizing Terraform Enterprise as the cornerstone of their multi-cloud and private @@ -282864,6 +300412,7 @@ https://www.youtube.com/embed/PxyyY7TsCqs?si=kzCRojDteESqork1: v1_locations: [] video_order: 11 year: N/A + addition_method: manual https://www.youtube.com/embed/QBqRAMVTmwE: ai_summary: 'Azure Verified Modules (AVM) is the official Microsoft infrastructure-as-code module library for both Bicep and Terraform. This session explores how AVM standardizes @@ -282889,6 +300438,7 @@ https://www.youtube.com/embed/QBqRAMVTmwE: v1_locations: [] video_order: 27 year: N/A + addition_method: manual https://www.youtube.com/embed/Tr4onEST70I: ai_summary: In this Red Hat Summit 2026 interview, Fran Heeran details how telecommunications providers are shifting from heavily siloed infrastructure to unified cloud-native @@ -282910,6 +300460,7 @@ https://www.youtube.com/embed/Tr4onEST70I: v1_locations: [] video_order: 28 year: '2026' + addition_method: manual https://www.youtube.com/embed/U_IFGpJDbeU?si=XzHSGU9dTH-1_0EW: ai_summary: This guide provides a comprehensive architectural evaluation of various Git branching strategies, including Trunk-Based Development, Feature Branches, @@ -282931,6 +300482,7 @@ https://www.youtube.com/embed/U_IFGpJDbeU?si=XzHSGU9dTH-1_0EW: v1_locations: [] video_order: 16 year: N/A + addition_method: manual https://www.youtube.com/embed/UmbjwSK9b3I?clip=UgkxRGuBMDAVDqKckQ1lhk-9U2jLBhBIBI5l&clipt=EP2dHhjd8iE: ai_summary: This architectural retrospective outlines Mercedes-Benz's transformation from legacy, manual infrastructure management to an on-premises, self-service @@ -282953,6 +300505,7 @@ https://www.youtube.com/embed/UmbjwSK9b3I?clip=UgkxRGuBMDAVDqKckQ1lhk-9U2jLBhBIB v1_locations: [] video_order: 7 year: N/A + addition_method: manual https://www.youtube.com/embed/V7PSnH8YnTk?si=6Mq4wjpipTLwUvYe: ai_summary: Red Hat OpenShift Platform Plus provides an enterprise-grade, multi-cluster Kubernetes foundation integrating advanced cluster management, declarative DevSecOps @@ -282974,6 +300527,7 @@ https://www.youtube.com/embed/V7PSnH8YnTk?si=6Mq4wjpipTLwUvYe: v1_locations: [] video_order: 13 year: N/A + addition_method: manual https://www.youtube.com/embed/aZ5EsdnpLMI?si=ESsNnVwE8IdWSiWZ: ai_summary: This documentary anthology traces the rapid evolution of artificial intelligence from early deep learning implementations to advanced generative AI @@ -282996,6 +300550,7 @@ https://www.youtube.com/embed/aZ5EsdnpLMI?si=ESsNnVwE8IdWSiWZ: v1_locations: [] video_order: 20 year: N/A + addition_method: manual https://www.youtube.com/embed/cdZZpaB2kDM?clip=UgkxWAPHZbVaNZzk9pi0lMu6k5ABLuMHBtRL&clipt=EK2rfRjW9YAB: ai_summary: This systemic interview highlights architectural principles around open-sourcing core algorithms to enforce platform transparency and trust, directly paralleling @@ -283017,6 +300572,7 @@ https://www.youtube.com/embed/cdZZpaB2kDM?clip=UgkxWAPHZbVaNZzk9pi0lMu6k5ABLuMHB v1_locations: [] video_order: 19 year: N/A + addition_method: manual https://www.youtube.com/embed/ghzsBm8vOms: ai_summary: This video details the evolution of cloud operations into Platform Engineering, focusing on the architecture and implementation of Internal Developer Platforms @@ -283038,6 +300594,7 @@ https://www.youtube.com/embed/ghzsBm8vOms: v1_locations: [] video_order: 8 year: N/A + addition_method: manual https://www.youtube.com/embed/hAwtrJlBVJY?si=bnyptzNFx4jzOiEj: ai_summary: This analysis dissects the macroeconomic shift from hyper-growth talent hoarding to hyper-efficiency, highlighting the systemic collapse of bloated engineering @@ -283059,6 +300616,7 @@ https://www.youtube.com/embed/hAwtrJlBVJY?si=bnyptzNFx4jzOiEj: v1_locations: [] video_order: 21 year: N/A + addition_method: manual https://www.youtube.com/embed/niuJpAKyb7c: ai_summary: 'In this tutorial, Gisela Torres explains the architecture and application of VS Code Dev Tunnels to enable secure remote access to local development environments. @@ -283082,6 +300640,7 @@ https://www.youtube.com/embed/niuJpAKyb7c: v1_locations: [] video_order: 29 year: '2023' + addition_method: manual https://www.youtube.com/embed/nrhxNNH5lt0?si=U5h1mbkbF6ZEOvlj: ai_summary: This video details the transition from traditional, late-stage security audits to DevSecOps, explaining how shifting security left eliminates deployment @@ -283103,6 +300662,7 @@ https://www.youtube.com/embed/nrhxNNH5lt0?si=U5h1mbkbF6ZEOvlj: v1_locations: [] video_order: 18 year: N/A + addition_method: manual https://www.youtube.com/embed/rT4fJNbfe14: ai_summary: This documentary explores the architectural genesis of Prometheus at SoundCloud, detailing how the shift to microservices necessitated a fundamental @@ -283124,6 +300684,7 @@ https://www.youtube.com/embed/rT4fJNbfe14: v1_locations: [] video_order: 4 year: N/A + addition_method: manual https://www.youtube.com/embed/rkXGSLf-rVQ?si=Ho8Zzxbrecn7Yncb: ai_summary: In this discussion, David Heinemeier Hansson critiques the dogmatic adoption of microservices, highlighting how they introduce substantial operational @@ -283146,6 +300707,7 @@ https://www.youtube.com/embed/rkXGSLf-rVQ?si=Ho8Zzxbrecn7Yncb: v1_locations: [] video_order: 9 year: N/A + addition_method: manual https://www.youtube.com/embed/videoseries?list=PLmsFUfdnGr3w9BdWjQGAwV7UPW0kspwOp: ai_summary: 'This official live series explores the paradigm shift from traditional CI/CD pipelines to autonomous, agent-driven operations (Agentic DevOps). It covers @@ -283169,6 +300731,7 @@ https://www.youtube.com/embed/videoseries?list=PLmsFUfdnGr3w9BdWjQGAwV7UPW0kspwO v1_locations: [] video_order: 30 year: '2025' + addition_method: manual https://www.youtube.com/embed/videoseries?si=GBJtqv36O8bslj9z&list=PLvBBnHmZuNQJeznYL2F-MpZYBUeLIXYEe: ai_summary: This comprehensive video series details core Jenkins CI/CD automation techniques, including Pipeline-as-Code implementations and system management best @@ -283190,6 +300753,7 @@ https://www.youtube.com/embed/videoseries?si=GBJtqv36O8bslj9z&list=PLvBBnHmZ v1_locations: [] video_order: 24 year: N/A + addition_method: manual https://www.youtube.com/embed/videoseries?si=fJvBV63-mjQ6S-Ht&list=PL7sEPiUbBLo_iTds-NV-9Tu05Gg2Aj8N7: ai_summary: NetBox serves as the foundational source of truth for modern network automation by integrating IP Address Management (IPAM) and Data Center Infrastructure @@ -283211,6 +300775,7 @@ https://www.youtube.com/embed/videoseries?si=fJvBV63-mjQ6S-Ht&list=PL7sEPiUb v1_locations: [] video_order: 26 year: N/A + addition_method: manual https://www.youtube.com/embed/videoseries?si=zdATyq_E2wXN7AC6&list=PLbMP1JcGBmSGKO8UreWpOBOhCqilejhtd: ai_summary: 'Every other Thursday at 3pm ET hosts Hilliary Lipsig and Jonathan Rickard dive into everything in the GitOps universe, from solutions to common problems @@ -283232,6 +300797,7 @@ https://www.youtube.com/embed/videoseries?si=zdATyq_E2wXN7AC6&list=PLbMP1JcG v1_locations: [] video_order: 23 year: N/A + addition_method: manual https://www.youtube.com/kubernetescommunity: content_hash: 5654ed1b031bb525606fadef419e20044ee5e80a0915535c7ae4e75f0c909d9d health_score: 100.0 @@ -283243,6 +300809,7 @@ https://www.youtube.com/kubernetescommunity: image: images/kubernetes_logo.png order_v1: 2 order_v2: 1 + addition_method: manual https://www.youtube.com/live/2IArMAhkJcE?si=_LlIjakRXHUzERjy: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283264,6 +300831,7 @@ https://www.youtube.com/live/2IArMAhkJcE?si=_LlIjakRXHUzERjy: - developerportals.md - project-management-methodology.md year: N/A + addition_method: manual https://www.youtube.com/playlist?app=desktop&list=PLI1_CQcV71RnBebKm_tH1uKYI3WxkM2TT: content_hash: 6dd1a1144b5c57f2ee07ebd26976bbdb63b3ab23cf1cf30cc2266313668f3fbe description: '' @@ -283280,6 +300848,7 @@ https://www.youtube.com/playlist?app=desktop&list=PLI1_CQcV71RnBebKm_tH1uKYI3Wxk v2_locations: - public-cloud-solutions.md year: N/A + addition_method: manual https://www.youtube.com/playlist?app=desktop&list=PLVx1qovxj-akr_3XqQQgpqRyQw4GYuS4h: content_hash: 5654ed1b031bb525606fadef419e20044ee5e80a0915535c7ae4e75f0c909d9d description: '' @@ -283296,6 +300865,7 @@ https://www.youtube.com/playlist?app=desktop&list=PLVx1qovxj-akr_3XqQQgpqRyQw4GY v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PL0pgb_7nDofA1hJpkpPf4qHQTYZbPVT5M: ai_summary: An extensive video masterclass series covering Git basics, collaborative repository management, and core workflows. Conducted in Spanish, offering deep @@ -283324,6 +300894,7 @@ https://www.youtube.com/playlist?list=PL0pgb_7nDofA1hJpkpPf4qHQTYZbPVT5M: v2_locations: - git.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_: content_hash: 751d3e7c4b8aa470bd84f1f9b510becd3919a885be5c21d78226559ff72a3d2a description: '' @@ -283340,6 +300911,7 @@ https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_: v2_locations: - python.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PL7sEPiUbBLo_iTds-NV-9Tu05Gg2Aj8N7: content_hash: 65c7b773777a524d82badf478ec885d866e2b23cb097bcb80db27d090d767203 description: '' @@ -283356,6 +300928,7 @@ https://www.youtube.com/playlist?list=PL7sEPiUbBLo_iTds-NV-9Tu05Gg2Aj8N7: v2_locations: - networking.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLEsfXFp6DpzQFqfCur9CJ4QnKQTVXUsRy: content_hash: d3bbcc168ea4710a648a35fa5fce04c821b399c48eb3fd19426220b04f513865 description: '' @@ -283367,6 +300940,7 @@ https://www.youtube.com/playlist?list=PLEsfXFp6DpzQFqfCur9CJ4QnKQTVXUsRy: v1_locations: - docs/python.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLM-7VG-sgbtBBnWb2Jc5kufgtWYEmiMAw: content_hash: fc66226a8b10d12c5f8c01c5a3e1d1cbd88c68298436cf164cb968e264e6293b description: '' @@ -283383,6 +300957,7 @@ https://www.youtube.com/playlist?list=PLM-7VG-sgbtBBnWb2Jc5kufgtWYEmiMAw: v2_locations: - api.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLOwxB_PX3s3WSfhzVtwhxXwy7QpkmtnzR: content_hash: c350fbabcec94f1e20e80c153641d1e0b7f954f0709c8b754e4764a1408be7b6 description: '' @@ -283399,6 +300974,7 @@ https://www.youtube.com/playlist?list=PLOwxB_PX3s3WSfhzVtwhxXwy7QpkmtnzR: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLRKtJ4IpxJpDxl0NTvNYQWKCYzHNuy2xG: content_hash: eb5a01dd2f6192a1ec8c04a578a919717c9b8beb66924a5bd27f4cea2a067c44 description: '' @@ -283416,6 +300992,7 @@ https://www.youtube.com/playlist?list=PLRKtJ4IpxJpDxl0NTvNYQWKCYzHNuy2xG: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLVx1qovxj-akoYTAboxT1AbHlPmrvRYYZ: content_hash: 62868a5d55ac440b5bf651d84d144a396a4b628610e6d47c8039455b7529b0cb description: '' @@ -283433,6 +301010,7 @@ https://www.youtube.com/playlist?list=PLVx1qovxj-akoYTAboxT1AbHlPmrvRYYZ: v2_locations: - devops.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLVx1qovxj-akr_3XqQQgpqRyQw4GYuS4h: content_hash: 5654ed1b031bb525606fadef419e20044ee5e80a0915535c7ae4e75f0c909d9d description: '' @@ -283449,6 +301027,7 @@ https://www.youtube.com/playlist?list=PLVx1qovxj-akr_3XqQQgpqRyQw4GYuS4h: v2_locations: - devops.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLVx1qovxj-al0Knm1A0eEXfGyd5kCi16p: content_hash: c350fbabcec94f1e20e80c153641d1e0b7f954f0709c8b754e4764a1408be7b6 description: '' @@ -283467,6 +301046,7 @@ https://www.youtube.com/playlist?list=PLVx1qovxj-al0Knm1A0eEXfGyd5kCi16p: - devops.md - ansible.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLVx1qovxj-amqyqHceAhkcsopzi4PFcKc: content_hash: c6bee8daa86022ae31433b557896d088883de6ab3a01f1d3756cc746704f2cb1 description: '' @@ -283483,6 +301063,7 @@ https://www.youtube.com/playlist?list=PLVx1qovxj-amqyqHceAhkcsopzi4PFcKc: v2_locations: - devops.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLVx1qovxj-anCTn6um3BDsoHnIr0O2tz3: content_hash: ba7403db0229e008897fc421fb0a1c2c5f9e4b473f595c3d214263ac8142d375 description: '' @@ -283499,6 +301080,7 @@ https://www.youtube.com/playlist?list=PLVx1qovxj-anCTn6um3BDsoHnIr0O2tz3: v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLWZKNB9waqIX00uj5q4nX_TOFiX3if1z3: content_hash: a5100881d03774aefba7e4af3eae23dd3c174ae6e927cb87fb0e1464174b2289 description: '' @@ -283515,6 +301097,7 @@ https://www.youtube.com/playlist?list=PLWZKNB9waqIX00uj5q4nX_TOFiX3if1z3: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLWZKNB9waqIXEL-NIapWwIADPtkspe9vk: content_hash: 0d1f39f7acbffaad91e7879c81b937f49df8feaca4179d798293da19fa81939f description: '' @@ -283531,6 +301114,7 @@ https://www.youtube.com/playlist?list=PLWZKNB9waqIXEL-NIapWwIADPtkspe9vk: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLXb5972EMl4BfKVDMaJH6Pg9SI6q_HqMg: content_hash: db9ebe82760337d4fa2cac2f9fe98123b847fd4e6971a356550871f7712426f5 description: '' @@ -283547,6 +301131,7 @@ https://www.youtube.com/playlist?list=PLXb5972EMl4BfKVDMaJH6Pg9SI6q_HqMg: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLaR6Rq6Z4IqcKOKT4c0uGkBt3YSRQ9S5v&si=qGpgMP56yagniZx8: content_hash: 2e5b1c848ee197af0652859f5abf646ab211d2ce77b29753e2b7291ce43e8a15 health_score: 100.0 @@ -283559,6 +301144,7 @@ https://www.youtube.com/playlist?list=PLaR6Rq6Z4IqcKOKT4c0uGkBt3YSRQ9S5v&si=qGpg - docs/kubernetes-tutorials.md v2_locations: - kubernetes-tutorials.md + addition_method: manual https://www.youtube.com/playlist?list=PLaR6Rq6Z4Iqcy9rg0JF6SCFst5lyyftQ-: content_hash: 15813b34296a4b52999c08cbd4b0043dd4e1a859aaf409436c70c5e8bb39b5a1 description: '' @@ -283575,6 +301161,7 @@ https://www.youtube.com/playlist?list=PLaR6Rq6Z4Iqcy9rg0JF6SCFst5lyyftQ-: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLbMP1JcGBmSFA56rykbH2fg1F9Tozk4of: content_hash: 6cdb243a64853057b116d3516ad656f4fc0e2c9f9b4fd690c880867e81f5cc19 description: '' @@ -283591,6 +301178,7 @@ https://www.youtube.com/playlist?list=PLbMP1JcGBmSFA56rykbH2fg1F9Tozk4of: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLbMP1JcGBmSGKO8UreWpOBOhCqilejhtd: content_hash: 73d385604a6946040aafc79729355aa241f56286b4e91bd5015b6a1be47611ad description: '' @@ -283608,6 +301196,7 @@ https://www.youtube.com/playlist?list=PLbMP1JcGBmSGKO8UreWpOBOhCqilejhtd: - gitops.md - index.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLf3vm0UK6HKpOqIY2fcu_M0sCSpluyXMW: content_hash: 7c54b0f1e80ab20406feef15348e58ded7ad6ff11626109b7a457daf5511bb9d description: '' @@ -283624,6 +301213,7 @@ https://www.youtube.com/playlist?list=PLf3vm0UK6HKpOqIY2fcu_M0sCSpluyXMW: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLlrxD0HtieHh9ZhrnEbZKhzk0cetzuX7l: ai_summary: A comprehensive multi-part video playlist created by Microsoft experts covering essential shell mechanisms. Highly visual and progressive, explaining @@ -283652,6 +301242,7 @@ https://www.youtube.com/playlist?list=PLlrxD0HtieHh9ZhrnEbZKhzk0cetzuX7l: v2_locations: - linux.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLlvAxgO7JdIXAzHx887zl-4no4X-CtiFu: content_hash: abe779248e64e5bf177f7979ef18615f8f4b522421bcbab8ce4f509e65093c0a description: '' @@ -283669,12 +301260,14 @@ https://www.youtube.com/playlist?list=PLlvAxgO7JdIXAzHx887zl-4no4X-CtiFu: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLvBBnHmZuNQJeznYL2F-MpZYBUeLIXYEe&si=GBJtqv36O8bslj9z: content_hash: fe8324e343ec3e1e140cc97beea75cd32bb752f0f2a261515f1d4a307b647824 health_score: 100.0 last_checked: 1779130495.000977 needs_ai_refresh: true v1_locations: [] + addition_method: manual https://www.youtube.com/playlist?list=PLy0Gle4XyvbGhGpX0CXAuiEsfL-MD-rND: content_hash: 9fb4988a23e3357ffec8c0283f841069e2fc4505425fc661a1800414ab411014 description: '' @@ -283691,6 +301284,7 @@ https://www.youtube.com/playlist?list=PLy0Gle4XyvbGhGpX0CXAuiEsfL-MD-rND: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLy7NrYWoggjwPggqtFsI_zMAwvG0SqYCb: content_hash: ba032de09c041912f1f984fd6e253c570ed33962e16e5c3960632e599c96659e description: '' @@ -283708,6 +301302,7 @@ https://www.youtube.com/playlist?list=PLy7NrYWoggjwPggqtFsI_zMAwvG0SqYCb: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLy7NrYWoggjw_LIiDK1LXdNN82uYuuuiC: content_hash: 964bec8e5783699f46f0d3f3a41f905b0fbdc524e97404222175d32f72acca0b description: '' @@ -283724,6 +301319,7 @@ https://www.youtube.com/playlist?list=PLy7NrYWoggjw_LIiDK1LXdNN82uYuuuiC: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/playlist?list=PLy7NrYWoggjziYQIDorlXjTvvwweTYoNC: content_hash: 76c2c9ebbe0bfc6c9421ef0951b0fa37eefa25eb872e1734e919e6068e903a44 description: '' @@ -283741,12 +301337,14 @@ https://www.youtube.com/playlist?list=PLy7NrYWoggjziYQIDorlXjTvvwweTYoNC: v2_locations: - kubernetes-tutorials.md year: N/A + addition_method: manual ? https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbTVoMnVrcVR5Tjl0dlBGWkx2UTZzMHA3N1N3QXxBQ3Jtc0tsZkZrcUpfSzhBX1EzdUtOanRqV3o2WDZpdkhPY0NyODhmbERSQUhROFRPa2pZRC13Q3l0ekQ2MjR1LTIyY254VmhwdHVack1XeDJiRWVBMUl6U3RDRHo3cF9XVDVJRTluLWJFVXNYUjF5OFV4ZlN5SQ&q=https%3A%2F%2Fdocs.google.com%2Fpresentation%2Fd%2F14fSLwfEVpDU-3udMGEW9bQATCAOy0F8b6UOgNgDkD3A%2Fedit%3Fusp%3Dsharing : content_hash: 6d20271831cbf5a912def5b006aeec39283999041a5703f2c583c5495f5e6bbe health_score: 100.0 last_checked: 1779034557.904017 v1_locations: - docs/demos.md + addition_method: manual https://www.youtube.com/shorts/-hvEdSI8ziE: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283763,6 +301361,7 @@ https://www.youtube.com/shorts/-hvEdSI8ziE: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/0N-NFIfy5lI: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283779,6 +301378,7 @@ https://www.youtube.com/shorts/0N-NFIfy5lI: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/0h1xNFsEZBU: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283795,6 +301395,7 @@ https://www.youtube.com/shorts/0h1xNFsEZBU: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/0xq_ZYfl6Vk: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283811,6 +301412,7 @@ https://www.youtube.com/shorts/0xq_ZYfl6Vk: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/6IwjxcDbVW0: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283827,6 +301429,7 @@ https://www.youtube.com/shorts/6IwjxcDbVW0: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/6NFR5MsHM_4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283843,6 +301446,7 @@ https://www.youtube.com/shorts/6NFR5MsHM_4: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/70voiUcMk_I: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283859,6 +301463,7 @@ https://www.youtube.com/shorts/70voiUcMk_I: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/8iVaeLjzY6s: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283875,6 +301480,7 @@ https://www.youtube.com/shorts/8iVaeLjzY6s: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/AGFvs2pT1VQ: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283891,6 +301497,7 @@ https://www.youtube.com/shorts/AGFvs2pT1VQ: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/G5580-DxQuw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283907,6 +301514,7 @@ https://www.youtube.com/shorts/G5580-DxQuw: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/HyhSDvaaRwM: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283923,6 +301531,7 @@ https://www.youtube.com/shorts/HyhSDvaaRwM: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/KQB8FRoJaH4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283939,6 +301548,7 @@ https://www.youtube.com/shorts/KQB8FRoJaH4: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/KZHI5RMmFk0: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283955,6 +301565,7 @@ https://www.youtube.com/shorts/KZHI5RMmFk0: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/OfsixF-splk: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283971,6 +301582,7 @@ https://www.youtube.com/shorts/OfsixF-splk: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/Q2RrAdWmn_M: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -283987,6 +301599,7 @@ https://www.youtube.com/shorts/Q2RrAdWmn_M: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/ToGRhGvo62k: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284003,6 +301616,7 @@ https://www.youtube.com/shorts/ToGRhGvo62k: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/VP4JoijL_TY?si=dBGfs6sn1ryzPcYT: content_hash: 587c955f8a8f841834620f307bff3c533724d51ef813ad2e33f18fb1a8e7eca2 health_score: 100.0 @@ -284015,6 +301629,7 @@ https://www.youtube.com/shorts/VP4JoijL_TY?si=dBGfs6sn1ryzPcYT: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.youtube.com/shorts/VqOVb76IyI4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284031,6 +301646,7 @@ https://www.youtube.com/shorts/VqOVb76IyI4: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/WzlpGnbNPH4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284047,6 +301663,7 @@ https://www.youtube.com/shorts/WzlpGnbNPH4: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/X3wgBid4gO8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284063,6 +301680,7 @@ https://www.youtube.com/shorts/X3wgBid4gO8: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/bVlIo4H0IDU: content_hash: ee29f72dbcf13f27d510feb7740c2a958a1bad2c0e39602b47e8e57f6b3b5470 health_score: 100.0 @@ -284075,6 +301693,7 @@ https://www.youtube.com/shorts/bVlIo4H0IDU: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://www.youtube.com/shorts/cLokEWqTuds: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284091,6 +301710,7 @@ https://www.youtube.com/shorts/cLokEWqTuds: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/cTE0ec3IurE: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284107,6 +301727,7 @@ https://www.youtube.com/shorts/cTE0ec3IurE: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/dDtueNAFELo: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284123,6 +301744,7 @@ https://www.youtube.com/shorts/dDtueNAFELo: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/hdmaP4ibJ4I: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284139,6 +301761,7 @@ https://www.youtube.com/shorts/hdmaP4ibJ4I: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/hmq195GRYCI?si=8knOM1y50V6JcRlk: content_hash: c6e2f21e48e628476eff90974a283e3d5fdf087e662099015f6f54651c2b1dc3 health_score: 100.0 @@ -284151,6 +301774,7 @@ https://www.youtube.com/shorts/hmq195GRYCI?si=8knOM1y50V6JcRlk: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://www.youtube.com/shorts/i0V1bHybv5w?si=y42F3QjNFVouu3s8: content_hash: fdcb9b1ff88b8c13fad90412e79ee80bf4b0c2aba402e712ba623654868cb5f5 health_score: 100.0 @@ -284163,6 +301787,7 @@ https://www.youtube.com/shorts/i0V1bHybv5w?si=y42F3QjNFVouu3s8: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://www.youtube.com/shorts/nMJBbH7g1M4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284179,6 +301804,7 @@ https://www.youtube.com/shorts/nMJBbH7g1M4: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/p-H7Q9PtSc8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284195,6 +301821,7 @@ https://www.youtube.com/shorts/p-H7Q9PtSc8: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/rjmXBs5l_7M?si=UlQ4q1-B-JOiYwrn: content_hash: 9f4916ea68eeb8fdf32cb71f474f0cd6c294186736eb44642d7465576ea57f23 health_score: 100.0 @@ -284207,6 +301834,7 @@ https://www.youtube.com/shorts/rjmXBs5l_7M?si=UlQ4q1-B-JOiYwrn: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://www.youtube.com/shorts/t322UnzV9vM: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284223,6 +301851,7 @@ https://www.youtube.com/shorts/t322UnzV9vM: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/t5vXCNIBVYw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284239,6 +301868,7 @@ https://www.youtube.com/shorts/t5vXCNIBVYw: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/uzC1PP73d9I: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284255,6 +301885,7 @@ https://www.youtube.com/shorts/uzC1PP73d9I: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/vpFF1XSqWjw?si=Zr2eW_C3_3hQoXAa: content_hash: 14a4b821f59a416f81abba0eb7012e0650e769e97ab86de4e9540a1618d7fb18 health_score: 100.0 @@ -284267,6 +301898,7 @@ https://www.youtube.com/shorts/vpFF1XSqWjw?si=Zr2eW_C3_3hQoXAa: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://www.youtube.com/shorts/y55a7NAiHiI: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284283,6 +301915,7 @@ https://www.youtube.com/shorts/y55a7NAiHiI: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/shorts/yuzKp_KsGIk?si=ooaqRJzW2cmf6Z2M: content_hash: 78554a7ad63d1f0b9ee0b22cee77b32c3d5b531a74ed8a158a402049b0449c39 health_score: 100.0 @@ -284295,6 +301928,7 @@ https://www.youtube.com/shorts/yuzKp_KsGIk?si=ooaqRJzW2cmf6Z2M: - docs/visual-studio.md v2_locations: - visual-studio.md + addition_method: manual https://www.youtube.com/user/AWSwebinars: content_hash: c757fd8719887b9cfe0a1a8277bd4e16762a8200e4409d30cbaaaf86be3a309d description: '' @@ -284311,6 +301945,7 @@ https://www.youtube.com/user/AWSwebinars: v2_locations: - aws.md year: N/A + addition_method: manual https://www.youtube.com/user/AmazonWebServices: content_hash: ad23a9d49ba1ccfa4374f151098c04c717e0a0286d1251faeee844c68b1dc60a description: '' @@ -284327,6 +301962,7 @@ https://www.youtube.com/user/AmazonWebServices: v2_locations: - aws.md year: N/A + addition_method: manual https://www.youtube.com/user/CodingEntrepreneurs: content_hash: 1820267ce70251dee3a6930634ca1878805d5d79096f37a18a8360ff160637b8 description: '' @@ -284343,6 +301979,7 @@ https://www.youtube.com/user/CodingEntrepreneurs: v2_locations: - python.md year: N/A + addition_method: manual https://www.youtube.com/user/SpringSourceDev: content_hash: fc8158d4253cc10d5b16485a114f61043af5fe4dea3e94496c61466a920d031b health_score: 100.0 @@ -284354,6 +301991,7 @@ https://www.youtube.com/user/SpringSourceDev: image: images/spring-logo.jpg order_v1: 45 order_v2: 5 + addition_method: manual https://www.youtube.com/user/WSO2TechFlicks: content_hash: 057e735ccf193f5641c1b920952b659c7962186480d3633f257ab9d929fbd3f1 description: '' @@ -284370,6 +302008,7 @@ https://www.youtube.com/user/WSO2TechFlicks: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/user/apigee: content_hash: 75f0b5e71b60423138ea539f575d5b308b6b2037518a098820b65a4a8ea404a7 description: '' @@ -284386,6 +302025,7 @@ https://www.youtube.com/user/apigee: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/user/awstutorialseries: content_hash: ba71c575c875e161bb1267a61ddd4d492820c56c3a7f23d66a2629a58edd9259 description: '' @@ -284402,6 +302042,7 @@ https://www.youtube.com/user/awstutorialseries: v2_locations: - aws.md year: N/A + addition_method: manual https://www.youtube.com/user/climagic: ai_summary: A specialized video resource explaining command-line magic, terminal tricks, and hidden capabilities of classic GNU utilities to boost sysadmin efficiency. @@ -284428,6 +302069,7 @@ https://www.youtube.com/user/climagic: v2_locations: - linux.md year: N/A + addition_method: manual https://www.youtube.com/user/coursera: content_hash: 28e4c50e4883b35be8a8ddefdcbdd6ff828494d945dedcb2e0eeeefe54c9c20e health_score: 100.0 @@ -284439,6 +302081,7 @@ https://www.youtube.com/user/coursera: image: images/coursera_logo.jpg order_v1: 72 order_v2: 6 + addition_method: manual https://www.youtube.com/user/googlecloudplatform: content_hash: c69a76a3d0f599d69cfcee60b94fb35f70f6f10821cab2d622c336e7eb5a0360 health_score: 100.0 @@ -284450,6 +302093,7 @@ https://www.youtube.com/user/googlecloudplatform: image: images/gcp_logo.jpg order_v1: 13 order_v2: 2 + addition_method: manual https://www.youtube.com/user/mulesoftvids: content_hash: 06c01df557910b983ef7651eb152c0cbab8e7132a2b7c4057fd2b5a2039e9952 description: '' @@ -284466,6 +302110,7 @@ https://www.youtube.com/user/mulesoftvids: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/user/rhopenshift/videos: content_hash: 0555222433a7a65cd3460fb0b35cbe885617e415aafd7f3161c51b37c3e9b1f4 description: '' @@ -284482,6 +302127,7 @@ https://www.youtube.com/user/rhopenshift/videos: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/watch?app=desktop&v=AXnDrGgLaF0&feature=share&ab_channel=RobertdeBock: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284498,6 +302144,7 @@ https://www.youtube.com/watch?app=desktop&v=AXnDrGgLaF0&feature=share&ab_channel v2_locations: - ansible.md year: N/A + addition_method: manual https://www.youtube.com/watch?app=desktop&v=Fl0iLoAMdzc&ab_channel=AndrewMalkov: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284515,6 +302162,7 @@ https://www.youtube.com/watch?app=desktop&v=Fl0iLoAMdzc&ab_channel=AndrewMalkov: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.youtube.com/watch?app=desktop&v=OcHRWaC5tvY&feature=youtu.be&ab_channel=RedHat: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284531,6 +302179,7 @@ https://www.youtube.com/watch?app=desktop&v=OcHRWaC5tvY&feature=youtu.be&ab_chan v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.youtube.com/watch?app=desktop&v=Vh3piGAxcf8&ab_channel=AlokKumar: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284548,12 +302197,14 @@ https://www.youtube.com/watch?app=desktop&v=Vh3piGAxcf8&ab_channel=AlokKumar: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?app=desktop&v=jokfVGdhBow&feature=youtu.be&ab_channel=InfraXpertzz: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779033572.699329 v1_locations: - docs/ansible.md + addition_method: manual https://www.youtube.com/watch?app=desktop&v=mODkt1OJDew&ab_channel=AlokKumar: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284571,6 +302222,7 @@ https://www.youtube.com/watch?app=desktop&v=mODkt1OJDew&ab_channel=AlokKumar: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.youtube.com/watch?app=desktop&v=o3WXPXDuCSU: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284587,6 +302239,7 @@ https://www.youtube.com/watch?app=desktop&v=o3WXPXDuCSU: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?app=desktop&v=y4XGFluzPHY&ab_channel=CloudBeesTV: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284603,6 +302256,7 @@ https://www.youtube.com/watch?app=desktop&v=y4XGFluzPHY&ab_channel=CloudBeesTV: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?si=YBt3LmBRNNq-GrqL&v=OPKVKPfJrRA&feature=youtu.be: content_hash: 35de86df2c32e1415ceaac674b3c27bb4905b042d48f9dbf481cf51d58fa0224 health_score: 100.0 @@ -284610,6 +302264,7 @@ https://www.youtube.com/watch?si=YBt3LmBRNNq-GrqL&v=OPKVKPfJrRA&feature=youtu.be needs_ai_refresh: true v1_locations: - docs/openshift.md + addition_method: manual https://www.youtube.com/watch?si=dWSDPD4eXvF3dx5r&v=gnYU0jtQbug&feature=youtu.be: ai_summary: A technical video guide showing how to implement public-facing developer documentation with GitBook. Discusses integration options with version control @@ -284631,6 +302286,7 @@ https://www.youtube.com/watch?si=dWSDPD4eXvF3dx5r&v=gnYU0jtQbug&feature=youtu.be v2_locations: - cicd.md year: '2023' + addition_method: manual https://www.youtube.com/watch?si=vK_9UKjGV8F24Ebt&v=1v15VSKPZRU&feature=youtu.be: content_hash: 4b2f04c307a1e37cc760241663831085e36269573c50fb73c4f073c8abe02326 health_score: 100.0 @@ -284643,6 +302299,7 @@ https://www.youtube.com/watch?si=vK_9UKjGV8F24Ebt&v=1v15VSKPZRU&feature=youtu.be - docs/kubernetes-tutorials.md v2_locations: - kubernetes-tutorials.md + addition_method: manual https://www.youtube.com/watch?si=zB9HD1MCp3SbLQwL&v=V53AHWun17s&feature=youtu.be: content_hash: 9f0b53c5bcc62b85b315ccbabc9d0c1014411b14be81c6c3fca57e2f27ca6715 health_score: 100.0 @@ -284655,6 +302312,7 @@ https://www.youtube.com/watch?si=zB9HD1MCp3SbLQwL&v=V53AHWun17s&feature=youtu.be - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.youtube.com/watch?time_continue=5340&v=FUu4kMc0PL8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284672,6 +302330,7 @@ https://www.youtube.com/watch?time_continue=5340&v=FUu4kMc0PL8: v2_locations: - customer.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=--RRpw_6onA: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284689,6 +302348,7 @@ https://www.youtube.com/watch?v=--RRpw_6onA: v2_locations: - iac.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=-F9yzj4Kjeo&ab_channel=HoussemDellai: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284705,6 +302365,7 @@ https://www.youtube.com/watch?v=-F9yzj4Kjeo&ab_channel=HoussemDellai: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=-NUQhwmhTCw&ab_channel=LambdaTest: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284722,6 +302383,7 @@ https://www.youtube.com/watch?v=-NUQhwmhTCw&ab_channel=LambdaTest: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=-sZvzW40NrM&ab_channel=Anyscale: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284738,6 +302400,7 @@ https://www.youtube.com/watch?v=-sZvzW40NrM&ab_channel=Anyscale: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=0KQndcIedeg: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284754,6 +302417,7 @@ https://www.youtube.com/watch?v=0KQndcIedeg: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=0TvhTXddRGE: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -284766,6 +302430,7 @@ https://www.youtube.com/watch?v=0TvhTXddRGE: - docs/securityascode.md v2_locations: - securityascode.md + addition_method: manual https://www.youtube.com/watch?v=0mxhS7H6bxM: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284785,6 +302450,7 @@ https://www.youtube.com/watch?v=0mxhS7H6bxM: v2_locations: - docker.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=15CGdzfDlpQ&ab_channel=JFrog: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -284797,6 +302463,7 @@ https://www.youtube.com/watch?v=15CGdzfDlpQ&ab_channel=JFrog: - docs/jenkins-alternatives.md v2_locations: - jenkins-alternatives.md + addition_method: manual https://www.youtube.com/watch?v=15PFfjuxtvM&ab_channel=mkdev: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284814,6 +302481,7 @@ https://www.youtube.com/watch?v=15PFfjuxtvM&ab_channel=mkdev: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=16fgzklcF7Y&ab_channel=TechWorldwithNana: ai_summary: An exceptionally clear, highly visual tutorial introducing the fundamental concepts of service mesh architectures, specifically focusing on Istio. Walks @@ -284844,6 +302512,7 @@ https://www.youtube.com/watch?v=16fgzklcF7Y&ab_channel=TechWorldwithNana: v2_locations: - istio.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=1FzOlSed5ts&ab_channel=OpenShift: ai_summary: OpenShift GitOps instructional video exploring Helm usage inside GitOps systems like Argo CD. Discusses reconciliation pipelines, helm templates, and @@ -284872,6 +302541,7 @@ https://www.youtube.com/watch?v=1FzOlSed5ts&ab_channel=OpenShift: v2_locations: - helm.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=1Lat8dP7Eq0: ai_summary: Curator Insight covers an AWS re:Invent session demonstrating how to design and build enterprise-grade Generative AI topologies on AWS. Live Grounding @@ -284901,6 +302571,7 @@ https://www.youtube.com/watch?v=1Lat8dP7Eq0: v2_locations: - ai.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=1RTTEUEl9sc&feature=youtu.be: content_hash: 64adda9e8edcc78f1792afa5faed336773258c854fd07662d50c20655f120eb6 health_score: 100.0 @@ -284913,6 +302584,7 @@ https://www.youtube.com/watch?v=1RTTEUEl9sc&feature=youtu.be: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.youtube.com/watch?v=1o14tIEhZL0: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284924,6 +302596,7 @@ https://www.youtube.com/watch?v=1o14tIEhZL0: v1_locations: - docs/docker.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=1w1Jv9qssqg: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284940,6 +302613,7 @@ https://www.youtube.com/watch?v=1w1Jv9qssqg: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=24Wpg6njlYI: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -284947,6 +302621,7 @@ https://www.youtube.com/watch?v=24Wpg6njlYI: needs_ai_refresh: true v1_locations: - docs/javascript.md + addition_method: manual https://www.youtube.com/watch?v=2HPsPOwHOlY&ab_channel=DonovanBrown: ai_summary: Practical video breakdown demystifying how Helm operates. Explains basic mechanics of building templates and decoupling dynamic configurations from application @@ -284975,6 +302650,7 @@ https://www.youtube.com/watch?v=2HPsPOwHOlY&ab_channel=DonovanBrown: v2_locations: - helm.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=2LNxGVS81mE: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -284991,12 +302667,14 @@ https://www.youtube.com/watch?v=2LNxGVS81mE: v2_locations: - rancher.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=2RT9XwIWkVQ&ab_channel=Jenkins: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779034094.892536 v1_locations: - docs/jenkins.md + addition_method: manual https://www.youtube.com/watch?v=2UwQD0diUxk: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285013,12 +302691,14 @@ https://www.youtube.com/watch?v=2UwQD0diUxk: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=2Z5HhEk1zK8&ab_channel=MichaelLevan: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779030434.536061 v1_locations: - docs/kubernetes-tools.md + addition_method: manual https://www.youtube.com/watch?v=2mNAsrThius&ab_channel=CloudControl: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285030,6 +302710,7 @@ https://www.youtube.com/watch?v=2mNAsrThius&ab_channel=CloudControl: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=3H9eNIf9KZs&ab_channel=CloudBeesTV: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285047,6 +302728,7 @@ https://www.youtube.com/watch?v=3H9eNIf9KZs&ab_channel=CloudBeesTV: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=3uDxwNOtilU: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285063,6 +302745,7 @@ https://www.youtube.com/watch?v=3uDxwNOtilU: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=4DUhc0MjdUc&feature=youtu.be&ab_channel=MohamedRadwan-DevOps: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285080,6 +302763,7 @@ https://www.youtube.com/watch?v=4DUhc0MjdUc&feature=youtu.be&ab_channel=MohamedR v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=4niy0_ZpQ1w&ab_channel=CloudQuickLabs: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285097,6 +302781,7 @@ https://www.youtube.com/watch?v=4niy0_ZpQ1w&ab_channel=CloudQuickLabs: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=53-Y_aI0KpE&ab_channel=MicrosoftAzure: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285114,6 +302799,7 @@ https://www.youtube.com/watch?v=53-Y_aI0KpE&ab_channel=MicrosoftAzure: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=5XWwjyikWMQ&feature=emb_logo&ab_channel=Konveyor: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285130,6 +302816,7 @@ https://www.youtube.com/watch?v=5XWwjyikWMQ&feature=emb_logo&ab_channel=Konveyor v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=6NM6sqXIsoA: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285146,6 +302833,7 @@ https://www.youtube.com/watch?v=6NM6sqXIsoA: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=6OeRByC-sBs: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285157,6 +302845,7 @@ https://www.youtube.com/watch?v=6OeRByC-sBs: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=6UF-QxiRGms&ab_channel=Kubevious: ai_summary: A video presentation by Kubevious demonstrating methods to trace which running containers and pods are actively requesting access to Kubernetes Secrets. @@ -285184,6 +302873,7 @@ https://www.youtube.com/watch?v=6UF-QxiRGms&ab_channel=Kubevious: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=6W2TuBDaaiI&ab_channel=AliSpittel: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285200,6 +302890,7 @@ https://www.youtube.com/watch?v=6W2TuBDaaiI&ab_channel=AliSpittel: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=6sqGxVI3X1w: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285217,6 +302908,7 @@ https://www.youtube.com/watch?v=6sqGxVI3X1w: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=7IFAg782pf8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285234,6 +302926,7 @@ https://www.youtube.com/watch?v=7IFAg782pf8: v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=7NmGSnqLd58: ai_summary: A hands-on video tutorial showing Maven-based Jenkins builds pushing compilation outputs and binary distributions into local Nexus environments. @@ -285260,12 +302953,14 @@ https://www.youtube.com/watch?v=7NmGSnqLd58: v2_locations: - registries.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=7ruXlR08JZ0: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779032975.407578 v1_locations: - docs/about.md + addition_method: manual https://www.youtube.com/watch?v=81VnO4puNkg: ai_summary: Video guide breaking down the pros, cons, tax differences, and strategic decisions when choosing between full-time employment and freelancing in the software @@ -285293,6 +302988,7 @@ https://www.youtube.com/watch?v=81VnO4puNkg: v2_locations: - freelancing.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=8aGhZQkoFbQ: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -285300,12 +302996,14 @@ https://www.youtube.com/watch?v=8aGhZQkoFbQ: needs_ai_refresh: true v1_locations: - docs/javascript.md + addition_method: manual https://www.youtube.com/watch?v=8fgrjBnxqi0&ab_channel=AppSecEngineer: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779029116.724764 v1_locations: - docs/securityascode.md + addition_method: manual https://www.youtube.com/watch?v=8r5LYzUIepo: ai_summary: A rich step-by-step video tutorial demonstrating the creation and deployment of API performance tests. Focuses on payload modeling, validation assertions, @@ -285333,6 +303031,7 @@ https://www.youtube.com/watch?v=8r5LYzUIepo: v2_locations: - performance-testing-with-jenkins-and-jmeter.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=93RlMqO4glM&ab_channel=Kubevious: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -285345,6 +303044,7 @@ https://www.youtube.com/watch?v=93RlMqO4glM&ab_channel=Kubevious: - docs/kubernetes-troubleshooting.md v2_locations: - kubernetes-troubleshooting.md + addition_method: manual https://www.youtube.com/watch?v=9_6H7Ahsdm4&ab_channel=OpenShift: ai_summary: A video presentation exploring KubeInit, its architecture, and practical use cases for bootstrapping cloud-native platforms like OpenShift and Kubernetes @@ -285373,6 +303073,7 @@ https://www.youtube.com/watch?v=9_6H7Ahsdm4&ab_channel=OpenShift: v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=9cwjtN3gkD4: ai_summary: Introductory video tutorial explaining Helm's packaging abstractions including charts, templates, releases, and repositories. Great entry point for @@ -285401,6 +303102,7 @@ https://www.youtube.com/watch?v=9cwjtN3gkD4: v2_locations: - helm.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=9hDdg_Beui4&ab_channel=Konveyor: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285413,6 +303115,7 @@ https://www.youtube.com/watch?v=9hDdg_Beui4&ab_channel=Konveyor: v1_locations: - docs/kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=9jbR9lZuSU0: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285430,6 +303133,7 @@ https://www.youtube.com/watch?v=9jbR9lZuSU0: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=9wu-j9gIlBY&list=PLa7VYi0yPIH1MB2n2w8pMZguffCDu2L4Y&index=8&ab_channel=Confluent: ai_summary: An educational video series illustrating the programmatic administration of Kafka Connect connectors. Details the layout of the Connect REST API for creating, @@ -285458,6 +303162,7 @@ https://www.youtube.com/watch?v=9wu-j9gIlBY&list=PLa7VYi0yPIH1MB2n2w8pMZguffCDu2 v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=9wuUXi6Qbis&ab_channel=MichaelBornholdtNielsen: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285475,12 +303180,14 @@ https://www.youtube.com/watch?v=9wuUXi6Qbis&ab_channel=MichaelBornholdtNielsen: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=AbCTlemwZ1k&ab_channel=JamesQQuick: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779034116.714673 v1_locations: - docs/visual-studio.md + addition_method: manual https://www.youtube.com/watch?v=BF3MhFjvBTU: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285497,6 +303204,7 @@ https://www.youtube.com/watch?v=BF3MhFjvBTU: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=BJufhuPK2DY&ab_channel=Kubermatic: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -285509,6 +303217,7 @@ https://www.youtube.com/watch?v=BJufhuPK2DY&ab_channel=Kubermatic: - docs/kubernetes-tools.md v2_locations: - kubernetes-tools.md + addition_method: manual https://www.youtube.com/watch?v=BiY3b7F96wc&ab_channel=TheFrontOpsGuy: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285520,6 +303229,7 @@ https://www.youtube.com/watch?v=BiY3b7F96wc&ab_channel=TheFrontOpsGuy: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=BsYYVkophsk: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285537,12 +303247,14 @@ https://www.youtube.com/watch?v=BsYYVkophsk: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=C0E93Uc4h5k&ab_channel=xgeeks: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779029932.441524 v1_locations: - docs/kubernetes-operators-controllers.md + addition_method: manual https://www.youtube.com/watch?v=CB79eTFbR0w&feature=youtu.be&ab_channel=DevOpsToolkit: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285559,6 +303271,7 @@ https://www.youtube.com/watch?v=CB79eTFbR0w&feature=youtu.be&ab_channel=DevOpsTo v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=CJMdSQVFVik: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285575,6 +303288,7 @@ https://www.youtube.com/watch?v=CJMdSQVFVik: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=CmPK93hg5w8: ai_summary: Webinar showing best practices for continuous delivery of multi-tier workloads to Kubernetes using Helm. Explains how to integrate Helm lifecycle hooks @@ -285603,6 +303317,7 @@ https://www.youtube.com/watch?v=CmPK93hg5w8: v2_locations: - helm.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=CoUl9_NWdqQ: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285619,6 +303334,7 @@ https://www.youtube.com/watch?v=CoUl9_NWdqQ: v2_locations: - swagger-code-generator-for-rest-apis.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=D-Q2qXTssLY&feature=youtu.be: last_checked: 1779388638.909087 status: online @@ -285626,6 +303342,7 @@ https://www.youtube.com/watch?v=D-Q2qXTssLY&feature=youtu.be: - '[COMMUNITY-TOOL]' v2_locations: - terraform.md + addition_method: manual https://www.youtube.com/watch?v=D9w3DH1zAc8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285642,6 +303359,7 @@ https://www.youtube.com/watch?v=D9w3DH1zAc8: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=DLB9m17aGus: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285658,6 +303376,7 @@ https://www.youtube.com/watch?v=DLB9m17aGus: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=DeNflzdjxVM: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285674,6 +303393,7 @@ https://www.youtube.com/watch?v=DeNflzdjxVM: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=E3Xyu29LIwY&ab_channel=CLOUDLEARNHUB: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285690,6 +303410,7 @@ https://www.youtube.com/watch?v=E3Xyu29LIwY&ab_channel=CLOUDLEARNHUB: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=EWFJem7GUAc: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285706,6 +303427,7 @@ https://www.youtube.com/watch?v=EWFJem7GUAc: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=FBAav6OoJlw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285722,6 +303444,7 @@ https://www.youtube.com/watch?v=FBAav6OoJlw: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=FVDHWPxK5nU&ab_channel=CloudQuickPOCs: ai_summary: A video guide illustrating the quick setup of AWS EKS cluster metrics tracking using Grafana Cloud. Ideal for engineers seeking a fast SaaS onboarding @@ -285751,6 +303474,7 @@ https://www.youtube.com/watch?v=FVDHWPxK5nU&ab_channel=CloudQuickPOCs: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=G-baPg3XhBo: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285767,6 +303491,7 @@ https://www.youtube.com/watch?v=G-baPg3XhBo: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=GDOw8ByzMyY&ab_channel=MarcLamberti: ai_summary: A concise introductory video training illustrating how to deploy Apache Airflow quickly using standard Helm commands. Walks through default configurations, @@ -285795,6 +303520,7 @@ https://www.youtube.com/watch?v=GDOw8ByzMyY&ab_channel=MarcLamberti: v2_locations: - message-queue.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=GL2v81xYuAQ&ab_channel=k6: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285812,6 +303538,7 @@ https://www.youtube.com/watch?v=GL2v81xYuAQ&ab_channel=k6: v2_locations: - prometheus.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=GLtvxY1S3Aw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285828,6 +303555,7 @@ https://www.youtube.com/watch?v=GLtvxY1S3Aw: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=GhEZLvc8B70: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -285835,12 +303563,14 @@ https://www.youtube.com/watch?v=GhEZLvc8B70: needs_ai_refresh: true v1_locations: - docs/keptn.md + addition_method: manual https://www.youtube.com/watch?v=GiFQNevrxYA: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779030330.692985 v1_locations: - docs/kubernetes-networking.md + addition_method: manual https://www.youtube.com/watch?v=HDDfdZqwM1E&ab_channel=EclipseFoundation: ai_summary: Video session detailing the integration of Quarkus with Eclipse JKube to deploy highly optimized, native-compiled Java microservices directly to Kubernetes. @@ -285871,6 +303601,7 @@ https://www.youtube.com/watch?v=HDDfdZqwM1E&ab_channel=EclipseFoundation: - maven-gradle.md - kubernetes-client-libraries.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=HSjm6-ACmWQ&ab_channel=JFrog: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285887,6 +303618,7 @@ https://www.youtube.com/watch?v=HSjm6-ACmWQ&ab_channel=JFrog: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=HX10WWTRiTY: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285903,6 +303635,7 @@ https://www.youtube.com/watch?v=HX10WWTRiTY: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=Hc8emNr2igU: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285919,6 +303652,7 @@ https://www.youtube.com/watch?v=Hc8emNr2igU: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=Hg-YsUITnck: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285935,6 +303669,7 @@ https://www.youtube.com/watch?v=Hg-YsUITnck: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=HinwLb2lpLQ: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285951,6 +303686,7 @@ https://www.youtube.com/watch?v=HinwLb2lpLQ: v2_locations: - aws-networking.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=INv-VCZvM_o: ai_summary: DevOps video showcasing integration between Azure Pipelines, Azure Kubernetes Service (AKS), and Helm. Shows how to structure multi-environment releases smoothly. @@ -285978,6 +303714,7 @@ https://www.youtube.com/watch?v=INv-VCZvM_o: v2_locations: - helm.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=IORvnr4u8z8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -285995,6 +303732,7 @@ https://www.youtube.com/watch?v=IORvnr4u8z8: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=IUvUmqu1MBQ: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286011,6 +303749,7 @@ https://www.youtube.com/watch?v=IUvUmqu1MBQ: v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=JC_PB1yZcIc: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286027,6 +303766,7 @@ https://www.youtube.com/watch?v=JC_PB1yZcIc: v2_locations: - ocp3.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=Jh-viBv-D04: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286038,6 +303778,7 @@ https://www.youtube.com/watch?v=Jh-viBv-D04: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=K2CBHLwPL50&ab_channel=SandipDas: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286055,6 +303796,7 @@ https://www.youtube.com/watch?v=K2CBHLwPL50&ab_channel=SandipDas: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=KgH0QzMHXLs: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286072,6 +303814,7 @@ https://www.youtube.com/watch?v=KgH0QzMHXLs: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=LNfthmZuRDI&ab_channel=CloudBeesTV: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286089,6 +303832,7 @@ https://www.youtube.com/watch?v=LNfthmZuRDI&ab_channel=CloudBeesTV: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=LhB8-sAx3pM&ab_channel=K21Academy: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286106,6 +303850,7 @@ https://www.youtube.com/watch?v=LhB8-sAx3pM&ab_channel=K21Academy: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=MU5LdM83x9s&ab_channel=KubeSphere: ai_summary: Screencast guide focusing on the CI/CD DevOps engine built directly within KubeSphere. Demonstrates writing dynamic pipelines using visual and declarative @@ -286133,6 +303878,7 @@ https://www.youtube.com/watch?v=MU5LdM83x9s&ab_channel=KubeSphere: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.youtube.com/watch?v=N8P9ZLMA2xY: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286150,6 +303896,7 @@ https://www.youtube.com/watch?v=N8P9ZLMA2xY: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=NgRuap0MmZw&ab_channel=XavkiEn: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286166,6 +303913,7 @@ https://www.youtube.com/watch?v=NgRuap0MmZw&ab_channel=XavkiEn: v2_locations: - ansible.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=OFZYIr66Ku4&ab_channel=cloudgeeksinc: ai_summary: Complete orchestration video guide setting up an end-to-end containerized application on AWS EKS using Terraform. Features RDS database attachments, Secrets @@ -286196,6 +303944,7 @@ https://www.youtube.com/watch?v=OFZYIr66Ku4&ab_channel=cloudgeeksinc: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=OOHmg1J_8ck&ab_channel=RedTeamVillage: ai_summary: A live presentation recording demonstrating hands-on exploitation and defense tactics inside Kubernetes environments. It showcases tools like kube-hunter, @@ -286224,6 +303973,7 @@ https://www.youtube.com/watch?v=OOHmg1J_8ck&ab_channel=RedTeamVillage: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=OQAXQrKhIt0&ab_channel=keptn: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286240,6 +303990,7 @@ https://www.youtube.com/watch?v=OQAXQrKhIt0&ab_channel=keptn: v2_locations: - keptn.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=OssIuHbgzJY: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286257,6 +304008,7 @@ https://www.youtube.com/watch?v=OssIuHbgzJY: v2_locations: - caching.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=PbwQWw7xSOM: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286273,6 +304025,7 @@ https://www.youtube.com/watch?v=PbwQWw7xSOM: v2_locations: - swagger-code-generator-for-rest-apis.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=PjiJsllKZrI&ab_channel=ACloudGuru: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286290,6 +304043,7 @@ https://www.youtube.com/watch?v=PjiJsllKZrI&ab_channel=ACloudGuru: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=Q6i0LK4vHsU: ai_summary: This Verizon enterprise case study details the systematic modernization of legacy web applications into OpenShift-orchestrated container environments. @@ -286322,12 +304076,14 @@ https://www.youtube.com/watch?v=Q6i0LK4vHsU: v2_locations: - faq.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=QbSw8dPhHGM&ab_channel=KatieGamanji: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779032157.93259 v1_locations: - docs/kubernetes-on-premise.md + addition_method: manual https://www.youtube.com/watch?v=QrLwFEXvxbo&ab_channel=HoussemDellai: ai_summary: A structured step-by-step video tutorial covering Argo CD installations, git hook linkages, and real-time reconciliation operations for local cloud deployments. @@ -286354,6 +304110,7 @@ https://www.youtube.com/watch?v=QrLwFEXvxbo&ab_channel=HoussemDellai: v2_locations: - argo.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=S4IrAZ5wT3c&ab_channel=SeaJUG: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -286361,6 +304118,7 @@ https://www.youtube.com/watch?v=S4IrAZ5wT3c&ab_channel=SeaJUG: needs_ai_refresh: true v1_locations: - docs/java_frameworks.md + addition_method: manual https://www.youtube.com/watch?v=SZM49lGovTg: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286377,6 +304135,7 @@ https://www.youtube.com/watch?v=SZM49lGovTg: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=ShTC1u7_jew&ab_channel=DevOpsHint: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286394,6 +304153,7 @@ https://www.youtube.com/watch?v=ShTC1u7_jew&ab_channel=DevOpsHint: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=SyRZe5YVCVk: ai_summary: A video walk-through of the External Secrets Operator (ESO). Explains how to orchestrate automated synchronization between external secrets engines @@ -286422,6 +304182,7 @@ https://www.youtube.com/watch?v=SyRZe5YVCVk: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=TPXwVmvzlV4&ab_channel=TheFrontOpsGuy: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286433,6 +304194,7 @@ https://www.youtube.com/watch?v=TPXwVmvzlV4&ab_channel=TheFrontOpsGuy: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=UmbjwSK9b3I: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286450,6 +304212,7 @@ https://www.youtube.com/watch?v=UmbjwSK9b3I: v2_locations: - customer.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=UxZiDZsQoZI&ab_channel=TinyStacks: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286466,6 +304229,7 @@ https://www.youtube.com/watch?v=UxZiDZsQoZI&ab_channel=TinyStacks: v2_locations: - api.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=VYRdirdjOAg: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -286478,6 +304242,7 @@ https://www.youtube.com/watch?v=VYRdirdjOAg: - docs/keptn.md v2_locations: - keptn.md + addition_method: manual https://www.youtube.com/watch?v=VicH6KojwCI: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286494,6 +304259,7 @@ https://www.youtube.com/watch?v=VicH6KojwCI: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=W_PmtDm4IXk&ab_channel=RobertdeBock: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286510,6 +304276,7 @@ https://www.youtube.com/watch?v=W_PmtDm4IXk&ab_channel=RobertdeBock: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=W_rcYPZkhFg&ab_channel=RedHat: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286526,6 +304293,7 @@ https://www.youtube.com/watch?v=W_rcYPZkhFg&ab_channel=RedHat: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=WkLBrHW4NhQ: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286542,6 +304310,7 @@ https://www.youtube.com/watch?v=WkLBrHW4NhQ: v2_locations: - networking.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=WnQK6-puXSM: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286553,6 +304322,7 @@ https://www.youtube.com/watch?v=WnQK6-puXSM: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=X4vuktlK0Tg: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286570,6 +304340,7 @@ https://www.youtube.com/watch?v=X4vuktlK0Tg: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=Za36qHbrf3g: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286586,6 +304357,7 @@ https://www.youtube.com/watch?v=Za36qHbrf3g: v2_locations: - container-managers.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=Zeqc6--0eQw&ab_channel=CloudBeesTV: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286602,6 +304374,7 @@ https://www.youtube.com/watch?v=Zeqc6--0eQw&ab_channel=CloudBeesTV: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=ZkFIozGY0IA: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286619,6 +304392,7 @@ https://www.youtube.com/watch?v=ZkFIozGY0IA: v2_locations: - openshift.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=Zztufl4mFQ4&feature=youtu.be: ai_summary: A video introduction detailing GKE Autopilot operations and setup tasks. Explains how autopilot takes over day-two operational scaling and outlines fundamental @@ -286640,6 +304414,7 @@ https://www.youtube.com/watch?v=Zztufl4mFQ4&feature=youtu.be: v2_locations: - managed-kubernetes-in-public-cloud.md year: '2021' + addition_method: manual https://www.youtube.com/watch?v=_W2qZvQT6XY: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286656,6 +304431,7 @@ https://www.youtube.com/watch?v=_W2qZvQT6XY: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=_cT-kkvw3NQ: ai_summary: Video guide demonstrating how to spin up a SonarQube server inside Minikube, configured for localized developer playground environments. @@ -286683,6 +304459,7 @@ https://www.youtube.com/watch?v=_cT-kkvw3NQ: v2_locations: - sonarqube.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=_nknHwTKlh8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286700,6 +304477,7 @@ https://www.youtube.com/watch?v=_nknHwTKlh8: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=_nl-45ulj1s: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286716,6 +304494,7 @@ https://www.youtube.com/watch?v=_nl-45ulj1s: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=_r-C_FFDLmU&ab_channel=Thetips4you: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286733,6 +304512,7 @@ https://www.youtube.com/watch?v=_r-C_FFDLmU&ab_channel=Thetips4you: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=_w6TwnLCFwA&ab_channel=ContinuousDelivery: ai_summary: A high-impact video by continuous delivery expert Dave Farley arguing why Git Flow acts as an anti-pattern for modern software delivery. He contrasts @@ -286761,6 +304541,7 @@ https://www.youtube.com/watch?v=_w6TwnLCFwA&ab_channel=ContinuousDelivery: v2_locations: - git.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=aU-EtdEOdlM: ai_summary: A highly educational video walkthrough explaining various Kubernetes deployment strategies including Rolling Updates, Recreate, Canary, and Blue-Green. @@ -286789,6 +304570,7 @@ https://www.youtube.com/watch?v=aU-EtdEOdlM: v2_locations: - cicd.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=b0D_bkcT4a4&ab_channel=SoftwareDiagnosticsCenter: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -286801,6 +304583,7 @@ https://www.youtube.com/watch?v=b0D_bkcT4a4&ab_channel=SoftwareDiagnosticsCenter - docs/api.md v2_locations: - api.md + addition_method: manual https://www.youtube.com/watch?v=bB57HKeOvmw&feature=youtu.be: content_hash: a70817f5a901913fb89d001d595ed7aba2d9732412e85f4f9bc8a1f049eb4f87 health_score: 100.0 @@ -286813,6 +304596,7 @@ https://www.youtube.com/watch?v=bB57HKeOvmw&feature=youtu.be: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.youtube.com/watch?v=buzusNljpy4&feature=youtu.be: content_hash: 5909f155c02786a06db481459be6bfc65897cd4f262d571a7ae48e53dad6c243 health_score: 100.0 @@ -286825,12 +304609,14 @@ https://www.youtube.com/watch?v=buzusNljpy4&feature=youtu.be: - docs/aws-backup.md v2_locations: - aws-backup.md + addition_method: manual https://www.youtube.com/watch?v=c5t1y9V8HWc: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779030462.629063 v1_locations: - docs/kubernetes-autoscaling.md + addition_method: manual https://www.youtube.com/watch?v=cZ1S2Gp47ng: ai_summary: Advanced video deep-dive exploring Helm's Go-templating mechanisms, advanced parameter isolation, and complex dependency structures in enterprise @@ -286859,6 +304645,7 @@ https://www.youtube.com/watch?v=cZ1S2Gp47ng: v2_locations: - helm.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=cdZZpaB2kDM: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -286866,6 +304653,7 @@ https://www.youtube.com/watch?v=cdZZpaB2kDM: needs_ai_refresh: true v1_locations: - docs/about.md + addition_method: manual https://www.youtube.com/watch?v=cj_LoG6C2xk&list=PLR3sVanzLpJN6BiYS20K4BMPpiDGifbZy: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286882,6 +304670,7 @@ https://www.youtube.com/watch?v=cj_LoG6C2xk&list=PLR3sVanzLpJN6BiYS20K4BMPpiDGif v2_locations: - aws-miscellaneous.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=eFxFtUpAT9s: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286898,6 +304687,7 @@ https://www.youtube.com/watch?v=eFxFtUpAT9s: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=eMOzF_xAm7w: ai_summary: Screencast guiding developers through setting up a declarative Jenkins pipeline that automatically packages and deploys microservices to Kubernetes using @@ -286926,6 +304716,7 @@ https://www.youtube.com/watch?v=eMOzF_xAm7w: v2_locations: - helm.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=efiMiaFjtn8&feature=youtu.be: content_hash: 4ded45c0758cc27b1e32f40d68f923b2f8e83dbc00b4d3f41b1369c3511ec0ab health_score: 100.0 @@ -286938,6 +304729,7 @@ https://www.youtube.com/watch?v=efiMiaFjtn8&feature=youtu.be: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://www.youtube.com/watch?v=esIZS7PVrvs&ab_channel=Konveyor: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -286954,12 +304746,14 @@ https://www.youtube.com/watch?v=esIZS7PVrvs&ab_channel=Konveyor: v2_locations: - kubernetes-backup-migrations.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=exsv-RUrUFY&ab_channel=yCrash: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779034038.32646 v1_locations: - docs/chaos-engineering.md + addition_method: manual https://www.youtube.com/watch?v=fZfd4orrn8Y&ab_channel=RawkodeAcademy: ai_summary: A video introduction to the Sigstore cryptographic signing toolchain. Showcases practical live demonstrations on generating root keys, deploying automated @@ -286987,6 +304781,7 @@ https://www.youtube.com/watch?v=fZfd4orrn8Y&ab_channel=RawkodeAcademy: v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=gaXlrlz7GVc: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287003,6 +304798,7 @@ https://www.youtube.com/watch?v=gaXlrlz7GVc: v2_locations: - crunchydata.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=gjtXTm_TvvE&list=PLe6EXFvnTV78WqGmGSq8JPnafR3lAa55n: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287014,6 +304810,7 @@ https://www.youtube.com/watch?v=gjtXTm_TvvE&list=PLe6EXFvnTV78WqGmGSq8JPnafR3lAa v1_locations: - docs/git.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=h4DM-Wa0aDQ&ab_channel=XPDaysUkraine: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -287021,6 +304818,7 @@ https://www.youtube.com/watch?v=h4DM-Wa0aDQ&ab_channel=XPDaysUkraine: needs_ai_refresh: true v1_locations: - docs/git.md + addition_method: manual https://www.youtube.com/watch?v=hbMVGEw0HpE&ab_channel=CloudBeesTV: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287037,12 +304835,14 @@ https://www.youtube.com/watch?v=hbMVGEw0HpE&ab_channel=CloudBeesTV: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=iADfzLI3qDI: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779030952.290105 v1_locations: - docs/kubernetes.md + addition_method: manual https://www.youtube.com/watch?v=iE9Qb8dHqWI: ai_summary: 'Curator Insight: Video-based architectural guide detailing RBAC implementation. Live Grounding: Demonstrates step-by-step role construction, user mocking, and @@ -287070,6 +304870,7 @@ https://www.youtube.com/watch?v=iE9Qb8dHqWI: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=iLgEK6A31HM: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287087,6 +304888,7 @@ https://www.youtube.com/watch?v=iLgEK6A31HM: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=iRaai1IBlB0: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -287099,6 +304901,7 @@ https://www.youtube.com/watch?v=iRaai1IBlB0: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.youtube.com/watch?v=iVyKvopGnrQ: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -287111,6 +304914,7 @@ https://www.youtube.com/watch?v=iVyKvopGnrQ: - docs/terraform.md v2_locations: - terraform.md + addition_method: manual https://www.youtube.com/watch?v=iddMXjmr7mk&ab_channel=BribeByBytes: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -287123,6 +304927,7 @@ https://www.youtube.com/watch?v=iddMXjmr7mk&ab_channel=BribeByBytes: - docs/jenkins.md v2_locations: - jenkins.md + addition_method: manual https://www.youtube.com/watch?v=igwFpZOUTnw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287139,6 +304944,7 @@ https://www.youtube.com/watch?v=igwFpZOUTnw: v2_locations: - tekton.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=ihHr-iLfEGo: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287150,6 +304956,7 @@ https://www.youtube.com/watch?v=ihHr-iLfEGo: v1_locations: - docs/jenkins-alternatives.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=io_yBU7vhIo: ai_summary: A video guide evaluating rapid deployment processes. Demonstrates using Azure Draft to generate necessary Dockerfiles and manifest definitions directly @@ -287177,6 +304984,7 @@ https://www.youtube.com/watch?v=io_yBU7vhIo: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=iqpLXUdJ0Ro&ab_channel=Thetips4you: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287194,6 +305002,7 @@ https://www.youtube.com/watch?v=iqpLXUdJ0Ro&ab_channel=Thetips4you: v2_locations: - grafana.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=j1lH3vOhucw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287206,6 +305015,7 @@ https://www.youtube.com/watch?v=j1lH3vOhucw: - docs/demos.md - docs/maven-gradle.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=jBDmX85IjLM&ab_channel=RedHatDeveloper: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287222,6 +305032,7 @@ https://www.youtube.com/watch?v=jBDmX85IjLM&ab_channel=RedHatDeveloper: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=jgW4r9FxItI&ab_channel=DevOpsToolkitbyViktorFarcic: ai_summary: An analytical video comparing SRE and DevOps methodologies. The presentation details structural overlaps, detailing SRE as a concrete class implementing the @@ -287250,6 +305061,7 @@ https://www.youtube.com/watch?v=jgW4r9FxItI&ab_channel=DevOpsToolkitbyViktorFarc v2_locations: - sre.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=js-rq7SvPpE&ab_channel=DevOpsToolkit: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287266,6 +305078,7 @@ https://www.youtube.com/watch?v=js-rq7SvPpE&ab_channel=DevOpsToolkit: v2_locations: - devops.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=kBBBhpKIv9I: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287282,6 +305095,7 @@ https://www.youtube.com/watch?v=kBBBhpKIv9I: v2_locations: - developerportals.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=kQJxGtsqphk: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287298,6 +305112,7 @@ https://www.youtube.com/watch?v=kQJxGtsqphk: v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=knyJt8d6C_8&ab_channel=TheFrontOpsGuy: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -287305,6 +305120,7 @@ https://www.youtube.com/watch?v=knyJt8d6C_8&ab_channel=TheFrontOpsGuy: needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://www.youtube.com/watch?v=lgyO9C9zdrg&feature=youtu.be: content_hash: 97a16d1958447fc2f66b929b249bce194b272d8b42da9a7ffb3b9f66a7186d6d health_score: 100.0 @@ -287312,6 +305128,7 @@ https://www.youtube.com/watch?v=lgyO9C9zdrg&feature=youtu.be: needs_ai_refresh: true v1_locations: - docs/java_frameworks.md + addition_method: manual https://www.youtube.com/watch?v=mRCz6Jl0Ds8&feature=youtu.be: content_hash: 6d694b9fe33614fe9d56fae79fe145555ee05e4b6fec2ee9519ecdbf6d0630d1 health_score: 100.0 @@ -287324,6 +305141,7 @@ https://www.youtube.com/watch?v=mRCz6Jl0Ds8&feature=youtu.be: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.youtube.com/watch?v=mbeQWBNaNKQ&ab_channel=CloudBeesTV: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287340,6 +305158,7 @@ https://www.youtube.com/watch?v=mbeQWBNaNKQ&ab_channel=CloudBeesTV: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=mc20VwxYaGE&ab_channel=CLOUDLEARNHUB: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -287352,6 +305171,7 @@ https://www.youtube.com/watch?v=mc20VwxYaGE&ab_channel=CLOUDLEARNHUB: - docs/ansible.md v2_locations: - ansible.md + addition_method: manual https://www.youtube.com/watch?v=nXXPOS8gjtA: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287368,6 +305188,7 @@ https://www.youtube.com/watch?v=nXXPOS8gjtA: v2_locations: - java_frameworks.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=oZOZiL6XIfA&feature=emb_title: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287380,6 +305201,7 @@ https://www.youtube.com/watch?v=oZOZiL6XIfA&feature=emb_title: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=pJFZ5h9fT5o&ab_channel=InfraXpertzz: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287392,12 +305214,14 @@ https://www.youtube.com/watch?v=pJFZ5h9fT5o&ab_channel=InfraXpertzz: v1_locations: - docs/ansible.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=pgjEe44XQf8&ab_channel=GoogleCloudTech: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779032037.264463 v1_locations: - docs/demos.md + addition_method: manual https://www.youtube.com/watch?v=qGdGMnQ83SA: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287415,6 +305239,7 @@ https://www.youtube.com/watch?v=qGdGMnQ83SA: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=qI_g07C_Q5I: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287431,6 +305256,7 @@ https://www.youtube.com/watch?v=qI_g07C_Q5I: v2_locations: - nosql.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=qbO4MTESiJQ: ai_summary: A video guide showing integration steps for building Jenkins jobs and storing artifacts into a target Sonatype Nexus server repository. @@ -287457,6 +305283,7 @@ https://www.youtube.com/watch?v=qbO4MTESiJQ: v2_locations: - registries.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=s1grtSSIRVA&ab_channel=dotNET: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287473,6 +305300,7 @@ https://www.youtube.com/watch?v=s1grtSSIRVA&ab_channel=dotNET: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=sd2wuAVush4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287489,6 +305317,7 @@ https://www.youtube.com/watch?v=sd2wuAVush4: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=tJOlk-B66R4&ab_channel=ServerlessLand: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287506,6 +305335,7 @@ https://www.youtube.com/watch?v=tJOlk-B66R4&ab_channel=ServerlessLand: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=tgRPlAQpHYk&ab_channel=TheNewStack: ai_summary: A highly informative video overview mapping how Platform9 integrates robust observability networks. Explains why deep trace analysis is vital for fast @@ -287535,12 +305365,14 @@ https://www.youtube.com/watch?v=tgRPlAQpHYk&ab_channel=TheNewStack: v2_locations: - sre.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=tj3xYFA6Q2o&ab_channel=CloudBeesTV: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779029367.435332 v1_locations: - docs/jenkins.md + addition_method: manual https://www.youtube.com/watch?v=uC7vajbnZS4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287557,6 +305389,7 @@ https://www.youtube.com/watch?v=uC7vajbnZS4: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=vDj5IsWjU0A: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287573,6 +305406,7 @@ https://www.youtube.com/watch?v=vDj5IsWjU0A: v2_locations: - test-automation-frameworks.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=vZK_W-fpft0&ab_channel=StackSimplify: ai_summary: Comprehensive video walkthrough illustrating EKS cluster provisioning, node group configurations, and service deployments on AWS. Covers how to map services @@ -287602,6 +305436,7 @@ https://www.youtube.com/watch?v=vZK_W-fpft0&ab_channel=StackSimplify: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=v_T1fuYGjV0&ab_channel=NedintheCloud: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287618,6 +305453,7 @@ https://www.youtube.com/watch?v=v_T1fuYGjV0&ab_channel=NedintheCloud: v2_locations: - terraform.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=vgIwRX4LXfU: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287635,6 +305471,7 @@ https://www.youtube.com/watch?v=vgIwRX4LXfU: v2_locations: - demos.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=wHha-Q3XVOg&ab_channel=DanLister: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287651,6 +305488,7 @@ https://www.youtube.com/watch?v=wHha-Q3XVOg&ab_channel=DanLister: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=x5cyrE9ecis&ab_channel=LambdaTest: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287668,6 +305506,7 @@ https://www.youtube.com/watch?v=x5cyrE9ecis&ab_channel=LambdaTest: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=xM9jpcVGTzY: ai_summary: Video walkthrough assessing the features and integration depths of EKS, GKE, AKS, and self-hosted k3s deployments. @@ -287694,6 +305533,7 @@ https://www.youtube.com/watch?v=xM9jpcVGTzY: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=y1lOKQOapTw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287710,6 +305550,7 @@ https://www.youtube.com/watch?v=y1lOKQOapTw: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=y6RNLNvnYIw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287721,6 +305562,7 @@ https://www.youtube.com/watch?v=y6RNLNvnYIw: v1_locations: - docs/jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=yEyVXUExSqs&ab_channel=DevOpsHint: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287738,6 +305580,7 @@ https://www.youtube.com/watch?v=yEyVXUExSqs&ab_channel=DevOpsHint: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=yTafQ-e84eY: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287755,6 +305598,7 @@ https://www.youtube.com/watch?v=yTafQ-e84eY: v2_locations: - jenkins.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=yWzKJPw_VzM: content_hash: 2acb2bd3589a9177e30004e094919dde56aeb41a6ddfe9b02ff9104483ea01ed health_score: 100.0 @@ -287762,6 +305606,7 @@ https://www.youtube.com/watch?v=yWzKJPw_VzM: needs_ai_refresh: true v1_locations: - docs/api.md + addition_method: manual https://www.youtube.com/watch?v=ybCxPHzRJfA&ab_channel=VisualStudioCode: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287778,6 +305623,7 @@ https://www.youtube.com/watch?v=ybCxPHzRJfA&ab_channel=VisualStudioCode: v2_locations: - visual-studio.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=zA8guDqfv40: ai_summary: A comprehensive boot-camp produced by freeCodeCamp focusing on CloudFormation foundations. Details modular resource design, dependency mapping, drift protection, @@ -287809,6 +305655,7 @@ https://www.youtube.com/watch?v=zA8guDqfv40: - aws-training.md - aws-iac.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=zI7_8M2KtRI&ab_channel=MicroserviceFactory: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 @@ -287821,6 +305668,7 @@ https://www.youtube.com/watch?v=zI7_8M2KtRI&ab_channel=MicroserviceFactory: - docs/demos.md v2_locations: - demos.md + addition_method: manual https://www.youtube.com/watch?v=zL0eLEl2BxI&ab_channel=TravisRoberts: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -287837,6 +305685,7 @@ https://www.youtube.com/watch?v=zL0eLEl2BxI&ab_channel=TravisRoberts: v2_locations: - azure.md year: N/A + addition_method: manual https://www.youtube.com/watch?v=zQyrhjEAqLs: ai_summary: A complete video guide systematically mapping the official AWS Cloud Practitioner certification domains in Spanish. [SPANISH CONTENT] @@ -287868,6 +305717,7 @@ https://www.youtube.com/watch?v=zQyrhjEAqLs: - introduction.md - aws-training.md year: N/A + addition_method: manual https://www.youtube.comwatch?v=b_norgxfh5y: content_hash: N/A health_score: 100.0 @@ -287878,6 +305728,7 @@ https://www.youtube.comwatch?v=b_norgxfh5y: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://www.zartis.com/minimizing-costs-aks: ai_summary: FinOps-centric strategy guide detailing actionable ways to minimize AKS resource costs. Covers Spot VM integrations, autoscaler tuning, node pool @@ -287905,6 +305756,7 @@ https://www.zartis.com/minimizing-costs-aks: v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.zartis.com/simplify-your-sdlc-with-azure-devops: content_hash: 8b596f103b368689be6d4f29e91ae07f51048b8143d3df16b13e860981f26335 description: '' @@ -287920,6 +305772,7 @@ https://www.zartis.com/simplify-your-sdlc-with-azure-devops: v2_locations: - azure.md year: N/A + addition_method: manual https://www.zdnet.com/article/amazon-red-hat-openshift-announced-for-public-cloud-kubernetes-users: content_hash: 8e4e82f0abfb7d8123fbc0912159cc998f1fa78a10912c47dafa9a1e771e2544 health_score: 100.0 @@ -287927,6 +305780,7 @@ https://www.zdnet.com/article/amazon-red-hat-openshift-announced-for-public-clou needs_ai_refresh: true v1_locations: - docs/openshift.md + addition_method: manual ? https://www.zdnet.com/article/apis-published-apis-consumed-mainstream-enterprises-increasingly-behave-like-software-vendors : content_hash: c72a417df64c68d2b8059fe3cd16d9b9dbb5f48928b7d3ac7993623f3fd050d4 description: '' @@ -287944,6 +305798,7 @@ https://www.zdnet.com/article/amazon-red-hat-openshift-announced-for-public-clou v2_locations: - api.md year: N/A + addition_method: manual https://www.zdnet.com/article/as-cloud-costs-spiral-upward-enterprises-turn-to-a-thing-called-finops: content_hash: 73d7273d501375b048606758844dd8ea8c30186bba7681877807e3f2c067f6dd description: '' @@ -287961,6 +305816,7 @@ https://www.zdnet.com/article/as-cloud-costs-spiral-upward-enterprises-turn-to-a v2_locations: - finops.md year: N/A + addition_method: manual https://www.zdnet.com/article/aws-as-predicted-is-forking-elasticsearch: content_hash: bf46f9845764d5f93137bb89508d0d6a922b26227ae31324903fd7c75f197e2a description: '' @@ -287977,6 +305833,7 @@ https://www.zdnet.com/article/aws-as-predicted-is-forking-elasticsearch: v2_locations: - monitoring.md year: N/A + addition_method: manual https://www.zdnet.com/article/corporate-culture-complicates-kubernetes-and-container-collaboration: content_hash: 5f3be410310aeb3aeecbe85d55b6cf8b28e9853f4748ac22af247d3ffb2e702d description: '' @@ -287993,6 +305850,7 @@ https://www.zdnet.com/article/corporate-culture-complicates-kubernetes-and-conta v2_locations: - devops.md year: N/A + addition_method: manual https://www.zdnet.com/article/docker-changes-its-subscription-plans-usage-rules-and-product-line: content_hash: c077367ef61abd1b423d3c6a6c0c9e0ae3f8dd14fb6e65d6ed6a4855ca46c9f1 description: '' @@ -288010,6 +305868,7 @@ https://www.zdnet.com/article/docker-changes-its-subscription-plans-usage-rules- v2_locations: - docker.md year: N/A + addition_method: manual https://www.zdnet.com/article/free-red-hat-enterprise-linux-for-open-source-non-profit-organizations: ai_summary: 'Focuses on Red Hat''s licensing expansion, providing zero-cost RHEL subscriptions to non-profit organizations and open-source development groups to @@ -288040,6 +305899,7 @@ https://www.zdnet.com/article/free-red-hat-enterprise-linux-for-open-source-non- v2_locations: - linux.md year: N/A + addition_method: manual https://www.zdnet.com/article/google-cloud-rolls-out-new-security-tools-as-threat-landscape-heats-up: content_hash: 86176ed43110ac3cd9b644f3d5b8c135ec0e37019166fd048c63ecd5bbc2a3b2 description: '' @@ -288057,6 +305917,7 @@ https://www.zdnet.com/article/google-cloud-rolls-out-new-security-tools-as-threa v2_locations: - GoogleCloudPlatform.md year: N/A + addition_method: manual https://www.zdnet.com/article/google-introduces-gke-autopilot-for-hands-off-kubernetes: ai_summary: Examines industry trends towards hands-off Kubernetes management via GKE Autopilot. Details benefits for small to medium enterprise environments looking @@ -288084,6 +305945,7 @@ https://www.zdnet.com/article/google-introduces-gke-autopilot-for-hands-off-kube v2_locations: - managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://www.zdnet.com/article/google-releases-new-open-source-security-software-program-scorecards: ai_summary: Explains Google's OpenSSF Scorecards initiative, which automates architectural reviews of open-source projects. Focuses on critical security vectors such as @@ -288111,6 +305973,7 @@ https://www.zdnet.com/article/google-releases-new-open-source-security-software- v2_locations: - devsecops.md year: N/A + addition_method: manual https://www.zdnet.com/article/grafana-8-0-integrates-with-prometheus-alerting: content_hash: 4aa880cd35694fd29ad2b8e1d174b8c18211693c0ff0e2eba2df297c9e991f6c description: '' @@ -288127,6 +305990,7 @@ https://www.zdnet.com/article/grafana-8-0-integrates-with-prometheus-alerting: v2_locations: - grafana.md year: N/A + addition_method: manual https://www.zdnet.com/article/kubernetes-dropping-docker-is-not-that-big-of-a-deal: content_hash: d3e54c8564ce33e3c9823edb1a9631f2a68f54fc4e9c298a81ddf77186a44a80 description: '' @@ -288143,6 +306007,7 @@ https://www.zdnet.com/article/kubernetes-dropping-docker-is-not-that-big-of-a-de v2_locations: - kubernetes-releases.md year: N/A + addition_method: manual https://www.zdnet.com/article/log4j-after-white-house-meeting-google-calls-for-list-of-critical-open-source-projects: ai_summary: Discusses high-level strategies initiated by Google and IBM to identify and secure critical open-source software structures. Explores how public-private @@ -288170,6 +306035,7 @@ https://www.zdnet.com/article/log4j-after-white-house-meeting-google-calls-for-l v2_locations: - devsecops.md year: N/A + addition_method: manual ? https://www.zdnet.com/article/open-source-observability-meet-data-transformation-grafana-7-0-promises-to-connect-unify-and-visualize-all-your-data : content_hash: d9a01c0bbcd3b534383e81ba6c0a3c97b48fa18cc116d960c95c73fa80381189 description: '' @@ -288187,6 +306053,7 @@ https://www.zdnet.com/article/log4j-after-white-house-meeting-google-calls-for-l v2_locations: - grafana.md year: N/A + addition_method: manual https://www.zdnet.com/article/programming-languages-python-just-took-a-big-jump-forward: content_hash: 557fd4b1f9f7cd662d9e3c9c2e83c3352ff70b359bf0e97b884b4cd2f9f02924 description: '' @@ -288203,6 +306070,7 @@ https://www.zdnet.com/article/programming-languages-python-just-took-a-big-jump- v2_locations: - python.md year: N/A + addition_method: manual https://www.zdnet.com/article/puppet-introduces-beta-of-cloud-native-event-driven-devops-program-relay: ai_summary: Archived industry reporting of Puppet's event-driven, cloud-native automated workflow engine named Relay. Though Puppet's cloud-native solutions have evolved, @@ -288232,6 +306100,7 @@ https://www.zdnet.com/article/puppet-introduces-beta-of-cloud-native-event-drive v2_locations: - devops-tools.md year: N/A + addition_method: manual https://www.zdnet.com/article/qualys-partners-with-red-hat-to-improve-linux-and-kubernetes-security: content_hash: 7aca940c941423128efd152c8f6ca68f805d7d38f0e6da9f21a7a7673ebe23ad description: '' @@ -288249,6 +306118,7 @@ https://www.zdnet.com/article/qualys-partners-with-red-hat-to-improve-linux-and- v2_locations: - ocp4.md year: N/A + addition_method: manual https://www.zdnet.com/article/rancher-labs-closes-40m-funding-round-to-run-kubernetes-everywhere: content_hash: 73d5b3c4fdf0c39756dae3554f695cc5fa46b4a53739f7388b14b625814b8445 description: '' @@ -288265,6 +306135,7 @@ https://www.zdnet.com/article/rancher-labs-closes-40m-funding-round-to-run-kuber v2_locations: - rancher.md year: N/A + addition_method: manual https://www.zdnet.com/article/red-hat-expands-ansible-ready-to-run-cloud-programs: content_hash: 43c8604636f0bbd094307114d9033eb64f1200652fda86cc220e30a1e983444d description: '' @@ -288281,6 +306152,7 @@ https://www.zdnet.com/article/red-hat-expands-ansible-ready-to-run-cloud-program v2_locations: - ansible.md year: N/A + addition_method: manual https://www.zdnet.com/article/sql-nosql-whats-the-difference-these-days: content_hash: ca87435d24721d3cf5c4dddf088da410e8b7be24d99e336ff6a1f5348c39417c health_score: 100.0 @@ -288293,6 +306165,7 @@ https://www.zdnet.com/article/sql-nosql-whats-the-difference-these-days: - docs/nosql.md v2_locations: - nosql.md + addition_method: manual https://www.zdnet.com/article/stop-calling-devops-teams-devops-teams: content_hash: 4bbcb23dc1e2a83b29c11957776a5fc9575a2a1383211f3ddf8521d5fb57ad4b description: '' @@ -288309,6 +306182,7 @@ https://www.zdnet.com/article/stop-calling-devops-teams-devops-teams: v2_locations: - devops.md year: N/A + addition_method: manual https://www.zdnet.com/article/suse-harvester-deploying-virtual-machines-with-kubernetes: content_hash: 84c9b7fd5eb18f16d785ff6e4c564dc8e3aa927b002e101bc497bd9374a789b8 description: '' @@ -288325,6 +306199,7 @@ https://www.zdnet.com/article/suse-harvester-deploying-virtual-machines-with-kub v2_locations: - rancher.md year: N/A + addition_method: manual https://www.zdnet.com/article/the-year-ahead-in-devops-and-agile-more-automation-more-business-involvement-needed: content_hash: 6583c73b7a04cf8e809f9d14d59d116ea6c27584d9a5f9d6c52790218e2de445 description: '' @@ -288342,6 +306217,7 @@ https://www.zdnet.com/article/the-year-ahead-in-devops-and-agile-more-automation v2_locations: - introduction.md year: N/A + addition_method: manual https://www.zdnet.com/article/theres-no-ops-like-noops-the-next-evolution-of-devops: content_hash: 1e6f2ac2c00953c035516df0f43a122c434e876f77cb8012670adc96b32886dc description: '' @@ -288358,6 +306234,7 @@ https://www.zdnet.com/article/theres-no-ops-like-noops-the-next-evolution-of-dev v2_locations: - noops.md year: N/A + addition_method: manual https://www.zdnet.com/article/vmware-brings-tanzu-application-platform-into-ga-to-ease-kubernetes-adoption: ai_summary: Documents the GA release of Tanzu Application Platform (TAP), which provides pre-configured templates to streamline code-to-production pipelines, @@ -288387,6 +306264,7 @@ https://www.zdnet.com/article/vmware-brings-tanzu-application-platform-into-ga-t v2_locations: - kubernetes-on-premise.md year: N/A + addition_method: manual https://www.zdnet.com/article/when-microservices-need-event-driven-architecture: content_hash: 82920f53c02570bf46580c9ef535fc464ae76cb42a0081af650c3ac96e7a0811 description: '' @@ -288403,6 +306281,7 @@ https://www.zdnet.com/article/when-microservices-need-event-driven-architecture: v2_locations: - introduction.md year: N/A + addition_method: manual https://www.zebrium.com: content_hash: N/A description: '' @@ -288419,6 +306298,7 @@ https://www.zebrium.com: - devops.md - monitoring.md year: N/A + addition_method: manual https://www.zenml.io: content_hash: 0fe7bdd04d4814f431e588e0fbc23ad6ebfb66f7fb38394881aada139f7e1d95 description: '' @@ -288435,6 +306315,7 @@ https://www.zenml.io: v2_locations: - mlops.md year: N/A + addition_method: manual https://www.zenml.io/integrations: content_hash: 9b32dcb91471c73f605089dd66759d6c0fb41a70e6f9965687605a8b56a5795d description: '' @@ -288446,6 +306327,7 @@ https://www.zenml.io/integrations: v1_locations: - docs/mlops.md year: N/A + addition_method: manual https://www.zoom.com: content_hash: 6a43fb6e98f3516c6c512c057ed1687a37655e3c8668c6b71955062deb50c0b8 health_score: 100.0 @@ -288458,6 +306340,7 @@ https://www.zoom.com: - docs/workfromhome.md v2_locations: - workfromhome.md + addition_method: manual https://www2.deloitte.com/de/de/pages/technology/articles/center-of-excellence-application-modernization.html: content_hash: 681f049d7447420c0351ab73226b0a34421e9096867f0c3f070e7d6ac6a63e1b description: '' @@ -288470,6 +306353,7 @@ https://www2.deloitte.com/de/de/pages/technology/articles/center-of-excellence-a v1_locations: - docs/introduction.md year: N/A + addition_method: manual https://www2.deloitte.com/es/es/blog/todo-tecnologia/2021/fargate-con-eks.html: content_hash: e6e166b16cd85e09002a75154eb973e778dd356f31516710aa948fe7630e848b description: '' @@ -288481,6 +306365,7 @@ https://www2.deloitte.com/es/es/blog/todo-tecnologia/2021/fargate-con-eks.html: v1_locations: - docs/aws-serverless.md year: N/A + addition_method: manual https://www2.deloitte.com/es/es/blog/todo-tecnologia/2021/infrastructure-as-code-iac-con-terraform.html: content_hash: bac234a919d49425e636975312b0e785fde45f1537ffd3db98cdd4a50da5d382 description: '' @@ -288492,6 +306377,7 @@ https://www2.deloitte.com/es/es/blog/todo-tecnologia/2021/infrastructure-as-code v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://www2.deloitte.com/us/en/insights/industry/public-sector/agile-in-government-waterfall-software-approach.html: content_hash: 6a79d421c652d66e63557bff2d5506878ee6228cb6e773b8618f1ae4041e3a88 description: '' @@ -288503,6 +306389,7 @@ https://www2.deloitte.com/us/en/insights/industry/public-sector/agile-in-governm v1_locations: - docs/project-management-methodology.md year: N/A + addition_method: manual ? https://www2.deloitte.com/us/en/pages/consulting/articles/secret-to-devops-isnt-about-tools-its-about-culture-value-and-outcomes-architecting-the-cloud-podcast-sre-site-reliability-engineering-resiliency-cloud-adoption-cloud-value-outcomes-culture-change.html : content_hash: 867679e09c82c9c879b3d371f5b1f0c6ab89fd6d3d96508f451b385c903cc5a9 description: '' @@ -288515,6 +306402,7 @@ https://www2.deloitte.com/us/en/insights/industry/public-sector/agile-in-governm v1_locations: - docs/devops.md year: N/A + addition_method: manual https://x.com/ASFMavenProject: ai_summary: Official developer stream of the Apache Maven Project. Covers core releases, framework vulnerability tracking, security warnings, and development board discussions. @@ -288536,6 +306424,7 @@ https://x.com/ASFMavenProject: v2_locations: - maven-gradle.md year: '2026' + addition_method: manual https://x.com/ASFMavenRelease: ai_summary: Automated notification engine monitoring official plugin releases. Crucial for platform engineers auditing build integrity and updating CI pipelines. @@ -288556,6 +306445,7 @@ https://x.com/ASFMavenRelease: v2_locations: - maven-gradle.md year: '2026' + addition_method: manual https://x.com/AWS_Partners: content_hash: 8cc86aa37c93df69c874eac469c6882b7b89b6fec5046b0cb9460431f4fa95ef health_score: 100.0 @@ -288568,6 +306458,7 @@ https://x.com/AWS_Partners: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://x.com/AWSreInvent: content_hash: 3b8c6eadd8af04e9a6c699ff0591048b60151a8119fc3ba4e368209bef645a94 health_score: 100.0 @@ -288580,6 +306471,7 @@ https://x.com/AWSreInvent: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://x.com/AWSstartups: content_hash: 0f31b80add70df82f3e5423983dca16f2f92c854ebe1c99ed71a1fc55b583d72 health_score: 100.0 @@ -288592,6 +306484,7 @@ https://x.com/AWSstartups: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://x.com/ChromeDevTools: content_hash: e5bd47dec138b4d5c2e37c7047df4d66ab436ee533dee26f8309b7a76672b2c3 health_score: 100.0 @@ -288604,6 +306497,7 @@ https://x.com/ChromeDevTools: - docs/ChromeDevTools.md v2_locations: - ChromeDevTools.md + addition_method: manual https://x.com/GolangRepos: ai_summary: Curator Insight identifies this Twitter/X feed as an automated discovery channel posting active Go repositories. Live Grounding confirms it serves as an @@ -288625,6 +306519,7 @@ https://x.com/GolangRepos: v2_locations: - golang.md year: '2026' + addition_method: manual https://x.com/PukarDesign/status/1452141978167267332: content_hash: 9d4e09d0dd1913763a04d81384ecaaadd1ef2b4d53999d397ff0cd44f78be7b5 health_score: 100.0 @@ -288632,6 +306527,7 @@ https://x.com/PukarDesign/status/1452141978167267332: needs_ai_refresh: true v1_locations: - docs/project-management-methodology.md + addition_method: manual https://x.com/SWengThomas: content_hash: 51f5d1b72225f841fa6c9f30edcd2e1525fd1c267e7b18cb07754a8c3f9e1b3a health_score: 100.0 @@ -288639,6 +306535,7 @@ https://x.com/SWengThomas: needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://x.com/_georgemoller: content_hash: 69c53258e69c1c87f45d5b2ae7409f4475c7e8aab89ac26a84cfa016e62e1c10 health_score: 100.0 @@ -288646,6 +306543,7 @@ https://x.com/_georgemoller: needs_ai_refresh: true v1_locations: - docs/cheatsheets.md + addition_method: manual https://x.com/a_sykim: content_hash: 021aaa40e603d07bf2ce7debb841dd59923c74a583a5fdeabcd9c1d6e9520435 health_score: 100.0 @@ -288653,6 +306551,7 @@ https://x.com/a_sykim: needs_ai_refresh: true v1_locations: - docs/introduction.md + addition_method: manual https://x.com/aantn: content_hash: fa5027450aabfa99375663ae5700602aff6a6974718c58fe23360c5ac91e5f7e health_score: 100.0 @@ -288665,6 +306564,7 @@ https://x.com/aantn: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://x.com/addyosmani: content_hash: 2262ed83ff50863dbfbf930b9a6e97f07f6aeb7e8271feb11d7d54926f7c4599 health_score: 100.0 @@ -288672,6 +306572,7 @@ https://x.com/addyosmani: needs_ai_refresh: true v1_locations: - docs/ChromeDevTools.md + addition_method: manual https://x.com/agarcia: content_hash: 38a4806d4d580148b647c538dd03e0d4c2467f58012760bcfc5a3c032760f916 health_score: 100.0 @@ -288679,6 +306580,7 @@ https://x.com/agarcia: needs_ai_refresh: true v1_locations: - docs/docker.md + addition_method: manual https://x.com/alexxubyte: content_hash: 695174b2002acedf141a3e7d31d543cacfc18336cba7d9a17e0d2b28e045c945 health_score: 100.0 @@ -288686,6 +306588,7 @@ https://x.com/alexxubyte: needs_ai_refresh: true v1_locations: - docs/networking.md + addition_method: manual https://x.com/awscloud: content_hash: e142bfa14905a6d3e979d12ebcd0ccb207988bd6ef17cca0ba035da0b21e69bc health_score: 100.0 @@ -288698,6 +306601,7 @@ https://x.com/awscloud: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://x.com/azuredevops: content_hash: fa433d5256cd0af25ede6cdb013f753c5976386ce8f2e29a77f69a5b853c518a health_score: 100.0 @@ -288710,6 +306614,7 @@ https://x.com/azuredevops: - docs/git.md v2_locations: - git.md + addition_method: manual https://x.com/brendandburns: content_hash: 425cf8383e7c664c771433b0a5f80fc6ba63f5eb4e6a18e334a8266208313262 health_score: 100.0 @@ -288717,6 +306622,7 @@ https://x.com/brendandburns: needs_ai_refresh: true v1_locations: - docs/introduction.md + addition_method: manual https://x.com/codingsafari: content_hash: 446b86fb11bc9f315210af1a9201e4287bef92a754266cbdb3d7121d55d6a746 health_score: 100.0 @@ -288724,6 +306630,7 @@ https://x.com/codingsafari: needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://x.com/commandlinefu: ai_summary: Official social channel broadcasting top command-line tips from the CommandLineFu portal. Useful for continuous bite-sized technical integration. @@ -288744,6 +306651,7 @@ https://x.com/commandlinefu: v2_locations: - linux.md year: '2024' + addition_method: manual https://x.com/commandlinefu10: ai_summary: Secondary distribution pipeline showcasing community-submitted bash recipes and diagnostic tools. @@ -288764,6 +306672,7 @@ https://x.com/commandlinefu10: v2_locations: - linux.md year: '2023' + addition_method: manual https://x.com/commandlinefu3: ai_summary: Supplementary feed mirroring automated script updates and terminal command structures. @@ -288784,6 +306693,7 @@ https://x.com/commandlinefu3: v2_locations: - linux.md year: '2023' + addition_method: manual https://x.com/dmokafa: content_hash: 06b7835f3136084f8a17fa9e6956175f5f0125534348e1243d346f257b8c1bab health_score: 100.0 @@ -288791,6 +306701,7 @@ https://x.com/dmokafa: needs_ai_refresh: true v1_locations: - docs/about.md + addition_method: manual https://x.com/hashtag/featureflag: ai_summary: 'A social search stream aggregating real-time updates, community opinions, tool releases, and professional conversations centered on the #FeatureFlags hashtag @@ -288812,6 +306723,7 @@ https://x.com/hashtag/featureflag: v2_locations: - git.md year: N/A + addition_method: manual https://x.com/janakiramm: content_hash: f7a8f387d70ecbaf6854a46afd0f7933c3b403e3e4a45e25a8e78f418ca28138 health_score: 100.0 @@ -288824,6 +306736,7 @@ https://x.com/janakiramm: - docs/gitops.md v2_locations: - gitops.md + addition_method: manual https://x.com/jeffbarr: content_hash: 1c1b9e0d55b9dcbeba9ce90dd4a3a6877416a849be7f3f64c556f88ac687e21e health_score: 100.0 @@ -288836,6 +306749,7 @@ https://x.com/jeffbarr: - docs/aws.md v2_locations: - aws.md + addition_method: manual https://x.com/johncutlefish/status/1452048722917871620: content_hash: b6f607d191984b7616755420c830a5dfc0cd5ff7ecefa01777a07a27bd529656 health_score: 100.0 @@ -288843,6 +306757,7 @@ https://x.com/johncutlefish/status/1452048722917871620: needs_ai_refresh: true v1_locations: - docs/project-management-methodology.md + addition_method: manual https://x.com/jwendlandt: content_hash: 483b2e78cd5cbab18345cd7ea7e981ad7b13bb8d6cf28a41ce27b83ec73e491a health_score: 100.0 @@ -288850,6 +306765,7 @@ https://x.com/jwendlandt: needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://x.com/k0sproject: content_hash: 05a57b5934fcd12e935aade949661db8ec9f3986cb8b1d8cc59db1f7d814629b health_score: 100.0 @@ -288862,6 +306778,7 @@ https://x.com/k0sproject: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://x.com/kubernetesio: content_hash: cdf68b268a9fc5c47094e25c5680fec5ea3880f2ed19ca115b7523f39bd11b24 health_score: 100.0 @@ -288874,6 +306791,7 @@ https://x.com/kubernetesio: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://x.com/memenetes: content_hash: a810e63f536a637e0420eb6f49a669f5b1528ad03cec8e944a3434beba163927 health_score: 100.0 @@ -288881,6 +306799,7 @@ https://x.com/memenetes: needs_ai_refresh: true v1_locations: - docs/kubernetes.md + addition_method: manual https://x.com/microcksio: content_hash: 79796f9dc7b304f63babb7d70bae26b7022dacefaf583e9c083ee7a29d58906c health_score: 100.0 @@ -288893,6 +306812,7 @@ https://x.com/microcksio: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://x.com/okta: content_hash: f2584a79d03ab1cd8722ffb714d7c4348ff48399b6d83a16fa7a66120b13afae health_score: 100.0 @@ -288900,6 +306820,7 @@ https://x.com/okta: needs_ai_refresh: true v1_locations: - docs/aws.md + addition_method: manual https://x.com/openshift: content_hash: b6b9ac3df1195090e3e9c960d2071d5d779323a8eaef93f592c4f9db1427f272 health_score: 100.0 @@ -288912,6 +306833,7 @@ https://x.com/openshift: - docs/openshift.md v2_locations: - openshift.md + addition_method: manual https://x.com/operatorhubio: content_hash: 39bc204cdfebe6e41e1aeeb2db81030fcf79abb86d4aaeeade652daeb0a68cb3 health_score: 100.0 @@ -288924,6 +306846,7 @@ https://x.com/operatorhubio: - docs/ocp4.md v2_locations: - ocp4.md + addition_method: manual https://x.com/originalavalamp: ai_summary: A multi-perspective community debate focusing on Base64 encoding in secrets. Reinforces that encoding is not encryption and underlines the absolute @@ -288959,6 +306882,7 @@ https://x.com/originalavalamp: v2_locations: - kubernetes-security.md year: '2022' + addition_method: manual https://x.com/puksiarz: content_hash: 78cc893f7da03347f34dfce653d1dc7d7a5a525b2cfd0394e7a017717c30dd98 health_score: 100.0 @@ -288966,6 +306890,7 @@ https://x.com/puksiarz: needs_ai_refresh: true v1_locations: - docs/container-managers.md + addition_method: manual https://x.com/pvergadia: content_hash: 6182840cccc64a17bea2bcfd1167654fa0456ccb9a91efa7a2f4c528f920172d health_score: 100.0 @@ -288973,6 +306898,7 @@ https://x.com/pvergadia: needs_ai_refresh: true v1_locations: - docs/GoogleCloudPlatform.md + addition_method: manual https://x.com/pythonvscode: content_hash: f50f0ee7aab34d3464cf53c15bff07fbf636e8a73dd4e7f5d8575834cf7c6a5c health_score: 100.0 @@ -288980,6 +306906,7 @@ https://x.com/pythonvscode: needs_ai_refresh: true v1_locations: - docs/visual-studio.md + addition_method: manual https://x.com/rakyll: content_hash: 247f49571b070e3480c6fc6cd36d0165edead9e866fe8a39a9ce53789727e8c8 health_score: 100.0 @@ -288987,6 +306914,7 @@ https://x.com/rakyll: needs_ai_refresh: true v1_locations: - docs/about.md + addition_method: manual https://x.com/shipwrightio: content_hash: 1b875c6c713866e969b66f3dd96dd44588d59201c4b5ad29d2201c967d6277a2 health_score: 100.0 @@ -288999,6 +306927,7 @@ https://x.com/shipwrightio: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://x.com/submarinerio: content_hash: 35f4336ff613c161a65c72562eeccc3983ed185aaf2ed34ab05c05af5983f977 health_score: 100.0 @@ -289011,6 +306940,7 @@ https://x.com/submarinerio: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://x.com/telepresenceio: content_hash: 2f847afa7041fb13f4d5f36cf3920673b1f3e7f0f266edffa333b9efdf9918f2 health_score: 100.0 @@ -289023,6 +306953,7 @@ https://x.com/telepresenceio: - docs/kubernetes.md v2_locations: - kubernetes.md + addition_method: manual https://x.com/tfortricks_ind: content_hash: 2b91570ddee52c222b6b1bc75a38aee567d1fecd380c0752ac339d7da83aba2f health_score: 100.0 @@ -289030,6 +306961,7 @@ https://x.com/tfortricks_ind: needs_ai_refresh: true v1_locations: - docs/devops.md + addition_method: manual https://x.com/tsh4k: content_hash: 4de5353b8ae33a711205ba47ca0599f42d95ed0207fb338e865bc9091f2abf78 health_score: 100.0 @@ -289037,6 +306969,7 @@ https://x.com/tsh4k: needs_ai_refresh: true v1_locations: - docs/kubernetes-security.md + addition_method: manual https://xbery.medium.com/deploy-helm-charts-using-terraform-module-63684efbd221: content_hash: N/A description: '' @@ -289051,6 +306984,7 @@ https://xbery.medium.com/deploy-helm-charts-using-terraform-module-63684efbd221: v2_locations: - helm.md year: N/A + addition_method: manual https://xebialabs.com/glossary: content_hash: dbd3f120a1fba6159fd532c229d1b57d799a960cdd7e109c634e4ac4b8365d53 description: '' @@ -289062,6 +306996,7 @@ https://xebialabs.com/glossary: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://xebialabs.com/periodic-table-of-devops-tools: content_hash: 8a2650d513dcea5101a1809b526cf2f9415413496e64f6a09e8ee9708c7fd024 description: '' @@ -289073,6 +307008,7 @@ https://xebialabs.com/periodic-table-of-devops-tools: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://xebialabs.com/the-ultimate-devops-tool-chest: content_hash: 5fc69d17855dfd19041f72dad7585e7efd448d60c3c9bb4cbd876e8a6b7ac606 description: '' @@ -289084,6 +307020,7 @@ https://xebialabs.com/the-ultimate-devops-tool-chest: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://xebialabs.com/the-ultimate-devops-tool-chest/open-source: content_hash: e671cf456627e66995c17b431c3c2ba25c8e3f472aedb64e167ca82aacf2d7f5 description: '' @@ -289094,6 +307031,7 @@ https://xebialabs.com/the-ultimate-devops-tool-chest/open-source: v1_locations: - docs/devops.md year: N/A + addition_method: manual https://xenitab.github.io/blog/2022/04/12/ephemeral-container-security: ai_summary: Explains security considerations around the use of ephemeral containers for live cluster troubleshooting. Curator insight warns against exposing node-level @@ -289123,6 +307061,7 @@ https://xenitab.github.io/blog/2022/04/12/ephemeral-container-security: v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://xgrid.medium.com/securing-a-kubernetes-cluster-using-tls-certificates-5e64a6bb26de: content_hash: N/A description: '' @@ -289138,6 +307077,7 @@ https://xgrid.medium.com/securing-a-kubernetes-cluster-using-tls-certificates-5e v2_locations: - kubernetes-security.md year: N/A + addition_method: manual https://xgrid.medium.com/tackling-kubernetes-observability-challenges-with-pixie-a03cbad93148: content_hash: N/A description: '' @@ -289148,6 +307088,7 @@ https://xgrid.medium.com/tackling-kubernetes-observability-challenges-with-pixie v1_locations: - docs/kubernetes-monitoring.md year: N/A + addition_method: manual https://yaml.org/spec/1.2/spec.html: ai_summary: Curator Insight points to the official YAML 1.2 specification explaining how pointers (anchors and aliases) work. Live Grounding validates that utilizing @@ -289176,6 +307117,7 @@ https://yaml.org/spec/1.2/spec.html: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://yamline.com: ai_summary: A web utility geared for parsing and structural validation of complex YAML architectures. It simplifies nested structure tracing, preventing misaligned @@ -289204,6 +307146,7 @@ https://yamline.com: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://yamlvalidator.dev: ai_summary: A privacy-focused web editor engineered for rapid and secure YAML markup validation. It delivers real-time validation error alerts on structural and spacing @@ -289232,6 +307175,7 @@ https://yamlvalidator.dev: - data-and-advanced-analytics.md - yaml.md year: N/A + addition_method: manual https://yankeexe.medium.com/how-rolling-and-rollback-deployments-work-in-kubernetes-8db4c4dce599: content_hash: N/A description: '' @@ -289246,6 +307190,7 @@ https://yankeexe.medium.com/how-rolling-and-rollback-deployments-work-in-kuberne v2_locations: - kubernetes.md year: N/A + addition_method: manual ? https://yash-kukreja-98.medium.com/develop-on-kubernetes-series-demystifying-the-for-vs-owns-vs-watches-controller-builders-in-c11ab32a046e : content_hash: N/A description: '' @@ -289261,6 +307206,7 @@ https://yankeexe.medium.com/how-rolling-and-rollback-deployments-work-in-kuberne v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://yeeply.com: ai_summary: Managed marketplace connecting vetted mobile app developers, web developers, and designers with enterprises seeking outsourced engineering solutions. @@ -289281,6 +307227,7 @@ https://yeeply.com: v2_locations: - freelancing.md year: '2022' + addition_method: manual https://yellow.systems/blog/how-to-build-a-scalable-web-application: content_hash: 34797e12aa3011dfce4efa60b0fa5ffc5d693d9ebed3d73e28b5976a9d09c543 description: '' @@ -289298,6 +307245,7 @@ https://yellow.systems/blog/how-to-build-a-scalable-web-application: v2_locations: - introduction.md year: N/A + addition_method: manual https://yitaek.medium.com/useful-tools-for-better-kubernetes-development-87820c2b9435: content_hash: N/A description: '' @@ -289312,6 +307260,7 @@ https://yitaek.medium.com/useful-tools-for-better-kubernetes-development-87820c2 v2_locations: - kubernetes-based-devel.md year: N/A + addition_method: manual https://ymmt2005.hatenablog.com/entry/2020/04/14/An_example_of_using_dynamic_client_of_k8s.io/client-go: ai_summary: Provides a practical, concrete code blueprint demonstrating how to query Kubernetes resources dynamically without pre-compiled SDK structures. Simplifies @@ -289340,6 +307289,7 @@ https://ymmt2005.hatenablog.com/entry/2020/04/14/An_example_of_using_dynamic_cli v2_locations: - golang.md year: N/A + addition_method: manual https://ymmt2005.hatenablog.com/entry/k8s-things: ai_summary: Curator Insight reviews 47 critical facets of advanced Kubernetes cluster management and internal mechanisms. Live Grounding reveals that deep scheduling @@ -289370,6 +307320,7 @@ https://ymmt2005.hatenablog.com/entry/k8s-things: v2_locations: - interview-questions.md year: N/A + addition_method: manual https://yobyot.com/aws/aws-multi-region-keys-and-ec2-data-lifecycle-manager/2021/08/18: content_hash: 86c5fda4556e918c0a4bdd5f37688775b61aa139b02920ff096c88043f877412 health_score: 100.0 @@ -289382,6 +307333,7 @@ https://yobyot.com/aws/aws-multi-region-keys-and-ec2-data-lifecycle-manager/2021 - docs/aws-security.md v2_locations: - aws-security.md + addition_method: manual https://yor.io: content_hash: 63bb589b92ea6cf7d7af6703d6cdbb36406196236b6db2a0ce07e8d475af1776 description: '' @@ -289398,6 +307350,7 @@ https://yor.io: v2_locations: - securityascode.md year: N/A + addition_method: manual https://yoshevski.medium.com/cost-effective-azuredevops-and-appcenter-integration-fe606725d5d5: content_hash: N/A description: '' @@ -289412,6 +307365,7 @@ https://yoshevski.medium.com/cost-effective-azuredevops-and-appcenter-integratio v2_locations: - azure.md year: N/A + addition_method: manual https://youcanbook.me: content_hash: e5983efd53bfb30b2e6ae817ef5107e3dcc18f068b82ecc1f4ee070f51000c2a description: '' @@ -289428,6 +307382,7 @@ https://youcanbook.me: v2_locations: - appointment-scheduling.md year: N/A + addition_method: manual https://yourdevopsmentor.com/blog/how-to-become-a-devops-engineer: content_hash: N/A description: '' @@ -289442,6 +307397,7 @@ https://yourdevopsmentor.com/blog/how-to-become-a-devops-engineer: v2_locations: - devops.md year: N/A + addition_method: manual https://youtu.be/1RTTEUEl9sc: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289452,6 +307408,7 @@ https://youtu.be/1RTTEUEl9sc: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://youtu.be/1v15VSKPZRU?si=vK_9UKjGV8F24Ebt: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289462,6 +307419,7 @@ https://youtu.be/1v15VSKPZRU?si=vK_9UKjGV8F24Ebt: v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://youtu.be/OPKVKPfJrRA?si=YBt3LmBRNNq-GrqL: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289472,6 +307430,7 @@ https://youtu.be/OPKVKPfJrRA?si=YBt3LmBRNNq-GrqL: v1_locations: - docs/openshift.md year: N/A + addition_method: manual https://youtu.be/V53AHWun17s?si=zB9HD1MCp3SbLQwL: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289483,6 +307442,7 @@ https://youtu.be/V53AHWun17s?si=zB9HD1MCp3SbLQwL: v1_locations: - docs/terraform.md year: N/A + addition_method: manual https://youtu.be/Zztufl4mFQ4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289493,6 +307453,7 @@ https://youtu.be/Zztufl4mFQ4: v1_locations: - docs/managed-kubernetes-in-public-cloud.md year: N/A + addition_method: manual https://youtu.be/bB57HKeOvmw: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289503,6 +307464,7 @@ https://youtu.be/bB57HKeOvmw: v1_locations: - docs/nosql.md year: N/A + addition_method: manual https://youtu.be/buzusNljpy4: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289514,6 +307476,7 @@ https://youtu.be/buzusNljpy4: v1_locations: - docs/aws-backup.md year: N/A + addition_method: manual https://youtu.be/efiMiaFjtn8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289525,6 +307488,7 @@ https://youtu.be/efiMiaFjtn8: v1_locations: - docs/kubernetes.md year: N/A + addition_method: manual https://youtu.be/gnYU0jtQbug?si=dWSDPD4eXvF3dx5r: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289535,12 +307499,14 @@ https://youtu.be/gnYU0jtQbug?si=dWSDPD4eXvF3dx5r: v1_locations: - docs/cicd.md year: N/A + addition_method: manual https://youtu.be/lgyO9C9zdrg: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779033401.047769 v1_locations: - docs/java_frameworks.md + addition_method: manual https://youtu.be/mRCz6Jl0Ds8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289551,12 +307517,14 @@ https://youtu.be/mRCz6Jl0Ds8: v1_locations: - docs/demos.md year: N/A + addition_method: manual https://youtube.com/clip/Ugkx5e13a72WjgowgmAtFieyNFuiKarXWXDp: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 health_score: 100.0 last_checked: 1779033950.257115 v1_locations: - docs/about.md + addition_method: manual https://youtube.com/playlist?list=PLaR6Rq6Z4IqcKOKT4c0uGkBt3YSRQ9S5v&si=qGpgMP56yagniZx8: content_hash: 6cdb243a64853057b116d3516ad656f4fc0e2c9f9b4fd690c880867e81f5cc19 description: '' @@ -289567,6 +307535,7 @@ https://youtube.com/playlist?list=PLaR6Rq6Z4IqcKOKT4c0uGkBt3YSRQ9S5v&si=qGpgMP56 v1_locations: - docs/kubernetes-tutorials.md year: N/A + addition_method: manual https://youtube.com/playlist?list=PLvBBnHmZuNQJeznYL2F-MpZYBUeLIXYEe&si=GBJtqv36O8bslj9z: content_hash: 1f992b9d32637c8c58be92f2bb7c9b20253a0eb1c0155a5badd84870f577abb5 description: '' @@ -289576,6 +307545,7 @@ https://youtube.com/playlist?list=PLvBBnHmZuNQJeznYL2F-MpZYBUeLIXYEe&si=GBJtqv36 title: Jenkins Tutorials by CloudBeesTV 🌟 v1_locations: [] year: N/A + addition_method: manual https://youtube.com/shorts/VP4JoijL_TY?si=dBGfs6sn1ryzPcYT: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289586,6 +307556,7 @@ https://youtube.com/shorts/VP4JoijL_TY?si=dBGfs6sn1ryzPcYT: v1_locations: - docs/kubernetes-tools.md year: N/A + addition_method: manual https://youtube.com/shorts/bVlIo4H0IDU: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289596,6 +307567,7 @@ https://youtube.com/shorts/bVlIo4H0IDU: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://youtube.com/shorts/hmq195GRYCI?si=8knOM1y50V6JcRlk: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289606,6 +307578,7 @@ https://youtube.com/shorts/hmq195GRYCI?si=8knOM1y50V6JcRlk: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://youtube.com/shorts/i0V1bHybv5w?si=y42F3QjNFVouu3s8: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289616,6 +307589,7 @@ https://youtube.com/shorts/i0V1bHybv5w?si=y42F3QjNFVouu3s8: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://youtube.com/shorts/rjmXBs5l_7M?si=UlQ4q1-B-JOiYwrn: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289626,6 +307600,7 @@ https://youtube.com/shorts/rjmXBs5l_7M?si=UlQ4q1-B-JOiYwrn: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://youtube.com/shorts/vpFF1XSqWjw?si=Zr2eW_C3_3hQoXAa: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289636,6 +307611,7 @@ https://youtube.com/shorts/vpFF1XSqWjw?si=Zr2eW_C3_3hQoXAa: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://youtube.com/shorts/yuzKp_KsGIk?si=ooaqRJzW2cmf6Z2M: content_hash: a58f42eba145ce731655e19fc9dbd82f5e7ea6f996ffc63fef135401b402b287 description: '' @@ -289646,6 +307622,7 @@ https://youtube.com/shorts/yuzKp_KsGIk?si=ooaqRJzW2cmf6Z2M: v1_locations: - docs/visual-studio.md year: N/A + addition_method: manual https://ystatit.medium.com/how-to-change-kubernetes-kube-apiserver-ip-address-402d6ddb8aa2: content_hash: N/A description: '' @@ -289660,6 +307637,7 @@ https://ystatit.medium.com/how-to-change-kubernetes-kube-apiserver-ip-address-40 v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://yuminlee2.medium.com/kubernetes-container-and-pod-logging-82ec5c057cb2: content_hash: N/A description: '' @@ -289674,6 +307652,7 @@ https://yuminlee2.medium.com/kubernetes-container-and-pod-logging-82ec5c057cb2: v2_locations: - kubernetes-monitoring.md year: N/A + addition_method: manual https://yuminlee2.medium.com/kubernetes-network-policies-a93c2f588e31: content_hash: N/A description: '' @@ -289688,6 +307667,7 @@ https://yuminlee2.medium.com/kubernetes-network-policies-a93c2f588e31: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://yuminlee2.medium.com/kubernetes-storage-fe5363d88d42: content_hash: N/A description: '' @@ -289702,6 +307682,7 @@ https://yuminlee2.medium.com/kubernetes-storage-fe5363d88d42: v2_locations: - kubernetes-storage.md year: N/A + addition_method: manual ? https://yuminlee2.medium.com/kubernetes-understanding-kubernetes-architecture-through-a-restaurant-chefs-analogy-b89f38d8b95a : content_hash: N/A description: '' @@ -289717,6 +307698,7 @@ https://yuminlee2.medium.com/kubernetes-storage-fe5363d88d42: v2_locations: - kubernetes.md year: N/A + addition_method: manual https://zealdocs.org: content_hash: d415463f861b614b84f946f7e7f7285ab550cd501200748d663bb570dc6cc75e description: '' @@ -289733,6 +307715,7 @@ https://zealdocs.org: v2_locations: - cheatsheets.md year: N/A + addition_method: manual https://zeebe.io: content_hash: 9bfbd0aa5028b98acd041cefc0793692a6219504cb342748d42f7a55e26b5084 description: '' @@ -289744,6 +307727,7 @@ https://zeebe.io: v1_locations: - docs/message-queue.md year: N/A + addition_method: manual https://zendesk.engineering/debugging-containerd-a20f28a2a8bf: content_hash: N/A description: '' @@ -289758,6 +307742,7 @@ https://zendesk.engineering/debugging-containerd-a20f28a2a8bf: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://zer1t0.gitlab.io/posts/attacking_ad: content_hash: 971db8c777e58c58a51729a1998c17ddc65d0fbdf7f7681e89082d3582c7b273 description: '' @@ -289774,6 +307759,7 @@ https://zer1t0.gitlab.io/posts/attacking_ad: v2_locations: - azure.md year: N/A + addition_method: manual https://zerodha.tech/blog/infra-monitoring-at-zerodha: content_hash: d02dbd2c9ecf6a69494d9411c89034b706b189636e7018a4d2752473d8ad26e3 description: '' @@ -289790,6 +307776,7 @@ https://zerodha.tech/blog/infra-monitoring-at-zerodha: v2_locations: - prometheus.md year: N/A + addition_method: manual https://zerokspot.com/weblog/2015/12/31/new-string-formatting-in-python: content_hash: 6766fe736d765f3352ecc93caa5d8747ca6f7574f6fdc0624168010396da06a5 description: '' @@ -289806,6 +307793,7 @@ https://zerokspot.com/weblog/2015/12/31/new-string-formatting-in-python: v2_locations: - python.md year: N/A + addition_method: manual https://zesty.co/blog/10-cloud-deficiencies: content_hash: dbd8f412e7abfdb13e9a763a9bb664af025f18253fbfb891f696954352ce2272 description: '' @@ -289822,6 +307810,7 @@ https://zesty.co/blog/10-cloud-deficiencies: v2_locations: - introduction.md year: N/A + addition_method: manual https://zhimin-wen.medium.com/curl-as-a-network-protocol-testing-tool-7f49151ea365: content_hash: N/A description: '' @@ -289836,6 +307825,7 @@ https://zhimin-wen.medium.com/curl-as-a-network-protocol-testing-tool-7f49151ea3 v2_locations: - kubernetes-tools.md year: N/A + addition_method: manual https://zhimin-wen.medium.com/custom-notifications-with-alert-managers-webhook-receiver-in-kubernetes-8e1152ba2c31: content_hash: N/A description: '' @@ -289851,6 +307841,7 @@ https://zhimin-wen.medium.com/custom-notifications-with-alert-managers-webhook-r v2_locations: - kubernetes.md year: N/A + addition_method: manual https://zhimin-wen.medium.com/sticky-sessions-in-kubernetes-56eb0e8f257d: content_hash: N/A description: '' @@ -289865,6 +307856,7 @@ https://zhimin-wen.medium.com/sticky-sessions-in-kubernetes-56eb0e8f257d: v2_locations: - kubernetes-networking.md year: N/A + addition_method: manual https://zigiwave.medium.com/top-10-tools-your-devops-teams-should-use-in-2022-569700f40426: content_hash: N/A description: '' @@ -289879,6 +307871,7 @@ https://zigiwave.medium.com/top-10-tools-your-devops-teams-should-use-in-2022-56 v2_locations: - devops-tools.md year: N/A + addition_method: manual https://zipkin.io: content_hash: 3697a6efcf9d367d37f2d3b0bdc8023883cb6e53ad561c30b6866ad3ec1b11f1 description: '' @@ -289895,6 +307888,7 @@ https://zipkin.io: v2_locations: - monitoring.md year: N/A + addition_method: manual https://zoom.new: content_hash: 43ec3cbf2e7c9c574b74fdd709edb550d7737546fc550d377bdd5796e341fdae description: '' @@ -289906,6 +307900,7 @@ https://zoom.new: v1_locations: - docs/project-management-tools.md year: N/A + addition_method: manual https://zoom.us: content_hash: 55d38e4f97a7e0e2d0a64c418beede12c3c2cf7b9cb8b822e9d654c1d3eedc8d description: '' @@ -289917,6 +307912,7 @@ https://zoom.us: v1_locations: - docs/workfromhome.md year: N/A + addition_method: manual https://zoom.us/signin: content_hash: 65c9f26b2f789a40c8055b32cd0d71a12fb3dd9feef0eb53ed57f16baa62d693 health_score: 100.0 @@ -289929,18 +307925,21 @@ https://zoom.us/signin: - docs/project-management-tools.md v2_locations: - project-management-tools.md + addition_method: manual https://zoonavigator.elkozmon.com: content_hash: 21ddcd1831a07b9f9d220f1cfc21c82fc3eabb58fa80368db437cebf33d5a603 health_score: 100.0 last_checked: 1779031422.906959 v1_locations: - docs/monitoring.md + addition_method: manual https://zoonavigator.elkozmon.com/en/latest: content_hash: 060cc3322fc863d4129d628564474ef3e4fc7292d7cc13b6e9673b6cd0e927c7 health_score: 100.0 last_checked: 1779130494.978512 v1_locations: - docs/monitoring.md + addition_method: manual https://zshdb.readthedocs.io: content_hash: a7e945452387d4b6a1340578879bf44b2fb37b0aabac11be687d590568ceadb1 description: '' @@ -289952,6 +307951,7 @@ https://zshdb.readthedocs.io: v1_locations: - docs/linux.md year: N/A + addition_method: manual https://zshdb.readthedocs.io/en/latest: ai_summary: Official documentation for ZshDB, a highly specialized, command-line debugger for Zsh shell scripts. Leverages standard debugger models (similar to @@ -289973,6 +307973,7 @@ https://zshdb.readthedocs.io/en/latest: v2_locations: - linux.md year: '2023' + addition_method: manual https://zwischenzugs.com/2020/05/05/riding-the-tiger-lessons-learned-implementing-istio: ai_summary: A detailed engineering review of deploying Istio in production. Shares real-world lessons on configuring security policies, debugging network traffic, @@ -290000,6 +308001,7 @@ https://zwischenzugs.com/2020/05/05/riding-the-tiger-lessons-learned-implementin v2_locations: - istio.md year: N/A + addition_method: manual https://…: content_hash: N/A description: '' @@ -290014,6 +308016,7 @@ https://…: v2_locations: - kubernetes-troubleshooting.md year: N/A + addition_method: manual https://www.youtube.com/@arsys: content_hash: '' description: Canal oficial de YouTube de Arsys, proveedor de servicios de cloud @@ -290031,3 +308034,4 @@ https://www.youtube.com/@arsys: image: images/arsys_logo.svg order_v1: 133 order_v2: 14 + addition_method: manual diff --git a/src/agentic_curator.py b/src/agentic_curator.py index f727bf1c..dd74350b 100644 --- a/src/agentic_curator.py +++ b/src/agentic_curator.py @@ -165,7 +165,8 @@ async def evaluate_extracted_assets(raw_assets: List[Dict]) -> Dict[str, Dict]: "reputation_status": "Vetted" if not data.get("reputation_penalty") else "Suspicious", "reputation_summary": data.get("reputation_summary", ""), "source_provenance": d["asset"].get("source_type", "Social"), "social_preview_url": d["rich_meta"].get("og_image", ""), - "category": primary_cat, "status": "online", "last_checked": datetime.now().timestamp(), **d["gh_meta"] + "category": primary_cat, "status": "online", "last_checked": datetime.now().timestamp(), + "addition_method": "automatic", **d["gh_meta"] } if "youtube.com" in url or "youtu.be" in url: title_desc = f"{data['title']} {data['desc']}".lower() diff --git a/src/memory/health_learning.json b/src/memory/health_learning.json index df02c946..06706920 100644 --- a/src/memory/health_learning.json +++ b/src/memory/health_learning.json @@ -8,5 +8,13 @@ "src/reorganize_mosaic.py", "src/v2_optimizer.py" ] + }, + "addition_method_tracking": { + "field": "addition_method", + "values": ["manual", "automatic"], + "rules": { + "manual": "Assigned to all pre-existing entries and any new entries discovered by the V2 Optimizer from V1 Markdown source files (assumed manually added).", + "automatic": "Assigned to resources ingested automatically via curation workflows from X/Twitter, RSS, or GitHub trending." + } } } \ No newline at end of file diff --git a/src/v2_optimizer.py b/src/v2_optimizer.py index c0dbe238..7097ffb4 100644 --- a/src/v2_optimizer.py +++ b/src/v2_optimizer.py @@ -392,6 +392,8 @@ class V2VisionEngine: norm_url = normalize_url(item["url"]) self.inventory[norm_url] = {k:v for k,v in item.items() if k not in ["url", "title", "original_file", "is_special", "aliases"]} self.inventory[norm_url]["title"] = item["title"] + if "addition_method" not in self.inventory[norm_url]: + self.inventory[norm_url]["addition_method"] = "manual" except Exception: for l in batch: analyst_results.append(l) @@ -501,6 +503,8 @@ class V2VisionEngine: # Persist to inventory self.inventory[norm_url] = {k:v for k,v in item.items() if k not in ["url", "title", "original_file", "is_special", "aliases"]} self.inventory[norm_url]["title"] = item["title"] + if "addition_method" not in self.inventory[norm_url]: + self.inventory[norm_url]["addition_method"] = "manual" if p_id not in project_registry or item.get("stars", 0) > project_registry[p_id].get("stars", 0): if p_id in project_registry and project_registry[p_id].get("is_special"): item["is_special"] = True